Partager via


PoolOperations.StopResizePool Méthode

Définition

Arrête une opération de redimensionnement de pool.

public void StopResizePool (string poolId, System.Collections.Generic.IEnumerable<Microsoft.Azure.Batch.BatchClientBehavior> additionalBehaviors = default);
member this.StopResizePool : string * seq<Microsoft.Azure.Batch.BatchClientBehavior> -> unit
Public Sub StopResizePool (poolId As String, Optional additionalBehaviors As IEnumerable(Of BatchClientBehavior) = Nothing)

Paramètres

poolId
String

ID du pool.

additionalBehaviors
IEnumerable<BatchClientBehavior>

Collection d’instances BatchClientBehavior appliquées à la demande de service Batch après le CustomBehaviors.

Remarques

Cette opération arrête une opération de redimensionnement en cours sur le pool. La taille du pool se stabilise au nombre de nœuds où elle se trouve lorsque l’opération d’arrêt est terminée. Pendant l’opération d’arrêt, le pool AllocationState passe d’abord en Stopping , puis en Steady.

Il s’agit d’une opération de blocage. Pour un équivalent non bloquant, consultez StopResizePoolAsync(String, IEnumerable<BatchClientBehavior>, CancellationToken).

S’applique à