PlanetaryComputerExtensions.GetPlanetaryComputerGeoCatalogAsync Method

Definition

Get a GeoCatalog <item> Mocking. To mock this method, please mock GetPlanetaryComputerGeoCatalogAsync(String, CancellationToken) instead. </item>

public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.PlanetaryComputer.PlanetaryComputerGeoCatalogResource>> GetPlanetaryComputerGeoCatalogAsync(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string catalogName, System.Threading.CancellationToken cancellationToken = default);
static member GetPlanetaryComputerGeoCatalogAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.PlanetaryComputer.PlanetaryComputerGeoCatalogResource>>
<Extension()>
Public Function GetPlanetaryComputerGeoCatalogAsync (resourceGroupResource As ResourceGroupResource, catalogName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of PlanetaryComputerGeoCatalogResource))

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource the method will execute against.

catalogName
String

The name of the catalog.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

catalogName is an empty string, and was expected to be non-empty.

resourceGroupResource is null.

Applies to