Partager via


JobOperationsExtensions.GetAsync Méthode

Définition

Obtient les informations de travail pour l’ID de travail spécifié.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation> GetAsync (this Microsoft.Azure.Management.DataLake.Analytics.IJobOperations operations, string accountName, Guid jobIdentity, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.DataLake.Analytics.IJobOperations * string * Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation>
<Extension()>
Public Function GetAsync (operations As IJobOperations, accountName As String, jobIdentity As Guid, Optional cancellationToken As CancellationToken = Nothing) As Task(Of JobInformation)

Paramètres

operations
IJobOperations

Groupe d’opérations pour cette méthode d’extension.

accountName
String

Le compte Azure Data Lake Analytics sur lequel exécuter des opérations de travail.

jobIdentity
Guid

ID JobInfo.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à