Share via


PlanetaryComputerGeoCatalogCollection Class

Definition

A class representing a collection of PlanetaryComputerGeoCatalogResource and their operations. Each PlanetaryComputerGeoCatalogResource in the collection will belong to the same instance of ResourceGroupResource. To get a PlanetaryComputerGeoCatalogCollection instance call the GetPlanetaryComputerGeoCatalogs method from an instance of ResourceGroupResource.

public class PlanetaryComputerGeoCatalogCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.PlanetaryComputer.PlanetaryComputerGeoCatalogResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.PlanetaryComputer.PlanetaryComputerGeoCatalogResource>
type PlanetaryComputerGeoCatalogCollection = class
    inherit ArmCollection
    interface seq<PlanetaryComputerGeoCatalogResource>
    interface IEnumerable
    interface IAsyncEnumerable<PlanetaryComputerGeoCatalogResource>
Public Class PlanetaryComputerGeoCatalogCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of PlanetaryComputerGeoCatalogResource), IEnumerable(Of PlanetaryComputerGeoCatalogResource)
Inheritance
PlanetaryComputerGeoCatalogCollection
Implements

Constructors

PlanetaryComputerGeoCatalogCollection()

Initializes a new instance of the PlanetaryComputerGeoCatalogCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

CreateOrUpdate(WaitUntil, String, PlanetaryComputerGeoCatalogData, CancellationToken)

Create a GeoCatalog

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Orbital/geoCatalogs/{catalogName}
  • Operation Id: GeoCatalog_Create
  • Default Api Version: 2025-02-11-preview
  • Resource: PlanetaryComputerGeoCatalogResource
CreateOrUpdateAsync(WaitUntil, String, PlanetaryComputerGeoCatalogData, CancellationToken)

Create a GeoCatalog

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Orbital/geoCatalogs/{catalogName}
  • Operation Id: GeoCatalog_Create
  • Default Api Version: 2025-02-11-preview
  • Resource: PlanetaryComputerGeoCatalogResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Orbital/geoCatalogs/{catalogName}
  • Operation Id: GeoCatalog_Get
  • Default Api Version: 2025-02-11-preview
  • Resource: PlanetaryComputerGeoCatalogResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Orbital/geoCatalogs/{catalogName}
  • Operation Id: GeoCatalog_Get
  • Default Api Version: 2025-02-11-preview
  • Resource: PlanetaryComputerGeoCatalogResource
Get(String, CancellationToken)

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
GetAll(CancellationToken)

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
GetAllAsync(CancellationToken)

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
GetAsync(String, CancellationToken)

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
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Orbital/geoCatalogs/{catalogName}
  • Operation Id: GeoCatalog_Get
  • Default Api Version: 2025-02-11-preview
  • Resource: PlanetaryComputerGeoCatalogResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Orbital/geoCatalogs/{catalogName}
  • Operation Id: GeoCatalog_Get
  • Default Api Version: 2025-02-11-preview
  • Resource: PlanetaryComputerGeoCatalogResource
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<PlanetaryComputerGeoCatalogResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<PlanetaryComputerGeoCatalogResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to