Compartilhar via


LoadBalancerHealthPerRulePerBackendAddress Class

The information about health per rule per backend address.

Inheritance
azure.mgmt.network._serialization.Model
LoadBalancerHealthPerRulePerBackendAddress

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
str

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
str

The current health of the backend instances that is associated to the LB rule.

reason
str

The explanation of the State.

Variables

Name Description
ip_address
str

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
str

The current health of the backend instances that is associated to the LB rule.

reason
str

The explanation of the State.