IPConfiguration interface
IP configuration
- Extends
 
Properties
| etag | A unique read-only string that changes whenever the resource is updated.  | 
| name | The name of the resource that is unique within a resource group. This name can be used to access the resource.  | 
| private | 
	The private IP address of the IP configuration.  | 
| private | 
	The private IP allocation method. Possible values are 'Static' and 'Dynamic'.  | 
| provisioning | 
	Gets the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.  | 
| public | 
	The reference of the public IP resource.  | 
| subnet | The reference of the subnet resource.  | 
Inherited Properties
| id | Resource ID.  | 
Property Details
etag
A unique read-only string that changes whenever the resource is updated.
etag?: string
				Property Value
string
name
The name of the resource that is unique within a resource group. This name can be used to access the resource.
name?: string
				Property Value
string
		privateIPAddress
	 
	The private IP address of the IP configuration.
privateIPAddress?: string
				Property Value
string
		privateIPAllocationMethod
	  
	The private IP allocation method. Possible values are 'Static' and 'Dynamic'.
privateIPAllocationMethod?: string
				Property Value
string
		provisioningState
	 
	Gets the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
provisioningState?: string
				Property Value
string
		publicIPAddress
	 
	The reference of the public IP resource.
publicIPAddress?: PublicIPAddress