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. NOTE: This property will not be serialized. It can only be populated by the server. |
details | Details of the assignment report. |
end |
End date and time of the guest configuration assignment compliance status check. NOTE: This property will not be serialized. It can only be populated by the server. |
report |
GUID that identifies the guest configuration assignment report under a subscription, resource group. NOTE: This property will not be serialized. It can only be populated by the server. |
start |
Start date and time of the guest configuration assignment compliance status check. NOTE: This property will not be serialized. It can only be populated by the server. |
vm | Information about the VM. |
vmss |
Azure resource Id of the VMSS. NOTE: This property will not be serialized. It can only be populated by the server. |
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. NOTE: This property will not be serialized. It can only be populated by the server.
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. NOTE: This property will not be serialized. It can only be populated by the server.
endTime?: Date
Property Value
Date
reportId
GUID that identifies the guest configuration assignment report under a subscription, resource group. NOTE: This property will not be serialized. It can only be populated by the server.
reportId?: string
Property Value
string
startTime
Start date and time of the guest configuration assignment compliance status check. NOTE: This property will not be serialized. It can only be populated by the server.
startTime?: Date
Property Value
Date
vm
vmssResourceId
Azure resource Id of the VMSS. NOTE: This property will not be serialized. It can only be populated by the server.
vmssResourceId?: string
Property Value
string
Azure SDK for JavaScript