getWorkspace

Returns the Workspace resource associated with the given name. Uses Azure REST API version 2023-11-13-preview. Other available API versions: 2022-01-10-preview, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native quantum [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

The resource proxy definition object for Quantum Workspace.

Parameters

argument

null


suspend fun getWorkspace(resourceGroupName: String, workspaceName: String): GetWorkspaceResult

Return

The resource proxy definition object for Quantum Workspace.

Parameters

resourceGroupName

The name of the resource group. The name is case insensitive.

workspaceName

The name of the quantum workspace resource.

See also


Return

The resource proxy definition object for Quantum Workspace.

Parameters

argument

Builder for com.pulumi.azurenative.quantum.kotlin.inputs.GetWorkspacePlainArgs.

See also