This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.47.1 published on Monday, Jun 24, 2024 by Pulumi
azure-native.powerbi.getWorkspaceCollection
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.47.1 published on Monday, Jun 24, 2024 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)
// 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 pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.47.1 published on Monday, Jun 24, 2024 by Pulumi