PoolOperationsExtensions.CreateAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在指定的帳號內建立新的集區。
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Batch.Models.Pool> CreateAsync (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, System.Threading.CancellationToken cancellationToken = default);
static member CreateAsync : Microsoft.Azure.Management.Batch.IPoolOperations * string * string * string * Microsoft.Azure.Management.Batch.Models.Pool * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Batch.Models.Pool>
<Extension()>
Public Function CreateAsync (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, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Pool)
參數
- operations
- IPoolOperations
這個擴充方法的作業群組。
- resourceGroupName
- String
包含 Batch 帳戶的資源組名。
- accountName
- String
Batch 帳戶的名稱。
- poolName
- String
集區名稱。 這在帳戶內必須是唯一的。
- parameters
- Pool
建立集區的其他參數。
- ifMatch
- String
要更新的集區) 版本的實體狀態 (ETag。 只有當集區已經存在時,才能使用 「*」 的值來套用作業。 如果省略,一律會套用此作業。
- ifNoneMatch
- String
設定為 '*' 以允許建立新的集區,但為了避免更新現有的集區。 將會忽略其他值。
- cancellationToken
- CancellationToken
取消語彙基元。