Partager via


IotHubResourceOperationsExtensions.ListJobs Méthode

Définition

Obtenez la liste de tous les travaux d’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> ListJobs (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName);
static member ListJobs : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.IotHub.Models.JobResponse>
<Extension()>
Public Function ListJobs (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String) As IPage(Of JobResponse)

Paramètres

operations
IIotHubResourceOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources qui contient le hub IoT.

resourceName
String

Nom du hub IoT.

Retours

Remarques

Obtenez la liste de tous les travaux d’un hub IoT. Pour plus d’informations, consultez : https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry.

S’applique à