Uses of Interface
com.azure.resourcemanager.network.models.ApplicationGatewayProbe.UpdateDefinitionStages.WithAttach
Packages that use ApplicationGatewayProbe.UpdateDefinitionStages.WithAttach
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewayProbe.UpdateDefinitionStages.WithAttach in com.azure.resourcemanager.network.models
Subinterfaces of ApplicationGatewayProbe.UpdateDefinitionStages.WithAttach in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of an application gateway probe definition as part of an application gateway update.Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayProbe.UpdateDefinitionStages.WithAttachModifier and TypeMethodDescriptionApplicationGatewayProbe.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.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.WithHealthyHttpResponseStatusCodeRanges.withHealthyHttpResponseStatusCodeRange(String range) Adds the specified range of the backend's HTTP response status codes that are to be considered healthy.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.WithRetries.withRetriesBeforeUnhealthy(int retryCount) Specifies the number of retries before the server is considered unhealthy.ApplicationGatewayProbe.UpdateDefinitionStages.WithInterval.withTimeBetweenProbesInSeconds(int seconds) Specifies the time interval in seconds between consecutive probes.ApplicationGatewayProbe.UpdateDefinitionStages.WithTimeout.withTimeoutInSeconds(int seconds) Specifies the amount of time in seconds waiting for a response before the probe is considered failed.