Share via


WorkspacesOperationsExtensions.Create Method

Definition

Creates a Workspace.

public static Microsoft.Azure.Management.BatchAI.Models.Workspace Create (this Microsoft.Azure.Management.BatchAI.IWorkspacesOperations operations, string resourceGroupName, string workspaceName, Microsoft.Azure.Management.BatchAI.Models.WorkspaceCreateParameters parameters);
static member Create : Microsoft.Azure.Management.BatchAI.IWorkspacesOperations * string * string * Microsoft.Azure.Management.BatchAI.Models.WorkspaceCreateParameters -> Microsoft.Azure.Management.BatchAI.Models.Workspace
<Extension()>
Public Function Create (operations As IWorkspacesOperations, resourceGroupName As String, workspaceName As String, parameters As WorkspaceCreateParameters) As Workspace

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.

parameters
WorkspaceCreateParameters

Workspace creation parameters.

Returns

Applies to