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

AlertSource 构造函数

定义

重载

AlertSource()

初始化 AlertSource 类的新实例。

AlertSource(String, String, Nullable<AlertSourceType>)

初始化 AlertSource 类的新实例。

AlertSource()

初始化 AlertSource 类的新实例。

public AlertSource ();
Public Sub New ()

适用于

AlertSource(String, String, Nullable<AlertSourceType>)

初始化 AlertSource 类的新实例。

public AlertSource (string name = default, string timeZone = default, Microsoft.Azure.Management.StorSimple8000Series.Models.AlertSourceType? alertSourceType = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.AlertSource : string * string * Nullable<Microsoft.Azure.Management.StorSimple8000Series.Models.AlertSourceType> -> Microsoft.Azure.Management.StorSimple8000Series.Models.AlertSource
Public Sub New (Optional name As String = Nothing, Optional timeZone As String = Nothing, Optional alertSourceType As Nullable(Of AlertSourceType) = Nothing)

参数

name
String

源的名称

timeZone
String

源的时区

alertSourceType
Nullable<AlertSourceType>

警报的源类型。 可能的值包括:“Resource”、“Device”

适用于