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
Application |
backendHttpConfiguration()
Gets the associated application gateway backend HTTP configuration settings this health information pertains to. |
abstract
Map<String,Application |
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:
serverHealths
public abstract Map
Gets information about the health of each backend server.
Returns:
Applies to
Azure SDK for Java