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