Share via


WorkspacesOperationsExtensions.Delete Method

Definition

Deletes a Workspace.

public static void Delete (this Microsoft.Azure.Management.BatchAI.IWorkspacesOperations operations, string resourceGroupName, string workspaceName);
static member Delete : Microsoft.Azure.Management.BatchAI.IWorkspacesOperations * string * string -> unit
<Extension()>
Public Sub Delete (operations As IWorkspacesOperations, resourceGroupName As String, workspaceName As String)

Parameters

operations
IWorkspacesOperations

The operations group for this extension method.

resourceGroupName
String

Name of the resource group to which the resource belongs.

workspaceName
String

The name of the workspace. Workspace names can only contain a combination of alphanumeric characters along with dash (-) and underscore (_). The name must be from 1 through 64 characters long.

Applies to