GroupQuotaSubscriptionRequestStatusCollection.GetAllAsync Method

Definition

List API to check the status of a subscriptionId requests by requestId. Request history is maintained for 1 year.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to