PoolOperations.StopResizePool Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET