SignalRUsage interface 
Object that describes a specific usage of the resources.
Properties
| current | 
	Current value for the usage quota.  | 
| id | Fully qualified ARM resource id  | 
| limit | The maximum permitted value for the usage quota. If there is no limit, this value will be -1.  | 
| name | Localizable String object containing the name and a localized value.  | 
| unit | Representing the units of the usage quota. Possible values are: Count, Bytes, Seconds, Percent, CountPerSecond, BytesPerSecond.  | 
Property Details
		currentValue
	 
	Current value for the usage quota.
currentValue?: number
				Property Value
number
id
Fully qualified ARM resource id
id?: string
				Property Value
string
limit
The maximum permitted value for the usage quota. If there is no limit, this value will be -1.
limit?: number
				Property Value
number
name
Localizable String object containing the name and a localized value.
name?: SignalRUsageName
				Property Value
unit
Representing the units of the usage quota. Possible values are: Count, Bytes, Seconds, Percent, CountPerSecond, BytesPerSecond.
unit?: string
				Property Value
string