Uses of Class
com.microsoft.azure.management.cdn.ResponseBasedOriginErrorDetectionParameters
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of ResponseBasedOriginErrorDetectionParameters in com.microsoft.azure.management.cdn
Modifier and TypeMethodDescriptionAFDOriginGroupUpdateParameters.responseBasedAfdOriginErrorDetectionSettings()
Get the JSON object that contains the properties to determine origin health using real requests/responses.DeepCreatedOriginGroup.responseBasedOriginErrorDetectionSettings()
Get 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 JSON object that contains the properties to determine origin health using real requests/responses.ResponseBasedOriginErrorDetectionParameters.withHttpErrorRanges
(List<HttpErrorRangeParameters> httpErrorRanges) Set 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 type of response errors for real user requests for which origin will be deemed unhealthy.ResponseBasedOriginErrorDetectionParameters.withResponseBasedFailoverThresholdPercentage
(Integer responseBasedFailoverThresholdPercentage) Set the percentage of failed requests in the sample where failover should trigger.Modifier and TypeMethodDescriptionAFDOriginGroupUpdateParameters.withResponseBasedAfdOriginErrorDetectionSettings
(ResponseBasedOriginErrorDetectionParameters responseBasedAfdOriginErrorDetectionSettings) Set the JSON object that contains the properties to determine origin health using real requests/responses.DeepCreatedOriginGroup.withResponseBasedOriginErrorDetectionSettings
(ResponseBasedOriginErrorDetectionParameters responseBasedOriginErrorDetectionSettings) Set 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 JSON object that contains the properties to determine origin health using real requests/responses.