共用方式為


INotebookWorkspacesOperations Interface

Definition

NotebookWorkspacesOperations operations.

public interface INotebookWorkspacesOperations
type INotebookWorkspacesOperations = interface
Public Interface INotebookWorkspacesOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Creates the notebook workspace for a Cosmos DB account.

BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the notebook workspace for a Cosmos DB account.

BeginRegenerateAuthTokenWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Regenerates the auth token for the notebook workspace

BeginStartWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Starts the notebook workspace

CreateOrUpdateWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Creates the notebook workspace for a Cosmos DB account.

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the notebook workspace for a Cosmos DB account.

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the notebook workspace for a Cosmos DB account.

ListByDatabaseAccountWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

ListConnectionInfoWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Retrieves the connection info for the notebook workspace

RegenerateAuthTokenWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Regenerates the auth token for the notebook workspace

StartWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Starts the notebook workspace

Extension Methods

BeginCreateOrUpdate(INotebookWorkspacesOperations, String, String)

Creates the notebook workspace for a Cosmos DB account.

BeginCreateOrUpdateAsync(INotebookWorkspacesOperations, String, String, CancellationToken)

Creates the notebook workspace for a Cosmos DB account.

BeginDelete(INotebookWorkspacesOperations, String, String)

Deletes the notebook workspace for a Cosmos DB account.

BeginDeleteAsync(INotebookWorkspacesOperations, String, String, CancellationToken)

Deletes the notebook workspace for a Cosmos DB account.

BeginRegenerateAuthToken(INotebookWorkspacesOperations, String, String)

Regenerates the auth token for the notebook workspace

BeginRegenerateAuthTokenAsync(INotebookWorkspacesOperations, String, String, CancellationToken)

Regenerates the auth token for the notebook workspace

BeginStart(INotebookWorkspacesOperations, String, String)

Starts the notebook workspace

BeginStartAsync(INotebookWorkspacesOperations, String, String, CancellationToken)

Starts the notebook workspace

CreateOrUpdate(INotebookWorkspacesOperations, String, String)

Creates the notebook workspace for a Cosmos DB account.

CreateOrUpdateAsync(INotebookWorkspacesOperations, String, String, CancellationToken)

Creates the notebook workspace for a Cosmos DB account.

Delete(INotebookWorkspacesOperations, String, String)

Deletes the notebook workspace for a Cosmos DB account.

DeleteAsync(INotebookWorkspacesOperations, String, String, CancellationToken)

Deletes the notebook workspace for a Cosmos DB account.

Get(INotebookWorkspacesOperations, String, String)

Gets the notebook workspace for a Cosmos DB account.

GetAsync(INotebookWorkspacesOperations, String, String, CancellationToken)

Gets the notebook workspace for a Cosmos DB account.

ListByDatabaseAccount(INotebookWorkspacesOperations, String, String)

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

ListByDatabaseAccountAsync(INotebookWorkspacesOperations, String, String, CancellationToken)

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

ListConnectionInfo(INotebookWorkspacesOperations, String, String)

Retrieves the connection info for the notebook workspace

ListConnectionInfoAsync(INotebookWorkspacesOperations, String, String, CancellationToken)

Retrieves the connection info for the notebook workspace

RegenerateAuthToken(INotebookWorkspacesOperations, String, String)

Regenerates the auth token for the notebook workspace

RegenerateAuthTokenAsync(INotebookWorkspacesOperations, String, String, CancellationToken)

Regenerates the auth token for the notebook workspace

Start(INotebookWorkspacesOperations, String, String)

Starts the notebook workspace

StartAsync(INotebookWorkspacesOperations, String, String, CancellationToken)

Starts the notebook workspace

Applies to