PipelineResource interface
管線資源類型。
- Extends
屬性
| activities | 管線中的活動清單。 |
| annotations | 可用於描述管線的標記清單。 |
| concurrency | 管線的並行執行數目上限。 |
| description | 管線的描述。 |
| folder | 此管線位於的資料夾。 如果未指定,管線將會出現在根層級。 |
| parameters | 管線的參數清單。 |
| policy | 管線原則。 |
| run |
管線發出的維度。 |
| variables | 管線的變數清單。 |
繼承的屬性
| etag | Etag 會識別資源中的變更。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
| id | 資源標識碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
| name | 資源名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
| type | 資源類型。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
activities
annotations
可用於描述管線的標記清單。
annotations?: any[]
屬性值
any[]
concurrency
管線的並行執行數目上限。
concurrency?: number
屬性值
number
description
管線的描述。
description?: string
屬性值
string
folder
parameters
管線的參數清單。
parameters?: {[propertyName: string]: ParameterSpecification}
屬性值
{[propertyName: string]: ParameterSpecification}
policy
runDimensions
管線發出的維度。
runDimensions?: {[propertyName: string]: any}
屬性值
{[propertyName: string]: any}
variables
管線的變數清單。
variables?: {[propertyName: string]: VariableSpecification}
屬性值
{[propertyName: string]: VariableSpecification}