Share via


IGuestConfigurationAssignmentReport Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.GuestConfigurationAssignmentReportTypeConverter))]
public interface IGuestConfigurationAssignmentReport : Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.GuestConfigurationAssignmentReportTypeConverter))>]
type IGuestConfigurationAssignmentReport = interface
    interface IJsonSerializable
Public Interface IGuestConfigurationAssignmentReport
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.

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.

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