ProjectImageCollection.GetAll(CancellationToken) Method

Definition

Lists images for a project.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}/images.
  • Operation Id. : ImageOperationGroup_ListByProject.
  • Default Api Version. : 2026-01-01-preview.
public virtual Azure.Pageable<Azure.ResourceManager.DevCenter.ProjectImageResource> GetAll(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DevCenter.ProjectImageResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DevCenter.ProjectImageResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ProjectImageResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to