CopyActivityLogSettings 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
CopyActivityLogSettings() |
Initializes a new instance of the CopyActivityLogSettings class. |
CopyActivityLogSettings(Object, Object) |
Initializes a new instance of the CopyActivityLogSettings class. |
CopyActivityLogSettings()
Initializes a new instance of the CopyActivityLogSettings class.
public CopyActivityLogSettings ();
Public Sub New ()
Applies to
CopyActivityLogSettings(Object, Object)
Initializes a new instance of the CopyActivityLogSettings class.
public CopyActivityLogSettings (object logLevel = default, object enableReliableLogging = default);
new Microsoft.Azure.Management.DataFactory.Models.CopyActivityLogSettings : obj * obj -> Microsoft.Azure.Management.DataFactory.Models.CopyActivityLogSettings
Public Sub New (Optional logLevel As Object = Nothing, Optional enableReliableLogging As Object = Nothing)
Parameters
- 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
Azure SDK for .NET