次の方法で共有


BatchAccountOperationsExtensions.BeginCreate メソッド

定義

指定したパラメーターを使用して、新しい Batch アカウントを作成します。 既存のアカウントはこの API では更新できないため、代わりに Update Batch Account API で更新する必要があります。

public static Microsoft.Azure.Management.Batch.Models.BatchAccount BeginCreate (this Microsoft.Azure.Management.Batch.IBatchAccountOperations operations, string resourceGroupName, string accountName, Microsoft.Azure.Management.Batch.Models.BatchAccountCreateParameters parameters);
static member BeginCreate : Microsoft.Azure.Management.Batch.IBatchAccountOperations * string * string * Microsoft.Azure.Management.Batch.Models.BatchAccountCreateParameters -> Microsoft.Azure.Management.Batch.Models.BatchAccount
<Extension()>
Public Function BeginCreate (operations As IBatchAccountOperations, resourceGroupName As String, accountName As String, parameters As BatchAccountCreateParameters) As BatchAccount

パラメーター

operations
IBatchAccountOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

Batch アカウントを含むリソース グループの名前。

accountName
String

リージョン内で一意である必要がある Batch アカウントの名前。 バッチ アカウント名の長さは 3 ~ 24 文字で、数字と小文字のみを使用する必要があります。 この名前は、アカウントが作成されたリージョンの Batch サービスにアクセスするために使用される DNS 名の一部として使用されます。 たとえば、 http://accountname.region.batch.azure.com/と指定します。

parameters
BatchAccountCreateParameters

アカウント作成用の追加パラメーター。

戻り値

適用対象