DataFlowReference 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
DataFlowReference() |
Initializes a new instance of the DataFlowReference class. |
DataFlowReference(String, IDictionary<String,Object>, Object, IDictionary<String,Object>) |
Initializes a new instance of the DataFlowReference class. |
DataFlowReference()
Initializes a new instance of the DataFlowReference class.
public DataFlowReference ();
Public Sub New ()
Applies to
DataFlowReference(String, IDictionary<String,Object>, Object, IDictionary<String,Object>)
Initializes a new instance of the DataFlowReference class.
public DataFlowReference (string referenceName, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, object datasetParameters = default, System.Collections.Generic.IDictionary<string,object> parameters = default);
new Microsoft.Azure.Management.DataFactory.Models.DataFlowReference : string * System.Collections.Generic.IDictionary<string, obj> * obj * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.Azure.Management.DataFactory.Models.DataFlowReference
Public Sub New (referenceName As String, Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional datasetParameters As Object = Nothing, Optional parameters As IDictionary(Of String, Object) = Nothing)
Parameters
- referenceName
- String
Reference data flow name.
- additionalProperties
- IDictionary<String,Object>
Unmatched properties from the message are deserialized this collection
- datasetParameters
- Object
Reference data flow parameters from dataset.
- parameters
- IDictionary<String,Object>
Data flow parameters
Applies to
Azure SDK for .NET