Dela via


BatchClient.CreateAccount(AccountCreateParameters) Method

Definition

Creates a new Batch account

public virtual Microsoft.Azure.Commands.Batch.BatchAccountContext CreateAccount (Microsoft.Azure.Commands.Batch.Models.AccountCreateParameters parameters);
abstract member CreateAccount : Microsoft.Azure.Commands.Batch.Models.AccountCreateParameters -> Microsoft.Azure.Commands.Batch.BatchAccountContext
override this.CreateAccount : Microsoft.Azure.Commands.Batch.Models.AccountCreateParameters -> Microsoft.Azure.Commands.Batch.BatchAccountContext
Public Overridable Function CreateAccount (parameters As AccountCreateParameters) As BatchAccountContext

Parameters

parameters
AccountCreateParameters

The parameters defining the Batch account to create.

Returns

A BatchAccountContext object representing the new account

Applies to