你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PSSyslogDataSource Constructors

Definition

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.

Applies to