Share via


NotebookWorkspacesOperationsExtensions.BeginStart Method

Definition

Starts the notebook workspace

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