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
fun DataFlowSourceArgs(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)