你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

LoadBalancerHealthPerRulePerBackendAddress Class

The information about health per rule per backend address.

Constructor

LoadBalancerHealthPerRulePerBackendAddress(*, ip_address: str | None = None, network_interface_ip_configuration_id: str | 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.

Default value: None
network_interface_ip_configuration_id
str

Resource ID of the Network Interface IP Configuration.

Default value: None
state
str

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

Default value: None
reason
str

The explanation of the State.

Default value: None

Variables

Name Description
ip_address
str

The IP address belonging to the backend address.

network_interface_ip_configuration_id
str

Resource ID of the Network Interface IP Configuration.

state
str

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

reason
str

The explanation of the State.