Package | Description |
---|---|
com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
Modifier and Type | Method and Description |
---|---|
ApplicationGatewayProbe.Update |
ApplicationGateway.UpdateStages.WithProbe.updateProbe(String name)
Begins the update of an existing probe.
|
ApplicationGatewayProbe.Update |
ApplicationGatewayProbe.UpdateStages.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.Update |
ApplicationGatewayProbe.UpdateStages.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.Update |
ApplicationGatewayProbe.UpdateStages.WithHealthyHttpResponseStatusCodeRanges.withHealthyHttpResponseStatusCodeRange(String range)
Adds the specified range of the backend's HTTP response status codes that are to be considered healthy.
|
ApplicationGatewayProbe.Update |
ApplicationGatewayProbe.UpdateStages.WithHealthyHttpResponseStatusCodeRanges.withHealthyHttpResponseStatusCodeRanges(Set<String> ranges)
Specifies the ranges of the backend's HTTP response status codes that are to be considered healthy.
|
ApplicationGatewayProbe.Update |
ApplicationGatewayProbe.UpdateStages.WithHost.withHost(String host)
Specifies the host name to send the probe to.
|
ApplicationGatewayProbe.Update |
ApplicationGatewayProbe.UpdateStages.WithProtocol.withHttp()
Specifies HTTP as the probe protocol.
|
ApplicationGatewayProbe.Update |
ApplicationGatewayProbe.UpdateStages.WithProtocol.withHttps()
Specifies HTTPS as the probe protocol.
|
ApplicationGatewayProbe.Update |
ApplicationGatewayProbe.UpdateStages.WithHealthyHttpResponseStatusCodeRanges.withoutHealthyHttpResponseStatusCodeRanges()
Removes all healthy HTTP status response code ranges.
|
ApplicationGatewayProbe.Update |
ApplicationGatewayProbe.UpdateStages.WithPath.withPath(String path)
Specifies the relative path for the probe to call.
|
ApplicationGatewayProbe.Update |
ApplicationGatewayProbe.UpdateStages.WithRetries.withRetriesBeforeUnhealthy(int retryCount)
Specifies the number of retries before the server is considered unhealthy.
|
ApplicationGatewayProbe.Update |
ApplicationGatewayProbe.UpdateStages.WithInterval.withTimeBetweenProbesInSeconds(int seconds)
Specifies the time interval in seconds between consecutive probes.
|
ApplicationGatewayProbe.Update |
ApplicationGatewayProbe.UpdateStages.WithTimeout.withTimeoutInSeconds(int seconds)
Specifies the amount of time in seconds waiting for a response before the probe is considered failed.
|
Copyright © 2019. All rights reserved.