Share via


PerfCounterDataSource.CounterSpecifiers Property

Definition

A list of specifier names of the performance counters you want to collect. Use a wildcard (*) to collect a counter for all instances. To get a list of performance counters on Windows, run the command 'typeperf'.

public Azure.Provisioning.BicepList<string> CounterSpecifiers { get; set; }
member this.CounterSpecifiers : Azure.Provisioning.BicepList<string> with get, set
Public Property CounterSpecifiers As BicepList(Of String)

Property Value

Applies to