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

LogStorageSettings 构造函数

定义

重载

LogStorageSettings()

初始化 LogStorageSettings 类的新实例。

LogStorageSettings(LinkedServiceReference, IDictionary<String,Object>, Object, Object, Object)

初始化 LogStorageSettings 类的新实例。

LogStorageSettings()

初始化 LogStorageSettings 类的新实例。

public LogStorageSettings ();
Public Sub New ()

适用于

LogStorageSettings(LinkedServiceReference, IDictionary<String,Object>, Object, Object, Object)

初始化 LogStorageSettings 类的新实例。

public LogStorageSettings (Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference linkedServiceName, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, object path = default, object logLevel = default, object enableReliableLogging = default);
new Microsoft.Azure.Management.DataFactory.Models.LogStorageSettings : Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * System.Collections.Generic.IDictionary<string, obj> * obj * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.LogStorageSettings
Public Sub New (linkedServiceName As LinkedServiceReference, Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional path As Object = Nothing, Optional logLevel As Object = Nothing, Optional enableReliableLogging As Object = Nothing)

参数

linkedServiceName
LinkedServiceReference

日志存储链接服务参考。

additionalProperties
IDictionary<String,Object>

此集合反序列化消息中的不匹配属性

path
Object

用于存储活动执行的详细日志的存储路径。 类型:字符串 (或带有 resultType 字符串) 的表达式。

logLevel
Object

获取或设置日志级别,支持:信息、警告。 类型:字符串 (或带有 resultType 字符串) 的表达式。

enableReliableLogging
Object

指定是否启用可靠日志记录。 类型:布尔 (或 resultType 布尔) 表达式。

适用于