Share via


IGuestConfigurationAssignmentReportProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.GuestConfigurationAssignmentReportPropertiesTypeConverter))]
public interface IGuestConfigurationAssignmentReportProperties : Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.GuestConfigurationAssignmentReportPropertiesTypeConverter))>]
type IGuestConfigurationAssignmentReportProperties = interface
    interface IJsonSerializable
Public Interface IGuestConfigurationAssignmentReportProperties
Implements IJsonSerializable
Derived
Attributes
Implements

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.

ReportId

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

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
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to