Class AzureTableStorageLinkedService
The azure table storage linked service.
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Analytics.Synapse.Artifacts.dll
Syntax
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AzureTableStorageLinkedService/AzureTableStorageLinkedServiceConverter))]
public class AzureTableStorageLinkedService : Azure.Analytics.Synapse.Artifacts.Models.LinkedService
Constructors
AzureTableStorageLinkedService()
Initializes a new instance of AzureTableStorageLinkedService.
Declaration
public AzureTableStorageLinkedService ();
Properties
AccountKey
The Azure key vault secret reference of accountKey in connection string.
Declaration
public Azure.Analytics.Synapse.Artifacts.Models.AzureKeyVaultSecretReference AccountKey { get; set; }
Property Value
|
AzureKeyVaultSecretReference
|
ConnectionString
The connection string. It is mutually exclusive with sasUri property. Type: string, SecureString or AzureKeyVaultSecretReference.
Declaration
public object ConnectionString { get; set; }
Property Value
|
System.Object
|
Credential
The credential reference containing authentication information.
Declaration
public Azure.Analytics.Synapse.Artifacts.Models.CredentialReference Credential { get; set; }
Property Value
|
CredentialReference
|
EncryptedCredential
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).
Declaration
public string EncryptedCredential { get; set; }
Property Value
|
System.String
|
SasToken
The Azure key vault secret reference of sasToken in sas uri.
Declaration
public Azure.Analytics.Synapse.Artifacts.Models.AzureKeyVaultSecretReference SasToken { get; set; }
Property Value
|
AzureKeyVaultSecretReference
|
SasUri
SAS URI of the Azure Storage resource. It is mutually exclusive with connectionString property. Type: string, SecureString or AzureKeyVaultSecretReference.
Declaration
public object SasUri { get; set; }
Property Value
|
System.Object
|
ServiceEndpoint
Table service endpoint of the Azure Table Storage resource. It is mutually exclusive with connectionString, sasUri property.
Declaration
public object ServiceEndpoint { get; set; }
Property Value
|
System.Object
|