CloudPool.GetComputeNodeAsync 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.
Obtient le nœud de calcul spécifié à partir de ce pool.
public System.Threading.Tasks.Task<Microsoft.Azure.Batch.ComputeNode> GetComputeNodeAsync (string computeNodeId, Microsoft.Azure.Batch.DetailLevel detailLevel = default, System.Collections.Generic.IEnumerable<Microsoft.Azure.Batch.BatchClientBehavior> additionalBehaviors = default, System.Threading.CancellationToken cancellationToken = default);
member this.GetComputeNodeAsync : string * Microsoft.Azure.Batch.DetailLevel * seq<Microsoft.Azure.Batch.BatchClientBehavior> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Batch.ComputeNode>
Public Function GetComputeNodeAsync (computeNodeId As String, Optional detailLevel As DetailLevel = Nothing, Optional additionalBehaviors As IEnumerable(Of BatchClientBehavior) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ComputeNode)
Paramètres
- computeNodeId
- String
ID du nœud de calcul à obtenir à partir du pool.
- 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
.
- cancellationToken
- CancellationToken
CancellationToken pour contrôler la durée de vie de l’opération asynchrone.
Retours
ComputeNode contenant des informations sur le nœud de calcul spécifié.
Remarques
L’opération obtenir le nœud s’exécute de manière asynchrone.
S’applique à
Azure SDK for .NET