1. Packages
  2. Azure Native v2
  3. API Docs
  4. powerbi
  5. getWorkspaceCollection
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native-v2.powerbi.getWorkspaceCollection

Explore with Pulumi AI

azure-native-v2 logo
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

    Retrieves an existing Power BI Workspace Collection. 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>
    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]
    func LookupWorkspaceCollection(ctx *Context, args *LookupWorkspaceCollectionArgs, opts ...InvokeOption) (*LookupWorkspaceCollectionResult, error)
    func LookupWorkspaceCollectionOutput(ctx *Context, args *LookupWorkspaceCollectionOutputArgs, opts ...InvokeOption) LookupWorkspaceCollectionResultOutput

    > 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)
    }
    public static CompletableFuture<GetWorkspaceCollectionResult> getWorkspaceCollection(GetWorkspaceCollectionArgs args, InvokeOptions options)
    public static Output<GetWorkspaceCollectionResult> getWorkspaceCollection(GetWorkspaceCollectionArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:powerbi:getWorkspaceCollection
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ResourceGroupName string
    Azure resource group
    WorkspaceCollectionName string
    Power BI Embedded Workspace Collection name
    ResourceGroupName string
    Azure resource group
    WorkspaceCollectionName string
    Power BI Embedded Workspace Collection name
    resourceGroupName String
    Azure resource group
    workspaceCollectionName String
    Power BI Embedded Workspace Collection name
    resourceGroupName string
    Azure resource group
    workspaceCollectionName string
    Power BI Embedded Workspace Collection name
    resource_group_name str
    Azure resource group
    workspace_collection_name str
    Power BI Embedded Workspace Collection name
    resourceGroupName String
    Azure resource group
    workspaceCollectionName String
    Power BI Embedded Workspace Collection name

    getWorkspaceCollection Result

    The following output properties are available:

    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
    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
    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
    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
    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
    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 string
    SKU name
    Tier string
    SKU tier
    Name string
    SKU name
    Tier string
    SKU tier
    name String
    SKU name
    tier String
    SKU tier
    name string
    SKU name
    tier string
    SKU tier
    name str
    SKU name
    tier str
    SKU tier
    name String
    SKU name
    tier String
    SKU tier

    Package Details

    Repository
    azure-native-v2 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native-v2 logo
    These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
    Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi