Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Usage

Package version

Describes AML Resource Usage.

Hierarchy

  • Usage

Index

Properties

Optional currentValue

currentValue: undefined | number

The current usage of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional id

id: undefined | string

Specifies the resource ID. NOTE: This property will not be serialized. It can only be populated by the server.

Optional limit

limit: undefined | number

The maximum permitted usage of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

name: UsageName

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

Optional type

type: undefined | string

Specifies the resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Optional unit

unit: UsageUnit

An enum describing the unit of usage measurement. Possible values include: 'Count' NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc