Quantum Functions
object QuantumFunctions
Functions
Link copied to clipboard
Returns the Workspace resource associated with the given name. Uses Azure REST API version 2022-01-10-preview. Other available API versions: 2023-11-13-preview.
suspend fun getWorkspace(argument: suspend GetWorkspacePlainArgsBuilder.() -> Unit): GetWorkspaceResult
Link copied to clipboard
Get the keys to use with the Quantum APIs. A key is used to authenticate and authorize access to the Quantum REST APIs. Only one key is needed at a time; two are given to provide seamless key regeneration. Uses Azure REST API version 2023-11-13-preview.
suspend fun listWorkspaceKeys(argument: suspend ListWorkspaceKeysPlainArgsBuilder.() -> Unit): ListWorkspaceKeysResult
suspend fun listWorkspaceKeys(resourceGroupName: String, workspaceName: String): ListWorkspaceKeysResult