Share via


IResponseBasedOriginErrorDetectionParameters.ResponseBasedFailoverThresholdPercentage Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Description="The percentage of failed requests in the sample where failover should trigger.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="responseBasedFailoverThresholdPercentage")]
public int? ResponseBasedFailoverThresholdPercentage { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Description="The percentage of failed requests in the sample where failover should trigger.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="responseBasedFailoverThresholdPercentage")>]
member this.ResponseBasedFailoverThresholdPercentage : Nullable<int> with get, set
Public Property ResponseBasedFailoverThresholdPercentage As Nullable(Of Integer)

Property Value

Attributes

Applies to