IoTSecuritySolutionAnalyticsModel 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.
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
- 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) |