Linked Service Azure Databricks New Cluster Config Args
constructor(clusterVersion: Output<String>, customTags: Output<Map<String, String>>? = null, driverNodeType: Output<String>? = null, initScripts: Output<List<String>>? = null, logDestination: Output<String>? = null, maxNumberOfWorkers: Output<Int>? = null, minNumberOfWorkers: Output<Int>? = null, nodeType: Output<String>, sparkConfig: Output<Map<String, String>>? = null, sparkEnvironmentVariables: Output<Map<String, String>>? = null)