Data Flow Transformation Args
data class DataFlowTransformationArgs(val dataset: Output<DataFlowTransformationDatasetArgs>? = null, val description: Output<String>? = null, val flowlet: Output<DataFlowTransformationFlowletArgs>? = null, val linkedService: Output<DataFlowTransformationLinkedServiceArgs>? = null, val name: Output<String>) : ConvertibleToJava<DataFlowTransformationArgs>
Constructors
Link copied to clipboard
constructor(dataset: Output<DataFlowTransformationDatasetArgs>? = null, description: Output<String>? = null, flowlet: Output<DataFlowTransformationFlowletArgs>? = null, linkedService: Output<DataFlowTransformationLinkedServiceArgs>? = null, name: Output<String>)