DiagnosticMonitorConfiguration.Metrics Property
Optional. This element enables you to generate a performance counter table that is optimized for fast queries. Each performance counter that is defined in the PerformanceCounters element is stored in the Metrics table in addition to the Performance Counter table.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public Metrics Metrics { get; set; }
public:
property Metrics^ Metrics {
Metrics^ get();
void set(Metrics^ value);
}
member Metrics : Metrics with get, set
Public Property Metrics As Metrics
Property Value
Type: Microsoft.Azure.Management.Insights.Models.Metrics
See Also
DiagnosticMonitorConfiguration Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top