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.SubResource
ApplicationGatewayBackendAddressPool

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
str

Resource ID.

name
str

Name of the backend address pool that is unique within an Application Gateway.

backend_addresses

Backend addresses.

Variables

Name Description
id
str

Resource ID.

name
str

Name of the backend address pool that is unique within an Application Gateway.

etag
str

A unique read-only string that changes whenever the resource is updated.

type
str

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".