Share via


IotHubResourceOperationsExtensions.ListJobs Methode

Definition

Rufen Sie eine Liste aller Aufträge in einem IoT Hub ab. Weitere Informationen finden Sie unter: 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)

Parameter

operations
IIotHubResourceOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die den IoT Hub enthält.

resourceName
String

Der Name des IoT-Hubs.

Gibt zurück

Hinweise

Rufen Sie eine Liste aller Aufträge in einem IoT Hub ab. Weitere Informationen finden Sie unter: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry.

Gilt für: