public static interface ApplicationGatewayProbe.UpdateStages.WithHealthyHttpResponseStatusCodeRanges
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayProbe.Update |
withHealthyHttpResponseStatusCodeRange(int from,
int to)
Adds the specified range of the backend's HTTP response status codes that are to be considered healthy.
|
ApplicationGatewayProbe.Update |
withHealthyHttpResponseStatusCodeRange(String range)
Adds the specified range of the backend's HTTP response status codes that are to be considered healthy.
|
ApplicationGatewayProbe.Update |
withHealthyHttpResponseStatusCodeRanges(Set<String> ranges)
Specifies the ranges of the backend's HTTP response status codes that are to be considered healthy.
|
ApplicationGatewayProbe.Update |
withoutHealthyHttpResponseStatusCodeRanges()
Removes all healthy HTTP status response code ranges.
|
ApplicationGatewayProbe.Update withHealthyHttpResponseStatusCodeRanges(Set<String> ranges)
ranges - number ranges expressed in the format "###-###", for example "200-399", which is the
defaultApplicationGatewayProbe.Update withHealthyHttpResponseStatusCodeRange(String range)
range - a number range expressed in the format "###-###", for example "200-399", which is the
defaultApplicationGatewayProbe.Update withHealthyHttpResponseStatusCodeRange(int from, int to)
from - the lowest number in the rangeto - the highest number in the rangeApplicationGatewayProbe.Update withoutHealthyHttpResponseStatusCodeRanges()
Copyright © 2021 Microsoft Corporation. All rights reserved.