Uses of Class
com.azure.resourcemanager.cdn.models.ResponseBasedDetectedErrorTypes
-
Packages that use ResponseBasedDetectedErrorTypes Package Description com.azure.resourcemanager.cdn.models 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 ResponseBasedDetectedErrorTypes Modifier and Type Method Description static ResponseBasedDetectedErrorTypesResponseBasedDetectedErrorTypes. fromString(String value)Parses a serialized value to a ResponseBasedDetectedErrorTypes instance.ResponseBasedDetectedErrorTypesResponseBasedOriginErrorDetectionParameters. responseBasedDetectedErrorTypes()Get the responseBasedDetectedErrorTypes property: Type of response errors for real user requests for which origin will be deemed unhealthy.static ResponseBasedDetectedErrorTypesResponseBasedDetectedErrorTypes. valueOf(String name)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 ResponseBasedDetectedErrorTypes Modifier and Type Method Description ResponseBasedOriginErrorDetectionParametersResponseBasedOriginErrorDetectionParameters. withResponseBasedDetectedErrorTypes(ResponseBasedDetectedErrorTypes responseBasedDetectedErrorTypes)Set the responseBasedDetectedErrorTypes property: Type of response errors for real user requests for which origin will be deemed unhealthy.
-