AzureTableStorageLinkedServiceResponse

data class AzureTableStorageLinkedServiceResponse(val accountKey: AzureKeyVaultSecretReferenceResponse? = null, val annotations: List<Any>? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val connectionString: Any? = null, val description: String? = null, val encryptedCredential: String? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val sasToken: AzureKeyVaultSecretReferenceResponse? = null, val sasUri: Any? = null, val type: String)

The azure table storage linked service.

Constructors

Link copied to clipboard
constructor(accountKey: AzureKeyVaultSecretReferenceResponse? = null, annotations: List<Any>? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, connectionString: Any? = null, description: String? = null, encryptedCredential: String? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, sasToken: AzureKeyVaultSecretReferenceResponse? = null, sasUri: Any? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure key vault secret reference of accountKey in connection string.

Link copied to clipboard
val annotations: List<Any>? = null

List of tags that can be used for describing the linked service.

Link copied to clipboard
val connectionString: Any? = null

The connection string. It is mutually exclusive with sasUri property. Type: string, SecureString or AzureKeyVaultSecretReference.

Link copied to clipboard

The integration runtime reference.

Link copied to clipboard
val description: String? = null

Linked service description.

Link copied to clipboard

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.

Link copied to clipboard

Parameters for linked service.

Link copied to clipboard

The Azure key vault secret reference of sasToken in sas uri.

Link copied to clipboard
val sasUri: Any? = null

SAS URI of the Azure Storage resource. It is mutually exclusive with connectionString property. Type: string, SecureString or AzureKeyVaultSecretReference.

Link copied to clipboard

Type of linked service. Expected value is 'AzureTableStorage'.