SubnetInner Class
Definition
Subnet in a virtual network resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class SubnetInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource
type SubnetInner = class
inherit SubResource
Public Class SubnetInner
Inherits SubResource
- Inheritance
- Attributes
-
Microsoft.Rest.Serialization.JsonTransformationAttribute
Constructors
SubnetInner() |
Initializes a new instance of the SubnetInner class. |
SubnetInner(String, String, SubResource, SubResource, IList<ServiceEndpointPropertiesFormat>, IList<IPConfigurationInner>, IList<ResourceNavigationLinkInner>, String, String, String) |
Properties
AddressPrefix |
Gets or sets the address prefix for the subnet. |
Etag |
Gets or sets a unique read-only string that changes whenever the resource is updated. |
Id |
Resource Id (Inherited from SubResource) |
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. |
NetworkSecurityGroup |
Gets or sets the reference of the NetworkSecurityGroup resource. |
ProvisioningState |
Gets or sets the provisioning state of the resource. |
ResourceNavigationLinks |
Gets an array of references to the external resources using subnet. |
RouteTable |
Gets or sets the reference of the RouteTable resource. |
ServiceEndpoints |