PerformanceCounterConfiguration.SampleRate Property
Optional. How often the counter should be sampled.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public TimeSpan SampleRate { get; set; }
public:
property TimeSpan SampleRate {
TimeSpan get();
void set(TimeSpan value);
}
member SampleRate : TimeSpan with get, set
Public Property SampleRate As TimeSpan
Property Value
Type: System.TimeSpan
See Also
PerformanceCounterConfiguration Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top