Uses of Class
com.azure.resourcemanager.cosmos.models.NotebookWorkspaceName
Packages that use NotebookWorkspaceName
Package
Description
Package containing the service clients for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of NotebookWorkspaceName in com.azure.resourcemanager.cosmos.fluent
Methods in com.azure.resourcemanager.cosmos.fluent with parameters of type NotebookWorkspaceNameModifier 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.beginDelete
(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName) Deletes the notebook workspace for a Cosmos DB account.NotebookWorkspacesClient.beginDelete
(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, com.azure.core.util.Context context) Deletes the notebook workspace for a Cosmos DB account.NotebookWorkspacesClient.beginDeleteAsync
(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName) Deletes the notebook workspace for a Cosmos DB account.NotebookWorkspacesClient.beginRegenerateAuthToken
(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName) Regenerates the auth token for the notebook workspace.NotebookWorkspacesClient.beginRegenerateAuthToken
(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, com.azure.core.util.Context context) Regenerates the auth token for the notebook workspace.NotebookWorkspacesClient.beginRegenerateAuthTokenAsync
(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName) Regenerates the auth token for the notebook workspace.NotebookWorkspacesClient.beginStart
(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName) Starts the notebook workspace.NotebookWorkspacesClient.beginStart
(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, com.azure.core.util.Context context) Starts the notebook workspace.NotebookWorkspacesClient.beginStartAsync
(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName) Starts the notebook workspace.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.void
NotebookWorkspacesClient.delete
(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName) Deletes the notebook workspace for a Cosmos DB account.void
NotebookWorkspacesClient.delete
(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, com.azure.core.util.Context context) Deletes the notebook workspace for a Cosmos DB account.NotebookWorkspacesClient.deleteAsync
(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName) Deletes the notebook workspace for a Cosmos DB account.Mono
<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> NotebookWorkspacesClient.deleteWithResponseAsync
(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName) Deletes the notebook workspace for a Cosmos DB account.NotebookWorkspacesClient.get
(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName) Gets the notebook workspace for a Cosmos DB account.NotebookWorkspacesClient.getAsync
(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName) Gets the notebook workspace for a Cosmos DB account.com.azure.core.http.rest.Response
<NotebookWorkspaceInner> NotebookWorkspacesClient.getWithResponse
(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, com.azure.core.util.Context context) Gets the notebook workspace for a Cosmos DB account.Mono
<com.azure.core.http.rest.Response<NotebookWorkspaceInner>> NotebookWorkspacesClient.getWithResponseAsync
(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName) Gets the notebook workspace for a Cosmos DB account.NotebookWorkspacesClient.listConnectionInfo
(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName) Retrieves the connection info for the notebook workspace.NotebookWorkspacesClient.listConnectionInfoAsync
(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName) Retrieves the connection info for the notebook workspace.com.azure.core.http.rest.Response
<NotebookWorkspaceConnectionInfoResultInner> NotebookWorkspacesClient.listConnectionInfoWithResponse
(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, com.azure.core.util.Context context) Retrieves the connection info for the notebook workspace.Mono
<com.azure.core.http.rest.Response<NotebookWorkspaceConnectionInfoResultInner>> NotebookWorkspacesClient.listConnectionInfoWithResponseAsync
(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName) Retrieves the connection info for the notebook workspace.void
NotebookWorkspacesClient.regenerateAuthToken
(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName) Regenerates the auth token for the notebook workspace.void
NotebookWorkspacesClient.regenerateAuthToken
(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, com.azure.core.util.Context context) Regenerates the auth token for the notebook workspace.NotebookWorkspacesClient.regenerateAuthTokenAsync
(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName) Regenerates the auth token for the notebook workspace.Mono
<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> NotebookWorkspacesClient.regenerateAuthTokenWithResponseAsync
(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName) Regenerates the auth token for the notebook workspace.void
NotebookWorkspacesClient.start
(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName) Starts the notebook workspace.void
NotebookWorkspacesClient.start
(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, com.azure.core.util.Context context) Starts the notebook workspace.NotebookWorkspacesClient.startAsync
(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName) Starts the notebook workspace.Mono
<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> NotebookWorkspacesClient.startWithResponseAsync
(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName) Starts the notebook workspace. -
Uses of NotebookWorkspaceName in com.azure.resourcemanager.cosmos.models
Fields in com.azure.resourcemanager.cosmos.models declared as NotebookWorkspaceNameModifier and TypeFieldDescriptionstatic final NotebookWorkspaceName
NotebookWorkspaceName.DEFAULT
Static value default for NotebookWorkspaceName.Methods in com.azure.resourcemanager.cosmos.models that return NotebookWorkspaceNameModifier and TypeMethodDescriptionstatic NotebookWorkspaceName
NotebookWorkspaceName.fromString
(String name) Creates or finds a NotebookWorkspaceName from its string representation.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type NotebookWorkspaceNameModifier and TypeMethodDescriptionstatic Collection
<NotebookWorkspaceName> NotebookWorkspaceName.values()
Gets known NotebookWorkspaceName values.