Share via


SubnetPropertiesFormat interface

Properties of the subnet.

Properties

addressPrefix

The address prefix for the subnet.

addressPrefixes

List of address prefixes for the subnet.

applicationGatewayIpConfigurations

Application gateway IP configurations of virtual network resource.

delegations

An array of references to the delegations on the subnet.

ipAllocations

Array of IpAllocation which reference this subnet.

natGateway

Nat gateway associated with this subnet.

networkSecurityGroup

The reference to the NetworkSecurityGroup resource.

privateEndpointNetworkPolicies

Enable or Disable apply network policies on private end point in the subnet.

privateLinkServiceNetworkPolicies

Enable or Disable apply network policies on private link service in the subnet.

routeTable

The reference to the RouteTable resource.

serviceEndpointPolicies

An array of service endpoint policies.

serviceEndpoints

An array of service endpoints.

Property Details

addressPrefix

The address prefix for the subnet.

addressPrefix?: string

Property Value

string

addressPrefixes

List of address prefixes for the subnet.

addressPrefixes?: string[]

Property Value

string[]

applicationGatewayIpConfigurations

Application gateway IP configurations of virtual network resource.

applicationGatewayIpConfigurations?: ApplicationGatewayIPConfiguration[]

Property Value

delegations

An array of references to the delegations on the subnet.

delegations?: Delegation[]

Property Value

ipAllocations

Array of IpAllocation which reference this subnet.

ipAllocations?: SubResource[]

Property Value

natGateway

Nat gateway associated with this subnet.

natGateway?: SubResource

Property Value

networkSecurityGroup

The reference to the NetworkSecurityGroup resource.

networkSecurityGroup?: NetworkSecurityGroup

Property Value

privateEndpointNetworkPolicies

Enable or Disable apply network policies on private end point in the subnet.

privateEndpointNetworkPolicies?: "Enabled" | "Disabled"

Property Value

"Enabled" | "Disabled"

privateLinkServiceNetworkPolicies

Enable or Disable apply network policies on private link service in the subnet.

privateLinkServiceNetworkPolicies?: "Enabled" | "Disabled"

Property Value

"Enabled" | "Disabled"

routeTable

The reference to the RouteTable resource.

routeTable?: RouteTable

Property Value

serviceEndpointPolicies

An array of service endpoint policies.

serviceEndpointPolicies?: ServiceEndpointPolicy[]

Property Value

serviceEndpoints

An array of service endpoints.

serviceEndpoints?: ServiceEndpointPropertiesFormat[]

Property Value