ProjectImageVersionCollection.GetAllAsync(CancellationToken) Method

Definition

Lists versions for an image.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to