IotHubResourceOperationsExtensions.ListJobsNext Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtenez la liste de tous les travaux dans un hub IoT. Pour plus d’informations, consultez : https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.IotHub.Models.JobResponse> ListJobsNext (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string nextPageLink);
static member ListJobsNext : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.IotHub.Models.JobResponse>
<Extension()>
Public Function ListJobsNext (operations As IIotHubResourceOperations, nextPageLink As String) As IPage(Of JobResponse)
Paramètres
- operations
- IIotHubResourceOperations
Groupe d’opérations pour cette méthode d’extension.
- nextPageLink
- String
NextLink du précédent appel réussi à l’opération List.
Retours
Remarques
Obtenez la liste de tous les travaux dans un hub IoT. Pour plus d’informations, consultez : https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry.
S’applique à
Azure SDK for .NET