你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IoTSecurityDeviceAlert Class

Definition

Statistical information about the number of alerts per alert type during last set number of days

public class IoTSecurityDeviceAlert
type IoTSecurityDeviceAlert = class
Public Class IoTSecurityDeviceAlert
Inheritance
IoTSecurityDeviceAlert

Constructors

IoTSecurityDeviceAlert()

Initializes a new instance of the IoTSecurityDeviceAlert class.

IoTSecurityDeviceAlert(String, String, Nullable<Int64>)

Initializes a new instance of the IoTSecurityDeviceAlert class.

Properties

AlertDisplayName

Gets display name of the alert

AlertsCount

Gets number of alerts raised for this alert type.

ReportedSeverity

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

Extension Methods

ConvertToPSType(IoTSecurityDeviceAlert)

Applies to