Freigeben über


ArmSecurityCenterModelFactory.IotSecurityAggregatedAlertTopDevice Methode

Definition

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

Parameter

deviceId
String

Der Name des Geräts.

alertsCount
Nullable<Int64>

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

lastOccurrence
String

Diese Warnung wurde zuletzt an diesem Tag für dieses Gerät ausgelöst.

Gibt zurück

Eine neue IotSecurityAggregatedAlertTopDevice instance zum Simulieren.

Gilt für: