GroupQuotaSubscriptionCollection.GetAllAsync(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.AsyncPageable<Azure.ResourceManager.Quota.GroupQuotaSubscriptionResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Quota.GroupQuotaSubscriptionResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Quota.GroupQuotaSubscriptionResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of GroupQuotaSubscriptionResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to