ApplicationGatewayBackendAddressPoolPropertiesFormatOutput interface
Properties of Backend Address Pool of an application gateway.
Properties
| backend |
Backend addresses. |
| backend |
Collection of references to IPs defined in network interfaces. |
| provisioning |
The provisioning state of the backend address pool resource. |
Property Details
backendAddresses
Backend addresses.
backendAddresses?: ApplicationGatewayBackendAddressOutput[]
Property Value
backendIPConfigurations
Collection of references to IPs defined in network interfaces.
backendIPConfigurations?: NetworkInterfaceIPConfigurationOutput[]
Property Value
provisioningState
The provisioning state of the backend address pool resource.
provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"
Property Value
"Succeeded" | "Updating" | "Deleting" | "Failed"