Workspace Collection Args
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}
Content copied to clipboard