PlanetaryComputerGeoCatalogCollection.GetAllAsync(CancellationToken) Method

Definition

List GeoCatalog resources by resource group

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Orbital/geoCatalogs.
  • Operation Id. : GeoCatalogs_ListByResourceGroup.
  • Default Api Version. : 2026-04-15.
public virtual Azure.AsyncPageable<Azure.ResourceManager.PlanetaryComputer.PlanetaryComputerGeoCatalogResource> GetAllAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.PlanetaryComputer.PlanetaryComputerGeoCatalogResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.PlanetaryComputer.PlanetaryComputerGeoCatalogResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of PlanetaryComputerGeoCatalogResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to