Interface ApplicationGatewayBackendHealth
-
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.model.HasInner<ApplicationGatewayBackendHealthPool>,com.microsoft.azure.management.resources.fluentcore.arm.models.HasName,com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent<ApplicationGateway>
@Beta(V1_4_0) public interface ApplicationGatewayBackendHealth extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<ApplicationGatewayBackendHealthPool>, com.microsoft.azure.management.resources.fluentcore.arm.models.HasName, com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent<ApplicationGateway>
A client-side representation of the health information of an application gateway backend.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationGatewayBackendbackend()Map<String,ApplicationGatewayBackendHttpConfigurationHealth>httpConfigurationHealths()-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
-
-
-
-
Method Detail
-
backend
ApplicationGatewayBackend backend()
- Returns:
- the application gateway backend address pool that is health information pertains to
-
httpConfigurationHealths
Map<String,ApplicationGatewayBackendHttpConfigurationHealth> httpConfigurationHealths()
- Returns:
- the health information about each associated backend HTTP settings configuration, indexed by its name
-
-