TaskRunRequest interface

工作執行要求的參數。

Extends

屬性

overrideTaskStepProperties

執行 Task 時可傳遞的可覆寫參數集。

taskId

必須排入佇列之工作的資源標識碼。

type

執行要求的型別。

繼承的屬性

agentPoolName

執行的專用代理程式集區。

isArchiveEnabled

值,指出是否為執行啟用封存。

logTemplate

範本,描述執行記錄成品的存放庫和標記資訊。

屬性詳細資料

overrideTaskStepProperties

執行 Task 時可傳遞的可覆寫參數集。

overrideTaskStepProperties?: OverrideTaskStepProperties

屬性值

taskId

必須排入佇列之工作的資源標識碼。

taskId: string

屬性值

string

type

執行要求的型別。

type: "TaskRunRequest"

屬性值

"TaskRunRequest"

繼承的屬性詳細資料

agentPoolName

執行的專用代理程式集區。

agentPoolName?: string

屬性值

string

繼承自RunRequest.agentPoolName

isArchiveEnabled

值,指出是否為執行啟用封存。

isArchiveEnabled?: boolean

屬性值

boolean

繼承自RunRequest.isArchiveEnabled

logTemplate

範本,描述執行記錄成品的存放庫和標記資訊。

logTemplate?: string

屬性值

string

繼承自RunRequest.logTemplate