AzureTableStorageLinkedServiceTypeProperties interface
Azure Table Storage linked service properties.
Properties
| credential | The credential reference containing authentication information. |
| service |
Table service endpoint of the Azure Table Storage resource. It is mutually exclusive with connectionString, sasUri property. |
Inherited Properties
| account |
The Azure key vault secret reference of accountKey in connection string. |
| connection |
The connection string. It is mutually exclusive with sasUri property. Type: string, SecureString or AzureKeyVaultSecretReference. |
| encrypted |
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. |
| sas |
The Azure key vault secret reference of sasToken in sas uri. |
| sas |
SAS URI of the Azure Storage resource. It is mutually exclusive with connectionString property. Type: string, SecureString or AzureKeyVaultSecretReference. |
Property Details
credential
The credential reference containing authentication information.
credential?: CredentialReference
Property Value
serviceEndpoint
Table service endpoint of the Azure Table Storage resource. It is mutually exclusive with connectionString, sasUri property.
serviceEndpoint?: any
Property Value
any
Inherited Property Details
accountKey
The Azure key vault secret reference of accountKey in connection string.
accountKey?: AzureKeyVaultSecretReference
Property Value
Inherited From AzureStorageLinkedServiceTypeProperties.accountKey
connectionString
The connection string. It is mutually exclusive with sasUri property. Type: string, SecureString or AzureKeyVaultSecretReference.
connectionString?: any
Property Value
any
Inherited From AzureStorageLinkedServiceTypeProperties.connectionString
encryptedCredential
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
encryptedCredential?: string
Property Value
string
Inherited From AzureStorageLinkedServiceTypeProperties.encryptedCredential
sasToken
The Azure key vault secret reference of sasToken in sas uri.
sasToken?: AzureKeyVaultSecretReference
Property Value
Inherited From AzureStorageLinkedServiceTypeProperties.sasToken
sasUri
SAS URI of the Azure Storage resource. It is mutually exclusive with connectionString property. Type: string, SecureString or AzureKeyVaultSecretReference.
sasUri?: any
Property Value
any
Inherited From AzureStorageLinkedServiceTypeProperties.sasUri