IoTSecurityAggregatedAlertPropertiesTopDevicesListItem Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
- lastOccurrence
- String
Most recent time this alert was raised for this device, on this day.