TaskAgentUpdate interface

Details about an agent update.

Properties

currentState

Current state of this agent update.

reason

Reason for this update.

requestedBy

Identity which requested this update.

requestTime

Date on which this update was requested.

sourceVersion

Source agent version of the update.

targetVersion

Target agent version of the update.

Property Details

currentState

Current state of this agent update.

currentState: string

Property Value

string

reason

Reason for this update.

reason: TaskAgentUpdateReason

Property Value

requestedBy

Identity which requested this update.

requestedBy: IdentityRef

Property Value

requestTime

Date on which this update was requested.

requestTime: Date

Property Value

Date

sourceVersion

Source agent version of the update.

sourceVersion: PackageVersion

Property Value

targetVersion

Target agent version of the update.

targetVersion: PackageVersion

Property Value