LoadBalancerHealthPerRulePerBackendAddress Class
The information about health per rule per backend address.
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. |
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