Bagikan melalui


LogSettings Constructors

Definition

Overloads

LogSettings()

Initializes a new instance of the LogSettings class.

LogSettings(LogLocationSettings, Object, CopyActivityLogSettings)

Initializes a new instance of the LogSettings class.

LogSettings()

Initializes a new instance of the LogSettings class.

public LogSettings ();
Public Sub New ()

Applies to

LogSettings(LogLocationSettings, Object, CopyActivityLogSettings)

Initializes a new instance of the LogSettings class.

public LogSettings (Microsoft.Azure.Management.DataFactory.Models.LogLocationSettings logLocationSettings, object enableCopyActivityLog = default, Microsoft.Azure.Management.DataFactory.Models.CopyActivityLogSettings copyActivityLogSettings = default);
new Microsoft.Azure.Management.DataFactory.Models.LogSettings : Microsoft.Azure.Management.DataFactory.Models.LogLocationSettings * obj * Microsoft.Azure.Management.DataFactory.Models.CopyActivityLogSettings -> Microsoft.Azure.Management.DataFactory.Models.LogSettings
Public Sub New (logLocationSettings As LogLocationSettings, Optional enableCopyActivityLog As Object = Nothing, Optional copyActivityLogSettings As CopyActivityLogSettings = Nothing)

Parameters

logLocationSettings
LogLocationSettings

Log location settings customer needs to provide when enabling log.

enableCopyActivityLog
Object

Specifies whether to enable copy activity log. Type: boolean (or Expression with resultType boolean).

copyActivityLogSettings
CopyActivityLogSettings

Specifies settings for copy activity log.

Applies to