AssignmentReport interface

model interface AssignmentReport

Properties

assignment

Configuration details of the guest configuration assignment.

complianceStatus

A value indicating compliance status of the machine for the assigned guest 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.

resources

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.

vm

Information about the VM.

Property Details

assignment

Configuration details of the guest configuration assignment.

assignment?: AssignmentInfo

Property Value

complianceStatus

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

complianceStatus?: string

Property Value

string

endTime

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

endTime?: Date

Property Value

Date

id

ARM resource id of the report for the guest configuration assignment.

id?: string

Property Value

string

operationType

Type of report, Consistency or Initial

operationType?: string

Property Value

string

reportId

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

reportId?: string

Property Value

string

resources

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

resources?: AssignmentReportResource[]

Property Value

startTime

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

startTime?: Date

Property Value

Date

vm

Information about the VM.

vm?: VMInfo

Property Value