Virtual Network Properties Subnets Args
data class VirtualNetworkPropertiesSubnetsArgs(val addressPrefix: Output<String>? = null, val addressPrefixes: Output<List<String>>? = null, val ipAllocationMethod: Output<Either<String, IpAllocationMethodEnum>>? = null, val ipConfigurationReferences: Output<List<VirtualNetworkPropertiesIpConfigurationReferencesArgs>>? = null, val ipPools: Output<List<IPPoolArgs>>? = null, val name: Output<String>? = null, val routeTable: Output<VirtualNetworkPropertiesRouteTableArgs>? = null, val vlan: Output<Int>? = null) : ConvertibleToJava<VirtualNetworkPropertiesSubnetsArgs>
Subnet subnet in a virtual network resource.
Constructors
Link copied to clipboard
fun VirtualNetworkPropertiesSubnetsArgs(addressPrefix: Output<String>? = null, addressPrefixes: Output<List<String>>? = null, ipAllocationMethod: Output<Either<String, IpAllocationMethodEnum>>? = null, ipConfigurationReferences: Output<List<VirtualNetworkPropertiesIpConfigurationReferencesArgs>>? = null, ipPools: Output<List<IPPoolArgs>>? = null, name: Output<String>? = null, routeTable: Output<VirtualNetworkPropertiesRouteTableArgs>? = null, vlan: Output<Int>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
val ipConfigurationReferences: Output<List<VirtualNetworkPropertiesIpConfigurationReferencesArgs>>? = null
Link copied to clipboard
Link copied to clipboard