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