QuotaExtensions.GetQuotaAllocationRequestStatuses Method

Definition

Gets a collection of QuotaAllocationRequestStatusCollection objects within the specified scope. <item> Mocking. To mock this method, please mock GetQuotaAllocationRequestStatuses(ResourceIdentifier, String, String) instead. </item>

public static Azure.ResourceManager.Quota.QuotaAllocationRequestStatusCollection GetQuotaAllocationRequestStatuses(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope, string groupQuotaName, string resourceProviderName);
static member GetQuotaAllocationRequestStatuses : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier * string * string -> Azure.ResourceManager.Quota.QuotaAllocationRequestStatusCollection
<Extension()>
Public Function GetQuotaAllocationRequestStatuses (client As ArmClient, scope As ResourceIdentifier, groupQuotaName As String, resourceProviderName As String) As QuotaAllocationRequestStatusCollection

Parameters

client
ArmClient

The ArmClient the method will execute against.

scope
ResourceIdentifier

The scope of the resource collection to get.

groupQuotaName
String

The groupQuotaName for the resource.

resourceProviderName
String

The resourceProviderName for the resource.

Returns

Returns a collection of QuotaAllocationRequestStatusResource objects.

Exceptions

client is null.

Applies to