Uses of Class
com.azure.resourcemanager.apimanagement.models.FailureStatusCodeRange
Packages that use FailureStatusCodeRange
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of FailureStatusCodeRange in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return FailureStatusCodeRangeModifier and TypeMethodDescriptionstatic FailureStatusCodeRangeFailureStatusCodeRange.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FailureStatusCodeRange from the JsonReader.Set the max property: The maximum http status code.Set the min property: The minimum http status code.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type FailureStatusCodeRangeModifier and TypeMethodDescriptionCircuitBreakerFailureCondition.statusCodeRanges()Get the statusCodeRanges property: The status code ranges which are considered as failure.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type FailureStatusCodeRangeModifier and TypeMethodDescriptionCircuitBreakerFailureCondition.withStatusCodeRanges(List<FailureStatusCodeRange> statusCodeRanges) Set the statusCodeRanges property: The status code ranges which are considered as failure.