public static interface ApplicationGatewayProbe.UpdateDefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ApplicationGatewayProbe.UpdateDefinitionStages.Blank<ParentT>
The first stage of an application gateway probe definition.
|
static interface |
ApplicationGatewayProbe.UpdateDefinitionStages.WithAttach<ParentT>
The final stage of an application gateway probe definition.
|
static interface |
ApplicationGatewayProbe.UpdateDefinitionStages.WithHost<ParentT>
Stage of an application gateway probe definition allowing to specify the host to send the probe to.
|
static interface |
ApplicationGatewayProbe.UpdateDefinitionStages.WithInterval<ParentT>
Stage of an application gateway probe definition allowing to specify the time interval between consecutive probes.
|
static interface |
ApplicationGatewayProbe.UpdateDefinitionStages.WithPath<ParentT>
Stage of an application gateway probe definition allowing to specify the path to send the probe to.
|
static interface |
ApplicationGatewayProbe.UpdateDefinitionStages.WithProtocol<ParentT>
Stage of an application gateway probe definition allowing to specify the protocol of the probe.
|
static interface |
ApplicationGatewayProbe.UpdateDefinitionStages.WithRetries<ParentT>
Stage of an application gateway probe definition allowing to specify the number of retries before the server is considered unhealthy.
|
static interface |
ApplicationGatewayProbe.UpdateDefinitionStages.WithTimeout<ParentT>
Stage of an application gateway probe definition 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.
*/