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. |
| default |
Set this property to false to disable default outbound connectivity for all VMs in the subnet. |
| delegations | An array of references to the delegations on the subnet. |
| ip |
Array of IpAllocation which reference this subnet. |
| ipam |
A list of IPAM Pools for allocating IP address prefixes. |
| ip |
Array of IP configuration profiles which reference this subnet. |
| ip |
An array of references to the network interface IP configurations using 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 |
An array of references to private endpoints. |
| private |
Enable or Disable apply network policies on private link service in the subnet. |
| provisioning |
The provisioning state of the subnet resource. |
| purpose | A read-only string identifying the intention of use for this subnet based on delegations and other user-defined properties. |
| resource |
An array of references to the external resources using subnet. |
| route |
The reference to the RouteTable resource. |
| service |
An array of references to services injecting into this subnet. |
| service |
An array of service endpoint policies. |
| service |
An array of service endpoints. |
| service |
Reference to an existing service gateway. |
| sharing |
Set this property to Tenant to allow sharing subnet with other subscriptions in your AAD tenant. This property can only be set if defaultOutboundAccess is set to false, both properties can only be set if subnet is empty. |
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
defaultOutboundAccess
Set this property to false to disable default outbound connectivity for all VMs in the subnet.
defaultOutboundAccess?: boolean
Property Value
boolean
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
ipamPoolPrefixAllocations
A list of IPAM Pools for allocating IP address prefixes.
ipamPoolPrefixAllocations?: IpamPoolPrefixAllocation[]
Property Value
ipConfigurationProfiles
Array of IP configuration profiles which reference this subnet.
ipConfigurationProfiles?: IPConfigurationProfile[]
Property Value
ipConfigurations
An array of references to the network interface IP configurations using subnet.
ipConfigurations?: IPConfiguration[]
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?: string
Property Value
string
privateEndpoints
An array of references to private endpoints.
privateEndpoints?: PrivateEndpoint[]
Property Value
privateLinkServiceNetworkPolicies
Enable or Disable apply network policies on private link service in the subnet.
privateLinkServiceNetworkPolicies?: string
Property Value
string
provisioningState
The provisioning state of the subnet resource.
provisioningState?: string
Property Value
string
purpose
A read-only string identifying the intention of use for this subnet based on delegations and other user-defined properties.
purpose?: string
Property Value
string
resourceNavigationLinks
An array of references to the external resources using subnet.
resourceNavigationLinks?: ResourceNavigationLink[]
Property Value
routeTable
serviceAssociationLinks
An array of references to services injecting into this subnet.
serviceAssociationLinks?: ServiceAssociationLink[]
Property Value
serviceEndpointPolicies
An array of service endpoint policies.
serviceEndpointPolicies?: ServiceEndpointPolicy[]
Property Value
serviceEndpoints
An array of service endpoints.
serviceEndpoints?: ServiceEndpointPropertiesFormat[]
Property Value
serviceGateway
sharingScope
Set this property to Tenant to allow sharing subnet with other subscriptions in your AAD tenant. This property can only be set if defaultOutboundAccess is set to false, both properties can only be set if subnet is empty.
sharingScope?: string
Property Value
string