Interface ApplicationGatewayBackendHttpConfigurationHealth
- All Superinterfaces:
HasInnerModel<ApplicationGatewayBackendHealthHttpSettings>,HasName,HasParent<ApplicationGatewayBackendHealth>
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 TypeMethodDescriptionMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Method Details
-
backendHttpConfiguration
ApplicationGatewayBackendHttpConfiguration backendHttpConfiguration()- Returns:
- the associated application gateway backend HTTP configuration settings this health information pertains to
-
serverHealths
Map<String,ApplicationGatewayBackendServerHealth> serverHealths()- Returns:
- information about the health of each backend server, indexed by the server's IP address
-