HubIpConfiguration interface

IpConfigurations.

Extends

Properties

etag

A unique read-only string that changes whenever the resource is updated.

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.

publicIPAddress

The reference to the public IP resource.

subnet

The reference to the subnet resource.

Inherited Properties

id

Resource ID.

name

Name of the resource.

type

Resource type.

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

Property Value

subnet

The reference to the subnet resource.

subnet?: Subnet

Property Value

Inherited Property Details

id

Resource ID.

id?: string

Property Value

string

Inherited From SubResourceModel.id

name

Name of the resource.

name?: string

Property Value

string

Inherited From SubResourceModel.name

type

Resource type.

type?: string

Property Value

string

Inherited From SubResourceModel.type