QuotaExtensions.GetQuotaAllocationRequestStatuses 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.
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
Azure SDK for .NET