BatchAccountOperationsExtensions.Create Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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 Create (this Microsoft.Azure.Management.Batch.IBatchAccountOperations operations, string resourceGroupName, string accountName, Microsoft.Azure.Management.Batch.Models.BatchAccountCreateParameters parameters);
static member Create : Microsoft.Azure.Management.Batch.IBatchAccountOperations * string * string * Microsoft.Azure.Management.Batch.Models.BatchAccountCreateParameters -> Microsoft.Azure.Management.Batch.Models.BatchAccount
<Extension()>
Public Function Create (operations As IBatchAccountOperations, resourceGroupName As String, accountName As String, parameters As BatchAccountCreateParameters) As BatchAccount
Parametreler
- operations
- IBatchAccountOperations
Bu uzantı yönteminin işlem grubu.
- resourceGroupName
- String
Batch hesabını içeren kaynak grubunun adı.
- accountName
- String
Bölge içinde benzersiz olması gereken Batch hesabı için bir ad. Batch hesabı adlarının uzunluğu 3 ile 24 karakter arasında 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şturma için ek parametreler.
Döndürülenler
Şunlara uygulanır
Azure SDK for .NET