Usage interface

Describes Storage Resource Usage.

Properties

currentValue

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.

limit

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.

name

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

unit

Gets the unit of measurement. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

currentValue

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.

currentValue?: number

Property Value

number

limit

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.

limit?: number

Property Value

number

name

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

name?: UsageName

Property Value

unit

Gets the unit of measurement. NOTE: This property will not be serialized. It can only be populated by the server.

unit?: UsageUnit

Property Value