Uses of Class
com.microsoft.azure.management.cdn.HttpErrorRangeParameters
Packages that use HttpErrorRangeParameters
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of HttpErrorRangeParameters in com.microsoft.azure.management.cdn
Methods in com.microsoft.azure.management.cdn that return HttpErrorRangeParametersModifier and TypeMethodDescriptionSet the inclusive start of the http status code range.Set the inclusive end of the http status code range.Methods in com.microsoft.azure.management.cdn that return types with arguments of type HttpErrorRangeParametersModifier and TypeMethodDescriptionResponseBasedOriginErrorDetectionParameters.httpErrorRanges()
Get the list of Http status code ranges that are considered as server errors for origin and it is marked as unhealthy.Method parameters in com.microsoft.azure.management.cdn with type arguments of type HttpErrorRangeParametersModifier and TypeMethodDescriptionResponseBasedOriginErrorDetectionParameters.withHttpErrorRanges
(List<HttpErrorRangeParameters> httpErrorRanges) Set the list of Http status code ranges that are considered as server errors for origin and it is marked as unhealthy.