GuestConfigurationAssignmentPropertiesResponse

data class GuestConfigurationAssignmentPropertiesResponse(val assignmentHash: String, val complianceStatus: String, val context: String? = null, val guestConfiguration: GuestConfigurationNavigationResponse? = null, val lastComplianceStatusChecked: String, val latestAssignmentReport: AssignmentReportResponse? = null, val latestReportId: String, val parameterHash: String, val provisioningState: String, val resourceType: String, val targetResourceId: String, val vmssVMList: List<VMSSVMInfoResponse>? = null)

Guest configuration assignment properties.

Constructors

constructor(assignmentHash: String, complianceStatus: String, context: String? = null, guestConfiguration: GuestConfigurationNavigationResponse? = null, lastComplianceStatusChecked: String, latestAssignmentReport: AssignmentReportResponse? = null, latestReportId: String, parameterHash: String, provisioningState: String, resourceType: String, targetResourceId: String, vmssVMList: List<VMSSVMInfoResponse>? = null)

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.

Link copied to clipboard
val context: String? = null

The source which initiated the guest configuration assignment. Ex: Azure Policy

Link copied to clipboard

The guest configuration to assign.

Link copied to clipboard

Date and time when last compliance status was checked.

Link copied to clipboard

Last reported guest configuration assignment report.

Link copied to clipboard

Id of the latest report for the guest configuration assignment.

Link copied to clipboard

parameter hash for the guest configuration assignment.

Link copied to clipboard

The provisioning state, which only appears in the response.

Link copied to clipboard

Type of the resource - VMSS / VM

Link copied to clipboard

VM resource Id.

Link copied to clipboard

The list of VM Compliance data for VMSS