Share via


LogLocationSettings Constructors

Definition

Overloads

LogLocationSettings()

Initializes a new instance of the LogLocationSettings class.

LogLocationSettings(LinkedServiceReference, Object)

Initializes a new instance of the LogLocationSettings class.

LogLocationSettings()

Initializes a new instance of the LogLocationSettings class.

public LogLocationSettings ();
Public Sub New ()

Applies to

LogLocationSettings(LinkedServiceReference, Object)

Initializes a new instance of the LogLocationSettings class.

public LogLocationSettings (Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference linkedServiceName, object path = default);
new Microsoft.Azure.Management.DataFactory.Models.LogLocationSettings : Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * obj -> Microsoft.Azure.Management.DataFactory.Models.LogLocationSettings
Public Sub New (linkedServiceName As LinkedServiceReference, Optional path As Object = Nothing)

Parameters

linkedServiceName
LinkedServiceReference

Log storage linked service reference.

path
Object

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

Applies to