共用方式為


MachineGroupDeploymentInput interface

Extends

屬性

deploymentHealthOption

部署群組健全狀況選項。

healthPercent

保證為狀況良好的目標最小百分比。

tags

部署目標標籤篩選。

繼承的屬性

artifactsDownloadInput

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

condition

取得或設定作業條件。

demands

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

enableAccessToken

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

jobCancelTimeoutInMinutes

取得或設定作業取消逾時,以分鐘為單位,供使用者針對此發行環境取消。

overrideInputs

取得或設定覆寫輸入。

queueId

執行作業的集區標識碼。

skipArtifactsDownload

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

timeoutInMinutes

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

屬性詳細資料

deploymentHealthOption

部署群組健全狀況選項。

deploymentHealthOption: string

屬性值

string

healthPercent

保證為狀況良好的目標最小百分比。

healthPercent: number

屬性值

number

tags

部署目標標籤篩選。

tags: string[]

屬性值

string[]

繼承的屬性詳細資料

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}

繼承自 deploymentDeploymentInput.overrideInputs

queueId

執行作業的集區標識碼。

queueId: number

屬性值

number

繼承自DeploymentInput.queueId

skipArtifactsDownload

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

skipArtifactsDownload: boolean

屬性值

boolean

繼承自 deploymentDeploymentInput.skipArtifactsDownload

timeoutInMinutes

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

timeoutInMinutes: number

屬性值

number

繼承自DeploymentInput.timeoutInMinutes