Compartilhar via


ArmSecurityCenterModelFactory.IotSecurityAggregatedAlertTopDevice Método

Definição

Inicializa uma nova instância de 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

Parâmetros

deviceId
String

Nome do dispositivo.

alertsCount
Nullable<Int64>

Número de alertas gerados para este dispositivo.

lastOccurrence
String

A hora mais recente em que esse alerta foi gerado para este dispositivo, neste dia.

Retornos

Uma nova IotSecurityAggregatedAlertTopDevice instância para zombar.

Aplica-se a