Package-level declarations

Types

Link copied to clipboard
data class GetWorkspacePlainArgs(val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetWorkspacePlainArgs>
Link copied to clipboard
data class ListWorkspaceKeysPlainArgs(val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<ListWorkspaceKeysPlainArgs>
Link copied to clipboard
data class ManagedServiceIdentityArgs(val type: Output<Either<String, ManagedServiceIdentityType>>, val userAssignedIdentities: Output<List<String>>? = null) : ConvertibleToJava<ManagedServiceIdentityArgs>

Managed service identity (system assigned and/or user assigned identities)

Link copied to clipboard
data class ProviderArgs(val applicationName: Output<String>? = null, val instanceUri: Output<String>? = null, val providerId: Output<String>? = null, val providerSku: Output<String>? = null, val provisioningState: Output<Either<String, ProviderStatus>>? = null, val resourceUsageId: Output<String>? = null) : ConvertibleToJava<ProviderArgs>

Information about a Provider. A Provider is an entity that offers Targets to run Azure Quantum Jobs.

Link copied to clipboard
Link copied to clipboard
data class WorkspaceResourcePropertiesArgs(val apiKeyEnabled: Output<Boolean>? = null, val providers: Output<List<ProviderArgs>>? = null, val storageAccount: Output<String>? = null) : ConvertibleToJava<WorkspaceResourcePropertiesArgs>

Properties of a Workspace