Freigeben über


JobOperationsExtensions.GetDebugDataPathAsync Methode

Definition

Ruft die durch die Auftrags-ID angegebenen Auftragsdebugdaten ab.

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

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

Auftragsbezeichner. Identifiziert den Auftrag eindeutig für alle Aufträge, die an den Dienst übermittelt werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: