Share via


UsagePropertiesOutput interface

Usage resource specific properties

Properties

computeMode

Compute mode used for this usage.

currentValue

The current value of the resource counter.

displayName

Friendly name shown in the UI.

limit

The resource limit.

nextResetTime

Next reset time for the resource counter.

resourceName

Name of the quota resource.

siteMode

Site mode used for this usage.

unit

Units of measurement for the quota resource.

Property Details

computeMode

Compute mode used for this usage.

computeMode?: "Shared" | "Dynamic" | "Dedicated"

Property Value

"Shared" | "Dynamic" | "Dedicated"

currentValue

The current value of the resource counter.

currentValue?: number

Property Value

number

displayName

Friendly name shown in the UI.

displayName?: string

Property Value

string

limit

The resource limit.

limit?: number

Property Value

number

nextResetTime

Next reset time for the resource counter.

nextResetTime?: string

Property Value

string

resourceName

Name of the quota resource.

resourceName?: string

Property Value

string

siteMode

Site mode used for this usage.

siteMode?: string

Property Value

string

unit

Units of measurement for the quota resource.

unit?: string

Property Value

string