HubIpConfiguration interface
IpConfigurations.
- Extends
Properties
etag | A unique read-only string that changes whenever the resource is updated. NOTE: This property will not be serialized. It can only be populated by the server. |
name | Name of the Ip Configuration. |
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. NOTE: This property will not be serialized. It can only be populated by the server. |
public |
The reference to the public IP resource. |
subnet | The reference to the subnet resource. |
type | Ipconfiguration type. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
id | Resource ID. |
Property Details
etag
A unique read-only string that changes whenever the resource is updated. NOTE: This property will not be serialized. It can only be populated by the server.
etag?: string
Property Value
string
name
Name of the Ip Configuration.
name?: 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. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
publicIPAddress
The reference to the public IP resource.
publicIPAddress?: PublicIPAddress
Property Value
subnet
type
Ipconfiguration type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string