Subnet Response
data class SubnetResponse(val addressPrefix: String? = null, val addressPrefixes: List<String>? = null, val ipAllocationMethod: String? = null, val ipConfigurationReferences: List<SubnetPropertiesFormatResponseIpConfigurationReferences>? = null, val ipPools: List<IPPoolResponse>? = null, val name: String? = null, val routeTable: RouteTableResponse? = null, val vlan: Int? = null)
Constructors
Link copied to clipboard
fun SubnetResponse(addressPrefix: String? = null, addressPrefixes: List<String>? = null, ipAllocationMethod: String? = null, ipConfigurationReferences: List<SubnetPropertiesFormatResponseIpConfigurationReferences>? = null, ipPools: List<IPPoolResponse>? = null, name: String? = null, routeTable: RouteTableResponse? = null, vlan: Int? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard