次の方法で共有


AutoScaleRunError コンストラクター

定義

オーバーロード

AutoScaleRunError()

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

AutoScaleRunError(String, String, IList<AutoScaleRunError>)

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

AutoScaleRunError()

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

public AutoScaleRunError ();
Public Sub New ()

適用対象

AutoScaleRunError(String, String, IList<AutoScaleRunError>)

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

public AutoScaleRunError (string code, string message, System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.AutoScaleRunError> details = default);
new Microsoft.Azure.Management.Batch.Models.AutoScaleRunError : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.AutoScaleRunError> -> Microsoft.Azure.Management.Batch.Models.AutoScaleRunError
Public Sub New (code As String, message As String, Optional details As IList(Of AutoScaleRunError) = Nothing)

パラメーター

code
String

エラーの識別子。 コードは不変であり、プログラムによって使用されることを意図しています。

message
String

ユーザー インターフェイスでの表示に適したエラーを説明するメッセージ。

details
IList<AutoScaleRunError>

エラーに関するその他の詳細。

適用対象