Interface ApplicationGatewayBackendHttpConfigurationHealth
- All Superinterfaces:
com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<ApplicationGatewayBackendHealthHttpSettings>, com.azure.resourcemanager.resources.fluentcore.arm.models.HasName, com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent<ApplicationGatewayBackendHealth>
public interface ApplicationGatewayBackendHttpConfigurationHealth
extends com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<ApplicationGatewayBackendHealthHttpSettings>, com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent<ApplicationGatewayBackendHealth>, com.azure.resourcemanager.resources.fluentcore.arm.models.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
innerModelMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
nameMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent
parent
-
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
-