Share via


MockableSphereSubscriptionResource.GetSphereCatalogs Method

Definition

List Catalog resources by subscription ID

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.AzureSphere/catalogs
  • Operation Id: Catalogs_ListBySubscription
  • Default Api Version: 2024-04-01
  • Resource: SphereCatalogResource
public virtual Azure.Pageable<Azure.ResourceManager.Sphere.SphereCatalogResource> GetSphereCatalogs (System.Threading.CancellationToken cancellationToken = default);
abstract member GetSphereCatalogs : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sphere.SphereCatalogResource>
override this.GetSphereCatalogs : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sphere.SphereCatalogResource>
Public Overridable Function GetSphereCatalogs (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SphereCatalogResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to