다음을 통해 공유


HealthDataClassification Class

Definition

The classification of the health report.

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

Constructors

HealthDataClassification()

Initializes a new instance of HealthDataClassification.

Properties

Component

The component describes the name of the agent/service that scans the issue.

Scenario

The scenario describes the health scenario issue of the component.

Scope

The resource scope of the health report.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<HealthDataClassification>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HealthDataClassification>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HealthDataClassification>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HealthDataClassification>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HealthDataClassification>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to