LogStorageSettings Constructors

Definition

Overloads

LogStorageSettings()

Initializes a new instance of the LogStorageSettings class.

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

Initializes a new instance of the LogStorageSettings class.

LogStorageSettings()

Initializes a new instance of the LogStorageSettings class.

public LogStorageSettings ();
Public Sub New ()

Applies to

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

Initializes a new instance of the LogStorageSettings class.

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)

Parameters

linkedServiceName
LinkedServiceReference

Log storage linked service reference.

additionalProperties
IDictionary<String,Object>

Unmatched properties from the message are deserialized this collection

path
Object

The path to storage for storing detailed logs of activity execution. Type: string (or Expression with resultType string).

logLevel
Object

Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string).

enableReliableLogging
Object

Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).

Applies to