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

MetricAlertStatus 构造函数

定义

重载

MetricAlertStatus()

初始化 MetricAlertStatus 类的新实例。

MetricAlertStatus(String, String, String, MetricAlertStatusProperties)

初始化 MetricAlertStatus 类的新实例。

MetricAlertStatus()

初始化 MetricAlertStatus 类的新实例。

public MetricAlertStatus ();
Public Sub New ()

适用于

MetricAlertStatus(String, String, String, MetricAlertStatusProperties)

初始化 MetricAlertStatus 类的新实例。

public MetricAlertStatus (string name = default, string id = default, string type = default, Microsoft.Azure.Management.Monitor.Models.MetricAlertStatusProperties properties = default);
new Microsoft.Azure.Management.Monitor.Models.MetricAlertStatus : string * string * string * Microsoft.Azure.Management.Monitor.Models.MetricAlertStatusProperties -> Microsoft.Azure.Management.Monitor.Models.MetricAlertStatus
Public Sub New (Optional name As String = Nothing, Optional id As String = Nothing, Optional type As String = Nothing, Optional properties As MetricAlertStatusProperties = Nothing)

参数

name
String

状态名称。

id
String

警报规则 arm ID。

type
String

扩展的资源类型名称。

properties
MetricAlertStatusProperties

指标警报状态的警报状态属性。

适用于