PlatformTelemetryDataSource(IEnumerable<String>) Constructor
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.
Initializes a new instance of 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))
Parameters
- streams
- IEnumerable<String>
List of platform telemetry streams to collect.
Exceptions
streams
is null.