次の方法で共有


SyslogDataSource コンストラクター

定義

オーバーロード

SyslogDataSource()

SyslogDataSource クラスの新しいインスタンスを初期化します。

SyslogDataSource(IList<String>, IList<String>, IList<String>, String)

SyslogDataSource クラスの新しいインスタンスを初期化します。

SyslogDataSource()

SyslogDataSource クラスの新しいインスタンスを初期化します。

public SyslogDataSource ();
Public Sub New ()

適用対象

SyslogDataSource(IList<String>, IList<String>, IList<String>, String)

SyslogDataSource クラスの新しいインスタンスを初期化します。

public SyslogDataSource (System.Collections.Generic.IList<string> streams = default, System.Collections.Generic.IList<string> facilityNames = default, System.Collections.Generic.IList<string> logLevels = default, string name = default);
new Microsoft.Azure.Management.Monitor.Models.SyslogDataSource : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.Monitor.Models.SyslogDataSource
Public Sub New (Optional streams As IList(Of String) = Nothing, Optional facilityNames As IList(Of String) = Nothing, Optional logLevels As IList(Of String) = Nothing, Optional name As String = Nothing)

パラメーター

streams
IList<String>

このデータ ソースが送信されるストリームの一覧。 ストリームは、このデータに使用されるスキーマと、通常、データの送信先となる Log Analytics 内のテーブルを示します。

facilityNames
IList<String>

施設名の一覧。

logLevels
IList<String>

収集するログ レベル。

name
String

データ ソースのフレンドリ名。 この名前は、データ収集規則内のすべてのデータ ソース (型に関係なく) で一意である必要があります。

適用対象