UsageMetricListResponse.UsageMetricCollection Property
Optional. The list of usage metrics.
Namespace: Microsoft.Azure.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public UsageMetricCollection UsageMetricCollection { get; set; }
public:
property UsageMetricCollection^ UsageMetricCollection {
UsageMetricCollection^ get();
void set(UsageMetricCollection^ value);
}
member UsageMetricCollection : UsageMetricCollection with get, set
Public Property UsageMetricCollection As UsageMetricCollection
Property Value
Type: Microsoft.Azure.Insights.Models.UsageMetricCollection
See Also
UsageMetricListResponse Class
Microsoft.Azure.Insights.Models Namespace
Return to top