Share via


StorageCacheImportJobCollection.GetAll(CancellationToken) Method

Definition

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

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageCache/amlFilesystems/{amlFilesystemName}/importJobs
  • Operation Id: importJobs_ListByAmlFileSystem
  • Default Api Version: 2024-03-01
  • Resource: StorageCacheImportJobResource
public virtual Azure.Pageable<Azure.ResourceManager.StorageCache.StorageCacheImportJobResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.StorageCache.StorageCacheImportJobResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.StorageCache.StorageCacheImportJobResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of StorageCacheImportJobResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to