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

IoTSecuritySolutionAnalyticsModel Constructors

Definition

Overloads

IoTSecuritySolutionAnalyticsModel()

Initializes a new instance of the IoTSecuritySolutionAnalyticsModel class.

IoTSecuritySolutionAnalyticsModel(String, String, String, IoTSeverityMetrics, Nullable<Int64>, IList<IoTSecuritySolutionAnalyticsModelPropertiesDevicesMetricsItem>, IList<IoTSecurityAlertedDevice>, IList<IoTSecurityDeviceAlert>, IList<IoTSecurityDeviceRecommendation>)

Initializes a new instance of the IoTSecuritySolutionAnalyticsModel class.

IoTSecuritySolutionAnalyticsModel()

Initializes a new instance of the IoTSecuritySolutionAnalyticsModel class.

public IoTSecuritySolutionAnalyticsModel ();
Public Sub New ()

Applies to

IoTSecuritySolutionAnalyticsModel(String, String, String, IoTSeverityMetrics, Nullable<Int64>, IList<IoTSecuritySolutionAnalyticsModelPropertiesDevicesMetricsItem>, IList<IoTSecurityAlertedDevice>, IList<IoTSecurityDeviceAlert>, IList<IoTSecurityDeviceRecommendation>)

Initializes a new instance of the IoTSecuritySolutionAnalyticsModel class.

public IoTSecuritySolutionAnalyticsModel (string id = default, string name = default, string type = default, Microsoft.Azure.Management.Security.Models.IoTSeverityMetrics metrics = default, long? unhealthyDeviceCount = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.IoTSecuritySolutionAnalyticsModelPropertiesDevicesMetricsItem> devicesMetrics = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.IoTSecurityAlertedDevice> topAlertedDevices = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.IoTSecurityDeviceAlert> mostPrevalentDeviceAlerts = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.IoTSecurityDeviceRecommendation> mostPrevalentDeviceRecommendations = default);
new Microsoft.Azure.Management.Security.Models.IoTSecuritySolutionAnalyticsModel : string * string * string * Microsoft.Azure.Management.Security.Models.IoTSeverityMetrics * Nullable<int64> * System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.IoTSecuritySolutionAnalyticsModelPropertiesDevicesMetricsItem> * System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.IoTSecurityAlertedDevice> * System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.IoTSecurityDeviceAlert> * System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.IoTSecurityDeviceRecommendation> -> Microsoft.Azure.Management.Security.Models.IoTSecuritySolutionAnalyticsModel
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional metrics As IoTSeverityMetrics = Nothing, Optional unhealthyDeviceCount As Nullable(Of Long) = Nothing, Optional devicesMetrics As IList(Of IoTSecuritySolutionAnalyticsModelPropertiesDevicesMetricsItem) = Nothing, Optional topAlertedDevices As IList(Of IoTSecurityAlertedDevice) = Nothing, Optional mostPrevalentDeviceAlerts As IList(Of IoTSecurityDeviceAlert) = Nothing, Optional mostPrevalentDeviceRecommendations As IList(Of IoTSecurityDeviceRecommendation) = Nothing)

Parameters

id
String

Resource Id

name
String

Resource name

type
String

Resource type

metrics
IoTSeverityMetrics

Security analytics of your IoT Security solution.

unhealthyDeviceCount
Nullable<Int64>

Number of unhealthy devices within your IoT Security solution.

devicesMetrics
IList<IoTSecuritySolutionAnalyticsModelPropertiesDevicesMetricsItem>

List of device metrics by the aggregation date.

topAlertedDevices
IList<IoTSecurityAlertedDevice>

List of the 3 devices with the most alerts.

mostPrevalentDeviceAlerts
IList<IoTSecurityDeviceAlert>

List of the 3 most prevalent device alerts.

mostPrevalentDeviceRecommendations
IList<IoTSecurityDeviceRecommendation>

List of the 3 most prevalent device recommendations.

Applies to