次の方法で共有


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

新しいプールを作成できるようにするが、既存のプールを更新できないようにするには、'*' に設定します。 その他の値は無視されます。

戻り値

適用対象