Share via


StorageMoverProjectCollection.GetAll(CancellationToken) Method

Definition

Lists all Projects in a Storage Mover.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageMover/storageMovers/{storageMoverName}/projects
  • Operation Id: Projects_List
public virtual Azure.Pageable<Azure.ResourceManager.StorageMover.StorageMoverProjectResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.StorageMover.StorageMoverProjectResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.StorageMover.StorageMoverProjectResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of StorageMoverProjectResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to