共用方式為


IotHubDescriptionResource.GetJobsAsync(CancellationToken) Method

Definition

Get a list of all the jobs in an IoT hub. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/jobs
  • Operation Id: IotHubResource_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)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of IotHubJobInfo that may take multiple service requests to iterate over.

Applies to