Partager via


PoolOperations.GetPool Méthode

Définition

Obtient le CloudPool spécifié.

public Microsoft.Azure.Batch.CloudPool GetPool (string poolId, Microsoft.Azure.Batch.DetailLevel detailLevel = default, System.Collections.Generic.IEnumerable<Microsoft.Azure.Batch.BatchClientBehavior> additionalBehaviors = default);
member this.GetPool : string * Microsoft.Azure.Batch.DetailLevel * seq<Microsoft.Azure.Batch.BatchClientBehavior> -> Microsoft.Azure.Batch.CloudPool
Public Function GetPool (poolId As String, Optional detailLevel As DetailLevel = Nothing, Optional additionalBehaviors As IEnumerable(Of BatchClientBehavior) = Nothing) As CloudPool

Paramètres

poolId
String

ID du pool à obtenir.

detailLevel
DetailLevel

DetailLevel utilisé pour contrôler les propriétés récupérées à partir du service.

additionalBehaviors
IEnumerable<BatchClientBehavior>

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

Retours

CloudPool contenant des informations sur le pool de Azure Batch spécifié.

Remarques

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

S’applique à