DataSourcesSpec コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
DataSourcesSpec() |
DataSourcesSpec クラスの新しいインスタンスを初期化します。 |
DataSourcesSpec(IList<PerfCounterDataSource>, IList<WindowsEventLogDataSource>, IList<SyslogDataSource>, IList<ExtensionDataSource>, IList<LogFilesDataSource>, IList<IisLogsDataSource>) |
DataSourcesSpec クラスの新しいインスタンスを初期化します。 |
DataSourcesSpec()
DataSourcesSpec クラスの新しいインスタンスを初期化します。
public DataSourcesSpec ();
Public Sub New ()
適用対象
DataSourcesSpec(IList<PerfCounterDataSource>, IList<WindowsEventLogDataSource>, IList<SyslogDataSource>, IList<ExtensionDataSource>, IList<LogFilesDataSource>, IList<IisLogsDataSource>)
DataSourcesSpec クラスの新しいインスタンスを初期化します。
public DataSourcesSpec (System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.PerfCounterDataSource> performanceCounters = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.WindowsEventLogDataSource> windowsEventLogs = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.SyslogDataSource> syslog = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.ExtensionDataSource> extensions = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.LogFilesDataSource> logFiles = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.IisLogsDataSource> iisLogs = default);
new Microsoft.Azure.Management.Monitor.Models.DataSourcesSpec : System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.PerfCounterDataSource> * System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.WindowsEventLogDataSource> * System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.SyslogDataSource> * System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.ExtensionDataSource> * System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.LogFilesDataSource> * System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.IisLogsDataSource> -> Microsoft.Azure.Management.Monitor.Models.DataSourcesSpec
Public Sub New (Optional performanceCounters As IList(Of PerfCounterDataSource) = Nothing, Optional windowsEventLogs As IList(Of WindowsEventLogDataSource) = Nothing, Optional syslog As IList(Of SyslogDataSource) = Nothing, Optional extensions As IList(Of ExtensionDataSource) = Nothing, Optional logFiles As IList(Of LogFilesDataSource) = Nothing, Optional iisLogs As IList(Of IisLogsDataSource) = Nothing)
パラメーター
- performanceCounters
- IList<PerfCounterDataSource>
パフォーマンス カウンター のデータ ソース構成の一覧。
- windowsEventLogs
- IList<WindowsEventLogDataSource>
Windows イベント ログ データ ソース構成の一覧。
- syslog
- IList<SyslogDataSource>
Syslog データ ソース構成の一覧。
- extensions
- IList<ExtensionDataSource>
Azure VM 拡張機能のデータ ソース構成の一覧。
- logFiles
- IList<LogFilesDataSource>
ログ ファイルのソース構成の一覧。
- iisLogs
- IList<IisLogsDataSource>
IIS ログのソース構成の一覧。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET