IotSecurityDeviceAlert Class

Definition

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

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

Constructors

IotSecurityDeviceAlert()

Initializes a new instance of IotSecurityDeviceAlert.

Properties

AlertDisplayName

Display name of the alert.

AlertsCount

Number of alerts raised for this alert type.

ReportedSeverity

Assessed Alert severity.

Explicit Interface Implementations

IJsonModel<IotSecurityDeviceAlert>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IotSecurityDeviceAlert>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IotSecurityDeviceAlert>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IotSecurityDeviceAlert>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IotSecurityDeviceAlert>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to