GroupQuotaEntityResource.GetGroupQuotaLimitsRequestsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get API to check the status of a GroupQuota request by requestId.
- Request Path: /providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Quota/groupQuotas/{groupQuotaName}/resourceProviders/{resourceProviderName}/groupQuotaRequests
- Operation Id: GroupQuotaLimitsRequest_List
- Default Api Version: 2023-06-01-preview
- Resource: GroupQuotaRequestStatusResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.Quota.GroupQuotaRequestStatusResource> GetGroupQuotaLimitsRequestsAsync (string resourceProviderName, string filter, System.Threading.CancellationToken cancellationToken = default);
abstract member GetGroupQuotaLimitsRequestsAsync : string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Quota.GroupQuotaRequestStatusResource>
override this.GetGroupQuotaLimitsRequestsAsync : string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Quota.GroupQuotaRequestStatusResource>
Public Overridable Function GetGroupQuotaLimitsRequestsAsync (resourceProviderName As String, filter As String, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of GroupQuotaRequestStatusResource)
Parameters
- resourceProviderName
- String
The resource provider name, such as - Microsoft.Compute. Currently only Microsoft.Compute resource provider supports this API.
- filter
- String
Field | Supported operators |
---|
location eq {location} and resource eq {resourceName} Example: $filter=location eq eastus and resourceName eq cores
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async collection of GroupQuotaRequestStatusResource that may take multiple service requests to iterate over.
Exceptions
resourceProviderName
is an empty string, and was expected to be non-empty.
resourceProviderName
or filter
is null.
Applies to
Azure SDK for .NET