ApplicationGatewayBackendHealth Interface

Implements

public interface ApplicationGatewayBackendHealth
extends HasInner<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()
abstract java.util.Map<java.lang.String,ApplicationGatewayBackendHttpConfigurationHealth> httpConfigurationHealths()

Method Details

backend

public abstract ApplicationGatewayBackend backend()

Returns:

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

httpConfigurationHealths

public abstract Map httpConfigurationHealths()

Returns:

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

Applies to