Uses of Class
com.azure.resourcemanager.network.fluent.models.ApplicationGatewayBackendHealthInner
Packages that use ApplicationGatewayBackendHealthInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
-
Uses of ApplicationGatewayBackendHealthInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return ApplicationGatewayBackendHealthInnerModifier and TypeMethodDescriptionApplicationGatewaysClient.backendHealth(String resourceGroupName, String applicationGatewayName) Gets the backend health of the specified application gateway in a resource group.ApplicationGatewaysClient.backendHealth(String resourceGroupName, String applicationGatewayName, String expand, com.azure.core.util.Context context) Gets the backend health of the specified application gateway in a resource group.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type ApplicationGatewayBackendHealthInnerModifier and TypeMethodDescriptionApplicationGatewaysClient.backendHealthAsync(String resourceGroupName, String applicationGatewayName) Gets the backend health of the specified application gateway in a resource group.ApplicationGatewaysClient.backendHealthAsync(String resourceGroupName, String applicationGatewayName, String expand) Gets the backend health of the specified application gateway in a resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApplicationGatewayBackendHealthInner>, ApplicationGatewayBackendHealthInner> ApplicationGatewaysClient.beginBackendHealth(String resourceGroupName, String applicationGatewayName) Gets the backend health of the specified application gateway in a resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApplicationGatewayBackendHealthInner>, ApplicationGatewayBackendHealthInner> ApplicationGatewaysClient.beginBackendHealth(String resourceGroupName, String applicationGatewayName) Gets the backend health of the specified application gateway in a resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApplicationGatewayBackendHealthInner>, ApplicationGatewayBackendHealthInner> ApplicationGatewaysClient.beginBackendHealth(String resourceGroupName, String applicationGatewayName, String expand, com.azure.core.util.Context context) Gets the backend health of the specified application gateway in a resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApplicationGatewayBackendHealthInner>, ApplicationGatewayBackendHealthInner> ApplicationGatewaysClient.beginBackendHealth(String resourceGroupName, String applicationGatewayName, String expand, com.azure.core.util.Context context) Gets the backend health of the specified application gateway in a resource group.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ApplicationGatewayBackendHealthInner>, ApplicationGatewayBackendHealthInner> ApplicationGatewaysClient.beginBackendHealthAsync(String resourceGroupName, String applicationGatewayName) Gets the backend health of the specified application gateway in a resource group.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ApplicationGatewayBackendHealthInner>, ApplicationGatewayBackendHealthInner> ApplicationGatewaysClient.beginBackendHealthAsync(String resourceGroupName, String applicationGatewayName) Gets the backend health of the specified application gateway in a resource group.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ApplicationGatewayBackendHealthInner>, ApplicationGatewayBackendHealthInner> ApplicationGatewaysClient.beginBackendHealthAsync(String resourceGroupName, String applicationGatewayName, String expand) Gets the backend health of the specified application gateway in a resource group.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ApplicationGatewayBackendHealthInner>, ApplicationGatewayBackendHealthInner> ApplicationGatewaysClient.beginBackendHealthAsync(String resourceGroupName, String applicationGatewayName, String expand) Gets the backend health of the specified application gateway in a resource group. -
Uses of ApplicationGatewayBackendHealthInner in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type ApplicationGatewayBackendHealthInnerModifier and TypeClassDescriptionfinal classResponse for ApplicationGatewayBackendHealth API service call.Methods in com.azure.resourcemanager.network.fluent.models that return ApplicationGatewayBackendHealthInnerModifier and TypeMethodDescriptionApplicationGatewayBackendHealthInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayBackendHealthInner from the JsonReader.ApplicationGatewayBackendHealthInner.withBackendAddressPools(List<ApplicationGatewayBackendHealthPool> backendAddressPools) Set the backendAddressPools property: A list of ApplicationGatewayBackendHealthPool resources.