Megosztás a következőn keresztül:


GuestConfigurationAssignmentReportDetails Class

Definition

Details of the guest configuration assignment report.

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

Properties

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.

JobId

GUID of the report.

OperationType

Type of report, Consistency or Initial.

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.

Explicit Interface Implementations

IJsonModel<GuestConfigurationAssignmentReportDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GuestConfigurationAssignmentReportDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GuestConfigurationAssignmentReportDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GuestConfigurationAssignmentReportDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GuestConfigurationAssignmentReportDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to