AutoExportJobCollection.GetAll(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.Pageable<Azure.ResourceManager.StorageCache.AutoExportJobResource> GetAll(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.StorageCache.AutoExportJobResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.StorageCache.AutoExportJobResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(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