VMSSVMInfoResponse

data class VMSSVMInfoResponse(val complianceStatus: String, val lastComplianceChecked: String, val latestReportId: String, val vmId: String, val vmResourceId: String)

Information about VMSS VM

Constructors

Link copied to clipboard
constructor(complianceStatus: String, lastComplianceChecked: String, latestReportId: String, vmId: String, vmResourceId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A value indicating compliance status of the machine for the assigned guest configuration.

Link copied to clipboard

Date and time when last compliance status was checked.

Link copied to clipboard

Id of the latest report for the guest configuration assignment.

Link copied to clipboard

UUID of the VM.

Link copied to clipboard

Azure resource Id of the VM.