PerformanceCounters.Counters Property
Optional. List of performance counters.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public IList<PerformanceCounterConfiguration> Counters { get; set; }
public:
property IList<PerformanceCounterConfiguration^>^ Counters {
IList<PerformanceCounterConfiguration^>^ get();
void set(IList<PerformanceCounterConfiguration^>^ value);
}
member Counters : IList<PerformanceCounterConfiguration> with get, set
Public Property Counters As IList(Of PerformanceCounterConfiguration)
Property Value
Type: System.Collections.Generic.IList<PerformanceCounterConfiguration>
See Also
PerformanceCounters Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top