LoadBalancerHealthPerRulePerBackendAddress Class
The information about health per rule per backend address.
- Inheritance
-
azure.mgmt.network._serialization.ModelLoadBalancerHealthPerRulePerBackendAddress
Constructor
LoadBalancerHealthPerRulePerBackendAddress(*, ip_address: str | None = None, network_interface_ip_configuration_id: _models.NetworkInterfaceIPConfiguration | None = None, state: str | None = None, reason: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
ip_address
|
The IP address belonging to the backend address. |
network_interface_ip_configuration_id
|
The id of the network interface ip configuration belonging to the backend address. |
state
|
The current health of the backend instances that is associated to the LB rule. |
reason
|
The explanation of the State. |
Variables
Name | Description |
---|---|
ip_address
|
The IP address belonging to the backend address. |
network_interface_ip_configuration_id
|
The id of the network interface ip configuration belonging to the backend address. |
state
|
The current health of the backend instances that is associated to the LB rule. |
reason
|
The explanation of the State. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python