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

IoTSeverityMetrics Constructors

Definition

Overloads

IoTSeverityMetrics()

Initializes a new instance of the IoTSeverityMetrics class.

IoTSeverityMetrics(Nullable<Int64>, Nullable<Int64>, Nullable<Int64>)

Initializes a new instance of the IoTSeverityMetrics class.

IoTSeverityMetrics()

Initializes a new instance of the IoTSeverityMetrics class.

public IoTSeverityMetrics ();
Public Sub New ()

Applies to

IoTSeverityMetrics(Nullable<Int64>, Nullable<Int64>, Nullable<Int64>)

Initializes a new instance of the IoTSeverityMetrics class.

public IoTSeverityMetrics (long? high = default, long? medium = default, long? low = default);
new Microsoft.Azure.Management.Security.Models.IoTSeverityMetrics : Nullable<int64> * Nullable<int64> * Nullable<int64> -> Microsoft.Azure.Management.Security.Models.IoTSeverityMetrics
Public Sub New (Optional high As Nullable(Of Long) = Nothing, Optional medium As Nullable(Of Long) = Nothing, Optional low As Nullable(Of Long) = Nothing)

Parameters

high
Nullable<Int64>

Count of high severity alerts/recommendations.

medium
Nullable<Int64>

Count of medium severity alerts/recommendations.

low
Nullable<Int64>

Count of low severity alerts/recommendations.

Applies to