IPConfigurationInner Class
Definition
IPConfiguration
[Microsoft.Rest.Serialization.JsonTransformation]
public class IPConfigurationInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource
type IPConfigurationInner = class
inherit SubResource
Public Class IPConfigurationInner
Inherits SubResource
- Inheritance
- Attributes
-
Microsoft.Rest.Serialization.JsonTransformationAttribute
Constructors
IPConfigurationInner() |
Initializes a new instance of the IPConfigurationInner class. |
IPConfigurationInner(String, String, String, SubnetInner, PublicIPAddressInner, String, String, String) |
Initializes a new instance of the IPConfigurationInner class. |
Properties
Etag |
Gets or sets a unique read-only string that changes whenever the resource is updated. |
Id |
Resource Id (Inherited from SubResource) |
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. |
PrivateIPAddress |
Gets or sets the private IP address of the IP configuration. |
PrivateIPAllocationMethod |
Gets or sets the private IP allocation method. Possible values are 'Static' and 'Dynamic'. Possible values include: 'Static', 'Dynamic' |
ProvisioningState |
Gets the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. |
PublicIPAddress |
Gets or sets the reference of the public IP resource. |
Subnet |
Gets or sets the reference of the subnet resource. |