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

IoTSecuritySolutionAnalyticsModel Class

Definition

Security analytics of your IoT Security solution

[Microsoft.Rest.Serialization.JsonTransformation]
public class IoTSecuritySolutionAnalyticsModel : Microsoft.Azure.Management.Security.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type IoTSecuritySolutionAnalyticsModel = class
    inherit Resource
Public Class IoTSecuritySolutionAnalyticsModel
Inherits Resource
Inheritance
IoTSecuritySolutionAnalyticsModel
Attributes

Constructors

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.

Properties

DevicesMetrics

Gets list of device metrics by the aggregation date.

Id

Gets resource Id

(Inherited from Resource)
Metrics

Gets security analytics of your IoT Security solution.

MostPrevalentDeviceAlerts

Gets or sets list of the 3 most prevalent device alerts.

MostPrevalentDeviceRecommendations

Gets or sets list of the 3 most prevalent device recommendations.

Name

Gets resource name

(Inherited from Resource)
TopAlertedDevices

Gets or sets list of the 3 devices with the most alerts.

Type

Gets resource type

(Inherited from Resource)
UnhealthyDeviceCount

Gets number of unhealthy devices within your IoT Security solution.

Extension Methods

ConvertToPSType(IoTSecuritySolutionAnalyticsModel)

Applies to