IoTSecurityAlertedDevice 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
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.