Usage interface

Describes Storage Resource Usage.

Properties

currentValue

Gets the current count of the allocated resources in the subscription.

limit

Gets the maximum count of the resources that can be allocated in the subscription.

name

Gets the name of the type of usage.

unit

Gets the unit of measurement.

Property Details

currentValue

Gets the current count of the allocated resources in the subscription.

currentValue?: number

Property Value

number

limit

Gets the maximum count of the resources that can be allocated in the subscription.

limit?: number

Property Value

number

name

Gets the name of the type of usage.

name?: UsageName

Property Value

unit

Gets the unit of measurement.

unit?: UsageUnit

Property Value