| Package | Description |
|---|---|
| com.azure.resourcemanager.cosmos.fluent |
Package containing the service clients for CosmosDBManagementClient.
|
| com.azure.resourcemanager.cosmos.fluent.models |
Package containing the inner data models for CosmosDBManagementClient.
|
| com.azure.resourcemanager.cosmos.models |
Package containing the data models for CosmosDBManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NotebookWorkspaceInner>,NotebookWorkspaceInner> |
NotebookWorkspacesClient.beginCreateOrUpdate(String resourceGroupName,
String accountName,
NotebookWorkspaceName notebookWorkspaceName,
ArmProxyResource 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,
ArmProxyResource 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,
ArmProxyResource notebookCreateUpdateParameters)
Creates the notebook workspace for a Cosmos DB account.
|
NotebookWorkspaceInner |
NotebookWorkspacesClient.createOrUpdate(String resourceGroupName,
String accountName,
NotebookWorkspaceName notebookWorkspaceName,
ArmProxyResource notebookCreateUpdateParameters)
Creates the notebook workspace for a Cosmos DB account.
|
NotebookWorkspaceInner |
NotebookWorkspacesClient.createOrUpdate(String resourceGroupName,
String accountName,
NotebookWorkspaceName notebookWorkspaceName,
ArmProxyResource notebookCreateUpdateParameters,
com.azure.core.util.Context context)
Creates the notebook workspace for a Cosmos DB account.
|
Mono<NotebookWorkspaceInner> |
NotebookWorkspacesClient.createOrUpdateAsync(String resourceGroupName,
String accountName,
NotebookWorkspaceName notebookWorkspaceName,
ArmProxyResource 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,
ArmProxyResource notebookCreateUpdateParameters)
Creates the notebook workspace for a Cosmos DB account.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NotebookWorkspaceInner
A notebook workspace resource.
|
class |
PrivateLinkResourceInner
A private link resource.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NotebookWorkspaceCreateUpdateParameters
Parameters to create a notebook workspace resource.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.