MockablePlanetaryComputerSubscriptionResource.GetPlanetaryComputerGeoCatalogs Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.