ElasticNode interface
Data and settings for an elastic node
agent |
Distributed Task's Agent Id |
agent |
Summary of the state of the agent |
compute |
Compute Id. VMSS's InstanceId |
compute |
State of the compute host |
desired |
Users can force state changes to specific states (ToReimage, ToDelete, Save) |
id | Unique identifier since the agent and/or VM may be null |
name | Computer name. Used to match a scaleset VM with an agent |
pool |
Pool Id that this node belongs to |
request |
Last job RequestId assigned to this agent |
state | State of the ElasticNode |
state |
Last state change. Only updated by SQL. |
Distributed Task's Agent Id
agentId: number
Property Value
number
Compute Id. VMSS's InstanceId
computeId: string
Property Value
string
Users can force state changes to specific states (ToReimage, ToDelete, Save)
desiredState: ElasticNodeState
Property Value
Unique identifier since the agent and/or VM may be null
id: number
Property Value
number
Computer name. Used to match a scaleset VM with an agent
name: string
Property Value
string
Pool Id that this node belongs to
poolId: number
Property Value
number
Last job RequestId assigned to this agent
requestId: number
Property Value
number
Last state change. Only updated by SQL.
stateChangedOn: Date
Property Value
Date