QuotaExtensions.GetQuotaAllocationRequestStatuses Method

Definition

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

public static Azure.ResourceManager.Quota.QuotaAllocationRequestStatusCollection GetQuotaAllocationRequestStatuses (this Azure.ResourceManager.ManagementGroups.ManagementGroupResource managementGroupResource);
static member GetQuotaAllocationRequestStatuses : Azure.ResourceManager.ManagementGroups.ManagementGroupResource -> Azure.ResourceManager.Quota.QuotaAllocationRequestStatusCollection
<Extension()>
Public Function GetQuotaAllocationRequestStatuses (managementGroupResource As ManagementGroupResource) As QuotaAllocationRequestStatusCollection

Parameters

managementGroupResource
ManagementGroupResource

The ManagementGroupResource instance the method will execute against.

Returns

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

Exceptions

managementGroupResource is null.

Applies to