Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Usage

Package version

Describes Storage Resource Usage.

Hierarchy

  • Usage

Index

Properties

Optional currentValue

currentValue: undefined | number

Gets the current count of the allocated resources in the subscription. NOTE: This property will not be serialized. It can only be populated by the server.

Optional limit

limit: undefined | number

Gets the maximum count of the resources that can be allocated in the subscription. NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

name: UsageName

Gets the name of the type of usage. NOTE: This property will not be serialized. It can only be populated by the server.

Optional unit

unit: UsageUnit

Gets the unit of measurement. Possible values include: 'Count', 'Bytes', 'Seconds', 'Percent', 'CountsPerSecond', 'BytesPerSecond' NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc