IotSecurityAlertedDevice Class

Definition

Statistical information about the number of alerts per device during last set number of days.

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

Constructors

IotSecurityAlertedDevice()

Initializes a new instance of IotSecurityAlertedDevice.

Properties

AlertsCount

Number of alerts raised for this device.

DeviceId

Device identifier.

Explicit Interface Implementations

IJsonModel<IotSecurityAlertedDevice>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IotSecurityAlertedDevice>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IotSecurityAlertedDevice>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IotSecurityAlertedDevice>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IotSecurityAlertedDevice>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to