| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ApplicationGatewayProbe.Definition<ParentT>
The entirety of an application gateway probe definition.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayProbe.DefinitionStages.WithAttach<ReturnT> |
ApplicationGatewayProbe.DefinitionStages.WithHealthyHttpResponseBodyContents.withHealthyHttpResponseBodyContents(String text)
Specifies the content, if any, to look for in the body of an HTTP response to a probe to determine the
health status of the backend.
|
ApplicationGatewayProbe.DefinitionStages.WithAttach<ReturnT> |
ApplicationGatewayProbe.DefinitionStages.WithHealthyHttpResponseStatusCodeRanges.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> |
ApplicationGatewayProbe.DefinitionStages.WithHealthyHttpResponseStatusCodeRanges.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> |
ApplicationGatewayProbe.DefinitionStages.WithHealthyHttpResponseStatusCodeRanges.withHealthyHttpResponseStatusCodeRanges(Set<String> ranges)
Specifies the ranges of the backend's HTTP response status codes that are to be considered healthy.
|
ApplicationGatewayProbe.DefinitionStages.WithAttach<ParentT> |
ApplicationGatewayProbe.DefinitionStages.WithRetries.withRetriesBeforeUnhealthy(int retryCount)
Specifies the number of retries before the server is considered unhealthy.
|
ApplicationGatewayProbe.DefinitionStages.WithAttach<ParentT> |
ApplicationGatewayProbe.DefinitionStages.WithInterval.withTimeBetweenProbesInSeconds(int seconds)
Specifies the time interval in seconds between consecutive probes.
|
ApplicationGatewayProbe.DefinitionStages.WithAttach<ParentT> |
ApplicationGatewayProbe.DefinitionStages.WithTimeout.withTimeoutInSeconds(int seconds)
Specifies the amount of time in seconds waiting for a response before the probe is considered failed.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.