ReturnT - the stage of the parent application gateway update to return to after attaching this
definitionpublic static interface ApplicationGatewayProbe.UpdateDefinitionStages.WithHealthyHttpResponseStatusCodeRanges<ReturnT>
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayProbe.UpdateDefinitionStages.WithAttach<ReturnT> |
withHealthyHttpResponseStatusCodeRange(int from,
int to)
Adds the specified range of the backend's HTTP response status codes that are to be considered healthy.
|
ApplicationGatewayProbe.UpdateDefinitionStages.WithAttach<ReturnT> |
withHealthyHttpResponseStatusCodeRange(String range)
Adds the specified range of the backend's HTTP response status codes that are to be considered healthy.
|
ApplicationGatewayProbe.UpdateDefinitionStages.WithAttach<ReturnT> |
withHealthyHttpResponseStatusCodeRanges(Set<String> ranges)
Specifies the ranges of the backend's HTTP response status codes that are to be considered healthy.
|
ApplicationGatewayProbe.UpdateDefinitionStages.WithAttach<ReturnT> withHealthyHttpResponseStatusCodeRanges(Set<String> ranges)
ranges - number ranges expressed in the format "###-###", for example "200-399", which is the
defaultApplicationGatewayProbe.UpdateDefinitionStages.WithAttach<ReturnT> withHealthyHttpResponseStatusCodeRange(String range)
range - a number range expressed in the format "###-###", for example "200-399", which is the
defaultApplicationGatewayProbe.UpdateDefinitionStages.WithAttach<ReturnT> withHealthyHttpResponseStatusCodeRange(int from, int to)
from - the lowest number in the rangeto - the highest number in the rangeCopyright © 2020 Microsoft Corporation. All rights reserved.