Flowlet Data Flow Source Args
data class FlowletDataFlowSourceArgs(val dataset: Output<FlowletDataFlowSourceDatasetArgs>? = null, val description: Output<String>? = null, val flowlet: Output<FlowletDataFlowSourceFlowletArgs>? = null, val linkedService: Output<FlowletDataFlowSourceLinkedServiceArgs>? = null, val name: Output<String>, val rejectedLinkedService: Output<FlowletDataFlowSourceRejectedLinkedServiceArgs>? = null, val schemaLinkedService: Output<FlowletDataFlowSourceSchemaLinkedServiceArgs>? = null) : ConvertibleToJava<FlowletDataFlowSourceArgs>
Constructors
Link copied to clipboard
constructor(dataset: Output<FlowletDataFlowSourceDatasetArgs>? = null, description: Output<String>? = null, flowlet: Output<FlowletDataFlowSourceFlowletArgs>? = null, linkedService: Output<FlowletDataFlowSourceLinkedServiceArgs>? = null, name: Output<String>, rejectedLinkedService: Output<FlowletDataFlowSourceRejectedLinkedServiceArgs>? = null, schemaLinkedService: Output<FlowletDataFlowSourceSchemaLinkedServiceArgs>? = 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.