MockablePlanetaryComputerSubscriptionResource.GetPlanetaryComputerGeoCatalogsAsync Method

Definition

List GeoCatalog resources by subscription ID

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.Orbital/geoCatalogs.
  • Operation Id. : GeoCatalogs_ListBySubscription.
  • Default Api Version. : 2026-04-15.
public virtual Azure.AsyncPageable<Azure.ResourceManager.PlanetaryComputer.PlanetaryComputerGeoCatalogResource> GetPlanetaryComputerGeoCatalogsAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetPlanetaryComputerGeoCatalogsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.PlanetaryComputer.PlanetaryComputerGeoCatalogResource>
override this.GetPlanetaryComputerGeoCatalogsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.PlanetaryComputer.PlanetaryComputerGeoCatalogResource>
Public Overridable Function GetPlanetaryComputerGeoCatalogsAsync (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