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
Application |
backend() |
abstract
Map<String,Application |
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
Returns:
the health information about each associated backend HTTP settings configuration, indexed by its name
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java