ResourceUsage interface

Output of check resource usage API.

Properties

currentValue

Actual value of usage on the specified resource type. NOTE: This property will not be serialized. It can only be populated by the server.

limit

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

resourceType

Resource type for which the usage is provided. NOTE: This property will not be serialized. It can only be populated by the server.

unit

Unit of the usage. e.g. count. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

currentValue

Actual value of usage on the specified resource type. NOTE: This property will not be serialized. It can only be populated by the server.

currentValue?: number

Property Value

number

limit

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

limit?: number

Property Value

number

resourceType

Resource type for which the usage is provided. NOTE: This property will not be serialized. It can only be populated by the server.

resourceType?: string

Property Value

string

unit

Unit of the usage. e.g. count. NOTE: This property will not be serialized. It can only be populated by the server.

unit?: string

Property Value

string