다음을 통해 공유


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 상속된