Megosztás a következőn keresztül:


IisLogsDataSource(IEnumerable<String>) Constructor

Definition

Initializes a new instance of IisLogsDataSource.

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

Parameters

streams
IEnumerable<String>

IIS streams.

Exceptions

streams is null.

Applies to