SharedLimitCapCollection.GetAllAsync(CancellationToken) Method

Definition

Lists all shared limit cap configurations visible to the caller's subscription.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to