Udostępnij przez


NetAppCacheCollection.GetAll(CancellationToken) Method

Definition

List all Caches within the Capacity Pool

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/caches
  • Operation Id: Caches_ListByCapacityPools
  • Default Api Version: 2025-09-01-preview
  • Resource: NetAppCacheResource
public virtual Azure.Pageable<Azure.ResourceManager.NetApp.NetAppCacheResource> GetAll(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.NetApp.NetAppCacheResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.NetApp.NetAppCacheResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of NetAppCacheResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to