SubnetInner 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.
Subnet in a virtual network resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class SubnetInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SubnetInner = class
inherit SubResource
Public Class SubnetInner
Inherits SubResource
- Inheritance
- Attributes
Constructors
SubnetInner() |
Initializes a new instance of the SubnetInner class. |
SubnetInner(String, String, IList<String>, SubResource, SubResource, SubResource, IList<ServiceEndpointPropertiesFormat>, IList<ServiceEndpointPolicyInner>, IList<PrivateEndpointInner>, IList<IPConfigurationInner>, IList<IPConfigurationProfileInner>, IList<ResourceNavigationLinkInner>, IList<ServiceAssociationLinkInner>, IList<DelegationInner>, String, ProvisioningState, String, String, String, String) |
Initializes a new instance of the SubnetInner class. |
Properties
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. |
Etag |
Gets a unique read-only string that changes whenever the resource is updated. |
Id |
Resource Id (Inherited from SubResource) |
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. |
Name |
Gets or sets the name of the resource that is unique within a resource group. This name can be used to access the resource. |
NatGateway |
Gets or sets nat gateway associated with this subnet. |
NetworkSecurityGroup |
Gets or sets the reference of 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 of 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. |
Applies to
Azure SDK for .NET