共用方式為


PoolOperationsExtensions.UpdateAsync 方法

定義

更新現有集區的屬性。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Batch.Models.Pool> UpdateAsync (this Microsoft.Azure.Management.Batch.IPoolOperations operations, string resourceGroupName, string accountName, string poolName, Microsoft.Azure.Management.Batch.Models.Pool parameters, string ifMatch = default, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.Batch.IPoolOperations * string * string * string * Microsoft.Azure.Management.Batch.Models.Pool * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Batch.Models.Pool>
<Extension()>
Public Function UpdateAsync (operations As IPoolOperations, resourceGroupName As String, accountName As String, poolName As String, parameters As Pool, Optional ifMatch 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。 這個值可以省略或設定為 「*」,以無條件地套用作業。

cancellationToken
CancellationToken

取消語彙基元。

傳回

適用於