public static interface ApplicationGatewayProbe.UpdateStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ApplicationGatewayProbe.UpdateStages.WithHost
Stage of an application gateway probe update allowing to specify the host to send the probe to.
|
static interface |
ApplicationGatewayProbe.UpdateStages.WithInterval
Stage of an application gateway probe update allowing to specify the time interval between consecutive probes.
|
static interface |
ApplicationGatewayProbe.UpdateStages.WithPath
Stage of an application gateway probe update allowing to specify the path to send the probe to.
|
static interface |
ApplicationGatewayProbe.UpdateStages.WithProtocol
Stage of an application gateway probe update allowing to specify the protocol of the probe.
|
static interface |
ApplicationGatewayProbe.UpdateStages.WithRetries
Stage of an application gateway probe update allowing to specify the number of retries before the server is considered unhealthy.
|
static interface |
ApplicationGatewayProbe.UpdateStages.WithTimeout
Stage of an application gateway probe update allowing to specify the amount of time to after which 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.
*/