Virtual Network Properties Response Subnets
data class VirtualNetworkPropertiesResponseSubnets(val addressPrefix: String? = null, val addressPrefixes: List<String>? = null, val ipAllocationMethod: String? = null, val ipConfigurationReferences: List<VirtualNetworkPropertiesResponseIpConfigurationReferences>? = null, val ipPools: List<IPPoolResponse>? = null, val name: String? = null, val routeTable: VirtualNetworkPropertiesResponseRouteTable? = null, val vlan: Int? = null)
Subnet subnet in a virtual network resource.
Constructors
Link copied to clipboard
fun VirtualNetworkPropertiesResponseSubnets(addressPrefix: String? = null, addressPrefixes: List<String>? = null, ipAllocationMethod: String? = null, ipConfigurationReferences: List<VirtualNetworkPropertiesResponseIpConfigurationReferences>? = null, ipPools: List<IPPoolResponse>? = null, name: String? = null, routeTable: VirtualNetworkPropertiesResponseRouteTable? = null, vlan: Int? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard