Uses of Class
com.azure.resourcemanager.cosmos.fluent.models.NotebookWorkspaceInner
Packages that use NotebookWorkspaceInner
Package
Description
Package containing the service clients for CosmosDBManagementClient.
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of NotebookWorkspaceInner in com.azure.resourcemanager.cosmos.fluent
Methods in com.azure.resourcemanager.cosmos.fluent that return NotebookWorkspaceInnerModifier and TypeMethodDescriptionNotebookWorkspacesClient.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.get(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName) Gets the notebook workspace for a Cosmos DB account.Methods in com.azure.resourcemanager.cosmos.fluent that return types with arguments of type NotebookWorkspaceInnerModifier 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) 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.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.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.createOrUpdateAsync(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, NotebookWorkspaceCreateUpdateParameters notebookCreateUpdateParameters) Creates 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.com.azure.core.http.rest.PagedIterable<NotebookWorkspaceInner> NotebookWorkspacesClient.listByDatabaseAccount(String resourceGroupName, String accountName) Gets the notebook workspace resources of an existing Cosmos DB account.com.azure.core.http.rest.PagedIterable<NotebookWorkspaceInner> NotebookWorkspacesClient.listByDatabaseAccount(String resourceGroupName, String accountName, com.azure.core.util.Context context) Gets the notebook workspace resources of an existing Cosmos DB account.com.azure.core.http.rest.PagedFlux<NotebookWorkspaceInner> NotebookWorkspacesClient.listByDatabaseAccountAsync(String resourceGroupName, String accountName) Gets the notebook workspace resources of an existing Cosmos DB account. -
Uses of NotebookWorkspaceInner in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return NotebookWorkspaceInnerModifier and TypeMethodDescriptionstatic NotebookWorkspaceInnerNotebookWorkspaceInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NotebookWorkspaceInner from the JsonReader. -
Uses of NotebookWorkspaceInner in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type NotebookWorkspaceInnerModifier and TypeMethodDescriptionNotebookWorkspaceListResult.value()Get the value property: Array of notebook workspace resources.Method parameters in com.azure.resourcemanager.cosmos.models with type arguments of type NotebookWorkspaceInnerModifier and TypeMethodDescriptionNotebookWorkspaceListResult.withValue(List<NotebookWorkspaceInner> value) Set the value property: Array of notebook workspace resources.