共用方式為


ResizeError 建構函式

定義

多載

ResizeError()

初始化 ResizeError 類別的新實例。

ResizeError(String, String, IList<ResizeError>)

初始化 ResizeError 類別的新實例。

ResizeError()

初始化 ResizeError 類別的新實例。

public ResizeError ();
Public Sub New ()

適用於

ResizeError(String, String, IList<ResizeError>)

初始化 ResizeError 類別的新實例。

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

參數

code
String

錯誤的識別碼。 程式碼不變,且要以程式設計方式使用。

message
String

描述錯誤的訊息,適用于在使用者介面中顯示。

details
IList<ResizeError>

錯誤的其他詳細資料。

適用於