Поделиться через


DigitalTwinsClient.GetImportJobsAsync(CancellationToken) Method

Definition

Retrieves all import jobs. Status codes:

  • 200 OK
public virtual Azure.AsyncPageable<Azure.DigitalTwins.Core.ImportJob> GetImportJobsAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetImportJobsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.DigitalTwins.Core.ImportJob>
override this.GetImportJobsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.DigitalTwins.Core.ImportJob>
Public Overridable Function GetImportJobsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ImportJob)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to