DeploymentPipeline
Properties
| Property | Type | Attributes | Description |
|---|---|---|---|
displayName | string | Required | The Deployment Pipeline display name |
stages | DeploymentPipelineStage[] | Required | The deployment pipeline stages, ordered from earliest to latest. Must contain between 2 and 10 stages. |
description | string | The Deployment Pipeline description | |
id | string | Read-only, Identifier | The Deployment Pipeline ID |
DeploymentPipelineStage
| Property | Type | Attributes | Description |
|---|---|---|---|
description | string | Required | The stage description |
displayName | string | Required | The stage display name |
isPublic | bool | Required | Whether the stage is public |
id | string | Read-only | The stage ID |
workspaceId | string | The workspace assigned to this stage |