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