Workspace Collections - migrate
Migrates an existing Power BI Workspace Collection to a different resource group and/or subscription.
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/moveResources?api-version={api-version}
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
subscriptionId
|
path | True |
|
Gets subscription credentials which uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
|
resourceGroupName
|
path | True |
|
Azure resource group |
|
api-version
|
query | True |
|
Client Api Version. |
Request Body
| Name | Required | Type | Description |
|---|---|---|---|
| resources |
|
||
| targetResourceGroup |
|
Name of the resource group the Power BI workspace collections will be migrated to. |
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
Migration completed successfully |
|
| Other Status Codes |
Default Response. It will be deserialized as per the Error defintion specified in the schema. Exception will be thrown. |
Definitions
| Error | |
| ErrorDetail |
| Name | Type | Description |
|---|---|---|
| code |
|
|
| details | ||
| message |
|
|
| target |
|
| Name | Type | Description |
|---|---|---|
| code |
|
|
| message |
|
|
| target |
|