Share via


GuestConfigurationAssignmentReport Class

Definition

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

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

Constructors

Name Description
GuestConfigurationAssignmentReport()

Creates an new GuestConfigurationAssignmentReport 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.

DetailComplianceStatus

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

DetailEndTime

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

DetailJobId

GUID of the report.

DetailOperationType

Type of report, Consistency or Initial

DetailResource

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

DetailStartTime

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

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.

Name

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

ReportId

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

ResourceGroupName

Gets the resource group name

StartTime

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

VMId

Azure resource Id of the VM.

VmssResourceId

Azure resource Id of the VMSS.

VMUuid

UUID(Universally Unique Identifier) of the VM.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of GuestConfigurationAssignmentReport.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GuestConfigurationAssignmentReport.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of GuestConfigurationAssignmentReport into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to