ApplicationGatewayBackendHttpConfigurationHealth Interface
Implements
HasName
HasParent<ApplicationGatewayBackendHealth>
HasInner<ApplicationGatewayBackendHealthHttpSettings>
public interface ApplicationGatewayBackendHttpConfigurationHealth
extends HasInner<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
java.util.Map<java.lang.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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java