Interface ApplicationGatewayBackendHealth
- All Superinterfaces:
HasInnerModel<ApplicationGatewayBackendHealthPool>,HasName,HasParent<ApplicationGateway>
public interface ApplicationGatewayBackendHealth
extends HasInnerModel<ApplicationGatewayBackendHealthPool>, HasName, HasParent<ApplicationGateway>
A client-side representation of the health information of an application gateway backend.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Method Details
-
backend
ApplicationGatewayBackend backend()- Returns:
- the application gateway backend address pool that is health information pertains to
-
httpConfigurationHealths
Map<String,ApplicationGatewayBackendHttpConfigurationHealth> httpConfigurationHealths()- Returns:
- the health information about each associated backend HTTP settings configuration, indexed by its name
-