Get Virtual Machine Configuration Assignment Result
data class GetVirtualMachineConfigurationAssignmentResult(val assignmentHash: String, val complianceStatus: String, val contentHash: String, val contentUri: String, val id: String, val lastComplianceStatusChecked: String, val latestReportId: String, val name: String, val resourceGroupName: String, val virtualMachineName: String)
A collection of values returned by getVirtualMachineConfigurationAssignment.
Properties
Link copied to clipboard
Combined hash of the configuration package and parameters.
Link copied to clipboard
A value indicating compliance status of the machine for the assigned guest configuration. Possible return values are Compliant
, NonCompliant
and Pending
.
Link copied to clipboard
The content hash for the Guest Configuration package.
Link copied to clipboard
The content URI where the Guest Configuration package is stored.
Link copied to clipboard
Date and time, in RFC3339 format, when the machines compliance status was last checked.
Link copied to clipboard
The ID of the latest report for the guest configuration assignment.
Link copied to clipboard
Link copied to clipboard