CosmosDBAccountResource.GetNotebookWorkspace Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the notebook workspace for a Cosmos DB account.
public virtual Azure.Response<Azure.ResourceManager.CosmosDB.NotebookWorkspaceResource> GetNotebookWorkspace(Azure.ResourceManager.CosmosDB.Models.NotebookWorkspaceName notebookWorkspaceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetNotebookWorkspace : Azure.ResourceManager.CosmosDB.Models.NotebookWorkspaceName * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CosmosDB.NotebookWorkspaceResource>
override this.GetNotebookWorkspace : Azure.ResourceManager.CosmosDB.Models.NotebookWorkspaceName * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CosmosDB.NotebookWorkspaceResource>
Public Overridable Function GetNotebookWorkspace (notebookWorkspaceName As NotebookWorkspaceName, Optional cancellationToken As CancellationToken = Nothing) As Response(Of NotebookWorkspaceResource)
Parameters
- notebookWorkspaceName
- NotebookWorkspaceName
The name of the notebook workspace resource.
- cancellationToken
- CancellationToken
The cancellation token to use.