Data Flow Source Args
data class DataFlowSourceArgs(val dataset: Output<DataFlowSourceDatasetArgs>? = null, val description: Output<String>? = null, val flowlet: Output<DataFlowSourceFlowletArgs>? = null, val linkedService: Output<DataFlowSourceLinkedServiceArgs>? = null, val name: Output<String>, val rejectedLinkedService: Output<DataFlowSourceRejectedLinkedServiceArgs>? = null, val schemaLinkedService: Output<DataFlowSourceSchemaLinkedServiceArgs>? = null) : ConvertibleToJava<DataFlowSourceArgs>
Constructors
Link copied to clipboard
constructor(dataset: Output<DataFlowSourceDatasetArgs>? = null, description: Output<String>? = null, flowlet: Output<DataFlowSourceFlowletArgs>? = null, linkedService: Output<DataFlowSourceLinkedServiceArgs>? = null, name: Output<String>, rejectedLinkedService: Output<DataFlowSourceRejectedLinkedServiceArgs>? = null, schemaLinkedService: Output<DataFlowSourceSchemaLinkedServiceArgs>? = null)
Properties
Link copied to clipboard
A dataset
block as defined below.
Link copied to clipboard
The description for the Data Flow Source.
Link copied to clipboard
A flowlet
block as defined below.
Link copied to clipboard
A linked_service
block as defined below.
Link copied to clipboard
A rejected_linked_service
block as defined below.
Link copied to clipboard
A schema_linked_service
block as defined below.