Freigeben über


PipelineOperationsExtensions.ListAsync Methode

Definition

Listet alle Pipelines auf.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.JobPipelineInformation>> ListAsync (this Microsoft.Azure.Management.DataLake.Analytics.IPipelineOperations operations, string accountName, DateTimeOffset? startDateTime = default, DateTimeOffset? endDateTime = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.DataLake.Analytics.IPipelineOperations * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.JobPipelineInformation>>
<Extension()>
Public Function ListAsync (operations As IPipelineOperations, accountName As String, Optional startDateTime As Nullable(Of DateTimeOffset) = Nothing, Optional endDateTime As Nullable(Of DateTimeOffset) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of JobPipelineInformation))

Parameter

operations
IPipelineOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

accountName
String

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

startDateTime
Nullable<DateTimeOffset>

Das Startdatum für den Zeitpunkt, an dem die Liste der Pipelines abgerufen werden soll. StartDateTime und endDateTime dürfen nicht mehr als 30 Tage voneinander getrennt sein.

endDateTime
Nullable<DateTimeOffset>

Das Enddatum für den Zeitpunkt, an dem die Liste der Pipelines abgerufen werden soll. StartDateTime und endDateTime dürfen nicht mehr als 30 Tage voneinander getrennt sein.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: