Uses of Class
com.azure.resourcemanager.cosmos.models.NotebookWorkspaceCreateUpdateParameters
Packages that use NotebookWorkspaceCreateUpdateParameters
Package
Description
Package containing the service clients for CosmosDBManagementClient.
-
Uses of NotebookWorkspaceCreateUpdateParameters in com.azure.resourcemanager.cosmos.fluent
Methods in com.azure.resourcemanager.cosmos.fluent with parameters of type NotebookWorkspaceCreateUpdateParametersModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NotebookWorkspaceInner>,NotebookWorkspaceInner> NotebookWorkspacesClient.beginCreateOrUpdate(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, NotebookWorkspaceCreateUpdateParameters notebookCreateUpdateParameters) Creates the notebook workspace for a Cosmos DB account.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NotebookWorkspaceInner>,NotebookWorkspaceInner> NotebookWorkspacesClient.beginCreateOrUpdate(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, NotebookWorkspaceCreateUpdateParameters notebookCreateUpdateParameters, com.azure.core.util.Context context) Creates the notebook workspace for a Cosmos DB account.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<NotebookWorkspaceInner>,NotebookWorkspaceInner> NotebookWorkspacesClient.beginCreateOrUpdateAsync(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, NotebookWorkspaceCreateUpdateParameters notebookCreateUpdateParameters) Creates the notebook workspace for a Cosmos DB account.NotebookWorkspacesClient.createOrUpdate(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, NotebookWorkspaceCreateUpdateParameters notebookCreateUpdateParameters) Creates the notebook workspace for a Cosmos DB account.NotebookWorkspacesClient.createOrUpdate(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, NotebookWorkspaceCreateUpdateParameters notebookCreateUpdateParameters, com.azure.core.util.Context context) Creates the notebook workspace for a Cosmos DB account.NotebookWorkspacesClient.createOrUpdateAsync(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, NotebookWorkspaceCreateUpdateParameters notebookCreateUpdateParameters) Creates the notebook workspace for a Cosmos DB account.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>NotebookWorkspacesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, NotebookWorkspaceCreateUpdateParameters notebookCreateUpdateParameters) Creates the notebook workspace for a Cosmos DB account.