Azure Table Storage Linked Service Args
data class AzureTableStorageLinkedServiceArgs(val accountKey: Output<AzureKeyVaultSecretReferenceArgs>? = null, val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val connectionString: Output<Any>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val sasToken: Output<AzureKeyVaultSecretReferenceArgs>? = null, val sasUri: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzureTableStorageLinkedServiceArgs>
The azure table storage linked service.
Constructors
Link copied to clipboard
fun AzureTableStorageLinkedServiceArgs(accountKey: Output<AzureKeyVaultSecretReferenceArgs>? = null, annotations: Output<List<Any>>? = null, connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, connectionString: Output<Any>? = null, description: Output<String>? = null, encryptedCredential: Output<String>? = null, parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, sasToken: Output<AzureKeyVaultSecretReferenceArgs>? = null, sasUri: Output<Any>? = null, type: Output<String>)