| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent |
Package containing the service clients for NetworkManagementClient.
|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayBackendHealthOnDemandInner |
ApplicationGatewaysClient.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.
|
ApplicationGatewayBackendHealthOnDemandInner |
ApplicationGatewaysClient.backendHealthOnDemand(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.
|
ApplicationGatewayBackendHealthOnDemandInner |
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.
|
Mono<ApplicationGatewayBackendHealthOnDemandInner> |
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.
|
Mono<ApplicationGatewayBackendHealthOnDemandInner> |
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,
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,
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,
String expand)
Gets the backend health for given combination of backend pool and http setting of the specified application
gateway in a resource group.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayOnDemandProbe |
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 |
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.
|
ApplicationGatewayOnDemandProbe |
ApplicationGatewayOnDemandProbe.withHost(String host)
Set the host property: Host name to send the probe to.
|
ApplicationGatewayOnDemandProbe |
ApplicationGatewayOnDemandProbe.withMatch(ApplicationGatewayProbeHealthResponseMatch match)
Set the match property: Criterion for classifying a healthy probe response.
|
ApplicationGatewayOnDemandProbe |
ApplicationGatewayOnDemandProbe.withPath(String path)
Set the path property: Relative path of probe.
|
ApplicationGatewayOnDemandProbe |
ApplicationGatewayOnDemandProbe.withPickHostnameFromBackendHttpSettings(Boolean pickHostnameFromBackendHttpSettings)
Set the pickHostnameFromBackendHttpSettings property: Whether the host header should be picked from the backend
http settings.
|
ApplicationGatewayOnDemandProbe |
ApplicationGatewayOnDemandProbe.withProtocol(ApplicationGatewayProtocol protocol)
Set the protocol property: The protocol used for the probe.
|
ApplicationGatewayOnDemandProbe |
ApplicationGatewayOnDemandProbe.withTimeout(Integer timeout)
Set the timeout property: The probe timeout in seconds.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.