ApplicationGatewayBackendHttpConfigurationHealth Interface
Implements
HasName
HasParent<ApplicationGatewayBackendHealth>
HasInnerModel<ApplicationGatewayBackendHealthHttpSettings>
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() |
abstract
Map<String,Application |
serverHealths() |
Method Details
backendHttpConfiguration
public abstract ApplicationGatewayBackendHttpConfiguration backendHttpConfiguration()
Returns:
the associated application gateway backend HTTP configuration settings this health information pertains
to
serverHealths
public abstract Map
Returns:
information about the health of each backend server, indexed by the server's IP address
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java