共用方式為


PoolOperationsExtensions.Update 方法

定義

更新現有集區的屬性。

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

參數

operations
IPoolOperations

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

resourceGroupName
String

包含 Batch 帳戶的資源組名。

accountName
String

Batch 帳戶的名稱。

poolName
String

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

parameters
Pool

應更新的集區屬性。 提供的屬性將會更新,未提供的任何屬性都會保持不變。

ifMatch
String

要更新的集區) 版本的實體狀態 (ETag。 這個值可以省略或設定為 「*」,以無條件地套用作業。

傳回

適用於