QuotaBaseProperties interface  
The properties for Quota update or retrieval.
Properties
| id | Specifies the resource ID.  | 
| limit | The maximum permitted quota of the resource.  | 
| type | Specifies the resource type.  | 
| unit | An enum describing the unit of quota measurement.  | 
Property Details
id
Specifies the resource ID.
id?: string
				Property Value
string
limit
The maximum permitted quota of the resource.
limit?: number
				Property Value
number
type
Specifies the resource type.
type?: string
				Property Value
string
unit
An enum describing the unit of quota measurement.
unit?: string
				Property Value
string