MetricDefinition.PrimaryAggregationType Property
Optional. The primary aggregation type value defining how to use the values for display.
Namespace: Microsoft.Azure.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public AggregationType PrimaryAggregationType { get; set; }
public:
property AggregationType PrimaryAggregationType {
AggregationType get();
void set(AggregationType value);
}
member PrimaryAggregationType : AggregationType with get, set
Public Property PrimaryAggregationType As AggregationType
Property Value
Type: Microsoft.Azure.Insights.Models.AggregationType
See Also
MetricDefinition Class
Microsoft.Azure.Insights.Models Namespace
Return to top