BatchAccountOperationsExtensions.BeginCreate 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用指定的參數建立新的 Batch 帳戶。 現有的帳戶無法使用此 API 更新,而應該改用更新 Batch 帳戶 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 帳戶的名稱,該帳戶在區域內必須是唯一的。 Batch 帳戶名稱的長度必須介於 3 到 24 個字元之間,而且只能使用數位和小寫字母。 此名稱會當做 DNS 名稱的一部分,用來存取帳戶建立所在區域中的 Batch 服務。 例如:http://accountname.region.batch.azure.com/。
- parameters
- BatchAccountCreateParameters
帳戶建立的其他參數。