Azure Databricks Delta Lake Linked Service Response
data class AzureDatabricksDeltaLakeLinkedServiceResponse(val accessToken: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val annotations: List<Any>? = null, val clusterId: Any? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val credential: CredentialReferenceResponse? = null, val description: String? = null, val domain: Any, val encryptedCredential: String? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val type: String, val workspaceResourceId: Any? = null)
Azure Databricks Delta Lake linked service.
Constructors
Link copied to clipboard
fun AzureDatabricksDeltaLakeLinkedServiceResponse(accessToken: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, annotations: List<Any>? = null, clusterId: Any? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, credential: CredentialReferenceResponse? = null, description: String? = null, domain: Any, encryptedCredential: String? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, type: String, workspaceResourceId: Any? = null)