get Notebook Workspace
suspend fun getNotebookWorkspace(argument: GetNotebookWorkspacePlainArgs): GetNotebookWorkspaceResult
Gets the notebook workspace for a Cosmos DB account. Uses Azure REST API version 2023-04-15. Other available API versions: 2023-09-15, 2023-09-15-preview, 2023-11-15, 2023-11-15-preview, 2024-02-15-preview, 2024-05-15, 2024-05-15-preview, 2024-08-15, 2024-09-01-preview, 2024-11-15, 2024-12-01-preview.
Return
A notebook workspace resource
Parameters
argument
null
suspend fun getNotebookWorkspace(accountName: String, notebookWorkspaceName: String, resourceGroupName: String): GetNotebookWorkspaceResult
Return
A notebook workspace resource
Parameters
account Name
Cosmos DB database account name.
notebook Workspace Name
The name of the notebook workspace resource.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getNotebookWorkspace(argument: suspend GetNotebookWorkspacePlainArgsBuilder.() -> Unit): GetNotebookWorkspaceResult
Return
A notebook workspace resource
Parameters
argument
Builder for com.pulumi.azurenative.documentdb.kotlin.inputs.GetNotebookWorkspacePlainArgs.