IotSecuritySolutionAnalyticsModelData Class

Definition

A class representing the IotSecuritySolutionAnalyticsModel data model. Security analytics of your IoT Security solution

public class IotSecuritySolutionAnalyticsModelData : Azure.ResourceManager.Models.ResourceData
public class IotSecuritySolutionAnalyticsModelData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.IotSecuritySolutionAnalyticsModelData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.IotSecuritySolutionAnalyticsModelData>
type IotSecuritySolutionAnalyticsModelData = class
    inherit ResourceData
type IotSecuritySolutionAnalyticsModelData = class
    inherit ResourceData
    interface IJsonModel<IotSecuritySolutionAnalyticsModelData>
    interface IPersistableModel<IotSecuritySolutionAnalyticsModelData>
Public Class IotSecuritySolutionAnalyticsModelData
Inherits ResourceData
Public Class IotSecuritySolutionAnalyticsModelData
Inherits ResourceData
Implements IJsonModel(Of IotSecuritySolutionAnalyticsModelData), IPersistableModel(Of IotSecuritySolutionAnalyticsModelData)
Inheritance
IotSecuritySolutionAnalyticsModelData
Implements

Constructors

IotSecuritySolutionAnalyticsModelData()

Initializes a new instance of IotSecuritySolutionAnalyticsModelData.

Properties

DevicesMetrics

List of device metrics by the aggregation date.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Metrics

Security analytics of your IoT Security solution.

MostPrevalentDeviceAlerts

List of the 3 most prevalent device alerts.

MostPrevalentDeviceRecommendations

List of the 3 most prevalent device recommendations.

Name

The name of the resource.

(Inherited from ResourceData)
ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
TopAlertedDevices

List of the 3 devices with the most alerts.

UnhealthyDeviceCount

Number of unhealthy devices within your IoT Security solution.

Explicit Interface Implementations

IJsonModel<IotSecuritySolutionAnalyticsModelData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<IotSecuritySolutionAnalyticsModelData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IotSecuritySolutionAnalyticsModelData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IotSecuritySolutionAnalyticsModelData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<IotSecuritySolutionAnalyticsModelData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to