Package version:

Interface GroupQuotaSubscriptionAllocationOperations

Interface representing a GroupQuotaSubscriptionAllocation operations.

interface GroupQuotaSubscriptionAllocationOperations {
    list: ((managementGroupId: string, groupQuotaName: string, resourceProviderName: string, location: string, options?: GroupQuotaSubscriptionAllocationListOptionalParams) => Promise<SubscriptionQuotaAllocationsList>);
}

Properties

Properties

list: ((managementGroupId: string, groupQuotaName: string, resourceProviderName: string, location: string, options?: GroupQuotaSubscriptionAllocationListOptionalParams) => Promise<SubscriptionQuotaAllocationsList>)

Gets all the quota allocated to a subscription for the specified resource provider and location for resource names passed in $filter=resourceName eq {SKU}. This will include the GroupQuota and total quota allocated to the subscription. Only the Group quota allocated to the subscription can be allocated back to the MG Group Quota.