1. Packages
  2. Azure Native
  3. API Docs
  4. powerbi
  5. getWorkspaceCollection
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

azure-native.powerbi.getWorkspaceCollection

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

Retrieves an existing Power BI Workspace Collection.

Uses Azure REST API version 2016-01-29.

Using getWorkspaceCollection

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getWorkspaceCollection(args: GetWorkspaceCollectionArgs, opts?: InvokeOptions): Promise<GetWorkspaceCollectionResult>
function getWorkspaceCollectionOutput(args: GetWorkspaceCollectionOutputArgs, opts?: InvokeOptions): Output<GetWorkspaceCollectionResult>
Copy
def get_workspace_collection(resource_group_name: Optional[str] = None,
                             workspace_collection_name: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetWorkspaceCollectionResult
def get_workspace_collection_output(resource_group_name: Optional[pulumi.Input[str]] = None,
                             workspace_collection_name: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetWorkspaceCollectionResult]
Copy
func LookupWorkspaceCollection(ctx *Context, args *LookupWorkspaceCollectionArgs, opts ...InvokeOption) (*LookupWorkspaceCollectionResult, error)
func LookupWorkspaceCollectionOutput(ctx *Context, args *LookupWorkspaceCollectionOutputArgs, opts ...InvokeOption) LookupWorkspaceCollectionResultOutput
Copy

> Note: This function is named LookupWorkspaceCollection in the Go SDK.

public static class GetWorkspaceCollection 
{
    public static Task<GetWorkspaceCollectionResult> InvokeAsync(GetWorkspaceCollectionArgs args, InvokeOptions? opts = null)
    public static Output<GetWorkspaceCollectionResult> Invoke(GetWorkspaceCollectionInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetWorkspaceCollectionResult> getWorkspaceCollection(GetWorkspaceCollectionArgs args, InvokeOptions options)
public static Output<GetWorkspaceCollectionResult> getWorkspaceCollection(GetWorkspaceCollectionArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:powerbi:getWorkspaceCollection
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
Azure resource group
WorkspaceCollectionName
This property is required.
Changes to this property will trigger replacement.
string
Power BI Embedded Workspace Collection name
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
Azure resource group
WorkspaceCollectionName
This property is required.
Changes to this property will trigger replacement.
string
Power BI Embedded Workspace Collection name
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
Azure resource group
workspaceCollectionName
This property is required.
Changes to this property will trigger replacement.
String
Power BI Embedded Workspace Collection name
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
Azure resource group
workspaceCollectionName
This property is required.
Changes to this property will trigger replacement.
string
Power BI Embedded Workspace Collection name
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
Azure resource group
workspace_collection_name
This property is required.
Changes to this property will trigger replacement.
str
Power BI Embedded Workspace Collection name
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
Azure resource group
workspaceCollectionName
This property is required.
Changes to this property will trigger replacement.
String
Power BI Embedded Workspace Collection name

getWorkspaceCollection Result

The following output properties are available:

AzureApiVersion string
The Azure API version of the resource.
Properties object
Properties
Id string
Resource id
Location string
Azure location
Name string
Workspace collection name
Sku Pulumi.AzureNative.PowerBI.Outputs.AzureSkuResponse
Tags Dictionary<string, string>
Type string
Resource type
AzureApiVersion string
The Azure API version of the resource.
Properties interface{}
Properties
Id string
Resource id
Location string
Azure location
Name string
Workspace collection name
Sku AzureSkuResponse
Tags map[string]string
Type string
Resource type
azureApiVersion String
The Azure API version of the resource.
properties Object
Properties
id String
Resource id
location String
Azure location
name String
Workspace collection name
sku AzureSkuResponse
tags Map<String,String>
type String
Resource type
azureApiVersion string
The Azure API version of the resource.
properties any
Properties
id string
Resource id
location string
Azure location
name string
Workspace collection name
sku AzureSkuResponse
tags {[key: string]: string}
type string
Resource type
azure_api_version str
The Azure API version of the resource.
properties Any
Properties
id str
Resource id
location str
Azure location
name str
Workspace collection name
sku AzureSkuResponse
tags Mapping[str, str]
type str
Resource type
azureApiVersion String
The Azure API version of the resource.
properties Any
Properties
id String
Resource id
location String
Azure location
name String
Workspace collection name
sku Property Map
tags Map<String>
type String
Resource type

Supporting Types

AzureSkuResponse

Name This property is required. string
SKU name
Tier This property is required. string
SKU tier
Name This property is required. string
SKU name
Tier This property is required. string
SKU tier
name This property is required. String
SKU name
tier This property is required. String
SKU tier
name This property is required. string
SKU name
tier This property is required. string
SKU tier
name This property is required. str
SKU name
tier This property is required. str
SKU tier
name This property is required. String
SKU name
tier This property is required. String
SKU tier

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi