public interface NotebookWorkspacesClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NotebookWorkspaceInner>,NotebookWorkspaceInner> |
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> |
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> |
beginCreateOrUpdateAsync(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<Void>,Void> |
beginDelete(String resourceGroupName,
String accountName,
NotebookWorkspaceName notebookWorkspaceName)
Deletes the notebook workspace for a Cosmos DB account.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String accountName,
NotebookWorkspaceName notebookWorkspaceName,
com.azure.core.util.Context context)
Deletes the notebook workspace for a Cosmos DB account.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String accountName,
NotebookWorkspaceName notebookWorkspaceName)
Deletes the notebook workspace for a Cosmos DB account.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginRegenerateAuthToken(String resourceGroupName,
String accountName,
NotebookWorkspaceName notebookWorkspaceName)
Regenerates the auth token for the notebook workspace.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginRegenerateAuthToken(String resourceGroupName,
String accountName,
NotebookWorkspaceName notebookWorkspaceName,
com.azure.core.util.Context context)
Regenerates the auth token for the notebook workspace.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginRegenerateAuthTokenAsync(String resourceGroupName,
String accountName,
NotebookWorkspaceName notebookWorkspaceName)
Regenerates the auth token for the notebook workspace.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginStart(String resourceGroupName,
String accountName,
NotebookWorkspaceName notebookWorkspaceName)
Starts the notebook workspace.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginStart(String resourceGroupName,
String accountName,
NotebookWorkspaceName notebookWorkspaceName,
com.azure.core.util.Context context)
Starts the notebook workspace.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginStartAsync(String resourceGroupName,
String accountName,
NotebookWorkspaceName notebookWorkspaceName)
Starts the notebook workspace.
|
NotebookWorkspaceInner |
createOrUpdate(String resourceGroupName,
String accountName,
NotebookWorkspaceName notebookWorkspaceName,
ArmProxyResource notebookCreateUpdateParameters)
Creates the notebook workspace for a Cosmos DB account.
|
NotebookWorkspaceInner |
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> |
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>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String accountName,
NotebookWorkspaceName notebookWorkspaceName,
ArmProxyResource notebookCreateUpdateParameters)
Creates the notebook workspace for a Cosmos DB account.
|
void |
delete(String resourceGroupName,
String accountName,
NotebookWorkspaceName notebookWorkspaceName)
Deletes the notebook workspace for a Cosmos DB account.
|
void |
delete(String resourceGroupName,
String accountName,
NotebookWorkspaceName notebookWorkspaceName,
com.azure.core.util.Context context)
Deletes the notebook workspace for a Cosmos DB account.
|
Mono<Void> |
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>>> |
deleteWithResponseAsync(String resourceGroupName,
String accountName,
NotebookWorkspaceName notebookWorkspaceName)
Deletes the notebook workspace for a Cosmos DB account.
|
NotebookWorkspaceInner |
get(String resourceGroupName,
String accountName,
NotebookWorkspaceName notebookWorkspaceName)
Gets the notebook workspace for a Cosmos DB account.
|
Mono<NotebookWorkspaceInner> |
getAsync(String resourceGroupName,
String accountName,
NotebookWorkspaceName notebookWorkspaceName)
Gets the notebook workspace for a Cosmos DB account.
|
com.azure.core.http.rest.Response<NotebookWorkspaceInner> |
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>> |
getWithResponseAsync(String resourceGroupName,
String accountName,
NotebookWorkspaceName notebookWorkspaceName)
Gets the notebook workspace for a Cosmos DB account.
|
com.azure.core.http.rest.PagedIterable<NotebookWorkspaceInner> |
listByDatabaseAccount(String resourceGroupName,
String accountName)
Gets the notebook workspace resources of an existing Cosmos DB account.
|
com.azure.core.http.rest.PagedIterable<NotebookWorkspaceInner> |
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> |
listByDatabaseAccountAsync(String resourceGroupName,
String accountName)
Gets the notebook workspace resources of an existing Cosmos DB account.
|
NotebookWorkspaceConnectionInfoResultInner |
listConnectionInfo(String resourceGroupName,
String accountName,
NotebookWorkspaceName notebookWorkspaceName)
Retrieves the connection info for the notebook workspace.
|
Mono<NotebookWorkspaceConnectionInfoResultInner> |
listConnectionInfoAsync(String resourceGroupName,
String accountName,
NotebookWorkspaceName notebookWorkspaceName)
Retrieves the connection info for the notebook workspace.
|
com.azure.core.http.rest.Response<NotebookWorkspaceConnectionInfoResultInner> |
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>> |
listConnectionInfoWithResponseAsync(String resourceGroupName,
String accountName,
NotebookWorkspaceName notebookWorkspaceName)
Retrieves the connection info for the notebook workspace.
|
void |
regenerateAuthToken(String resourceGroupName,
String accountName,
NotebookWorkspaceName notebookWorkspaceName)
Regenerates the auth token for the notebook workspace.
|
void |
regenerateAuthToken(String resourceGroupName,
String accountName,
NotebookWorkspaceName notebookWorkspaceName,
com.azure.core.util.Context context)
Regenerates the auth token for the notebook workspace.
|
Mono<Void> |
regenerateAuthTokenAsync(String resourceGroupName,
String accountName,
NotebookWorkspaceName notebookWorkspaceName)
Regenerates the auth token for the notebook workspace.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
regenerateAuthTokenWithResponseAsync(String resourceGroupName,
String accountName,
NotebookWorkspaceName notebookWorkspaceName)
Regenerates the auth token for the notebook workspace.
|
void |
start(String resourceGroupName,
String accountName,
NotebookWorkspaceName notebookWorkspaceName)
Starts the notebook workspace.
|
void |
start(String resourceGroupName,
String accountName,
NotebookWorkspaceName notebookWorkspaceName,
com.azure.core.util.Context context)
Starts the notebook workspace.
|
Mono<Void> |
startAsync(String resourceGroupName,
String accountName,
NotebookWorkspaceName notebookWorkspaceName)
Starts the notebook workspace.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
startWithResponseAsync(String resourceGroupName,
String accountName,
NotebookWorkspaceName notebookWorkspaceName)
Starts the notebook workspace.
|
com.azure.core.http.rest.PagedFlux<NotebookWorkspaceInner> listByDatabaseAccountAsync(String resourceGroupName, String accountName)
resourceGroupName - The name of the resource group. The name is case insensitive.accountName - Cosmos DB database account name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<NotebookWorkspaceInner> listByDatabaseAccount(String resourceGroupName, String accountName)
resourceGroupName - The name of the resource group. The name is case insensitive.accountName - Cosmos DB database account name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<NotebookWorkspaceInner> listByDatabaseAccount(String resourceGroupName, String accountName, com.azure.core.util.Context context)
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.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<NotebookWorkspaceInner>> getWithResponseAsync(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)
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.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<NotebookWorkspaceInner> getAsync(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)
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.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.NotebookWorkspaceInner get(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)
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.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<NotebookWorkspaceInner> getWithResponse(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, com.azure.core.util.Context context)
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.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, ArmProxyResource notebookCreateUpdateParameters)
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 resource model definition for a ARM proxy resource. It will have
everything other than required location and tags.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<NotebookWorkspaceInner>,NotebookWorkspaceInner> beginCreateOrUpdateAsync(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, ArmProxyResource notebookCreateUpdateParameters)
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 resource model definition for a ARM proxy resource. It will have
everything other than required location and tags.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NotebookWorkspaceInner>,NotebookWorkspaceInner> beginCreateOrUpdate(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, ArmProxyResource notebookCreateUpdateParameters)
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 resource model definition for a ARM proxy resource. It will have
everything other than required location and tags.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NotebookWorkspaceInner>,NotebookWorkspaceInner> beginCreateOrUpdate(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, ArmProxyResource notebookCreateUpdateParameters, com.azure.core.util.Context context)
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 resource model definition for a ARM proxy resource. It will have
everything other than required location and tags.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<NotebookWorkspaceInner> createOrUpdateAsync(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, ArmProxyResource notebookCreateUpdateParameters)
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 resource model definition for a ARM proxy resource. It will have
everything other than required location and tags.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.NotebookWorkspaceInner createOrUpdate(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, ArmProxyResource notebookCreateUpdateParameters)
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 resource model definition for a ARM proxy resource. It will have
everything other than required location and tags.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.NotebookWorkspaceInner createOrUpdate(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, ArmProxyResource notebookCreateUpdateParameters, com.azure.core.util.Context context)
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 resource model definition for a ARM proxy resource. It will have
everything other than required location and tags.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)
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.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)
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.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)
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.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, com.azure.core.util.Context context)
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.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAsync(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)
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.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)
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.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, com.azure.core.util.Context context)
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.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<NotebookWorkspaceConnectionInfoResultInner>> listConnectionInfoWithResponseAsync(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)
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.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<NotebookWorkspaceConnectionInfoResultInner> listConnectionInfoAsync(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)
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.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.NotebookWorkspaceConnectionInfoResultInner listConnectionInfo(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)
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.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<NotebookWorkspaceConnectionInfoResultInner> listConnectionInfoWithResponse(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, com.azure.core.util.Context context)
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.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> regenerateAuthTokenWithResponseAsync(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)
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.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginRegenerateAuthTokenAsync(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)
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.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginRegenerateAuthToken(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)
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.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginRegenerateAuthToken(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, com.azure.core.util.Context context)
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.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> regenerateAuthTokenAsync(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)
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.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void regenerateAuthToken(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)
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.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void regenerateAuthToken(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, com.azure.core.util.Context context)
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.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> startWithResponseAsync(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)
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.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginStartAsync(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)
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.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginStart(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)
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.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginStart(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, com.azure.core.util.Context context)
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.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> startAsync(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)
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.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void start(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName)
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.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void start(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, com.azure.core.util.Context context)
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.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2020 Microsoft Corporation. All rights reserved.