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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationGatewayBackendHttpConfigurationbackendHttpConfiguration()Map<String,ApplicationGatewayBackendServerHealth>serverHealths()-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
-
-
-
Method Detail
-
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
-
-