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. Default value: None
|
network_interface_ip_configuration_id
|
The id of the network interface ip configuration belonging to the backend address. Default value: None
|
state
|
The current health of the backend instances that is associated to the LB rule. Default value: None
|
reason
|
The explanation of the State. Default value: None
|
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 con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python