ReturnT - the stage of the parent application gateway definition to return to after attaching this definitionpublic static interface ApplicationGatewayProbe.DefinitionStages.WithHealthyHttpResponseStatusCodeRanges<ReturnT>
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayProbe.DefinitionStages.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.DefinitionStages.WithAttach<ReturnT> |
withHealthyHttpResponseStatusCodeRange(String range)
Adds the specified range of the backend's HTTP response status codes that are to be considered healthy.
|
ApplicationGatewayProbe.DefinitionStages.WithAttach<ReturnT> |
withHealthyHttpResponseStatusCodeRanges(Set<String> ranges)
Specifies the ranges of the backend's HTTP response status codes that are to be considered healthy.
|
@Beta(value=V1_4_0) ApplicationGatewayProbe.DefinitionStages.WithAttach<ReturnT> 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.DefinitionStages.WithAttach<ReturnT> 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.DefinitionStages.WithAttach<ReturnT> withHealthyHttpResponseStatusCodeRange(int from, int to)
from - the lowest number in the rangeto - the highest number in the range/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/