共用方式為


ServerDeploymentInput interface

Extends

屬性

parallelExecution

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

proofOfPresenceTenants

取得或設定目前狀態數據的證明。

繼承的屬性

condition

取得或設定作業條件。

jobCancelTimeoutInMinutes

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

overrideInputs

取得或設定覆寫輸入。

timeoutInMinutes

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

屬性詳細資料

parallelExecution

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

parallelExecution: ExecutionInput

屬性值

proofOfPresenceTenants

取得或設定目前狀態數據的證明。

proofOfPresenceTenants: {[key: string]: ProofOfPresenceTenant}

屬性值

{[key: string]: ProofOfPresenceTenant}

繼承的屬性詳細資料

condition

取得或設定作業條件。

condition: string

屬性值

string

繼承自BaseDeploymentInput.condition

jobCancelTimeoutInMinutes

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

jobCancelTimeoutInMinutes: number

屬性值

number

繼承自baseDeploymentInput.jobCancelTimeoutInMinutes

overrideInputs

取得或設定覆寫輸入。

overrideInputs: {[key: string]: string}

屬性值

{[key: string]: string}

繼承自baseDeploymentInput.overrideInputs

timeoutInMinutes

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

timeoutInMinutes: number

屬性值

number

繼承自BaseDeploymentInput.timeoutInMinutes