IPerfCounterDataSource.CounterSpecifier Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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