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