ApplicationGatewayBackendAddressPool Class
Backend Address Pool of an application gateway.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.models._models_py3.SubResourceApplicationGatewayBackendAddressPool
Constructor
ApplicationGatewayBackendAddressPool(*, id: str | None = None, name: str | None = None, backend_addresses: List[_models.ApplicationGatewayBackendAddress] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Name of the backend address pool that is unique within an Application Gateway. |
backend_addresses
|
Backend addresses. |
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Name of the backend address pool that is unique within an Application Gateway. |
etag
|
A unique read-only string that changes whenever the resource is updated. |
type
|
Type of the resource. |
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: "Succeeded", "Updating", "Deleting", and "Failed". |
Azure SDK for Python