Dela via


MockableQuotaManagementGroupResource.GetQuotaAllocationRequestStatuses Method

Definition

Gets a collection of QuotaAllocationRequestStatusResources in the ManagementGroupResource.

public virtual Azure.ResourceManager.Quota.QuotaAllocationRequestStatusCollection GetQuotaAllocationRequestStatuses(string subscriptionId, string groupQuotaName, string resourceProviderName);
abstract member GetQuotaAllocationRequestStatuses : string * string * string -> Azure.ResourceManager.Quota.QuotaAllocationRequestStatusCollection
override this.GetQuotaAllocationRequestStatuses : string * string * string -> Azure.ResourceManager.Quota.QuotaAllocationRequestStatusCollection
Public Overridable Function GetQuotaAllocationRequestStatuses (subscriptionId As String, groupQuotaName As String, resourceProviderName As String) As QuotaAllocationRequestStatusCollection

Parameters

subscriptionId
String

The ID of the target subscription. The value must be an UUID.

groupQuotaName
String

The GroupQuota name. The name should be unique for the provided context tenantId/MgId.

resourceProviderName
String

The resource provider name, such as - Microsoft.Compute. Currently only Microsoft.Compute resource provider supports this API.

Returns

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

Exceptions

subscriptionId, groupQuotaName or resourceProviderName is null.

subscriptionId, groupQuotaName or resourceProviderName is an empty string, and was expected to be non-empty.

Applies to