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

ArmSecurityCenterModelFactory.IotSecurityDeviceAlert 方法

定义

初始化 IotSecurityDeviceAlert 的新实例。

public static Azure.ResourceManager.SecurityCenter.Models.IotSecurityDeviceAlert IotSecurityDeviceAlert (string alertDisplayName = default, Azure.ResourceManager.SecurityCenter.Models.ReportedSeverity? reportedSeverity = default, long? alertsCount = default);
static member IotSecurityDeviceAlert : string * Nullable<Azure.ResourceManager.SecurityCenter.Models.ReportedSeverity> * Nullable<int64> -> Azure.ResourceManager.SecurityCenter.Models.IotSecurityDeviceAlert
Public Shared Function IotSecurityDeviceAlert (Optional alertDisplayName As String = Nothing, Optional reportedSeverity As Nullable(Of ReportedSeverity) = Nothing, Optional alertsCount As Nullable(Of Long) = Nothing) As IotSecurityDeviceAlert

参数

alertDisplayName
String

警报的显示名称。

reportedSeverity
Nullable<ReportedSeverity>

评估的警报严重性。

alertsCount
Nullable<Int64>

为此警报类型引发的警报数。

返回

用于模拟的新 IotSecurityDeviceAlert 实例。

适用于