IoTSecurityDeviceAlert 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
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'