Description | : Retrieves an existing Power BI Workspace Collection. |
Reference | : Link ¶ |
⚼ Request
GET:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBI/workspaceCollections/{workspaceCollectionName}
{
subscriptionId:
string
,
resourceGroupName:
string
,
workspaceCollectionName:
string
,
api-version:
string
,
}
⚐ Response (200)
{
id:
string
,
name:
string
,
type:
string
,
location:
string
,
tags:
object
,
sku:
{
,
name:
enum
,
tier:
enum
,
}
properties:
object
,
}
⚐ Response (default)
{
code:
string
,
message:
string
,
target:
string
,
details:
}
[
]
,
{
,
code:
string
,
message:
string
,
target:
string
,
}