다음을 통해 공유


DataFlowStagingInfo Constructors

Definition

Overloads

DataFlowStagingInfo()

Initializes a new instance of the DataFlowStagingInfo class.

DataFlowStagingInfo(LinkedServiceReference, Object)

Initializes a new instance of the DataFlowStagingInfo class.

DataFlowStagingInfo()

Initializes a new instance of the DataFlowStagingInfo class.

public DataFlowStagingInfo ();
Public Sub New ()

Applies to

DataFlowStagingInfo(LinkedServiceReference, Object)

Initializes a new instance of the DataFlowStagingInfo class.

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

Parameters

linkedService
LinkedServiceReference

Staging linked service reference.

folderPath
Object

Folder path for staging blob. Type: string (or Expression with resultType string)

Applies to