MetricSpecification interface 
Specifications of the Metrics for Azure Monitoring
Properties
| aggregation | Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count. | 
| category | Name of the metric category that the metric belongs to. A metric can only belong to a single category. | 
| dimensions | Dimensions of the metric | 
| display | Localized friendly description of the metric | 
| display | Localized friendly display name of the metric | 
| fill | Optional. If set to true, then zero will be returned for time duration where no metric is emitted/published. | 
| name | Name of the metric | 
| source | Name of the MDM namespace. Optional. | 
| supported | Supported aggregation types | 
| supported | Supported time grain types | 
| unit | Unit that makes sense for the metric | 
Property Details
		aggregationType
	 
	Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count.
aggregationType?: stringProperty Value
string
category
Name of the metric category that the metric belongs to. A metric can only belong to a single category.
category?: stringProperty Value
string
dimensions
		displayDescription
	 
	Localized friendly description of the metric
displayDescription?: stringProperty Value
string
		displayName
	 
	Localized friendly display name of the metric
displayName?: stringProperty Value
string
		fillGapWithZero
	   
	Optional. If set to true, then zero will be returned for time duration where no metric is emitted/published.
fillGapWithZero?: booleanProperty Value
boolean
name
Name of the metric
name?: stringProperty Value
string
		sourceMdmNamespace
	  
	Name of the MDM namespace. Optional.
sourceMdmNamespace?: stringProperty Value
string
		supportedAggregationTypes
	  
	Supported aggregation types
supportedAggregationTypes?: string[]Property Value
string[]
		supportedTimeGrainTypes
	   
	Supported time grain types
supportedTimeGrainTypes?: string[]Property Value
string[]
unit
Unit that makes sense for the metric
unit?: stringProperty Value
string