LoadBalancerHealthPerRule Class
The response for a Health API.
Constructor
LoadBalancerHealthPerRule(*, up: int | None = None, down: int | None = None, load_balancer_backend_addresses: List[_models.LoadBalancerHealthPerRulePerBackendAddress] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
up
|
Number of backend instances associated to the LB rule that are considered healthy. |
down
|
Number of backend instances associated to the LB rule that are considered unhealthy. |
load_balancer_backend_addresses
|
Information about the health per rule of the backend addresses. |
Variables
Name | Description |
---|---|
up
|
Number of backend instances associated to the LB rule that are considered healthy. |
down
|
Number of backend instances associated to the LB rule that are considered unhealthy. |
load_balancer_backend_addresses
|
Information about the health per rule of the backend addresses. |
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python