次の方法で共有


ResponseBasedOriginErrorDetectionParameters コンストラクター

定義

オーバーロード

ResponseBasedOriginErrorDetectionParameters()

ResponseBasedOriginErrorDetectionParameters クラスの新しいインスタンスを初期化します。

ResponseBasedOriginErrorDetectionParameters(Nullable<ResponseBasedDetectedErrorTypes>, Nullable<Int32>, IList<HttpErrorRangeParameters>)

ResponseBasedOriginErrorDetectionParameters クラスの新しいインスタンスを初期化します。

ResponseBasedOriginErrorDetectionParameters()

ResponseBasedOriginErrorDetectionParameters クラスの新しいインスタンスを初期化します。

public ResponseBasedOriginErrorDetectionParameters ();
Public Sub New ()

適用対象

ResponseBasedOriginErrorDetectionParameters(Nullable<ResponseBasedDetectedErrorTypes>, Nullable<Int32>, IList<HttpErrorRangeParameters>)

ResponseBasedOriginErrorDetectionParameters クラスの新しいインスタンスを初期化します。

public ResponseBasedOriginErrorDetectionParameters (Microsoft.Azure.Management.Cdn.Models.ResponseBasedDetectedErrorTypes? responseBasedDetectedErrorTypes = default, int? responseBasedFailoverThresholdPercentage = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Models.HttpErrorRangeParameters> httpErrorRanges = default);
new Microsoft.Azure.Management.Cdn.Models.ResponseBasedOriginErrorDetectionParameters : Nullable<Microsoft.Azure.Management.Cdn.Models.ResponseBasedDetectedErrorTypes> * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Models.HttpErrorRangeParameters> -> Microsoft.Azure.Management.Cdn.Models.ResponseBasedOriginErrorDetectionParameters
Public Sub New (Optional responseBasedDetectedErrorTypes As Nullable(Of ResponseBasedDetectedErrorTypes) = Nothing, Optional responseBasedFailoverThresholdPercentage As Nullable(Of Integer) = Nothing, Optional httpErrorRanges As IList(Of HttpErrorRangeParameters) = Nothing)

パラメーター

responseBasedDetectedErrorTypes
Nullable<ResponseBasedDetectedErrorTypes>

配信元が異常と見なされる実際のユーザー要求の応答エラーの種類。 使用可能な値は、'None'、'TcpErrorsOnly'、'TcpAndHttpErrors' です。

responseBasedFailoverThresholdPercentage
Nullable<Int32>

フェールオーバーをトリガーするサンプルの失敗した要求の割合。

httpErrorRanges
IList<HttpErrorRangeParameters>

配信元のサーバー エラーと見なされ、異常としてマークされている Http 状態コード範囲の一覧。

適用対象