SubnetPropertiesFormat Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Properties of the subnet.
public class SubnetPropertiesFormat
type SubnetPropertiesFormat = class
Public Class SubnetPropertiesFormat
- Inheritance
-
SubnetPropertiesFormat
Constructors
| Name | Description |
|---|---|
| SubnetPropertiesFormat() |
Initializes a new instance of the SubnetPropertiesFormat class. |
| SubnetPropertiesFormat(String, IList<String>, NetworkSecurityGroup, RouteTable, SubResource, IList<ServiceEndpointPropertiesFormat>, IList<ServiceEndpointPolicy>, IList<PrivateEndpoint>, IList<IPConfiguration>, IList<IPConfigurationProfile>, IList<SubResource>, IList<ResourceNavigationLink>, IList<ServiceAssociationLink>, IList<Delegation>, String, String, String, String) |
Initializes a new instance of the SubnetPropertiesFormat class. |
Properties
| Name | Description |
|---|---|
| AddressPrefix |
Gets or sets the address prefix for the subnet. |
| AddressPrefixes |
Gets or sets list of address prefixes for the subnet. |
| Delegations |
Gets or sets an array of references to the delegations on the subnet. |
| IPAllocations |
Gets or sets array of IpAllocation which reference this subnet. |
| IPConfigurationProfiles |
Gets array of IP configuration profiles which reference this subnet. |
| IPConfigurations |
Gets an array of references to the network interface IP configurations using subnet. |
| NatGateway |
Gets or sets nat gateway associated with this subnet. |
| NetworkSecurityGroup |
Gets or sets the reference to the NetworkSecurityGroup resource. |
| PrivateEndpointNetworkPolicies |
Gets or sets enable or Disable apply network policies on private end point in the subnet. |
| PrivateEndpoints |
Gets an array of references to private endpoints. |
| PrivateLinkServiceNetworkPolicies |
Gets or sets enable or Disable apply network policies on private link service in the subnet. |
| ProvisioningState |
Gets the provisioning state of the subnet resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
| Purpose |
Gets a read-only string identifying the intention of use for this subnet based on delegations and other user-defined properties. |
| ResourceNavigationLinks |
Gets an array of references to the external resources using subnet. |
| RouteTable |
Gets or sets the reference to the RouteTable resource. |
| ServiceAssociationLinks |
Gets an array of references to services injecting into this subnet. |
| ServiceEndpointPolicies |
Gets or sets an array of service endpoint policies. |
| ServiceEndpoints |
Gets or sets an array of service endpoints. |