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

ApplicationGatewayBackendHealth Interface

Implements

public interface ApplicationGatewayBackendHealth
extends HasInnerModel<ApplicationGatewayBackendHealthPool>, HasName, HasParent<ApplicationGateway>

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

Method Summary

Modifier and Type Method and Description
abstract ApplicationGatewayBackend backend()

Gets the application gateway backend address pool that is health information pertains to.

abstract Map<String,ApplicationGatewayBackendHttpConfigurationHealth> httpConfigurationHealths()

Gets the health information about each associated backend HTTP settings configuration.

Method Details

backend

public abstract ApplicationGatewayBackend backend()

Gets the application gateway backend address pool that is health information pertains to.

Returns:

the application gateway backend address pool that is health information pertains to

httpConfigurationHealths

public abstract Map<String,ApplicationGatewayBackendHttpConfigurationHealth> httpConfigurationHealths()

Gets the health information about each associated backend HTTP settings configuration.

Returns:

the health information about each associated backend HTTP settings configuration, indexed by its name

Applies to