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