你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
LoadBalancerHealthPerRule Class
The response for a Health API.
- Inheritance
-
azure.mgmt.network._serialization.ModelLoadBalancerHealthPerRule
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. |