PSPerfCounterDataSource Constructors
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.
Overloads
PSPerfCounterDataSource() |
Initializes a new instance of the PSExtensionDataSource class. |
PSPerfCounterDataSource(PerfCounterDataSource) |
Initializes a new instance of the PSExtensionDataSource class. |
PSPerfCounterDataSource()
Initializes a new instance of the PSExtensionDataSource class.
public PSPerfCounterDataSource ();
Public Sub New ()
Applies to
PSPerfCounterDataSource(PerfCounterDataSource)
Initializes a new instance of the PSExtensionDataSource class.
public PSPerfCounterDataSource (Microsoft.Azure.Management.Monitor.Models.PerfCounterDataSource perfCounterDataSource);
new Microsoft.Azure.Commands.Insights.OutputClasses.PSPerfCounterDataSource : Microsoft.Azure.Management.Monitor.Models.PerfCounterDataSource -> Microsoft.Azure.Commands.Insights.OutputClasses.PSPerfCounterDataSource
Public Sub New (perfCounterDataSource As PerfCounterDataSource)
Parameters
- perfCounterDataSource
- PerfCounterDataSource
The PerfCounterDataSource to wrap.