Share via


IoTSecurityAlertedDevice Constructors

Definition

Overloads

IoTSecurityAlertedDevice()

Initializes a new instance of the IoTSecurityAlertedDevice class.

IoTSecurityAlertedDevice(String, Nullable<Int64>)

Initializes a new instance of the IoTSecurityAlertedDevice class.

IoTSecurityAlertedDevice()

Initializes a new instance of the IoTSecurityAlertedDevice class.

public IoTSecurityAlertedDevice ();
Public Sub New ()

Applies to

IoTSecurityAlertedDevice(String, Nullable<Int64>)

Initializes a new instance of the IoTSecurityAlertedDevice class.

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

Parameters

deviceId
String

Device identifier.

alertsCount
Nullable<Int64>

Number of alerts raised for this device.

Applies to