Freigeben über


JobOperationsExtensions.ExistsAsync Methode

Definition

Testet das Vorhandensein von Auftragsinformationen für die angegebene Auftrags-ID.

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

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, um das Vorhandensein von zu testen.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: