BatchClient.CreateAccount(AccountCreateParameters) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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