Share via


IoTSecurityAggregatedAlertPropertiesTopDevicesListItem Constructors

Definition

Overloads

IoTSecurityAggregatedAlertPropertiesTopDevicesListItem()

Initializes a new instance of the IoTSecurityAggregatedAlertPropertiesTopDevicesListItem class.

IoTSecurityAggregatedAlertPropertiesTopDevicesListItem(String, Nullable<Int64>, String)

Initializes a new instance of the IoTSecurityAggregatedAlertPropertiesTopDevicesListItem class.

IoTSecurityAggregatedAlertPropertiesTopDevicesListItem()

Initializes a new instance of the IoTSecurityAggregatedAlertPropertiesTopDevicesListItem class.

public IoTSecurityAggregatedAlertPropertiesTopDevicesListItem ();
Public Sub New ()

Applies to

IoTSecurityAggregatedAlertPropertiesTopDevicesListItem(String, Nullable<Int64>, String)

Initializes a new instance of the IoTSecurityAggregatedAlertPropertiesTopDevicesListItem class.

public IoTSecurityAggregatedAlertPropertiesTopDevicesListItem (string deviceId = default, long? alertsCount = default, string lastOccurrence = default);
new Microsoft.Azure.Management.Security.Models.IoTSecurityAggregatedAlertPropertiesTopDevicesListItem : string * Nullable<int64> * string -> Microsoft.Azure.Management.Security.Models.IoTSecurityAggregatedAlertPropertiesTopDevicesListItem
Public Sub New (Optional deviceId As String = Nothing, Optional alertsCount As Nullable(Of Long) = Nothing, Optional lastOccurrence As String = Nothing)

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.

Applies to