Freigeben über


JobsOperationsExtensions.ListAsync Methode

Definition

Listet alle im Abonnement verfügbaren Aufträge auf.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataBox.Models.JobResource>> ListAsync (this Microsoft.Azure.Management.DataBox.IJobsOperations operations, string skipToken = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.DataBox.IJobsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataBox.Models.JobResource>>
<Extension()>
Public Function ListAsync (operations As IJobsOperations, Optional skipToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of JobResource))

Parameter

operations
IJobsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

skipToken
String

$skipToken wird in der Auftragsliste abrufen unterstützt, die die nächste Seite in der Liste der Aufträge enthält.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: