Share via


MockablePlanetaryComputerSubscriptionResource.GetPlanetaryComputerGeoCatalogs Method

Definition

List GeoCatalog resources by subscription ID

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Orbital/geoCatalogs
  • Operation Id: GeoCatalog_ListBySubscription
  • Default Api Version: 2025-02-11-preview
  • Resource: PlanetaryComputerGeoCatalogResource
public virtual Azure.Pageable<Azure.ResourceManager.PlanetaryComputer.PlanetaryComputerGeoCatalogResource> GetPlanetaryComputerGeoCatalogs(System.Threading.CancellationToken cancellationToken = default);
abstract member GetPlanetaryComputerGeoCatalogs : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.PlanetaryComputer.PlanetaryComputerGeoCatalogResource>
override this.GetPlanetaryComputerGeoCatalogs : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.PlanetaryComputer.PlanetaryComputerGeoCatalogResource>
Public Overridable Function GetPlanetaryComputerGeoCatalogs (Optional cancellationToken As CancellationToken = Nothing) As Pageable(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