SphereCatalogCollection.GetAllAsync(CancellationToken) Method

Definition

List Catalog resources by resource group

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureSphere/catalogs
  • Operation Id: Catalogs_ListByResourceGroup
  • Default Api Version: 2024-04-01
  • Resource: SphereCatalogResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.Sphere.SphereCatalogResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sphere.SphereCatalogResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sphere.SphereCatalogResource>
Public Overridable Function GetAllAsync (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