你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IisLogsDataSource 构造函数

定义

重载

IisLogsDataSource()

初始化 IisLogsDataSource 类的新实例。

IisLogsDataSource(IList<String>, IList<String>, String)

初始化 IisLogsDataSource 类的新实例。

IisLogsDataSource()

初始化 IisLogsDataSource 类的新实例。

public IisLogsDataSource ();
Public Sub New ()

适用于

IisLogsDataSource(IList<String>, IList<String>, String)

初始化 IisLogsDataSource 类的新实例。

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

参数

streams
IList<String>

IIS 流

logDirectories
IList<String>

绝对路径文件位置

name
String

数据源的友好名称。 无论数据收集规则中的类型) ,此名称在 (的所有数据源中都应是唯一的。

适用于