Uses of Interface
com.azure.resourcemanager.network.models.ApplicationGatewayProbe.Update
Packages that use ApplicationGatewayProbe.Update
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewayProbe.Update in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models 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.WithHost.withHostNameFromBackendHttpSettings()Specifies using the host name from the HTTP settings to which this probe is associated.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.ApplicationGatewayProbe.UpdateStages.WithHost.withoutHostNameFromBackendHttpSettings()Specifies not using the host name from the HTTP settings.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.