Share via


QuotaExtensions.GetQuotaAllocationRequestStatuses Method

Definition

Gets a collection of QuotaAllocationRequestStatusResources in the ManagementGroupResource. MockingTo mock this method, please mock GetQuotaAllocationRequestStatuses(String, String, String) instead.

public static Azure.ResourceManager.Quota.QuotaAllocationRequestStatusCollection GetQuotaAllocationRequestStatuses(this Azure.ResourceManager.ManagementGroups.ManagementGroupResource managementGroupResource, string subscriptionId, string groupQuotaName, string resourceProviderName);
static member GetQuotaAllocationRequestStatuses : Azure.ResourceManager.ManagementGroups.ManagementGroupResource * string * string * string -> Azure.ResourceManager.Quota.QuotaAllocationRequestStatusCollection
<Extension()>
Public Function GetQuotaAllocationRequestStatuses (managementGroupResource As ManagementGroupResource, subscriptionId As String, groupQuotaName As String, resourceProviderName As String) As QuotaAllocationRequestStatusCollection

Parameters

managementGroupResource
ManagementGroupResource

The ManagementGroupResource instance the method will execute against.

subscriptionId
String

The ID of the target subscription. The value must be an UUID.

groupQuotaName
String

The GroupQuota name. The name should be unique for the provided context tenantId/MgId.

resourceProviderName
String

The resource provider name, such as - Microsoft.Compute. Currently only Microsoft.Compute resource provider supports this API.

Returns

An object representing collection of QuotaAllocationRequestStatusResources and their operations over a QuotaAllocationRequestStatusResource.

Exceptions

managementGroupResource, subscriptionId, groupQuotaName or resourceProviderName is null.

subscriptionId, groupQuotaName or resourceProviderName is an empty string, and was expected to be non-empty.

Applies to