Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayOnDemandProbe
Packages that use ApplicationGatewayOnDemandProbe
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewayOnDemandProbe in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent with parameters of type ApplicationGatewayOnDemandProbeModifier 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.ApplicationGatewaysClient.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.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> ApplicationGatewaysClient.backendHealthOnDemandWithResponseAsync(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, 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, 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 ApplicationGatewayOnDemandProbe in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayOnDemandProbeModifier and TypeMethodDescriptionApplicationGatewayOnDemandProbe.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayOnDemandProbe from the JsonReader.ApplicationGatewayOnDemandProbe.withBackendAddressPool(com.azure.core.management.SubResource backendAddressPool) Set the backendAddressPool property: Reference to backend pool of application gateway to which probe request will be sent.ApplicationGatewayOnDemandProbe.withBackendHttpSettings(com.azure.core.management.SubResource backendHttpSettings) Set the backendHttpSettings property: Reference to backend http setting of application gateway to be used for test probe.Set the host property: Host name to send the probe to.ApplicationGatewayOnDemandProbe.withMatch(ApplicationGatewayProbeHealthResponseMatch match) Set the match property: Criterion for classifying a healthy probe response.Set the path property: Relative path of probe.ApplicationGatewayOnDemandProbe.withPickHostnameFromBackendHttpSettings(Boolean pickHostnameFromBackendHttpSettings) Set the pickHostnameFromBackendHttpSettings property: Whether the host header should be picked from the backend http settings.ApplicationGatewayOnDemandProbe.withProtocol(ApplicationGatewayProtocol protocol) Set the protocol property: The protocol used for the probe.ApplicationGatewayOnDemandProbe.withTimeout(Integer timeout) Set the timeout property: The probe timeout in seconds.