Share via


IoTSecurityAggregatedAlert Constructors

Definition

Overloads

IoTSecurityAggregatedAlert()

Initializes a new instance of the IoTSecurityAggregatedAlert class.

IoTSecurityAggregatedAlert(String, String, String, IDictionary<String, String>, String, String, String, Nullable<DateTime>, String, String, String, Nullable<Int64>, String, String, String, String, IList<IoTSecurityAggregatedAlertPropertiesTopDevicesListItem>)

Initializes a new instance of the IoTSecurityAggregatedAlert class.

IoTSecurityAggregatedAlert()

Initializes a new instance of the IoTSecurityAggregatedAlert class.

public IoTSecurityAggregatedAlert ();
Public Sub New ()

Applies to

IoTSecurityAggregatedAlert(String, String, String, IDictionary<String, String>, String, String, String, Nullable<DateTime>, String, String, String, Nullable<Int64>, String, String, String, String, IList<IoTSecurityAggregatedAlertPropertiesTopDevicesListItem>)

Initializes a new instance of the IoTSecurityAggregatedAlert class.

public IoTSecurityAggregatedAlert (string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string reportedSeverity = default, string alertType = default, string alertDisplayName = default, DateTime? aggregatedDateUtc = default, string vendorName = default, string remediationSteps = default, string description = default, long? count = default, string effectedResourceType = default, string systemSource = default, string actionTaken = default, string logAnalyticsQuery = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.IoTSecurityAggregatedAlertPropertiesTopDevicesListItem> topDevicesList = default);
new Microsoft.Azure.Management.Security.Models.IoTSecurityAggregatedAlert : string * string * string * System.Collections.Generic.IDictionary<string, string> * string * string * string * Nullable<DateTime> * string * string * string * Nullable<int64> * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.IoTSecurityAggregatedAlertPropertiesTopDevicesListItem> -> Microsoft.Azure.Management.Security.Models.IoTSecurityAggregatedAlert
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional reportedSeverity As String = Nothing, Optional alertType As String = Nothing, Optional alertDisplayName As String = Nothing, Optional aggregatedDateUtc As Nullable(Of DateTime) = Nothing, Optional vendorName As String = Nothing, Optional remediationSteps As String = Nothing, Optional description As String = Nothing, Optional count As Nullable(Of Long) = Nothing, Optional effectedResourceType As String = Nothing, Optional systemSource As String = Nothing, Optional actionTaken As String = Nothing, Optional logAnalyticsQuery As String = Nothing, Optional topDevicesList As IList(Of IoTSecurityAggregatedAlertPropertiesTopDevicesListItem) = Nothing)

Parameters

id
String

Resource Id

name
String

Resource name

type
String

Resource type

tags
IDictionary<String,String>

Resource tags

reportedSeverity
String

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

alertType
String

Name of the alert type.

alertDisplayName
String

Display name of the alert type.

aggregatedDateUtc
Nullable<DateTime>

Date of detection.

vendorName
String

Name of the organization that raised the alert.

remediationSteps
String

Recommended steps for remediation.

description
String

Description of the suspected vulnerability and meaning.

count
Nullable<Int64>

Number of alerts occurrences within the aggregated time window.

effectedResourceType
String

Azure resource ID of the resource that received the alerts.

systemSource
String

The type of the alerted resource (Azure, Non-Azure).

actionTaken
String

IoT Security solution alert response.

logAnalyticsQuery
String

Log analytics query for getting the list of affected devices/alerts.

topDevicesList
IList<IoTSecurityAggregatedAlertPropertiesTopDevicesListItem>

10 devices with the highest number of occurrences of this alert type, on this day.

Applies to