Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class Workspace : KotlinCustomResource

The resource proxy definition object for quantum workspace. Uses Azure REST API version 2022-01-10-preview. In version 1.x of the Azure Native provider, it used API version 2019-11-04-preview. Other available API versions: 2023-11-13-preview.

Link copied to clipboard
data class WorkspaceArgs(val identity: Output<QuantumWorkspaceIdentityArgs>? = null, val location: Output<String>? = null, val providers: Output<List<ProviderArgs>>? = null, val resourceGroupName: Output<String>? = null, val storageAccount: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val workspaceName: Output<String>? = null) : ConvertibleToJava<WorkspaceArgs>

The resource proxy definition object for quantum workspace. Uses Azure REST API version 2022-01-10-preview. In version 1.x of the Azure Native provider, it used API version 2019-11-04-preview. Other available API versions: 2023-11-13-preview.

Link copied to clipboard
Link copied to clipboard
object WorkspaceMapper : ResourceMapper<Workspace>
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun workspace(name: String, block: suspend WorkspaceResourceBuilder.() -> Unit): Workspace