Freigeben über


ArmSecurityCenterModelFactory.IotSecurityAlertedDevice Methode

Definition

Initialisiert eine neue instance von 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

Parameter

deviceId
String

Gerätebezeichner.

alertsCount
Nullable<Int64>

Anzahl der für dieses Gerät ausgelösten Warnungen.

Gibt zurück

Eine neue IotSecurityAlertedDevice instance zum Mocking.

Gilt für: