Share via


AssignmentReport Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.AssignmentReportTypeConverter))]
public class AssignmentReport : Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.IAssignmentReport
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.AssignmentReportTypeConverter))>]
type AssignmentReport = class
    interface IAssignmentReport
    interface IJsonSerializable
Public Class AssignmentReport
Implements IAssignmentReport
Inheritance
AssignmentReport
Attributes
Implements

Constructors

Name Description
AssignmentReport()

Creates an new AssignmentReport instance.

Properties

Name Description
AssignmentName

Name of the guest configuration assignment.

ComplianceStatus

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

ConfigurationName

Name of the configuration.

ConfigurationVersion

Version of the configuration.

EndTime

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.

Resource

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

StartTime

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

VMId

Azure resource Id of the VM.

VMUuid

UUID(Universally Unique Identifier) of the VM.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AssignmentReport.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AssignmentReport.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.IAssignmentReport.

FromJsonString(String)

Creates a new instance of AssignmentReport, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AssignmentReport into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to