Freigeben über


IotHubDescriptionResource.GetJobsAsync(CancellationToken) 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.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/jobs
  • Vorgangs-IdIotHubResource_ListJobs
public virtual Azure.AsyncPageable<Azure.ResourceManager.IotHub.Models.IotHubJobInfo> GetJobsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetJobsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.IotHub.Models.IotHubJobInfo>
override this.GetJobsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.IotHub.Models.IotHubJobInfo>
Public Overridable Function GetJobsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of IotHubJobInfo)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von IotHubJobInfo , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: