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