1. Packages
  2. Azure Native
  3. API Docs
  4. powerbi
  5. WorkspaceCollection
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.37.0 published on Monday, Apr 15, 2024 by Pulumi

azure-native.powerbi.WorkspaceCollection

Explore with Pulumi AI

azure-native logo
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.37.0 published on Monday, Apr 15, 2024 by Pulumi

    Azure REST API version: 2016-01-29. Prior API version in Azure Native 1.x: 2016-01-29.

    Import

    An existing resource can be imported using its type token, name, and identifier, e.g.

    $ pulumi import azure-native:powerbi:WorkspaceCollection myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBI/workspaceCollections/{workspaceCollectionName} 
    

    Create WorkspaceCollection Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new WorkspaceCollection(name: string, args: WorkspaceCollectionArgs, opts?: CustomResourceOptions);
    @overload
    def WorkspaceCollection(resource_name: str,
                            args: WorkspaceCollectionArgs,
                            opts: Optional[ResourceOptions] = None)
    
    @overload
    def WorkspaceCollection(resource_name: str,
                            opts: Optional[ResourceOptions] = None,
                            resource_group_name: Optional[str] = None,
                            location: Optional[str] = None,
                            sku: Optional[AzureSkuArgs] = None,
                            tags: Optional[Mapping[str, str]] = None,
                            workspace_collection_name: Optional[str] = None)
    func NewWorkspaceCollection(ctx *Context, name string, args WorkspaceCollectionArgs, opts ...ResourceOption) (*WorkspaceCollection, error)
    public WorkspaceCollection(string name, WorkspaceCollectionArgs args, CustomResourceOptions? opts = null)
    public WorkspaceCollection(String name, WorkspaceCollectionArgs args)
    public WorkspaceCollection(String name, WorkspaceCollectionArgs args, CustomResourceOptions options)
    
    type: azure-native:powerbi:WorkspaceCollection
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args WorkspaceCollectionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args WorkspaceCollectionArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args WorkspaceCollectionArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args WorkspaceCollectionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args WorkspaceCollectionArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    var workspaceCollectionResource = new AzureNative.PowerBI.WorkspaceCollection("workspaceCollectionResource", new()
    {
        ResourceGroupName = "string",
        Location = "string",
        Sku = new AzureNative.PowerBI.Inputs.AzureSkuArgs
        {
            Name = "string",
            Tier = "string",
        },
        Tags = 
        {
            { "string", "string" },
        },
        WorkspaceCollectionName = "string",
    });
    
    example, err := powerbi.NewWorkspaceCollection(ctx, "workspaceCollectionResource", &powerbi.WorkspaceCollectionArgs{
    ResourceGroupName: pulumi.String("string"),
    Location: pulumi.String("string"),
    Sku: &powerbi.AzureSkuArgs{
    Name: pulumi.String("string"),
    Tier: pulumi.String("string"),
    },
    Tags: pulumi.StringMap{
    "string": pulumi.String("string"),
    },
    WorkspaceCollectionName: pulumi.String("string"),
    })
    
    var workspaceCollectionResource = new WorkspaceCollection("workspaceCollectionResource", WorkspaceCollectionArgs.builder()        
        .resourceGroupName("string")
        .location("string")
        .sku(AzureSkuArgs.builder()
            .name("string")
            .tier("string")
            .build())
        .tags(Map.of("string", "string"))
        .workspaceCollectionName("string")
        .build());
    
    workspace_collection_resource = azure_native.powerbi.WorkspaceCollection("workspaceCollectionResource",
        resource_group_name="string",
        location="string",
        sku=azure_native.powerbi.AzureSkuArgs(
            name="string",
            tier="string",
        ),
        tags={
            "string": "string",
        },
        workspace_collection_name="string")
    
    const workspaceCollectionResource = new azure_native.powerbi.WorkspaceCollection("workspaceCollectionResource", {
        resourceGroupName: "string",
        location: "string",
        sku: {
            name: "string",
            tier: "string",
        },
        tags: {
            string: "string",
        },
        workspaceCollectionName: "string",
    });
    
    type: azure-native:powerbi:WorkspaceCollection
    properties:
        location: string
        resourceGroupName: string
        sku:
            name: string
            tier: string
        tags:
            string: string
        workspaceCollectionName: string
    

    WorkspaceCollection Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The WorkspaceCollection resource accepts the following input properties:

    ResourceGroupName string
    Azure resource group
    Location string
    Azure location
    Sku Pulumi.AzureNative.PowerBI.Inputs.AzureSku
    Tags Dictionary<string, string>
    WorkspaceCollectionName string
    Power BI Embedded Workspace Collection name
    ResourceGroupName string
    Azure resource group
    Location string
    Azure location
    Sku AzureSkuArgs
    Tags map[string]string
    WorkspaceCollectionName string
    Power BI Embedded Workspace Collection name
    resourceGroupName String
    Azure resource group
    location String
    Azure location
    sku AzureSku
    tags Map<String,String>
    workspaceCollectionName String
    Power BI Embedded Workspace Collection name
    resourceGroupName string
    Azure resource group
    location string
    Azure location
    sku AzureSku
    tags {[key: string]: string}
    workspaceCollectionName string
    Power BI Embedded Workspace Collection name
    resource_group_name str
    Azure resource group
    location str
    Azure location
    sku AzureSkuArgs
    tags Mapping[str, str]
    workspace_collection_name str
    Power BI Embedded Workspace Collection name
    resourceGroupName String
    Azure resource group
    location String
    Azure location
    sku Property Map
    tags Map<String>
    workspaceCollectionName String
    Power BI Embedded Workspace Collection name

    Outputs

    All input properties are implicitly available as output properties. Additionally, the WorkspaceCollection resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Properties object
    Properties
    Name string
    Workspace collection name
    Type string
    Resource type
    Id string
    The provider-assigned unique ID for this managed resource.
    Properties interface{}
    Properties
    Name string
    Workspace collection name
    Type string
    Resource type
    id String
    The provider-assigned unique ID for this managed resource.
    properties Object
    Properties
    name String
    Workspace collection name
    type String
    Resource type
    id string
    The provider-assigned unique ID for this managed resource.
    properties any
    Properties
    name string
    Workspace collection name
    type string
    Resource type
    id str
    The provider-assigned unique ID for this managed resource.
    properties Any
    Properties
    name str
    Workspace collection name
    type str
    Resource type
    id String
    The provider-assigned unique ID for this managed resource.
    properties Any
    Properties
    name String
    Workspace collection name
    type String
    Resource type

    Supporting Types

    AzureSku, AzureSkuArgs

    Name string | AzureSkuName
    SKU name
    Tier string | AzureSkuTier
    SKU tier
    name String | AzureSkuName
    SKU name
    tier String | AzureSkuTier
    SKU tier
    name string | AzureSkuName
    SKU name
    tier string | AzureSkuTier
    SKU tier
    name str | AzureSkuName
    SKU name
    tier str | AzureSkuTier
    SKU tier
    name String | "S1"
    SKU name
    tier String | "Standard"
    SKU tier

    AzureSkuName, AzureSkuNameArgs

    S1
    S1
    AzureSkuNameS1
    S1
    S1
    S1
    S1
    S1
    S1
    S1
    "S1"
    S1

    AzureSkuResponse, AzureSkuResponseArgs

    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

    AzureSkuTier, AzureSkuTierArgs

    Standard
    Standard
    AzureSkuTierStandard
    Standard
    Standard
    Standard
    Standard
    Standard
    STANDARD
    Standard
    "Standard"
    Standard

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    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.37.0 published on Monday, Apr 15, 2024 by Pulumi