VmssvmInfo interface
Information about VMSS VM
Properties
compliance |
A value indicating compliance status of the machine for the assigned guest configuration. NOTE: This property will not be serialized. It can only be populated by the server. |
last |
Date and time when last compliance status was checked. NOTE: This property will not be serialized. It can only be populated by the server. |
latest |
Id of the latest report for the guest configuration assignment. NOTE: This property will not be serialized. It can only be populated by the server. |
vm |
UUID of the VM. NOTE: This property will not be serialized. It can only be populated by the server. |
vm |
Azure resource Id of the VM. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
complianceStatus
A value indicating compliance status of the machine for the assigned guest configuration. NOTE: This property will not be serialized. It can only be populated by the server.
complianceStatus?: string
Property Value
string
lastComplianceChecked
Date and time when last compliance status was checked. NOTE: This property will not be serialized. It can only be populated by the server.
lastComplianceChecked?: Date
Property Value
Date
latestReportId
Id of the latest report for the guest configuration assignment. NOTE: This property will not be serialized. It can only be populated by the server.
latestReportId?: string
Property Value
string
vmId
UUID of the VM. NOTE: This property will not be serialized. It can only be populated by the server.
vmId?: string
Property Value
string
vmResourceId
Azure resource Id of the VM. NOTE: This property will not be serialized. It can only be populated by the server.
vmResourceId?: string
Property Value
string
Azure SDK for JavaScript