共用方式為


NotebookWorkspacesOperationsExtensions.Start Method

Definition

Starts the notebook workspace

public static void Start (this Microsoft.Azure.Management.CosmosDB.INotebookWorkspacesOperations operations, string resourceGroupName, string accountName);
static member Start : Microsoft.Azure.Management.CosmosDB.INotebookWorkspacesOperations * string * string -> unit
<Extension()>
Public Sub Start (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