GuestConfigurationAssignmentReportProperties interface
Report for the guest configuration assignment. Report contains information such as compliance status, reason, and more.
Properties
| assignment | Configuration details of the guest configuration assignment. |
| compliance |
A value indicating compliance status of the machine for the assigned guest configuration. |
| details | Details of the assignment report. |
| end |
End date and time of the guest configuration assignment compliance status check. |
| report |
GUID that identifies the guest configuration assignment report under a subscription, resource group. |
| start |
Start date and time of the guest configuration assignment compliance status check. |
| vm | Information about the VM. |
| vmss |
Azure resource Id of the VMSS. |
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
details
Details of the assignment report.
details?: AssignmentReportDetails
Property Value
endTime
End date and time of the guest configuration assignment compliance status check.
endTime?: Date
Property Value
Date
reportId
GUID that identifies the guest configuration assignment report under a subscription, resource group.
reportId?: string
Property Value
string
startTime
Start date and time of the guest configuration assignment compliance status check.
startTime?: Date
Property Value
Date
vm
vmssResourceId
Azure resource Id of the VMSS.
vmssResourceId?: string
Property Value
string