Partager via


IoTSecurityDeviceAlert Constructors

Definition

Overloads

IoTSecurityDeviceAlert()

Initializes a new instance of the IoTSecurityDeviceAlert class.

IoTSecurityDeviceAlert(String, String, Nullable<Int64>)

Initializes a new instance of the IoTSecurityDeviceAlert class.

IoTSecurityDeviceAlert()

Initializes a new instance of the IoTSecurityDeviceAlert class.

public IoTSecurityDeviceAlert ();
Public Sub New ()

Applies to

IoTSecurityDeviceAlert(String, String, Nullable<Int64>)

Initializes a new instance of the IoTSecurityDeviceAlert class.

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

Parameters

alertDisplayName
String

Display name of the alert

reportedSeverity
String

Assessed Alert severity. Possible values include: 'Informational', 'Low', 'Medium', 'High'

alertsCount
Nullable<Int64>

Number of alerts raised for this alert type.

Applies to