共用方式為


NotebookWorkspacesOperationsExtensions.RegenerateAuthToken Method

Definition

Regenerates the auth token for the notebook workspace

public static void RegenerateAuthToken (this Microsoft.Azure.Management.CosmosDB.INotebookWorkspacesOperations operations, string resourceGroupName, string accountName);
static member RegenerateAuthToken : Microsoft.Azure.Management.CosmosDB.INotebookWorkspacesOperations * string * string -> unit
<Extension()>
Public Sub RegenerateAuthToken (operations As INotebookWorkspacesOperations, resourceGroupName As String, accountName As String)

Parameters

operations
INotebookWorkspacesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

accountName
String

Cosmos DB database account name.

Applies to