GroupQuotaEntityResource.GetGroupQuotaLimitsRequests Method

Definition

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.Pageable<Azure.ResourceManager.Quota.GroupQuotaRequestStatusResource> GetGroupQuotaLimitsRequests (string resourceProviderName, string filter, System.Threading.CancellationToken cancellationToken = default);
abstract member GetGroupQuotaLimitsRequests : string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Quota.GroupQuotaRequestStatusResource>
override this.GetGroupQuotaLimitsRequests : string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Quota.GroupQuotaRequestStatusResource>
Public Overridable Function GetGroupQuotaLimitsRequests (resourceProviderName As String, filter As String, Optional cancellationToken As CancellationToken = Nothing) As Pageable(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

A 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