NotebookWorkspacesClient Interface

public interface NotebookWorkspacesClient

An instance of this class provides access to all the operations defined in NotebookWorkspacesClient.

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<NotebookWorkspaceInner>,NotebookWorkspaceInner> beginCreateOrUpdate(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, NotebookWorkspaceCreateUpdateParameters notebookCreateUpdateParameters)

Creates the notebook workspace for a Cosmos DB account.

abstract SyncPoller<PollResult<NotebookWorkspaceInner>,NotebookWorkspaceInner> beginCreateOrUpdate(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, NotebookWorkspaceCreateUpdateParameters notebookCreateUpdateParameters, Context context)

Creates the notebook workspace for a Cosmos DB account.

abstract PollerFlux<PollResult<NotebookWorkspaceInner>,NotebookWorkspaceInner> beginCreateOrUpdateAsync(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, NotebookWorkspaceCreateUpdateParameters notebookCreateUpdateParameters)

Creates the notebook workspace for a Cosmos DB account.

abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)

Deletes the notebook workspace for a Cosmos DB account.

abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, Context context)

Deletes the notebook workspace for a Cosmos DB account.

abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)

Deletes the notebook workspace for a Cosmos DB account.

abstract SyncPoller<PollResult<Void>,Void> beginRegenerateAuthToken(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)

Regenerates the auth token for the notebook workspace.

abstract SyncPoller<PollResult<Void>,Void> beginRegenerateAuthToken(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, Context context)

Regenerates the auth token for the notebook workspace.

abstract PollerFlux<PollResult<Void>,Void> beginRegenerateAuthTokenAsync(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)

Regenerates the auth token for the notebook workspace.

abstract SyncPoller<PollResult<Void>,Void> beginStart(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)

Starts the notebook workspace.

abstract SyncPoller<PollResult<Void>,Void> beginStart(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, Context context)

Starts the notebook workspace.

abstract PollerFlux<PollResult<Void>,Void> beginStartAsync(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)

Starts the notebook workspace.

abstract NotebookWorkspaceInner createOrUpdate(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, NotebookWorkspaceCreateUpdateParameters notebookCreateUpdateParameters)

Creates the notebook workspace for a Cosmos DB account.

abstract NotebookWorkspaceInner createOrUpdate(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, NotebookWorkspaceCreateUpdateParameters notebookCreateUpdateParameters, Context context)

Creates the notebook workspace for a Cosmos DB account.

abstract Mono<NotebookWorkspaceInner> createOrUpdateAsync(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, NotebookWorkspaceCreateUpdateParameters notebookCreateUpdateParameters)

Creates the notebook workspace for a Cosmos DB account.

abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, NotebookWorkspaceCreateUpdateParameters notebookCreateUpdateParameters)

Creates the notebook workspace for a Cosmos DB account.

abstract void delete(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)

Deletes the notebook workspace for a Cosmos DB account.

abstract void delete(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, Context context)

Deletes the notebook workspace for a Cosmos DB account.

abstract Mono<Void> deleteAsync(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)

Deletes the notebook workspace for a Cosmos DB account.

abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)

Deletes the notebook workspace for a Cosmos DB account.

abstract NotebookWorkspaceInner get(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)

Gets the notebook workspace for a Cosmos DB account.

abstract Mono<NotebookWorkspaceInner> getAsync(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)

Gets the notebook workspace for a Cosmos DB account.

abstract Response<NotebookWorkspaceInner> getWithResponse(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, Context context)

Gets the notebook workspace for a Cosmos DB account.

abstract Mono<Response<NotebookWorkspaceInner>> getWithResponseAsync(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)

Gets the notebook workspace for a Cosmos DB account.

abstract PagedIterable<NotebookWorkspaceInner> listByDatabaseAccount(String resourceGroupName, String accountName)

Gets the notebook workspace resources of an existing Cosmos DB account.

abstract PagedIterable<NotebookWorkspaceInner> listByDatabaseAccount(String resourceGroupName, String accountName, Context context)

Gets the notebook workspace resources of an existing Cosmos DB account.

abstract PagedFlux<NotebookWorkspaceInner> listByDatabaseAccountAsync(String resourceGroupName, String accountName)

Gets the notebook workspace resources of an existing Cosmos DB account.

abstract NotebookWorkspaceConnectionInfoResultInner listConnectionInfo(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)

Retrieves the connection info for the notebook workspace.

abstract Mono<NotebookWorkspaceConnectionInfoResultInner> listConnectionInfoAsync(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)

Retrieves the connection info for the notebook workspace.

abstract Response<NotebookWorkspaceConnectionInfoResultInner> listConnectionInfoWithResponse(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, Context context)

Retrieves the connection info for the notebook workspace.

abstract Mono<Response<NotebookWorkspaceConnectionInfoResultInner>> listConnectionInfoWithResponseAsync(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)

Retrieves the connection info for the notebook workspace.

abstract void regenerateAuthToken(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)

Regenerates the auth token for the notebook workspace.

abstract void regenerateAuthToken(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, Context context)

Regenerates the auth token for the notebook workspace.

abstract Mono<Void> regenerateAuthTokenAsync(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)

Regenerates the auth token for the notebook workspace.

abstract Mono<Response<Flux<ByteBuffer>>> regenerateAuthTokenWithResponseAsync(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)

Regenerates the auth token for the notebook workspace.

abstract void start(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)

Starts the notebook workspace.

abstract void start(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, Context context)

Starts the notebook workspace.

abstract Mono<Void> startAsync(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)

Starts the notebook workspace.

abstract Mono<Response<Flux<ByteBuffer>>> startWithResponseAsync(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)

Starts the notebook workspace.

Method Details

beginCreateOrUpdate

public abstract SyncPoller,NotebookWorkspaceInner> beginCreateOrUpdate(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, NotebookWorkspaceCreateUpdateParameters notebookCreateUpdateParameters)

Creates the notebook workspace for a Cosmos DB account.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - Cosmos DB database account name.
notebookWorkspaceName - The name of the notebook workspace resource.
notebookCreateUpdateParameters - The notebook workspace to create for the current database account.

Returns:

the SyncPoller<T,U> for polling of a notebook workspace resource.

beginCreateOrUpdate

public abstract SyncPoller,NotebookWorkspaceInner> beginCreateOrUpdate(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, NotebookWorkspaceCreateUpdateParameters notebookCreateUpdateParameters, Context context)

Creates the notebook workspace for a Cosmos DB account.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - Cosmos DB database account name.
notebookWorkspaceName - The name of the notebook workspace resource.
notebookCreateUpdateParameters - The notebook workspace to create for the current database account.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of a notebook workspace resource.

beginCreateOrUpdateAsync

public abstract PollerFlux,NotebookWorkspaceInner> beginCreateOrUpdateAsync(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, NotebookWorkspaceCreateUpdateParameters notebookCreateUpdateParameters)

Creates the notebook workspace for a Cosmos DB account.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - Cosmos DB database account name.
notebookWorkspaceName - The name of the notebook workspace resource.
notebookCreateUpdateParameters - The notebook workspace to create for the current database account.

Returns:

the PollerFlux<T,U> for polling of a notebook workspace resource.

beginDelete

public abstract SyncPoller,Void> beginDelete(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)

Deletes the notebook workspace for a Cosmos DB account.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - Cosmos DB database account name.
notebookWorkspaceName - The name of the notebook workspace resource.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginDelete

public abstract SyncPoller,Void> beginDelete(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, Context context)

Deletes the notebook workspace for a Cosmos DB account.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - Cosmos DB database account name.
notebookWorkspaceName - The name of the notebook workspace resource.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginDeleteAsync

public abstract PollerFlux,Void> beginDeleteAsync(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)

Deletes the notebook workspace for a Cosmos DB account.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - Cosmos DB database account name.
notebookWorkspaceName - The name of the notebook workspace resource.

Returns:

the PollerFlux<T,U> for polling of long-running operation.

beginRegenerateAuthToken

public abstract SyncPoller,Void> beginRegenerateAuthToken(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)

Regenerates the auth token for the notebook workspace.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - Cosmos DB database account name.
notebookWorkspaceName - The name of the notebook workspace resource.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginRegenerateAuthToken

public abstract SyncPoller,Void> beginRegenerateAuthToken(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, Context context)

Regenerates the auth token for the notebook workspace.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - Cosmos DB database account name.
notebookWorkspaceName - The name of the notebook workspace resource.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginRegenerateAuthTokenAsync

public abstract PollerFlux,Void> beginRegenerateAuthTokenAsync(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)

Regenerates the auth token for the notebook workspace.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - Cosmos DB database account name.
notebookWorkspaceName - The name of the notebook workspace resource.

Returns:

the PollerFlux<T,U> for polling of long-running operation.

beginStart

public abstract SyncPoller,Void> beginStart(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)

Starts the notebook workspace.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - Cosmos DB database account name.
notebookWorkspaceName - The name of the notebook workspace resource.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginStart

public abstract SyncPoller,Void> beginStart(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, Context context)

Starts the notebook workspace.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - Cosmos DB database account name.
notebookWorkspaceName - The name of the notebook workspace resource.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginStartAsync

public abstract PollerFlux,Void> beginStartAsync(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)

Starts the notebook workspace.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - Cosmos DB database account name.
notebookWorkspaceName - The name of the notebook workspace resource.

Returns:

the PollerFlux<T,U> for polling of long-running operation.

createOrUpdate

public abstract NotebookWorkspaceInner createOrUpdate(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, NotebookWorkspaceCreateUpdateParameters notebookCreateUpdateParameters)

Creates the notebook workspace for a Cosmos DB account.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - Cosmos DB database account name.
notebookWorkspaceName - The name of the notebook workspace resource.
notebookCreateUpdateParameters - The notebook workspace to create for the current database account.

Returns:

a notebook workspace resource.

createOrUpdate

public abstract NotebookWorkspaceInner createOrUpdate(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, NotebookWorkspaceCreateUpdateParameters notebookCreateUpdateParameters, Context context)

Creates the notebook workspace for a Cosmos DB account.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - Cosmos DB database account name.
notebookWorkspaceName - The name of the notebook workspace resource.
notebookCreateUpdateParameters - The notebook workspace to create for the current database account.
context - The context to associate with this operation.

Returns:

a notebook workspace resource.

createOrUpdateAsync

public abstract Mono createOrUpdateAsync(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, NotebookWorkspaceCreateUpdateParameters notebookCreateUpdateParameters)

Creates the notebook workspace for a Cosmos DB account.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - Cosmos DB database account name.
notebookWorkspaceName - The name of the notebook workspace resource.
notebookCreateUpdateParameters - The notebook workspace to create for the current database account.

Returns:

a notebook workspace resource on successful completion of Mono.

createOrUpdateWithResponseAsync

public abstract Mono>> createOrUpdateWithResponseAsync(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, NotebookWorkspaceCreateUpdateParameters notebookCreateUpdateParameters)

Creates the notebook workspace for a Cosmos DB account.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - Cosmos DB database account name.
notebookWorkspaceName - The name of the notebook workspace resource.
notebookCreateUpdateParameters - The notebook workspace to create for the current database account.

Returns:

a notebook workspace resource along with Response<T> on successful completion of Mono.

delete

public abstract void delete(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)

Deletes the notebook workspace for a Cosmos DB account.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - Cosmos DB database account name.
notebookWorkspaceName - The name of the notebook workspace resource.

delete

public abstract void delete(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, Context context)

Deletes the notebook workspace for a Cosmos DB account.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - Cosmos DB database account name.
notebookWorkspaceName - The name of the notebook workspace resource.
context - The context to associate with this operation.

deleteAsync

public abstract Mono deleteAsync(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)

Deletes the notebook workspace for a Cosmos DB account.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - Cosmos DB database account name.
notebookWorkspaceName - The name of the notebook workspace resource.

Returns:

A Mono that completes when a successful response is received.

deleteWithResponseAsync

public abstract Mono>> deleteWithResponseAsync(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)

Deletes the notebook workspace for a Cosmos DB account.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - Cosmos DB database account name.
notebookWorkspaceName - The name of the notebook workspace resource.

Returns:

the Response<T> on successful completion of Mono.

get

public abstract NotebookWorkspaceInner get(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)

Gets the notebook workspace for a Cosmos DB account.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - Cosmos DB database account name.
notebookWorkspaceName - The name of the notebook workspace resource.

Returns:

the notebook workspace for a Cosmos DB account.

getAsync

public abstract Mono getAsync(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)

Gets the notebook workspace for a Cosmos DB account.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - Cosmos DB database account name.
notebookWorkspaceName - The name of the notebook workspace resource.

Returns:

the notebook workspace for a Cosmos DB account on successful completion of Mono.

getWithResponse

public abstract Response getWithResponse(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, Context context)

Gets the notebook workspace for a Cosmos DB account.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - Cosmos DB database account name.
notebookWorkspaceName - The name of the notebook workspace resource.
context - The context to associate with this operation.

Returns:

the notebook workspace for a Cosmos DB account along with Response<T>.

getWithResponseAsync

public abstract Mono> getWithResponseAsync(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)

Gets the notebook workspace for a Cosmos DB account.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - Cosmos DB database account name.
notebookWorkspaceName - The name of the notebook workspace resource.

Returns:

the notebook workspace for a Cosmos DB account along with Response<T> on successful completion of Mono.

listByDatabaseAccount

public abstract PagedIterable listByDatabaseAccount(String resourceGroupName, String accountName)

Gets the notebook workspace resources of an existing Cosmos DB account.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - Cosmos DB database account name.

Returns:

the notebook workspace resources of an existing Cosmos DB account as paginated response with PagedIterable<T>.

listByDatabaseAccount

public abstract PagedIterable listByDatabaseAccount(String resourceGroupName, String accountName, Context context)

Gets the notebook workspace resources of an existing Cosmos DB account.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - Cosmos DB database account name.
context - The context to associate with this operation.

Returns:

the notebook workspace resources of an existing Cosmos DB account as paginated response with PagedIterable<T>.

listByDatabaseAccountAsync

public abstract PagedFlux listByDatabaseAccountAsync(String resourceGroupName, String accountName)

Gets the notebook workspace resources of an existing Cosmos DB account.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - Cosmos DB database account name.

Returns:

the notebook workspace resources of an existing Cosmos DB account as paginated response with PagedFlux<T>.

listConnectionInfo

public abstract NotebookWorkspaceConnectionInfoResultInner listConnectionInfo(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)

Retrieves the connection info for the notebook workspace.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - Cosmos DB database account name.
notebookWorkspaceName - The name of the notebook workspace resource.

Returns:

the connection info for the given notebook workspace.

listConnectionInfoAsync

public abstract Mono listConnectionInfoAsync(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)

Retrieves the connection info for the notebook workspace.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - Cosmos DB database account name.
notebookWorkspaceName - The name of the notebook workspace resource.

Returns:

the connection info for the given notebook workspace on successful completion of Mono.

listConnectionInfoWithResponse

public abstract Response listConnectionInfoWithResponse(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, Context context)

Retrieves the connection info for the notebook workspace.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - Cosmos DB database account name.
notebookWorkspaceName - The name of the notebook workspace resource.
context - The context to associate with this operation.

Returns:

the connection info for the given notebook workspace along with Response<T>.

listConnectionInfoWithResponseAsync

public abstract Mono> listConnectionInfoWithResponseAsync(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)

Retrieves the connection info for the notebook workspace.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - Cosmos DB database account name.
notebookWorkspaceName - The name of the notebook workspace resource.

Returns:

the connection info for the given notebook workspace along with Response<T> on successful completion of Mono.

regenerateAuthToken

public abstract void regenerateAuthToken(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)

Regenerates the auth token for the notebook workspace.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - Cosmos DB database account name.
notebookWorkspaceName - The name of the notebook workspace resource.

regenerateAuthToken

public abstract void regenerateAuthToken(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, Context context)

Regenerates the auth token for the notebook workspace.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - Cosmos DB database account name.
notebookWorkspaceName - The name of the notebook workspace resource.
context - The context to associate with this operation.

regenerateAuthTokenAsync

public abstract Mono regenerateAuthTokenAsync(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)

Regenerates the auth token for the notebook workspace.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - Cosmos DB database account name.
notebookWorkspaceName - The name of the notebook workspace resource.

Returns:

A Mono that completes when a successful response is received.

regenerateAuthTokenWithResponseAsync

public abstract Mono>> regenerateAuthTokenWithResponseAsync(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)

Regenerates the auth token for the notebook workspace.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - Cosmos DB database account name.
notebookWorkspaceName - The name of the notebook workspace resource.

Returns:

the Response<T> on successful completion of Mono.

start

public abstract void start(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)

Starts the notebook workspace.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - Cosmos DB database account name.
notebookWorkspaceName - The name of the notebook workspace resource.

start

public abstract void start(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, Context context)

Starts the notebook workspace.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - Cosmos DB database account name.
notebookWorkspaceName - The name of the notebook workspace resource.
context - The context to associate with this operation.

startAsync

public abstract Mono startAsync(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)

Starts the notebook workspace.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - Cosmos DB database account name.
notebookWorkspaceName - The name of the notebook workspace resource.

Returns:

A Mono that completes when a successful response is received.

startWithResponseAsync

public abstract Mono>> startWithResponseAsync(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)

Starts the notebook workspace.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - Cosmos DB database account name.
notebookWorkspaceName - The name of the notebook workspace resource.

Returns:

the Response<T> on successful completion of Mono.

Applies to