NetAppSubscriptionQuotaItemCollection.GetAllAsync(CancellationToken) Method

Definition

Get the default and current limits for quotas

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/quotaLimits.
  • Operation Id. : SubscriptionQuotaItems_List.
  • Default Api Version. : 2026-04-01.
public virtual Azure.AsyncPageable<Azure.ResourceManager.NetApp.NetAppSubscriptionQuotaItemResource> GetAllAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.NetApp.NetAppSubscriptionQuotaItemResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.NetApp.NetAppSubscriptionQuotaItemResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of NetAppSubscriptionQuotaItemResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to