![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.azurenative.powerbi.kotlin.WorkspaceCollectionArgs.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-azure-native-kotlin Show documentation
Show all versions of pulumi-azure-native-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.powerbi.kotlin
import com.pulumi.azurenative.powerbi.WorkspaceCollectionArgs.builder
import com.pulumi.azurenative.powerbi.kotlin.inputs.AzureSkuArgs
import com.pulumi.azurenative.powerbi.kotlin.inputs.AzureSkuArgsBuilder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.applySuspend
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
*
* 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.
* ```sh
* $ pulumi import azure-native:powerbi:WorkspaceCollection myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBI/workspaceCollections/{workspaceCollectionName}
* ```
* @property location Azure location
* @property resourceGroupName Azure resource group
* @property sku
* @property tags
* @property workspaceCollectionName Power BI Embedded Workspace Collection name
*/
public data class WorkspaceCollectionArgs(
public val location: Output? = null,
public val resourceGroupName: Output? = null,
public val sku: Output? = null,
public val tags: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy