ApplicationGatewayBackendHealth Class
Response for ApplicationGatewayBackendHealth API service call.
- Inheritance
-
azure.mgmt.network._serialization.ModelApplicationGatewayBackendHealth
Constructor
ApplicationGatewayBackendHealth(*, backend_address_pools: List[_models.ApplicationGatewayBackendHealthPool] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
backend_address_pools
|
A list of ApplicationGatewayBackendHealthPool resources. |
Variables
Name | Description |
---|---|
backend_address_pools
|
A list of ApplicationGatewayBackendHealthPool resources. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python