SubnetPropertiesFormat interface
Properties of the subnet.
Properties
| address |
The address prefix for the subnet. |
| address |
List of address prefixes for the subnet. |
| application |
Application gateway IP configurations of virtual network resource. |
| delegations | An array of references to the delegations on the subnet. |
| ip |
Array of IpAllocation which reference this subnet. |
| nat |
Nat gateway associated with this subnet. |
| network |
The reference to the NetworkSecurityGroup resource. |
| private |
Enable or Disable apply network policies on private end point in the subnet. |
| private |
Enable or Disable apply network policies on private link service in the subnet. |
| route |
The reference to the RouteTable resource. |
| service |
An array of service endpoint policies. |
| service |
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
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
serviceEndpointPolicies
An array of service endpoint policies.
serviceEndpointPolicies?: ServiceEndpointPolicy[]
Property Value
serviceEndpoints
An array of service endpoints.
serviceEndpoints?: ServiceEndpointPropertiesFormat[]