Partilhar via


HealthReportResourceDetails Class

Definition

The resource details of the health report.

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

Constructors

HealthReportResourceDetails()

Initializes a new instance of HealthReportResourceDetails.

Properties

ConnectorId

The id of the connector.

Id

The azure id of the resource.

Source

The status of the health report.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<HealthReportResourceDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HealthReportResourceDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HealthReportResourceDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HealthReportResourceDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HealthReportResourceDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to