你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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