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