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)

public:
property Metrics^ Metrics {
	Metrics^ get();
	void set(Metrics^ value);
}
Return to top
Show: