OperationMetricSpecificationDefinition interface   
The definition of Azure Monitoring metric.
Properties
| aggregation | 
	Metric aggregation type.  | 
| display | 
	Metric description.  | 
| display | 
	Metric display name.  | 
| internal | 
	Internal metric name.  | 
| name | Metric name.  | 
| unit | Metric unit.  | 
Property Details
		aggregationType
	 
	Metric aggregation type.
aggregationType?: string
				Property Value
string
		displayDescription
	 
	Metric description.
displayDescription?: string
				Property Value
string
		displayName
	 
	Metric display name.
displayName?: string
				Property Value
string
		internalMetricName
	  
	Internal metric name.
internalMetricName?: string
				Property Value
string
name
Metric name.
name?: string
				Property Value
string
unit
Metric unit.
unit?: string
				Property Value
string