Pipelines - Assign Workspace
將指定的工作區指派給指定的部署管線階段。
必要範圍
Pipeline.ReadWrite.All 和 Workspace.ReadWrite.All
限制
- 尚未指派指定的部署管線階段。
- 您必須是指定工作區的系統管理員。
- 指定的工作區不會指派給任何其他部署管線。
- 如果有作用中的部署作業,此作業將會失敗。
POST https://api.powerbi.com/v1.0/myorg/pipelines/{pipelineId}/stages/{stageOrder}/assignWorkspace
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
pipeline
|
path | True |
string uuid |
部署管線識別碼 |
stage
|
path | True |
integer int32 |
部署管線階段順序。 開發 (0) 、測試 (1) 、生產 (2) 。 |
要求本文
名稱 | 必要 | 類型 | Description |
---|---|---|---|
workspaceId | True |
string |
工作區識別碼。 |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
確定 |
範例
Assign a workspace to a deployment pipeline example
Sample Request
POST https://api.powerbi.com/v1.0/myorg/pipelines/a5ded933-57b7-41f4-b072-ed4c1f9d5824/stages/0/assignWorkspace
{
"workspaceId": "4de5bcc4-2c88-4efe-b827-4ee7b289b496"
}
Sample Response
定義
AssignWorkspaceRequest
將工作區指派給部署管線階段的要求
名稱 | 類型 | Description |
---|---|---|
workspaceId |
string |
工作區識別碼。 |