PoolOperations.DeletePool 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.
Supprime le pool spécifié.
public void DeletePool (string poolId, System.Collections.Generic.IEnumerable<Microsoft.Azure.Batch.BatchClientBehavior> additionalBehaviors = default);
member this.DeletePool : string * seq<Microsoft.Azure.Batch.BatchClientBehavior> -> unit
Public Sub DeletePool (poolId As String, Optional additionalBehaviors As IEnumerable(Of BatchClientBehavior) = Nothing)
Paramètres
- poolId
- String
ID du pool à supprimer.
- additionalBehaviors
- IEnumerable<BatchClientBehavior>
Collection d’instances BatchClientBehavior appliquées à la demande de service Batch après le CustomBehaviors.
Remarques
L’opération de suppression demande la suppression du pool. La demande place le pool dans l’état Deleting . Le service Batch mettra à nouveau en file d’attente toutes les tâches en cours d’exécution et effectuera la suppression réelle du pool sans aucune autre action du client.
S’applique à
Azure SDK for .NET