Share via


GroupQuotaSubscriptionAllocationRequestOperations interface

Interface representing a GroupQuotaSubscriptionAllocationRequest operations.

Properties

get

Get the quota allocation request status for the subscriptionId by allocationId.

list

Get all the quotaAllocationRequests for a resourceProvider/location. The filter paramter for location is required.

update

Request to assign quota from group quota to a specific Subscription. The assign GroupQuota to subscriptions or reduce the quota allocated to subscription to give back the unused quota ( quota >= usages) to the groupQuota. So, this API can be used to assign Quota to subscriptions and assign back unused quota to group quota, which can be assigned to another subscriptions in the GroupQuota. User can collect unused quotas from multiple subscriptions within the groupQuota and assign the groupQuota to the subscription, where it's needed.

Property Details

get

Get the quota allocation request status for the subscriptionId by allocationId.

get: (managementGroupId: string, groupQuotaName: string, resourceProviderName: string, allocationId: string, options?: GroupQuotaSubscriptionAllocationRequestGetOptionalParams) => Promise<QuotaAllocationRequestStatus>

Property Value

(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, allocationId: string, options?: GroupQuotaSubscriptionAllocationRequestGetOptionalParams) => Promise<QuotaAllocationRequestStatus>

list

Get all the quotaAllocationRequests for a resourceProvider/location. The filter paramter for location is required.

list: (managementGroupId: string, groupQuotaName: string, resourceProviderName: string, filter: string, options?: GroupQuotaSubscriptionAllocationRequestListOptionalParams) => PagedAsyncIterableIterator<QuotaAllocationRequestStatus, QuotaAllocationRequestStatus[], PageSettings>

Property Value

(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, filter: string, options?: GroupQuotaSubscriptionAllocationRequestListOptionalParams) => PagedAsyncIterableIterator<QuotaAllocationRequestStatus, QuotaAllocationRequestStatus[], PageSettings>

update

Request to assign quota from group quota to a specific Subscription. The assign GroupQuota to subscriptions or reduce the quota allocated to subscription to give back the unused quota ( quota >= usages) to the groupQuota. So, this API can be used to assign Quota to subscriptions and assign back unused quota to group quota, which can be assigned to another subscriptions in the GroupQuota. User can collect unused quotas from multiple subscriptions within the groupQuota and assign the groupQuota to the subscription, where it's needed.

update: (managementGroupId: string, groupQuotaName: string, resourceProviderName: string, location: string, allocateQuotaRequest: SubscriptionQuotaAllocationsList, options?: GroupQuotaSubscriptionAllocationRequestUpdateOptionalParams) => PollerLike<OperationState<SubscriptionQuotaAllocationsList>, SubscriptionQuotaAllocationsList>

Property Value

(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, location: string, allocateQuotaRequest: SubscriptionQuotaAllocationsList, options?: GroupQuotaSubscriptionAllocationRequestUpdateOptionalParams) => PollerLike<OperationState<SubscriptionQuotaAllocationsList>, SubscriptionQuotaAllocationsList>