共用方式為


PoolOperationsExtensions.StopResizeAsync 方法

定義

停止集區上進行中的調整大小作業。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Batch.Models.Pool> StopResizeAsync (this Microsoft.Azure.Management.Batch.IPoolOperations operations, string resourceGroupName, string accountName, string poolName, System.Threading.CancellationToken cancellationToken = default);
static member StopResizeAsync : Microsoft.Azure.Management.Batch.IPoolOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Batch.Models.Pool>
<Extension()>
Public Function StopResizeAsync (operations As IPoolOperations, resourceGroupName As String, accountName As String, poolName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Pool)

參數

operations
IPoolOperations

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

resourceGroupName
String

包含 Batch 帳戶的資源群組名稱。

accountName
String

Batch 帳戶的名稱。

poolName
String

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

cancellationToken
CancellationToken

取消語彙基元。

傳回

備註

這不會在調整大小作業之前將集區還原到先前的狀態:它只會停止進行任何進一步的變更,而且集區會維持其目前的狀態。 停止之後,集區會在停止作業完成時所在的節點數目穩定。 在停止作業期間,集區配置狀態會先變更為停止,然後再變更為穩定。 調整大小作業不需要明確調整大小集區要求;此 API 也可以用來在建立集區時停止初始調整大小。

適用於