| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayProbe.Update |
ApplicationGateway.UpdateStages.WithProbe.updateProbe(String name)
Begins the update of an existing probe.
|
ApplicationGatewayProbe.Update |
ApplicationGatewayProbe.UpdateStages.WithHost.withHost(String host)
Specifies the host name to send the probe to.
|
ApplicationGatewayProbe.Update |
ApplicationGatewayProbe.UpdateStages.WithProtocol.withHttp()
Specifies HTTP as the probe protocol.
|
ApplicationGatewayProbe.Update |
ApplicationGatewayProbe.UpdateStages.WithProtocol.withHttps()
Specifies HTTPS as the probe protocol.
|
ApplicationGatewayProbe.Update |
ApplicationGatewayProbe.UpdateStages.WithPath.withPath(String path)
Specifies the relative path for the probe to call.
|
ApplicationGatewayProbe.Update |
ApplicationGatewayProbe.UpdateStages.WithRetries.withRetriesBeforeUnhealthy(int retryCount)
Specifies the number of retries before the server is considered unhealthy.
|
ApplicationGatewayProbe.Update |
ApplicationGatewayProbe.UpdateStages.WithInterval.withTimeBetweenProbesInSeconds(int seconds)
Specifies the time interval in seconds between consecutive probes.
|
ApplicationGatewayProbe.Update |
ApplicationGatewayProbe.UpdateStages.WithTimeout.withTimeoutInSeconds(int seconds)
Specifies the amount of time in seconds waiting for a response before the probe is considered failed.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/