WorkspaceCollectionArgs

data class WorkspaceCollectionArgs(val location: Output<String>? = null, val resourceGroupName: Output<String>? = null, val sku: Output<AzureSkuArgs>? = null, val tags: Output<Map<String, String>>? = null, val workspaceCollectionName: Output<String>? = null) : ConvertibleToJava<WorkspaceCollectionArgs>

Uses Azure REST API version 2016-01-29. In version 1.x of the Azure Native provider, it used API version 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}

Constructors

Link copied to clipboard
constructor(location: Output<String>? = null, resourceGroupName: Output<String>? = null, sku: Output<AzureSkuArgs>? = null, tags: Output<Map<String, String>>? = null, workspaceCollectionName: Output<String>? = null)

Properties

Link copied to clipboard
val location: Output<String>? = null

Azure location

Link copied to clipboard
val resourceGroupName: Output<String>? = null

Azure resource group

Link copied to clipboard
val sku: Output<AzureSkuArgs>? = null
Link copied to clipboard
val tags: Output<Map<String, String>>? = null
Link copied to clipboard
val workspaceCollectionName: Output<String>? = null

Power BI Embedded Workspace Collection name

Functions

Link copied to clipboard
open override fun toJava(): WorkspaceCollectionArgs