PerformanceCounterConfiguration::CounterSpecifier Property

 

Optional. The name of the performance counter. For example, "\\Processor(_Total)\\% Processor Time". To get a list of performance counters on your host run the command typeperf.

Namespace:   Microsoft.Azure.Management.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

public:
property String^ CounterSpecifier {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^
Return to top
Show: