Udostępnij przez


PlanetaryComputerGeoCatalogCollection.GetAll(CancellationToken) Method

Definition

List GeoCatalog resources by resource group

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