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.WithHealthyHttpResponseBodyContents<ReturnT>
The stage of an application gateway probe definition allowing to specify the body contents of a healthy HTTP
response to a probe.
|
static interface |
ApplicationGatewayProbe.UpdateDefinitionStages.WithHealthyHttpResponseStatusCodeRanges<ReturnT>
The stage of an application gateway probe definition allowing to specify healthy HTTP response status code
ranges.
|
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 © 2021 Microsoft Corporation. All rights reserved.