共用方式為


PoolOperationsExtensions.Create 方法

定義

在指定的帳號內建立新的集區。

public static Microsoft.Azure.Management.Batch.Models.Pool Create (this Microsoft.Azure.Management.Batch.IPoolOperations operations, string resourceGroupName, string accountName, string poolName, Microsoft.Azure.Management.Batch.Models.Pool parameters, string ifMatch = default, string ifNoneMatch = default);
static member Create : Microsoft.Azure.Management.Batch.IPoolOperations * string * string * string * Microsoft.Azure.Management.Batch.Models.Pool * string * string -> Microsoft.Azure.Management.Batch.Models.Pool
<Extension()>
Public Function Create (operations As IPoolOperations, resourceGroupName As String, accountName As String, poolName As String, parameters As Pool, Optional ifMatch As String = Nothing, Optional ifNoneMatch As String = Nothing) As Pool

參數

operations
IPoolOperations

這個擴充方法的作業群組。

resourceGroupName
String

包含 Batch 帳戶的資源群組名稱。

accountName
String

Batch 帳戶的名稱。

poolName
String

集區名稱。 這在帳戶內必須是唯一的。

parameters
Pool

集區建立的其他參數。

ifMatch
String

要更新之集區的實體狀態 (ETag) 版本。 只有在集區已經存在時,才能使用 「*」 的值來套用作業。 如果省略,一律會套用此作業。

ifNoneMatch
String

設定為 '*' 以允許建立新的集區,但為了避免更新現有的集區。 將會忽略其他值。

傳回

適用於