AutoExportJobCollection.GetAllAsync(CancellationToken) Method

Definition

Returns all the auto export jobs the user has access to under an AML File System.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageCache/amlFilesystems/{amlFilesystemName}/autoExportJobs.
  • Operation Id. : AutoExportJobs_ListByAmlFilesystem.
  • Default Api Version. : 2026-01-01.
public virtual Azure.AsyncPageable<Azure.ResourceManager.StorageCache.AutoExportJobResource> GetAllAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.StorageCache.AutoExportJobResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.StorageCache.AutoExportJobResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AutoExportJobResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of AutoExportJobResource that may take multiple service requests to iterate over.

Applies to