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.
|
@Beta(value=V1_4_0) ApplicationGatewayProbe.Update withHealthyHttpResponseStatusCodeRanges(Set<String> ranges)
ranges - number ranges expressed in the format "###-###", for example "200-399", which is the default@Beta(value=V1_4_0) ApplicationGatewayProbe.Update withHealthyHttpResponseStatusCodeRange(String range)
range - a number range expressed in the format "###-###", for example "200-399", which is the default@Beta(value=V1_4_0) ApplicationGatewayProbe.Update withHealthyHttpResponseStatusCodeRange(int from, int to)
from - the lowest number in the rangeto - the highest number in the range@Beta(value=V1_4_0) ApplicationGatewayProbe.Update withoutHealthyHttpResponseStatusCodeRanges()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/