ApplicationGatewayBackendHealthPool Class
Application gateway BackendHealth pool.
- Inheritance
-
azure.mgmt.network._serialization.ModelApplicationGatewayBackendHealthPool
Constructor
ApplicationGatewayBackendHealthPool(*, backend_address_pool: _models.ApplicationGatewayBackendAddressPool | None = None, backend_http_settings_collection: List[_models.ApplicationGatewayBackendHealthHttpSettings] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
backend_address_pool
|
Reference to an ApplicationGatewayBackendAddressPool resource. |
backend_http_settings_collection
|
List of ApplicationGatewayBackendHealthHttpSettings resources. |
Variables
Name | Description |
---|---|
backend_address_pool
|
Reference to an ApplicationGatewayBackendAddressPool resource. |
backend_http_settings_collection
|
List of ApplicationGatewayBackendHealthHttpSettings 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