AssignmentReportResource interface
The guest configuration assignment resource.
Properties
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. |
properties | Properties of a guest configuration assignment resource. NOTE: This property will not be serialized. It can only be populated by the server. |
reasons | Compliance reason and reason code for a resource. |
resource |
Name of the guest configuration assignment resource setting. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
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
properties
Properties of a guest configuration assignment resource. NOTE: This property will not be serialized. It can only be populated by the server.
properties?: Record<string, unknown>
Property Value
Record<string, unknown>
reasons
Compliance reason and reason code for a resource.
reasons?: AssignmentReportResourceComplianceReason[]
Property Value
resourceId
Name of the guest configuration assignment resource setting. NOTE: This property will not be serialized. It can only be populated by the server.
resourceId?: string
Property Value
string
Azure SDK for JavaScript