Share via


GuestConfigurationAssignmentReportProperties Class

Definition

Report for the guest configuration assignment. Report contains information such as compliance status, reason, and more.

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

Properties

Assignment

Configuration details of the guest configuration assignment.

ComplianceStatus

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

Details

Details of the assignment report.

EndOn

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

ReportId

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

StartOn

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

Vm

Information about the VM.

VmssResourceId

Azure resource Id of the VMSS.

Explicit Interface Implementations

IJsonModel<GuestConfigurationAssignmentReportProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GuestConfigurationAssignmentReportProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GuestConfigurationAssignmentReportProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GuestConfigurationAssignmentReportProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GuestConfigurationAssignmentReportProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to