Partager via


JobOperations.GetJobAsync Méthode

Définition

Obtient le CloudJob spécifié.

public System.Threading.Tasks.Task<Microsoft.Azure.Batch.CloudJob> GetJobAsync (string jobId, Microsoft.Azure.Batch.DetailLevel detailLevel = default, System.Collections.Generic.IEnumerable<Microsoft.Azure.Batch.BatchClientBehavior> additionalBehaviors = default, System.Threading.CancellationToken cancellationToken = default);
member this.GetJobAsync : string * Microsoft.Azure.Batch.DetailLevel * seq<Microsoft.Azure.Batch.BatchClientBehavior> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Batch.CloudJob>
Public Function GetJobAsync (jobId As String, Optional detailLevel As DetailLevel = Nothing, Optional additionalBehaviors As IEnumerable(Of BatchClientBehavior) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of CloudJob)

Paramètres

jobId
String

ID du travail à 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.

cancellationToken
CancellationToken

CancellationToken pour contrôler la durée de vie de l’opération asynchrone.

Retours

CloudJob contenant des informations sur le travail Azure Batch spécifié.

Remarques

L’opération obtenir le travail s’exécute de manière asynchrone.

S’applique à