Databricks Args
data class DatabricksArgs(val computeLocation: Output<String>? = null, val computeType: Output<String>, val description: Output<String>? = null, val disableLocalAuth: Output<Boolean>? = null, val properties: Output<DatabricksPropertiesArgs>? = null, val resourceId: Output<String>? = null) : ConvertibleToJava<DatabricksArgs>
A DataFactory compute.
Properties
Link copied to clipboard
Location for the underlying compute
Link copied to clipboard
The type of compute Expected value is 'Databricks'.
Link copied to clipboard
The description of the Machine Learning compute.
Link copied to clipboard
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
Link copied to clipboard
Properties of Databricks
Link copied to clipboard
ARM resource id of the underlying compute