Freigeben über


JobOperationsExtensions.GetAsync Methode

Definition

Ruft die Auftragsinformationen für die angegebene Auftrags-ID ab.

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)

Parameter

operations
IJobOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

accountName
String

Das Azure Data Lake Analytics-Konto zum Ausführen von Auftragsvorgängen.

jobIdentity
Guid

JobInfo-ID.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: