共用方式為


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>

錯誤的其他詳細資料。

適用於