notebookutils.credentials.getFullConnectionString {notebookutils}R Documentation

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)

Arguments

linkedService

Linked service name.

Value

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

Examples

notebookutils.credentials.getConnectionStringOrCreds('AzureDataLakeStorage1')


[Package notebookutils version 1.5.3 Index]