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)
Syntax
public string CounterSpecifier { get; set; }
public:
property String^ CounterSpecifier {
String^ get();
void set(String^ value);
}
member CounterSpecifier : string with get, set
Public Property CounterSpecifier As String
Property Value
Type: System.String
See Also
PerformanceCounterConfiguration Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top