GuestAgentProfile interface
Defines the resource properties.
Properties
| agent |
The hybrid machine agent full version. NOTE: This property will not be serialized. It can only be populated by the server. |
| error |
Details about the error state. NOTE: This property will not be serialized. It can only be populated by the server. |
| last |
The time of the last status change. NOTE: This property will not be serialized. It can only be populated by the server. |
| status | The status of the hybrid machine agent. NOTE: This property will not be serialized. It can only be populated by the server. |
| vm |
Specifies the VM's unique SMBIOS ID. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
agentVersion
The hybrid machine agent full version. NOTE: This property will not be serialized. It can only be populated by the server.
agentVersion?: string
Property Value
string
errorDetails
Details about the error state. NOTE: This property will not be serialized. It can only be populated by the server.
errorDetails?: ErrorDetail[]
Property Value
lastStatusChange
The time of the last status change. NOTE: This property will not be serialized. It can only be populated by the server.
lastStatusChange?: Date
Property Value
Date
status
The status of the hybrid machine agent. NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string
vmUuid
Specifies the VM's unique SMBIOS ID. NOTE: This property will not be serialized. It can only be populated by the server.
vmUuid?: string
Property Value
string