次の方法で共有


PlatformTelemetryDataSource(IEnumerable<String>) コンストラクター

定義

PlatformTelemetryDataSource の新しいインスタンスを初期化します。

public PlatformTelemetryDataSource (System.Collections.Generic.IEnumerable<string> streams);
new Azure.ResourceManager.Monitor.Models.PlatformTelemetryDataSource : seq<string> -> Azure.ResourceManager.Monitor.Models.PlatformTelemetryDataSource
Public Sub New (streams As IEnumerable(Of String))

パラメーター

streams
IEnumerable<String>

収集するプラットフォーム テレメトリ ストリームの一覧。

例外

streams が null です。

適用対象