Pipelines - Update Pipeline
指定したデプロイ パイプラインを更新します。
必要なスコープ
Pipeline.ReadWrite.All
PATCH https://api.powerbi.com/v1.0/myorg/pipelines/{pipelineId}
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
pipeline
|
path | True |
string uuid |
デプロイ パイプライン ID |
要求本文
名前 | 型 | 説明 |
---|---|---|
description |
string |
デプロイ パイプラインの更新された説明 |
displayName |
string |
デプロイ パイプラインの更新された表示名 |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
OK |
例
Update a deployment pipeline example
要求のサンプル
PATCH https://api.powerbi.com/v1.0/myorg/pipelines/a5ded933-57b7-41f4-b072-ed4c1f9d5824
{
"displayName": "Updated Deployment Pipeline Name",
"description": "Updated deployment pipeline description"
}
応答のサンプル
{
"id": "a5ded933-57b7-41f4-b072-ed4c1f9d5824",
"displayName": "Updated Deployment Pipeline Name",
"description": "Updated deployment pipeline description"
}
定義
名前 | 説明 |
---|---|
Pipeline |
Power BI パイプライン |
Pipeline |
Power BI デプロイ パイプライン ステージ |
Update |
既存のデプロイ パイプラインを更新する要求。 更新された表示名または説明が必要です。 |
Pipeline
Power BI パイプライン
名前 | 型 | 説明 |
---|---|---|
description |
string |
デプロイ パイプラインの説明 |
displayName |
string |
デプロイ パイプラインの表示名 |
id |
string |
デプロイ パイプライン ID |
stages |
デプロイ パイプライン ステージのコレクション。 要求で設定 |
PipelineStage
Power BI デプロイ パイプライン ステージ
名前 | 型 | 説明 |
---|---|---|
order |
integer |
ステージの順序 。0 から始まります。 |
workspaceId |
string |
割り当てられたワークスペース ID。 ワークスペースが割り当てられている場合にのみ適用されます。 |
workspaceName |
string |
割り当てられたワークスペース名。 割り当てられたワークスペースがあり、ユーザーがワークスペースにアクセスできる場合にのみ適用されます。 |
UpdatePipelineRequest
既存のデプロイ パイプラインを更新する要求。 更新された表示名または説明が必要です。
名前 | 型 | 説明 |
---|---|---|
description |
string |
デプロイ パイプラインの更新された説明 |
displayName |
string |
デプロイ パイプラインの更新された表示名 |