Share via


GroupQuotaLimitProperties interface

Group Quota properties for the specified resource.

Extends

Inherited Properties

allocatedToSubscriptions

Quota allocated to subscriptions NOTE: This property will not be serialized. It can only be populated by the server.

availableLimit

The available Group Quota Limit at the MG level. This Group quota can be allocated to subscription(s). NOTE: This property will not be serialized. It can only be populated by the server.

comment

Any comment related to quota request.

limit

The current Group Quota Limit at the parentId level.

name

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. NOTE: This property will not be serialized. It can only be populated by the server.

resourceName

The resource name, such as SKU name.

unit

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. NOTE: This property will not be serialized. It can only be populated by the server.

Inherited Property Details

allocatedToSubscriptions

Quota allocated to subscriptions NOTE: This property will not be serialized. It can only be populated by the server.

allocatedToSubscriptions?: AllocatedQuotaToSubscriptionList

Property Value

Inherited From GroupQuotaDetails.allocatedToSubscriptions

availableLimit

The available Group Quota Limit at the MG level. This Group quota can be allocated to subscription(s). NOTE: This property will not be serialized. It can only be populated by the server.

availableLimit?: number

Property Value

number

Inherited From GroupQuotaDetails.availableLimit

comment

Any comment related to quota request.

comment?: string

Property Value

string

Inherited From GroupQuotaDetails.comment

limit

The current Group Quota Limit at the parentId level.

limit?: number

Property Value

number

Inherited From GroupQuotaDetails.limit

name

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. NOTE: This property will not be serialized. It can only be populated by the server.

name?: GroupQuotaDetailsName

Property Value

Inherited From GroupQuotaDetails.name

resourceName

The resource name, such as SKU name.

resourceName?: string

Property Value

string

Inherited From GroupQuotaDetails.resourceName

unit

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. NOTE: This property will not be serialized. It can only be populated by the server.

unit?: string

Property Value

string

Inherited From GroupQuotaDetails.unit