Compartilhar via


PlanetaryComputerGeoCatalogCollection.Get(String, CancellationToken) Method

Definition

Get a GeoCatalog

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Orbital/geoCatalogs/{catalogName}
  • Operation Id: GeoCatalog_Get
  • Default Api Version: 2025-02-11-preview
  • Resource: PlanetaryComputerGeoCatalogResource
public virtual Azure.Response<Azure.ResourceManager.PlanetaryComputer.PlanetaryComputerGeoCatalogResource> Get(string catalogName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.PlanetaryComputer.PlanetaryComputerGeoCatalogResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.PlanetaryComputer.PlanetaryComputerGeoCatalogResource>
Public Overridable Function Get (catalogName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of PlanetaryComputerGeoCatalogResource)

Parameters

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.

catalogName is null.

Applies to