IotSecurityDeviceRecommendation Class

Definition

Statistical information about the number of recommendations per device, per recommendation type.

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

Constructors

IotSecurityDeviceRecommendation()

Initializes a new instance of IotSecurityDeviceRecommendation.

Properties

DevicesCount

Number of devices with this recommendation.

RecommendationDisplayName

Display name of the recommendation.

ReportedSeverity

Assessed recommendation severity.

Explicit Interface Implementations

IJsonModel<IotSecurityDeviceRecommendation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IotSecurityDeviceRecommendation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IotSecurityDeviceRecommendation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IotSecurityDeviceRecommendation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IotSecurityDeviceRecommendation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to