ResourceMetricDefinitionPropertiesOutput interface
ResourceMetricDefinition resource specific properties
Properties
| metric |
List of time grains supported for the metric together with retention period. |
| primary |
Primary aggregation type. |
| properties | Resource metric definition properties. |
| resource |
Resource URI. |
| unit | Unit of the metric. |
Property Details
metricAvailabilities
List of time grains supported for the metric together with retention period.
metricAvailabilities?: ResourceMetricAvailabilityOutput[]
Property Value
primaryAggregationType
Primary aggregation type.
primaryAggregationType?: string
Property Value
string
properties
Resource metric definition properties.
properties?: Record<string, string>
Property Value
Record<string, string>
resourceUri
Resource URI.
resourceUri?: string
Property Value
string
unit
Unit of the metric.
unit?: string
Property Value
string