notebookutils.credentials.getPropertiesAll {notebookutils} | R Documentation |
Return all the properties of a given linked service in string format.
Description
Return all the properties of a given linked service in string format.
Usage
notebookutils.credentials.getPropertiesAll(linkedService)
Arguments
linkedService |
Linked service name. |
Value
A empty string used to mimic properties string returned by azure synapse runtime for linkedService
.
Examples
notebookutils.credentials.getPropertiesAll('AzureDataLakeStorage1')
[Package notebookutils version 1.5.3 Index]