Guest Configuration Assignment Properties Response
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
Link copied to clipboard
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)
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
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