HubIpConfiguration interface
IpConfigurations.
- Extends
Properties
| etag | A unique read-only string that changes whenever the resource is updated. |
| private |
The private IP address of the IP configuration. |
| private |
The private IP address allocation method. |
| provisioning |
The provisioning state of the IP configuration resource. |
| public |
The reference to the public IP resource. |
| subnet | The reference to the subnet resource. |
Property Details
etag
A unique read-only string that changes whenever the resource is updated.
etag?: string
Property Value
string
privateIPAddress
The private IP address of the IP configuration.
privateIPAddress?: string
Property Value
string
privateIPAllocationMethod
The private IP address allocation method.
privateIPAllocationMethod?: string
Property Value
string
provisioningState
The provisioning state of the IP configuration resource.
provisioningState?: string
Property Value
string
publicIPAddress
The reference to the public IP resource.
publicIPAddress?: PublicIPAddress