AutoScaleRunError 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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>
錯誤的其他詳細資料。