MockableQuotaArmClient.GetQuotaAllocationRequestStatuses Method

Definition

Gets a collection of QuotaAllocationRequestStatusCollection objects within the specified scope.

public virtual Azure.ResourceManager.Quota.QuotaAllocationRequestStatusCollection GetQuotaAllocationRequestStatuses(Azure.Core.ResourceIdentifier scope, string groupQuotaName, string resourceProviderName);
abstract member GetQuotaAllocationRequestStatuses : Azure.Core.ResourceIdentifier * string * string -> Azure.ResourceManager.Quota.QuotaAllocationRequestStatusCollection
override this.GetQuotaAllocationRequestStatuses : Azure.Core.ResourceIdentifier * string * string -> Azure.ResourceManager.Quota.QuotaAllocationRequestStatusCollection
Public Overridable Function GetQuotaAllocationRequestStatuses (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.

Applies to