IPConfigurationPropertiesFormat interface

Properties of IP configuration.

Properties

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.

Property Details

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