AssignmentReportResourceComplianceReason Class

Definition

Reason and code for the compliance of the guest configuration assignment resource.

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

Constructors

AssignmentReportResourceComplianceReason()

Initializes a new instance of AssignmentReportResourceComplianceReason.

Properties

Code

Code for the compliance of the guest configuration assignment resource.

Phrase

Reason for the compliance of the guest configuration assignment resource.

Explicit Interface Implementations

IJsonModel<AssignmentReportResourceComplianceReason>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AssignmentReportResourceComplianceReason>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AssignmentReportResourceComplianceReason>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AssignmentReportResourceComplianceReason>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AssignmentReportResourceComplianceReason>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to