다음을 통해 공유


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(엔터티 상태) 버전입니다. 이 값을 생략하거나 "*"로 설정하여 무조건 작업을 적용할 수 있습니다.

반환

적용 대상