共用方式為


TaskAgentJobRequest interface

代理程式的作業要求。

Extends

屬性

agentSpecification
data

有關要求的其他數據。

definition

與此要求相關聯的管線定義

demands

滿足此要求所需的需求清單。

hostId

觸發此要求的主機。

jobId

由此要求產生的作業標識碼。

jobName

由此要求產生的作業名稱。

lockedUntil

代理程式更新鎖定的期限。

matchedAgents
matchesAllAgentsInPool
owner

與此要求相關聯的管線

planGroup
planId

與這個要求連線之協調流程計劃的內部標識碼。

planType

代表協調流程計劃類型的內部詳細數據。

poolId

此要求目標的集區標識碼

priority
queueId

此要求目標佇列的標識碼

reservedAgent

為此要求配置的代理程式。

result

此要求的結果。

scopeId

管線的範圍;符合項目標識碼。

serviceOwner

擁有此要求的服務。

statusMessage
userDelayed

繼承的屬性

assignTime

指派此要求的日期/時間。

finishTime

完成此要求的日期/時間。

orchestrationId
queueTime

此要求的排入佇列的日期/時間。

receiveTime

代理程式會收回此要求的日期/時間。

requestId

要求的識別碼。

屬性詳細資料

agentSpecification

agentSpecification: any

屬性值

any

data

有關要求的其他數據。

data: {[key: string]: string}

屬性值

{[key: string]: string}

definition

與此要求相關聯的管線定義

definition: TaskOrchestrationOwner

屬性值

demands

滿足此要求所需的需求清單。

demands: Demand[]

屬性值

Demand[]

hostId

觸發此要求的主機。

hostId: string

屬性值

string

jobId

由此要求產生的作業標識碼。

jobId: string

屬性值

string

jobName

由此要求產生的作業名稱。

jobName: string

屬性值

string

lockedUntil

代理程式更新鎖定的期限。

lockedUntil: Date

屬性值

Date

matchedAgents

matchedAgents: TaskAgentReference[]

屬性值

matchesAllAgentsInPool

matchesAllAgentsInPool: boolean

屬性值

boolean

owner

與此要求相關聯的管線

owner: TaskOrchestrationOwner

屬性值

planGroup

planGroup: string

屬性值

string

planId

與這個要求連線之協調流程計劃的內部標識碼。

planId: string

屬性值

string

planType

代表協調流程計劃類型的內部詳細數據。

planType: string

屬性值

string

poolId

此要求目標的集區標識碼

poolId: number

屬性值

number

priority

priority: number

屬性值

number

queueId

此要求目標佇列的標識碼

queueId: number

屬性值

number

reservedAgent

為此要求配置的代理程式。

reservedAgent: TaskAgentReference

屬性值

result

此要求的結果。

result: TaskResult

屬性值

scopeId

管線的範圍;符合項目標識碼。

scopeId: string

屬性值

string

serviceOwner

擁有此要求的服務。

serviceOwner: string

屬性值

string

statusMessage

statusMessage: string

屬性值

string

userDelayed

userDelayed: boolean

屬性值

boolean

繼承的屬性詳細資料

assignTime

指派此要求的日期/時間。

assignTime: Date

屬性值

Date

繼承自TaskAgentJobRequestRef.assignTime

finishTime

完成此要求的日期/時間。

finishTime: Date

屬性值

Date

繼承自TaskAgentJobRequestRef.finishTime

orchestrationId

orchestrationId: string

屬性值

string

繼承自TaskAgentJobRequestRef.orchestrationId

queueTime

此要求的排入佇列的日期/時間。

queueTime: Date

屬性值

Date

繼承自TaskAgentJobRequestRef.queueTime

receiveTime

代理程式會收回此要求的日期/時間。

receiveTime: Date

屬性值

Date

繼承自TaskAgentJobRequestRef.receiveTime

requestId

要求的識別碼。

requestId: number

屬性值

number

繼承自TaskAgentJobRequestRef.requestId