Uses of Class
com.azure.resourcemanager.cdn.models.ResponseBasedOriginErrorDetectionParameters
Packages that use ResponseBasedOriginErrorDetectionParameters
Package
Description
Package containing the inner data models for CdnManagementClient.
Package containing the data models for CdnManagementClient.
-
Uses of ResponseBasedOriginErrorDetectionParameters in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return ResponseBasedOriginErrorDetectionParametersModifier and TypeMethodDescriptionDeepCreatedOriginGroupProperties.responseBasedOriginErrorDetectionSettings()Get the responseBasedOriginErrorDetectionSettings property: The JSON object that contains the properties to determine origin health using real requests/responses.This property is currently not supported.OriginGroupInner.responseBasedOriginErrorDetectionSettings()Get the responseBasedOriginErrorDetectionSettings property: The JSON object that contains the properties to determine origin health using real requests/responses.OriginGroupUpdatePropertiesParameters.responseBasedOriginErrorDetectionSettings()Get the responseBasedOriginErrorDetectionSettings property: The JSON object that contains the properties to determine origin health using real requests/responses.Methods in com.azure.resourcemanager.cdn.fluent.models with parameters of type ResponseBasedOriginErrorDetectionParametersModifier and TypeMethodDescriptionDeepCreatedOriginGroupProperties.withResponseBasedOriginErrorDetectionSettings(ResponseBasedOriginErrorDetectionParameters responseBasedOriginErrorDetectionSettings) Set the responseBasedOriginErrorDetectionSettings property: The JSON object that contains the properties to determine origin health using real requests/responses.This property is currently not supported.OriginGroupInner.withResponseBasedOriginErrorDetectionSettings(ResponseBasedOriginErrorDetectionParameters responseBasedOriginErrorDetectionSettings) Set the responseBasedOriginErrorDetectionSettings property: The JSON object that contains the properties to determine origin health using real requests/responses.OriginGroupProperties.withResponseBasedOriginErrorDetectionSettings(ResponseBasedOriginErrorDetectionParameters responseBasedOriginErrorDetectionSettings) Set the responseBasedOriginErrorDetectionSettings property: The JSON object that contains the properties to determine origin health using real requests/responses.OriginGroupUpdatePropertiesParameters.withResponseBasedOriginErrorDetectionSettings(ResponseBasedOriginErrorDetectionParameters responseBasedOriginErrorDetectionSettings) Set the responseBasedOriginErrorDetectionSettings property: The JSON object that contains the properties to determine origin health using real requests/responses. -
Uses of ResponseBasedOriginErrorDetectionParameters in com.azure.resourcemanager.cdn.models
Classes in com.azure.resourcemanager.cdn.models that implement interfaces with type arguments of type ResponseBasedOriginErrorDetectionParametersModifier and TypeClassDescriptionfinal classThe JSON object that contains the properties to determine origin health using real requests/responses.Methods in com.azure.resourcemanager.cdn.models that return ResponseBasedOriginErrorDetectionParametersModifier and TypeMethodDescriptionResponseBasedOriginErrorDetectionParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ResponseBasedOriginErrorDetectionParameters from the JsonReader.DeepCreatedOriginGroup.responseBasedOriginErrorDetectionSettings()Get the responseBasedOriginErrorDetectionSettings property: The JSON object that contains the properties to determine origin health using real requests/responses.This property is currently not supported.OriginGroupUpdateParameters.responseBasedOriginErrorDetectionSettings()Get the responseBasedOriginErrorDetectionSettings property: The JSON object that contains the properties to determine origin health using real requests/responses.ResponseBasedOriginErrorDetectionParameters.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.ResponseBasedOriginErrorDetectionParameters.withResponseBasedDetectedErrorTypes(ResponseBasedDetectedErrorTypes responseBasedDetectedErrorTypes) Set the responseBasedDetectedErrorTypes property: Type of response errors for real user requests for which origin will be deemed unhealthy.ResponseBasedOriginErrorDetectionParameters.withResponseBasedFailoverThresholdPercentage(Integer responseBasedFailoverThresholdPercentage) Set the responseBasedFailoverThresholdPercentage property: The percentage of failed requests in the sample where failover should trigger.Methods in com.azure.resourcemanager.cdn.models with parameters of type ResponseBasedOriginErrorDetectionParametersModifier and TypeMethodDescriptionDeepCreatedOriginGroup.withResponseBasedOriginErrorDetectionSettings(ResponseBasedOriginErrorDetectionParameters responseBasedOriginErrorDetectionSettings) Set the responseBasedOriginErrorDetectionSettings property: The JSON object that contains the properties to determine origin health using real requests/responses.This property is currently not supported.OriginGroupUpdateParameters.withResponseBasedOriginErrorDetectionSettings(ResponseBasedOriginErrorDetectionParameters responseBasedOriginErrorDetectionSettings) Set the responseBasedOriginErrorDetectionSettings property: The JSON object that contains the properties to determine origin health using real requests/responses.