Share via


DiagnosticMonitorConfiguration.PerformanceCounters Property

 

Optional. Enable the collection of Performance Counters.

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

Syntax

public PerformanceCounters PerformanceCounters { get; set; }
public:
property PerformanceCounters^ PerformanceCounters {
    PerformanceCounters^ get();
    void set(PerformanceCounters^ value);
}
member PerformanceCounters : PerformanceCounters with get, set
Public Property PerformanceCounters As PerformanceCounters

Property Value

Type: Microsoft.Azure.Management.Insights.Models.PerformanceCounters

See Also

DiagnosticMonitorConfiguration Class
Microsoft.Azure.Management.Insights.Models Namespace

Return to top