QuotaAllocationRequestStatusCollection.GetAllAsync Method

Definition

Get all the quotaAllocationRequests for a resourceProvider/location. The filter paramter for location is required.

  • Request Path. : /providers/Microsoft.Management/managementGroups/{managementGroupId}/subscriptions/{subscriptionId}/providers/Microsoft.Quota/groupQuotas/{groupQuotaName}/resourceProviders/{resourceProviderName}/quotaAllocationRequests.
  • Operation Id. : QuotaAllocationRequestStatuses_List.
  • Default Api Version. : 2025-09-01.
public virtual Azure.AsyncPageable<Azure.ResourceManager.Quota.QuotaAllocationRequestStatusResource> GetAllAsync(string filter, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Quota.QuotaAllocationRequestStatusResource>
override this.GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Quota.QuotaAllocationRequestStatusResource>
Public Overridable Function GetAllAsync (filter As String, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of QuotaAllocationRequestStatusResource)

Parameters

filter
String

| Field | Supported operators |---------------------|------------------------ location eq {location} Example: $filter=location eq eastus

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Exceptions

filter is null.

filter is an empty string, and was expected to be non-empty.

Applies to