DevCenterCatalogImageDefinitionCollection.GetAllAsync Method

Definition

List Image Definitions in the catalog.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/catalogs/{catalogName}/imageDefinitions.
  • Operation Id. : ImageDefinitions_ListByDevCenterCatalog.
  • Default Api Version. : 2026-01-01-preview.
public virtual Azure.AsyncPageable<Azure.ResourceManager.DevCenter.DevCenterCatalogImageDefinitionResource> GetAllAsync(int? top = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DevCenter.DevCenterCatalogImageDefinitionResource>
override this.GetAllAsync : Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DevCenter.DevCenterCatalogImageDefinitionResource>
Public Overridable Function GetAllAsync (Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DevCenterCatalogImageDefinitionResource)

Parameters

top
Nullable<Int32>

The maximum number of resources to return from the operation. Example: '$top=10'.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to