Share via


ApplicationGatewayPrivateLinkIpConfigurationPropertiesOutput interface

Properties of an application gateway private link IP configuration.

Properties

primary

Whether the ip configuration is primary or not.

privateIPAddress

The private IP address of the IP configuration.

privateIPAllocationMethod

The private IP address allocation method.

provisioningState

The provisioning state of the application gateway private link IP configuration.

subnet

Reference to the subnet resource.

Property Details

primary

Whether the ip configuration is primary or not.

primary?: boolean

Property Value

boolean

privateIPAddress

The private IP address of the IP configuration.

privateIPAddress?: string

Property Value

string

privateIPAllocationMethod

The private IP address allocation method.

privateIPAllocationMethod?: "Static" | "Dynamic"

Property Value

"Static" | "Dynamic"

provisioningState

The provisioning state of the application gateway private link IP configuration.

provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"

Property Value

"Succeeded" | "Updating" | "Deleting" | "Failed"

subnet

Reference to the subnet resource.

subnet?: SubResourceOutput

Property Value