GetVirtualMachineConfigurationAssignmentResult

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.

Constructors

constructor(assignmentHash: String, complianceStatus: String, contentHash: String, contentUri: String, id: String, lastComplianceStatusChecked: String, latestReportId: String, name: String, resourceGroupName: String, virtualMachineName: String)

Types

Link copied to clipboard
object Companion

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
val id: String

The provider-assigned unique ID for this managed resource.

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
Link copied to clipboard