Uses of Class
com.azure.resourcemanager.datafactory.models.AzureTableStorageLinkedService
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of AzureTableStorageLinkedService in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionAzureTableStorageLinkedService.withAccountKey
(AzureKeyVaultSecretReference accountKey) Set the accountKey property: The Azure key vault secret reference of accountKey in connection string.AzureTableStorageLinkedService.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.AzureTableStorageLinkedService.withConnectionString
(Object connectionString) Set the connectionString property: The connection string.AzureTableStorageLinkedService.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.AzureTableStorageLinkedService.withDescription
(String description) Set the description property: Linked service description.AzureTableStorageLinkedService.withEncryptedCredential
(String encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.AzureTableStorageLinkedService.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.AzureTableStorageLinkedService.withSasToken
(AzureKeyVaultSecretReference sasToken) Set the sasToken property: The Azure key vault secret reference of sasToken in sas uri.AzureTableStorageLinkedService.withSasUri
(Object sasUri) Set the sasUri property: SAS URI of the Azure Storage resource.