AssignmentReport interface
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. |
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. |
id | ARM resource id of the report for the guest configuration assignment. NOTE: This property will not be serialized. It can only be populated by the server. |
operation |
Type of report, Consistency or Initial 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. |
resources | The list of resources for which guest configuration assignment compliance is checked. |
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. |
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
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
id
ARM resource id of the report for the guest configuration assignment. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
operationType
Type of report, Consistency or Initial NOTE: This property will not be serialized. It can only be populated by the server.
operationType?: string
Property Value
string
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
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. NOTE: This property will not be serialized. It can only be populated by the server.
startTime?: Date
Property Value
Date
vm
Azure SDK for JavaScript