Freigeben über


JobsOperationsExtensions.ListByResourceGroupAsync Methode

Definition

Listet alle Aufträge auf, die unter der angegebenen Ressourcengruppe verfügbar sind.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataBox.Models.JobResource>> ListByResourceGroupAsync (this Microsoft.Azure.Management.DataBox.IJobsOperations operations, string resourceGroupName, string skipToken = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByResourceGroupAsync : Microsoft.Azure.Management.DataBox.IJobsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataBox.Models.JobResource>>
<Extension()>
Public Function ListByResourceGroupAsync (operations As IJobsOperations, resourceGroupName As String, 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.

resourceGroupName
String

Der Name der Ressourcengruppe

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: