Linked Service Azure Databricks Instance Pool
data class LinkedServiceAzureDatabricksInstancePool(val clusterVersion: String, val instancePoolId: String, val maxNumberOfWorkers: Int? = null, val minNumberOfWorkers: Int? = null)
Constructors
Link copied to clipboard
fun LinkedServiceAzureDatabricksInstancePool(clusterVersion: String, instancePoolId: String, maxNumberOfWorkers: Int? = null, minNumberOfWorkers: Int? = null)