IotSeverityMetrics Class

Definition

IoT Security solution analytics severity metrics.

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

Properties

High

Count of high severity alerts/recommendations.

Low

Count of low severity alerts/recommendations.

Medium

Count of medium severity alerts/recommendations.

Explicit Interface Implementations

IJsonModel<IotSeverityMetrics>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IotSeverityMetrics>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IotSeverityMetrics>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IotSeverityMetrics>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IotSeverityMetrics>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to