Share via


ApplicationGatewayBackendAddressPoolPropertiesFormatOutput interface

Properties of Backend Address Pool of an application gateway.

Properties

backendAddresses

Backend addresses.

backendIPConfigurations

Collection of references to IPs defined in network interfaces.

provisioningState

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"