Aracılığıyla paylaş


BatchAccountOperationsExtensions.BeginCreate Yöntem

Tanım

Belirtilen parametrelerle yeni bir Batch hesabı oluşturur. Mevcut hesaplar bu API ile güncelleştirilemez ve bunun yerine Batch Hesabını Güncelleştir API'siyle güncelleştirilmelidir.

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

Parametreler

operations
IBatchAccountOperations

Bu uzantı yöntemi için işlem grubu.

resourceGroupName
String

Batch hesabını içeren kaynak grubunun adı.

accountName
String

Bölge içinde benzersiz olması gereken Batch hesabının adı. Batch hesap adları 3 ila 24 karakter uzunluğunda olmalı ve yalnızca sayı ve küçük harf kullanmalıdır. Bu ad, hesabın oluşturulduğu bölgedeki Batch hizmetine erişmek için kullanılan DNS adının bir parçası olarak kullanılır. Örneğin: http://accountname.region.batch.azure.com/.

parameters
BatchAccountCreateParameters

Hesap oluşturmak için ek parametreler.

Döndürülenler

Şunlara uygulanır