AzureTableStorageLinkedServiceResponse

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

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, credential: CredentialReferenceResponse? = null, description: String? = null, encryptedCredential: String? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, sasToken: AzureKeyVaultSecretReferenceResponse? = null, sasUri: Any? = null, serviceEndpoint: Any? = null, type: String, version: String? = null)

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

The credential reference containing authentication information.

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
val serviceEndpoint: Any? = null

Table service endpoint of the Azure Table Storage resource. It is mutually exclusive with connectionString, sasUri property.

Link copied to clipboard

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

Link copied to clipboard
val version: String? = null

Version of the linked service.