Uses of Enum
com.azure.resourcemanager.cdn.models.ResponseBasedDetectedErrorTypes
Packages that use ResponseBasedDetectedErrorTypes
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of ResponseBasedDetectedErrorTypes in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return ResponseBasedDetectedErrorTypesModifier and TypeMethodDescriptionResponseBasedDetectedErrorTypes.fromString(String value) Parses a serialized value to a ResponseBasedDetectedErrorTypes instance.ResponseBasedOriginErrorDetectionParameters.responseBasedDetectedErrorTypes()Get the responseBasedDetectedErrorTypes property: Type of response errors for real user requests for which origin will be deemed unhealthy.Returns the enum constant of this type with the specified name.static ResponseBasedDetectedErrorTypes[]ResponseBasedDetectedErrorTypes.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.cdn.models with parameters of type ResponseBasedDetectedErrorTypesModifier and TypeMethodDescriptionResponseBasedOriginErrorDetectionParameters.withResponseBasedDetectedErrorTypes(ResponseBasedDetectedErrorTypes responseBasedDetectedErrorTypes) Set the responseBasedDetectedErrorTypes property: Type of response errors for real user requests for which origin will be deemed unhealthy.