SubnetPropertiesFormatOutput 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. |
| 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. |
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?: ApplicationGatewayIPConfigurationOutput[]
Property Value
delegations
An array of references to the delegations on the subnet.
delegations?: DelegationOutput[]
Property Value
ipAllocations
Array of IpAllocation which reference this subnet.
ipAllocations?: SubResourceOutput[]
Property Value
ipConfigurationProfiles
Array of IP configuration profiles which reference this subnet.
ipConfigurationProfiles?: IPConfigurationProfileOutput[]
Property Value
ipConfigurations
An array of references to the network interface IP configurations using subnet.
ipConfigurations?: IPConfigurationOutput[]
Property Value
natGateway
Nat gateway associated with this subnet.
natGateway?: SubResourceOutput
Property Value
networkSecurityGroup
The reference to the NetworkSecurityGroup resource.
networkSecurityGroup?: NetworkSecurityGroupOutput
Property Value
privateEndpointNetworkPolicies
Enable or Disable apply network policies on private end point in the subnet.
privateEndpointNetworkPolicies?: "Enabled" | "Disabled"
Property Value
"Enabled" | "Disabled"
privateEndpoints
An array of references to private endpoints.
privateEndpoints?: PrivateEndpointOutput[]
Property Value
privateLinkServiceNetworkPolicies
Enable or Disable apply network policies on private link service in the subnet.
privateLinkServiceNetworkPolicies?: "Enabled" | "Disabled"
Property Value
"Enabled" | "Disabled"
provisioningState
The provisioning state of the subnet resource.
provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"
Property Value
"Succeeded" | "Updating" | "Deleting" | "Failed"
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?: ResourceNavigationLinkOutput[]
Property Value
routeTable
The reference to the RouteTable resource.
routeTable?: RouteTableOutput
Property Value
serviceAssociationLinks
An array of references to services injecting into this subnet.
serviceAssociationLinks?: ServiceAssociationLinkOutput[]
Property Value
serviceEndpointPolicies
An array of service endpoint policies.
serviceEndpointPolicies?: ServiceEndpointPolicyOutput[]
Property Value
serviceEndpoints
An array of service endpoints.
serviceEndpoints?: ServiceEndpointPropertiesFormatOutput[]