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