Share via


GroupQuotaDetails interface

Group Quota details.

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.

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

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

comment

Any comment related to quota request.

comment?: string

Property Value

string

limit

The current Group Quota Limit at the parentId level.

limit?: number

Property Value

number

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

resourceName

The resource name, such as SKU name.

resourceName?: string

Property Value

string

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