VirtualNetworkResourceSettingsResponse

data class VirtualNetworkResourceSettingsResponse(val addressSpace: List<String>? = null, val dnsServers: List<String>? = null, val enableDdosProtection: Boolean? = null, val resourceType: String, val subnets: List<SubnetResourceSettingsResponse>? = null, val tags: Map<String, String>? = null, val targetResourceGroupName: String? = null, val targetResourceName: String? = null)

Defines the virtual network resource settings.

Constructors

Link copied to clipboard
constructor(addressSpace: List<String>? = null, dnsServers: List<String>? = null, enableDdosProtection: Boolean? = null, resourceType: String, subnets: List<SubnetResourceSettingsResponse>? = null, tags: Map<String, String>? = null, targetResourceGroupName: String? = null, targetResourceName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val addressSpace: List<String>? = null

Gets or sets the address prefixes for the virtual network.

Link copied to clipboard
val dnsServers: List<String>? = null

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
val tags: Map<String, String>? = null

Gets or sets the Resource tags.

Link copied to clipboard

Gets or sets the target resource group name.

Link copied to clipboard

Gets or sets the target Resource name.