Delen via


GuestConfigurationAssignmentReportInfo Class

Definition

The GuestConfigurationAssignmentReportInfo.

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

Constructors

GuestConfigurationAssignmentReportInfo()

Initializes a new instance of GuestConfigurationAssignmentReportInfo.

Properties

Assignment

Configuration details of the guest configuration assignment.

ComplianceStatus

A value indicating compliance status of the machine for the assigned guest configuration.

EndOn

End date and time of the guest configuration assignment compliance status check.

Id

ARM resource id of the report for the guest configuration assignment.

OperationType

Type of report, Consistency or Initial.

ReportId

GUID that identifies the guest configuration assignment report under a subscription, resource group.

Resources

The list of resources for which guest configuration assignment compliance is checked.

StartOn

Start date and time of the guest configuration assignment compliance status check.

Vm

Information about the VM.

Explicit Interface Implementations

IJsonModel<GuestConfigurationAssignmentReportInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GuestConfigurationAssignmentReportInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GuestConfigurationAssignmentReportInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GuestConfigurationAssignmentReportInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GuestConfigurationAssignmentReportInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to