StorageMetricConfiguration.MetricAggregations Property
Optional. The list of aggregations to generate.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public IList<StorageMetricAggregation> MetricAggregations { get; set; }
public:
property IList<StorageMetricAggregation^>^ MetricAggregations {
IList<StorageMetricAggregation^>^ get();
void set(IList<StorageMetricAggregation^>^ value);
}
member MetricAggregations : IList<StorageMetricAggregation> with get, set
Public Property MetricAggregations As IList(Of StorageMetricAggregation)
Property Value
Type: System.Collections.Generic.IList<StorageMetricAggregation>
See Also
StorageMetricConfiguration Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top