Udostępnij przez


PlanetaryComputerGeoCatalogCollection.GetAllAsync(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.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

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

Applies to