AgentUpgrade interface

The info w.r.t Agent Upgrade.

Properties

correlationId

The correlation ID associated with an agent upgrade operation.

desiredVersion

Specifies the version info w.r.t AgentUpgrade for the machine.

enableAutomaticUpgrade

Specifies if the machine's agent should be upgraded

lastAttemptDesiredVersion

Specifies the version of the last attempt NOTE: This property will not be serialized. It can only be populated by the server.

lastAttemptMessage

Failure message of last upgrade attempt if any. NOTE: This property will not be serialized. It can only be populated by the server.

lastAttemptStatus

Specifies the status of Agent Upgrade. NOTE: This property will not be serialized. It can only be populated by the server.

lastAttemptTimestamp

Timestamp of last upgrade attempt NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

correlationId

The correlation ID associated with an agent upgrade operation.

correlationId?: string

Property Value

string

desiredVersion

Specifies the version info w.r.t AgentUpgrade for the machine.

desiredVersion?: string

Property Value

string

enableAutomaticUpgrade

Specifies if the machine's agent should be upgraded

enableAutomaticUpgrade?: boolean

Property Value

boolean

lastAttemptDesiredVersion

Specifies the version of the last attempt NOTE: This property will not be serialized. It can only be populated by the server.

lastAttemptDesiredVersion?: string

Property Value

string

lastAttemptMessage

Failure message of last upgrade attempt if any. NOTE: This property will not be serialized. It can only be populated by the server.

lastAttemptMessage?: string

Property Value

string

lastAttemptStatus

Specifies the status of Agent Upgrade. NOTE: This property will not be serialized. It can only be populated by the server.

lastAttemptStatus?: string

Property Value

string

lastAttemptTimestamp

Timestamp of last upgrade attempt NOTE: This property will not be serialized. It can only be populated by the server.

lastAttemptTimestamp?: Date

Property Value

Date