SharedLimitCapCollection.GetAll(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.Pageable<Azure.ResourceManager.ComputeLimit.SharedLimitCapResource> GetAll(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ComputeLimit.SharedLimitCapResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ComputeLimit.SharedLimitCapResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(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