Package version:

Interface GroupQuotaDetails

Group Quota details.

interface GroupQuotaDetails {
    allocatedToSubscriptions?: AllocatedQuotaToSubscriptionList;
    availableLimit?: number;
    comment?: string;
    limit?: number;
    name?: GroupQuotaDetailsName;
    resourceName?: string;
    unit?: string;
}

Hierarchy (view full)

Properties

allocatedToSubscriptions?: AllocatedQuotaToSubscriptionList

Quota allocated to subscriptions

availableLimit?: number

The available Group Quota Limit at the MG level. This Group quota can be allocated to subscription(s).

comment?: string

Any comment related to quota request.

limit?: number

The current Group Quota Limit at the parentId level.

Name of the resource provided by the resource provider. This property is already included in the request URI, so it is a readonly property returned in the response.

resourceName?: string

The resource name, such as SKU name.

unit?: string

The usages units, such as Count and Bytes. When requesting quota, use the unit value returned in the GET response in the request body of your PUT operation.