AgentDeploymentInput interface
- Extends
屬性
agent |
執行作業之代理程序的規格。 |
image |
取得或設定影像標識碼。 |
parallel |
取得或設定平行執行輸入。 |
繼承的屬性
artifacts |
作業執行期間下載的成品。 |
condition | 取得或設定作業條件。 |
demands | 列出需要符合才能執行作業的要求。 |
enable |
指出是否要在部署作業中包含存取令牌。 |
job |
取得或設定作業取消逾時,以分鐘為單位,供使用者針對此發行環境取消。 |
override |
取得或設定覆寫輸入。 |
queue |
執行作業的集區標識碼。 |
skip |
指出作業執行時是否下載成品。 |
timeout |
取得或設定針對此發行環境排入佇列的部署,以分鐘為單位的作業執行逾時。 |
屬性詳細資料
agentSpecification
imageId
取得或設定影像標識碼。
imageId: number
屬性值
number
parallelExecution
繼承的屬性詳細資料
artifactsDownloadInput
作業執行期間下載的成品。
artifactsDownloadInput: ArtifactsDownloadInput
屬性值
condition
demands
enableAccessToken
jobCancelTimeoutInMinutes
取得或設定作業取消逾時,以分鐘為單位,供使用者針對此發行環境取消。
jobCancelTimeoutInMinutes: number
屬性值
number
overrideInputs
取得或設定覆寫輸入。
overrideInputs: {[key: string]: string}
屬性值
{[key: string]: string}
繼承自 deploymentDeploymentInput.overrideInputs
queueId
skipArtifactsDownload
指出作業執行時是否下載成品。
skipArtifactsDownload: boolean
屬性值
boolean
繼承自 deploymentDeploymentInput.skipArtifactsDownload
timeoutInMinutes
取得或設定針對此發行環境排入佇列的部署,以分鐘為單位的作業執行逾時。
timeoutInMinutes: number
屬性值
number