ApplicationGatewayBackendAddressPoolPropertiesFormat Class
Properties of Backend Address Pool of an application gateway.
Constructor
ApplicationGatewayBackendAddressPoolPropertiesFormat(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
backend_ip_configurations
|
Collection of references to IPs defined in network interfaces. |
|
backend_addresses
|
Backend addresses. |
|
provisioning_state
|
The provisioning state of the backend address pool resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting". |
Attributes
backend_addresses
Backend addresses.
backend_addresses: list['_models.ApplicationGatewayBackendAddress'] | None
backend_ip_configurations
Collection of references to IPs defined in network interfaces.
backend_ip_configurations: list['_models.NetworkInterfaceIPConfiguration'] | None
provisioning_state
"Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".
provisioning_state: str | _models.ProvisioningState | None