AzureStorageLinkedService |
AzureStorageLinkedService.withAccountKey(AzureKeyVaultSecretReference accountKey) |
Set the accountKey property: The Azure key vault secret reference of accountKey in connection string.
|
AzureStorageLinkedService |
AzureStorageLinkedService.withAnnotations(List<Object> annotations) |
Set the annotations property: List of tags that can be used for describing the linked service.
|
AzureStorageLinkedService |
AzureStorageLinkedService.withConnectionString(Object connectionString) |
Set the connectionString property: The connection string.
|
AzureStorageLinkedService |
AzureStorageLinkedService.withConnectVia(IntegrationRuntimeReference connectVia) |
Set the connectVia property: The integration runtime reference.
|
AzureStorageLinkedService |
AzureStorageLinkedService.withDescription(String description) |
Set the description property: Linked service description.
|
AzureStorageLinkedService |
AzureStorageLinkedService.withEncryptedCredential(String encryptedCredential) |
Set the encryptedCredential property: The encrypted credential used for authentication.
|
AzureStorageLinkedService |
AzureStorageLinkedService.withParameters(Map<String,ParameterSpecification> parameters) |
Set the parameters property: Parameters for linked service.
|
AzureStorageLinkedService |
AzureStorageLinkedService.withSasToken(AzureKeyVaultSecretReference sasToken) |
Set the sasToken property: The Azure key vault secret reference of sasToken in sas uri.
|
AzureStorageLinkedService |
AzureStorageLinkedService.withSasUri(Object sasUri) |
Set the sasUri property: SAS URI of the Azure Storage resource.
|