次の方法で共有


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 を使用して、プールの作成時にプールの初期サイズ設定を停止することもできます。

適用対象