TaskStepProperties interface
모든 작업 단계의 기본 속성입니다.
속성
| base |
단계에 대한 기본 이미지 종속성 목록입니다. |
| context |
단계의 컨텍스트와 연결된 토큰(스토리지 계정 Blob의 git PAT 또는 SAS 토큰)입니다. |
| context |
작업 단계에 대한 원본 컨텍스트의 URL(절대 또는 상대)입니다. |
| type | 가능한 판별 값: Docker, FileTask, EncodedTask |
속성 세부 정보
baseImageDependencies
contextAccessToken
단계의 컨텍스트와 연결된 토큰(스토리지 계정 Blob의 git PAT 또는 SAS 토큰)입니다.
contextAccessToken?: string
속성 값
string
contextPath
작업 단계에 대한 원본 컨텍스트의 URL(절대 또는 상대)입니다.
contextPath?: string
속성 값
string
type
가능한 판별 값: Docker, FileTask, EncodedTask
type: string
속성 값
string