These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
azure-native.powerbi.getWorkspaceCollection
Explore with Pulumi AI
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
Retrieves an existing Power BI Workspace Collection. 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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:powerbi:getWorkspaceCollection
arguments:
# arguments dictionary
The following arguments are supported:
- Resource
Group stringName - Azure resource group
- Workspace
Collection stringName - Power BI Embedded Workspace Collection name
- Resource
Group stringName - Azure resource group
- Workspace
Collection stringName - Power BI Embedded Workspace Collection name
- resource
Group StringName - Azure resource group
- workspace
Collection StringName - Power BI Embedded Workspace Collection name
- resource
Group stringName - Azure resource group
- workspace
Collection stringName - Power BI Embedded Workspace Collection name
- resource_
group_ strname - Azure resource group
- workspace_
collection_ strname - Power BI Embedded Workspace Collection name
- resource
Group StringName - Azure resource group
- workspace
Collection StringName - 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.
Azure Native. Power BI. Outputs. Azure Sku Response - Dictionary<string, string>
- Type string
- Resource type
- Properties interface{}
- Properties
- Id string
- Resource id
- Location string
- Azure location
- Name string
- Workspace collection name
- Sku
Azure
Sku Response - map[string]string
- Type string
- Resource type
- properties Object
- Properties
- id String
- Resource id
- location String
- Azure location
- name String
- Workspace collection name
- sku
Azure
Sku Response - Map<String,String>
- type String
- Resource type
- properties any
- Properties
- id string
- Resource id
- location string
- Azure location
- name string
- Workspace collection name
- sku
Azure
Sku Response - {[key: string]: string}
- type string
- Resource type
- properties Any
- Properties
- id str
- Resource id
- location str
- Azure location
- name str
- Workspace collection name
- sku
Azure
Sku Response - 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
- Map<String>
- type String
- Resource type
Supporting Types
AzureSkuResponse
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi