DigitalTwinsClient.GetImportJobsAsync(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.