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.

privateIPAddress

The private IP address of the IP configuration.

privateIPAllocationMethod

The private IP address allocation method.

provisioningState

The provisioning state of the IP configuration resource. NOTE: This property will not be serialized. It can only be populated by the server.

publicIPAddress

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

The reference to the subnet resource.

subnet?: Subnet

Property Value

type

Ipconfiguration type. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

Inherited Property Details

id

Resource ID.

id?: string

Property Value

string

Inherited From SubResource.id