StorageMetricAggregation.Level Property
Optional. The level of metrics to collect.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public StorageMetricLevel Level { get; set; }
public:
property StorageMetricLevel Level {
StorageMetricLevel get();
void set(StorageMetricLevel value);
}
member Level : StorageMetricLevel with get, set
Public Property Level As StorageMetricLevel
Property Value
Type: Microsoft.Azure.Management.Insights.Models.StorageMetricLevel
See Also
StorageMetricAggregation Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top