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 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
- 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.