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

ArmSecurityCenterModelFactory.IotSecurityAggregatedAlertTopDevice 方法

定义

初始化 IotSecurityAggregatedAlertTopDevice 的新实例。

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

参数

deviceId
String

设备的名称。

alertsCount
Nullable<Int64>

为此设备引发的警报数。

lastOccurrence
String

最近为此设备引发此警报的时间,即在这一天。

返回

用于模拟的新 IotSecurityAggregatedAlertTopDevice 实例。

适用于