다음을 통해 공유


PoolOperationsExtensions.StopResize 메서드

정의

풀에서 진행 중인 크기 조정 작업을 중지합니다.

public static Microsoft.Azure.Management.Batch.Models.Pool StopResize (this Microsoft.Azure.Management.Batch.IPoolOperations operations, string resourceGroupName, string accountName, string poolName);
static member StopResize : Microsoft.Azure.Management.Batch.IPoolOperations * string * string * string -> Microsoft.Azure.Management.Batch.Models.Pool
<Extension()>
Public Function StopResize (operations As IPoolOperations, resourceGroupName As String, accountName As String, poolName As String) As Pool

매개 변수

operations
IPoolOperations

이 확장 메서드에 대한 작업 그룹입니다.

resourceGroupName
String

Batch 계정을 포함하는 리소스 그룹의 이름입니다.

accountName
String

Batch 계정의 이름입니다.

poolName
String

풀 이름입니다. 계정 내에서 고유해야 합니다.

반환

설명

이렇게 하면 크기 조정 작업 전에 풀이 이전 상태로 복원되지 않습니다. 추가 변경 내용만 중지하고 풀은 현재 상태를 유지합니다. 중지한 후 풀은 중지 작업이 완료되었을 때의 노드 수에서 안정화됩니다. 중지 작업 중에 풀 할당 상태가 먼저 중지로 변경된 다음, 안정적으로 변경됩니다. 크기 조정 작업은 명시적 크기 조정 풀 요청일 필요가 없습니다. 이 API를 사용하여 풀을 만들 때 초기 크기 조정을 중지할 수도 있습니다.

적용 대상