Usage interface

Properties

currentValue

The current usage of the resource.

limit

The maximum permitted usage of the resource.

name

The name of the type of usage.

unit

An enum describing the unit of usage

Property Details

currentValue

The current usage of the resource.

currentValue?: number

Property Value

number

limit

The maximum permitted usage of the resource.

limit?: number

Property Value

number

name

The name of the type of usage.

name?: UsageName

Property Value

unit

An enum describing the unit of usage

unit?: "Count"

Property Value

"Count"