共用方式為


AgentDeploymentInput interface

Extends

屬性

agentSpecification

執行作業的代理程式規格。

imageId

取得或設定影像識別碼。

parallelExecution

取得或設定平行執行輸入。

繼承的屬性

artifactsDownloadInput

在作業執行期間下載的成品。

condition

取得或設定作業條件。

demands

列出需要符合以執行作業的需求。

enableAccessToken

指出是否要在部署作業中包含存取權杖。

jobCancelTimeoutInMinutes

取得或設定此發行環境使用者取消部署的分鐘數取消作業逾時。

overrideInputs

取得或設定覆寫輸入。

queueId

執行作業的集區識別碼。

skipArtifactsDownload

指出是否在執行作業時下載成品。

timeoutInMinutes

取得或設定針對此發行環境排入佇列的部署,以分鐘為單位的作業執行逾時。

屬性詳細資料

agentSpecification

執行作業的代理程式規格。

agentSpecification: AgentSpecification

屬性值

imageId

取得或設定影像識別碼。

imageId: number

屬性值

number

parallelExecution

取得或設定平行執行輸入。

parallelExecution: ExecutionInput

屬性值

繼承的屬性詳細資料

artifactsDownloadInput

在作業執行期間下載的成品。

artifactsDownloadInput: ArtifactsDownloadInput

屬性值

繼承自DeploymentInput.artifactsDownloadInput

condition

取得或設定作業條件。

condition: string

屬性值

string

繼承自DeploymentInput.condition

demands

列出需要符合以執行作業的需求。

demands: Demand[]

屬性值

Demand[]

繼承自DeploymentInput.demands

enableAccessToken

指出是否要在部署作業中包含存取權杖。

enableAccessToken: boolean

屬性值

boolean

繼承自DeploymentInput.enableAccessToken

jobCancelTimeoutInMinutes

取得或設定此發行環境使用者取消部署的分鐘數取消作業逾時。

jobCancelTimeoutInMinutes: number

屬性值

number

繼承自DeploymentInput.jobCancelTimeoutInMinutes

overrideInputs

取得或設定覆寫輸入。

overrideInputs: {[key: string]: string}

屬性值

{[key: string]: string}

繼承自DeploymentInput.overrideInputs

queueId

執行作業的集區識別碼。

queueId: number

屬性值

number

繼承自DeploymentInput.queueId

skipArtifactsDownload

指出是否在執行作業時下載成品。

skipArtifactsDownload: boolean

屬性值

boolean

繼承自DeploymentInput.skipArtifactsDownload

timeoutInMinutes

取得或設定針對此發行環境排入佇列的部署,以分鐘為單位的作業執行逾時。

timeoutInMinutes: number

屬性值

number

繼承自DeploymentInput.timeoutInMinutes