次の方法で共有


IResponseBasedOriginErrorDetectionParameters Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ResponseBasedOriginErrorDetectionParametersTypeConverter))]
public interface IResponseBasedOriginErrorDetectionParameters : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ResponseBasedOriginErrorDetectionParametersTypeConverter))>]
type IResponseBasedOriginErrorDetectionParameters = interface
    interface IJsonSerializable
Public Interface IResponseBasedOriginErrorDetectionParameters
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

HttpErrorRange

The list of Http status code ranges that are considered as server errors for origin and it is marked as unhealthy.

ResponseBasedDetectedErrorType

Type of response errors for real user requests for which origin will be deemed unhealthy

ResponseBasedFailoverThresholdPercentage

The percentage of failed requests in the sample where failover should trigger.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to