GroupQuotaSubscriptionCollection.GetAll(CancellationToken) Method

Definition

Returns a list of the subscriptionIds associated with the GroupQuotas.

  • Request Path: /providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Quota/groupQuotas/{groupQuotaName}/subscriptions
  • Operation Id: GroupQuotaSubscriptions_List
  • Default Api Version: 2023-06-01-preview
  • Resource: GroupQuotaSubscriptionResource
public virtual Azure.Pageable<Azure.ResourceManager.Quota.GroupQuotaSubscriptionResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Quota.GroupQuotaSubscriptionResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Quota.GroupQuotaSubscriptionResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of GroupQuotaSubscriptionResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to