Virtual Network Resource Settings Args
data class VirtualNetworkResourceSettingsArgs(val addressSpace: Output<List<String>>? = null, val dnsServers: Output<List<String>>? = null, val enableDdosProtection: Output<Boolean>? = null, val resourceType: Output<String>, val subnets: Output<List<SubnetResourceSettingsArgs>>? = null, val tags: Output<Map<String, String>>? = null, val targetResourceGroupName: Output<String>? = null, val targetResourceName: Output<String>? = null) : ConvertibleToJava<VirtualNetworkResourceSettingsArgs>
Defines the virtual network resource settings.
Constructors
Link copied to clipboard
constructor(addressSpace: Output<List<String>>? = null, dnsServers: Output<List<String>>? = null, enableDdosProtection: Output<Boolean>? = null, resourceType: Output<String>, subnets: Output<List<SubnetResourceSettingsArgs>>? = null, tags: Output<Map<String, String>>? = null, targetResourceGroupName: Output<String>? = null, targetResourceName: Output<String>? = null)
Properties
Link copied to clipboard
Gets or sets the address prefixes for the virtual network.
Link copied to clipboard
Gets or sets DHCPOptions that contains an array of DNS servers available to VMs deployed in the virtual network.
Link copied to clipboard
Gets or sets a value indicating whether gets or sets whether the DDOS protection should be switched on.
Link copied to clipboard
The resource type. For example, the value can be Microsoft.Compute/virtualMachines. Expected value is 'Microsoft.Network/virtualNetworks'.
Link copied to clipboard
Gets or sets List of subnets in a VirtualNetwork.
Link copied to clipboard
Gets or sets the target resource group name.
Link copied to clipboard
Gets or sets the target Resource name.