workspace_collections_by_subscriptions
Creates, updates, deletes, gets or lists a workspace_collections_by_subscriptions
resource.
Overview
Name | workspace_collections_by_subscriptions |
Type | Resource |
Id | azure.powerbi_embedded.workspace_collections_by_subscriptions |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Resource id |
name | string | Workspace collection name |
location | string | Azure location |
properties | object | Properties |
sku | object | |
tags | object | |
type | string | Resource type |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | subscriptionId | Retrieves all existing Power BI workspace collections in the specified subscription. |
SELECT
examples
Retrieves all existing Power BI workspace collections in the specified subscription.
SELECT
id,
name,
location,
properties,
sku,
tags,
type
FROM azure.powerbi_embedded.workspace_collections_by_subscriptions
WHERE subscriptionId = '{{ subscriptionId }}';