Learn R Programming

notebookutils (version 1.5.3)

notebookutils.credentials.getFullConnectionString: Take linked service name as input and return full connection string with credentials.

Description

Take linked service name as input and return full connection string with credentials.

Usage

notebookutils.credentials.getFullConnectionString(linkedService)

Value

A empty string used to mimic connection string returned by azure synapse runtime for linkedService.

Arguments

linkedService

Linked service name.

Examples

Run this code
notebookutils.credentials.getConnectionStringOrCreds('AzureDataLakeStorage1')

Run the code above in your browser using DataLab