Compartir a través de


IotHubResourceOperationsExtensions.ListJobsNextAsync Método

Definición

Obtenga una lista de todos los trabajos de un centro de IoT. Para obtener más información, vea:https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.IotHub.Models.JobResponse>> ListJobsNextAsync (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListJobsNextAsync : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.IotHub.Models.JobResponse>>
<Extension()>
Public Function ListJobsNextAsync (operations As IIotHubResourceOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of JobResponse))

Parámetros

operations
IIotHubResourceOperations

El grupo de operaciones de este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Comentarios

Obtenga una lista de todos los trabajos de un centro de IoT. Para obtener más información, vea:https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry.

Se aplica a