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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python