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

AlertErrorDetails 构造函数

定义

重载

AlertErrorDetails()

初始化 AlertErrorDetails 类的新实例。

AlertErrorDetails(String, String, Nullable<Int32>)

初始化 AlertErrorDetails 类的新实例。

AlertErrorDetails()

初始化 AlertErrorDetails 类的新实例。

public AlertErrorDetails ();
Public Sub New ()

适用于

AlertErrorDetails(String, String, Nullable<Int32>)

初始化 AlertErrorDetails 类的新实例。

public AlertErrorDetails (string errorCode = default, string errorMessage = default, int? occurences = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.AlertErrorDetails : string * string * Nullable<int> -> Microsoft.Azure.Management.StorSimple8000Series.Models.AlertErrorDetails
Public Sub New (Optional errorCode As String = Nothing, Optional errorMessage As String = Nothing, Optional occurences As Nullable(Of Integer) = Nothing)

参数

errorCode
String

错误代码

errorMessage
String

错误消息

occurences
Nullable<Int32>

出现次数

适用于