PlanetaryComputerExtensions.GetPlanetaryComputerGeoCatalogsAsync Method

Definition

List GeoCatalog resources by subscription ID <item> Mocking. To mock this method, please mock GetPlanetaryComputerGeoCatalogsAsync(CancellationToken) instead. </item>

public static Azure.AsyncPageable<Azure.ResourceManager.PlanetaryComputer.PlanetaryComputerGeoCatalogResource> GetPlanetaryComputerGeoCatalogsAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetPlanetaryComputerGeoCatalogsAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.PlanetaryComputer.PlanetaryComputerGeoCatalogResource>
<Extension()>
Public Function GetPlanetaryComputerGeoCatalogsAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of PlanetaryComputerGeoCatalogResource)

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource the method will execute against.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Exceptions

subscriptionResource is null.

Applies to