共用方式為


Linked Services - Create Or Update

建立或更新連結的服務。

PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/linkedservices/{linkedServiceName}?api-version=2018-06-01

URI 參數

名稱 位於 必要 類型 Description
factoryName
path True

string

Factory 名稱。

Regex 模式: ^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$

linkedServiceName
path True

string

連結的服務名稱。

Regex 模式: ^[A-Za-z0-9_][^<>*#.%&:\\+?/]*$

resourceGroupName
path True

string

資源組名。

Regex 模式: ^[-\w\._\(\)]+$

subscriptionId
path True

string

訂用帳戶標識碼。

api-version
query True

string

API 版本。

要求標頭

名稱 必要 類型 Description
If-Match

string

linkedService 實體的 ETag。 應該只針對更新指定,而更新應該符合現有的實體,也可以為 * 進行無條件更新。

要求本文

名稱 必要 類型 Description
properties True LinkedService:

連結服務的屬性。

回應

名稱 類型 Description
200 OK

LinkedServiceResource

還行。

Other Status Codes

CloudError

從 Azure Data Factory 服務收到的錯誤回應。

安全性

azure_auth

Azure Active Directory OAuth2 Flow。

類型: oauth2
Flow: implicit
授權 URL: https://login.microsoftonline.com/common/oauth2/authorize

範圍

名稱 Description
user_impersonation 模擬您的用戶帳戶

範例

LinkedServices_Create
LinkedServices_Update

LinkedServices_Create

範例要求

PUT https://management.azure.com/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/linkedservices/exampleLinkedService?api-version=2018-06-01

{
  "properties": {
    "type": "AzureStorage",
    "typeProperties": {
      "connectionString": {
        "type": "SecureString",
        "value": "DefaultEndpointsProtocol=https;AccountName=examplestorageaccount;AccountKey=<storage key>"
      }
    }
  }
}

範例回覆

Date: Sat, 16 Jun 2018 00:37:34 GMT
X-Content-Type-Options: nosniff
x-ms-ratelimit-remaining-subscription-writes: 1196
x-ms-request-id: b3b336b3-b203-4654-9cb6-a3a8d3a4b5de
x-ms-correlation-request-id: b3b336b3-b203-4654-9cb6-a3a8d3a4b5de
{
  "id": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/linkedservices/exampleLinkedService",
  "name": "exampleLinkedService",
  "type": "Microsoft.DataFactory/factories/linkedservices",
  "properties": {
    "type": "AzureStorage",
    "typeProperties": {
      "connectionString": {
        "type": "SecureString",
        "value": "**********"
      },
      "encryptedCredential": "ew0KICAiVmVyc2lvbiI6ICIyMDE3LTExLTMwIiwNCiAgIlByb3RlY3Rpb25Nb2RlIjogIktleSIsDQogICJTZWNyZXRDb250ZW50VHlwZSI6ICJQbGFpbnRleHQiLA0KICAiQ3JlZGVudGlhbElkIjogIkRGLURPR0ZPT0QtWUFOWkhBTkctV1VfM2FiMTk0NjYtNWUxNi00NzU1LWJlNzktMjI2ZTVmZWU3YzY0Ig0KfQ=="
    }
  },
  "etag": "0a0062d4-0000-0000-0000-5b245bcf0000"
}

LinkedServices_Update

範例要求

PUT https://management.azure.com/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/linkedservices/exampleLinkedService?api-version=2018-06-01

{
  "properties": {
    "type": "AzureStorage",
    "typeProperties": {
      "connectionString": {
        "type": "SecureString",
        "value": "DefaultEndpointsProtocol=https;AccountName=examplestorageaccount;AccountKey=<storage key>"
      }
    },
    "description": "Example description"
  }
}

範例回覆

Date: Sat, 16 Jun 2018 00:37:36 GMT
X-Content-Type-Options: nosniff
x-ms-ratelimit-remaining-subscription-writes: 1195
x-ms-request-id: 53ad9761-ecdf-43ed-916f-878a5fb92cb0
x-ms-correlation-request-id: 53ad9761-ecdf-43ed-916f-878a5fb92cb0
{
  "id": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/linkedservices/exampleLinkedService",
  "name": "exampleLinkedService",
  "type": "Microsoft.DataFactory/factories/linkedservices",
  "properties": {
    "type": "AzureStorage",
    "typeProperties": {
      "connectionString": {
        "type": "SecureString",
        "value": "**********"
      },
      "encryptedCredential": "ew0KICAiVmVyc2lvbiI6ICIyMDE3LTExLTMwIiwNCiAgIlByb3RlY3Rpb25Nb2RlIjogIktleSIsDQogICJTZWNyZXRDb250ZW50VHlwZSI6ICJQbGFpbnRleHQiLA0KICAiQ3JlZGVudGlhbElkIjogIkRGLURPR0ZPT0QtWUFOWkhBTkctV1VfMGI2M2EyMmYtMGEzNC00NDg2LWIzMDktNzM0NTlkODUyY2Q1Ig0KfQ=="
    },
    "description": "Example description"
  },
  "etag": "0a0064d4-0000-0000-0000-5b245bd00000"
}

定義

名稱 Description
AmazonMWSLinkedService

Amazon Marketplace Web Service 鏈接服務。

AmazonRdsForOracleLinkedService

AmazonRdsForOracle 資料庫。

AmazonRdsForSqlAuthenticationType

用於驗證的類型。 類型:字串。

AmazonRdsForSqlServerLinkedService

適用於 SQL Server 連結服務的 Amazon RDS。

AmazonRedshiftLinkedService

Amazon Redshift 的鏈接服務。

AmazonS3CompatibleLinkedService

Amazon S3 相容的連結服務。

AmazonS3LinkedService

Amazon S3 的鏈接服務。

AppFiguresLinkedService

AppFigures 的連結服務。

AsanaLinkedService

Asana 的連結服務。

AzureBatchLinkedService

Azure Batch 鏈接服務。

AzureBlobFSLinkedService

Azure Data Lake Storage Gen2 鏈接服務。

AzureBlobStorageLinkedService

Azure Blob 記憶體連結服務。

AzureDatabricksDeltaLakeLinkedService

Azure Databricks Delta Lake 鏈接服務。

AzureDatabricksLinkedService

Azure Databricks 鏈接服務。

AzureDataExplorerLinkedService

Azure 資料總管 (Kusto) 鏈接服務。

AzureDataLakeAnalyticsLinkedService

Azure Data Lake Analytics 鏈接服務。

AzureDataLakeStoreLinkedService

Azure Data Lake Store 鏈接服務。

AzureFileStorageLinkedService

Azure 檔案記憶體連結服務。

AzureFunctionLinkedService

Azure 函式連結服務。

AzureKeyVaultLinkedService

Azure Key Vault 鏈接服務。

AzureKeyVaultSecretReference

Azure Key Vault 秘密參考。

AzureMariaDBLinkedService

適用於 MariaDB 的 Azure 資料庫連結服務。

AzureMLLinkedService

Azure ML Studio Web 服務鏈接服務。

AzureMLServiceLinkedService

Azure ML 服務鏈接服務。

AzureMySqlLinkedService

Azure MySQL 資料庫鏈接服務。

AzurePostgreSqlLinkedService

Azure PostgreSQL 鏈接服務。

AzureSearchLinkedService

Windows Azure 搜尋服務的連結服務。

AzureSqlDatabaseAuthenticationType

用於驗證的類型。 類型:字串。

AzureSqlDatabaseLinkedService

Microsoft Azure SQL Database 鏈接服務。

AzureSqlDWAuthenticationType

用於驗證的類型。 類型:字串。

AzureSqlDWLinkedService

Azure SQL 數據倉儲鏈接服務。

AzureSqlMIAuthenticationType

用於驗證的類型。 類型:字串。

AzureSqlMILinkedService

Azure SQL 受控實例連結服務。

AzureStorageAuthenticationType

用於驗證的類型。 類型:字串。

AzureStorageLinkedService

記憶體帳戶連結服務。

AzureSynapseArtifactsLinkedService

Azure Synapse Analytics (Artifacts) 鏈接服務。

AzureTableStorageLinkedService

Azure 資料表記憶體連結服務。

CassandraLinkedService

Cassandra 數據源的連結服務。

CloudError

對象,定義 Azure Data Factory 錯誤響應的結構。

CommonDataServiceForAppsLinkedService

Common Data Service for Apps 鏈接服務。

ConcurLinkedService

Concur Service 鏈接服務。

CosmosDbConnectionMode

用來存取 CosmosDB 帳戶的連接模式。 類型:字串。

CosmosDbLinkedService

Microsoft Azure Cosmos Database (CosmosDB) 鏈接服務。

CosmosDbMongoDbApiLinkedService

CosmosDB (MongoDB API) 數據源的連結服務。

CouchbaseLinkedService

Couchbase 伺服器鏈接服務。

CredentialReference

認證參考類型。

CredentialReferenceType

認證參考類型。

CustomDataSourceLinkedService

自訂連結服務。

DataworldLinkedService

Dataworld 的鏈接服務。

Db2AuthenticationType

要用於連接的 AuthenticationType。 它與 connectionString 屬性互斥。

Db2LinkedService

DB2 數據源的連結服務。

DrillLinkedService

鑽研伺服器連結服務。

DynamicsAXLinkedService

Dynamics AX 鏈接服務。

DynamicsCrmLinkedService

Dynamics CRM 鏈接服務。

DynamicsLinkedService

Dynamics 鏈接服務。

EloquaLinkedService

Eloqua 伺服器鏈接服務。

FileServerLinkedService

檔系統連結服務。

FtpAuthenticationType

要用來連線到 FTP 伺服器的驗證類型。

FtpServerLinkedService

FTP 伺服器連結服務。

GoogleAdWordsAuthenticationType

用於驗證的 OAuth 2.0 驗證機制。 ServiceAuthentication 只能在自我裝載 IR 上使用。

GoogleAdWordsLinkedService

Google AdWords 服務鏈接服務。

GoogleBigQueryAuthenticationType

用於驗證的 OAuth 2.0 驗證機制。 ServiceAuthentication 只能在自我裝載 IR 上使用。

GoogleBigQueryLinkedService

Google BigQuery 服務鏈接服務。

GoogleBigQueryV2AuthenticationType

用於驗證的 OAuth 2.0 驗證機制。

GoogleBigQueryV2LinkedService

Google BigQuery 服務鏈接服務。

GoogleCloudStorageLinkedService

Google Cloud Storage 的鏈接服務。

GoogleSheetsLinkedService

GoogleSheets 的鏈接服務。

GreenplumLinkedService

Greenplum 資料庫鏈接服務。

HBaseAuthenticationType

用來連線到 HBase 伺服器的驗證機制。

HBaseLinkedService

HBase 伺服器鏈接服務。

HdfsLinkedService

Hadoop 分散式文件系統 (HDFS) 連結服務。

HDInsightLinkedService

HDInsight 鏈接服務。

HDInsightOnDemandLinkedService

HDInsight ondemand 鏈接服務。

HiveAuthenticationType

用來存取 Hive 伺服器的驗證方法。

HiveLinkedService

Hive Server 連結服務。

HiveServerType

Hive 伺服器的型別。

HiveThriftTransportProtocol

在 Thrift 層中使用的傳輸通訊協定。

HttpAuthenticationType

要用來連線到 HTTP 伺服器的驗證類型。

HttpLinkedService

HTTP 來源的連結服務。

HubspotLinkedService

Hubspot Service 鏈接服務。

ImpalaAuthenticationType

要使用的驗證類型。

ImpalaLinkedService

Impala 伺服器連結服務。

InformixLinkedService

Informix 鏈接服務。

IntegrationRuntimeReference

整合運行時間參考類型。

JiraLinkedService

Jira 服務鏈接服務。

LakeHouseLinkedService

Microsoft Fabric LakeHouse 鏈接服務。

LinkedServiceReference

連結服務參考類型。

LinkedServiceResource

鏈接的服務資源類型。

MagentoLinkedService

Magento 伺服器鏈接服務。

MariaDBLinkedService

MariaDB 伺服器鏈接服務。

MarketoLinkedService

Marketo 伺服器鏈接服務。

MicrosoftAccessLinkedService

Microsoft Access 鏈接服務。

MongoDbAtlasLinkedService

MongoDB Atlas 數據源的連結服務。

MongoDbAuthenticationType

要用來連線到 MongoDB 資料庫的驗證類型。

MongoDbLinkedService

MongoDb 數據源的連結服務。

MongoDbV2LinkedService

MongoDB 數據源的連結服務。

MySqlLinkedService

MySQL 數據源的連結服務。

NetezzaLinkedService

Netezza 鏈接服務。

ODataAadServicePrincipalCredentialType

指定服務主體所使用的認證類型(金鑰或憑證)。

ODataAuthenticationType

用來連線到 OData 服務的驗證類型。

ODataLinkedService

開啟資料通訊協定 (OData) 連結服務。

OdbcLinkedService

開啟資料庫連線能力 (ODBC) 連結服務。

Office365LinkedService

Office365 鏈接服務。

OracleCloudStorageLinkedService

Oracle 雲端記憶體的連結服務。

OracleLinkedService

Oracle 資料庫。

OracleServiceCloudLinkedService

Oracle 服務雲端鏈接服務。

ParameterSpecification

實體的單一參數定義。

ParameterType

參數類型。

PaypalLinkedService

PayPal服務鏈接服務。

PhoenixAuthenticationType

用來連線到 Phoenix 伺服器的驗證機制。

PhoenixLinkedService

Phoenix 伺服器鏈接服務。

PostgreSqlLinkedService

PostgreSQL 數據源的連結服務。

PostgreSqlV2LinkedService

PostgreSQLV2 數據源的連結服務。

PrestoAuthenticationType

用來連線到 Presto 伺服器的驗證機制。

PrestoLinkedService

Presto 伺服器鏈接服務。

QuickbaseLinkedService

Quickbase 的鏈接服務。

QuickBooksLinkedService

QuickBooks 伺服器鏈接服務。

ResponsysLinkedService

Responsys 鏈接服務。

RestServiceAuthenticationType

用來連線到 REST 服務的驗證類型。

RestServiceLinkedService

Rest 服務鏈接服務。

SalesforceLinkedService

Salesforce 的鏈接服務。

SalesforceMarketingCloudLinkedService

Salesforce Marketing Cloud 鏈接服務。

SalesforceServiceCloudLinkedService

Salesforce Service Cloud 的鏈接服務。

SalesforceServiceCloudV2LinkedService

Salesforce Service Cloud V2 的鏈接服務。

SalesforceV2LinkedService

Salesforce V2 的鏈接服務。

SapBWLinkedService

SAP Business Warehouse Linked Service。

SapCloudForCustomerLinkedService

SAP Cloud for Customer 的鏈接服務。

SapEccLinkedService

SAP ERP Central 元件的連結服務(SAP ECC)。

SapHanaAuthenticationType

要用來連線到 SAP HANA 伺服器的驗證類型。

SapHanaLinkedService

SAP HANA 連結服務。

SapOdpLinkedService

SAP ODP 連結服務。

SapOpenHubLinkedService

SAP Business Warehouse Open Hub Destination Linked Service。

SapTableLinkedService

SAP 資料表連結服務。

ScriptAction

自定義腳本動作,在 HDI ondemand 叢集上執行一旦啟動。

SecureString

Azure Data Factory 安全字串定義。 在取得或清單 API 呼叫期間,字串值會以星號 『*』 遮罩。

ServiceNowAuthenticationType

要使用的驗證類型。

ServiceNowLinkedService

ServiceNow 伺服器鏈接服務。

ServiceNowV2AuthenticationType

要使用的驗證類型。

ServiceNowV2LinkedService

ServiceNowV2 伺服器鏈接服務。

SftpAuthenticationType

要用來連線到 FTP 伺服器的驗證類型。

SftpServerLinkedService

SSH 檔案傳輸通訊協定 (SFTP) 伺服器的連結服務。

SharePointOnlineListLinkedService

SharePoint Online 清單鏈接服務。

ShopifyLinkedService

Shopify 服務鏈接服務。

SmartsheetLinkedService

Smartsheet 的鏈接服務。

SnowflakeAuthenticationType

用於驗證的類型。 類型:字串。

SnowflakeLinkedService

Snowflake 鏈接服務。

SnowflakeV2LinkedService

Snowflake 鏈接服務。

SparkAuthenticationType

用來存取 Spark 伺服器的驗證方法。

SparkLinkedService

Spark Server 連結服務。

SparkServerType

Spark 伺服器的型別。

SparkThriftTransportProtocol

在 Thrift 層中使用的傳輸通訊協定。

SqlAlwaysEncryptedAkvAuthType

Sql 一律加密 AKV 驗證類型。 類型:字串。

SqlAlwaysEncryptedProperties

Sql 一律加密的屬性。

SqlServerAuthenticationType

用於驗證的類型。 類型:字串。

SqlServerLinkedService

SQL Server 連結服務。

SquareLinkedService

方形服務鏈接服務。

SybaseAuthenticationType

要用於連接的 AuthenticationType。

SybaseLinkedService

Sybase 數據源的連結服務。

TeamDeskAuthenticationType

要使用的驗證類型。

TeamDeskLinkedService

TeamDesk 的連結服務。

TeradataAuthenticationType

要用於連接的 AuthenticationType。

TeradataLinkedService

Teradata 數據源的連結服務。

TwilioLinkedService

Twilio 的鏈接服務。

Type

連結服務參考類型。

VerticaLinkedService

Vertica 連結服務。

WarehouseLinkedService

Microsoft網狀架構倉儲鏈接服務。

WebAnonymousAuthentication

使用匿名驗證與 HTTP 端點通訊的 WebLinkedService。

WebBasicAuthentication

使用基本身份驗證與 HTTP 端點通訊的 WebLinkedService。

WebClientCertificateAuthentication

WebLinkedService,使用用戶端憑證型驗證來與 HTTP 端點通訊。 此配置遵循相互驗證;伺服器也必須提供有效的認證給用戶端。

WebLinkedService

Web 連結服務。

XeroLinkedService

Xero 服務鏈接服務。

ZendeskAuthenticationType

要使用的驗證類型。

ZendeskLinkedService

Zendesk 的鏈接服務。

ZohoLinkedService

Zoho 伺服器鏈接服務。

AmazonMWSLinkedService

Amazon Marketplace Web Service 鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

AmazonMWS

連結服務的類型。

typeProperties.accessKeyId

object

用來存取資料的存取金鑰標識碼。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.endpoint

object

AmazonMWS 伺服器的端點(亦即 mws.amazonservices.com)

typeProperties.marketplaceID

object

您想要從中擷取數據的 Amazon Marketplace 識別碼。 若要從多個 Marketplace 識別符擷取數據,請以逗號 (,, ) 分隔它們。 (即A2EUQ1WTGCTBG2)

typeProperties.mwsAuthToken SecretBase:

AmazonMWS 驗證令牌。

typeProperties.secretKey SecretBase:

用來存取資料的秘密金鑰。

typeProperties.sellerID

object

Amazon 賣方標識符。

typeProperties.useEncryptedEndpoints

object

指定資料源端點是否使用 HTTPS 加密。 默認值為 true。

typeProperties.useHostVerification

object

指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。

typeProperties.usePeerVerification

object

指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。

version

string

連結服務的版本。

AmazonRdsForOracleLinkedService

AmazonRdsForOracle 資料庫。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

AmazonRdsForOracle

連結服務的類型。

typeProperties.connectionString

object

連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.password SecretBase:

連接字串中密碼的 Azure 金鑰保存庫秘密參考。

version

string

連結服務的版本。

AmazonRdsForSqlAuthenticationType

用於驗證的類型。 類型:字串。

名稱 類型 Description
SQL

string

Windows

string

AmazonRdsForSqlServerLinkedService

適用於 SQL Server 連結服務的 Amazon RDS。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

AmazonRdsForSqlServer

連結服務的類型。

typeProperties.alwaysEncryptedSettings

SqlAlwaysEncryptedProperties

Sql 一律加密的屬性。

typeProperties.applicationIntent

object

聯機到建議版本所使用的伺服器時,應用程式工作負載類型。 可能的值為 ReadOnly 和 ReadWrite。 Type:string (或 expression with resultType string) 。

typeProperties.authenticationType

AmazonRdsForSqlAuthenticationType

用於驗證的類型。 類型:字串。

typeProperties.commandTimeout

object

終止嘗試執行命令並產生錯誤之前的預設等候時間(以秒為單位),由建議的版本使用。 類型:integer (或 expression with resultType integer) 。

typeProperties.connectRetryCount

object

識別建議版本所使用的閑置連線失敗之後嘗試的重新連線數目。 這必須是介於 0 到 255 之間的整數。 類型:integer (或 expression with resultType integer) 。

typeProperties.connectRetryInterval

object

識別建議版本所使用的閑置連線失敗之後,每個重新連線嘗試之間的時間量(以秒為單位)。 這必須是介於 1 到 60 之間的整數。 類型:integer (或 expression with resultType integer) 。

typeProperties.connectTimeout

object

在終止嘗試並產生建議版本所使用的錯誤之前,等候伺服器連線的時間長度(以秒為單位)。 類型:integer (或 expression with resultType integer) 。

typeProperties.connectionString

object

連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。

typeProperties.database

object

建議版本所使用的資料庫名稱。 Type:string (或 expression with resultType string) 。

typeProperties.encrypt

object

指出客戶端與伺服器之間傳送的所有數據是否需要 TLS 加密,供建議版本使用。 可能的值為 true/yes/mandatory、false/no/optional 和 strict。 Type:string (或 expression with resultType string) 。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.failoverPartner

object

如果主伺服器關閉,建議版本會使用所要連線之夥伴伺服器的名稱或位址。 Type:string (或 expression with resultType string) 。

typeProperties.hostNameInCertificate

object

驗證連線之伺服器證書時要使用的主機名。 若未指定,來自數據源的伺服器名稱會用於建議版本所使用的憑證驗證。 Type:string (或 expression with resultType string) 。

typeProperties.integratedSecurity

object

指出是否在連線中指定使用者標識碼和密碼(若為 false),或目前的 Windows 帳戶認證是否用於驗證(若為 true),供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。

typeProperties.loadBalanceTimeout

object

在被建議版本使用之前,聯機生存在聯機集區中的最短時間,以秒為單位。 類型:integer (或 expression with resultType integer) 。

typeProperties.maxPoolSize

object

此特定連接字串的連線區中允許的連線數目上限,供建議版本使用。 類型:integer (或 expression with resultType integer) 。

typeProperties.minPoolSize

object

建議版本所使用的此特定連接字串,聯機集區中允許的連線數目下限。 類型:integer (或 expression with resultType integer) 。

typeProperties.multiSubnetFailover

object

如果您的應用程式連線到不同子網上的 AlwaysOn 可用性群組 (AG),則設定 MultiSubnetFailover=true 可讓您更快速地偵測並連線到建議版本所使用的作用中伺服器。 類型:布爾值(或具有 resultType 布爾值的表達式)。

typeProperties.multipleActiveResultSets

object

若為 true,應用程式可以維護多個作用中結果集 (MARS)。 若為 false,應用程式必須先處理或取消一個批次的所有結果集,才能在該連線上執行任何其他批次,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。

typeProperties.packetSize

object

網路封包的大小,以位元組為單位,用來與建議版本所使用的伺服器實例通訊。 類型:integer (或 expression with resultType integer) 。

typeProperties.password SecretBase:

內部部署 Windows 驗證密碼。

typeProperties.pooling

object

指出每次要求連線時,是否要集區或明確開啟連線,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。

typeProperties.server

object

建議版本所使用的 SQL Server 實例名稱或網路位址。 Type:string (或 expression with resultType string) 。

typeProperties.trustServerCertificate

object

指出通道是否會在略過憑證鏈結以驗證建議版本所使用的信任時加密。 類型:布爾值(或具有 resultType 布爾值的表達式)。

typeProperties.userName

object

內部部署 Windows 驗證用戶名稱。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

AmazonRedshiftLinkedService

Amazon Redshift 的鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

AmazonRedshift

連結服務的類型。

typeProperties.database

object

Amazon Redshift 來源的資料庫名稱。 Type:string (或 expression with resultType string) 。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.password SecretBase:

Amazon Redshift 來源的密碼。

typeProperties.port

object

Amazon Redshift 伺服器用來接聽用戶端連線的 TCP 連接埠號碼。 預設值為5439。 類型:integer (或 expression with resultType integer) 。

typeProperties.server

object

Amazon Redshift 伺服器的名稱。 Type:string (或 expression with resultType string) 。

typeProperties.username

object

Amazon Redshift 來源的用戶名稱。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

AmazonS3CompatibleLinkedService

Amazon S3 相容的連結服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

AmazonS3Compatible

連結服務的類型。

typeProperties.accessKeyId

object

Amazon S3 相容身分識別和存取管理 (IAM) 使用者的存取密鑰標識碼。 Type:string (或 expression with resultType string) 。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.forcePathStyle

object

如果為 true,請使用 S3 路徑樣式存取,而不是虛擬託管樣式存取。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。

typeProperties.secretAccessKey SecretBase:

Amazon S3 相容身分識別和存取管理 (IAM) 使用者的秘密存取密鑰。

typeProperties.serviceUrl

object

這個值會指定要使用 Amazon S3 相容連接器存取的端點。 這是選擇性屬性;只有在您想要嘗試不同的服務端點或想要在 HTTPs 和 HTTP 之間切換時,才變更它。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

AmazonS3LinkedService

Amazon S3 的鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

AmazonS3

連結服務的類型。

typeProperties.accessKeyId

object

Amazon S3 身分識別與存取管理 (IAM) 使用者的存取密鑰標識碼。 Type:string (或 expression with resultType string) 。

typeProperties.authenticationType

object

S3 的驗證類型。 允許的值:AccessKey(預設值)或 TemporarySecurityCredentials。 Type:string (或 expression with resultType string) 。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.secretAccessKey SecretBase:

Amazon S3 身分識別與存取管理 (IAM) 使用者的秘密存取密鑰。

typeProperties.serviceUrl

object

這個值會指定要使用 S3 連接器存取的端點。 這是選擇性屬性;只有在您想要嘗試不同的服務端點或想要在 HTTPs 和 HTTP 之間切換時,才變更它。 Type:string (或 expression with resultType string) 。

typeProperties.sessionToken SecretBase:

S3 暫存安全性認證的會話令牌。

version

string

連結服務的版本。

AppFiguresLinkedService

AppFigures 的連結服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

AppFigures

連結服務的類型。

typeProperties.clientKey SecretBase:

AppFigures 來源的用戶端金鑰。

typeProperties.password SecretBase:

AppFigures 來源的密碼。

typeProperties.userName

object

Appfigures 來源的用戶名稱。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

AsanaLinkedService

Asana 的連結服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

Asana

連結服務的類型。

typeProperties.apiToken SecretBase:

Asana 來源的 API 令牌。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

version

string

連結服務的版本。

AzureBatchLinkedService

Azure Batch 鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

AzureBatch

連結服務的類型。

typeProperties.accessKey SecretBase:

Azure Batch 帳戶存取金鑰。

typeProperties.accountName

object

Azure Batch 帳戶名稱。 Type:string (或 expression with resultType string) 。

typeProperties.batchUri

object

Azure Batch URI。 Type:string (或 expression with resultType string) 。

typeProperties.credential

CredentialReference

包含驗證資訊的認證參考。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.linkedServiceName

LinkedServiceReference

Azure 記憶體連結服務參考。

typeProperties.poolName

object

Azure Batch 集區名稱。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

AzureBlobFSLinkedService

Azure Data Lake Storage Gen2 鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

AzureBlobFS

連結服務的類型。

typeProperties.accountKey

object

Azure Data Lake Storage Gen2 服務的帳戶密鑰。 Type:string (或 expression with resultType string) 。

typeProperties.azureCloudType

object

指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。

typeProperties.credential

CredentialReference

包含驗證資訊的認證參考。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.sasToken SecretBase:

sasToken 在 sas uri 中的 Azure 金鑰保存庫秘密參考。

typeProperties.sasUri

object

Azure Data Lake Storage Gen2 服務的 SAS URI。 類型:string、SecureString 或 AzureKeyVaultSecretReference。

typeProperties.servicePrincipalCredential SecretBase:

Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。

typeProperties.servicePrincipalCredentialType

object

伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。

typeProperties.servicePrincipalId

object

用來針對 Azure Data Lake Storage Gen2 帳戶進行驗證的應用程式識別碼。 Type:string (或 expression with resultType string) 。

typeProperties.servicePrincipalKey SecretBase:

用來針對 Azure Data Lake Storage Gen2 帳戶進行驗證的應用程式密鑰。

typeProperties.tenant

object

服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。

typeProperties.url

object

Azure Data Lake Storage Gen2 服務的端點。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

AzureBlobStorageLinkedService

Azure Blob 記憶體連結服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

AzureBlobStorage

連結服務的類型。

typeProperties.accountKey

AzureKeyVaultSecretReference

連接字串中 accountKey 的 Azure 金鑰保存庫秘密參考。

typeProperties.accountKind

object

指定記憶體帳戶的類型。 允許的值為:記憶體(一般用途 v1)、StorageV2(一般用途 v2)、BlobStorage 或 BlockBlobStorage。 Type:string (或 expression with resultType string) 。

typeProperties.authenticationType

AzureStorageAuthenticationType

用於驗證的類型。 類型:字串。

typeProperties.azureCloudType

object

指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。

typeProperties.connectionString

object

連接字串。 它與 sasUri、serviceEndpoint 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。

typeProperties.containerUri

object

Azure Blob 記憶體資源的容器 URI 僅支援匿名存取。 Type:string (或 expression with resultType string) 。

typeProperties.credential

CredentialReference

包含驗證資訊的認證參考。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.sasToken

AzureKeyVaultSecretReference

sasToken 在 sas uri 中的 Azure 金鑰保存庫秘密參考。

typeProperties.sasUri

object

Azure Blob 記憶體資源的 SAS URI。 它與 connectionString、serviceEndpoint 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。

typeProperties.serviceEndpoint

object

Azure Blob 記憶體資源的 Blob 服務端點。 它與 connectionString、sasUri 屬性互斥。

typeProperties.servicePrincipalId

object

用來向 Azure SQL 數據倉儲進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。

typeProperties.servicePrincipalKey SecretBase:

用來對 Azure SQL 數據倉儲進行驗證的服務主體密鑰。

typeProperties.tenant

object

服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

AzureDatabricksDeltaLakeLinkedService

Azure Databricks Delta Lake 鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

AzureDatabricksDeltaLake

連結服務的類型。

typeProperties.accessToken SecretBase:

databricks REST API 的存取令牌。 請參閱 https://docs.azuredatabricks.net/api/latest/authentication.html。 類型:string、SecureString 或 AzureKeyVaultSecretReference。

typeProperties.clusterId

object

將用於此作業所有執行的現有互動式叢集標識碼。 Type:string (或 expression with resultType string) 。

typeProperties.credential

CredentialReference

包含驗證資訊的認證參考。

typeProperties.domain

object

.azuredatabricks.net,Databricks 部署的域名。 Type:string (或 expression with resultType string) 。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.workspaceResourceId

object

databricks REST API 的工作區資源標識符。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

AzureDatabricksLinkedService

Azure Databricks 鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

AzureDatabricks

連結服務的類型。

typeProperties.accessToken SecretBase:

databricks REST API 的存取令牌。 請參閱 https://docs.azuredatabricks.net/api/latest/authentication.html。 Type:string (或 expression with resultType string) 。

typeProperties.authentication

object

如果針對 databricks REST API 使用工作區資源標識碼,則需要指定 MSI。 Type:string (或 expression with resultType string) 。

typeProperties.credential

CredentialReference

包含驗證資訊的認證參考。

typeProperties.domain

object

.azuredatabricks.net,Databricks 部署的域名。 Type:string (或 expression with resultType string) 。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.existingClusterId

object

將用於此活動之所有執行的現有互動式叢集標識碼。 Type:string (或 expression with resultType string) 。

typeProperties.instancePoolId

object

將用於此活動之所有執行的現有實例集區的標識碼。 Type:string (或 expression with resultType string) 。

typeProperties.newClusterCustomTags

object

叢集資源的其他標籤。 實例集區組態中會忽略這個屬性。

typeProperties.newClusterDriverNodeType

object

新作業叢集的驅動程序節點類型。 實例集區組態中會忽略這個屬性。 Type:string (或 expression with resultType string) 。

typeProperties.newClusterEnableElasticDisk

object

在新叢集上啟用彈性磁碟。 現在會忽略此屬性,並在 Databricks 中採用預設的彈性磁碟行為(一律啟用彈性磁碟)。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。

typeProperties.newClusterInitScripts

object

新叢集的使用者定義初始化腳本。 類型:字串陣列(或 Expression 搭配 resultType 字串陣列)。

typeProperties.newClusterLogDestination

object

指定要傳遞 Spark 驅動程式、背景工作和事件記錄檔的位置。 Type:string (或 expression with resultType string) 。

typeProperties.newClusterNodeType

object

新作業叢集的節點類型。 如果指定 newClusterVersion 且未指定 instancePoolId,則需要此屬性。 如果指定 instancePoolId,則會忽略這個屬性。 Type:string (或 expression with resultType string) 。

typeProperties.newClusterNumOfWorker

object

如果未使用現有的互動式叢集,這會指定要用於新作業叢集或實例集區的背景工作節點數目。 對於新的作業叢集,這是字串格式的 Int32,例如 '1' 表示 numOfWorker 為 1 或 '1:10' 表示從 1(最小值)自動調整為 10(最大值)。 例如集區,這是字串格式的 Int32,而且只能指定固定數目的背景工作節點,例如 『2』。 如果指定 newClusterVersion,則為必要專案。 Type:string (或 expression with resultType string) 。

typeProperties.newClusterSparkConf

object

一組選擇性、使用者指定的Spark組態索引鍵/值組。

typeProperties.newClusterSparkEnvVars

object

一組選擇性、使用者指定的Spark環境變數機碼/值組。

typeProperties.newClusterVersion

object

如果未使用現有的互動式叢集,這會指定針對每個活動執行所建立之新作業叢集或實例集區節點的Spark版本。 如果指定 instancePoolId,則為必要專案。 Type:string (或 expression with resultType string) 。

typeProperties.policyId

object

限制根據使用者定義規則集設定叢集的能力的原則標識碼。 Type:string (或 expression with resultType string) 。

typeProperties.workspaceResourceId

object

databricks REST API 的工作區資源標識符。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

AzureDataExplorerLinkedService

Azure 資料總管 (Kusto) 鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

AzureDataExplorer

連結服務的類型。

typeProperties.credential

CredentialReference

包含驗證資訊的認證參考。

typeProperties.database

object

連接的資料庫名稱。 Type:string (或 expression with resultType string) 。

typeProperties.endpoint

object

Azure 數據總管的端點(引擎的端點)。 URL 格式為 https://..kusto.windows.net. 類型:string (或 expression with resultType string)

typeProperties.servicePrincipalId

object

用來向 Azure 數據總管進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。

typeProperties.servicePrincipalKey SecretBase:

用來對 Kusto 進行驗證的服務主體金鑰。

typeProperties.tenant

object

服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

AzureDataLakeAnalyticsLinkedService

Azure Data Lake Analytics 鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

AzureDataLakeAnalytics

連結服務的類型。

typeProperties.accountName

object

Azure Data Lake Analytics 帳戶名稱。 Type:string (或 expression with resultType string) 。

typeProperties.dataLakeAnalyticsUri

object

Azure Data Lake Analytics URI 類型:字串(或具有 resultType 字串的運算式)。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.resourceGroupName

object

Data Lake Analytics 帳戶資源組名(如果與 Data Factory 帳戶不同)。 Type:string (或 expression with resultType string) 。

typeProperties.servicePrincipalId

object

用來針對 Azure Data Lake Analytics 帳戶進行驗證的應用程式識別碼。 Type:string (或 expression with resultType string) 。

typeProperties.servicePrincipalKey SecretBase:

用來對 Azure Data Lake Analytics 帳戶進行驗證的應用程式密鑰。

typeProperties.subscriptionId

object

Data Lake Analytics 帳戶訂用帳戶標識碼(如果與 Data Factory 帳戶不同)。 Type:string (或 expression with resultType string) 。

typeProperties.tenant

object

服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

AzureDataLakeStoreLinkedService

Azure Data Lake Store 鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

AzureDataLakeStore

連結服務的類型。

typeProperties.accountName

object

Data Lake Store 帳戶名稱。 Type:string (或 expression with resultType string) 。

typeProperties.azureCloudType

object

指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。

typeProperties.credential

CredentialReference

包含驗證資訊的認證參考。

typeProperties.dataLakeStoreUri

object

Data Lake Store 服務 URI。 Type:string (或 expression with resultType string) 。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.resourceGroupName

object

Data Lake Store 帳戶資源組名(如果與 Data Factory 帳戶不同)。 Type:string (或 expression with resultType string) 。

typeProperties.servicePrincipalId

object

用來針對 Azure Data Lake Store 帳戶進行驗證的應用程式識別碼。 Type:string (或 expression with resultType string) 。

typeProperties.servicePrincipalKey SecretBase:

用來針對 Azure Data Lake Store 帳戶進行驗證的應用程式密鑰。

typeProperties.subscriptionId

object

Data Lake Store 帳戶訂用帳戶標識碼(如果與 Data Factory 帳戶不同)。 Type:string (或 expression with resultType string) 。

typeProperties.tenant

object

服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

AzureFileStorageLinkedService

Azure 檔案記憶體連結服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

AzureFileStorage

連結服務的類型。

typeProperties.accountKey

AzureKeyVaultSecretReference

連接字串中 accountKey 的 Azure 金鑰保存庫秘密參考。

typeProperties.connectionString

object

連接字串。 它與 sasUri 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。

typeProperties.credential

CredentialReference

包含驗證資訊的認證參考。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.fileShare

object

Azure 檔案共享名稱。 使用 accountKey/sasToken 進行驗證時,這是必要專案。 Type:string (或 expression with resultType string) 。

typeProperties.host

object

伺服器的主機名。 Type:string (或 expression with resultType string) 。

typeProperties.password SecretBase:

登入伺服器的密碼。

typeProperties.sasToken

AzureKeyVaultSecretReference

sasToken 在 sas uri 中的 Azure 金鑰保存庫秘密參考。

typeProperties.sasUri

object

Azure 檔案資源的 SAS URI。 它與 connectionString 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。

typeProperties.serviceEndpoint

object

Azure 檔案記憶體資源的檔案服務端點。 它與 connectionString、sasUri 屬性互斥。

typeProperties.snapshot

object

Azure 檔案共用快照集版本。 Type:string (或 expression with resultType string) 。

typeProperties.userId

object

登入伺服器的使用者識別碼。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

AzureFunctionLinkedService

Azure 函式連結服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

AzureFunction

連結服務的類型。

typeProperties.authentication

object

用來連線到 AzureFunction 的驗證類型(指定 MSI 的必要專案)。 Type:string (或 expression with resultType string) 。

typeProperties.credential

CredentialReference

包含驗證資訊的認證參考。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.functionAppUrl

object

Azure 函式應用程式的端點。 URL 格式為 https://.azurewebsites.net. Type:string (或 expression with resultType string) 。

typeProperties.functionKey SecretBase:

Azure 函式應用程式的函式或主機密鑰。

typeProperties.resourceId

object

Azure 函式允許的令牌物件。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

AzureKeyVaultLinkedService

Azure Key Vault 鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

AzureKeyVault

連結服務的類型。

typeProperties.baseUrl

object

Azure Key Vault 的基底 URL。 例如 https://myakv.vault.azure.net Type:string (或 expression with resultType string)。

typeProperties.credential

CredentialReference

包含驗證資訊的認證參考。

version

string

連結服務的版本。

AzureKeyVaultSecretReference

Azure Key Vault 秘密參考。

名稱 類型 Description
secretName

object

Azure Key Vault 中的秘密名稱。 Type:string (或 expression with resultType string) 。

secretVersion

object

Azure Key Vault 中的秘密版本。 預設值是最新版本的秘密。 Type:string (或 expression with resultType string) 。

store

LinkedServiceReference

Azure Key Vault 鏈接服務參考。

type string:

AzureKeyVaultSecret

秘密的類型。

AzureMariaDBLinkedService

適用於 MariaDB 的 Azure 資料庫連結服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

AzureMariaDB

連結服務的類型。

typeProperties.connectionString

object

ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.pwd

AzureKeyVaultSecretReference

連接字串中密碼的 Azure 金鑰保存庫秘密參考。

version

string

連結服務的版本。

AzureMLLinkedService

Azure ML Studio Web 服務鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

AzureML

連結服務的類型。

typeProperties.apiKey SecretBase:

用來存取 Azure ML 模型端點的 API 金鑰。

typeProperties.authentication

object

用來連線到 AzureML 的驗證類型(需要指定 MSI)。 Type:string (或 expression with resultType string) 。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.mlEndpoint

object

Azure ML Studio Web 服務端點的批次執行 REST URL。 Type:string (或 expression with resultType string) 。

typeProperties.servicePrincipalId

object

用來針對 Azure ML Studio Web 服務的 ARM 型 updateResourceEndpoint 進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。

typeProperties.servicePrincipalKey SecretBase:

用來針對 Azure ML Studio Web 服務的 ARM 型 updateResourceEndpoint 進行驗證的服務主體密鑰。

typeProperties.tenant

object

服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。

typeProperties.updateResourceEndpoint

object

Azure ML Studio Web 服務端點的更新資源 REST URL。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

AzureMLServiceLinkedService

Azure ML 服務鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

AzureMLService

連結服務的類型。

typeProperties.authentication

object

用來連線到 AzureML 的驗證類型(需要指定 MSI)。 Type:string (或 expression with resultType string) 。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.mlWorkspaceName

object

Azure ML 服務工作區名稱。 Type:string (或 expression with resultType string) 。

typeProperties.resourceGroupName

object

Azure ML 服務工作區資源組名。 Type:string (或 expression with resultType string) 。

typeProperties.servicePrincipalId

object

用來針對已發佈 Azure ML 服務管線端點進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。

typeProperties.servicePrincipalKey SecretBase:

用來針對已發佈 Azure ML 服務管線端點進行驗證的服務主體密鑰。

typeProperties.subscriptionId

object

Azure ML 服務工作區訂用帳戶標識碼。 Type:string (或 expression with resultType string) 。

typeProperties.tenant

object

服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

AzureMySqlLinkedService

Azure MySQL 資料庫鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

AzureMySql

連結服務的類型。

typeProperties.connectionString

object

連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.password

AzureKeyVaultSecretReference

連接字串中密碼的 Azure 金鑰保存庫秘密參考。

version

string

連結服務的版本。

AzurePostgreSqlLinkedService

Azure PostgreSQL 鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

AzurePostgreSql

連結服務的類型。

typeProperties.commandTimeout

object

在終止嘗試並產生錯誤之前,嘗試執行命令的時間(以秒為單位)。 設定為零表示無限大。 類型:整數。

typeProperties.connectionString

object

ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。

typeProperties.database

object

連接的資料庫名稱。 類型:字串。

typeProperties.encoding

object

取得或設定將用來編碼/譯碼 PostgreSQL 字串數據的 .NET 編碼。 類型:字串

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.password

AzureKeyVaultSecretReference

連接字串中密碼的 Azure 金鑰保存庫秘密參考。

typeProperties.port

object

連接的埠。 類型:整數。

typeProperties.readBufferSize

object

決定讀取時,內部緩衝區所使用的大小。 如果從資料庫傳輸大型值,增加可能會改善效能。 類型:整數。

typeProperties.server

object

線上的伺服器名稱。 類型:字串。

typeProperties.sslMode

object

線上的 SSL 模式。 類型:整數。 0:停用、1:allow、2:prefer、3:require、4:verify-ca、5:verify-full。 類型:整數。

typeProperties.timeout

object

在終止嘗試並產生錯誤之前,嘗試建立連線的時間(以秒為單位)。 類型:整數。

typeProperties.timezone

object

取得或設定會話時區。 類型:字串。

typeProperties.trustServerCertificate

object

是否信任伺服器證書而不驗證它。 類型:布爾值。

typeProperties.username

object

驗證的用戶名稱。 類型:字串。

version

string

連結服務的版本。

AzureSearchLinkedService

Windows Azure 搜尋服務的連結服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

AzureSearch

連結服務的類型。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.key SecretBase:

Azure 搜尋服務的系統管理金鑰

typeProperties.url

object

Azure 搜尋服務的 URL。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

AzureSqlDatabaseAuthenticationType

用於驗證的類型。 類型:字串。

名稱 類型 Description
SQL

string

ServicePrincipal

string

SystemAssignedManagedIdentity

string

UserAssignedManagedIdentity

string

AzureSqlDatabaseLinkedService

Microsoft Azure SQL Database 鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

AzureSqlDatabase

連結服務的類型。

typeProperties.alwaysEncryptedSettings

SqlAlwaysEncryptedProperties

Sql 一律加密的屬性。

typeProperties.applicationIntent

object

聯機到建議版本所使用的伺服器時,應用程式工作負載類型。 可能的值為 ReadOnly 和 ReadWrite。 Type:string (或 expression with resultType string) 。

typeProperties.authenticationType

AzureSqlDatabaseAuthenticationType

用於驗證的類型。 類型:字串。

typeProperties.azureCloudType

object

指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。

typeProperties.commandTimeout

object

終止嘗試執行命令並產生錯誤之前的預設等候時間(以秒為單位),由建議的版本使用。 類型:integer (或 expression with resultType integer) 。

typeProperties.connectRetryCount

object

識別建議版本所使用的閑置連線失敗之後嘗試的重新連線數目。 這必須是介於 0 到 255 之間的整數。 類型:integer (或 expression with resultType integer) 。

typeProperties.connectRetryInterval

object

識別建議版本所使用的閑置連線失敗之後,每個重新連線嘗試之間的時間量(以秒為單位)。 這必須是介於 1 到 60 之間的整數。 類型:integer (或 expression with resultType integer) 。

typeProperties.connectTimeout

object

在終止嘗試並產生建議版本所使用的錯誤之前,等候伺服器連線的時間長度(以秒為單位)。 類型:integer (或 expression with resultType integer) 。

typeProperties.connectionString

object

連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。

typeProperties.credential

CredentialReference

包含驗證資訊的認證參考。

typeProperties.database

object

建議版本所使用的資料庫名稱。 Type:string (或 expression with resultType string) 。

typeProperties.encrypt

object

指出客戶端與伺服器之間傳送的所有數據是否需要 TLS 加密,供建議版本使用。 可能的值為 true/yes/mandatory、false/no/optional 和 strict。 Type:string (或 expression with resultType string) 。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.failoverPartner

object

如果主伺服器關閉,建議版本會使用所要連線之夥伴伺服器的名稱或位址。 Type:string (或 expression with resultType string) 。

typeProperties.hostNameInCertificate

object

驗證連線之伺服器證書時要使用的主機名。 若未指定,來自數據源的伺服器名稱會用於建議版本所使用的憑證驗證。 Type:string (或 expression with resultType string) 。

typeProperties.integratedSecurity

object

指出是否在連線中指定使用者標識碼和密碼(若為 false),或目前的 Windows 帳戶認證是否用於驗證(若為 true),供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。

typeProperties.loadBalanceTimeout

object

在被建議版本使用之前,聯機生存在聯機集區中的最短時間,以秒為單位。 類型:integer (或 expression with resultType integer) 。

typeProperties.maxPoolSize

object

此特定連接字串的連線區中允許的連線數目上限,供建議版本使用。 類型:integer (或 expression with resultType integer) 。

typeProperties.minPoolSize

object

建議版本所使用的此特定連接字串,聯機集區中允許的連線數目下限。 類型:integer (或 expression with resultType integer) 。

typeProperties.multiSubnetFailover

object

如果您的應用程式連線到不同子網上的 AlwaysOn 可用性群組 (AG),則設定 MultiSubnetFailover=true 可讓您更快速地偵測並連線到建議版本所使用的作用中伺服器。 類型:布爾值(或具有 resultType 布爾值的表達式)。

typeProperties.multipleActiveResultSets

object

若為 true,應用程式可以維護多個作用中結果集 (MARS)。 若為 false,應用程式必須先處理或取消一個批次的所有結果集,才能在該連線上執行任何其他批次,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。

typeProperties.packetSize

object

網路封包的大小,以位元組為單位,用來與建議版本所使用的伺服器實例通訊。 類型:integer (或 expression with resultType integer) 。

typeProperties.password

AzureKeyVaultSecretReference

連接字串中密碼的 Azure 金鑰保存庫秘密參考。

typeProperties.pooling

object

指出每次要求連線時,是否要集區或明確開啟連線,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。

typeProperties.server

object

建議版本所使用的 SQL Server 實例名稱或網路位址。 Type:string (或 expression with resultType string) 。

typeProperties.servicePrincipalCredential SecretBase:

Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。

typeProperties.servicePrincipalCredentialType

object

伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。

typeProperties.servicePrincipalId

object

用來對 Azure SQL Database 進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。

typeProperties.servicePrincipalKey SecretBase:

用來向 Azure SQL Database 進行驗證的服務主體密鑰。

typeProperties.tenant

object

服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。

typeProperties.trustServerCertificate

object

指出通道是否會在略過憑證鏈結以驗證建議版本所使用的信任時加密。 類型:布爾值(或具有 resultType 布爾值的表達式)。

typeProperties.userName

object

線上到伺服器時要使用的用戶名稱。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

AzureSqlDWAuthenticationType

用於驗證的類型。 類型:字串。

名稱 類型 Description
SQL

string

ServicePrincipal

string

SystemAssignedManagedIdentity

string

UserAssignedManagedIdentity

string

AzureSqlDWLinkedService

Azure SQL 數據倉儲鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

AzureSqlDW

連結服務的類型。

typeProperties.applicationIntent

object

聯機到建議版本所使用的伺服器時,應用程式工作負載類型。 可能的值為 ReadOnly 和 ReadWrite。 Type:string (或 expression with resultType string) 。

typeProperties.authenticationType

AzureSqlDWAuthenticationType

用於驗證的類型。 類型:字串。

typeProperties.azureCloudType

object

指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。

typeProperties.commandTimeout

object

終止嘗試執行命令並產生錯誤之前的預設等候時間(以秒為單位),由建議的版本使用。 類型:integer (或 expression with resultType integer) 。

typeProperties.connectRetryCount

object

識別建議版本所使用的閑置連線失敗之後嘗試的重新連線數目。 這必須是介於 0 到 255 之間的整數。 類型:integer (或 expression with resultType integer) 。

typeProperties.connectRetryInterval

object

識別建議版本所使用的閑置連線失敗之後,每個重新連線嘗試之間的時間量(以秒為單位)。 這必須是介於 1 到 60 之間的整數。 類型:integer (或 expression with resultType integer) 。

typeProperties.connectTimeout

object

在終止嘗試並產生建議版本所使用的錯誤之前,等候伺服器連線的時間長度(以秒為單位)。 類型:integer (或 expression with resultType integer) 。

typeProperties.connectionString

object

連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 類型:string、SecureString 或 AzureKeyVaultSecretReference。

typeProperties.credential

CredentialReference

包含驗證資訊的認證參考。

typeProperties.database

object

建議版本所使用的資料庫名稱。 Type:string (或 expression with resultType string) 。

typeProperties.encrypt

object

指出客戶端與伺服器之間傳送的所有數據是否需要 TLS 加密,供建議版本使用。 可能的值為 true/yes/mandatory、false/no/optional 和 strict。 Type:string (或 expression with resultType string) 。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.failoverPartner

object

如果主伺服器關閉,建議版本會使用所要連線之夥伴伺服器的名稱或位址。 Type:string (或 expression with resultType string) 。

typeProperties.hostNameInCertificate

object

驗證連線之伺服器證書時要使用的主機名。 若未指定,來自數據源的伺服器名稱會用於建議版本所使用的憑證驗證。 Type:string (或 expression with resultType string) 。

typeProperties.integratedSecurity

object

指出是否在連線中指定使用者標識碼和密碼(若為 false),或目前的 Windows 帳戶認證是否用於驗證(若為 true),供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。

typeProperties.loadBalanceTimeout

object

在被建議版本使用之前,聯機生存在聯機集區中的最短時間,以秒為單位。 類型:integer (或 expression with resultType integer) 。

typeProperties.maxPoolSize

object

此特定連接字串的連線區中允許的連線數目上限,供建議版本使用。 類型:integer (或 expression with resultType integer) 。

typeProperties.minPoolSize

object

建議版本所使用的此特定連接字串,聯機集區中允許的連線數目下限。 類型:integer (或 expression with resultType integer) 。

typeProperties.multiSubnetFailover

object

如果您的應用程式連線到不同子網上的 AlwaysOn 可用性群組 (AG),則設定 MultiSubnetFailover=true 可讓您更快速地偵測並連線到建議版本所使用的作用中伺服器。 類型:布爾值(或具有 resultType 布爾值的表達式)。

typeProperties.multipleActiveResultSets

object

若為 true,應用程式可以維護多個作用中結果集 (MARS)。 若為 false,應用程式必須先處理或取消一個批次的所有結果集,才能在該連線上執行任何其他批次,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。

typeProperties.packetSize

object

網路封包的大小,以位元組為單位,用來與建議版本所使用的伺服器實例通訊。 類型:integer (或 expression with resultType integer) 。

typeProperties.password

AzureKeyVaultSecretReference

連接字串中密碼的 Azure 金鑰保存庫秘密參考。

typeProperties.pooling

object

指出每次要求連線時,是否要集區或明確開啟連線,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。

typeProperties.server

object

建議版本所使用的 SQL Server 實例名稱或網路位址。 Type:string (或 expression with resultType string) 。

typeProperties.servicePrincipalCredential SecretBase:

Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。

typeProperties.servicePrincipalCredentialType

object

伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。

typeProperties.servicePrincipalId

object

用來向 Azure SQL 數據倉儲進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。

typeProperties.servicePrincipalKey SecretBase:

用來對 Azure SQL 數據倉儲進行驗證的服務主體密鑰。

typeProperties.tenant

object

服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。

typeProperties.trustServerCertificate

object

指出通道是否會在略過憑證鏈結以驗證建議版本所使用的信任時加密。 類型:布爾值(或具有 resultType 布爾值的表達式)。

typeProperties.userName

object

線上到伺服器時要使用的用戶名稱。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

AzureSqlMIAuthenticationType

用於驗證的類型。 類型:字串。

名稱 類型 Description
SQL

string

ServicePrincipal

string

SystemAssignedManagedIdentity

string

UserAssignedManagedIdentity

string

AzureSqlMILinkedService

Azure SQL 受控實例連結服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

AzureSqlMI

連結服務的類型。

typeProperties.alwaysEncryptedSettings

SqlAlwaysEncryptedProperties

Sql 一律加密的屬性。

typeProperties.applicationIntent

object

聯機到建議版本所使用的伺服器時,應用程式工作負載類型。 可能的值為 ReadOnly 和 ReadWrite。 Type:string (或 expression with resultType string) 。

typeProperties.authenticationType

AzureSqlMIAuthenticationType

用於驗證的類型。 類型:字串。

typeProperties.azureCloudType

object

指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。

typeProperties.commandTimeout

object

終止嘗試執行命令並產生錯誤之前的預設等候時間(以秒為單位),由建議的版本使用。 類型:integer (或 expression with resultType integer) 。

typeProperties.connectRetryCount

object

識別建議版本所使用的閑置連線失敗之後嘗試的重新連線數目。 這必須是介於 0 到 255 之間的整數。 類型:integer (或 expression with resultType integer) 。

typeProperties.connectRetryInterval

object

識別建議版本所使用的閑置連線失敗之後,每個重新連線嘗試之間的時間量(以秒為單位)。 這必須是介於 1 到 60 之間的整數。 類型:integer (或 expression with resultType integer) 。

typeProperties.connectTimeout

object

在終止嘗試並產生建議版本所使用的錯誤之前,等候伺服器連線的時間長度(以秒為單位)。 類型:integer (或 expression with resultType integer) 。

typeProperties.connectionString

object

連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。

typeProperties.credential

CredentialReference

包含驗證資訊的認證參考。

typeProperties.database

object

建議版本所使用的資料庫名稱。 Type:string (或 expression with resultType string) 。

typeProperties.encrypt

object

指出客戶端與伺服器之間傳送的所有數據是否需要 TLS 加密,供建議版本使用。 可能的值為 true/yes/mandatory、false/no/optional 和 strict。 Type:string (或 expression with resultType string) 。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.failoverPartner

object

如果主伺服器關閉,建議版本會使用所要連線之夥伴伺服器的名稱或位址。 Type:string (或 expression with resultType string) 。

typeProperties.hostNameInCertificate

object

驗證連線之伺服器證書時要使用的主機名。 若未指定,來自數據源的伺服器名稱會用於建議版本所使用的憑證驗證。 Type:string (或 expression with resultType string) 。

typeProperties.integratedSecurity

object

指出是否在連線中指定使用者標識碼和密碼(若為 false),或目前的 Windows 帳戶認證是否用於驗證(若為 true),供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。

typeProperties.loadBalanceTimeout

object

在被建議版本使用之前,聯機生存在聯機集區中的最短時間,以秒為單位。 類型:integer (或 expression with resultType integer) 。

typeProperties.maxPoolSize

object

此特定連接字串的連線區中允許的連線數目上限,供建議版本使用。 類型:integer (或 expression with resultType integer) 。

typeProperties.minPoolSize

object

建議版本所使用的此特定連接字串,聯機集區中允許的連線數目下限。 類型:integer (或 expression with resultType integer) 。

typeProperties.multiSubnetFailover

object

如果您的應用程式連線到不同子網上的 AlwaysOn 可用性群組 (AG),則設定 MultiSubnetFailover=true 可讓您更快速地偵測並連線到建議版本所使用的作用中伺服器。 類型:布爾值(或具有 resultType 布爾值的表達式)。

typeProperties.multipleActiveResultSets

object

若為 true,應用程式可以維護多個作用中結果集 (MARS)。 若為 false,應用程式必須先處理或取消一個批次的所有結果集,才能在該連線上執行任何其他批次,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。

typeProperties.packetSize

object

網路封包的大小,以位元組為單位,用來與建議版本所使用的伺服器實例通訊。 類型:integer (或 expression with resultType integer) 。

typeProperties.password

AzureKeyVaultSecretReference

連接字串中密碼的 Azure 金鑰保存庫秘密參考。

typeProperties.pooling

object

指出每次要求連線時,是否要集區或明確開啟連線,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。

typeProperties.server

object

建議版本所使用的 SQL Server 實例名稱或網路位址。 Type:string (或 expression with resultType string) 。

typeProperties.servicePrincipalCredential SecretBase:

Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。

typeProperties.servicePrincipalCredentialType

object

伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。

typeProperties.servicePrincipalId

object

用來對 Azure SQL 受控實例進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。

typeProperties.servicePrincipalKey SecretBase:

用來對 Azure SQL 受控實例進行驗證的服務主體密鑰。

typeProperties.tenant

object

服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。

typeProperties.trustServerCertificate

object

指出通道是否會在略過憑證鏈結以驗證建議版本所使用的信任時加密。 類型:布爾值(或具有 resultType 布爾值的表達式)。

typeProperties.userName

object

線上到伺服器時要使用的用戶名稱。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

AzureStorageAuthenticationType

用於驗證的類型。 類型:字串。

名稱 類型 Description
AccountKey

string

Anonymous

string

Msi

string

SasUri

string

ServicePrincipal

string

AzureStorageLinkedService

記憶體帳戶連結服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

AzureStorage

連結服務的類型。

typeProperties.accountKey

AzureKeyVaultSecretReference

連接字串中 accountKey 的 Azure 金鑰保存庫秘密參考。

typeProperties.connectionString

object

連接字串。 它與 sasUri 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.sasToken

AzureKeyVaultSecretReference

sasToken 在 sas uri 中的 Azure 金鑰保存庫秘密參考。

typeProperties.sasUri

object

Azure 記憶體資源的 SAS URI。 它與 connectionString 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。

version

string

連結服務的版本。

AzureSynapseArtifactsLinkedService

Azure Synapse Analytics (Artifacts) 鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

AzureSynapseArtifacts

連結服務的類型。

typeProperties.authentication

object

如果使用系統指派的受控識別作為驗證方法,則需要指定 MSI。 Type:string (或 expression with resultType string) 。

typeProperties.endpoint

object

https://.dev.azuresynapse.net、Azure Synapse Analytics 工作區 URL。 Type:string (或 expression with resultType string) 。

typeProperties.workspaceResourceId

object

Synapse 工作區的資源標識碼。 格式應該是:/subscriptions/{subscriptionID}/resourceGroups/{resourceGroup}/providers/Microsoft.Synapse/workspaces/{workspaceName}。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

AzureTableStorageLinkedService

Azure 資料表記憶體連結服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

AzureTableStorage

連結服務的類型。

typeProperties.accountKey

AzureKeyVaultSecretReference

連接字串中 accountKey 的 Azure 金鑰保存庫秘密參考。

typeProperties.connectionString

object

連接字串。 它與 sasUri 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。

typeProperties.credential

CredentialReference

包含驗證資訊的認證參考。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.sasToken

AzureKeyVaultSecretReference

sasToken 在 sas uri 中的 Azure 金鑰保存庫秘密參考。

typeProperties.sasUri

object

Azure 記憶體資源的 SAS URI。 它與 connectionString 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。

typeProperties.serviceEndpoint

object

Azure 資料表記憶體資源的數據表服務端點。 它與 connectionString、sasUri 屬性互斥。

version

string

連結服務的版本。

CassandraLinkedService

Cassandra 數據源的連結服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

Cassandra

連結服務的類型。

typeProperties.authenticationType

object

要用於連接的 AuthenticationType。 Type:string (或 expression with resultType string) 。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.host

object

線上的主機名。 Type:string (或 expression with resultType string) 。

typeProperties.password SecretBase:

驗證的密碼。

typeProperties.port

object

連接的埠。 類型:integer (或 expression with resultType integer) 。

typeProperties.username

object

驗證的用戶名稱。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

CloudError

對象,定義 Azure Data Factory 錯誤響應的結構。

名稱 類型 Description
error.code

string

錯誤碼。

error.details

CloudError[]

具有其他錯誤詳細數據的陣列。

error.message

string

錯誤資訊。

error.target

string

與錯誤相關聯之要求中的屬性名稱/路徑。

CommonDataServiceForAppsLinkedService

Common Data Service for Apps 鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

CommonDataServiceForApps

連結服務的類型。

typeProperties.authenticationType

object

線上到 Common Data Service for Apps 伺服器的驗證類型。 適用於在線案例的 『Office365』,適用於內部部署與 Ifd 案例的 『Ifd』。 在線案例中 Server-To-Server 驗證的 'AADServicePrincipal',適用於具有 IFD 的內部部署 Dynamics 的 'Active Directory'。 Type:string (或 expression with resultType string) 。

typeProperties.deploymentType

object

Common Data Service for Apps 實例的部署類型。 Common Data Service for Apps Online 的 'Online' 和適用於 Ifd 之 Common Data Service for Apps 內部部署的 'OnPremisesWithIfd'。 Type:string (或 expression with resultType string) 。

typeProperties.domain

object

將驗證用戶認證的 Active Directory 網域。 Type:string (或 expression with resultType string) 。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.hostName

object

內部部署 Common Data Service for Apps 伺服器的主機名。 內部部署需要 屬性,且不允許在線使用。 Type:string (或 expression with resultType string) 。

typeProperties.organizationName

object

Common Data Service for Apps 實例的組織名稱。 當有多個與使用者相關聯的 Common Data Service for Apps 實例時,內部部署需要 屬性,且需要在線。 Type:string (或 expression with resultType string) 。

typeProperties.password SecretBase:

存取 Common Data Service for Apps 實例的密碼。

typeProperties.port

object

內部部署 Common Data Service for Apps 伺服器的埠。 內部部署需要 屬性,且不允許在線使用。 預設值為 443。 類型:integer (或 expression with resultType integer), minimum: 0。

typeProperties.servicePrincipalCredential SecretBase:

Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。

typeProperties.servicePrincipalCredentialType

object

伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。

typeProperties.servicePrincipalId

object

Azure Active Directory 中用於伺服器To-Server 驗證的應用程式用戶端識別碼。 Type:string (或 expression with resultType string) 。

typeProperties.serviceUri

object

Microsoft Common Data Service for Apps 伺服器的 URL。 內部部署不需要 屬性,且不允許內部部署。 Type:string (或 expression with resultType string) 。

typeProperties.username

object

用來存取 Common Data Service for Apps 實例的用戶名稱。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

ConcurLinkedService

Concur Service 鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

Concur

連結服務的類型。

typeProperties.clientId

object

Concur 應用程式管理所提供的應用程式client_id。

typeProperties.connectionProperties

object

用來連線到 Concur 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.password SecretBase:

對應至您在使用者名稱欄位中提供之使用者名稱的密碼。

typeProperties.useEncryptedEndpoints

object

指定資料源端點是否使用 HTTPS 加密。 默認值為 true。

typeProperties.useHostVerification

object

指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。

typeProperties.usePeerVerification

object

指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。

typeProperties.username

object

您用來存取 Concur 服務的使用者名稱。

version

string

連結服務的版本。

CosmosDbConnectionMode

用來存取 CosmosDB 帳戶的連接模式。 類型:字串。

名稱 類型 Description
Direct

string

Gateway

string

CosmosDbLinkedService

Microsoft Azure Cosmos Database (CosmosDB) 鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

CosmosDb

連結服務的類型。

typeProperties.accountEndpoint

object

Azure CosmosDB 帳戶的端點。 類型:string (或 expression with resultType string)

typeProperties.accountKey SecretBase:

Azure CosmosDB 帳戶的帳戶的帳戶密鑰。 類型:SecureString 或 AzureKeyVaultSecretReference。

typeProperties.azureCloudType

object

指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。

typeProperties.connectionMode

CosmosDbConnectionMode

用來存取 CosmosDB 帳戶的連接模式。 類型:字串。

typeProperties.connectionString

object

連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。

typeProperties.credential

CredentialReference

包含驗證資訊的認證參考。

typeProperties.database

object

資料庫的名稱。 類型:string (或 expression with resultType string)

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.servicePrincipalCredential SecretBase:

Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。

typeProperties.servicePrincipalCredentialType

object

伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 類型:字串。

typeProperties.servicePrincipalId

object

Azure Active Directory 中用於伺服器To-Server 驗證的應用程式用戶端識別碼。 Type:string (或 expression with resultType string) 。

typeProperties.tenant

object

服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

CosmosDbMongoDbApiLinkedService

CosmosDB (MongoDB API) 數據源的連結服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

CosmosDbMongoDbApi

連結服務的類型。

typeProperties.connectionString

object

CosmosDB (MongoDB API) 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 類型:string、SecureString 或 AzureKeyVaultSecretReference。

typeProperties.database

object

您要存取的 CosmosDB (MongoDB API) 資料庫名稱。 Type:string (或 expression with resultType string) 。

typeProperties.isServerVersionAbove32

object

CosmosDB (MongoDB API) 伺服器版本是否高於 3.2。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。

version

string

連結服務的版本。

CouchbaseLinkedService

Couchbase 伺服器鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

Couchbase

連結服務的類型。

typeProperties.connectionString

object

ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。

typeProperties.credString

AzureKeyVaultSecretReference

連接字串中 credString 的 Azure 金鑰保存庫秘密參考。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

version

string

連結服務的版本。

CredentialReference

認證參考類型。

名稱 類型 Description
referenceName

string

參考認證名稱。

type

CredentialReferenceType

認證參考類型。

CredentialReferenceType

認證參考類型。

名稱 類型 Description
CredentialReference

string

CustomDataSourceLinkedService

自訂連結服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

CustomDataSource

連結服務的類型。

version

string

連結服務的版本。

DataworldLinkedService

Dataworld 的鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

Dataworld

連結服務的類型。

typeProperties.apiToken SecretBase:

Dataworld 來源的 API 令牌。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

version

string

連結服務的版本。

Db2AuthenticationType

要用於連接的 AuthenticationType。 它與 connectionString 屬性互斥。

名稱 類型 Description
Basic

string

Db2LinkedService

DB2 數據源的連結服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

Db2

連結服務的類型。

typeProperties.authenticationType

Db2AuthenticationType

要用於連接的 AuthenticationType。 它與 connectionString 屬性互斥。

typeProperties.certificateCommonName

object

啟用 TLS 時,憑證一般名稱。 它與 connectionString 屬性互斥。 Type:string (或 expression with resultType string) 。

typeProperties.connectionString

object

連接字串。 它與伺服器、資料庫、authenticationType、userName、packageCollection 和 certificateCommonName 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。

typeProperties.database

object

連接的資料庫名稱。 它與 connectionString 屬性互斥。 Type:string (或 expression with resultType string) 。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 它與 connectionString 屬性互斥。 類型:字串。

typeProperties.packageCollection

object

在查詢資料庫時建立封裝的位置底下。 它與 connectionString 屬性互斥。 Type:string (或 expression with resultType string) 。

typeProperties.password SecretBase:

驗證的密碼。

typeProperties.server

object

線上的伺服器名稱。 它與 connectionString 屬性互斥。 Type:string (或 expression with resultType string) 。

typeProperties.username

object

驗證的用戶名稱。 它與 connectionString 屬性互斥。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

DrillLinkedService

鑽研伺服器連結服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

Drill

連結服務的類型。

typeProperties.connectionString

object

ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.pwd

AzureKeyVaultSecretReference

連接字串中密碼的 Azure 金鑰保存庫秘密參考。

version

string

連結服務的版本。

DynamicsAXLinkedService

Dynamics AX 鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

DynamicsAX

連結服務的類型。

typeProperties.aadResourceId

object

指定您要求授權的資源。 Type:string (或 expression with resultType string) 。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.servicePrincipalId

object

指定應用程式的用戶端識別碼。 Type:string (或 expression with resultType string) 。

typeProperties.servicePrincipalKey SecretBase:

指定應用程式的金鑰。 將此欄位標示為 SecureString,以安全地將其儲存在 Data Factory 中,或參考儲存在 Azure Key Vault 中的秘密。 Type:string (或 expression with resultType string) 。

typeProperties.tenant

object

指定應用程式所在的租使用者資訊(功能變數名稱或租使用者標識符)。 將滑鼠停留在 Azure 入口網站的右上角以擷取它。 Type:string (或 expression with resultType string) 。

typeProperties.url

object

Dynamics AX (或 Dynamics 365 Finance and Operations) 實例 OData 端點。

version

string

連結服務的版本。

DynamicsCrmLinkedService

Dynamics CRM 鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

DynamicsCrm

連結服務的類型。

typeProperties.authenticationType

object

要連線到 Dynamics CRM 伺服器的驗證類型。 在線案例的 'Office365' 為內部部署的 'Ifd'、適用於 Server-To-Server 在線案例中的 'AADServicePrincipal' 、適用於具有 IFD 之 Dynamics 內部部署 Dynamics 的 'Active Directory'。 Type:string (或 expression with resultType string) 。

typeProperties.credential

CredentialReference

包含驗證資訊的認證參考。

typeProperties.deploymentType

object

Dynamics CRM 實例的部署類型。 Dynamics CRM Online 的 'Online' 和適用於具有 Ifd 之 Dynamics CRM 內部部署的 'OnPremisesWithIfd'。 Type:string (或 expression with resultType string) 。

typeProperties.domain

object

將驗證用戶認證的 Active Directory 網域。 Type:string (或 expression with resultType string) 。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.hostName

object

內部部署 Dynamics CRM 伺服器的主機名。 內部部署需要 屬性,且不允許在線使用。 Type:string (或 expression with resultType string) 。

typeProperties.organizationName

object

Dynamics CRM 實例的組織名稱。 當有多個 Dynamics CRM 實例與使用者建立關聯時,內部部署和在線都需要 屬性。 Type:string (或 expression with resultType string) 。

typeProperties.password SecretBase:

存取 Dynamics CRM 實例的密碼。

typeProperties.port

object

內部部署 Dynamics CRM 伺服器的埠。 內部部署需要 屬性,且不允許在線使用。 預設值為 443。 類型:integer (或 expression with resultType integer), minimum: 0。

typeProperties.servicePrincipalCredential SecretBase:

Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。

typeProperties.servicePrincipalCredentialType

object

伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。

typeProperties.servicePrincipalId

object

Azure Active Directory 中用於伺服器To-Server 驗證的應用程式用戶端識別碼。 Type:string (或 expression with resultType string) 。

typeProperties.serviceUri

object

Microsoft Dynamics CRM 伺服器的 URL。 內部部署不需要 屬性,且不允許內部部署。 Type:string (或 expression with resultType string) 。

typeProperties.username

object

存取 Dynamics CRM 實例的用戶名稱。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

DynamicsLinkedService

Dynamics 鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

Dynamics

連結服務的類型。

typeProperties.authenticationType

object

要連線到 Dynamics 伺服器的驗證類型。 在線案例的 'Office365' 為內部部署的 'Ifd'、適用於 Server-To-Server 在線案例中的 'AADServicePrincipal' 、適用於具有 IFD 之 Dynamics 內部部署 Dynamics 的 'Active Directory'。 Type:string (或 expression with resultType string) 。

typeProperties.credential

CredentialReference

包含驗證資訊的認證參考。

typeProperties.deploymentType

object

Dynamics 實例的部署類型。 Dynamics Online 的 'Online' 和適用於具有 Ifd 之 Dynamics 內部部署的 'OnPremisesWithIfd'。 Type:string (或 expression with resultType string) 。

typeProperties.domain

object

將驗證用戶認證的 Active Directory 網域。 Type:string (或 expression with resultType string) 。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.hostName

object

內部部署 Dynamics 伺服器的主機名。 內部部署需要 屬性,且不允許在線使用。 Type:string (或 expression with resultType string) 。

typeProperties.organizationName

object

Dynamics 實例的組織名稱。 當有多個與使用者相關聯的 Dynamics 實例時,內部部署需要 屬性,且需要在線。 Type:string (或 expression with resultType string) 。

typeProperties.password SecretBase:

存取 Dynamics 實例的密碼。

typeProperties.port

object

內部部署 Dynamics 伺服器的埠。 內部部署需要 屬性,且不允許在線使用。 預設值為 443。 類型:integer (或 expression with resultType integer), minimum: 0。

typeProperties.servicePrincipalCredential SecretBase:

Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。

typeProperties.servicePrincipalCredentialType

object

伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。

typeProperties.servicePrincipalId

object

Azure Active Directory 中用於伺服器To-Server 驗證的應用程式用戶端識別碼。 Type:string (或 expression with resultType string) 。

typeProperties.serviceUri

object

Microsoft Dynamics 伺服器的 URL。 內部部署不需要 屬性,且不允許內部部署。 Type:string (或 expression with resultType string) 。

typeProperties.username

object

用來存取 Dynamics 實例的用戶名稱。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

EloquaLinkedService

Eloqua 伺服器鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

Eloqua

連結服務的類型。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.endpoint

object

Eloqua 伺服器的端點。 (即 eloqua.example.com)

typeProperties.password SecretBase:

對應至使用者名稱的密碼。

typeProperties.useEncryptedEndpoints

object

指定資料源端點是否使用 HTTPS 加密。 默認值為 true。

typeProperties.useHostVerification

object

指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。

typeProperties.usePeerVerification

object

指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。

typeProperties.username

object

Eloqua 帳戶的網站名稱和用戶名稱,格式如下:sitename/username。 (即埃洛誇/愛麗絲)

version

string

連結服務的版本。

FileServerLinkedService

檔系統連結服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

FileServer

連結服務的類型。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.host

object

伺服器的主機名。 Type:string (或 expression with resultType string) 。

typeProperties.password SecretBase:

登入伺服器的密碼。

typeProperties.userId

object

登入伺服器的使用者識別碼。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

FtpAuthenticationType

要用來連線到 FTP 伺服器的驗證類型。

名稱 類型 Description
Anonymous

string

Basic

string

FtpServerLinkedService

FTP 伺服器連結服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

FtpServer

連結服務的類型。

typeProperties.authenticationType

FtpAuthenticationType

要用來連線到 FTP 伺服器的驗證類型。

typeProperties.enableServerCertificateValidation

object

如果為 true,請透過 SSL/TLS 通道連線時驗證 FTP 伺服器 SSL 憑證。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。

typeProperties.enableSsl

object

如果為 true,請透過 SSL/TLS 通道連線到 FTP 伺服器。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.host

object

FTP 伺服器的主機名。 Type:string (或 expression with resultType string) 。

typeProperties.password SecretBase:

登入 FTP 伺服器的密碼。

typeProperties.port

object

FTP 伺服器用來接聽用戶端連線的 TCP 連接埠號碼。 預設值為 21。 類型:integer (或 expression with resultType integer), minimum: 0。

typeProperties.userName

object

登入 FTP 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

GoogleAdWordsAuthenticationType

用於驗證的 OAuth 2.0 驗證機制。 ServiceAuthentication 只能在自我裝載 IR 上使用。

名稱 類型 Description
ServiceAuthentication

string

UserAuthentication

string

GoogleAdWordsLinkedService

Google AdWords 服務鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

GoogleAdWords

連結服務的類型。

typeProperties.authenticationType

GoogleAdWordsAuthenticationType

用於驗證的 OAuth 2.0 驗證機制。 ServiceAuthentication 只能在自我裝載 IR 上使用。

typeProperties.clientCustomerID

object

您想要擷取報表數據的 AdWords 帳戶客戶端客戶標識碼。 Type:string (或 expression with resultType string) 。

typeProperties.clientId

object

用來取得重新整理令牌之 Google 應用程式的用戶端識別碼。 Type:string (或 expression with resultType string) 。

typeProperties.clientSecret SecretBase:

用來取得重新整理令牌之 Google 應用程式的客戶端密碼。

typeProperties.connectionProperties

object

(已淘汰)用來連線到GoogleAds的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。

typeProperties.developerToken SecretBase:

與您用來授與 AdWords API 存取權之管理員帳戶相關聯的開發人員令牌。

typeProperties.email

object

服務帳戶電子郵件標識碼,用於 ServiceAuthentication,且只能在自我裝載 IR 上使用。 Type:string (或 expression with resultType string) 。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.googleAdsApiVersion

object

Google Ads API 主要版本,例如 v14。 在 https://developers.google.com/google-ads/api/docs/release-notes上可以找到支援的主要版本。 Type:string (或 expression with resultType string) 。

typeProperties.keyFilePath

object

(已淘汰).p12 金鑰檔案的完整路徑,用來驗證服務帳戶電子郵件位址,而且只能在自我裝載 IR 上使用。 Type:string (或 expression with resultType string) 。

typeProperties.loginCustomerID

object

您想要擷取特定客戶之報表數據的Google Ads Manager 帳戶客戶標識碼。 Type:string (或 expression with resultType string) 。

typeProperties.privateKey SecretBase:

用來驗證服務帳戶電子郵件位址且只能在自我裝載 IR 上使用的私鑰。

typeProperties.refreshToken SecretBase:

從 Google 取得的重新整理令牌,以授權存取 AdWords for UserAuthentication。

typeProperties.supportLegacyDataTypes

object

指定是否要使用舊版數據類型對應,將 float、int32 和 int64 從 Google 對應至字串。 除非您想要與舊版驅動程序的數據類型對應保持回溯相容性,否則請勿將此設定為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。

typeProperties.trustedCertPath

object

(已淘汰).pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 Type:string (或 expression with resultType string) 。

typeProperties.useSystemTrustStore

object

(已淘汰)指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。

version

string

連結服務的版本。

GoogleBigQueryAuthenticationType

用於驗證的 OAuth 2.0 驗證機制。 ServiceAuthentication 只能在自我裝載 IR 上使用。

名稱 類型 Description
ServiceAuthentication

string

UserAuthentication

string

GoogleBigQueryLinkedService

Google BigQuery 服務鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

GoogleBigQuery

連結服務的類型。

typeProperties.additionalProjects

object

要存取的公用 BigQuery 專案逗號分隔清單。 Type:string (或 expression with resultType string) 。

typeProperties.authenticationType

GoogleBigQueryAuthenticationType

用於驗證的 OAuth 2.0 驗證機制。 ServiceAuthentication 只能在自我裝載 IR 上使用。

typeProperties.clientId

object

用來取得重新整理令牌之 Google 應用程式的用戶端識別碼。 Type:string (或 expression with resultType string) 。

typeProperties.clientSecret SecretBase:

用來取得重新整理令牌之 Google 應用程式的客戶端密碼。

typeProperties.email

object

服務帳戶電子郵件標識碼,用於 ServiceAuthentication,且只能在自我裝載 IR 上使用。 Type:string (或 expression with resultType string) 。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.keyFilePath

object

.p12 金鑰檔案的完整路徑,用來驗證服務帳戶電子郵件位址,而且只能在自我裝載 IR 上使用。 Type:string (或 expression with resultType string) 。

typeProperties.project

object

要查詢的預設 BigQuery 專案。 Type:string (或 expression with resultType string) 。

typeProperties.refreshToken SecretBase:

從 Google 取得的重新整理令牌,以授權存取 BigQuery for UserAuthentication。

typeProperties.requestGoogleDriveScope

object

是否要求存取Google雲端硬碟。 允許Google Drive存取可支持結合 BigQuery 數據與Google Drive 資料的同盟數據表。 默認值為 false。 Type:string (或 expression with resultType string) 。

typeProperties.trustedCertPath

object

.pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 Type:string (或 expression with resultType string) 。

typeProperties.useSystemTrustStore

object

指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 默認值為 false。類型:布爾值(或 expression 含 resultType 布爾值的表達式)。

version

string

連結服務的版本。

GoogleBigQueryV2AuthenticationType

用於驗證的 OAuth 2.0 驗證機制。

名稱 類型 Description
ServiceAuthentication

string

UserAuthentication

string

GoogleBigQueryV2LinkedService

Google BigQuery 服務鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

GoogleBigQueryV2

連結服務的類型。

typeProperties.authenticationType

GoogleBigQueryV2AuthenticationType

用於驗證的 OAuth 2.0 驗證機制。

typeProperties.clientId

object

用來取得重新整理令牌之 Google 應用程式的用戶端識別碼。 Type:string (或 expression with resultType string) 。

typeProperties.clientSecret SecretBase:

用來取得重新整理令牌之 Google 應用程式的客戶端密碼。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.keyFileContent SecretBase:

用來驗證服務帳戶之 .json 金鑰檔案的內容。 Type:string (或 expression with resultType string) 。

typeProperties.projectId

object

要查詢的預設 BigQuery 項目識別碼。 Type:string (或 expression with resultType string) 。

typeProperties.refreshToken SecretBase:

從 Google 取得的重新整理令牌,以授權存取 BigQuery for UserAuthentication。

version

string

連結服務的版本。

GoogleCloudStorageLinkedService

Google Cloud Storage 的鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

GoogleCloudStorage

連結服務的類型。

typeProperties.accessKeyId

object

Google Cloud Storage Identity and Access Management (IAM) 使用者的存取密鑰標識碼。 Type:string (或 expression with resultType string) 。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.secretAccessKey SecretBase:

Google Cloud Storage Identity and Access Management (IAM) 使用者的秘密存取密鑰。

typeProperties.serviceUrl

object

這個值會指定要使用Google Cloud Storage Connector 存取的端點。 這是選擇性屬性;只有在您想要嘗試不同的服務端點或想要在 HTTPs 和 HTTP 之間切換時,才變更它。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

GoogleSheetsLinkedService

GoogleSheets 的鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

GoogleSheets

連結服務的類型。

typeProperties.apiToken SecretBase:

GoogleSheets 來源的 API 令牌。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

version

string

連結服務的版本。

GreenplumLinkedService

Greenplum 資料庫鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

Greenplum

連結服務的類型。

typeProperties.connectionString

object

ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.pwd

AzureKeyVaultSecretReference

連接字串中密碼的 Azure 金鑰保存庫秘密參考。

version

string

連結服務的版本。

HBaseAuthenticationType

用來連線到 HBase 伺服器的驗證機制。

名稱 類型 Description
Anonymous

string

Basic

string

HBaseLinkedService

HBase 伺服器鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

HBase

連結服務的類型。

typeProperties.allowHostNameCNMismatch

object

指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 默認值為 false。

typeProperties.allowSelfSignedServerCert

object

指定是否允許來自伺服器的自我簽署憑證。 默認值為 false。

typeProperties.authenticationType

HBaseAuthenticationType

用來連線到 HBase 伺服器的驗證機制。

typeProperties.enableSsl

object

指定是否使用 SSL 加密與伺服器的連線。 默認值為 false。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.host

object

HBase 伺服器的IP位址或主機名。 (即192.168.222.160)

typeProperties.httpPath

object

對應至 HBase 伺服器的部分 URL。 (即 /gateway/sandbox/hbase/version)

typeProperties.password SecretBase:

對應至使用者名稱的密碼。

typeProperties.port

object

HBase 實例用來接聽用戶端連線的 TCP 連接埠。 預設值為9090。

typeProperties.trustedCertPath

object

.pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。

typeProperties.username

object

用來連線到 HBase 實例的用戶名稱。

version

string

連結服務的版本。

HdfsLinkedService

Hadoop 分散式文件系統 (HDFS) 連結服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

Hdfs

連結服務的類型。

typeProperties.authenticationType

object

用來連線到 HDFS 的驗證類型。 可能的值為:匿名和 Windows。 Type:string (或 expression with resultType string) 。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.password SecretBase:

Windows 驗證的密碼。

typeProperties.url

object

HDFS 服務端點的 URL,例如 http://myhostname:50070/webhdfs/v1 。 Type:string (或 expression with resultType string) 。

typeProperties.userName

object

Windows 驗證的用戶名稱。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

HDInsightLinkedService

HDInsight 鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

HDInsight

連結服務的類型。

typeProperties.clusterUri

object

HDInsight 叢集 URI。 Type:string (或 expression with resultType string) 。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.fileSystem

object

如果 HDInsight 的主要記憶體是 ADLS Gen2,請指定 FileSystem。 Type:string (或 expression with resultType string) 。

typeProperties.hcatalogLinkedServiceName

LinkedServiceReference

指向 HCatalog 資料庫的 Azure SQL 鏈接服務參考。

typeProperties.isEspEnabled

object

指定是否使用 ESP 建立 HDInsight (企業安全性套件)。 類型:布爾值。

typeProperties.linkedServiceName

LinkedServiceReference

Azure 記憶體連結服務參考。

typeProperties.password SecretBase:

HDInsight 叢集密碼。

typeProperties.userName

object

HDInsight 叢集用戶名稱。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

HDInsightOnDemandLinkedService

HDInsight ondemand 鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

HDInsightOnDemand

連結服務的類型。

typeProperties.additionalLinkedServiceNames

LinkedServiceReference[]

指定 HDInsight 鏈接服務的其他記憶體帳戶,讓 Data Factory 服務可以代表您註冊它們。

typeProperties.clusterNamePrefix

object

叢集名稱的前置詞,後置詞會與時間戳不同。 Type:string (或 expression with resultType string) 。

typeProperties.clusterPassword SecretBase:

存取叢集的密碼。

typeProperties.clusterResourceGroup

object

叢集所屬的資源群組。 Type:string (或 expression with resultType string) 。

typeProperties.clusterSize

object

叢集中的背景工作/數據節點數目。 建議值:4。 類型:int (或 expressionType int 的運算式)。

typeProperties.clusterSshPassword SecretBase:

SSH 的密碼會從遠端連線叢集的節點(適用於 Linux)。

typeProperties.clusterSshUserName

object

SSH 的使用者名稱會從遠端連線到叢集的節點(適用於 Linux)。 Type:string (或 expression with resultType string) 。

typeProperties.clusterType

object

叢集類型。 Type:string (或 expression with resultType string) 。

typeProperties.clusterUserName

object

存取叢集的用戶名稱。 Type:string (或 expression with resultType string) 。

typeProperties.coreConfiguration

object

指定要建立 HDInsight 叢集的核心組態參數(如 core-site.xml中所示。

typeProperties.credential

CredentialReference

包含驗證資訊的認證參考。

typeProperties.dataNodeSize

object

指定 HDInsight 叢集的數據節點大小。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.hBaseConfiguration

object

指定 HDInsight 叢集的 HBase 組態參數 (hbase-site.xml)。

typeProperties.hcatalogLinkedServiceName

LinkedServiceReference

指向 HCatalog 資料庫的 Azure SQL 連結服務名稱。 隨選 HDInsight 叢集是使用 Azure SQL 資料庫作為中繼存放區所建立。

typeProperties.hdfsConfiguration

object

指定 HDInsight 叢集的 HDFS 組態參數 (hdfs-site.xml)。

typeProperties.headNodeSize

object

指定 HDInsight 叢集前端節點的大小。

typeProperties.hiveConfiguration

object

指定 HDInsight 叢集的 hive 組態參數 (hive-site.xml)。

typeProperties.hostSubscriptionId

object

客戶用來裝載叢集的訂用帳戶。 Type:string (或 expression with resultType string) 。

typeProperties.linkedServiceName

LinkedServiceReference

隨選叢集用來儲存和處理數據的 Azure 記憶體連結服務。

typeProperties.mapReduceConfiguration

object

指定 HDInsight 叢集的 MapReduce 組態參數 (mapred-site.xml)。

typeProperties.oozieConfiguration

object

指定 HDInsight 叢集的 Oozie 組態參數 (oozie-site.xml)。

typeProperties.scriptActions

ScriptAction[]

自定義腳本動作,在 HDI ondemand 叢集上執行一旦啟動。 請參閱 https://docs.microsoft.com/en-us/azure/hdinsight/hdinsight-hadoop-customize-cluster-linux?toc=%2Fen-us%2Fazure%2Fhdinsight%2Fr-server%2FTOC.json&bc=%2Fen-us%2Fazure%2Fbread%2Ftoc.json#understanding-script-actions

typeProperties.servicePrincipalId

object

hostSubscriptionId 的服務主體標識符。 Type:string (或 expression with resultType string) 。

typeProperties.servicePrincipalKey SecretBase:

服務主體標識碼的索引鍵。

typeProperties.sparkVersion

object

如果叢集類型為 『spark』,則為 spark 的版本。 Type:string (或 expression with resultType string) 。

typeProperties.stormConfiguration

object

指定 HDInsight 叢集的 Storm 組態參數 (storm-site.xml)。

typeProperties.subnetName

object

vNet 中子網的ARM資源標識碼。 如果已指定 virtualNetworkId,則需要此屬性。 Type:string (或 expression with resultType string) 。

typeProperties.tenant

object

服務主體所屬的租用戶標識碼/名稱。 Type:string (或 expression with resultType string) 。

typeProperties.timeToLive

object

隨選 HDInsight 叢集允許的空閒時間。 指定當叢集中沒有其他作用中作業時,隨選 HDInsight 叢集在活動執行完成後保持運作的時間長度。 最小值為 5 分鐘。 Type:string (或 expression with resultType string) 。

typeProperties.version

object

HDInsight 叢集的版本。  Type:string (或 expression with resultType string) 。

typeProperties.virtualNetworkId

object

建立之後應該加入叢集之 vNet 的 ARM 資源識別碼。 Type:string (或 expression with resultType string) 。

typeProperties.yarnConfiguration

object

指定 HDInsight 叢集的 Yarn 組態參數 (yarn-site.xml)。

typeProperties.zookeeperNodeSize

object

指定 HDInsight 叢集的 Zoo Keeper 節點大小。

version

string

連結服務的版本。

HiveAuthenticationType

用來存取 Hive 伺服器的驗證方法。

名稱 類型 Description
Anonymous

string

Username

string

UsernameAndPassword

string

WindowsAzureHDInsightService

string

HiveLinkedService

Hive Server 連結服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

Hive

連結服務的類型。

typeProperties.allowHostNameCNMismatch

object

指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 默認值為 false。

typeProperties.allowSelfSignedServerCert

object

指定是否允許來自伺服器的自我簽署憑證。 默認值為 false。

typeProperties.authenticationType

HiveAuthenticationType

用來存取 Hive 伺服器的驗證方法。

typeProperties.enableSsl

object

指定是否使用 SSL 加密與伺服器的連線。 默認值為 false。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.host

object

多個主機的IP位址或Hive伺服器的主機名,並以 『;' 分隔(只有在啟用 serviceDiscoveryMode 時)。

typeProperties.httpPath

object

對應至Hive伺服器的部分URL。

typeProperties.password SecretBase:

對應至您在 [用戶名稱] 字段中提供之使用者名稱的密碼

typeProperties.port

object

Hive 伺服器用來接聽用戶端連線的 TCP 連接埠。

typeProperties.serverType

HiveServerType

Hive 伺服器的型別。

typeProperties.serviceDiscoveryMode

object

true 表示使用 ZooKeeper 服務,false not。

typeProperties.thriftTransportProtocol

HiveThriftTransportProtocol

在 Thrift 層中使用的傳輸通訊協定。

typeProperties.trustedCertPath

object

.pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。

typeProperties.useNativeQuery

object

指定驅動程式是否使用原生 HiveQL 查詢,或將它們轉換成 HiveQL 中的對等形式。

typeProperties.useSystemTrustStore

object

指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 默認值為 false。

typeProperties.username

object

您用來存取 Hive Server 的使用者名稱。

typeProperties.zooKeeperNameSpace

object

在 ZooKeeper 上新增 Hive Server 2 節點的命名空間。

version

string

連結服務的版本。

HiveServerType

Hive 伺服器的型別。

名稱 類型 Description
HiveServer1

string

HiveServer2

string

HiveThriftServer

string

HiveThriftTransportProtocol

在 Thrift 層中使用的傳輸通訊協定。

名稱 類型 Description
Binary

string

HTTP

string

SASL

string

HttpAuthenticationType

要用來連線到 HTTP 伺服器的驗證類型。

名稱 類型 Description
Anonymous

string

Basic

string

ClientCertificate

string

Digest

string

Windows

string

HttpLinkedService

HTTP 來源的連結服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

HttpServer

連結服務的類型。

typeProperties.authHeaders

object

要求中用於授權之 RESTful API 的其他 HTTP 標頭。 類型:索引鍵值組(值應該是字串類型)。

typeProperties.authenticationType

HttpAuthenticationType

要用來連線到 HTTP 伺服器的驗證類型。

typeProperties.certThumbprint

object

ClientCertificate 驗證憑證的指紋。 僅適用於內部部署複本。 針對使用 ClientCertificate 驗證的內部部署複製,應指定 CertThumbprint 或 EmbeddedCertData/Password。 Type:string (或 expression with resultType string) 。

typeProperties.embeddedCertData

object

ClientCertificate 驗證的Base64編碼憑證數據。 針對使用 ClientCertificate 驗證的內部部署複製,應指定 CertThumbprint 或 EmbeddedCertData/Password。 Type:string (或 expression with resultType string) 。

typeProperties.enableServerCertificateValidation

object

如果為 true,請驗證 HTTPS 伺服器 SSL 憑證。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.password SecretBase:

使用 EmbeddedCertData 驗證進行基本、摘要、Windows 或 ClientCertificate 的密碼。

typeProperties.url

object

HTTP 端點的基底 URL,例如 https://www.microsoft.com。 Type:string (或 expression with resultType string) 。

typeProperties.userName

object

基本、摘要或 Windows 驗證的用戶名稱。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

HubspotLinkedService

Hubspot Service 鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

Hubspot

連結服務的類型。

typeProperties.accessToken SecretBase:

最初驗證 OAuth 整合時取得的存取令牌。

typeProperties.clientId

object

與您的 Hubspot 應用程式相關聯的用戶端識別碼。

typeProperties.clientSecret SecretBase:

與您的 Hubspot 應用程式相關聯的客戶端密碼。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.refreshToken SecretBase:

初始驗證 OAuth 整合時取得的重新整理令牌。

typeProperties.useEncryptedEndpoints

object

指定資料源端點是否使用 HTTPS 加密。 默認值為 true。

typeProperties.useHostVerification

object

指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。

typeProperties.usePeerVerification

object

指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。

version

string

連結服務的版本。

ImpalaAuthenticationType

要使用的驗證類型。

名稱 類型 Description
Anonymous

string

SASLUsername

string

UsernameAndPassword

string

ImpalaLinkedService

Impala 伺服器連結服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

Impala

連結服務的類型。

typeProperties.allowHostNameCNMismatch

object

指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 默認值為 false。

typeProperties.allowSelfSignedServerCert

object

指定是否允許來自伺服器的自我簽署憑證。 默認值為 false。

typeProperties.authenticationType

ImpalaAuthenticationType

要使用的驗證類型。

typeProperties.enableSsl

object

指定是否使用 SSL 加密與伺服器的連線。 默認值為 false。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.host

object

Impala 伺服器的IP位址或主機名。 (即192.168.222.160)

typeProperties.password SecretBase:

使用 UsernameAndPassword 時,對應至使用者名稱的密碼。

typeProperties.port

object

Impala 伺服器用來接聽用戶端連線的 TCP 連接埠。 預設值為 21050。

typeProperties.trustedCertPath

object

.pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。

typeProperties.useSystemTrustStore

object

指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 默認值為 false。

typeProperties.username

object

用來存取 Impala 伺服器的用戶名稱。 使用SASLUsername時,預設值為匿名。

version

string

連結服務的版本。

InformixLinkedService

Informix 鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

Informix

連結服務的類型。

typeProperties.authenticationType

object

用來連線到 Informix 做為 ODBC 資料存放區的驗證類型。 可能的值為:Anonymous 和 Basic。 Type:string (或 expression with resultType string) 。

typeProperties.connectionString

object

連接字串的非存取認證部分,以及選擇性的加密認證。 類型:string、SecureString 或 AzureKeyVaultSecretReference 或 Expression with resultType string。

typeProperties.credential SecretBase:

驅動程式特定屬性值格式所指定連接字串的存取認證部分。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.password SecretBase:

基本身份驗證的密碼。

typeProperties.userName

object

基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

IntegrationRuntimeReference

整合運行時間參考類型。

名稱 類型 Description
parameters

object

整合運行時間的自變數。

referenceName

string

參考整合運行時間名稱。

type enum:

IntegrationRuntimeReference

整合運行時間的類型。

JiraLinkedService

Jira 服務鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

Jira

連結服務的類型。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.host

object

Jira 服務的IP位址或主機名。 (例如 jira.example.com)

typeProperties.password SecretBase:

對應至您在使用者名稱欄位中提供之使用者名稱的密碼。

typeProperties.port

object

Jira 伺服器用來接聽用戶端連線的 TCP 連接埠。 如果透過 HTTPS 連線,則預設值為 443,如果透過 HTTP 連線,則為 8080。

typeProperties.useEncryptedEndpoints

object

指定資料源端點是否使用 HTTPS 加密。 默認值為 true。

typeProperties.useHostVerification

object

指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。

typeProperties.usePeerVerification

object

指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。

typeProperties.username

object

您用來存取 Jira 服務的使用者名稱。

version

string

連結服務的版本。

LakeHouseLinkedService

Microsoft Fabric LakeHouse 鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

LakeHouse

連結服務的類型。

typeProperties.artifactId

object

Microsoft Fabric LakeHouse 成品的標識碼。 Type:string (或 expression with resultType string) 。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.servicePrincipalCredential SecretBase:

Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。

typeProperties.servicePrincipalCredentialType

object

伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。

typeProperties.servicePrincipalId

object

用來針對 Microsoft Fabric LakeHouse 進行驗證的應用程式識別碼。 Type:string (或 expression with resultType string) 。

typeProperties.servicePrincipalKey SecretBase:

用來對 Microsoft fabric LakeHouse 進行驗證之應用程式的密鑰。

typeProperties.tenant

object

服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。

typeProperties.workspaceId

object

Microsoft Fabric 工作區的標識碼。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

LinkedServiceReference

連結服務參考類型。

名稱 類型 Description
parameters

object

LinkedService 的自變數。

referenceName

string

參考 LinkedService 名稱。

type

Type

連結服務參考類型。

LinkedServiceResource

鏈接的服務資源類型。

名稱 類型 Description
etag

string

Etag 會識別資源中的變更。

id

string

資源標識碼。

name

string

資源名稱。

properties LinkedService:

連結服務的屬性。

type

string

資源類型。

MagentoLinkedService

Magento 伺服器鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

Magento

連結服務的類型。

typeProperties.accessToken SecretBase:

來自Magento的存取令牌。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.host

object

Magento 實例的 URL。 (即192.168.222.110/洋紅3)

typeProperties.useEncryptedEndpoints

object

指定資料源端點是否使用 HTTPS 加密。 默認值為 true。

typeProperties.useHostVerification

object

指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。

typeProperties.usePeerVerification

object

指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。

version

string

連結服務的版本。

MariaDBLinkedService

MariaDB 伺服器鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

MariaDB

連結服務的類型。

typeProperties.connectionString

object

ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。

typeProperties.database

object

連接的資料庫名稱。 類型:字串。

typeProperties.driverVersion

object

MariaDB 驅動程式的版本。 類型:字串。 舊版驅動程式的 V1 或空白,適用於新驅動程式的 V2。 V1 可以支援連接字串和屬性包,V2 只能支援連接字串。 舊版驅動程式已排定在 2024 年 10 月前淘汰。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.password

AzureKeyVaultSecretReference

連接字串中密碼的 Azure 金鑰保存庫秘密參考。

typeProperties.port

object

連接的埠。 類型:整數。

typeProperties.server

object

線上的伺服器名稱。 類型:字串。

typeProperties.sslMode

object

此選項會指定驅動程式在連線到 MariaDB 時是否使用 TLS 加密和驗證。 例如,SSLMode=<0/1/2/3/4>。 選項:DISABLED (0) / PREFERRED (1) /REQUIRED (2) / VERIFY_CA (3) / VERIFY_IDENTITY (4), REQUIRED (2) 建議只允許使用 SSL/TLS 加密的聯機。

typeProperties.useSystemTrustStore

object

此選項會指定是否要使用來自系統信任存放區的 CA 憑證,或從指定的 PEM 檔案使用 CA 憑證。 例如 UseSystemTrustStore=<0/1>;選項:已啟用 (1) / 已停用 (0) (預設)

typeProperties.username

object

驗證的用戶名稱。 類型:字串。

version

string

連結服務的版本。

MarketoLinkedService

Marketo 伺服器鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

Marketo

連結服務的類型。

typeProperties.clientId

object

Marketo 服務的用戶端標識碼。

typeProperties.clientSecret SecretBase:

Marketo 服務的客戶端密碼。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.endpoint

object

Marketo 伺服器的端點。 (即 123-ABC-321.mktorest.com)

typeProperties.useEncryptedEndpoints

object

指定資料源端點是否使用 HTTPS 加密。 默認值為 true。

typeProperties.useHostVerification

object

指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。

typeProperties.usePeerVerification

object

指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。

version

string

連結服務的版本。

MicrosoftAccessLinkedService

Microsoft Access 鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

MicrosoftAccess

連結服務的類型。

typeProperties.authenticationType

object

用來連線至 Microsoft Access 做為 ODBC 資料存放區的驗證類型。 可能的值為:Anonymous 和 Basic。 Type:string (或 expression with resultType string) 。

typeProperties.connectionString

object

連接字串的非存取認證部分,以及選擇性的加密認證。 類型:string、SecureString 或 AzureKeyVaultSecretReference 或 Expression with resultType string。

typeProperties.credential SecretBase:

驅動程式特定屬性值格式所指定連接字串的存取認證部分。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.password SecretBase:

基本身份驗證的密碼。

typeProperties.userName

object

基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

MongoDbAtlasLinkedService

MongoDB Atlas 數據源的連結服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

MongoDbAtlas

連結服務的類型。

typeProperties.connectionString

object

MongoDB Atlas 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 類型:string、SecureString 或 AzureKeyVaultSecretReference。

typeProperties.database

object

您想要存取的 MongoDB Atlas 資料庫名稱。 Type:string (或 expression with resultType string) 。

typeProperties.driverVersion

object

您要選擇的驅動程式版本。 允許的值為 v1 和 v2。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

MongoDbAuthenticationType

要用來連線到 MongoDB 資料庫的驗證類型。

名稱 類型 Description
Anonymous

string

Basic

string

MongoDbLinkedService

MongoDb 數據源的連結服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

MongoDb

連結服務的類型。

typeProperties.allowSelfSignedServerCert

object

指定是否允許來自伺服器的自我簽署憑證。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。

typeProperties.authSource

object

用來驗證使用者名稱和密碼的資料庫。 Type:string (或 expression with resultType string) 。

typeProperties.authenticationType

MongoDbAuthenticationType

要用來連線到 MongoDB 資料庫的驗證類型。

typeProperties.databaseName

object

您想要存取的 MongoDB 資料庫名稱。 Type:string (或 expression with resultType string) 。

typeProperties.enableSsl

object

指定是否使用 SSL 加密與伺服器的連線。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.password SecretBase:

驗證的密碼。

typeProperties.port

object

MongoDB 伺服器用來接聽用戶端連線的 TCP 連接埠號碼。 預設值為 27017。 類型:integer (或 expression with resultType integer), minimum: 0。

typeProperties.server

object

MongoDB 伺服器的IP位址或伺服器名稱。 Type:string (或 expression with resultType string) 。

typeProperties.username

object

驗證的用戶名稱。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

MongoDbV2LinkedService

MongoDB 數據源的連結服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

MongoDbV2

連結服務的類型。

typeProperties.connectionString

object

MongoDB 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 類型:string、SecureString 或 AzureKeyVaultSecretReference。

typeProperties.database

object

您想要存取的 MongoDB 資料庫名稱。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

MySqlLinkedService

MySQL 數據源的連結服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

MySql

連結服務的類型。

typeProperties.allowZeroDateTime

object

這可讓從資料庫擷取特殊的“零”日期值 0000-00-00。 類型:布爾值。

typeProperties.connectionString

object

連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。

typeProperties.connectionTimeout

object

在終止嘗試並產生錯誤之前,等候伺服器連線的時間長度(以秒為單位)。 類型:整數。

typeProperties.convertZeroDateTime

object

如果為 True,則會傳回具有不允許值的 date 或 datetime 數據行的 DateTime.MinValue。 類型:布爾值。

typeProperties.database

object

連接的資料庫名稱。 類型:字串。

typeProperties.driverVersion

object

MySQL 驅動程式的版本。 類型:字串。 舊版驅動程式的 V1 或空白,適用於新驅動程式的 V2。 V1 可以支援連接字串和屬性包,V2 只能支援連接字串。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.guidFormat

object

判斷應該讀取為 GUID 的數據行類型(如果有的話)。 類型:字串。 無:不會自動將任何數據行類型讀取為 Guid;Char36:所有 CHAR(36) 數據行都會使用小寫十六進位和連字元來讀取/寫入為 Guid,其符合 UUID。

typeProperties.password

AzureKeyVaultSecretReference

連接字串中密碼的 Azure 金鑰保存庫秘密參考。

typeProperties.port

object

連接的埠。 類型:整數。

typeProperties.server

object

線上的伺服器名稱。 類型:字串。

typeProperties.sslCert

object

用戶端 SSL 憑證檔案的路徑,格式為 PEM。 也必須指定 SslKey。 類型:字串。

typeProperties.sslKey

object

用戶端 SSL 私鑰的路徑,格式為 PEM。 也必須指定 SslCert。 類型:字串。

typeProperties.sslMode

object

線上的 SSL 模式。 類型:整數。 0:停用、1:偏好、2:需要、3:verify-ca、4:verify-full。

typeProperties.treatTinyAsBoolean

object

當設定為 true 時,TINYINT(1) 值會以布爾值傳回。 類型:bool。

typeProperties.useSystemTrustStore

object

使用系統信任存放區進行連線。 類型:整數。 0:啟用,1:停用。

typeProperties.username

object

驗證的用戶名稱。 類型:字串。

version

string

連結服務的版本。

NetezzaLinkedService

Netezza 鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

Netezza

連結服務的類型。

typeProperties.connectionString

object

ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.pwd

AzureKeyVaultSecretReference

連接字串中密碼的 Azure 金鑰保存庫秘密參考。

version

string

連結服務的版本。

ODataAadServicePrincipalCredentialType

指定服務主體所使用的認證類型(金鑰或憑證)。

名稱 類型 Description
ServicePrincipalCert

string

ServicePrincipalKey

string

ODataAuthenticationType

用來連線到 OData 服務的驗證類型。

名稱 類型 Description
AadServicePrincipal

string

Anonymous

string

Basic

string

ManagedServiceIdentity

string

Windows

string

ODataLinkedService

開啟資料通訊協定 (OData) 連結服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

OData

連結服務的類型。

typeProperties.aadResourceId

object

指定您要求授權以使用 Directory 的資源。 Type:string (或 expression with resultType string) 。

typeProperties.aadServicePrincipalCredentialType

ODataAadServicePrincipalCredentialType

指定服務主體所使用的認證類型(金鑰或憑證)。

typeProperties.authHeaders

object

要求中用於授權之 RESTful API 的其他 HTTP 標頭。 類型:索引鍵值組(值應該是字串類型)。

typeProperties.authenticationType

ODataAuthenticationType

用來連線到 OData 服務的驗證類型。

typeProperties.azureCloudType

object

指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.password SecretBase:

OData 服務的密碼。

typeProperties.servicePrincipalEmbeddedCert SecretBase:

指定在 Azure Active Directory 中註冊之應用程式的base64編碼憑證。 Type:string (或 expression with resultType string) 。

typeProperties.servicePrincipalEmbeddedCertPassword SecretBase:

如果您的憑證具有密碼,且您使用的是 AadServicePrincipal 驗證,請指定憑證的密碼。 Type:string (或 expression with resultType string) 。

typeProperties.servicePrincipalId

object

指定在 Azure Active Directory 中註冊之應用程式的應用程式識別碼。 Type:string (或 expression with resultType string) 。

typeProperties.servicePrincipalKey SecretBase:

指定在 Azure Active Directory 中註冊之應用程式的秘密。 Type:string (或 expression with resultType string) 。

typeProperties.tenant

object

指定應用程式所在的租使用者資訊(功能變數名稱或租使用者標識符)。 Type:string (或 expression with resultType string) 。

typeProperties.url

object

OData 服務端點的 URL。 Type:string (或 expression with resultType string) 。

typeProperties.userName

object

OData 服務的用戶名稱。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

OdbcLinkedService

開啟資料庫連線能力 (ODBC) 連結服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

Odbc

連結服務的類型。

typeProperties.authenticationType

object

用來連接到 ODBC 資料存放區的驗證類型。 可能的值為:Anonymous 和 Basic。 Type:string (或 expression with resultType string) 。

typeProperties.connectionString

object

連接字串的非存取認證部分,以及選擇性的加密認證。 類型:string、SecureString 或 AzureKeyVaultSecretReference 或 Expression with resultType string。

typeProperties.credential SecretBase:

驅動程式特定屬性值格式所指定連接字串的存取認證部分。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.password SecretBase:

基本身份驗證的密碼。

typeProperties.userName

object

基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

Office365LinkedService

Office365 鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

Office365

連結服務的類型。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.office365TenantId

object

Office 365 帳戶所屬的 Azure 租用戶標識碼。 Type:string (或 expression with resultType string) 。

typeProperties.servicePrincipalId

object

指定應用程式的用戶端識別碼。 Type:string (或 expression with resultType string) 。

typeProperties.servicePrincipalKey SecretBase:

指定應用程式的金鑰。

typeProperties.servicePrincipalTenantId

object

指定 Azure AD Web 應用程式所在的租用戶資訊。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

OracleCloudStorageLinkedService

Oracle 雲端記憶體的連結服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

OracleCloudStorage

連結服務的類型。

typeProperties.accessKeyId

object

Oracle 雲端記憶體身分識別和存取管理 (IAM) 使用者的存取金鑰標識碼。 Type:string (或 expression with resultType string) 。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.secretAccessKey SecretBase:

Oracle 雲端記憶體身分識別和存取管理 (IAM) 使用者的秘密存取密鑰。

typeProperties.serviceUrl

object

這個值會指定要使用 Oracle Cloud Storage Connector 存取的端點。 這是選擇性屬性;只有在您想要嘗試不同的服務端點或想要在 HTTPs 和 HTTP 之間切換時,才變更它。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

OracleLinkedService

Oracle 資料庫。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

Oracle

連結服務的類型。

typeProperties.connectionString

object

連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.password

AzureKeyVaultSecretReference

連接字串中密碼的 Azure 金鑰保存庫秘密參考。

version

string

連結服務的版本。

OracleServiceCloudLinkedService

Oracle 服務雲端鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

OracleServiceCloud

連結服務的類型。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.host

object

Oracle 服務雲端實例的 URL。

typeProperties.password SecretBase:

對應至您在使用者名稱金鑰中提供之使用者名稱的密碼。

typeProperties.useEncryptedEndpoints

object

指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。

typeProperties.useHostVerification

object

指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。

typeProperties.usePeerVerification

object

指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。

typeProperties.username

object

您用來存取 Oracle Service 雲端伺服器的使用者名稱。

version

string

連結服務的版本。

ParameterSpecification

實體的單一參數定義。

名稱 類型 Description
defaultValue

object

參數的預設值。

type

ParameterType

參數類型。

ParameterType

參數類型。

名稱 類型 Description
Array

string

Bool

string

Float

string

Int

string

Object

string

SecureString

string

String

string

PaypalLinkedService

PayPal服務鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

Paypal

連結服務的類型。

typeProperties.clientId

object

與PayPal應用程式相關聯的用戶端標識碼。

typeProperties.clientSecret SecretBase:

與PayPal應用程式相關聯的客戶端密碼。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.host

object

PayPal 實例的 URL。 (即 api.sandbox.paypal.com)

typeProperties.useEncryptedEndpoints

object

指定資料源端點是否使用 HTTPS 加密。 默認值為 true。

typeProperties.useHostVerification

object

指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。

typeProperties.usePeerVerification

object

指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。

version

string

連結服務的版本。

PhoenixAuthenticationType

用來連線到 Phoenix 伺服器的驗證機制。

名稱 類型 Description
Anonymous

string

UsernameAndPassword

string

WindowsAzureHDInsightService

string

PhoenixLinkedService

Phoenix 伺服器鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

Phoenix

連結服務的類型。

typeProperties.allowHostNameCNMismatch

object

指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 默認值為 false。

typeProperties.allowSelfSignedServerCert

object

指定是否允許來自伺服器的自我簽署憑證。 默認值為 false。

typeProperties.authenticationType

PhoenixAuthenticationType

用來連線到 Phoenix 伺服器的驗證機制。

typeProperties.enableSsl

object

指定是否使用 SSL 加密與伺服器的連線。 默認值為 false。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.host

object

Phoenix 伺服器的IP位址或主機名。 (即192.168.222.160)

typeProperties.httpPath

object

對應至 Phoenix 伺服器的部分 URL。 (即 /gateway/sandbox/phoenix/version)。 如果使用 WindowsAzureHDInsightService,預設值為 hbasephoenix。

typeProperties.password SecretBase:

對應至使用者名稱的密碼。

typeProperties.port

object

Phoenix 伺服器用來接聽用戶端連線的 TCP 連接埠。 預設值為8765。

typeProperties.trustedCertPath

object

.pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。

typeProperties.useSystemTrustStore

object

指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 默認值為 false。

typeProperties.username

object

用來連線到 Phoenix 伺服器的用戶名稱。

version

string

連結服務的版本。

PostgreSqlLinkedService

PostgreSQL 數據源的連結服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

PostgreSql

連結服務的類型。

typeProperties.connectionString

object

連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.password

AzureKeyVaultSecretReference

連接字串中密碼的 Azure 金鑰保存庫秘密參考。

version

string

連結服務的版本。

PostgreSqlV2LinkedService

PostgreSQLV2 數據源的連結服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

PostgreSqlV2

連結服務的類型。

typeProperties.authenticationType

object

要使用的驗證類型。 類型:字串。

typeProperties.commandTimeout

object

在終止嘗試並產生錯誤之前,嘗試執行命令的時間(以秒為單位)。 設定為零表示無限大。 類型:整數。

typeProperties.connectionTimeout

object

在終止嘗試並產生錯誤之前,嘗試建立連線的時間(以秒為單位)。 類型:整數。

typeProperties.database

object

連接的資料庫名稱。 類型:字串。

typeProperties.encoding

object

取得或設定將用來編碼/譯碼 PostgreSQL 字串數據的 .NET 編碼。 類型:字串

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.logParameters

object

啟用時,會在執行命令時記錄參數值。 類型:布爾值。

typeProperties.password

AzureKeyVaultSecretReference

連接字串中密碼的 Azure 金鑰保存庫秘密參考。 類型:字串。

typeProperties.pooling

object

是否應該使用連線共用。 類型:布爾值。

typeProperties.port

object

連接的埠。 類型:整數。

typeProperties.readBufferSize

object

決定讀取時,內部緩衝區所使用的大小。 如果從資料庫傳輸大型值,增加可能會改善效能。 類型:整數。

typeProperties.schema

object

設定架構搜尋路徑。 類型:字串。

typeProperties.server

object

線上的伺服器名稱。 類型:字串。

typeProperties.sslCertificate

object

要傳送至伺服器的客戶端憑證位置。 類型:字串。

typeProperties.sslKey

object

要傳送至伺服器的用戶端憑證用戶端金鑰位置。 類型:字串。

typeProperties.sslMode

object

線上的 SSL 模式。 類型:整數。 0:停用、1:allow、2:prefer、3:require、4:verify-ca、5:verify-full。 類型:整數。

typeProperties.sslPassword

object

用戶端憑證金鑰的密碼。 類型:字串。

typeProperties.timezone

object

取得或設定會話時區。 類型:字串。

typeProperties.trustServerCertificate

object

是否信任伺服器證書而不驗證它。 類型:布爾值。

typeProperties.username

object

驗證的用戶名稱。 類型:字串。

version

string

連結服務的版本。

PrestoAuthenticationType

用來連線到 Presto 伺服器的驗證機制。

名稱 類型 Description
Anonymous

string

LDAP

string

PrestoLinkedService

Presto 伺服器鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

Presto

連結服務的類型。

typeProperties.allowHostNameCNMismatch

object

指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 默認值為 false。

typeProperties.allowSelfSignedServerCert

object

指定是否允許來自伺服器的自我簽署憑證。 默認值為 false。

typeProperties.authenticationType

PrestoAuthenticationType

用來連線到 Presto 伺服器的驗證機制。

typeProperties.catalog

object

針對伺服器的所有要求目錄內容。

typeProperties.enableSsl

object

指定是否使用 SSL 加密與伺服器的連線。 默認值為 false。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.host

object

Presto 伺服器的IP位址或主機名。 (即192.168.222.160)

typeProperties.password SecretBase:

對應至使用者名稱的密碼。

typeProperties.port

object

Presto 伺服器用來接聽用戶端連線的 TCP 連接埠。 預設值為8080。

typeProperties.serverVersion

object

Presto 伺服器的版本。 (即 0.148-t)

typeProperties.timeZoneID

object

連接所使用的當地時區。 此選項的有效值是在 IANA 時區資料庫中指定。 預設值為系統時區。

typeProperties.trustedCertPath

object

.pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。

typeProperties.useSystemTrustStore

object

指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 默認值為 false。

typeProperties.username

object

用來連線到 Presto 伺服器的用戶名稱。

version

string

連結服務的版本。

QuickbaseLinkedService

Quickbase 的鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

Quickbase

連結服務的類型。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.url

object

線上 Quickbase 來源的 URL。 Type:string (或 expression with resultType string) 。

typeProperties.userToken SecretBase:

Quickbase 來源的使用者令牌。

version

string

連結服務的版本。

QuickBooksLinkedService

QuickBooks 伺服器鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

QuickBooks

連結服務的類型。

typeProperties.accessToken SecretBase:

OAuth 1.0 驗證的存取令牌。

typeProperties.accessTokenSecret SecretBase:

OAuth 1.0 驗證的存取令牌密碼。

typeProperties.companyId

object

要授權之 QuickBooks 公司的公司識別碼。

typeProperties.connectionProperties

object

用來連線到 QuickBooks 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。

typeProperties.consumerKey

object

OAuth 1.0 驗證的取用者密鑰。

typeProperties.consumerSecret SecretBase:

OAuth 1.0 驗證的取用者密碼。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.endpoint

object

QuickBooks 伺服器的端點。 (即 quickbooks.api.intuit.com)

typeProperties.useEncryptedEndpoints

object

指定資料源端點是否使用 HTTPS 加密。 默認值為 true。

version

string

連結服務的版本。

ResponsysLinkedService

Responsys 鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

Responsys

連結服務的類型。

typeProperties.clientId

object

與 Responsys 應用程式相關聯的用戶端識別碼。 Type:string (或 expression with resultType string) 。

typeProperties.clientSecret SecretBase:

與 Responsys 應用程式相關聯的客戶端密碼。 Type:string (或 expression with resultType string) 。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.endpoint

object

Responsys 伺服器的端點。

typeProperties.useEncryptedEndpoints

object

指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。

typeProperties.useHostVerification

object

指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。

typeProperties.usePeerVerification

object

指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。

version

string

連結服務的版本。

RestServiceAuthenticationType

用來連線到 REST 服務的驗證類型。

名稱 類型 Description
AadServicePrincipal

string

Anonymous

string

Basic

string

ManagedServiceIdentity

string

OAuth2ClientCredential

string

RestServiceLinkedService

Rest 服務鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

RestService

連結服務的類型。

typeProperties.aadResourceId

object

您要求授權使用的資源。 Type:string (或 expression with resultType string) 。

typeProperties.authHeaders

object

要求中用於授權之 RESTful API 的其他 HTTP 標頭。 Type:object (或 Expression with resultType 物件)。

typeProperties.authenticationType

RestServiceAuthenticationType

用來連線到 REST 服務的驗證類型。

typeProperties.azureCloudType

object

指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。

typeProperties.clientId

object

與應用程式相關聯的用戶端標識碼。 Type:string (或 expression with resultType string) 。

typeProperties.clientSecret SecretBase:

與應用程式相關聯的客戶端密碼。

typeProperties.credential

CredentialReference

包含驗證資訊的認證參考。

typeProperties.enableServerCertificateValidation

object

是否要在連線到端點時驗證伺服器端 SSL 憑證。默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.password SecretBase:

基本身份驗證類型中使用的密碼。

typeProperties.resource

object

要求存取的目標服務或資源。 Type:string (或 expression with resultType string) 。

typeProperties.scope

object

所需的存取範圍。 它描述將要求何種存取權。 Type:string (或 expression with resultType string) 。

typeProperties.servicePrincipalCredentialType

object

伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。

typeProperties.servicePrincipalEmbeddedCert SecretBase:

指定在 Azure Active Directory 中註冊之應用程式的base64編碼憑證。 Type:string (或 expression with resultType string) 。

typeProperties.servicePrincipalEmbeddedCertPassword SecretBase:

如果您的憑證具有密碼,且您使用的是 AadServicePrincipal 驗證,請指定憑證的密碼。 Type:string (或 expression with resultType string) 。

typeProperties.servicePrincipalId

object

AadServicePrincipal 驗證類型中使用的應用程式用戶端標識碼。 Type:string (或 expression with resultType string) 。

typeProperties.servicePrincipalKey SecretBase:

AadServicePrincipal 驗證類型中使用的應用程式密鑰。

typeProperties.tenant

object

在應用程式所在的 AadServicePrincipal 驗證類型中使用的租使用者資訊(功能變數名稱或租用戶標識碼)。 Type:string (或 expression with resultType string) 。

typeProperties.tokenEndpoint

object

要取得存取令牌之授權伺服器的令牌端點。 Type:string (或 expression with resultType string) 。

typeProperties.url

object

REST 服務的基底 URL。 Type:string (或 expression with resultType string) 。

typeProperties.userName

object

基本身份驗證類型中使用的用戶名稱。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

SalesforceLinkedService

Salesforce 的鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

Salesforce

連結服務的類型。

typeProperties.apiVersion

object

ADF 中使用的 Salesforce API 版本。 Type:string (或 expression with resultType string) 。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.environmentUrl

object

Salesforce 實例的 URL。 預設值為 『https://login.salesforce.com』。 若要從沙箱複製數據,請指定 'https://test.salesforce.com'。 若要從自定義網域複製數據,請指定 『https://[domain].my.salesforce.com』。 Type:string (或 expression with resultType string) 。

typeProperties.password SecretBase:

Salesforce 實例基本身份驗證的密碼。

typeProperties.securityToken SecretBase:

安全性令牌是遠端訪問 Salesforce 實例的選擇性令牌。

typeProperties.username

object

Salesforce 實例基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

SalesforceMarketingCloudLinkedService

Salesforce Marketing Cloud 鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

SalesforceMarketingCloud

連結服務的類型。

typeProperties.clientId

object

與 Salesforce Marketing Cloud 應用程式相關聯的用戶端識別碼。 Type:string (或 expression with resultType string) 。

typeProperties.clientSecret SecretBase:

與 Salesforce Marketing Cloud 應用程式相關聯的客戶端密碼。 Type:string (或 expression with resultType string) 。

typeProperties.connectionProperties

object

用來連線到 Salesforce Marketing Cloud 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.useEncryptedEndpoints

object

指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。

typeProperties.useHostVerification

object

指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。

typeProperties.usePeerVerification

object

指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。

version

string

連結服務的版本。

SalesforceServiceCloudLinkedService

Salesforce Service Cloud 的鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

SalesforceServiceCloud

連結服務的類型。

typeProperties.apiVersion

object

ADF 中使用的 Salesforce API 版本。 Type:string (或 expression with resultType string) 。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.environmentUrl

object

Salesforce Service Cloud 實例的 URL。 預設值為 『https://login.salesforce.com』。 若要從沙箱複製數據,請指定 'https://test.salesforce.com'。 若要從自定義網域複製數據,請指定 『https://[domain].my.salesforce.com』。 Type:string (或 expression with resultType string) 。

typeProperties.extendedProperties

object

附加至連接字串的擴充屬性。 Type:string (或 expression with resultType string) 。

typeProperties.password SecretBase:

Salesforce 實例基本身份驗證的密碼。

typeProperties.securityToken SecretBase:

安全性令牌是遠端訪問 Salesforce 實例的選擇性令牌。

typeProperties.username

object

Salesforce 實例基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

SalesforceServiceCloudV2LinkedService

Salesforce Service Cloud V2 的鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

SalesforceServiceCloudV2

連結服務的類型。

typeProperties.apiVersion

object

ADF 中使用的 Salesforce API 版本。 版本必須大於或等於 Salesforce BULK API 2.0 所需的 47.0。 Type:string (或 expression with resultType string) 。

typeProperties.authenticationType

object

要用來連線到 Salesforce 的驗證類型。 目前,我們只支援 OAuth2ClientCredentials,這也是預設值

typeProperties.clientId

object

Salesforce 實例的 OAuth 2.0 用戶端認證流程驗證用戶端標識碼。 Type:string (或 expression with resultType string) 。

typeProperties.clientSecret SecretBase:

Salesforce 實例之 OAuth 2.0 用戶端認證流程驗證的客戶端密碼。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.environmentUrl

object

Salesforce Service Cloud 實例的 URL。 例如,'https://[domain].my.salesforce.com'。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

SalesforceV2LinkedService

Salesforce V2 的鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

SalesforceV2

連結服務的類型。

typeProperties.apiVersion

object

ADF 中使用的 Salesforce API 版本。 版本必須大於或等於 Salesforce BULK API 2.0 所需的 47.0。 Type:string (或 expression with resultType string) 。

typeProperties.authenticationType

object

要用來連線到 Salesforce 的驗證類型。 目前,我們只支援 OAuth2ClientCredentials,這也是預設值

typeProperties.clientId

object

Salesforce 實例的 OAuth 2.0 用戶端認證流程驗證用戶端標識碼。 Type:string (或 expression with resultType string) 。

typeProperties.clientSecret SecretBase:

Salesforce 實例之 OAuth 2.0 用戶端認證流程驗證的客戶端密碼。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.environmentUrl

object

Salesforce 實例的 URL。 例如,'https://[domain].my.salesforce.com'。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

SapBWLinkedService

SAP Business Warehouse Linked Service。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

SapBW

連結服務的類型。

typeProperties.clientId

object

BW 系統上用戶端的用戶端識別碼。 (通常以字串表示的三位數十進位數)Type:string (或 expression with resultType string) 。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.password SecretBase:

存取 SAP BW 伺服器的密碼。

typeProperties.server

object

SAP BW 實例的主機名。 Type:string (或 expression with resultType string) 。

typeProperties.systemNumber

object

BW 系統的系統編號。 (通常是以字串表示的兩位數十進位數。Type:string (或 expression with resultType string) 。

typeProperties.userName

object

存取 SAP BW 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

SapCloudForCustomerLinkedService

SAP Cloud for Customer 的鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

SapCloudForCustomer

連結服務的類型。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 必須提供 encryptedCredential 或 username/password。 類型:字串。

typeProperties.password SecretBase:

基本身份驗證的密碼。

typeProperties.url

object

SAP Cloud for Customer OData API 的 URL。 例如,'[https://[tenantname].crm.ondemand.com/sap/c4c/odata/v1]'。 Type:string (或 expression with resultType string) 。

typeProperties.username

object

基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

SapEccLinkedService

SAP ERP Central 元件的連結服務(SAP ECC)。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

SapEcc

連結服務的類型。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 必須提供 encryptedCredential 或 username/password。 類型:字串。

typeProperties.password SecretBase:

基本身份驗證的密碼。

typeProperties.url

object

SAP ECC OData API 的 URL。 例如,'[https://hostname:port/sap/opu/odata/sap/servicename/]'。 Type:string (或 expression with resultType string) 。

typeProperties.username

object

基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

SapHanaAuthenticationType

要用來連線到 SAP HANA 伺服器的驗證類型。

名稱 類型 Description
Basic

string

Windows

string

SapHanaLinkedService

SAP HANA 連結服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

SapHana

連結服務的類型。

typeProperties.authenticationType

SapHanaAuthenticationType

要用來連線到 SAP HANA 伺服器的驗證類型。

typeProperties.connectionString

object

SAP HANA ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.password SecretBase:

存取 SAP HANA 伺服器的密碼。

typeProperties.server

object

SAP HANA 伺服器的主機名。 Type:string (或 expression with resultType string) 。

typeProperties.userName

object

存取 SAP HANA 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

SapOdpLinkedService

SAP ODP 連結服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

SapOdp

連結服務的類型。

typeProperties.clientId

object

數據表所在 SAP 系統上用戶端的用戶端識別碼。 (通常以字串表示的三位數十進位數)Type:string (或 expression with resultType string) 。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.language

object

數據表所在的 SAP 系統語言。 預設值為 EN。 Type:string (或 expression with resultType string) 。

typeProperties.logonGroup

object

SAP 系統的登入群組。 Type:string (或 expression with resultType string) 。

typeProperties.messageServer

object

SAP 訊息伺服器的主機名。 Type:string (或 expression with resultType string) 。

typeProperties.messageServerService

object

訊息伺服器的服務名稱或埠號碼。 Type:string (或 expression with resultType string) 。

typeProperties.password SecretBase:

存取資料表所在 SAP 伺服器的密碼。

typeProperties.server

object

數據表所在 SAP 實例的主機名。 Type:string (或 expression with resultType string) 。

typeProperties.sncLibraryPath

object

外部安全性產品的連結庫,可存取數據表所在的 SAP 伺服器。 Type:string (或 expression with resultType string) 。

typeProperties.sncMode

object

SNC 啟用旗標 (Boolean) 以存取資料表所在的 SAP 伺服器。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。

typeProperties.sncMyName

object

啟動器的SNC名稱,用來存取數據表所在的 SAP 伺服器。 Type:string (或 expression with resultType string) 。

typeProperties.sncPartnerName

object

通訊夥伴的SNC名稱,以存取數據表所在的 SAP 伺服器。 Type:string (或 expression with resultType string) 。

typeProperties.sncQop

object

SNC 保護品質。 允許的值包括:1、2、3、8、9。 Type:string (或 expression with resultType string) 。

typeProperties.subscriberName

object

訂閱者名稱。 Type:string (或 expression with resultType string) 。

typeProperties.systemId

object

數據表所在 SAP 系統的 SystemID。 Type:string (或 expression with resultType string) 。

typeProperties.systemNumber

object

數據表所在的 SAP 系統系統編號。 (通常是以字串表示的兩位數十進位數。Type:string (或 expression with resultType string) 。

typeProperties.userName

object

存取資料表所在 SAP 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。

typeProperties.x509CertificatePath

object

SNC X509 憑證檔案路徑。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

SapOpenHubLinkedService

SAP Business Warehouse Open Hub Destination Linked Service。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

SapOpenHub

連結服務的類型。

typeProperties.clientId

object

開啟中樞目的地所在 BW 系統上用戶端的用戶端識別碼。 (通常以字串表示的三位數十進位數)Type:string (或 expression with resultType string) 。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.language

object

開啟中樞目的地所在 BW 系統的語言。 預設值為 EN。 Type:string (或 expression with resultType string) 。

typeProperties.logonGroup

object

SAP 系統的登入群組。 Type:string (或 expression with resultType string) 。

typeProperties.messageServer

object

SAP 訊息伺服器的主機名。 Type:string (或 expression with resultType string) 。

typeProperties.messageServerService

object

訊息伺服器的服務名稱或埠號碼。 Type:string (或 expression with resultType string) 。

typeProperties.password SecretBase:

存取開啟中樞目的地所在SAP BW 伺服器的密碼。

typeProperties.server

object

開啟中樞目的地所在 SAP BW 實例的主機名。 Type:string (或 expression with resultType string) 。

typeProperties.systemId

object

數據表所在 SAP 系統的 SystemID。 Type:string (或 expression with resultType string) 。

typeProperties.systemNumber

object

開啟中樞目的地所在 BW 系統的系統編號。 (通常是以字串表示的兩位數十進位數。Type:string (或 expression with resultType string) 。

typeProperties.userName

object

存取開啟中樞目的地所在SAP BW 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

SapTableLinkedService

SAP 資料表連結服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

SapTable

連結服務的類型。

typeProperties.clientId

object

數據表所在 SAP 系統上用戶端的用戶端識別碼。 (通常以字串表示的三位數十進位數)Type:string (或 expression with resultType string) 。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.language

object

數據表所在的 SAP 系統語言。 預設值為 EN。 Type:string (或 expression with resultType string) 。

typeProperties.logonGroup

object

SAP 系統的登入群組。 Type:string (或 expression with resultType string) 。

typeProperties.messageServer

object

SAP 訊息伺服器的主機名。 Type:string (或 expression with resultType string) 。

typeProperties.messageServerService

object

訊息伺服器的服務名稱或埠號碼。 Type:string (或 expression with resultType string) 。

typeProperties.password SecretBase:

存取資料表所在 SAP 伺服器的密碼。

typeProperties.server

object

數據表所在 SAP 實例的主機名。 Type:string (或 expression with resultType string) 。

typeProperties.sncLibraryPath

object

外部安全性產品的連結庫,可存取數據表所在的 SAP 伺服器。 Type:string (或 expression with resultType string) 。

typeProperties.sncMode

object

SNC 啟用旗標 (Boolean) 以存取資料表所在的 SAP 伺服器。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。

typeProperties.sncMyName

object

啟動器的SNC名稱,用來存取數據表所在的 SAP 伺服器。 Type:string (或 expression with resultType string) 。

typeProperties.sncPartnerName

object

通訊夥伴的SNC名稱,以存取數據表所在的 SAP 伺服器。 Type:string (或 expression with resultType string) 。

typeProperties.sncQop

object

SNC 保護品質。 允許的值包括:1、2、3、8、9。 Type:string (或 expression with resultType string) 。

typeProperties.systemId

object

數據表所在 SAP 系統的 SystemID。 Type:string (或 expression with resultType string) 。

typeProperties.systemNumber

object

數據表所在的 SAP 系統系統編號。 (通常是以字串表示的兩位數十進位數。Type:string (或 expression with resultType string) 。

typeProperties.userName

object

存取資料表所在 SAP 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

ScriptAction

自定義腳本動作,在 HDI ondemand 叢集上執行一旦啟動。

名稱 類型 Description
name

string

使用者提供文稿動作的名稱。

parameters

string

腳本動作的參數。

roles

object

應該執行腳本動作的節點類型。

uri

string

腳本動作的 URI。

SecureString

Azure Data Factory 安全字串定義。 在取得或清單 API 呼叫期間,字串值會以星號 『*』 遮罩。

名稱 類型 Description
type string:

SecureString

秘密的類型。

value

string

安全字串的值。

ServiceNowAuthenticationType

要使用的驗證類型。

名稱 類型 Description
Basic

string

OAuth2

string

ServiceNowLinkedService

ServiceNow 伺服器鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

ServiceNow

連結服務的類型。

typeProperties.authenticationType

ServiceNowAuthenticationType

要使用的驗證類型。

typeProperties.clientId

object

OAuth2 驗證的用戶端標識碼。

typeProperties.clientSecret SecretBase:

OAuth2 驗證的客戶端密碼。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.endpoint

object

ServiceNow 伺服器的端點。 (即.service-now.com)

typeProperties.password SecretBase:

對應至基本和 OAuth2 驗證之使用者名稱的密碼。

typeProperties.useEncryptedEndpoints

object

指定資料源端點是否使用 HTTPS 加密。 默認值為 true。

typeProperties.useHostVerification

object

指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。

typeProperties.usePeerVerification

object

指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。

typeProperties.username

object

用來連線到 ServiceNow 伺服器以進行基本和 OAuth2 驗證的用戶名稱。

version

string

連結服務的版本。

ServiceNowV2AuthenticationType

要使用的驗證類型。

名稱 類型 Description
Basic

string

OAuth2

string

ServiceNowV2LinkedService

ServiceNowV2 伺服器鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

ServiceNowV2

連結服務的類型。

typeProperties.authenticationType

ServiceNowV2AuthenticationType

要使用的驗證類型。

typeProperties.clientId

object

OAuth2 驗證的用戶端標識碼。

typeProperties.clientSecret SecretBase:

OAuth2 驗證的客戶端密碼。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.endpoint

object

ServiceNowV2 伺服器的端點。 (即.service-now.com)

typeProperties.grantType

object

OAuth2 驗證的 GrantType。 預設值為password。

typeProperties.password SecretBase:

對應至基本和 OAuth2 驗證之使用者名稱的密碼。

typeProperties.username

object

用來連線到 ServiceNowV2 伺服器以進行基本和 OAuth2 驗證的用戶名稱。

version

string

連結服務的版本。

SftpAuthenticationType

要用來連線到 FTP 伺服器的驗證類型。

名稱 類型 Description
Basic

string

MultiFactor

string

SshPublicKey

string

SftpServerLinkedService

SSH 檔案傳輸通訊協定 (SFTP) 伺服器的連結服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

Sftp

連結服務的類型。

typeProperties.authenticationType

SftpAuthenticationType

要用來連線到 FTP 伺服器的驗證類型。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.host

object

SFTP 伺服器主機名。 Type:string (或 expression with resultType string) 。

typeProperties.hostKeyFingerprint

object

SFTP 伺服器的主機按鍵列印。 當 SkipHostKeyValidation 為 false 時,應該指定 HostKeyFingerprint。 Type:string (或 expression with resultType string) 。

typeProperties.passPhrase SecretBase:

如果 SSH 私鑰已加密,則解密 SSH 私鑰的密碼。

typeProperties.password SecretBase:

登入 SFTP 伺服器以進行基本身份驗證的密碼。

typeProperties.port

object

SFTP 伺服器用來接聽用戶端連線的 TCP 連接埠號碼。 預設值為 22。 類型:integer (或 expression with resultType integer), minimum: 0。

typeProperties.privateKeyContent SecretBase:

針對 SshPublicKey 驗證,Base64 編碼的 SSH 私鑰內容。 針對使用 SshPublicKey 驗證的內部部署複製,應該指定 PrivateKeyPath 或 PrivateKeyContent。 SSH 私密金鑰應該是 OpenSSH 格式。

typeProperties.privateKeyPath

object

SshPublicKey 驗證的 SSH 私鑰檔案路徑。 僅適用於內部部署複本。 針對使用 SshPublicKey 驗證的內部部署複製,應該指定 PrivateKeyPath 或 PrivateKeyContent。 SSH 私密金鑰應該是 OpenSSH 格式。 Type:string (或 expression with resultType string) 。

typeProperties.skipHostKeyValidation

object

如果為 true,請略過 SSH 主機金鑰驗證。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。

typeProperties.userName

object

用來登入SFTP 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

SharePointOnlineListLinkedService

SharePoint Online 清單鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

SharePointOnlineList

連結服務的類型。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.servicePrincipalCredentialType

object

伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。

typeProperties.servicePrincipalEmbeddedCert SecretBase:

指定在 Azure Active Directory 中註冊之應用程式的base64編碼憑證。 Type:string (或 expression with resultType string) 。

typeProperties.servicePrincipalEmbeddedCertPassword SecretBase:

如果您的憑證具有密碼,且您使用的是 AadServicePrincipal 驗證,請指定憑證的密碼。 Type:string (或 expression with resultType string) 。

typeProperties.servicePrincipalId

object

在 Azure Active Directory 中註冊之應用程式的應用程式(用戶端)標識碼。 請務必將 SharePoint 網站許可權授與此應用程式。 Type:string (或 expression with resultType string) 。

typeProperties.servicePrincipalKey SecretBase:

在 Azure Active Directory 中註冊之應用程式的客戶端密碼。 Type:string (或 expression with resultType string) 。

typeProperties.siteUrl

object

SharePoint Online 網站的 URL。 例如: https://contoso.sharepoint.com/sites/siteName 。 Type:string (或 expression with resultType string) 。

typeProperties.tenantId

object

應用程式所在的租用戶標識碼。 您可以從 Azure 入口網站 Active Directory 概觀頁面找到它。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

ShopifyLinkedService

Shopify 服務鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

Shopify

連結服務的類型。

typeProperties.accessToken SecretBase:

可用來存取 Shopify 數據的 API 存取令牌。 如果令牌為離線模式,令牌將不會過期。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.host

object

Shopify 伺服器的端點。 (即 mystore.myshopify.com)

typeProperties.useEncryptedEndpoints

object

指定資料源端點是否使用 HTTPS 加密。 默認值為 true。

typeProperties.useHostVerification

object

指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。

typeProperties.usePeerVerification

object

指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。

version

string

連結服務的版本。

SmartsheetLinkedService

Smartsheet 的鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

Smartsheet

連結服務的類型。

typeProperties.apiToken SecretBase:

Smartsheet 來源的 API 令牌。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

version

string

連結服務的版本。

SnowflakeAuthenticationType

用於驗證的類型。 類型:字串。

名稱 類型 Description
AADServicePrincipal

string

Basic

string

KeyPair

string

SnowflakeLinkedService

Snowflake 鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

Snowflake

連結服務的類型。

typeProperties.connectionString

object

雪花的連接字串。 類型:string、SecureString。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.password

AzureKeyVaultSecretReference

連接字串中密碼的 Azure 金鑰保存庫秘密參考。

version

string

連結服務的版本。

SnowflakeV2LinkedService

Snowflake 鏈接服務。

名稱 類型 預設值 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

SnowflakeV2

連結服務的類型。

typeProperties.accountIdentifier

object

Snowflake 帳戶的帳戶標識碼,例如 xy12345.east-us-2.azure

typeProperties.authenticationType

SnowflakeAuthenticationType

Basic

用於驗證的類型。 類型:字串。

typeProperties.clientId

object

在 Azure Active Directory 中註冊以進行 AADServicePrincipal 驗證的應用程式用戶端識別碼。

typeProperties.clientSecret SecretBase:

AADServicePrincipal 驗證客戶端密碼的 Azure 金鑰保存庫秘密參考。

typeProperties.database

object

Snowflake 資料庫的名稱。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.host

object

Snowflake 帳戶的主機名。

typeProperties.password SecretBase:

連接字串中密碼的 Azure 金鑰保存庫秘密參考。

typeProperties.privateKey SecretBase:

適用於 KeyPair 驗證之 privateKey 的 Azure 金鑰保存庫秘密參考。

typeProperties.privateKeyPassphrase SecretBase:

使用加密私鑰進行 KeyPair 驗證的私鑰密碼 Azure 金鑰保存庫秘密參考。

typeProperties.scope

object

在 Azure Active Directory 中註冊以進行 AADServicePrincipal 驗證的應用程式範圍。

typeProperties.tenantId

object

在 Azure Active Directory 中註冊以進行 AADServicePrincipal 驗證的應用程式租用戶標識碼。

typeProperties.user

object

Snowflake 用戶的名稱。

typeProperties.warehouse

object

Snowflake 倉儲的名稱。

version

string

連結服務的版本。

SparkAuthenticationType

用來存取 Spark 伺服器的驗證方法。

名稱 類型 Description
Anonymous

string

Username

string

UsernameAndPassword

string

WindowsAzureHDInsightService

string

SparkLinkedService

Spark Server 連結服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

Spark

連結服務的類型。

typeProperties.allowHostNameCNMismatch

object

指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 默認值為 false。

typeProperties.allowSelfSignedServerCert

object

指定是否允許來自伺服器的自我簽署憑證。 默認值為 false。

typeProperties.authenticationType

SparkAuthenticationType

用來存取 Spark 伺服器的驗證方法。

typeProperties.enableSsl

object

指定是否使用 SSL 加密與伺服器的連線。 默認值為 false。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.host

object

Spark 伺服器的IP位址或主機名

typeProperties.httpPath

object

對應至 Spark 伺服器的部分 URL。

typeProperties.password SecretBase:

對應至您在 [用戶名稱] 字段中提供之使用者名稱的密碼

typeProperties.port

object

Spark 伺服器用來接聽用戶端連線的 TCP 連接埠。

typeProperties.serverType

SparkServerType

Spark 伺服器的型別。

typeProperties.thriftTransportProtocol

SparkThriftTransportProtocol

在 Thrift 層中使用的傳輸通訊協定。

typeProperties.trustedCertPath

object

.pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。

typeProperties.useSystemTrustStore

object

指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 默認值為 false。

typeProperties.username

object

您用來存取 Spark Server 的使用者名稱。

version

string

連結服務的版本。

SparkServerType

Spark 伺服器的型別。

名稱 類型 Description
SharkServer

string

SharkServer2

string

SparkThriftServer

string

SparkThriftTransportProtocol

在 Thrift 層中使用的傳輸通訊協定。

名稱 類型 Description
Binary

string

HTTP

string

SASL

string

SqlAlwaysEncryptedAkvAuthType

Sql 一律加密 AKV 驗證類型。 類型:字串。

名稱 類型 Description
ManagedIdentity

string

ServicePrincipal

string

UserAssignedManagedIdentity

string

SqlAlwaysEncryptedProperties

Sql 一律加密的屬性。

名稱 類型 Description
alwaysEncryptedAkvAuthType

SqlAlwaysEncryptedAkvAuthType

Sql 一律加密 AKV 驗證類型。 類型:字串。

credential

CredentialReference

包含驗證資訊的認證參考。

servicePrincipalId

object

Azure Active Directory 中用於 Azure Key Vault 驗證的應用程式用戶端標識碼。 Type:string (或 expression with resultType string) 。

servicePrincipalKey SecretBase:

用來向 Azure Key Vault 進行驗證的服務主體密鑰。

SqlServerAuthenticationType

用於驗證的類型。 類型:字串。

名稱 類型 Description
SQL

string

UserAssignedManagedIdentity

string

Windows

string

SqlServerLinkedService

SQL Server 連結服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

SqlServer

連結服務的類型。

typeProperties.alwaysEncryptedSettings

SqlAlwaysEncryptedProperties

Sql 一律加密的屬性。

typeProperties.applicationIntent

object

聯機到建議版本所使用的伺服器時,應用程式工作負載類型。 可能的值為 ReadOnly 和 ReadWrite。 Type:string (或 expression with resultType string) 。

typeProperties.authenticationType

SqlServerAuthenticationType

用於驗證的類型。 類型:字串。

typeProperties.commandTimeout

object

終止嘗試執行命令並產生錯誤之前的預設等候時間(以秒為單位),由建議的版本使用。 類型:integer (或 expression with resultType integer) 。

typeProperties.connectRetryCount

object

識別建議版本所使用的閑置連線失敗之後嘗試的重新連線數目。 這必須是介於 0 到 255 之間的整數。 類型:integer (或 expression with resultType integer) 。

typeProperties.connectRetryInterval

object

識別建議版本所使用的閑置連線失敗之後,每個重新連線嘗試之間的時間量(以秒為單位)。 這必須是介於 1 到 60 之間的整數。 類型:integer (或 expression with resultType integer) 。

typeProperties.connectTimeout

object

在終止嘗試並產生建議版本所使用的錯誤之前,等候伺服器連線的時間長度(以秒為單位)。 類型:integer (或 expression with resultType integer) 。

typeProperties.connectionString

object

連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。

typeProperties.credential

CredentialReference

包含驗證資訊的認證參考。

typeProperties.database

object

建議版本所使用的資料庫名稱。 Type:string (或 expression with resultType string) 。

typeProperties.encrypt

object

指出客戶端與伺服器之間傳送的所有數據是否需要 TLS 加密,供建議版本使用。 可能的值為 true/yes/mandatory、false/no/optional 和 strict。 Type:string (或 expression with resultType string) 。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.failoverPartner

object

如果主伺服器關閉,建議版本會使用所要連線之夥伴伺服器的名稱或位址。 Type:string (或 expression with resultType string) 。

typeProperties.hostNameInCertificate

object

驗證連線之伺服器證書時要使用的主機名。 若未指定,來自數據源的伺服器名稱會用於建議版本所使用的憑證驗證。 Type:string (或 expression with resultType string) 。

typeProperties.integratedSecurity

object

指出是否在連線中指定使用者標識碼和密碼(若為 false),或目前的 Windows 帳戶認證是否用於驗證(若為 true),供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。

typeProperties.loadBalanceTimeout

object

在被建議版本使用之前,聯機生存在聯機集區中的最短時間,以秒為單位。 類型:integer (或 expression with resultType integer) 。

typeProperties.maxPoolSize

object

此特定連接字串的連線區中允許的連線數目上限,供建議版本使用。 類型:integer (或 expression with resultType integer) 。

typeProperties.minPoolSize

object

建議版本所使用的此特定連接字串,聯機集區中允許的連線數目下限。 類型:integer (或 expression with resultType integer) 。

typeProperties.multiSubnetFailover

object

如果您的應用程式連線到不同子網上的 AlwaysOn 可用性群組 (AG),則設定 MultiSubnetFailover=true 可讓您更快速地偵測並連線到建議版本所使用的作用中伺服器。 類型:布爾值(或具有 resultType 布爾值的表達式)。

typeProperties.multipleActiveResultSets

object

若為 true,應用程式可以維護多個作用中結果集 (MARS)。 若為 false,應用程式必須先處理或取消一個批次的所有結果集,才能在該連線上執行任何其他批次,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。

typeProperties.packetSize

object

網路封包的大小,以位元組為單位,用來與建議版本所使用的伺服器實例通訊。 類型:integer (或 expression with resultType integer) 。

typeProperties.password SecretBase:

內部部署 Windows 驗證密碼。

typeProperties.pooling

object

指出每次要求連線時,是否要集區或明確開啟連線,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。

typeProperties.server

object

建議版本所使用的 SQL Server 實例名稱或網路位址。 Type:string (或 expression with resultType string) 。

typeProperties.trustServerCertificate

object

指出通道是否會在略過憑證鏈結以驗證建議版本所使用的信任時加密。 類型:布爾值(或具有 resultType 布爾值的表達式)。

typeProperties.userName

object

內部部署 Windows 驗證用戶名稱。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

SquareLinkedService

方形服務鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

Square

連結服務的類型。

typeProperties.clientId

object

與 Square 應用程式相關聯的用戶端標識碼。

typeProperties.clientSecret SecretBase:

與您的 Square 應用程式相關聯的客戶端密碼。

typeProperties.connectionProperties

object

用來連線到 Square 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.host

object

Square 實例的 URL。 (即 mystore.mysquare.com)

typeProperties.redirectUri

object

在 Square 應用程式儀錶板中指派的重新導向 URL。 (即 http://localhost:2500)

typeProperties.useEncryptedEndpoints

object

指定資料源端點是否使用 HTTPS 加密。 默認值為 true。

typeProperties.useHostVerification

object

指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。

typeProperties.usePeerVerification

object

指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。

version

string

連結服務的版本。

SybaseAuthenticationType

要用於連接的 AuthenticationType。

名稱 類型 Description
Basic

string

Windows

string

SybaseLinkedService

Sybase 數據源的連結服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

Sybase

連結服務的類型。

typeProperties.authenticationType

SybaseAuthenticationType

要用於連接的 AuthenticationType。

typeProperties.database

object

連接的資料庫名稱。 Type:string (或 expression with resultType string) 。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.password SecretBase:

驗證的密碼。

typeProperties.schema

object

連接的架構名稱。 Type:string (或 expression with resultType string) 。

typeProperties.server

object

線上的伺服器名稱。 Type:string (或 expression with resultType string) 。

typeProperties.username

object

驗證的用戶名稱。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

TeamDeskAuthenticationType

要使用的驗證類型。

名稱 類型 Description
Basic

string

Token

string

TeamDeskLinkedService

TeamDesk 的連結服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

TeamDesk

連結服務的類型。

typeProperties.apiToken SecretBase:

TeamDesk 來源的 API 令牌。

typeProperties.authenticationType

TeamDeskAuthenticationType

要使用的驗證類型。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.password SecretBase:

TeamDesk 來源的密碼。

typeProperties.url

object

連線 TeamDesk 來源的 URL。 Type:string (或 expression with resultType string) 。

typeProperties.userName

object

TeamDesk 來源的用戶名稱。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

TeradataAuthenticationType

要用於連接的 AuthenticationType。

名稱 類型 Description
Basic

string

Windows

string

TeradataLinkedService

Teradata 數據源的連結服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

Teradata

連結服務的類型。

typeProperties.authenticationType

TeradataAuthenticationType

要用於連接的 AuthenticationType。

typeProperties.connectionString

object

Teradata ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.password SecretBase:

驗證的密碼。

typeProperties.server

object

線上的伺服器名稱。 Type:string (或 expression with resultType string) 。

typeProperties.username

object

驗證的用戶名稱。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

TwilioLinkedService

Twilio 的鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

Twilio

連結服務的類型。

typeProperties.password SecretBase:

Twilio 服務的驗證令牌。

typeProperties.userName

object

Twilio 服務的帳戶 SID。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

Type

連結服務參考類型。

名稱 類型 Description
LinkedServiceReference

string

VerticaLinkedService

Vertica 連結服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

Vertica

連結服務的類型。

typeProperties.connectionString

object

ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。

typeProperties.database

object

連接的資料庫名稱。 類型:字串。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.port

object

連接的埠。 類型:整數。

typeProperties.pwd

AzureKeyVaultSecretReference

連接字串中密碼的 Azure 金鑰保存庫秘密參考。

typeProperties.server

object

線上的伺服器名稱。 類型:字串。

typeProperties.uid

object

驗證的用戶名稱。 類型:字串。

version

string

連結服務的版本。

WarehouseLinkedService

Microsoft網狀架構倉儲鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

Warehouse

連結服務的類型。

typeProperties.artifactId

object

Microsoft網狀架構倉儲成品的標識碼。 Type:string (或 expression with resultType string) 。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.endpoint

object

網狀架構倉儲伺服器的端點Microsoft。 Type:string (或 expression with resultType string) 。

typeProperties.servicePrincipalCredential SecretBase:

Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。

typeProperties.servicePrincipalCredentialType

object

伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。

typeProperties.servicePrincipalId

object

用來針對Microsoft網狀架構倉儲進行驗證的應用程式標識碼。 Type:string (或 expression with resultType string) 。

typeProperties.servicePrincipalKey SecretBase:

用來針對 Microsoft 網狀架構倉儲進行驗證的應用程式金鑰。

typeProperties.tenant

object

服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。

typeProperties.workspaceId

object

Microsoft Fabric 工作區的標識碼。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

WebAnonymousAuthentication

使用匿名驗證與 HTTP 端點通訊的 WebLinkedService。

名稱 類型 Description
authenticationType string:

Anonymous

用來連線至 Web 資料表來源的驗證類型。

url

object

Web 服務端點的 URL,例如 https://www.microsoft.com 。 Type:string (或 expression with resultType string) 。

WebBasicAuthentication

使用基本身份驗證與 HTTP 端點通訊的 WebLinkedService。

名稱 類型 Description
authenticationType string:

Basic

用來連線至 Web 資料表來源的驗證類型。

password SecretBase:

基本身份驗證的密碼。

url

object

Web 服務端點的 URL,例如 https://www.microsoft.com 。 Type:string (或 expression with resultType string) 。

username

object

基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。

WebClientCertificateAuthentication

WebLinkedService,使用用戶端憑證型驗證來與 HTTP 端點通訊。 此配置遵循相互驗證;伺服器也必須提供有效的認證給用戶端。

名稱 類型 Description
authenticationType string:

ClientCertificate

用來連線至 Web 資料表來源的驗證類型。

password SecretBase:

PFX 檔案的密碼。

pfx SecretBase:

PFX 檔案的Base64編碼內容。

url

object

Web 服務端點的 URL,例如 https://www.microsoft.com 。 Type:string (或 expression with resultType string) 。

WebLinkedService

Web 連結服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

Web

連結服務的類型。

typeProperties WebLinkedServiceTypeProperties:

Web 連結服務屬性。

version

string

連結服務的版本。

XeroLinkedService

Xero 服務鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

Xero

連結服務的類型。

typeProperties.connectionProperties

object

用來連線到 Xero 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。

typeProperties.consumerKey SecretBase:

與 Xero 應用程式相關聯的取用者金鑰。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.host

object

Xero 伺服器的端點。 (即 api.xero.com)

typeProperties.privateKey SecretBase:

針對 Xero 私人應用程式產生的 .pem 檔案中的私鑰。 您必須包含 .pem 檔案中的所有文字,包括 Unix 行結尾( 。

typeProperties.useEncryptedEndpoints

object

指定資料源端點是否使用 HTTPS 加密。 默認值為 true。

typeProperties.useHostVerification

object

指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。

typeProperties.usePeerVerification

object

指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。

version

string

連結服務的版本。

ZendeskAuthenticationType

要使用的驗證類型。

名稱 類型 Description
Basic

string

Token

string

ZendeskLinkedService

Zendesk 的鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

Zendesk

連結服務的類型。

typeProperties.apiToken SecretBase:

Zendesk 來源的 API 令牌。

typeProperties.authenticationType

ZendeskAuthenticationType

要使用的驗證類型。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.password SecretBase:

Zendesk 來源的密碼。

typeProperties.url

object

用來連接 Zendesk 來源的 URL。 Type:string (或 expression with resultType string) 。

typeProperties.userName

object

Zendesk 來源的用戶名稱。 Type:string (或 expression with resultType string) 。

version

string

連結服務的版本。

ZohoLinkedService

Zoho 伺服器鏈接服務。

名稱 類型 Description
annotations

object[]

可用於描述連結服務的標籤清單。

connectVia

IntegrationRuntimeReference

整合運行時間參考。

description

string

鏈接的服務描述。

parameters

<string,  ParameterSpecification>

連結服務的參數。

type string:

Zoho

連結服務的類型。

typeProperties.accessToken SecretBase:

Zoho 驗證的存取令牌。

typeProperties.connectionProperties

object

用來連線到 Zoho 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。

typeProperties.encryptedCredential

string

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

typeProperties.endpoint

object

Zoho 伺服器的端點。 (即 crm.zoho.com/crm/private)

typeProperties.useEncryptedEndpoints

object

指定資料源端點是否使用 HTTPS 加密。 默認值為 true。

typeProperties.useHostVerification

object

指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。

typeProperties.usePeerVerification

object

指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。

version

string

連結服務的版本。