SubnetProperties interface
Properties of the subnet.
Properties
| address |
The address prefix for the subnet: Cidr for this subnet - IPv4, IPv6. |
| address |
List of address prefixes for the subnet. |
| ip |
IPAllocationMethod - The IP address allocation method. Possible values include: 'Static', 'Dynamic' |
| ip |
IPConfigurationReferences - list of IPConfigurationReferences |
| ip |
network associated pool of IP Addresses |
| network |
NetworkSecurityGroup - Network Security Group attached to the logical network. |
| route |
Route table resource. |
| vlan | Vlan to use for the subnet |
Property Details
addressPrefix
The address prefix for the subnet: Cidr for this subnet - IPv4, IPv6.
addressPrefix?: string
Property Value
string
addressPrefixes
List of address prefixes for the subnet.
addressPrefixes?: string[]
Property Value
string[]
ipAllocationMethod
IPAllocationMethod - The IP address allocation method. Possible values include: 'Static', 'Dynamic'
ipAllocationMethod?: string
Property Value
string
ipConfigurationReferences
IPConfigurationReferences - list of IPConfigurationReferences
ipConfigurationReferences?: SubnetIpConfigurationReference[]
Property Value
ipPools
networkSecurityGroup
NetworkSecurityGroup - Network Security Group attached to the logical network.
networkSecurityGroup?: NetworkSecurityGroupArmReference
Property Value
routeTable
vlan
Vlan to use for the subnet
vlan?: number
Property Value
number