| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayOnDemandProbe |
ApplicationGatewayOnDemandProbe.withBackendAddressPool(com.microsoft.azure.SubResource backendAddressPool)
Set reference to backend pool of application gateway to which probe request will be sent.
|
ApplicationGatewayOnDemandProbe |
ApplicationGatewayOnDemandProbe.withBackendHttpSettings(com.microsoft.azure.SubResource backendHttpSettings)
Set reference to backend http setting of application gateway to be used for test probe.
|
ApplicationGatewayOnDemandProbe |
ApplicationGatewayOnDemandProbe.withHost(String host)
Set host name to send the probe to.
|
ApplicationGatewayOnDemandProbe |
ApplicationGatewayOnDemandProbe.withMatch(ApplicationGatewayProbeHealthResponseMatch match)
Set criterion for classifying a healthy probe response.
|
ApplicationGatewayOnDemandProbe |
ApplicationGatewayOnDemandProbe.withPath(String path)
Set relative path of probe.
|
ApplicationGatewayOnDemandProbe |
ApplicationGatewayOnDemandProbe.withPickHostNameFromBackendHttpSettings(Boolean pickHostNameFromBackendHttpSettings)
Set whether the host header should be picked from the backend http settings.
|
ApplicationGatewayOnDemandProbe |
ApplicationGatewayOnDemandProbe.withProtocol(ApplicationGatewayProtocol protocol)
Set the protocol used for the probe.
|
ApplicationGatewayOnDemandProbe |
ApplicationGatewayOnDemandProbe.withTimeout(Integer timeout)
Set the probe timeout in seconds.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/