次の方法で共有


HttpErrorRangeParameters コンストラクター

定義

オーバーロード

HttpErrorRangeParameters()

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

HttpErrorRangeParameters(Nullable<Int32>, Nullable<Int32>)

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

HttpErrorRangeParameters()

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

public HttpErrorRangeParameters ();
Public Sub New ()

適用対象

HttpErrorRangeParameters(Nullable<Int32>, Nullable<Int32>)

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

public HttpErrorRangeParameters (int? begin = default, int? end = default);
new Microsoft.Azure.Management.Cdn.Models.HttpErrorRangeParameters : Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.Cdn.Models.HttpErrorRangeParameters
Public Sub New (Optional begin As Nullable(Of Integer) = Nothing, Optional end As Nullable(Of Integer) = Nothing)

パラメーター

begin
Nullable<Int32>

http 状態コード範囲の包括的な開始。

end
Nullable<Int32>

http 状態コード範囲の包括的な終了。

適用対象