ArmSecurityCenterModelFactory.IotSecurityAggregatedAlertTopDevice Method

Definition

Initializes a new instance of 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

Parameters

deviceId
String

Name of the device.

alertsCount
Nullable<Int64>

Number of alerts raised for this device.

lastOccurrence
String

Most recent time this alert was raised for this device, on this day.

Returns

A new IotSecurityAggregatedAlertTopDevice instance for mocking.

Applies to