你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureIaaSVMErrorInfo 构造函数

定义

重载

AzureIaaSVMErrorInfo()

初始化 AzureIaaSVMErrorInfo 类的新实例。

AzureIaaSVMErrorInfo(Nullable<Int32>, String, String, IList<String>)

初始化 AzureIaaSVMErrorInfo 类的新实例。

AzureIaaSVMErrorInfo()

初始化 AzureIaaSVMErrorInfo 类的新实例。

public AzureIaaSVMErrorInfo ();
Public Sub New ()

适用于

AzureIaaSVMErrorInfo(Nullable<Int32>, String, String, IList<String>)

初始化 AzureIaaSVMErrorInfo 类的新实例。

public AzureIaaSVMErrorInfo (int? errorCode = default, string errorTitle = default, string errorString = default, System.Collections.Generic.IList<string> recommendations = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureIaaSVMErrorInfo : Nullable<int> * string * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureIaaSVMErrorInfo
Public Sub New (Optional errorCode As Nullable(Of Integer) = Nothing, Optional errorTitle As String = Nothing, Optional errorString As String = Nothing, Optional recommendations As IList(Of String) = Nothing)

参数

errorCode
Nullable<Int32>

错误代码。

errorTitle
String

标题:通常为与错误相关的实体。

errorString
String

本地化的错误字符串。

recommendations
IList<String>

针对上述错误代码的本地化建议列表。

适用于