Uses of Class
com.azure.resourcemanager.cdn.models.HttpErrorRangeParameters
-
Packages that use HttpErrorRangeParameters Package Description com.azure.resourcemanager.cdn.models Package containing the data models for CdnManagementClient. -
-
Uses of HttpErrorRangeParameters in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return HttpErrorRangeParameters Modifier and Type Method Description HttpErrorRangeParametersHttpErrorRangeParameters. withBegin(Integer begin)Set the begin property: The inclusive start of the http status code range.HttpErrorRangeParametersHttpErrorRangeParameters. withEnd(Integer end)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 HttpErrorRangeParameters Modifier and Type Method Description List<HttpErrorRangeParameters>ResponseBasedOriginErrorDetectionParameters. 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 HttpErrorRangeParameters Modifier and Type Method Description ResponseBasedOriginErrorDetectionParametersResponseBasedOriginErrorDetectionParameters. 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.
-