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

ArmSecurityCenterModelFactory.IotSecurityAlertedDevice 方法

定义

初始化 IotSecurityAlertedDevice 的新实例。

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

参数

deviceId
String

设备标识符。

alertsCount
Nullable<Int64>

为此设备引发的警报数。

返回

用于模拟的新 IotSecurityAlertedDevice 实例。

适用于