Uses of Class
com.azure.resourcemanager.cdn.models.HttpErrorRangeParameters
Packages that use HttpErrorRangeParameters
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of HttpErrorRangeParameters in com.azure.resourcemanager.cdn.models
Classes in com.azure.resourcemanager.cdn.models that implement interfaces with type arguments of type HttpErrorRangeParametersModifier and TypeClassDescriptionfinal classThe JSON object that represents the range for http status codes.Methods in com.azure.resourcemanager.cdn.models that return HttpErrorRangeParametersModifier and TypeMethodDescriptionstatic HttpErrorRangeParametersHttpErrorRangeParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of HttpErrorRangeParameters from the JsonReader.Set the begin property: The inclusive start of the http status code range.Set the end property: The inclusive end of the http status code range.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type HttpErrorRangeParametersModifier and TypeMethodDescriptionResponseBasedOriginErrorDetectionParameters.httpErrorRanges()Get the httpErrorRanges property: 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.azure.resourcemanager.cdn.models with type arguments of type HttpErrorRangeParametersModifier and TypeMethodDescriptionResponseBasedOriginErrorDetectionParameters.withHttpErrorRanges(List<HttpErrorRangeParameters> httpErrorRanges) Set the httpErrorRanges property: The list of Http status code ranges that are considered as server errors for origin and it is marked as unhealthy.