IPerfCounterDataSource.CounterSpecifier 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'.

[Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Runtime.Info(Create=true, Description="A list of specifier names of the performance counters you want to collect.\r\n        Use a wildcard (*) to collect a counter for all instances.\r\n        To get a list of performance counters on Windows, run the command 'typeperf'.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="counterSpecifiers", Update=true)]
public System.Collections.Generic.List<string> CounterSpecifier { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Runtime.Info(Create=true, Description="A list of specifier names of the performance counters you want to collect.\r\n        Use a wildcard (*) to collect a counter for all instances.\r\n        To get a list of performance counters on Windows, run the command 'typeperf'.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="counterSpecifiers", Update=true)>]
member this.CounterSpecifier : System.Collections.Generic.List<string> with get, set
Public Property CounterSpecifier As List(Of String)

Property Value

Attributes

Applies to