Class LinkedService
The Azure Synapse nested object which contains the information and credential which can be used to connect with related store or compute resource. Please note LinkedService is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AmazonMWSLinkedService, AmazonRdsForOracleLinkedService, AmazonRdsForSqlServerLinkedService, AmazonRedshiftLinkedService, AmazonS3LinkedService, AppFiguresLinkedService, AsanaLinkedService, AzureBatchLinkedService, AzureBlobFSLinkedService, AzureBlobStorageLinkedService, AzureDatabricksLinkedService, AzureDatabricksDeltaLakeLinkedService, AzureDataExplorerLinkedService, AzureDataLakeAnalyticsLinkedService, AzureDataLakeStoreLinkedService, AzureFileStorageLinkedService, AzureFunctionLinkedService, AzureKeyVaultLinkedService, AzureMariaDBLinkedService, AzureMLLinkedService, AzureMLServiceLinkedService, AzureMySqlLinkedService, AzurePostgreSqlLinkedService, AzureSearchLinkedService, AzureSqlDatabaseLinkedService, AzureSqlDWLinkedService, AzureSqlMILinkedService, AzureStorageLinkedService, AzureSynapseArtifactsLinkedService, AzureTableStorageLinkedService, CassandraLinkedService, CommonDataServiceForAppsLinkedService, ConcurLinkedService, CosmosDbLinkedService, CosmosDbMongoDbApiLinkedService, CouchbaseLinkedService, CustomDataSourceLinkedService, DataworldLinkedService, Db2LinkedService, DrillLinkedService, DynamicsLinkedService, DynamicsAXLinkedService, DynamicsCrmLinkedService, EloquaLinkedService, FileServerLinkedService, FtpServerLinkedService, GoogleAdWordsLinkedService, GoogleBigQueryLinkedService, GoogleBigQueryV2LinkedService, GoogleCloudStorageLinkedService, GoogleSheetsLinkedService, GreenplumLinkedService, HBaseLinkedService, HdfsLinkedService, HDInsightLinkedService, HDInsightOnDemandLinkedService, HiveLinkedService, HttpLinkedService, HubspotLinkedService, ImpalaLinkedService, InformixLinkedService, JiraLinkedService, LakeHouseLinkedService, MagentoLinkedService, MariaDBLinkedService, MarketoLinkedService, MicrosoftAccessLinkedService, MongoDbLinkedService, MongoDbAtlasLinkedService, MongoDbV2LinkedService, MySqlLinkedService, NetezzaLinkedService, ODataLinkedService, OdbcLinkedService, Office365LinkedService, OracleLinkedService, OracleServiceCloudLinkedService, PaypalLinkedService, PhoenixLinkedService, PostgreSqlLinkedService, PostgreSqlV2LinkedService, PowerBIWorkspaceLinkedService, PrestoLinkedService, QuickbaseLinkedService, QuickBooksLinkedService, ResponsysLinkedService, RestServiceLinkedService, SalesforceLinkedService, SalesforceMarketingCloudLinkedService, SalesforceServiceCloudLinkedService, SalesforceServiceCloudV2LinkedService, SalesforceV2LinkedService, SapBWLinkedService, SapCloudForCustomerLinkedService, SapEccLinkedService, SapHanaLinkedService, SapOdpLinkedService, SapOpenHubLinkedService, SapTableLinkedService, ServiceNowLinkedService, SftpServerLinkedService, SharePointOnlineListLinkedService, ShopifyLinkedService, SmartsheetLinkedService, SnowflakeLinkedService, SnowflakeV2LinkedService, SparkLinkedService, SqlServerLinkedService, SquareLinkedService, SybaseLinkedService, TeamDeskLinkedService, TeradataLinkedService, TwilioLinkedService, VerticaLinkedService, WarehouseLinkedService, WebLinkedService, XeroLinkedService, ZendeskLinkedService and ZohoLinkedService.
Inheritance
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Analytics.Synapse.Artifacts.dll
Syntax
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.LinkedService/LinkedServiceConverter))]
public abstract class LinkedService
Constructors
LinkedService()
Properties
AdditionalProperties
Additional Properties.
Declaration
public System.Collections.Generic.IDictionary<string,object> AdditionalProperties { get; }
Property Value
|
System.Collections.Generic.IDictionary<System.String,System.Object>
|
Annotations
List of tags that can be used for describing the linked service.
Declaration
public System.Collections.Generic.IList<object> Annotations { get; }
Property Value
|
System.Collections.Generic.IList<System.Object>
|
ConnectVia
The integration runtime reference.
Declaration
public Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeReference ConnectVia { get; set; }
Property Value
|
IntegrationRuntimeReference
|
Description
Linked service description.
Declaration
public string Description { get; set; }
Property Value
|
System.String
|
Parameters
Parameters for linked service.
Declaration
public System.Collections.Generic.IDictionary<string,Azure.Analytics.Synapse.Artifacts.Models.ParameterSpecification> Parameters { get; }
Property Value
|
System.Collections.Generic.IDictionary<System.String,ParameterSpecification>
|
Version
Version of the linked service.
Declaration
public string Version { get; set; }
Property Value
|
System.String
|