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

ApplicationGatewayBackendHttpConfigurationHealth Interface

Implements

public interface ApplicationGatewayBackendHttpConfigurationHealth
extends HasInnerModel<ApplicationGatewayBackendHealthHttpSettings>, HasParent<ApplicationGatewayBackendHealth>, HasName

A client-side representation of the health information of an application gateway backend HTTP settings configuration.

Method Summary

Modifier and Type Method and Description
abstract ApplicationGatewayBackendHttpConfiguration backendHttpConfiguration()

Gets the associated application gateway backend HTTP configuration settings this health information pertains to.

abstract Map<String,ApplicationGatewayBackendServerHealth> serverHealths()

Gets information about the health of each backend server.

Method Details

backendHttpConfiguration

public abstract ApplicationGatewayBackendHttpConfiguration backendHttpConfiguration()

Gets the associated application gateway backend HTTP configuration settings this health information pertains to.

Returns:

the associated application gateway backend HTTP configuration settings this health information pertains to

serverHealths

public abstract Map<String,ApplicationGatewayBackendServerHealth> serverHealths()

Gets information about the health of each backend server.

Returns:

information about the health of each backend server, indexed by the server's IP address

Applies to