你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IoTSecurityAggregatedAlert Class
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.
Security Solution Aggregated Alert information
[Microsoft.Rest.Serialization.JsonTransformation]
public class IoTSecurityAggregatedAlert
[<Microsoft.Rest.Serialization.JsonTransformation>]
type IoTSecurityAggregatedAlert = class
Public Class IoTSecurityAggregatedAlert
- Inheritance
-
IoTSecurityAggregatedAlert
- Attributes
Constructors
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. |
Properties
ActionTaken |
Gets ioT Security solution alert response. |
AggregatedDateUtc |
Gets date of detection. |
AlertDisplayName |
Gets display name of the alert type. |
AlertType |
Gets name of the alert type. |
Count |
Gets number of alerts occurrences within the aggregated time window. |
Description |
Gets description of the suspected vulnerability and meaning. |
EffectedResourceType |
Gets azure resource ID of the resource that received the alerts. |
Id |
Gets resource Id |
LogAnalyticsQuery |
Gets log analytics query for getting the list of affected devices/alerts. |
Name |
Gets resource name |
RemediationSteps |
Gets recommended steps for remediation. |
ReportedSeverity |
Gets assessed alert severity. Possible values include: 'Informational', 'Low', 'Medium', 'High' |
SystemSource |
Gets the type of the alerted resource (Azure, Non-Azure). |
Tags |
Gets or sets resource tags |
TopDevicesList |
Gets 10 devices with the highest number of occurrences of this alert type, on this day. |
Type |
Gets resource type |
VendorName |
Gets name of the organization that raised the alert. |
Extension Methods
ConvertToPSType(IoTSecurityAggregatedAlert) |