Share via


CsmUsageQuotaOutput interface

Usage of the quota resource.

Properties

currentValue

The current value of the resource counter.

limit

The resource limit.

name

Quota name.

nextResetTime

Next reset time for the resource counter.

unit

Units of measurement for the quota resource.

Property Details

currentValue

The current value of the resource counter.

currentValue?: number

Property Value

number

limit

The resource limit.

limit?: number

Property Value

number

name

Quota name.

name?: LocalizableStringOutput

Property Value

nextResetTime

Next reset time for the resource counter.

nextResetTime?: string

Property Value

string

unit

Units of measurement for the quota resource.

unit?: string

Property Value

string