Interface ApplicationGatewayBackendHttpConfigurationHealth
-
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.model.HasInner<ApplicationGatewayBackendHealthHttpSettings>,com.microsoft.azure.management.resources.fluentcore.arm.models.HasName,com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent<ApplicationGatewayBackendHealth>
@Beta(V1_4_0) public interface ApplicationGatewayBackendHttpConfigurationHealth extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<ApplicationGatewayBackendHealthHttpSettings>, com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent<ApplicationGatewayBackendHealth>, com.microsoft.azure.management.resources.fluentcore.arm.models.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.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
-
-
-
-
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
-
-