LogLocationSettings 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
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
Azure SDK for .NET