LogSettings Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.