Uses of Class
com.azure.resourcemanager.network.fluent.models.ApplicationGatewayBackendHealthOnDemandInner
Packages that use ApplicationGatewayBackendHealthOnDemandInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
-
Uses of ApplicationGatewayBackendHealthOnDemandInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return ApplicationGatewayBackendHealthOnDemandInnerModifier and TypeMethodDescriptionApplicationGatewaysClient.backendHealthOnDemand(String resourceGroupName, String applicationGatewayName, ApplicationGatewayOnDemandProbe probeRequest) Gets the backend health for given combination of backend pool and http setting of the specified application gateway in a resource group.ApplicationGatewaysClient.backendHealthOnDemand(String resourceGroupName, String applicationGatewayName, ApplicationGatewayOnDemandProbe probeRequest, String expand, com.azure.core.util.Context context) Gets the backend health for given combination of backend pool and http setting of the specified application gateway in a resource group.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type ApplicationGatewayBackendHealthOnDemandInnerModifier and TypeMethodDescriptionApplicationGatewaysClient.backendHealthOnDemandAsync(String resourceGroupName, String applicationGatewayName, ApplicationGatewayOnDemandProbe probeRequest) Gets the backend health for given combination of backend pool and http setting of the specified application gateway in a resource group.ApplicationGatewaysClient.backendHealthOnDemandAsync(String resourceGroupName, String applicationGatewayName, ApplicationGatewayOnDemandProbe probeRequest, String expand) Gets the backend health for given combination of backend pool and http setting of the specified application gateway in a resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApplicationGatewayBackendHealthOnDemandInner>, ApplicationGatewayBackendHealthOnDemandInner> ApplicationGatewaysClient.beginBackendHealthOnDemand(String resourceGroupName, String applicationGatewayName, ApplicationGatewayOnDemandProbe probeRequest) Gets the backend health for given combination of backend pool and http setting of the specified application gateway in a resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApplicationGatewayBackendHealthOnDemandInner>, ApplicationGatewayBackendHealthOnDemandInner> ApplicationGatewaysClient.beginBackendHealthOnDemand(String resourceGroupName, String applicationGatewayName, ApplicationGatewayOnDemandProbe probeRequest) Gets the backend health for given combination of backend pool and http setting of the specified application gateway in a resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApplicationGatewayBackendHealthOnDemandInner>, ApplicationGatewayBackendHealthOnDemandInner> ApplicationGatewaysClient.beginBackendHealthOnDemand(String resourceGroupName, String applicationGatewayName, ApplicationGatewayOnDemandProbe probeRequest, String expand, com.azure.core.util.Context context) Gets the backend health for given combination of backend pool and http setting of the specified application gateway in a resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApplicationGatewayBackendHealthOnDemandInner>, ApplicationGatewayBackendHealthOnDemandInner> ApplicationGatewaysClient.beginBackendHealthOnDemand(String resourceGroupName, String applicationGatewayName, ApplicationGatewayOnDemandProbe probeRequest, String expand, com.azure.core.util.Context context) Gets the backend health for given combination of backend pool and http setting of the specified application gateway in a resource group.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ApplicationGatewayBackendHealthOnDemandInner>, ApplicationGatewayBackendHealthOnDemandInner> ApplicationGatewaysClient.beginBackendHealthOnDemandAsync(String resourceGroupName, String applicationGatewayName, ApplicationGatewayOnDemandProbe probeRequest) Gets the backend health for given combination of backend pool and http setting of the specified application gateway in a resource group.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ApplicationGatewayBackendHealthOnDemandInner>, ApplicationGatewayBackendHealthOnDemandInner> ApplicationGatewaysClient.beginBackendHealthOnDemandAsync(String resourceGroupName, String applicationGatewayName, ApplicationGatewayOnDemandProbe probeRequest) Gets the backend health for given combination of backend pool and http setting of the specified application gateway in a resource group.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ApplicationGatewayBackendHealthOnDemandInner>, ApplicationGatewayBackendHealthOnDemandInner> ApplicationGatewaysClient.beginBackendHealthOnDemandAsync(String resourceGroupName, String applicationGatewayName, ApplicationGatewayOnDemandProbe probeRequest, String expand) Gets the backend health for given combination of backend pool and http setting of the specified application gateway in a resource group.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ApplicationGatewayBackendHealthOnDemandInner>, ApplicationGatewayBackendHealthOnDemandInner> ApplicationGatewaysClient.beginBackendHealthOnDemandAsync(String resourceGroupName, String applicationGatewayName, ApplicationGatewayOnDemandProbe probeRequest, String expand) Gets the backend health for given combination of backend pool and http setting of the specified application gateway in a resource group. -
Uses of ApplicationGatewayBackendHealthOnDemandInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ApplicationGatewayBackendHealthOnDemandInnerModifier and TypeMethodDescriptionApplicationGatewayBackendHealthOnDemandInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayBackendHealthOnDemandInner from the JsonReader.ApplicationGatewayBackendHealthOnDemandInner.withBackendAddressPool(ApplicationGatewayBackendAddressPool backendAddressPool) Set the backendAddressPool property: Reference to an ApplicationGatewayBackendAddressPool resource.ApplicationGatewayBackendHealthOnDemandInner.withBackendHealthHttpSettings(ApplicationGatewayBackendHealthHttpSettings backendHealthHttpSettings) Set the backendHealthHttpSettings property: Application gateway BackendHealthHttp settings.