Share via


SubnetProperties interface

Properties of the subnet.

Properties

addressPrefix

The address prefix for the subnet: Cidr for this subnet - IPv4, IPv6.

addressPrefixes

List of address prefixes for the subnet.

ipAllocationMethod

IPAllocationMethod - The IP address allocation method. Possible values include: 'Static', 'Dynamic'

ipConfigurationReferences

IPConfigurationReferences - list of IPConfigurationReferences

ipPools

network associated pool of IP Addresses

networkSecurityGroup

NetworkSecurityGroup - Network Security Group attached to the logical network.

routeTable

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

network associated pool of IP Addresses

ipPools?: IPPool[]

Property Value

IPPool[]

networkSecurityGroup

NetworkSecurityGroup - Network Security Group attached to the logical network.

networkSecurityGroup?: NetworkSecurityGroupArmReference

Property Value

routeTable

Route table resource.

routeTable?: RouteTable

Property Value

vlan

Vlan to use for the subnet

vlan?: number

Property Value

number