Delen via


WorkspacesOperationsExtensions.BeginCreateAsync Methode

Definitie

Hiermee maakt u een werkruimte.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.BatchAI.Models.Workspace> BeginCreateAsync (this Microsoft.Azure.Management.BatchAI.IWorkspacesOperations operations, string resourceGroupName, string workspaceName, Microsoft.Azure.Management.BatchAI.Models.WorkspaceCreateParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateAsync : Microsoft.Azure.Management.BatchAI.IWorkspacesOperations * string * string * Microsoft.Azure.Management.BatchAI.Models.WorkspaceCreateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.BatchAI.Models.Workspace>
<Extension()>
Public Function BeginCreateAsync (operations As IWorkspacesOperations, resourceGroupName As String, workspaceName As String, parameters As WorkspaceCreateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Workspace)

Parameters

operations
IWorkspacesOperations

De bewerkingsgroep voor deze extensiemethode.

resourceGroupName
String

Naam van de resourcegroep waartoe de resource behoort.

workspaceName
String

De naam van de werkruimte. Werkruimtenamen mogen alleen een combinatie van alfanumerieke tekens bevatten, samen met een streepje (-) en een onderstrepingsteken (_). De naam moet tussen 1 en 64 tekens lang zijn.

parameters
WorkspaceCreateParameters

Parameters voor het maken van werkruimten.

cancellationToken
CancellationToken

Het annuleringstoken.

Retouren

Van toepassing op