Bagikan melalui


MockableSphereSubscriptionResource.GetSphereCatalogsAsync 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.AsyncPageable<Azure.ResourceManager.Sphere.SphereCatalogResource> GetSphereCatalogsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetSphereCatalogsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sphere.SphereCatalogResource>
override this.GetSphereCatalogsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sphere.SphereCatalogResource>
Public Overridable Function GetSphereCatalogsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SphereCatalogResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to