Package version:

The nested object which contains the information and credential which can be used to connect with related store or compute resource.

interface LinkedService {
    annotations?: any[];
    connectVia?: IntegrationRuntimeReference;
    description?: string;
    parameters?: {
        [propertyName: string]: ParameterSpecification;
    };
    type:
        | "AzureStorage"
        | "AzureBlobStorage"
        | "AzureTableStorage"
        | "AzureSqlDW"
        | "SqlServer"
        | "AmazonRdsForSqlServer"
        | "AzureSqlDatabase"
        | "AzureSqlMI"
        | "AzureBatch"
        | "AzureKeyVault"
        | "CosmosDb"
        | "Dynamics"
        | "DynamicsCrm"
        | "CommonDataServiceForApps"
        | "HDInsight"
        | "FileServer"
        | "AzureFileStorage"
        | "AmazonS3Compatible"
        | "OracleCloudStorage"
        | "GoogleCloudStorage"
        | "Oracle"
        | "AmazonRdsForOracle"
        | "AzureMySql"
        | "MySql"
        | "PostgreSql"
        | "PostgreSqlV2"
        | "Sybase"
        | "Db2"
        | "Teradata"
        | "AzureML"
        | "AzureMLService"
        | "Odbc"
        | "Informix"
        | "MicrosoftAccess"
        | "Hdfs"
        | "OData"
        | "Web"
        | "Cassandra"
        | "MongoDb"
        | "MongoDbAtlas"
        | "MongoDbV2"
        | "CosmosDbMongoDbApi"
        | "AzureDataLakeStore"
        | "AzureBlobFS"
        | "Office365"
        | "Salesforce"
        | "SalesforceServiceCloud"
        | "SapCloudForCustomer"
        | "SapEcc"
        | "SapOpenHub"
        | "SapOdp"
        | "RestService"
        | "TeamDesk"
        | "Quickbase"
        | "Smartsheet"
        | "Zendesk"
        | "Dataworld"
        | "AppFigures"
        | "Asana"
        | "Twilio"
        | "GoogleSheets"
        | "AmazonS3"
        | "AmazonRedshift"
        | "CustomDataSource"
        | "AzureSearch"
        | "HttpServer"
        | "FtpServer"
        | "Sftp"
        | "SapBW"
        | "SapHana"
        | "AmazonMWS"
        | "AzurePostgreSql"
        | "Concur"
        | "Couchbase"
        | "Drill"
        | "Eloqua"
        | "GoogleBigQuery"
        | "GoogleBigQueryV2"
        | "Greenplum"
        | "HBase"
        | "Hive"
        | "Hubspot"
        | "Impala"
        | "Jira"
        | "Magento"
        | "MariaDB"
        | "AzureMariaDB"
        | "Marketo"
        | "Paypal"
        | "Phoenix"
        | "Presto"
        | "QuickBooks"
        | "ServiceNow"
        | "Shopify"
        | "Spark"
        | "Square"
        | "Xero"
        | "Zoho"
        | "Vertica"
        | "Netezza"
        | "SalesforceMarketingCloud"
        | "HDInsightOnDemand"
        | "AzureDataLakeAnalytics"
        | "AzureDatabricks"
        | "AzureDatabricksDeltaLake"
        | "Responsys"
        | "DynamicsAX"
        | "OracleServiceCloud"
        | "GoogleAdWords"
        | "SapTable"
        | "AzureDataExplorer"
        | "AzureFunction"
        | "Snowflake"
        | "SnowflakeV2"
        | "SharePointOnlineList"
        | "AzureSynapseArtifacts"
        | "Lakehouse"
        | "SalesforceV2"
        | "SalesforceServiceCloudV2"
        | "Warehouse"
        | "ServiceNowV2";
    version?: string;
    [property: string]: any;
}

Hierarchy (view full)

Indexable

  • [property: string]: any

    Describes unknown properties. The value of an unknown property can be of "any" type.

Properties

annotations?: any[]

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

The integration runtime reference.

description?: string

Linked service description.

parameters?: {
    [propertyName: string]: ParameterSpecification;
}

Parameters for linked service.

type:
    | "AzureStorage"
    | "AzureBlobStorage"
    | "AzureTableStorage"
    | "AzureSqlDW"
    | "SqlServer"
    | "AmazonRdsForSqlServer"
    | "AzureSqlDatabase"
    | "AzureSqlMI"
    | "AzureBatch"
    | "AzureKeyVault"
    | "CosmosDb"
    | "Dynamics"
    | "DynamicsCrm"
    | "CommonDataServiceForApps"
    | "HDInsight"
    | "FileServer"
    | "AzureFileStorage"
    | "AmazonS3Compatible"
    | "OracleCloudStorage"
    | "GoogleCloudStorage"
    | "Oracle"
    | "AmazonRdsForOracle"
    | "AzureMySql"
    | "MySql"
    | "PostgreSql"
    | "PostgreSqlV2"
    | "Sybase"
    | "Db2"
    | "Teradata"
    | "AzureML"
    | "AzureMLService"
    | "Odbc"
    | "Informix"
    | "MicrosoftAccess"
    | "Hdfs"
    | "OData"
    | "Web"
    | "Cassandra"
    | "MongoDb"
    | "MongoDbAtlas"
    | "MongoDbV2"
    | "CosmosDbMongoDbApi"
    | "AzureDataLakeStore"
    | "AzureBlobFS"
    | "Office365"
    | "Salesforce"
    | "SalesforceServiceCloud"
    | "SapCloudForCustomer"
    | "SapEcc"
    | "SapOpenHub"
    | "SapOdp"
    | "RestService"
    | "TeamDesk"
    | "Quickbase"
    | "Smartsheet"
    | "Zendesk"
    | "Dataworld"
    | "AppFigures"
    | "Asana"
    | "Twilio"
    | "GoogleSheets"
    | "AmazonS3"
    | "AmazonRedshift"
    | "CustomDataSource"
    | "AzureSearch"
    | "HttpServer"
    | "FtpServer"
    | "Sftp"
    | "SapBW"
    | "SapHana"
    | "AmazonMWS"
    | "AzurePostgreSql"
    | "Concur"
    | "Couchbase"
    | "Drill"
    | "Eloqua"
    | "GoogleBigQuery"
    | "GoogleBigQueryV2"
    | "Greenplum"
    | "HBase"
    | "Hive"
    | "Hubspot"
    | "Impala"
    | "Jira"
    | "Magento"
    | "MariaDB"
    | "AzureMariaDB"
    | "Marketo"
    | "Paypal"
    | "Phoenix"
    | "Presto"
    | "QuickBooks"
    | "ServiceNow"
    | "Shopify"
    | "Spark"
    | "Square"
    | "Xero"
    | "Zoho"
    | "Vertica"
    | "Netezza"
    | "SalesforceMarketingCloud"
    | "HDInsightOnDemand"
    | "AzureDataLakeAnalytics"
    | "AzureDatabricks"
    | "AzureDatabricksDeltaLake"
    | "Responsys"
    | "DynamicsAX"
    | "OracleServiceCloud"
    | "GoogleAdWords"
    | "SapTable"
    | "AzureDataExplorer"
    | "AzureFunction"
    | "Snowflake"
    | "SnowflakeV2"
    | "SharePointOnlineList"
    | "AzureSynapseArtifacts"
    | "Lakehouse"
    | "SalesforceV2"
    | "SalesforceServiceCloudV2"
    | "Warehouse"
    | "ServiceNowV2"

Polymorphic discriminator, which specifies the different types this object can be

version?: string

Version of the linked service.