Share via


ApplicationGatewayIPConfigurationPropertiesFormatOutput interface

Properties of IP configuration of an application gateway.

Properties

provisioningState

The provisioning state of the application gateway IP configuration resource.

subnet

Reference to the subnet resource. A subnet from where application gateway gets its private address.

Property Details

provisioningState

The provisioning state of the application gateway IP configuration resource.

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

Property Value

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

subnet

Reference to the subnet resource. A subnet from where application gateway gets its private address.

subnet?: SubResourceOutput

Property Value