Bicep 資源定義
factoryies/linkedservices 資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 Microsoft.DataFactory/factories/linkedservices 資源,請將下列 Bicep 新增至範本。
resource symbolicname 'Microsoft.DataFactory/factories/linkedservices@2017-09-01-preview' = {
parent: resourceSymbolicName
name: 'string'
properties: {
annotations: [
any(...)
]
connectVia: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
description: 'string'
parameters: {
{customized property}: {
defaultValue: any(...)
type: 'string'
}
}
type: 'string'
// For remaining properties, see LinkedService objects
}
}
WebLinkedServiceTypeProperties 物件
設定 authenticationType 屬性以指定對象的類型。
針對 匿名,請使用:
{
authenticationType: 'Anonymous'
}
針對 Basic,請使用:
{
authenticationType: 'Basic'
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
username: any(...)
}
針對 ClientCertificate,請使用:
{
authenticationType: 'ClientCertificate'
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
pfx: {
type: 'string'
// For remaining properties, see SecretBase objects
}
}
SecretBase 物件
設定 類型 屬性,以指定物件的類型。
針對 AzureKeyVaultSecret,請使用:
{
secretName: any(...)
secretVersion: any(...)
store: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
type: 'AzureKeyVaultSecret'
}
針對 SecureString,請使用:
{
type: 'SecureString'
value: 'string'
}
LinkedService 物件
設定 類型 屬性,以指定物件的類型。
針對 AmazonMWS,請使用:
{
type: 'AmazonMWS'
typeProperties: {
accessKeyId: any(...)
encryptedCredential: any(...)
endpoint: any(...)
marketplaceID: any(...)
mwsAuthToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
secretKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
sellerID: any(...)
useEncryptedEndpoints: any(...)
useHostVerification: any(...)
usePeerVerification: any(...)
}
}
針對 AmazonRedshift,請使用:
{
type: 'AmazonRedshift'
typeProperties: {
database: any(...)
encryptedCredential: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any(...)
server: any(...)
username: any(...)
}
}
針對 AmazonS3,請使用:
{
type: 'AmazonS3'
typeProperties: {
accessKeyId: any(...)
encryptedCredential: any(...)
secretAccessKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
}
}
針對 AzureBatch,請使用:
{
type: 'AzureBatch'
typeProperties: {
accessKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
accountName: any(...)
batchUri: any(...)
encryptedCredential: any(...)
linkedServiceName: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
poolName: any(...)
}
}
針對 AzureDataLakeAnalytics,請使用:
{
type: 'AzureDataLakeAnalytics'
typeProperties: {
accountName: any(...)
dataLakeAnalyticsUri: any(...)
encryptedCredential: any(...)
resourceGroupName: any(...)
servicePrincipalId: any(...)
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
subscriptionId: any(...)
tenant: any(...)
}
}
針對 AzureDataLakeStore,請使用:
{
type: 'AzureDataLakeStore'
typeProperties: {
accountName: any(...)
dataLakeStoreUri: any(...)
encryptedCredential: any(...)
resourceGroupName: any(...)
servicePrincipalId: any(...)
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
subscriptionId: any(...)
tenant: any(...)
}
}
針對 AzureDatabricks,請使用:
{
type: 'AzureDatabricks'
typeProperties: {
accessToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
domain: any(...)
encryptedCredential: any(...)
existingClusterId: any(...)
newClusterNodeType: any(...)
newClusterNumOfWorker: any(...)
newClusterSparkConf: {
{customized property}: any(...)
}
newClusterVersion: any(...)
}
}
針對 AzureKeyVault,請使用:
{
type: 'AzureKeyVault'
typeProperties: {
baseUrl: any(...)
}
}
針對 AzureML,請使用:
{
type: 'AzureML'
typeProperties: {
apiKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any(...)
mlEndpoint: any(...)
servicePrincipalId: any(...)
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
tenant: any(...)
updateResourceEndpoint: any(...)
}
}
針對 AzureMySql,請使用:
{
type: 'AzureMySql'
typeProperties: {
connectionString: any(...)
encryptedCredential: any(...)
}
}
針對 AzurePostgreSql,請使用:
{
type: 'AzurePostgreSql'
typeProperties: {
connectionString: any(...)
encryptedCredential: any(...)
}
}
針對 AzureSearch,請使用:
{
type: 'AzureSearch'
typeProperties: {
encryptedCredential: any(...)
key: {
type: 'string'
// For remaining properties, see SecretBase objects
}
url: any(...)
}
}
針對 AzureSqlDW,請使用:
{
type: 'AzureSqlDW'
typeProperties: {
connectionString: any(...)
encryptedCredential: any(...)
servicePrincipalId: any(...)
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
tenant: any(...)
}
}
針對 AzureSqlDatabase,請使用:
{
type: 'AzureSqlDatabase'
typeProperties: {
connectionString: any(...)
encryptedCredential: any(...)
servicePrincipalId: any(...)
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
tenant: any(...)
}
}
針對 AzureStorage,請使用:
{
type: 'AzureStorage'
typeProperties: {
connectionString: any(...)
encryptedCredential: any(...)
sasUri: {
type: 'string'
// For remaining properties, see SecretBase objects
}
}
}
針對 Cassandra,請使用:
{
type: 'Cassandra'
typeProperties: {
authenticationType: any(...)
encryptedCredential: any(...)
host: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any(...)
username: any(...)
}
}
針對 Concur,請使用:
{
type: 'Concur'
typeProperties: {
clientId: any(...)
encryptedCredential: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
useEncryptedEndpoints: any(...)
useHostVerification: any(...)
usePeerVerification: any(...)
username: any(...)
}
}
針對 CosmosDb,請使用:
{
type: 'CosmosDb'
typeProperties: {
connectionString: any(...)
encryptedCredential: any(...)
}
}
針對 Couchbase,請使用:
{
type: 'Couchbase'
typeProperties: {
connectionString: any(...)
encryptedCredential: any(...)
}
}
針對 CustomDataSource,請使用:
{
type: 'CustomDataSource'
typeProperties: any(...)
}
針對 Db2,請使用:
{
type: 'Db2'
typeProperties: {
authenticationType: 'string'
database: any(...)
encryptedCredential: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
server: any(...)
username: any(...)
}
}
針對 Drill,請使用:
{
type: 'Drill'
typeProperties: {
connectionString: any(...)
encryptedCredential: any(...)
}
}
針對 Dynamics,請使用:
{
type: 'Dynamics'
typeProperties: {
authenticationType: 'string'
deploymentType: 'string'
encryptedCredential: any(...)
hostName: any(...)
organizationName: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any(...)
serviceUri: any(...)
username: any(...)
}
}
針對 Eloqua,請使用:
{
type: 'Eloqua'
typeProperties: {
encryptedCredential: any(...)
endpoint: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
useEncryptedEndpoints: any(...)
useHostVerification: any(...)
usePeerVerification: any(...)
username: any(...)
}
}
針對 FileServer,請使用:
{
type: 'FileServer'
typeProperties: {
encryptedCredential: any(...)
host: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
userId: any(...)
}
}
針對 FtpServer,請使用:
{
type: 'FtpServer'
typeProperties: {
authenticationType: 'string'
enableServerCertificateValidation: any(...)
enableSsl: any(...)
encryptedCredential: any(...)
host: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any(...)
userName: any(...)
}
}
針對 GoogleBigQuery,請使用:
{
type: 'GoogleBigQuery'
typeProperties: {
additionalProjects: any(...)
authenticationType: 'string'
clientId: {
type: 'string'
// For remaining properties, see SecretBase objects
}
clientSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
email: any(...)
encryptedCredential: any(...)
keyFilePath: any(...)
project: any(...)
refreshToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
requestGoogleDriveScope: any(...)
trustedCertPath: any(...)
useSystemTrustStore: any(...)
}
}
針對 Greenplum,請使用:
{
type: 'Greenplum'
typeProperties: {
connectionString: any(...)
encryptedCredential: any(...)
}
}
針對 HBase,請使用:
{
type: 'HBase'
typeProperties: {
allowHostNameCNMismatch: any(...)
allowSelfSignedServerCert: any(...)
authenticationType: 'string'
enableSsl: any(...)
encryptedCredential: any(...)
host: any(...)
httpPath: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any(...)
trustedCertPath: any(...)
username: any(...)
}
}
針對 HDInsight,請使用:
{
type: 'HDInsight'
typeProperties: {
clusterUri: any(...)
encryptedCredential: any(...)
hcatalogLinkedServiceName: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
linkedServiceName: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
userName: any(...)
}
}
針對 HDInsightOnDemand,請使用:
{
type: 'HDInsightOnDemand'
typeProperties: {
additionalLinkedServiceNames: [
{
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
]
clusterNamePrefix: any(...)
clusterPassword: {
type: 'string'
// For remaining properties, see SecretBase objects
}
clusterResourceGroup: any(...)
clusterSize: any(...)
clusterSshPassword: {
type: 'string'
// For remaining properties, see SecretBase objects
}
clusterSshUserName: any(...)
clusterType: any(...)
clusterUserName: any(...)
coreConfiguration: any(...)
dataNodeSize: any(...)
encryptedCredential: any(...)
hBaseConfiguration: any(...)
hcatalogLinkedServiceName: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
hdfsConfiguration: any(...)
headNodeSize: any(...)
hiveConfiguration: any(...)
hostSubscriptionId: any(...)
linkedServiceName: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
mapReduceConfiguration: any(...)
oozieConfiguration: any(...)
servicePrincipalId: any(...)
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
sparkVersion: any(...)
stormConfiguration: any(...)
tenant: any(...)
timeToLive: any(...)
version: any(...)
yarnConfiguration: any(...)
zookeeperNodeSize: any(...)
}
}
針對 Hdfs,請使用:
{
type: 'Hdfs'
typeProperties: {
authenticationType: any(...)
encryptedCredential: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
url: any(...)
userName: any(...)
}
}
針對 Hive,請使用:
{
type: 'Hive'
typeProperties: {
allowHostNameCNMismatch: any(...)
allowSelfSignedServerCert: any(...)
authenticationType: 'string'
enableSsl: any(...)
encryptedCredential: any(...)
host: any(...)
httpPath: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any(...)
serverType: 'string'
serviceDiscoveryMode: any(...)
thriftTransportProtocol: 'string'
trustedCertPath: any(...)
useNativeQuery: any(...)
username: any(...)
useSystemTrustStore: any(...)
zooKeeperNameSpace: any(...)
}
}
針對 HttpServer,請使用:
{
type: 'HttpServer'
typeProperties: {
authenticationType: 'string'
certThumbprint: any(...)
embeddedCertData: any(...)
enableServerCertificateValidation: any(...)
encryptedCredential: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
url: any(...)
userName: any(...)
}
}
針對 Hubspot,請使用:
{
type: 'Hubspot'
typeProperties: {
accessToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
clientId: any(...)
clientSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any(...)
refreshToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
useEncryptedEndpoints: any(...)
useHostVerification: any(...)
usePeerVerification: any(...)
}
}
針對 Impala,請使用:
{
type: 'Impala'
typeProperties: {
allowHostNameCNMismatch: any(...)
allowSelfSignedServerCert: any(...)
authenticationType: 'string'
enableSsl: any(...)
encryptedCredential: any(...)
host: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any(...)
trustedCertPath: any(...)
username: any(...)
useSystemTrustStore: any(...)
}
}
針對 Jira,請使用:
{
type: 'Jira'
typeProperties: {
encryptedCredential: any(...)
host: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any(...)
useEncryptedEndpoints: any(...)
useHostVerification: any(...)
usePeerVerification: any(...)
username: any(...)
}
}
針對 Magento,請使用:
{
type: 'Magento'
typeProperties: {
accessToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any(...)
host: any(...)
useEncryptedEndpoints: any(...)
useHostVerification: any(...)
usePeerVerification: any(...)
}
}
針對 MariaDB,請使用:
{
type: 'MariaDB'
typeProperties: {
connectionString: any(...)
encryptedCredential: any(...)
}
}
針對 Marketo,請使用:
{
type: 'Marketo'
typeProperties: {
clientId: any(...)
clientSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any(...)
endpoint: any(...)
useEncryptedEndpoints: any(...)
useHostVerification: any(...)
usePeerVerification: any(...)
}
}
針對 MongoDb,請使用:
{
type: 'MongoDb'
typeProperties: {
allowSelfSignedServerCert: any(...)
authenticationType: 'string'
authSource: any(...)
databaseName: any(...)
enableSsl: any(...)
encryptedCredential: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any(...)
server: any(...)
username: any(...)
}
}
針對 MySql,請使用:
{
type: 'MySql'
typeProperties: {
connectionString: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any(...)
}
}
針對 Netezza,請使用:
{
type: 'Netezza'
typeProperties: {
connectionString: any(...)
encryptedCredential: any(...)
}
}
針對 OData,請使用:
{
type: 'OData'
typeProperties: {
authenticationType: 'string'
encryptedCredential: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
url: any(...)
userName: any(...)
}
}
針對 Odbc,請使用:
{
type: 'Odbc'
typeProperties: {
authenticationType: any(...)
connectionString: any(...)
credential: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
userName: any(...)
}
}
針對 Oracle,請使用:
{
type: 'Oracle'
typeProperties: {
connectionString: any(...)
encryptedCredential: any(...)
}
}
針對 PayPal,請使用:
{
type: 'Paypal'
typeProperties: {
clientId: any(...)
clientSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any(...)
host: any(...)
useEncryptedEndpoints: any(...)
useHostVerification: any(...)
usePeerVerification: any(...)
}
}
針對 Phoenix,請使用:
{
type: 'Phoenix'
typeProperties: {
allowHostNameCNMismatch: any(...)
allowSelfSignedServerCert: any(...)
authenticationType: 'string'
enableSsl: any(...)
encryptedCredential: any(...)
host: any(...)
httpPath: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any(...)
trustedCertPath: any(...)
username: any(...)
useSystemTrustStore: any(...)
}
}
針對 PostgreSql,請使用:
{
type: 'PostgreSql'
typeProperties: {
connectionString: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any(...)
}
}
針對 Presto,請使用:
{
type: 'Presto'
typeProperties: {
allowHostNameCNMismatch: any(...)
allowSelfSignedServerCert: any(...)
authenticationType: 'string'
catalog: any(...)
enableSsl: any(...)
encryptedCredential: any(...)
host: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any(...)
serverVersion: any(...)
timeZoneID: any(...)
trustedCertPath: any(...)
username: any(...)
useSystemTrustStore: any(...)
}
}
針對 QuickBooks,請使用:
{
type: 'QuickBooks'
typeProperties: {
accessToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
accessTokenSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
companyId: any(...)
consumerKey: any(...)
consumerSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any(...)
endpoint: any(...)
useEncryptedEndpoints: any(...)
}
}
針對 Responsys,請使用:
{
type: 'Responsys'
typeProperties: {
clientId: any(...)
clientSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any(...)
endpoint: any(...)
useEncryptedEndpoints: any(...)
useHostVerification: any(...)
usePeerVerification: any(...)
}
}
針對 Salesforce,請使用:
{
type: 'Salesforce'
typeProperties: {
encryptedCredential: any(...)
environmentUrl: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
securityToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
username: any(...)
}
}
針對 SalesforceMarketingCloud,請使用:
{
type: 'SalesforceMarketingCloud'
typeProperties: {
clientId: any(...)
clientSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any(...)
useEncryptedEndpoints: any(...)
useHostVerification: any(...)
usePeerVerification: any(...)
}
}
針對 SapBW,請使用:
{
type: 'SapBW'
typeProperties: {
clientId: any(...)
encryptedCredential: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
server: any(...)
systemNumber: any(...)
userName: any(...)
}
}
針對 SapCloudForCustomer,請使用:
{
type: 'SapCloudForCustomer'
typeProperties: {
encryptedCredential: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
url: any(...)
username: any(...)
}
}
針對 SapEcc,請使用:
{
type: 'SapEcc'
typeProperties: {
encryptedCredential: 'string'
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
url: 'string'
username: 'string'
}
}
針對 SapHana,請使用:
{
type: 'SapHana'
typeProperties: {
authenticationType: 'string'
encryptedCredential: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
server: any(...)
userName: any(...)
}
}
針對 ServiceNow,請使用:
{
type: 'ServiceNow'
typeProperties: {
authenticationType: 'string'
clientId: any(...)
clientSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any(...)
endpoint: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
useEncryptedEndpoints: any(...)
useHostVerification: any(...)
usePeerVerification: any(...)
username: any(...)
}
}
針對 Sftp,請使用:
{
type: 'Sftp'
typeProperties: {
authenticationType: 'string'
encryptedCredential: any(...)
host: any(...)
hostKeyFingerprint: any(...)
passPhrase: {
type: 'string'
// For remaining properties, see SecretBase objects
}
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any(...)
privateKeyContent: {
type: 'string'
// For remaining properties, see SecretBase objects
}
privateKeyPath: any(...)
skipHostKeyValidation: any(...)
userName: any(...)
}
}
針對 Shopify,請使用:
{
type: 'Shopify'
typeProperties: {
accessToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any(...)
host: any(...)
useEncryptedEndpoints: any(...)
useHostVerification: any(...)
usePeerVerification: any(...)
}
}
針對 Spark,請使用:
{
type: 'Spark'
typeProperties: {
allowHostNameCNMismatch: any(...)
allowSelfSignedServerCert: any(...)
authenticationType: 'string'
enableSsl: any(...)
encryptedCredential: any(...)
host: any(...)
httpPath: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any(...)
serverType: 'string'
thriftTransportProtocol: 'string'
trustedCertPath: any(...)
username: any(...)
useSystemTrustStore: any(...)
}
}
針對 SqlServer,請使用:
{
type: 'SqlServer'
typeProperties: {
connectionString: any(...)
encryptedCredential: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
userName: any(...)
}
}
針對 Square,請使用:
{
type: 'Square'
typeProperties: {
clientId: any(...)
clientSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any(...)
host: any(...)
redirectUri: any(...)
useEncryptedEndpoints: any(...)
useHostVerification: any(...)
usePeerVerification: any(...)
}
}
針對 Sybase,請使用:
{
type: 'Sybase'
typeProperties: {
authenticationType: 'string'
database: any(...)
encryptedCredential: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
schema: any(...)
server: any(...)
username: any(...)
}
}
針對 Teradata,請使用:
{
type: 'Teradata'
typeProperties: {
authenticationType: 'string'
encryptedCredential: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
server: any(...)
username: any(...)
}
}
針對 Vertica,請使用:
{
type: 'Vertica'
typeProperties: {
connectionString: any(...)
encryptedCredential: any(...)
}
}
針對 Web,請使用:
{
type: 'Web'
typeProperties: {
url: any(...)
authenticationType: 'string'
// For remaining properties, see WebLinkedServiceTypeProperties objects
}
}
針對 Xero,請使用:
{
type: 'Xero'
typeProperties: {
consumerKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any(...)
host: any(...)
privateKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
useEncryptedEndpoints: any(...)
useHostVerification: any(...)
usePeerVerification: any(...)
}
}
針對 Zoho,請使用:
{
type: 'Zoho'
typeProperties: {
accessToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any(...)
endpoint: any(...)
useEncryptedEndpoints: any(...)
useHostVerification: any(...)
usePeerVerification: any(...)
}
}
屬性值
Microsoft.DataFactory/factories/linkedservices
名稱 |
說明 |
價值觀 |
名稱 |
資源名稱 |
字串
約束: 最小長度 = 1 最大長度 = 260 模式 = ^[A-Za-z0-9_][^<>*#.%&:\\+?/]*$ (必要) |
家長 |
在 Bicep 中,您可以指定子資源的父資源。 只有在父資源外部宣告子資源時,才需要新增這個屬性。
如需詳細資訊,請參閱 父資源外部的子資源。 |
類型資源的符號名稱:處理站 |
屬性 |
連結服務的屬性。 |
LinkedService (必要) |
亞馬遜MWSLinkedService
AmazonMWSLinkedServiceTypeProperties
名稱 |
說明 |
價值觀 |
accessKeyId |
用來存取資料的存取金鑰標識碼。 |
任何 (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
端點 |
AmazonMWS 伺服器的端點(亦即 mws.amazonservices.com) |
任何 (必要) |
marketplaceID |
您想要從中擷取數據的 Amazon Marketplace 識別碼。 若要從多個 Marketplace 識別符擷取數據,請以逗號 (,, ) 分隔它們。 (即A2EUQ1WTGCTBG2) |
任何 (必要) |
mwsAuthToken 代幣 |
AmazonMWS 驗證令牌。 |
秘密基地 |
secretKey 金鑰 |
用來存取資料的秘密金鑰。 |
秘密基地 |
賣家ID |
Amazon 賣方標識符。 |
任何 (必要) |
使用加密端點 |
指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 |
任何 |
使用主機驗證 |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 |
任何 |
使用同行驗證 |
指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 |
任何 |
亞馬遜紅shift鏈接服務
AmazonRedshiftLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
資料庫 |
Amazon Redshift 來源的資料庫名稱。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
密碼 |
Amazon Redshift 來源的密碼。 |
秘密基地 |
連接埠 |
Amazon Redshift 伺服器用來接聽用戶端連線的 TCP 連接埠號碼。 預設值為5439。 類型:integer (或 expression with resultType integer) 。 |
任何 |
伺服器 |
Amazon Redshift 伺服器的名稱。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
用戶名 |
Amazon Redshift 來源的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
AmazonS3Linked服務
AmazonS3LinkedServiceType屬性
名稱 |
說明 |
價值觀 |
accessKeyId |
Amazon S3 身分識別與存取管理 (IAM) 使用者的存取密鑰標識碼。 Type:string (或 expression with resultType string) 。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
secretAccessKey |
Amazon S3 身分識別與存取管理 (IAM) 使用者的秘密存取密鑰。 |
秘密基地 |
AzureBatchLinkedService
AzureBatchLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
accessKey |
Azure Batch 帳戶存取金鑰。 |
秘密基地 |
帳戶名稱 |
Azure Batch 帳戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
batchUri 的 |
Azure Batch URI。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
連結服務名稱 |
Azure 記憶體連結服務參考。 |
LinkedServiceReference (必要) |
礦池名稱 |
Azure Batch 集區名稱。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
AzureDatabricksLinkedService
AzureDatabricksLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
accessToken |
databricks REST API 的存取令牌。 請參閱 https://docs.azuredatabricks.net/api/latest/authentication.html。 Type:string (或 expression with resultType string) 。 |
SecretBase (必要) |
網域 |
<REGION.azuredatabricks.net,Databricks> 部署的域名。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
existingClusterId |
將用於此作業所有執行的現有叢集標識碼。 Type:string (或 expression with resultType string) 。 |
任何 |
newClusterNodeType |
新叢集的節點類型。 Type:string (或 expression with resultType string) 。 |
任何 |
newClusterNumOfWorker |
新叢集應該擁有的背景工作節點數目。 格式化為 Int32 的字串,例如 '1' 表示 numOfWorker 是 1 或 '1:10' 表示從 1 自動調整為最小值,而 10 則為最大值。 Type:string (或 expression with resultType string) 。 |
任何 |
新集群 SparkConf |
一組選擇性、使用者指定的Spark組態索引鍵/值組。 |
AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkConf |
newClusterVersion |
新叢集的Spark版本。 Type:string (或 expression with resultType string) 。 |
任何 |
AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkConf
AzureDataLakeAnalyticsLinkedService
AzureDataLakeAnalyticsLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
帳戶名稱 |
Azure Data Lake Analytics 帳戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
dataLakeAnalyticsUri |
Azure Data Lake Analytics URI 類型:字串(或具有 resultType 字串的運算式)。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
資源群組名稱 |
Data Lake Analytics 帳戶資源組名(如果與 Data Factory 帳戶不同)。 Type:string (或 expression with resultType string) 。 |
任何 |
servicePrincipalId 服務 |
用來針對 Azure Data Lake Analytics 帳戶進行驗證的應用程式識別碼。 Type:string (或 expression with resultType string) 。 |
任何 |
servicePrincipalKey 服務 |
用來對 Azure Data Lake Analytics 帳戶進行驗證的應用程式密鑰。 |
秘密基地 |
subscriptionId (訂閱ID) |
Data Lake Analytics 帳戶訂用帳戶標識碼(如果與 Data Factory 帳戶不同)。 Type:string (或 expression with resultType string) 。 |
任何 |
租戶 |
服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
AzureDataLakeStoreLinkedService
AzureDataLakeStoreLinkedServiceTypeProperties
名稱 |
說明 |
價值觀 |
帳戶名稱 |
Data Lake Store 帳戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
dataLakeStoreUri |
Data Lake Store 服務 URI。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
資源群組名稱 |
Data Lake Store 帳戶資源組名(如果與 Data Factory 帳戶不同)。 Type:string (或 expression with resultType string) 。 |
任何 |
servicePrincipalId 服務 |
用來針對 Azure Data Lake Store 帳戶進行驗證的應用程式識別碼。 Type:string (或 expression with resultType string) 。 |
任何 |
servicePrincipalKey 服務 |
用來針對 Azure Data Lake Store 帳戶進行驗證的應用程式密鑰。 |
秘密基地 |
subscriptionId (訂閱ID) |
Data Lake Store 帳戶訂用帳戶標識碼(如果與 Data Factory 帳戶不同)。 Type:string (或 expression with resultType string) 。 |
任何 |
租戶 |
服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 |
任何 |
AzureKeyVaultLinkedService
AzureKeyVaultLinkedServiceType屬性
AzureKeyVaultSecretReference
名稱 |
說明 |
價值觀 |
秘密名稱 |
Azure 金鑰保存庫 中的秘密名稱。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
secretVersion |
Azure Key Vault 中的秘密版本。 預設值是最新版本的秘密。 Type:string (或 expression with resultType string) 。 |
任何 |
商店 |
Azure Key Vault 鏈接服務參考。 |
LinkedServiceReference (必要) |
類型 |
秘密的類型。 |
'AzureKeyVaultSecret' (必要) |
AzureMLLinkedService
AzureMLLinkedServiceTypeProperties
名稱 |
說明 |
價值觀 |
apiKey |
用來存取 Azure ML 模型端點的 API 金鑰。 |
SecretBase (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
mlEndpoint |
Azure ML Web 服務端點的批次執行 REST URL。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
servicePrincipalId 服務 |
用來針對 Azure ML Web 服務的 ARM 型 updateResourceEndpoint 進行驗證的服務主體識別碼。 Type:string (或 expression with resultType string) 。 |
任何 |
servicePrincipalKey 服務 |
用來針對 Azure ML Web 服務的 ARM 型 updateResourceEndpoint 進行驗證的服務主體金鑰。 |
秘密基地 |
租戶 |
服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 |
任何 |
updateResourceEndpoint |
Azure ML Web 服務端點的更新資源 REST URL。 Type:string (或 expression with resultType string) 。 |
任何 |
AzureMySqlLinkedService
AzureMySqlLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
Connection String (連接字串) |
連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
AzurePostgreSqlLinkedService
AzurePostgreSqlLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
Connection String (連接字串) |
ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
AzureSearchLinkedService
AzureSearchLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
鑰匙 |
Azure 搜尋服務的系統管理金鑰 |
秘密基地 |
URL |
Azure 搜尋服務的 URL。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
AzureSqlDatabaseLinkedService
AzureSqlDatabaseLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
Connection String (連接字串) |
連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
servicePrincipalId 服務 |
用來對 Azure SQL Database 進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。 |
任何 |
servicePrincipalKey 服務 |
用來向 Azure SQL Database 進行驗證的服務主體密鑰。 |
秘密基地 |
租戶 |
服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 |
任何 |
AzureSqlDWLinkedService
AzureSqlDWLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
Connection String (連接字串) |
連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
servicePrincipalId 服務 |
用來向 Azure SQL 數據倉儲進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。 |
任何 |
servicePrincipalKey 服務 |
用來對 Azure SQL 數據倉儲進行驗證的服務主體密鑰。 |
秘密基地 |
租戶 |
服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 |
任何 |
AzureStorageLinkedService
AzureStorageLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
Connection String (連接字串) |
連接字串。 它與 sasUri 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
sasUri |
Azure 記憶體資源的 SAS URI。 它與 connectionString 屬性互斥。 |
秘密基地 |
CassandraLinked服務
CassandraLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
驗證類型 |
要用於連接的 AuthenticationType。 Type:string (或 expression with resultType string) 。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
主機 |
線上的主機名。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
密碼 |
驗證的密碼。 |
秘密基地 |
連接埠 |
連接的埠。 類型:integer (或 expression with resultType integer) 。 |
任何 |
用戶名 |
驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
ConcurLinkedService
ConcurLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
用戶端ID |
Concur 應用程式管理所提供的應用程式client_id。 |
任何 (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
密碼 |
對應至您在使用者名稱欄位中提供之使用者名稱的密碼。 |
秘密基地 |
使用加密端點 |
指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 |
任何 |
使用主機驗證 |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 |
任何 |
使用同行驗證 |
指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 |
任何 |
用戶名 |
您用來存取 Concur 服務的使用者名稱。 |
任何 (必要) |
CosmosDbLinkedService
CosmosDbLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
Connection String (連接字串) |
連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
CouchbaseLinkedService 服務
CouchbaseLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
Connection String (連接字串) |
ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
CustomDataSourceLinkedService
名稱 |
說明 |
價值觀 |
類型 |
連結服務的類型。 |
'CustomDataSource' (必要) |
類型屬性 |
自訂連結服務屬性。 |
任何 (必要) |
Db2LinkedService 服務
Db2LinkedServiceType屬性
名稱 |
說明 |
價值觀 |
驗證類型 |
要用於連接的 AuthenticationType。 |
“基本” |
資料庫 |
連接的資料庫名稱。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
密碼 |
驗證的密碼。 |
秘密基地 |
伺服器 |
線上的伺服器名稱。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
用戶名 |
驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
DrillLinkedService 服務
DrillLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
Connection String (連接字串) |
ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
DynamicsLinkedService
DynamicsLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
驗證類型 |
要連線到 Dynamics 伺服器的驗證類型。 適用於在線案例的 『Office365』,適用於內部部署與 Ifd 案例的 『Ifd』。 Type:string (或 expression with resultType string) 。 |
'Ifd' 'Office365' (必要) |
部署類型 |
Dynamics 實例的部署類型。 Dynamics Online 的 'Online' 和適用於具有 Ifd 之 Dynamics 內部部署的 'OnPremisesWithIfd'。 Type:string (或 expression with resultType string) 。 |
“在線” 'OnPremisesWithIfd' (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
主機名稱 |
內部部署 Dynamics 伺服器的主機名。 內部部署需要 屬性,且不允許在線使用。 Type:string (或 expression with resultType string) 。 |
任何 |
organizationName (組織名稱) |
Dynamics 實例的組織名稱。 當有多個與使用者相關聯的 Dynamics 實例時,內部部署需要 屬性,且需要在線。 Type:string (或 expression with resultType string) 。 |
任何 |
密碼 |
存取 Dynamics 實例的密碼。 |
秘密基地 |
連接埠 |
內部部署 Dynamics 伺服器的埠。 內部部署需要 屬性,且不允許在線使用。 預設值為 443。 類型:integer (或 expression with resultType integer), minimum: 0。 |
任何 |
serviceUri 的 |
Microsoft Dynamics 伺服器的 URL。 內部部署不需要 屬性,且不允許內部部署。 Type:string (或 expression with resultType string) 。 |
任何 |
用戶名 |
用來存取 Dynamics 實例的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
EloquaLinked服務
EloquaLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
端點 |
Eloqua 伺服器的端點。 (即 eloqua.example.com) |
任何 (必要) |
密碼 |
對應至使用者名稱的密碼。 |
秘密基地 |
使用加密端點 |
指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 |
任何 |
使用主機驗證 |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 |
任何 |
使用同行驗證 |
指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 |
任何 |
用戶名 |
Eloqua 帳戶的網站名稱和用戶名稱,格式如下:sitename/username。 (即埃洛誇/愛麗絲) |
任何 (必要) |
FileServerLinkedService
FileServerLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
主機 |
伺服器的主機名。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
密碼 |
登入伺服器的密碼。 |
秘密基地 |
使用者ID |
登入伺服器的使用者識別碼。 Type:string (或 expression with resultType string) 。 |
任何 |
FtpServerLinkedService
FtpServerLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
驗證類型 |
要用來連線到 FTP 伺服器的驗證類型。 |
'匿名' “基本” |
啟用伺服器證書驗證 |
如果為 true,請透過 SSL/TLS 通道連線時驗證 FTP 伺服器 SSL 憑證。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 |
任何 |
啟用SSL |
如果為 true,請透過 SSL/TLS 通道連線到 FTP 伺服器。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
主機 |
FTP 伺服器的主機名。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
密碼 |
登入 FTP 伺服器的密碼。 |
秘密基地 |
連接埠 |
FTP 伺服器用來接聽用戶端連線的 TCP 連接埠號碼。 預設值為 21。 類型:integer (或 expression with resultType integer), minimum: 0。 |
任何 |
使用者名稱 |
登入 FTP 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
GoogleBigQueryLinkedService
GoogleBigQueryLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
其他專案 |
要存取的公用 BigQuery 專案逗號分隔清單。 |
任何 |
驗證類型 |
用於驗證的 OAuth 2.0 驗證機制。 ServiceAuthentication 只能在自我裝載 IR 上使用。 |
“ServiceAuthentication” 'UserAuthentication' (必要) |
用戶端ID |
用來取得重新整理令牌之 Google 應用程式的用戶端識別碼。 |
秘密基地 |
用戶端密鑰 |
用來取得重新整理令牌之 Google 應用程式的客戶端密碼。 |
秘密基地 |
電子郵件 |
服務帳戶電子郵件標識碼,用於 ServiceAuthentication,且只能在自我裝載 IR 上使用。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
密鑰檔案路徑 |
.p12 金鑰檔案的完整路徑,用來驗證服務帳戶電子郵件位址,而且只能在自我裝載 IR 上使用。 |
任何 |
專案 |
要查詢的預設 BigQuery 專案。 |
任何 (必要) |
refreshToken |
從 Google 取得的重新整理令牌,以授權存取 BigQuery for UserAuthentication。 |
秘密基地 |
請求GoogleDriveScope |
是否要求存取Google雲端硬碟。 允許Google Drive存取可支持結合 BigQuery 數據與Google Drive 資料的同盟數據表。 預設值為 false。 |
任何 |
可信任憑證路徑 |
.pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 |
任何 |
使用系統信任憑證庫 (useSystemTrustStore) |
指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 預設值為 false。 |
任何 |
GreenplumLinked服務
GreenplumLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
Connection String (連接字串) |
ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
HBaseLinkedService
HBaseLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
allowHostNameCNMismatch (允許主機名稱與CN不匹配) |
指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 預設值為 false。 |
任何 |
允許自簽名伺服器證書 |
指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 |
任何 |
驗證類型 |
用來連線到 HBase 伺服器的驗證機制。 |
'匿名' 'Basic' (必要) |
啟用SSL |
指定是否使用 SSL 加密與伺服器的連線。 預設值為 false。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
主機 |
HBase 伺服器的IP位址或主機名。 (即192.168.222.160) |
任何 (必要) |
httpPath |
對應至 HBase 伺服器的部分 URL。 (即 /gateway/sandbox/hbase/version) |
任何 |
密碼 |
對應至使用者名稱的密碼。 |
秘密基地 |
連接埠 |
HBase 實例用來接聽用戶端連線的 TCP 連接埠。 預設值為9090。 |
任何 |
可信任憑證路徑 |
.pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 |
任何 |
用戶名 |
用來連線到 HBase 實例的用戶名稱。 |
任何 |
HdfsLinkedService 服務
HdfsLinkedServiceTypeProperties
名稱 |
說明 |
價值觀 |
驗證類型 |
用來連線到 HDFS 的驗證類型。 可能的值為:匿名和 Windows。 Type:string (或 expression with resultType string) 。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
密碼 |
Windows 驗證的密碼。 |
秘密基地 |
URL |
HDFS 服務端點的 URL,例如 http://myhostname:50070/webhdfs/v1 。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
使用者名稱 |
Windows 驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
HDInsightLinkedService
HDInsightLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
clusterUri |
HDInsight 叢集 URI。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
hcatalogLinkedServiceName |
指向 HCatalog 資料庫的 Azure SQL 鏈接服務參考。 |
LinkedServiceReference |
連結服務名稱 |
Azure 記憶體連結服務參考。 |
LinkedServiceReference |
密碼 |
HDInsight 叢集密碼。 |
秘密基地 |
使用者名稱 |
HDInsight 叢集用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
HDInsightOnDemandLinkedService
HDInsightOnDemandLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
additionalLinkedService名稱 |
指定 HDInsight 鏈接服務的其他記憶體帳戶,讓 Data Factory 服務可以代表您註冊它們。 |
LinkedServiceReference[] |
clusterNamePrefix 的 |
叢集名稱的前置詞,後置詞會與時間戳不同。 Type:string (或 expression with resultType string) 。 |
任何 |
clusterPassword |
存取叢集的密碼。 |
秘密基地 |
clusterResourceGroup 集群資源組 |
叢集所屬的資源群組。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
clusterSize |
叢集中的背景工作/數據節點數目。 建議值:4。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
clusterSshPassword |
SSH 的密碼會從遠端連線叢集的節點(適用於 Linux)。 |
秘密基地 |
clusterSshUserName |
SSH 的使用者名稱會從遠端連線到叢集的節點(適用於 Linux)。 Type:string (或 expression with resultType string) 。 |
任何 |
clusterType |
叢集類型。 Type:string (或 expression with resultType string) 。 |
任何 |
cluster使用者名 |
存取叢集的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
核心配置 |
指定要建立 HDInsight 叢集的核心組態參數(如 core-site.xml中所示。 |
任何 |
dataNodeSize (資料節點大小) |
指定 HDInsight 叢集的數據節點大小。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
hBase配置 |
指定 HDInsight 叢集的 HBase 組態參數 (hbase-site.xml)。 |
任何 |
hcatalogLinkedServiceName |
指向 HCatalog 資料庫的 Azure SQL 連結服務名稱。 隨選 HDInsight 叢集是使用 Azure SQL 資料庫作為中繼存放區所建立。 |
LinkedServiceReference |
hdfs配置 |
指定 HDInsight 叢集的 HDFS 組態參數 (hdfs-site.xml)。 |
任何 |
頭節點大小 |
指定 HDInsight 叢集前端節點的大小。 |
任何 |
hiveConfiguration |
指定 HDInsight 叢集的 hive 組態參數 (hive-site.xml)。 |
任何 |
hostSubscriptionId |
客戶用來裝載叢集的訂用帳戶。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
連結服務名稱 |
隨選叢集用來儲存和處理數據的 Azure 記憶體連結服務。 |
LinkedServiceReference (必要) |
mapReduceConfiguration |
指定 HDInsight 叢集的 MapReduce 組態參數 (mapred-site.xml)。 |
任何 |
oozie配置 |
指定 HDInsight 叢集的 Oozie 組態參數 (oozie-site.xml)。 |
任何 |
servicePrincipalId 服務 |
hostSubscriptionId 的服務主體標識符。 Type:string (或 expression with resultType string) 。 |
任何 |
servicePrincipalKey 服務 |
服務主體標識碼的索引鍵。 |
秘密基地 |
sparkVersion |
如果叢集類型為 『spark』,則為 spark 的版本。 Type:string (或 expression with resultType string) 。 |
任何 |
stormConfiguration |
指定 HDInsight 叢集的 Storm 組態參數 (storm-site.xml)。 |
任何 |
租戶 |
服務主體所屬的租用戶標識碼/名稱。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
時間到生活 |
隨選 HDInsight 叢集允許的空閒時間。 指定當叢集中沒有其他作用中作業時,隨選 HDInsight 叢集在活動執行完成後保持運作的時間長度。 最小值為 5 分鐘。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
版本 |
HDInsight 叢集的版本。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
yarn配置 |
指定 HDInsight 叢集的 Yarn 組態參數 (yarn-site.xml)。 |
任何 |
zookeeperNodeSize |
指定 HDInsight 叢集的 Zoo Keeper 節點大小。 |
任何 |
HiveLinked服務
HiveLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
allowHostNameCNMismatch (允許主機名稱與CN不匹配) |
指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 預設值為 false。 |
任何 |
允許自簽名伺服器證書 |
指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 |
任何 |
驗證類型 |
用來存取 Hive 伺服器的驗證方法。 |
'匿名' '使用者名' '使用者名和密碼' 'WindowsAzureHDInsightService' (必要) |
啟用SSL |
指定是否使用 SSL 加密與伺服器的連線。 預設值為 false。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
主機 |
多個主機的IP位址或Hive伺服器的主機名,並以 『;' 分隔(只有在啟用 serviceDiscoveryMode 時)。 |
任何 (必要) |
httpPath |
對應至Hive伺服器的部分URL。 |
任何 |
密碼 |
對應至您在 [用戶名稱] 字段中提供之使用者名稱的密碼 |
秘密基地 |
連接埠 |
Hive 伺服器用來接聽用戶端連線的 TCP 連接埠。 |
任何 |
伺服器類型 |
Hive 伺服器的型別。 |
“HiveServer1” “HiveServer2” 'HiveThriftServer' |
服務發現模式 |
true 表示使用 ZooKeeper 服務,false not。 |
任何 |
thriftTransportProtocol 協定 |
在 Thrift 層中使用的傳輸通訊協定。 |
'二進位' 'HTTP ' 'SASL' |
可信任憑證路徑 |
.pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 |
任何 |
useNativeQuery |
指定驅動程式是否使用原生 HiveQL 查詢,或將它們轉換成 HiveQL 中的對等形式。 |
任何 |
用戶名 |
您用來存取 Hive Server 的使用者名稱。 |
任何 |
使用系統信任憑證庫 (useSystemTrustStore) |
指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 預設值為 false。 |
任何 |
動物園管理員命名空間 |
在 ZooKeeper 上新增 Hive Server 2 節點的命名空間。 |
任何 |
HttpLinkedService 服務
HttpLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
驗證類型 |
要用來連線到 HTTP 伺服器的驗證類型。 |
'匿名' “基本” “ClientCertificate” '摘要' “Windows” |
certThumbprint |
ClientCertificate 驗證憑證的指紋。 僅適用於內部部署複本。 針對使用 ClientCertificate 驗證的內部部署複製,應指定 CertThumbprint 或 EmbeddedCertData/Password。 Type:string (或 expression with resultType string) 。 |
任何 |
embeddedCertData |
ClientCertificate 驗證的Base64編碼憑證數據。 針對使用 ClientCertificate 驗證的內部部署複製,應指定 CertThumbprint 或 EmbeddedCertData/Password。 Type:string (或 expression with resultType string) 。 |
任何 |
啟用伺服器證書驗證 |
如果為 true,請驗證 HTTPS 伺服器 SSL 憑證。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
密碼 |
使用 EmbeddedCertData 驗證進行基本、摘要、Windows 或 ClientCertificate 的密碼。 |
秘密基地 |
URL |
HTTP 端點的基底 URL,例如 https://www.microsoft.com。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
使用者名稱 |
基本、摘要或 Windows 驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
HubspotLinked服務
HubspotLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
accessToken |
最初驗證 OAuth 整合時取得的存取令牌。 |
秘密基地 |
用戶端ID |
與您的 Hubspot 應用程式相關聯的用戶端識別碼。 |
任何 (必要) |
用戶端密鑰 |
與您的 Hubspot 應用程式相關聯的客戶端密碼。 |
秘密基地 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
refreshToken |
初始驗證 OAuth 整合時取得的重新整理令牌。 |
秘密基地 |
使用加密端點 |
指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 |
任何 |
使用主機驗證 |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 |
任何 |
使用同行驗證 |
指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 |
任何 |
ImpalaLinkedService
ImpalaLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
allowHostNameCNMismatch (允許主機名稱與CN不匹配) |
指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 預設值為 false。 |
任何 |
允許自簽名伺服器證書 |
指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 |
任何 |
驗證類型 |
要使用的驗證類型。 |
'匿名' 'SASLUsername' 'UsernameAndPassword' (必要) |
啟用SSL |
指定是否使用 SSL 加密與伺服器的連線。 預設值為 false。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
主機 |
Impala 伺服器的IP位址或主機名。 (即192.168.222.160) |
任何 (必要) |
密碼 |
使用 UsernameAndPassword 時,對應至使用者名稱的密碼。 |
秘密基地 |
連接埠 |
Impala 伺服器用來接聽用戶端連線的 TCP 連接埠。 預設值為 21050。 |
任何 |
可信任憑證路徑 |
.pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 |
任何 |
用戶名 |
用來存取 Impala 伺服器的用戶名稱。 使用SASLUsername時,預設值為匿名。 |
任何 |
使用系統信任憑證庫 (useSystemTrustStore) |
指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 預設值為 false。 |
任何 |
IntegrationRuntimeReference
JiraLinked服務
JiraLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
主機 |
Jira 服務的IP位址或主機名。 (例如 jira.example.com) |
任何 (必要) |
密碼 |
對應至您在使用者名稱欄位中提供之使用者名稱的密碼。 |
秘密基地 |
連接埠 |
Jira 伺服器用來接聽用戶端連線的 TCP 連接埠。 如果透過 HTTPS 連線,則預設值為 443,如果透過 HTTP 連線,則為 8080。 |
任何 |
使用加密端點 |
指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 |
任何 |
使用主機驗證 |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 |
任何 |
使用同行驗證 |
指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 |
任何 |
用戶名 |
您用來存取 Jira 服務的使用者名稱。 |
任何 (必要) |
連結服務
LinkedServiceReference
MagentoLinked服務
MagentoLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
accessToken |
來自Magento的存取令牌。 |
秘密基地 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
主機 |
Magento 實例的 URL。 (即192.168.222.110/洋紅3) |
任何 (必要) |
使用加密端點 |
指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 |
任何 |
使用主機驗證 |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 |
任何 |
使用同行驗證 |
指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 |
任何 |
MariaDBLinkedService
MariaDBLinkedServiceTypeProperties
名稱 |
說明 |
價值觀 |
Connection String (連接字串) |
ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
MarketoLinked服務
MarketoLinkedServiceTypeProperties
名稱 |
說明 |
價值觀 |
用戶端ID |
Marketo 服務的用戶端標識碼。 |
任何 (必要) |
用戶端密鑰 |
Marketo 服務的客戶端密碼。 |
秘密基地 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
端點 |
Marketo 伺服器的端點。 (即 123-ABC-321.mktorest.com) |
任何 (必要) |
使用加密端點 |
指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 |
任何 |
使用主機驗證 |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 |
任何 |
使用同行驗證 |
指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 |
任何 |
MongoDbLinkedService
MongoDbLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
允許自簽名伺服器證書 |
指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 |
任何 |
驗證類型 |
要用來連線到 MongoDB 資料庫的驗證類型。 |
'匿名' “基本” |
authSource 認證 |
用來驗證使用者名稱和密碼的資料庫。 Type:string (或 expression with resultType string) 。 |
任何 |
資料庫名稱 |
您想要存取的 MongoDB 資料庫名稱。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
啟用SSL |
指定是否使用 SSL 加密與伺服器的連線。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
密碼 |
驗證的密碼。 |
秘密基地 |
連接埠 |
MongoDB 伺服器用來接聽用戶端連線的 TCP 連接埠號碼。 預設值為 27017。 類型:integer (或 expression with resultType integer), minimum: 0。 |
任何 |
伺服器 |
MongoDB 伺服器的IP位址或伺服器名稱。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
用戶名 |
驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
MySqlLinkedService 服務
MySqlLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
Connection String (連接字串) |
連接字串。 |
SecretBase (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
NetezzaLinked服務
NetezzaLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
Connection String (連接字串) |
ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
ODataLinkedService
ODataLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
驗證類型 |
用來連線到 OData 服務的驗證類型。 |
'匿名' “基本” |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
密碼 |
OData 服務的密碼。 |
秘密基地 |
URL |
OData 服務端點的 URL。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
使用者名稱 |
OData 服務的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
OdbcLinkedService
OdbcLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
驗證類型 |
用來連接到 ODBC 資料存放區的驗證類型。 可能的值為:Anonymous 和 Basic。 Type:string (或 expression with resultType string) 。 |
任何 |
Connection String (連接字串) |
連接字串的非存取認證部分,以及選擇性的加密認證。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 (必要) |
資格證明 |
驅動程式特定屬性值格式所指定連接字串的存取認證部分。 |
秘密基地 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
密碼 |
基本身份驗證的密碼。 |
秘密基地 |
使用者名稱 |
基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
OracleLinked服務
OracleLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
Connection String (連接字串) |
連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
ParameterDefinitionSpecification
參數規範
名稱 |
說明 |
價值觀 |
預設值 |
參數的預設值。 |
任何 |
類型 |
參數類型。 |
'陣列' '布爾' '浮動' 'int' '物件' “安全字串” 'String' (必要) |
ParameterValueSpecification 參數值規範
ParameterValueSpecification 參數值規範
PaypalLinked服務
PaypalLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
用戶端ID |
與PayPal應用程式相關聯的用戶端標識碼。 |
任何 (必要) |
用戶端密鑰 |
與PayPal應用程式相關聯的客戶端密碼。 |
秘密基地 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
主機 |
PayPal 實例的 URL。 (即 api.sandbox.paypal.com) |
任何 (必要) |
使用加密端點 |
指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 |
任何 |
使用主機驗證 |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 |
任何 |
使用同行驗證 |
指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 |
任何 |
PhoenixLinked服務
PhoenixLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
allowHostNameCNMismatch (允許主機名稱與CN不匹配) |
指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 預設值為 false。 |
任何 |
允許自簽名伺服器證書 |
指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 |
任何 |
驗證類型 |
用來連線到 Phoenix 伺服器的驗證機制。 |
'匿名' '使用者名和密碼' 'WindowsAzureHDInsightService' (必要) |
啟用SSL |
指定是否使用 SSL 加密與伺服器的連線。 預設值為 false。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
主機 |
Phoenix 伺服器的IP位址或主機名。 (即192.168.222.160) |
任何 (必要) |
httpPath |
對應至 Phoenix 伺服器的部分 URL。 (即 /gateway/sandbox/phoenix/version)。 如果使用 WindowsAzureHDInsightService,預設值為 hbasephoenix。 |
任何 |
密碼 |
對應至使用者名稱的密碼。 |
秘密基地 |
連接埠 |
Phoenix 伺服器用來接聽用戶端連線的 TCP 連接埠。 預設值為8765。 |
任何 |
可信任憑證路徑 |
.pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 |
任何 |
用戶名 |
用來連線到 Phoenix 伺服器的用戶名稱。 |
任何 |
使用系統信任憑證庫 (useSystemTrustStore) |
指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 預設值為 false。 |
任何 |
PostgreSqlLinkedService 服務
PostgreSqlLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
Connection String (連接字串) |
連接字串。 |
SecretBase (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
PrestoLinkedService 服務
PrestoLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
allowHostNameCNMismatch (允許主機名稱與CN不匹配) |
指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 預設值為 false。 |
任何 |
允許自簽名伺服器證書 |
指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 |
任何 |
驗證類型 |
用來連線到 Presto 伺服器的驗證機制。 |
'匿名' 'LDAP' (必要) |
目錄 |
針對伺服器的所有要求目錄內容。 |
任何 (必要) |
啟用SSL |
指定是否使用 SSL 加密與伺服器的連線。 預設值為 false。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
主機 |
Presto 伺服器的IP位址或主機名。 (即192.168.222.160) |
任何 (必要) |
密碼 |
對應至使用者名稱的密碼。 |
秘密基地 |
連接埠 |
Presto 伺服器用來接聽用戶端連線的 TCP 連接埠。 預設值為 8080。 |
任何 |
伺服器版本 |
Presto 伺服器的版本。 (即 0.148-t) |
任何 (必要) |
時間 ZoneID |
連接所使用的當地時區。 此選項的有效值是在 IANA 時區資料庫中指定。 預設值為系統時區。 |
任何 |
可信任憑證路徑 |
.pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 |
任何 |
用戶名 |
用來連線到 Presto 伺服器的用戶名稱。 |
任何 |
使用系統信任憑證庫 (useSystemTrustStore) |
指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 預設值為 false。 |
任何 |
QuickBooksLinked服務
QuickBooksLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
accessToken |
OAuth 1.0 驗證的存取令牌。 |
SecretBase (必要) |
accessTokenSecret |
OAuth 1.0 驗證的存取令牌密碼。 |
SecretBase (必要) |
公司ID |
要授權之 QuickBooks 公司的公司識別碼。 |
任何 (必要) |
consumerKey |
OAuth 1.0 驗證的取用者密鑰。 |
任何 (必要) |
consumerSecret 的 |
OAuth 1.0 驗證的取用者密碼。 |
SecretBase (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
端點 |
QuickBooks 伺服器的端點。 (即 quickbooks.api.intuit.com) |
任何 (必要) |
使用加密端點 |
指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 |
任何 |
ResponsysLinkedService
ResponsysLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
用戶端ID |
與 Responsys 應用程式相關聯的用戶端識別碼。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
用戶端密鑰 |
與 Responsys 應用程式相關聯的客戶端密碼。 Type:string (或 expression with resultType string) 。 |
秘密基地 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
端點 |
Responsys 伺服器的端點。 |
任何 (必要) |
使用加密端點 |
指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 |
任何 |
使用主機驗證 |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 |
任何 |
使用同行驗證 |
指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 |
任何 |
SalesforceLinked服務
SalesforceLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
環境URL |
Salesforce 實例的 URL。 預設值為 『https://login.salesforce.com』。 若要從沙箱複製數據,請指定 'https://test.salesforce.com'。 若要從自定義網域複製數據,請指定 『https://[domain].my.salesforce.com』。 Type:string (或 expression with resultType string) 。 |
任何 |
密碼 |
Salesforce 實例基本身份驗證的密碼。 |
秘密基地 |
安全性憑證 |
需要安全性令牌才能遠程訪問 Salesforce 實例。 |
秘密基地 |
用戶名 |
Salesforce 實例基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
SalesforceMarketingCloudLinked服務
SalesforceMarketingCloudLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
用戶端ID |
與 Salesforce Marketing Cloud 應用程式相關聯的用戶端識別碼。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
用戶端密鑰 |
與 Salesforce Marketing Cloud 應用程式相關聯的客戶端密碼。 Type:string (或 expression with resultType string) 。 |
秘密基地 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
使用加密端點 |
指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 |
任何 |
使用主機驗證 |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 |
任何 |
使用同行驗證 |
指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 |
任何 |
SapBWLinkedService
SapBWLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
用戶端ID |
BW 系統上用戶端的用戶端識別碼。 (通常以字串表示的三位數十進位數)Type:string (或 expression with resultType string) 。 |
任何 (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
密碼 |
存取 SAP BW 伺服器的密碼。 |
秘密基地 |
伺服器 |
SAP BW 實例的主機名。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
系統編號 |
BW 系統的系統編號。 (通常是以字串表示的兩位數十進位數。Type:string (或 expression with resultType string) 。 |
任何 (必要) |
使用者名稱 |
存取 SAP BW 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
SapCloudForCustomerLinkedService
SapCloudForCustomerLinkedServiceTypeProperties
名稱 |
說明 |
價值觀 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 必須提供 encryptedCredential 或 username/password。 Type:string (或 expression with resultType string) 。 |
任何 |
密碼 |
基本身份驗證的密碼。 |
秘密基地 |
URL |
SAP Cloud for Customer OData API 的 URL。 例如,'[https://[tenantname].crm.ondemand.com/sap/c4c/odata/v1]'。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
用戶名 |
基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
SapEccLinked服務
SapEccLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 必須提供 encryptedCredential 或 username/password。 Type:string (或 expression with resultType string) 。 |
字符串 |
密碼 |
基本身份驗證的密碼。 |
秘密基地 |
URL |
SAP ECC OData API 的 URL。 例如,'[https://hostname:port/sap/opu/odata/sap/servicename/]'。 Type:string (或 expression with resultType string) 。 |
字串 (必要) |
用戶名 |
基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 |
字符串 |
SapHanaLinked服務
SapHanaLinkedService屬性
名稱 |
說明 |
價值觀 |
驗證類型 |
要用來連線到 SAP HANA 伺服器的驗證類型。 |
“基本” “Windows” |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
密碼 |
存取 SAP HANA 伺服器的密碼。 |
秘密基地 |
伺服器 |
SAP HANA 伺服器的主機名。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
使用者名稱 |
存取 SAP HANA 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
秘密基地
SecureString(安全字串)
名稱 |
說明 |
價值觀 |
類型 |
秘密的類型。 |
'SecureString' (必要) |
價值 |
安全字串的值。 |
字串 (必要) |
ServiceNowLinked服務
ServiceNowLinkedServiceType属性
名稱 |
說明 |
價值觀 |
驗證類型 |
要使用的驗證類型。 |
“基本” 'OAuth2' (必要) |
用戶端ID |
OAuth2 驗證的用戶端標識碼。 |
任何 |
用戶端密鑰 |
用於 OAuth2 驗證的用戶端祕密。 |
秘密基地 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
端點 |
ServiceNow 伺服器的端點。 (即 <實例> service-now.com) |
任何 (必要) |
密碼 |
對應至用於進行 Basic 和 OAuth2 驗證之使用者名稱的密碼。 |
秘密基地 |
使用加密端點 |
指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 |
任何 |
使用主機驗證 |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 |
任何 |
使用同行驗證 |
指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 |
任何 |
用戶名 |
用來連線到 ServiceNow 伺服器以進行 Basic 和 OAuth2 驗證的使用者名稱。 |
任何 |
SftpServerLinkedService
SftpServerLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
驗證類型 |
要用來連線到 FTP 伺服器的驗證類型。 |
“基本” “SshPublicKey” |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
主機 |
SFTP 伺服器主機名。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
hostKeyFingerprint |
SFTP 伺服器的主機按鍵列印。 當 SkipHostKeyValidation 為 false 時,應該指定 HostKeyFingerprint。 Type:string (或 expression with resultType string) 。 |
任何 |
密碼短語 |
如果 SSH 私鑰已加密,則解密 SSH 私鑰的密碼。 |
秘密基地 |
密碼 |
登入 SFTP 伺服器以進行基本身份驗證的密碼。 |
秘密基地 |
連接埠 |
SFTP 伺服器用來接聽用戶端連線的 TCP 連接埠號碼。 預設值為 22。 類型:integer (或 expression with resultType integer), minimum: 0。 |
任何 |
privateKeyContent |
針對 SshPublicKey 驗證,Base64 編碼的 SSH 私鑰內容。 針對使用 SshPublicKey 驗證的內部部署複製,應該指定 PrivateKeyPath 或 PrivateKeyContent。 SSH 私密金鑰應該是 OpenSSH 格式。 |
秘密基地 |
privateKeyPath |
SshPublicKey 驗證的 SSH 私鑰檔案路徑。 僅適用於內部部署複本。 針對使用 SshPublicKey 驗證的內部部署複製,應該指定 PrivateKeyPath 或 PrivateKeyContent。 SSH 私密金鑰應該是 OpenSSH 格式。 Type:string (或 expression with resultType string) 。 |
任何 |
skipHostKey驗證 |
如果為 true,請略過 SSH 主機金鑰驗證。 預設值為 False。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 |
任何 |
使用者名稱 |
用來登入SFTP 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
Shopify鏈接服務
ShopifyLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
accessToken |
可用來存取 Shopify 數據的 API 存取令牌。 如果令牌為離線模式,令牌將不會過期。 |
秘密基地 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
主機 |
Shopify 伺服器的端點。 (即 mystore.myshopify.com) |
任何 (必要) |
使用加密端點 |
指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 |
任何 |
使用主機驗證 |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 |
任何 |
使用同行驗證 |
指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 |
任何 |
SparkLinkedService
SparkLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
allowHostNameCNMismatch (允許主機名稱與CN不匹配) |
指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 預設值為 false。 |
任何 |
允許自簽名伺服器證書 |
指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 |
任何 |
驗證類型 |
用來存取 Spark 伺服器的驗證方法。 |
'匿名' '使用者名' '使用者名和密碼' 'WindowsAzureHDInsightService' (必要) |
啟用SSL |
指定是否使用 SSL 加密與伺服器的連線。 預設值為 false。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
主機 |
Spark 伺服器的IP位址或主機名 |
任何 (必要) |
httpPath |
對應至 Spark 伺服器的部分 URL。 |
任何 |
密碼 |
對應至您在 [用戶名稱] 字段中提供之使用者名稱的密碼 |
秘密基地 |
連接埠 |
Spark 伺服器用來接聽用戶端連線的 TCP 連接埠。 |
任何 (必要) |
伺服器類型 |
Spark 伺服器的型別。 |
'SharkServer' '鯊魚伺服器 2' “SparkThriftServer” |
thriftTransportProtocol 協定 |
在 Thrift 層中使用的傳輸通訊協定。 |
'二進位' 'HTTP ' 'SASL' |
可信任憑證路徑 |
.pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 |
任何 |
用戶名 |
您用來存取 Spark Server 的使用者名稱。 |
任何 |
使用系統信任憑證庫 (useSystemTrustStore) |
指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 預設值為 false。 |
任何 |
SqlServerLinkedService
SqlServerLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
Connection String (連接字串) |
連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
密碼 |
內部部署 Windows 驗證密碼。 |
秘密基地 |
使用者名稱 |
內部部署 Windows 驗證用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
SquareLinked服務
SquareLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
用戶端ID |
與 Square 應用程式相關聯的用戶端標識碼。 |
任何 (必要) |
用戶端密鑰 |
與您的 Square 應用程式相關聯的客戶端密碼。 |
秘密基地 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
主機 |
Square 實例的 URL。 (即 mystore.mysquare.com) |
任何 (必要) |
重定向 Uri |
在 Square 應用程式儀錶板中指派的重新導向 URL。 (即 http://localhost:2500) |
任何 (必要) |
使用加密端點 |
指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 |
任何 |
使用主機驗證 |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 |
任何 |
使用同行驗證 |
指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 |
任何 |
SybaseLinkedService
SybaseLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
驗證類型 |
要用於連接的 AuthenticationType。 |
“基本” “Windows” |
資料庫 |
連接的資料庫名稱。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
密碼 |
驗證的密碼。 |
秘密基地 |
架構 |
連接的架構名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
伺服器 |
線上的伺服器名稱。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
用戶名 |
驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
TeradataLinkedService 服務
TeradataLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
驗證類型 |
要用於連接的 AuthenticationType。 |
“基本” “Windows” |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
密碼 |
驗證的密碼。 |
秘密基地 |
伺服器 |
線上的伺服器名稱。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
用戶名 |
驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
VerticaLinked服務
VerticaLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
Connection String (連接字串) |
ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
WebAnonymous身份驗證
名稱 |
說明 |
價值觀 |
驗證類型 |
用來連線至 Web 資料表來源的驗證類型。 |
'Anonymous' (必要) |
WebBasic身份驗證
名稱 |
說明 |
價值觀 |
驗證類型 |
用來連線至 Web 資料表來源的驗證類型。 |
'Basic' (必要) |
密碼 |
基本身份驗證的密碼。 |
SecretBase (必要) |
用戶名 |
基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
WebClientCertificate身份驗證
名稱 |
說明 |
價值觀 |
驗證類型 |
用來連線至 Web 資料表來源的驗證類型。 |
'ClientCertificate' (必要) |
密碼 |
PFX 檔案的密碼。 |
SecretBase (必要) |
PFX |
PFX 檔案的Base64編碼內容。 |
SecretBase (必要) |
WebLinked服務
WebLinkedServiceType屬性
XeroLinked服務
XeroLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
consumerKey |
與 Xero 應用程式相關聯的取用者金鑰。 |
秘密基地 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
主機 |
Xero 伺服器的端點。 (即 api.xero.com) |
任何 (必要) |
私密金鑰 |
針對 Xero 私人應用程式產生的 .pem 檔案中的私鑰。 您必須包含 .pem 檔案中的所有文字,包括 Unix 行結尾( ). |
秘密基地 |
使用加密端點 |
指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 |
任何 |
使用主機驗證 |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 |
任何 |
使用同行驗證 |
指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 |
任何 |
ZohoLinked服務
ZohoLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
accessToken |
Zoho 驗證的存取令牌。 |
秘密基地 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
端點 |
Zoho 伺服器的端點。 (即 crm.zoho.com/crm/private) |
任何 (必要) |
使用加密端點 |
指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 |
任何 |
使用主機驗證 |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 |
任何 |
使用同行驗證 |
指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 |
任何 |
使用範例
Azure 快速入門範例
下列 Azure 快速入門範本 包含用於部署此資源類型的 Bicep 範例。
Bicep 檔案 |
說明 |
建立 V2 Data Factory |
此範本會建立 V2 資料處理站,將資料從 Azure Blob 記憶體中的資料夾複製到記憶體中的另一個資料夾。 |
在 Azure 架構上部署體育分析 |
建立已啟用 ADLS Gen 2 的 Azure 記憶體帳戶、具有記憶體帳戶連結服務的 Azure Data Factory 實例(如果已部署的 Azure SQL Database),以及 Azure Databricks 實例。 部署範本和 ADF 實例受控識別的使用者 AAD 身分識別,將會在記憶體帳戶上授與記憶體 Blob 數據參與者角色。 還有一個選項可用來部署 Azure Key Vault 實例、Azure SQL Database 和 Azure 事件中樞(適用於串流使用案例)。 部署 Azure Key Vault 時,部署範本之使用者的 Data Factory 受控識別和 AAD 身分識別將會獲得 Key Vault 秘密使用者角色。 |
Azure Data Factory 可以 更多 - 按兩下即可嘗試 Azure Data Factory |
此範本會建立數據處理站管線,以將複製活動從 Azure Blob 複製到另一個 Azure Blob |
ARM 樣本資源定義
factoryies/linkedservices 資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 Microsoft.DataFactory/factories/linkedservices 資源,請將下列 JSON 新增至範本。
{
"type": "Microsoft.DataFactory/factories/linkedservices",
"apiVersion": "2017-09-01-preview",
"name": "string",
"properties": {
"annotations": [ {} ],
"connectVia": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"description": "string",
"parameters": {
"{customized property}": {
"defaultValue": {},
"type": "string"
}
},
"type": "string"
// For remaining properties, see LinkedService objects
}
}
WebLinkedServiceTypeProperties 物件
設定 authenticationType 屬性以指定對象的類型。
針對 匿名,請使用:
{
"authenticationType": "Anonymous"
}
針對 Basic,請使用:
{
"authenticationType": "Basic",
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"username": {}
}
針對 ClientCertificate,請使用:
{
"authenticationType": "ClientCertificate",
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"pfx": {
"type": "string"
// For remaining properties, see SecretBase objects
}
}
SecretBase 物件
設定 類型 屬性,以指定物件的類型。
針對 AzureKeyVaultSecret,請使用:
{
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"type": "AzureKeyVaultSecret"
}
針對 SecureString,請使用:
{
"type": "SecureString",
"value": "string"
}
LinkedService 物件
設定 類型 屬性,以指定物件的類型。
針對 AmazonMWS,請使用:
{
"type": "AmazonMWS",
"typeProperties": {
"accessKeyId": {},
"encryptedCredential": {},
"endpoint": {},
"marketplaceID": {},
"mwsAuthToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"secretKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"sellerID": {},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {}
}
}
針對 AmazonRedshift,請使用:
{
"type": "AmazonRedshift",
"typeProperties": {
"database": {},
"encryptedCredential": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"server": {},
"username": {}
}
}
針對 AmazonS3,請使用:
{
"type": "AmazonS3",
"typeProperties": {
"accessKeyId": {},
"encryptedCredential": {},
"secretAccessKey": {
"type": "string"
// For remaining properties, see SecretBase objects
}
}
}
針對 AzureBatch,請使用:
{
"type": "AzureBatch",
"typeProperties": {
"accessKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"accountName": {},
"batchUri": {},
"encryptedCredential": {},
"linkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"poolName": {}
}
}
針對 AzureDataLakeAnalytics,請使用:
{
"type": "AzureDataLakeAnalytics",
"typeProperties": {
"accountName": {},
"dataLakeAnalyticsUri": {},
"encryptedCredential": {},
"resourceGroupName": {},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"subscriptionId": {},
"tenant": {}
}
}
針對 AzureDataLakeStore,請使用:
{
"type": "AzureDataLakeStore",
"typeProperties": {
"accountName": {},
"dataLakeStoreUri": {},
"encryptedCredential": {},
"resourceGroupName": {},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"subscriptionId": {},
"tenant": {}
}
}
針對 AzureDatabricks,請使用:
{
"type": "AzureDatabricks",
"typeProperties": {
"accessToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"domain": {},
"encryptedCredential": {},
"existingClusterId": {},
"newClusterNodeType": {},
"newClusterNumOfWorker": {},
"newClusterSparkConf": {
"{customized property}": {}
},
"newClusterVersion": {}
}
}
針對 AzureKeyVault,請使用:
{
"type": "AzureKeyVault",
"typeProperties": {
"baseUrl": {}
}
}
針對 AzureML,請使用:
{
"type": "AzureML",
"typeProperties": {
"apiKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": {},
"mlEndpoint": {},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"tenant": {},
"updateResourceEndpoint": {}
}
}
針對 AzureMySql,請使用:
{
"type": "AzureMySql",
"typeProperties": {
"connectionString": {},
"encryptedCredential": {}
}
}
針對 AzurePostgreSql,請使用:
{
"type": "AzurePostgreSql",
"typeProperties": {
"connectionString": {},
"encryptedCredential": {}
}
}
針對 AzureSearch,請使用:
{
"type": "AzureSearch",
"typeProperties": {
"encryptedCredential": {},
"key": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"url": {}
}
}
針對 AzureSqlDW,請使用:
{
"type": "AzureSqlDW",
"typeProperties": {
"connectionString": {},
"encryptedCredential": {},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"tenant": {}
}
}
針對 AzureSqlDatabase,請使用:
{
"type": "AzureSqlDatabase",
"typeProperties": {
"connectionString": {},
"encryptedCredential": {},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"tenant": {}
}
}
針對 AzureStorage,請使用:
{
"type": "AzureStorage",
"typeProperties": {
"connectionString": {},
"encryptedCredential": {},
"sasUri": {
"type": "string"
// For remaining properties, see SecretBase objects
}
}
}
針對 Cassandra,請使用:
{
"type": "Cassandra",
"typeProperties": {
"authenticationType": {},
"encryptedCredential": {},
"host": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"username": {}
}
}
針對 Concur,請使用:
{
"type": "Concur",
"typeProperties": {
"clientId": {},
"encryptedCredential": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {},
"username": {}
}
}
針對 CosmosDb,請使用:
{
"type": "CosmosDb",
"typeProperties": {
"connectionString": {},
"encryptedCredential": {}
}
}
針對 Couchbase,請使用:
{
"type": "Couchbase",
"typeProperties": {
"connectionString": {},
"encryptedCredential": {}
}
}
針對 CustomDataSource,請使用:
{
"type": "CustomDataSource",
"typeProperties": {}
}
針對 Db2,請使用:
{
"type": "Db2",
"typeProperties": {
"authenticationType": "string",
"database": {},
"encryptedCredential": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"server": {},
"username": {}
}
}
針對 Drill,請使用:
{
"type": "Drill",
"typeProperties": {
"connectionString": {},
"encryptedCredential": {}
}
}
針對 Dynamics,請使用:
{
"type": "Dynamics",
"typeProperties": {
"authenticationType": "string",
"deploymentType": "string",
"encryptedCredential": {},
"hostName": {},
"organizationName": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"serviceUri": {},
"username": {}
}
}
針對 Eloqua,請使用:
{
"type": "Eloqua",
"typeProperties": {
"encryptedCredential": {},
"endpoint": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {},
"username": {}
}
}
針對 FileServer,請使用:
{
"type": "FileServer",
"typeProperties": {
"encryptedCredential": {},
"host": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"userId": {}
}
}
針對 FtpServer,請使用:
{
"type": "FtpServer",
"typeProperties": {
"authenticationType": "string",
"enableServerCertificateValidation": {},
"enableSsl": {},
"encryptedCredential": {},
"host": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"userName": {}
}
}
針對 GoogleBigQuery,請使用:
{
"type": "GoogleBigQuery",
"typeProperties": {
"additionalProjects": {},
"authenticationType": "string",
"clientId": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"clientSecret": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"email": {},
"encryptedCredential": {},
"keyFilePath": {},
"project": {},
"refreshToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"requestGoogleDriveScope": {},
"trustedCertPath": {},
"useSystemTrustStore": {}
}
}
針對 Greenplum,請使用:
{
"type": "Greenplum",
"typeProperties": {
"connectionString": {},
"encryptedCredential": {}
}
}
針對 HBase,請使用:
{
"type": "HBase",
"typeProperties": {
"allowHostNameCNMismatch": {},
"allowSelfSignedServerCert": {},
"authenticationType": "string",
"enableSsl": {},
"encryptedCredential": {},
"host": {},
"httpPath": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"trustedCertPath": {},
"username": {}
}
}
針對 HDInsight,請使用:
{
"type": "HDInsight",
"typeProperties": {
"clusterUri": {},
"encryptedCredential": {},
"hcatalogLinkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"linkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"userName": {}
}
}
針對 HDInsightOnDemand,請使用:
{
"type": "HDInsightOnDemand",
"typeProperties": {
"additionalLinkedServiceNames": [
{
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
}
],
"clusterNamePrefix": {},
"clusterPassword": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"clusterResourceGroup": {},
"clusterSize": {},
"clusterSshPassword": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"clusterSshUserName": {},
"clusterType": {},
"clusterUserName": {},
"coreConfiguration": {},
"dataNodeSize": {},
"encryptedCredential": {},
"hBaseConfiguration": {},
"hcatalogLinkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"hdfsConfiguration": {},
"headNodeSize": {},
"hiveConfiguration": {},
"hostSubscriptionId": {},
"linkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"mapReduceConfiguration": {},
"oozieConfiguration": {},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"sparkVersion": {},
"stormConfiguration": {},
"tenant": {},
"timeToLive": {},
"version": {},
"yarnConfiguration": {},
"zookeeperNodeSize": {}
}
}
針對 Hdfs,請使用:
{
"type": "Hdfs",
"typeProperties": {
"authenticationType": {},
"encryptedCredential": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"url": {},
"userName": {}
}
}
針對 Hive,請使用:
{
"type": "Hive",
"typeProperties": {
"allowHostNameCNMismatch": {},
"allowSelfSignedServerCert": {},
"authenticationType": "string",
"enableSsl": {},
"encryptedCredential": {},
"host": {},
"httpPath": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"serverType": "string",
"serviceDiscoveryMode": {},
"thriftTransportProtocol": "string",
"trustedCertPath": {},
"useNativeQuery": {},
"username": {},
"useSystemTrustStore": {},
"zooKeeperNameSpace": {}
}
}
針對 HttpServer,請使用:
{
"type": "HttpServer",
"typeProperties": {
"authenticationType": "string",
"certThumbprint": {},
"embeddedCertData": {},
"enableServerCertificateValidation": {},
"encryptedCredential": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"url": {},
"userName": {}
}
}
針對 Hubspot,請使用:
{
"type": "Hubspot",
"typeProperties": {
"accessToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"clientId": {},
"clientSecret": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": {},
"refreshToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {}
}
}
針對 Impala,請使用:
{
"type": "Impala",
"typeProperties": {
"allowHostNameCNMismatch": {},
"allowSelfSignedServerCert": {},
"authenticationType": "string",
"enableSsl": {},
"encryptedCredential": {},
"host": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"trustedCertPath": {},
"username": {},
"useSystemTrustStore": {}
}
}
針對 Jira,請使用:
{
"type": "Jira",
"typeProperties": {
"encryptedCredential": {},
"host": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {},
"username": {}
}
}
針對 Magento,請使用:
{
"type": "Magento",
"typeProperties": {
"accessToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": {},
"host": {},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {}
}
}
針對 MariaDB,請使用:
{
"type": "MariaDB",
"typeProperties": {
"connectionString": {},
"encryptedCredential": {}
}
}
針對 Marketo,請使用:
{
"type": "Marketo",
"typeProperties": {
"clientId": {},
"clientSecret": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": {},
"endpoint": {},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {}
}
}
針對 MongoDb,請使用:
{
"type": "MongoDb",
"typeProperties": {
"allowSelfSignedServerCert": {},
"authenticationType": "string",
"authSource": {},
"databaseName": {},
"enableSsl": {},
"encryptedCredential": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"server": {},
"username": {}
}
}
針對 MySql,請使用:
{
"type": "MySql",
"typeProperties": {
"connectionString": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": {}
}
}
針對 Netezza,請使用:
{
"type": "Netezza",
"typeProperties": {
"connectionString": {},
"encryptedCredential": {}
}
}
針對 OData,請使用:
{
"type": "OData",
"typeProperties": {
"authenticationType": "string",
"encryptedCredential": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"url": {},
"userName": {}
}
}
針對 Odbc,請使用:
{
"type": "Odbc",
"typeProperties": {
"authenticationType": {},
"connectionString": {},
"credential": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"userName": {}
}
}
針對 Oracle,請使用:
{
"type": "Oracle",
"typeProperties": {
"connectionString": {},
"encryptedCredential": {}
}
}
針對 PayPal,請使用:
{
"type": "Paypal",
"typeProperties": {
"clientId": {},
"clientSecret": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": {},
"host": {},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {}
}
}
針對 Phoenix,請使用:
{
"type": "Phoenix",
"typeProperties": {
"allowHostNameCNMismatch": {},
"allowSelfSignedServerCert": {},
"authenticationType": "string",
"enableSsl": {},
"encryptedCredential": {},
"host": {},
"httpPath": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"trustedCertPath": {},
"username": {},
"useSystemTrustStore": {}
}
}
針對 PostgreSql,請使用:
{
"type": "PostgreSql",
"typeProperties": {
"connectionString": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": {}
}
}
針對 Presto,請使用:
{
"type": "Presto",
"typeProperties": {
"allowHostNameCNMismatch": {},
"allowSelfSignedServerCert": {},
"authenticationType": "string",
"catalog": {},
"enableSsl": {},
"encryptedCredential": {},
"host": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"serverVersion": {},
"timeZoneID": {},
"trustedCertPath": {},
"username": {},
"useSystemTrustStore": {}
}
}
針對 QuickBooks,請使用:
{
"type": "QuickBooks",
"typeProperties": {
"accessToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"accessTokenSecret": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"companyId": {},
"consumerKey": {},
"consumerSecret": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": {},
"endpoint": {},
"useEncryptedEndpoints": {}
}
}
針對 Responsys,請使用:
{
"type": "Responsys",
"typeProperties": {
"clientId": {},
"clientSecret": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": {},
"endpoint": {},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {}
}
}
針對 Salesforce,請使用:
{
"type": "Salesforce",
"typeProperties": {
"encryptedCredential": {},
"environmentUrl": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"securityToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"username": {}
}
}
針對 SalesforceMarketingCloud,請使用:
{
"type": "SalesforceMarketingCloud",
"typeProperties": {
"clientId": {},
"clientSecret": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": {},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {}
}
}
針對 SapBW,請使用:
{
"type": "SapBW",
"typeProperties": {
"clientId": {},
"encryptedCredential": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"server": {},
"systemNumber": {},
"userName": {}
}
}
針對 SapCloudForCustomer,請使用:
{
"type": "SapCloudForCustomer",
"typeProperties": {
"encryptedCredential": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"url": {},
"username": {}
}
}
針對 SapEcc,請使用:
{
"type": "SapEcc",
"typeProperties": {
"encryptedCredential": "string",
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"url": "string",
"username": "string"
}
}
針對 SapHana,請使用:
{
"type": "SapHana",
"typeProperties": {
"authenticationType": "string",
"encryptedCredential": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"server": {},
"userName": {}
}
}
針對 ServiceNow,請使用:
{
"type": "ServiceNow",
"typeProperties": {
"authenticationType": "string",
"clientId": {},
"clientSecret": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": {},
"endpoint": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {},
"username": {}
}
}
針對 Sftp,請使用:
{
"type": "Sftp",
"typeProperties": {
"authenticationType": "string",
"encryptedCredential": {},
"host": {},
"hostKeyFingerprint": {},
"passPhrase": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"privateKeyContent": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"privateKeyPath": {},
"skipHostKeyValidation": {},
"userName": {}
}
}
針對 Shopify,請使用:
{
"type": "Shopify",
"typeProperties": {
"accessToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": {},
"host": {},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {}
}
}
針對 Spark,請使用:
{
"type": "Spark",
"typeProperties": {
"allowHostNameCNMismatch": {},
"allowSelfSignedServerCert": {},
"authenticationType": "string",
"enableSsl": {},
"encryptedCredential": {},
"host": {},
"httpPath": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"serverType": "string",
"thriftTransportProtocol": "string",
"trustedCertPath": {},
"username": {},
"useSystemTrustStore": {}
}
}
針對 SqlServer,請使用:
{
"type": "SqlServer",
"typeProperties": {
"connectionString": {},
"encryptedCredential": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"userName": {}
}
}
針對 Square,請使用:
{
"type": "Square",
"typeProperties": {
"clientId": {},
"clientSecret": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": {},
"host": {},
"redirectUri": {},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {}
}
}
針對 Sybase,請使用:
{
"type": "Sybase",
"typeProperties": {
"authenticationType": "string",
"database": {},
"encryptedCredential": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"schema": {},
"server": {},
"username": {}
}
}
針對 Teradata,請使用:
{
"type": "Teradata",
"typeProperties": {
"authenticationType": "string",
"encryptedCredential": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"server": {},
"username": {}
}
}
針對 Vertica,請使用:
{
"type": "Vertica",
"typeProperties": {
"connectionString": {},
"encryptedCredential": {}
}
}
針對 Web,請使用:
{
"type": "Web",
"typeProperties": {
"url": {},
"authenticationType": "string"
// For remaining properties, see WebLinkedServiceTypeProperties objects
}
}
針對 Xero,請使用:
{
"type": "Xero",
"typeProperties": {
"consumerKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": {},
"host": {},
"privateKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {}
}
}
針對 Zoho,請使用:
{
"type": "Zoho",
"typeProperties": {
"accessToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": {},
"endpoint": {},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {}
}
}
屬性值
Microsoft.DataFactory/factories/linkedservices
名稱 |
說明 |
價值觀 |
apiVersion |
API 版本 |
“2017-09-01-預覽” |
名稱 |
資源名稱 |
字串
約束: 最小長度 = 1 最大長度 = 260 模式 = ^[A-Za-z0-9_][^<>*#.%&:\\+?/]*$ (必要) |
屬性 |
連結服務的屬性。 |
LinkedService (必要) |
類型 |
資源類型 |
“Microsoft.DataFactory/factories/linkedservices” |
亞馬遜MWSLinkedService
AmazonMWSLinkedServiceTypeProperties
名稱 |
說明 |
價值觀 |
accessKeyId |
用來存取資料的存取金鑰標識碼。 |
任何 (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
端點 |
AmazonMWS 伺服器的端點(亦即 mws.amazonservices.com) |
任何 (必要) |
marketplaceID |
您想要從中擷取數據的 Amazon Marketplace 識別碼。 若要從多個 Marketplace 識別符擷取數據,請以逗號 (,, ) 分隔它們。 (即A2EUQ1WTGCTBG2) |
任何 (必要) |
mwsAuthToken 代幣 |
AmazonMWS 驗證令牌。 |
秘密基地 |
secretKey 金鑰 |
用來存取資料的秘密金鑰。 |
秘密基地 |
賣家ID |
Amazon 賣方標識符。 |
任何 (必要) |
使用加密端點 |
指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 |
任何 |
使用主機驗證 |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 |
任何 |
使用同行驗證 |
指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 |
任何 |
亞馬遜紅shift鏈接服務
AmazonRedshiftLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
資料庫 |
Amazon Redshift 來源的資料庫名稱。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
密碼 |
Amazon Redshift 來源的密碼。 |
秘密基地 |
連接埠 |
Amazon Redshift 伺服器用來接聽用戶端連線的 TCP 連接埠號碼。 預設值為5439。 類型:integer (或 expression with resultType integer) 。 |
任何 |
伺服器 |
Amazon Redshift 伺服器的名稱。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
用戶名 |
Amazon Redshift 來源的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
AmazonS3Linked服務
AmazonS3LinkedServiceType屬性
名稱 |
說明 |
價值觀 |
accessKeyId |
Amazon S3 身分識別與存取管理 (IAM) 使用者的存取密鑰標識碼。 Type:string (或 expression with resultType string) 。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
secretAccessKey |
Amazon S3 身分識別與存取管理 (IAM) 使用者的秘密存取密鑰。 |
秘密基地 |
AzureBatchLinkedService
AzureBatchLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
accessKey |
Azure Batch 帳戶存取金鑰。 |
秘密基地 |
帳戶名稱 |
Azure Batch 帳戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
batchUri 的 |
Azure Batch URI。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
連結服務名稱 |
Azure 記憶體連結服務參考。 |
LinkedServiceReference (必要) |
礦池名稱 |
Azure Batch 集區名稱。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
AzureDatabricksLinkedService
AzureDatabricksLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
accessToken |
databricks REST API 的存取令牌。 請參閱 https://docs.azuredatabricks.net/api/latest/authentication.html。 Type:string (或 expression with resultType string) 。 |
SecretBase (必要) |
網域 |
<REGION.azuredatabricks.net,Databricks> 部署的域名。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
existingClusterId |
將用於此作業所有執行的現有叢集標識碼。 Type:string (或 expression with resultType string) 。 |
任何 |
newClusterNodeType |
新叢集的節點類型。 Type:string (或 expression with resultType string) 。 |
任何 |
newClusterNumOfWorker |
新叢集應該擁有的背景工作節點數目。 格式化為 Int32 的字串,例如 '1' 表示 numOfWorker 是 1 或 '1:10' 表示從 1 自動調整為最小值,而 10 則為最大值。 Type:string (或 expression with resultType string) 。 |
任何 |
新集群 SparkConf |
一組選擇性、使用者指定的Spark組態索引鍵/值組。 |
AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkConf |
newClusterVersion |
新叢集的Spark版本。 Type:string (或 expression with resultType string) 。 |
任何 |
AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkConf
AzureDataLakeAnalyticsLinkedService
AzureDataLakeAnalyticsLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
帳戶名稱 |
Azure Data Lake Analytics 帳戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
dataLakeAnalyticsUri |
Azure Data Lake Analytics URI 類型:字串(或具有 resultType 字串的運算式)。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
資源群組名稱 |
Data Lake Analytics 帳戶資源組名(如果與 Data Factory 帳戶不同)。 Type:string (或 expression with resultType string) 。 |
任何 |
servicePrincipalId 服務 |
用來針對 Azure Data Lake Analytics 帳戶進行驗證的應用程式識別碼。 Type:string (或 expression with resultType string) 。 |
任何 |
servicePrincipalKey 服務 |
用來對 Azure Data Lake Analytics 帳戶進行驗證的應用程式密鑰。 |
秘密基地 |
subscriptionId (訂閱ID) |
Data Lake Analytics 帳戶訂用帳戶標識碼(如果與 Data Factory 帳戶不同)。 Type:string (或 expression with resultType string) 。 |
任何 |
租戶 |
服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
AzureDataLakeStoreLinkedService
AzureDataLakeStoreLinkedServiceTypeProperties
名稱 |
說明 |
價值觀 |
帳戶名稱 |
Data Lake Store 帳戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
dataLakeStoreUri |
Data Lake Store 服務 URI。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
資源群組名稱 |
Data Lake Store 帳戶資源組名(如果與 Data Factory 帳戶不同)。 Type:string (或 expression with resultType string) 。 |
任何 |
servicePrincipalId 服務 |
用來針對 Azure Data Lake Store 帳戶進行驗證的應用程式識別碼。 Type:string (或 expression with resultType string) 。 |
任何 |
servicePrincipalKey 服務 |
用來針對 Azure Data Lake Store 帳戶進行驗證的應用程式密鑰。 |
秘密基地 |
subscriptionId (訂閱ID) |
Data Lake Store 帳戶訂用帳戶標識碼(如果與 Data Factory 帳戶不同)。 Type:string (或 expression with resultType string) 。 |
任何 |
租戶 |
服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 |
任何 |
AzureKeyVaultLinkedService
AzureKeyVaultLinkedServiceType屬性
AzureKeyVaultSecretReference
名稱 |
說明 |
價值觀 |
秘密名稱 |
Azure 金鑰保存庫 中的秘密名稱。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
secretVersion |
Azure Key Vault 中的秘密版本。 預設值是最新版本的秘密。 Type:string (或 expression with resultType string) 。 |
任何 |
商店 |
Azure Key Vault 鏈接服務參考。 |
LinkedServiceReference (必要) |
類型 |
秘密的類型。 |
'AzureKeyVaultSecret' (必要) |
AzureMLLinkedService
AzureMLLinkedServiceTypeProperties
名稱 |
說明 |
價值觀 |
apiKey |
用來存取 Azure ML 模型端點的 API 金鑰。 |
SecretBase (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
mlEndpoint |
Azure ML Web 服務端點的批次執行 REST URL。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
servicePrincipalId 服務 |
用來針對 Azure ML Web 服務的 ARM 型 updateResourceEndpoint 進行驗證的服務主體識別碼。 Type:string (或 expression with resultType string) 。 |
任何 |
servicePrincipalKey 服務 |
用來針對 Azure ML Web 服務的 ARM 型 updateResourceEndpoint 進行驗證的服務主體金鑰。 |
秘密基地 |
租戶 |
服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 |
任何 |
updateResourceEndpoint |
Azure ML Web 服務端點的更新資源 REST URL。 Type:string (或 expression with resultType string) 。 |
任何 |
AzureMySqlLinkedService
AzureMySqlLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
Connection String (連接字串) |
連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
AzurePostgreSqlLinkedService
AzurePostgreSqlLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
Connection String (連接字串) |
ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
AzureSearchLinkedService
AzureSearchLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
鑰匙 |
Azure 搜尋服務的系統管理金鑰 |
秘密基地 |
URL |
Azure 搜尋服務的 URL。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
AzureSqlDatabaseLinkedService
AzureSqlDatabaseLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
Connection String (連接字串) |
連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
servicePrincipalId 服務 |
用來對 Azure SQL Database 進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。 |
任何 |
servicePrincipalKey 服務 |
用來向 Azure SQL Database 進行驗證的服務主體密鑰。 |
秘密基地 |
租戶 |
服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 |
任何 |
AzureSqlDWLinkedService
AzureSqlDWLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
Connection String (連接字串) |
連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
servicePrincipalId 服務 |
用來向 Azure SQL 數據倉儲進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。 |
任何 |
servicePrincipalKey 服務 |
用來對 Azure SQL 數據倉儲進行驗證的服務主體密鑰。 |
秘密基地 |
租戶 |
服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 |
任何 |
AzureStorageLinkedService
AzureStorageLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
Connection String (連接字串) |
連接字串。 它與 sasUri 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
sasUri |
Azure 記憶體資源的 SAS URI。 它與 connectionString 屬性互斥。 |
秘密基地 |
CassandraLinked服務
CassandraLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
驗證類型 |
要用於連接的 AuthenticationType。 Type:string (或 expression with resultType string) 。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
主機 |
線上的主機名。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
密碼 |
驗證的密碼。 |
秘密基地 |
連接埠 |
連接的埠。 類型:integer (或 expression with resultType integer) 。 |
任何 |
用戶名 |
驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
ConcurLinkedService
ConcurLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
用戶端ID |
Concur 應用程式管理所提供的應用程式client_id。 |
任何 (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
密碼 |
對應至您在使用者名稱欄位中提供之使用者名稱的密碼。 |
秘密基地 |
使用加密端點 |
指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 |
任何 |
使用主機驗證 |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 |
任何 |
使用同行驗證 |
指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 |
任何 |
用戶名 |
您用來存取 Concur 服務的使用者名稱。 |
任何 (必要) |
CosmosDbLinkedService
CosmosDbLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
Connection String (連接字串) |
連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
CouchbaseLinkedService 服務
CouchbaseLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
Connection String (連接字串) |
ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
CustomDataSourceLinkedService
名稱 |
說明 |
價值觀 |
類型 |
連結服務的類型。 |
'CustomDataSource' (必要) |
類型屬性 |
自訂連結服務屬性。 |
任何 (必要) |
Db2LinkedService 服務
Db2LinkedServiceType屬性
名稱 |
說明 |
價值觀 |
驗證類型 |
要用於連接的 AuthenticationType。 |
“基本” |
資料庫 |
連接的資料庫名稱。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
密碼 |
驗證的密碼。 |
秘密基地 |
伺服器 |
線上的伺服器名稱。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
用戶名 |
驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
DrillLinkedService 服務
DrillLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
Connection String (連接字串) |
ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
DynamicsLinkedService
DynamicsLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
驗證類型 |
要連線到 Dynamics 伺服器的驗證類型。 適用於在線案例的 『Office365』,適用於內部部署與 Ifd 案例的 『Ifd』。 Type:string (或 expression with resultType string) 。 |
'Ifd' 'Office365' (必要) |
部署類型 |
Dynamics 實例的部署類型。 Dynamics Online 的 'Online' 和適用於具有 Ifd 之 Dynamics 內部部署的 'OnPremisesWithIfd'。 Type:string (或 expression with resultType string) 。 |
“在線” 'OnPremisesWithIfd' (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
主機名稱 |
內部部署 Dynamics 伺服器的主機名。 內部部署需要 屬性,且不允許在線使用。 Type:string (或 expression with resultType string) 。 |
任何 |
organizationName (組織名稱) |
Dynamics 實例的組織名稱。 當有多個與使用者相關聯的 Dynamics 實例時,內部部署需要 屬性,且需要在線。 Type:string (或 expression with resultType string) 。 |
任何 |
密碼 |
存取 Dynamics 實例的密碼。 |
秘密基地 |
連接埠 |
內部部署 Dynamics 伺服器的埠。 內部部署需要 屬性,且不允許在線使用。 預設值為 443。 類型:integer (或 expression with resultType integer), minimum: 0。 |
任何 |
serviceUri 的 |
Microsoft Dynamics 伺服器的 URL。 內部部署不需要 屬性,且不允許內部部署。 Type:string (或 expression with resultType string) 。 |
任何 |
用戶名 |
用來存取 Dynamics 實例的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
EloquaLinked服務
EloquaLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
端點 |
Eloqua 伺服器的端點。 (即 eloqua.example.com) |
任何 (必要) |
密碼 |
對應至使用者名稱的密碼。 |
秘密基地 |
使用加密端點 |
指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 |
任何 |
使用主機驗證 |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 |
任何 |
使用同行驗證 |
指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 |
任何 |
用戶名 |
Eloqua 帳戶的網站名稱和用戶名稱,格式如下:sitename/username。 (即埃洛誇/愛麗絲) |
任何 (必要) |
FileServerLinkedService
FileServerLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
主機 |
伺服器的主機名。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
密碼 |
登入伺服器的密碼。 |
秘密基地 |
使用者ID |
登入伺服器的使用者識別碼。 Type:string (或 expression with resultType string) 。 |
任何 |
FtpServerLinkedService
FtpServerLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
驗證類型 |
要用來連線到 FTP 伺服器的驗證類型。 |
'匿名' “基本” |
啟用伺服器證書驗證 |
如果為 true,請透過 SSL/TLS 通道連線時驗證 FTP 伺服器 SSL 憑證。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 |
任何 |
啟用SSL |
如果為 true,請透過 SSL/TLS 通道連線到 FTP 伺服器。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
主機 |
FTP 伺服器的主機名。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
密碼 |
登入 FTP 伺服器的密碼。 |
秘密基地 |
連接埠 |
FTP 伺服器用來接聽用戶端連線的 TCP 連接埠號碼。 預設值為 21。 類型:integer (或 expression with resultType integer), minimum: 0。 |
任何 |
使用者名稱 |
登入 FTP 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
GoogleBigQueryLinkedService
GoogleBigQueryLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
其他專案 |
要存取的公用 BigQuery 專案逗號分隔清單。 |
任何 |
驗證類型 |
用於驗證的 OAuth 2.0 驗證機制。 ServiceAuthentication 只能在自我裝載 IR 上使用。 |
“ServiceAuthentication” 'UserAuthentication' (必要) |
用戶端ID |
用來取得重新整理令牌之 Google 應用程式的用戶端識別碼。 |
秘密基地 |
用戶端密鑰 |
用來取得重新整理令牌之 Google 應用程式的客戶端密碼。 |
秘密基地 |
電子郵件 |
服務帳戶電子郵件標識碼,用於 ServiceAuthentication,且只能在自我裝載 IR 上使用。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
密鑰檔案路徑 |
.p12 金鑰檔案的完整路徑,用來驗證服務帳戶電子郵件位址,而且只能在自我裝載 IR 上使用。 |
任何 |
專案 |
要查詢的預設 BigQuery 專案。 |
任何 (必要) |
refreshToken |
從 Google 取得的重新整理令牌,以授權存取 BigQuery for UserAuthentication。 |
秘密基地 |
請求GoogleDriveScope |
是否要求存取Google雲端硬碟。 允許Google Drive存取可支持結合 BigQuery 數據與Google Drive 資料的同盟數據表。 預設值為 false。 |
任何 |
可信任憑證路徑 |
.pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 |
任何 |
使用系統信任憑證庫 (useSystemTrustStore) |
指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 預設值為 false。 |
任何 |
GreenplumLinked服務
GreenplumLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
Connection String (連接字串) |
ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
HBaseLinkedService
HBaseLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
allowHostNameCNMismatch (允許主機名稱與CN不匹配) |
指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 預設值為 false。 |
任何 |
允許自簽名伺服器證書 |
指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 |
任何 |
驗證類型 |
用來連線到 HBase 伺服器的驗證機制。 |
'匿名' 'Basic' (必要) |
啟用SSL |
指定是否使用 SSL 加密與伺服器的連線。 預設值為 false。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
主機 |
HBase 伺服器的IP位址或主機名。 (即192.168.222.160) |
任何 (必要) |
httpPath |
對應至 HBase 伺服器的部分 URL。 (即 /gateway/sandbox/hbase/version) |
任何 |
密碼 |
對應至使用者名稱的密碼。 |
秘密基地 |
連接埠 |
HBase 實例用來接聽用戶端連線的 TCP 連接埠。 預設值為9090。 |
任何 |
可信任憑證路徑 |
.pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 |
任何 |
用戶名 |
用來連線到 HBase 實例的用戶名稱。 |
任何 |
HdfsLinkedService 服務
HdfsLinkedServiceTypeProperties
名稱 |
說明 |
價值觀 |
驗證類型 |
用來連線到 HDFS 的驗證類型。 可能的值為:匿名和 Windows。 Type:string (或 expression with resultType string) 。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
密碼 |
Windows 驗證的密碼。 |
秘密基地 |
URL |
HDFS 服務端點的 URL,例如 http://myhostname:50070/webhdfs/v1 。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
使用者名稱 |
Windows 驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
HDInsightLinkedService
HDInsightLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
clusterUri |
HDInsight 叢集 URI。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
hcatalogLinkedServiceName |
指向 HCatalog 資料庫的 Azure SQL 鏈接服務參考。 |
LinkedServiceReference |
連結服務名稱 |
Azure 記憶體連結服務參考。 |
LinkedServiceReference |
密碼 |
HDInsight 叢集密碼。 |
秘密基地 |
使用者名稱 |
HDInsight 叢集用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
HDInsightOnDemandLinkedService
HDInsightOnDemandLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
additionalLinkedService名稱 |
指定 HDInsight 鏈接服務的其他記憶體帳戶,讓 Data Factory 服務可以代表您註冊它們。 |
LinkedServiceReference[] |
clusterNamePrefix 的 |
叢集名稱的前置詞,後置詞會與時間戳不同。 Type:string (或 expression with resultType string) 。 |
任何 |
clusterPassword |
存取叢集的密碼。 |
秘密基地 |
clusterResourceGroup 集群資源組 |
叢集所屬的資源群組。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
clusterSize |
叢集中的背景工作/數據節點數目。 建議值:4。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
clusterSshPassword |
SSH 的密碼會從遠端連線叢集的節點(適用於 Linux)。 |
秘密基地 |
clusterSshUserName |
SSH 的使用者名稱會從遠端連線到叢集的節點(適用於 Linux)。 Type:string (或 expression with resultType string) 。 |
任何 |
clusterType |
叢集類型。 Type:string (或 expression with resultType string) 。 |
任何 |
cluster使用者名 |
存取叢集的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
核心配置 |
指定要建立 HDInsight 叢集的核心組態參數(如 core-site.xml中所示。 |
任何 |
dataNodeSize (資料節點大小) |
指定 HDInsight 叢集的數據節點大小。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
hBase配置 |
指定 HDInsight 叢集的 HBase 組態參數 (hbase-site.xml)。 |
任何 |
hcatalogLinkedServiceName |
指向 HCatalog 資料庫的 Azure SQL 連結服務名稱。 隨選 HDInsight 叢集是使用 Azure SQL 資料庫作為中繼存放區所建立。 |
LinkedServiceReference |
hdfs配置 |
指定 HDInsight 叢集的 HDFS 組態參數 (hdfs-site.xml)。 |
任何 |
頭節點大小 |
指定 HDInsight 叢集前端節點的大小。 |
任何 |
hiveConfiguration |
指定 HDInsight 叢集的 hive 組態參數 (hive-site.xml)。 |
任何 |
hostSubscriptionId |
客戶用來裝載叢集的訂用帳戶。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
連結服務名稱 |
隨選叢集用來儲存和處理數據的 Azure 記憶體連結服務。 |
LinkedServiceReference (必要) |
mapReduceConfiguration |
指定 HDInsight 叢集的 MapReduce 組態參數 (mapred-site.xml)。 |
任何 |
oozie配置 |
指定 HDInsight 叢集的 Oozie 組態參數 (oozie-site.xml)。 |
任何 |
servicePrincipalId 服務 |
hostSubscriptionId 的服務主體標識符。 Type:string (或 expression with resultType string) 。 |
任何 |
servicePrincipalKey 服務 |
服務主體標識碼的索引鍵。 |
秘密基地 |
sparkVersion |
如果叢集類型為 『spark』,則為 spark 的版本。 Type:string (或 expression with resultType string) 。 |
任何 |
stormConfiguration |
指定 HDInsight 叢集的 Storm 組態參數 (storm-site.xml)。 |
任何 |
租戶 |
服務主體所屬的租用戶標識碼/名稱。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
時間到生活 |
隨選 HDInsight 叢集允許的空閒時間。 指定當叢集中沒有其他作用中作業時,隨選 HDInsight 叢集在活動執行完成後保持運作的時間長度。 最小值為 5 分鐘。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
版本 |
HDInsight 叢集的版本。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
yarn配置 |
指定 HDInsight 叢集的 Yarn 組態參數 (yarn-site.xml)。 |
任何 |
zookeeperNodeSize |
指定 HDInsight 叢集的 Zoo Keeper 節點大小。 |
任何 |
HiveLinked服務
HiveLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
allowHostNameCNMismatch (允許主機名稱與CN不匹配) |
指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 預設值為 false。 |
任何 |
允許自簽名伺服器證書 |
指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 |
任何 |
驗證類型 |
用來存取 Hive 伺服器的驗證方法。 |
'匿名' '使用者名' '使用者名和密碼' 'WindowsAzureHDInsightService' (必要) |
啟用SSL |
指定是否使用 SSL 加密與伺服器的連線。 預設值為 false。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
主機 |
多個主機的IP位址或Hive伺服器的主機名,並以 『;' 分隔(只有在啟用 serviceDiscoveryMode 時)。 |
任何 (必要) |
httpPath |
對應至Hive伺服器的部分URL。 |
任何 |
密碼 |
對應至您在 [用戶名稱] 字段中提供之使用者名稱的密碼 |
秘密基地 |
連接埠 |
Hive 伺服器用來接聽用戶端連線的 TCP 連接埠。 |
任何 |
伺服器類型 |
Hive 伺服器的型別。 |
“HiveServer1” “HiveServer2” 'HiveThriftServer' |
服務發現模式 |
true 表示使用 ZooKeeper 服務,false not。 |
任何 |
thriftTransportProtocol 協定 |
在 Thrift 層中使用的傳輸通訊協定。 |
'二進位' 'HTTP ' 'SASL' |
可信任憑證路徑 |
.pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 |
任何 |
useNativeQuery |
指定驅動程式是否使用原生 HiveQL 查詢,或將它們轉換成 HiveQL 中的對等形式。 |
任何 |
用戶名 |
您用來存取 Hive Server 的使用者名稱。 |
任何 |
使用系統信任憑證庫 (useSystemTrustStore) |
指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 預設值為 false。 |
任何 |
動物園管理員命名空間 |
在 ZooKeeper 上新增 Hive Server 2 節點的命名空間。 |
任何 |
HttpLinkedService 服務
HttpLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
驗證類型 |
要用來連線到 HTTP 伺服器的驗證類型。 |
'匿名' “基本” “ClientCertificate” '摘要' “Windows” |
certThumbprint |
ClientCertificate 驗證憑證的指紋。 僅適用於內部部署複本。 針對使用 ClientCertificate 驗證的內部部署複製,應指定 CertThumbprint 或 EmbeddedCertData/Password。 Type:string (或 expression with resultType string) 。 |
任何 |
embeddedCertData |
ClientCertificate 驗證的Base64編碼憑證數據。 針對使用 ClientCertificate 驗證的內部部署複製,應指定 CertThumbprint 或 EmbeddedCertData/Password。 Type:string (或 expression with resultType string) 。 |
任何 |
啟用伺服器證書驗證 |
如果為 true,請驗證 HTTPS 伺服器 SSL 憑證。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
密碼 |
使用 EmbeddedCertData 驗證進行基本、摘要、Windows 或 ClientCertificate 的密碼。 |
秘密基地 |
URL |
HTTP 端點的基底 URL,例如 https://www.microsoft.com。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
使用者名稱 |
基本、摘要或 Windows 驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
HubspotLinked服務
HubspotLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
accessToken |
最初驗證 OAuth 整合時取得的存取令牌。 |
秘密基地 |
用戶端ID |
與您的 Hubspot 應用程式相關聯的用戶端識別碼。 |
任何 (必要) |
用戶端密鑰 |
與您的 Hubspot 應用程式相關聯的客戶端密碼。 |
秘密基地 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
refreshToken |
初始驗證 OAuth 整合時取得的重新整理令牌。 |
秘密基地 |
使用加密端點 |
指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 |
任何 |
使用主機驗證 |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 |
任何 |
使用同行驗證 |
指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 |
任何 |
ImpalaLinkedService
ImpalaLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
allowHostNameCNMismatch (允許主機名稱與CN不匹配) |
指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 預設值為 false。 |
任何 |
允許自簽名伺服器證書 |
指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 |
任何 |
驗證類型 |
要使用的驗證類型。 |
'匿名' 'SASLUsername' 'UsernameAndPassword' (必要) |
啟用SSL |
指定是否使用 SSL 加密與伺服器的連線。 預設值為 false。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
主機 |
Impala 伺服器的IP位址或主機名。 (即192.168.222.160) |
任何 (必要) |
密碼 |
使用 UsernameAndPassword 時,對應至使用者名稱的密碼。 |
秘密基地 |
連接埠 |
Impala 伺服器用來接聽用戶端連線的 TCP 連接埠。 預設值為 21050。 |
任何 |
可信任憑證路徑 |
.pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 |
任何 |
用戶名 |
用來存取 Impala 伺服器的用戶名稱。 使用SASLUsername時,預設值為匿名。 |
任何 |
使用系統信任憑證庫 (useSystemTrustStore) |
指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 預設值為 false。 |
任何 |
IntegrationRuntimeReference
JiraLinked服務
JiraLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
主機 |
Jira 服務的IP位址或主機名。 (例如 jira.example.com) |
任何 (必要) |
密碼 |
對應至您在使用者名稱欄位中提供之使用者名稱的密碼。 |
秘密基地 |
連接埠 |
Jira 伺服器用來接聽用戶端連線的 TCP 連接埠。 如果透過 HTTPS 連線,則預設值為 443,如果透過 HTTP 連線,則為 8080。 |
任何 |
使用加密端點 |
指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 |
任何 |
使用主機驗證 |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 |
任何 |
使用同行驗證 |
指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 |
任何 |
用戶名 |
您用來存取 Jira 服務的使用者名稱。 |
任何 (必要) |
連結服務
LinkedServiceReference
MagentoLinked服務
MagentoLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
accessToken |
來自Magento的存取令牌。 |
秘密基地 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
主機 |
Magento 實例的 URL。 (即192.168.222.110/洋紅3) |
任何 (必要) |
使用加密端點 |
指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 |
任何 |
使用主機驗證 |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 |
任何 |
使用同行驗證 |
指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 |
任何 |
MariaDBLinkedService
MariaDBLinkedServiceTypeProperties
名稱 |
說明 |
價值觀 |
Connection String (連接字串) |
ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
MarketoLinked服務
MarketoLinkedServiceTypeProperties
名稱 |
說明 |
價值觀 |
用戶端ID |
Marketo 服務的用戶端標識碼。 |
任何 (必要) |
用戶端密鑰 |
Marketo 服務的客戶端密碼。 |
秘密基地 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
端點 |
Marketo 伺服器的端點。 (即 123-ABC-321.mktorest.com) |
任何 (必要) |
使用加密端點 |
指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 |
任何 |
使用主機驗證 |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 |
任何 |
使用同行驗證 |
指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 |
任何 |
MongoDbLinkedService
MongoDbLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
允許自簽名伺服器證書 |
指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 |
任何 |
驗證類型 |
要用來連線到 MongoDB 資料庫的驗證類型。 |
'匿名' “基本” |
authSource 認證 |
用來驗證使用者名稱和密碼的資料庫。 Type:string (或 expression with resultType string) 。 |
任何 |
資料庫名稱 |
您想要存取的 MongoDB 資料庫名稱。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
啟用SSL |
指定是否使用 SSL 加密與伺服器的連線。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
密碼 |
驗證的密碼。 |
秘密基地 |
連接埠 |
MongoDB 伺服器用來接聽用戶端連線的 TCP 連接埠號碼。 預設值為 27017。 類型:integer (或 expression with resultType integer), minimum: 0。 |
任何 |
伺服器 |
MongoDB 伺服器的IP位址或伺服器名稱。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
用戶名 |
驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
MySqlLinkedService 服務
MySqlLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
Connection String (連接字串) |
連接字串。 |
SecretBase (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
NetezzaLinked服務
NetezzaLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
Connection String (連接字串) |
ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
ODataLinkedService
ODataLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
驗證類型 |
用來連線到 OData 服務的驗證類型。 |
'匿名' “基本” |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
密碼 |
OData 服務的密碼。 |
秘密基地 |
URL |
OData 服務端點的 URL。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
使用者名稱 |
OData 服務的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
OdbcLinkedService
OdbcLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
驗證類型 |
用來連接到 ODBC 資料存放區的驗證類型。 可能的值為:Anonymous 和 Basic。 Type:string (或 expression with resultType string) 。 |
任何 |
Connection String (連接字串) |
連接字串的非存取認證部分,以及選擇性的加密認證。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 (必要) |
資格證明 |
驅動程式特定屬性值格式所指定連接字串的存取認證部分。 |
秘密基地 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
密碼 |
基本身份驗證的密碼。 |
秘密基地 |
使用者名稱 |
基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
OracleLinked服務
OracleLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
Connection String (連接字串) |
連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
ParameterDefinitionSpecification
參數規範
名稱 |
說明 |
價值觀 |
預設值 |
參數的預設值。 |
任何 |
類型 |
參數類型。 |
'陣列' '布爾' '浮動' 'int' '物件' “安全字串” 'String' (必要) |
ParameterValueSpecification 參數值規範
ParameterValueSpecification 參數值規範
PaypalLinked服務
PaypalLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
用戶端ID |
與PayPal應用程式相關聯的用戶端標識碼。 |
任何 (必要) |
用戶端密鑰 |
與PayPal應用程式相關聯的客戶端密碼。 |
秘密基地 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
主機 |
PayPal 實例的 URL。 (即 api.sandbox.paypal.com) |
任何 (必要) |
使用加密端點 |
指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 |
任何 |
使用主機驗證 |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 |
任何 |
使用同行驗證 |
指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 |
任何 |
PhoenixLinked服務
PhoenixLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
allowHostNameCNMismatch (允許主機名稱與CN不匹配) |
指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 預設值為 false。 |
任何 |
允許自簽名伺服器證書 |
指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 |
任何 |
驗證類型 |
用來連線到 Phoenix 伺服器的驗證機制。 |
'匿名' '使用者名和密碼' 'WindowsAzureHDInsightService' (必要) |
啟用SSL |
指定是否使用 SSL 加密與伺服器的連線。 預設值為 false。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
主機 |
Phoenix 伺服器的IP位址或主機名。 (即192.168.222.160) |
任何 (必要) |
httpPath |
對應至 Phoenix 伺服器的部分 URL。 (即 /gateway/sandbox/phoenix/version)。 如果使用 WindowsAzureHDInsightService,預設值為 hbasephoenix。 |
任何 |
密碼 |
對應至使用者名稱的密碼。 |
秘密基地 |
連接埠 |
Phoenix 伺服器用來接聽用戶端連線的 TCP 連接埠。 預設值為8765。 |
任何 |
可信任憑證路徑 |
.pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 |
任何 |
用戶名 |
用來連線到 Phoenix 伺服器的用戶名稱。 |
任何 |
使用系統信任憑證庫 (useSystemTrustStore) |
指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 預設值為 false。 |
任何 |
PostgreSqlLinkedService 服務
PostgreSqlLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
Connection String (連接字串) |
連接字串。 |
SecretBase (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
PrestoLinkedService 服務
PrestoLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
allowHostNameCNMismatch (允許主機名稱與CN不匹配) |
指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 預設值為 false。 |
任何 |
允許自簽名伺服器證書 |
指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 |
任何 |
驗證類型 |
用來連線到 Presto 伺服器的驗證機制。 |
'匿名' 'LDAP' (必要) |
目錄 |
針對伺服器的所有要求目錄內容。 |
任何 (必要) |
啟用SSL |
指定是否使用 SSL 加密與伺服器的連線。 預設值為 false。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
主機 |
Presto 伺服器的IP位址或主機名。 (即192.168.222.160) |
任何 (必要) |
密碼 |
對應至使用者名稱的密碼。 |
秘密基地 |
連接埠 |
Presto 伺服器用來接聽用戶端連線的 TCP 連接埠。 預設值為 8080。 |
任何 |
伺服器版本 |
Presto 伺服器的版本。 (即 0.148-t) |
任何 (必要) |
時間 ZoneID |
連接所使用的當地時區。 此選項的有效值是在 IANA 時區資料庫中指定。 預設值為系統時區。 |
任何 |
可信任憑證路徑 |
.pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 |
任何 |
用戶名 |
用來連線到 Presto 伺服器的用戶名稱。 |
任何 |
使用系統信任憑證庫 (useSystemTrustStore) |
指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 預設值為 false。 |
任何 |
QuickBooksLinked服務
QuickBooksLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
accessToken |
OAuth 1.0 驗證的存取令牌。 |
SecretBase (必要) |
accessTokenSecret |
OAuth 1.0 驗證的存取令牌密碼。 |
SecretBase (必要) |
公司ID |
要授權之 QuickBooks 公司的公司識別碼。 |
任何 (必要) |
consumerKey |
OAuth 1.0 驗證的取用者密鑰。 |
任何 (必要) |
consumerSecret 的 |
OAuth 1.0 驗證的取用者密碼。 |
SecretBase (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
端點 |
QuickBooks 伺服器的端點。 (即 quickbooks.api.intuit.com) |
任何 (必要) |
使用加密端點 |
指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 |
任何 |
ResponsysLinkedService
ResponsysLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
用戶端ID |
與 Responsys 應用程式相關聯的用戶端識別碼。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
用戶端密鑰 |
與 Responsys 應用程式相關聯的客戶端密碼。 Type:string (或 expression with resultType string) 。 |
秘密基地 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
端點 |
Responsys 伺服器的端點。 |
任何 (必要) |
使用加密端點 |
指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 |
任何 |
使用主機驗證 |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 |
任何 |
使用同行驗證 |
指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 |
任何 |
SalesforceLinked服務
SalesforceLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
環境URL |
Salesforce 實例的 URL。 預設值為 『https://login.salesforce.com』。 若要從沙箱複製數據,請指定 'https://test.salesforce.com'。 若要從自定義網域複製數據,請指定 『https://[domain].my.salesforce.com』。 Type:string (或 expression with resultType string) 。 |
任何 |
密碼 |
Salesforce 實例基本身份驗證的密碼。 |
秘密基地 |
安全性憑證 |
需要安全性令牌才能遠程訪問 Salesforce 實例。 |
秘密基地 |
用戶名 |
Salesforce 實例基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
SalesforceMarketingCloudLinked服務
SalesforceMarketingCloudLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
用戶端ID |
與 Salesforce Marketing Cloud 應用程式相關聯的用戶端識別碼。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
用戶端密鑰 |
與 Salesforce Marketing Cloud 應用程式相關聯的客戶端密碼。 Type:string (或 expression with resultType string) 。 |
秘密基地 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
使用加密端點 |
指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 |
任何 |
使用主機驗證 |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 |
任何 |
使用同行驗證 |
指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 |
任何 |
SapBWLinkedService
SapBWLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
用戶端ID |
BW 系統上用戶端的用戶端識別碼。 (通常以字串表示的三位數十進位數)Type:string (或 expression with resultType string) 。 |
任何 (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
密碼 |
存取 SAP BW 伺服器的密碼。 |
秘密基地 |
伺服器 |
SAP BW 實例的主機名。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
系統編號 |
BW 系統的系統編號。 (通常是以字串表示的兩位數十進位數。Type:string (或 expression with resultType string) 。 |
任何 (必要) |
使用者名稱 |
存取 SAP BW 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
SapCloudForCustomerLinkedService
SapCloudForCustomerLinkedServiceTypeProperties
名稱 |
說明 |
價值觀 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 必須提供 encryptedCredential 或 username/password。 Type:string (或 expression with resultType string) 。 |
任何 |
密碼 |
基本身份驗證的密碼。 |
秘密基地 |
URL |
SAP Cloud for Customer OData API 的 URL。 例如,'[https://[tenantname].crm.ondemand.com/sap/c4c/odata/v1]'。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
用戶名 |
基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
SapEccLinked服務
SapEccLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 必須提供 encryptedCredential 或 username/password。 Type:string (或 expression with resultType string) 。 |
字符串 |
密碼 |
基本身份驗證的密碼。 |
秘密基地 |
URL |
SAP ECC OData API 的 URL。 例如,'[https://hostname:port/sap/opu/odata/sap/servicename/]'。 Type:string (或 expression with resultType string) 。 |
字串 (必要) |
用戶名 |
基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 |
字符串 |
SapHanaLinked服務
SapHanaLinkedService屬性
名稱 |
說明 |
價值觀 |
驗證類型 |
要用來連線到 SAP HANA 伺服器的驗證類型。 |
“基本” “Windows” |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
密碼 |
存取 SAP HANA 伺服器的密碼。 |
秘密基地 |
伺服器 |
SAP HANA 伺服器的主機名。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
使用者名稱 |
存取 SAP HANA 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
秘密基地
SecureString(安全字串)
名稱 |
說明 |
價值觀 |
類型 |
秘密的類型。 |
'SecureString' (必要) |
價值 |
安全字串的值。 |
字串 (必要) |
ServiceNowLinked服務
ServiceNowLinkedServiceType属性
名稱 |
說明 |
價值觀 |
驗證類型 |
要使用的驗證類型。 |
“基本” 'OAuth2' (必要) |
用戶端ID |
OAuth2 驗證的用戶端標識碼。 |
任何 |
用戶端密鑰 |
用於 OAuth2 驗證的用戶端祕密。 |
秘密基地 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
端點 |
ServiceNow 伺服器的端點。 (即 <實例> service-now.com) |
任何 (必要) |
密碼 |
對應至用於進行 Basic 和 OAuth2 驗證之使用者名稱的密碼。 |
秘密基地 |
使用加密端點 |
指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 |
任何 |
使用主機驗證 |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 |
任何 |
使用同行驗證 |
指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 |
任何 |
用戶名 |
用來連線到 ServiceNow 伺服器以進行 Basic 和 OAuth2 驗證的使用者名稱。 |
任何 |
SftpServerLinkedService
SftpServerLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
驗證類型 |
要用來連線到 FTP 伺服器的驗證類型。 |
“基本” “SshPublicKey” |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
主機 |
SFTP 伺服器主機名。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
hostKeyFingerprint |
SFTP 伺服器的主機按鍵列印。 當 SkipHostKeyValidation 為 false 時,應該指定 HostKeyFingerprint。 Type:string (或 expression with resultType string) 。 |
任何 |
密碼短語 |
如果 SSH 私鑰已加密,則解密 SSH 私鑰的密碼。 |
秘密基地 |
密碼 |
登入 SFTP 伺服器以進行基本身份驗證的密碼。 |
秘密基地 |
連接埠 |
SFTP 伺服器用來接聽用戶端連線的 TCP 連接埠號碼。 預設值為 22。 類型:integer (或 expression with resultType integer), minimum: 0。 |
任何 |
privateKeyContent |
針對 SshPublicKey 驗證,Base64 編碼的 SSH 私鑰內容。 針對使用 SshPublicKey 驗證的內部部署複製,應該指定 PrivateKeyPath 或 PrivateKeyContent。 SSH 私密金鑰應該是 OpenSSH 格式。 |
秘密基地 |
privateKeyPath |
SshPublicKey 驗證的 SSH 私鑰檔案路徑。 僅適用於內部部署複本。 針對使用 SshPublicKey 驗證的內部部署複製,應該指定 PrivateKeyPath 或 PrivateKeyContent。 SSH 私密金鑰應該是 OpenSSH 格式。 Type:string (或 expression with resultType string) 。 |
任何 |
skipHostKey驗證 |
如果為 true,請略過 SSH 主機金鑰驗證。 預設值為 False。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 |
任何 |
使用者名稱 |
用來登入SFTP 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
Shopify鏈接服務
ShopifyLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
accessToken |
可用來存取 Shopify 數據的 API 存取令牌。 如果令牌為離線模式,令牌將不會過期。 |
秘密基地 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
主機 |
Shopify 伺服器的端點。 (即 mystore.myshopify.com) |
任何 (必要) |
使用加密端點 |
指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 |
任何 |
使用主機驗證 |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 |
任何 |
使用同行驗證 |
指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 |
任何 |
SparkLinkedService
SparkLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
allowHostNameCNMismatch (允許主機名稱與CN不匹配) |
指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 預設值為 false。 |
任何 |
允許自簽名伺服器證書 |
指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 |
任何 |
驗證類型 |
用來存取 Spark 伺服器的驗證方法。 |
'匿名' '使用者名' '使用者名和密碼' 'WindowsAzureHDInsightService' (必要) |
啟用SSL |
指定是否使用 SSL 加密與伺服器的連線。 預設值為 false。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
主機 |
Spark 伺服器的IP位址或主機名 |
任何 (必要) |
httpPath |
對應至 Spark 伺服器的部分 URL。 |
任何 |
密碼 |
對應至您在 [用戶名稱] 字段中提供之使用者名稱的密碼 |
秘密基地 |
連接埠 |
Spark 伺服器用來接聽用戶端連線的 TCP 連接埠。 |
任何 (必要) |
伺服器類型 |
Spark 伺服器的型別。 |
'SharkServer' '鯊魚伺服器 2' “SparkThriftServer” |
thriftTransportProtocol 協定 |
在 Thrift 層中使用的傳輸通訊協定。 |
'二進位' 'HTTP ' 'SASL' |
可信任憑證路徑 |
.pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 |
任何 |
用戶名 |
您用來存取 Spark Server 的使用者名稱。 |
任何 |
使用系統信任憑證庫 (useSystemTrustStore) |
指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 預設值為 false。 |
任何 |
SqlServerLinkedService
SqlServerLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
Connection String (連接字串) |
連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
密碼 |
內部部署 Windows 驗證密碼。 |
秘密基地 |
使用者名稱 |
內部部署 Windows 驗證用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
SquareLinked服務
SquareLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
用戶端ID |
與 Square 應用程式相關聯的用戶端標識碼。 |
任何 (必要) |
用戶端密鑰 |
與您的 Square 應用程式相關聯的客戶端密碼。 |
秘密基地 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
主機 |
Square 實例的 URL。 (即 mystore.mysquare.com) |
任何 (必要) |
重定向 Uri |
在 Square 應用程式儀錶板中指派的重新導向 URL。 (即 http://localhost:2500) |
任何 (必要) |
使用加密端點 |
指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 |
任何 |
使用主機驗證 |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 |
任何 |
使用同行驗證 |
指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 |
任何 |
SybaseLinkedService
SybaseLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
驗證類型 |
要用於連接的 AuthenticationType。 |
“基本” “Windows” |
資料庫 |
連接的資料庫名稱。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
密碼 |
驗證的密碼。 |
秘密基地 |
架構 |
連接的架構名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
伺服器 |
線上的伺服器名稱。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
用戶名 |
驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
TeradataLinkedService 服務
TeradataLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
驗證類型 |
要用於連接的 AuthenticationType。 |
“基本” “Windows” |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
密碼 |
驗證的密碼。 |
秘密基地 |
伺服器 |
線上的伺服器名稱。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
用戶名 |
驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
VerticaLinked服務
VerticaLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
Connection String (連接字串) |
ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
WebAnonymous身份驗證
名稱 |
說明 |
價值觀 |
驗證類型 |
用來連線至 Web 資料表來源的驗證類型。 |
'Anonymous' (必要) |
WebBasic身份驗證
名稱 |
說明 |
價值觀 |
驗證類型 |
用來連線至 Web 資料表來源的驗證類型。 |
'Basic' (必要) |
密碼 |
基本身份驗證的密碼。 |
SecretBase (必要) |
用戶名 |
基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
WebClientCertificate身份驗證
名稱 |
說明 |
價值觀 |
驗證類型 |
用來連線至 Web 資料表來源的驗證類型。 |
'ClientCertificate' (必要) |
密碼 |
PFX 檔案的密碼。 |
SecretBase (必要) |
PFX |
PFX 檔案的Base64編碼內容。 |
SecretBase (必要) |
WebLinked服務
WebLinkedServiceType屬性
XeroLinked服務
XeroLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
consumerKey |
與 Xero 應用程式相關聯的取用者金鑰。 |
秘密基地 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
主機 |
Xero 伺服器的端點。 (即 api.xero.com) |
任何 (必要) |
私密金鑰 |
針對 Xero 私人應用程式產生的 .pem 檔案中的私鑰。 您必須包含 .pem 檔案中的所有文字,包括 Unix 行結尾( ). |
秘密基地 |
使用加密端點 |
指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 |
任何 |
使用主機驗證 |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 |
任何 |
使用同行驗證 |
指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 |
任何 |
ZohoLinked服務
ZohoLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
accessToken |
Zoho 驗證的存取令牌。 |
秘密基地 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
端點 |
Zoho 伺服器的端點。 (即 crm.zoho.com/crm/private) |
任何 (必要) |
使用加密端點 |
指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 |
任何 |
使用主機驗證 |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 |
任何 |
使用同行驗證 |
指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 |
任何 |
使用範例
Azure 快速入門範本
下列 Azure 快速入門範本 部署此資源類型。
範本 |
說明 |
建立 V2 Data Factory
|
此範本會建立 V2 資料處理站,將資料從 Azure Blob 記憶體中的資料夾複製到記憶體中的另一個資料夾。 |
在 Azure 架構上部署體育分析
|
建立已啟用 ADLS Gen 2 的 Azure 記憶體帳戶、具有記憶體帳戶連結服務的 Azure Data Factory 實例(如果已部署的 Azure SQL Database),以及 Azure Databricks 實例。 部署範本和 ADF 實例受控識別的使用者 AAD 身分識別,將會在記憶體帳戶上授與記憶體 Blob 數據參與者角色。 還有一個選項可用來部署 Azure Key Vault 實例、Azure SQL Database 和 Azure 事件中樞(適用於串流使用案例)。 部署 Azure Key Vault 時,部署範本之使用者的 Data Factory 受控識別和 AAD 身分識別將會獲得 Key Vault 秘密使用者角色。 |
Azure Data Factory 可以 更多 - 按兩下即可嘗試 Azure Data Factory
|
此範本會建立數據處理站管線,以將複製活動從 Azure Blob 複製到另一個 Azure Blob |
factoryies/linkedservices 資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 Microsoft.DataFactory/factories/linkedservices 資源,請將下列 Terraform 新增至範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.DataFactory/factories/linkedservices@2017-09-01-preview"
name = "string"
parent_id = "string"
body = {
properties = {
annotations = [
?
]
connectVia = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
description = "string"
parameters = {
{customized property} = {
defaultValue = ?
type = "string"
}
}
type = "string"
// For remaining properties, see LinkedService objects
}
}
}
WebLinkedServiceTypeProperties 物件
設定 authenticationType 屬性以指定對象的類型。
針對 匿名,請使用:
{
authenticationType = "Anonymous"
}
針對 Basic,請使用:
{
authenticationType = "Basic"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
username = ?
}
針對 ClientCertificate,請使用:
{
authenticationType = "ClientCertificate"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
pfx = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
SecretBase 物件
設定 類型 屬性,以指定物件的類型。
針對 AzureKeyVaultSecret,請使用:
{
secretName = ?
secretVersion = ?
store = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
type = "AzureKeyVaultSecret"
}
針對 SecureString,請使用:
{
type = "SecureString"
value = "string"
}
LinkedService 物件
設定 類型 屬性,以指定物件的類型。
針對 AmazonMWS,請使用:
{
type = "AmazonMWS"
typeProperties = {
accessKeyId = ?
encryptedCredential = ?
endpoint = ?
marketplaceID = ?
mwsAuthToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
secretKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
sellerID = ?
useEncryptedEndpoints = ?
useHostVerification = ?
usePeerVerification = ?
}
}
針對 AmazonRedshift,請使用:
{
type = "AmazonRedshift"
typeProperties = {
database = ?
encryptedCredential = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
port = ?
server = ?
username = ?
}
}
針對 AmazonS3,請使用:
{
type = "AmazonS3"
typeProperties = {
accessKeyId = ?
encryptedCredential = ?
secretAccessKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
}
針對 AzureBatch,請使用:
{
type = "AzureBatch"
typeProperties = {
accessKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
accountName = ?
batchUri = ?
encryptedCredential = ?
linkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
poolName = ?
}
}
針對 AzureDataLakeAnalytics,請使用:
{
type = "AzureDataLakeAnalytics"
typeProperties = {
accountName = ?
dataLakeAnalyticsUri = ?
encryptedCredential = ?
resourceGroupName = ?
servicePrincipalId = ?
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
subscriptionId = ?
tenant = ?
}
}
針對 AzureDataLakeStore,請使用:
{
type = "AzureDataLakeStore"
typeProperties = {
accountName = ?
dataLakeStoreUri = ?
encryptedCredential = ?
resourceGroupName = ?
servicePrincipalId = ?
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
subscriptionId = ?
tenant = ?
}
}
針對 AzureDatabricks,請使用:
{
type = "AzureDatabricks"
typeProperties = {
accessToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
domain = ?
encryptedCredential = ?
existingClusterId = ?
newClusterNodeType = ?
newClusterNumOfWorker = ?
newClusterSparkConf = {
{customized property} = ?
}
newClusterVersion = ?
}
}
針對 AzureKeyVault,請使用:
{
type = "AzureKeyVault"
typeProperties = {
baseUrl = ?
}
}
針對 AzureML,請使用:
{
type = "AzureML"
typeProperties = {
apiKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = ?
mlEndpoint = ?
servicePrincipalId = ?
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
tenant = ?
updateResourceEndpoint = ?
}
}
針對 AzureMySql,請使用:
{
type = "AzureMySql"
typeProperties = {
connectionString = ?
encryptedCredential = ?
}
}
針對 AzurePostgreSql,請使用:
{
type = "AzurePostgreSql"
typeProperties = {
connectionString = ?
encryptedCredential = ?
}
}
針對 AzureSearch,請使用:
{
type = "AzureSearch"
typeProperties = {
encryptedCredential = ?
key = {
type = "string"
// For remaining properties, see SecretBase objects
}
url = ?
}
}
針對 AzureSqlDW,請使用:
{
type = "AzureSqlDW"
typeProperties = {
connectionString = ?
encryptedCredential = ?
servicePrincipalId = ?
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
tenant = ?
}
}
針對 AzureSqlDatabase,請使用:
{
type = "AzureSqlDatabase"
typeProperties = {
connectionString = ?
encryptedCredential = ?
servicePrincipalId = ?
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
tenant = ?
}
}
針對 AzureStorage,請使用:
{
type = "AzureStorage"
typeProperties = {
connectionString = ?
encryptedCredential = ?
sasUri = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
}
針對 Cassandra,請使用:
{
type = "Cassandra"
typeProperties = {
authenticationType = ?
encryptedCredential = ?
host = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
port = ?
username = ?
}
}
針對 Concur,請使用:
{
type = "Concur"
typeProperties = {
clientId = ?
encryptedCredential = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
useEncryptedEndpoints = ?
useHostVerification = ?
usePeerVerification = ?
username = ?
}
}
針對 CosmosDb,請使用:
{
type = "CosmosDb"
typeProperties = {
connectionString = ?
encryptedCredential = ?
}
}
針對 Couchbase,請使用:
{
type = "Couchbase"
typeProperties = {
connectionString = ?
encryptedCredential = ?
}
}
針對 CustomDataSource,請使用:
{
type = "CustomDataSource"
typeProperties = ?
}
針對 Db2,請使用:
{
type = "Db2"
typeProperties = {
authenticationType = "string"
database = ?
encryptedCredential = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
server = ?
username = ?
}
}
針對 Drill,請使用:
{
type = "Drill"
typeProperties = {
connectionString = ?
encryptedCredential = ?
}
}
針對 Dynamics,請使用:
{
type = "Dynamics"
typeProperties = {
authenticationType = "string"
deploymentType = "string"
encryptedCredential = ?
hostName = ?
organizationName = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
port = ?
serviceUri = ?
username = ?
}
}
針對 Eloqua,請使用:
{
type = "Eloqua"
typeProperties = {
encryptedCredential = ?
endpoint = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
useEncryptedEndpoints = ?
useHostVerification = ?
usePeerVerification = ?
username = ?
}
}
針對 FileServer,請使用:
{
type = "FileServer"
typeProperties = {
encryptedCredential = ?
host = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
userId = ?
}
}
針對 FtpServer,請使用:
{
type = "FtpServer"
typeProperties = {
authenticationType = "string"
enableServerCertificateValidation = ?
enableSsl = ?
encryptedCredential = ?
host = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
port = ?
userName = ?
}
}
針對 GoogleBigQuery,請使用:
{
type = "GoogleBigQuery"
typeProperties = {
additionalProjects = ?
authenticationType = "string"
clientId = {
type = "string"
// For remaining properties, see SecretBase objects
}
clientSecret = {
type = "string"
// For remaining properties, see SecretBase objects
}
email = ?
encryptedCredential = ?
keyFilePath = ?
project = ?
refreshToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
requestGoogleDriveScope = ?
trustedCertPath = ?
useSystemTrustStore = ?
}
}
針對 Greenplum,請使用:
{
type = "Greenplum"
typeProperties = {
connectionString = ?
encryptedCredential = ?
}
}
針對 HBase,請使用:
{
type = "HBase"
typeProperties = {
allowHostNameCNMismatch = ?
allowSelfSignedServerCert = ?
authenticationType = "string"
enableSsl = ?
encryptedCredential = ?
host = ?
httpPath = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
port = ?
trustedCertPath = ?
username = ?
}
}
針對 HDInsight,請使用:
{
type = "HDInsight"
typeProperties = {
clusterUri = ?
encryptedCredential = ?
hcatalogLinkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
linkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
userName = ?
}
}
針對 HDInsightOnDemand,請使用:
{
type = "HDInsightOnDemand"
typeProperties = {
additionalLinkedServiceNames = [
{
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
]
clusterNamePrefix = ?
clusterPassword = {
type = "string"
// For remaining properties, see SecretBase objects
}
clusterResourceGroup = ?
clusterSize = ?
clusterSshPassword = {
type = "string"
// For remaining properties, see SecretBase objects
}
clusterSshUserName = ?
clusterType = ?
clusterUserName = ?
coreConfiguration = ?
dataNodeSize = ?
encryptedCredential = ?
hBaseConfiguration = ?
hcatalogLinkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
hdfsConfiguration = ?
headNodeSize = ?
hiveConfiguration = ?
hostSubscriptionId = ?
linkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
mapReduceConfiguration = ?
oozieConfiguration = ?
servicePrincipalId = ?
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
sparkVersion = ?
stormConfiguration = ?
tenant = ?
timeToLive = ?
version = ?
yarnConfiguration = ?
zookeeperNodeSize = ?
}
}
針對 Hdfs,請使用:
{
type = "Hdfs"
typeProperties = {
authenticationType = ?
encryptedCredential = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
url = ?
userName = ?
}
}
針對 Hive,請使用:
{
type = "Hive"
typeProperties = {
allowHostNameCNMismatch = ?
allowSelfSignedServerCert = ?
authenticationType = "string"
enableSsl = ?
encryptedCredential = ?
host = ?
httpPath = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
port = ?
serverType = "string"
serviceDiscoveryMode = ?
thriftTransportProtocol = "string"
trustedCertPath = ?
useNativeQuery = ?
username = ?
useSystemTrustStore = ?
zooKeeperNameSpace = ?
}
}
針對 HttpServer,請使用:
{
type = "HttpServer"
typeProperties = {
authenticationType = "string"
certThumbprint = ?
embeddedCertData = ?
enableServerCertificateValidation = ?
encryptedCredential = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
url = ?
userName = ?
}
}
針對 Hubspot,請使用:
{
type = "Hubspot"
typeProperties = {
accessToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
clientId = ?
clientSecret = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = ?
refreshToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
useEncryptedEndpoints = ?
useHostVerification = ?
usePeerVerification = ?
}
}
針對 Impala,請使用:
{
type = "Impala"
typeProperties = {
allowHostNameCNMismatch = ?
allowSelfSignedServerCert = ?
authenticationType = "string"
enableSsl = ?
encryptedCredential = ?
host = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
port = ?
trustedCertPath = ?
username = ?
useSystemTrustStore = ?
}
}
針對 Jira,請使用:
{
type = "Jira"
typeProperties = {
encryptedCredential = ?
host = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
port = ?
useEncryptedEndpoints = ?
useHostVerification = ?
usePeerVerification = ?
username = ?
}
}
針對 Magento,請使用:
{
type = "Magento"
typeProperties = {
accessToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = ?
host = ?
useEncryptedEndpoints = ?
useHostVerification = ?
usePeerVerification = ?
}
}
針對 MariaDB,請使用:
{
type = "MariaDB"
typeProperties = {
connectionString = ?
encryptedCredential = ?
}
}
針對 Marketo,請使用:
{
type = "Marketo"
typeProperties = {
clientId = ?
clientSecret = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = ?
endpoint = ?
useEncryptedEndpoints = ?
useHostVerification = ?
usePeerVerification = ?
}
}
針對 MongoDb,請使用:
{
type = "MongoDb"
typeProperties = {
allowSelfSignedServerCert = ?
authenticationType = "string"
authSource = ?
databaseName = ?
enableSsl = ?
encryptedCredential = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
port = ?
server = ?
username = ?
}
}
針對 MySql,請使用:
{
type = "MySql"
typeProperties = {
connectionString = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = ?
}
}
針對 Netezza,請使用:
{
type = "Netezza"
typeProperties = {
connectionString = ?
encryptedCredential = ?
}
}
針對 OData,請使用:
{
type = "OData"
typeProperties = {
authenticationType = "string"
encryptedCredential = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
url = ?
userName = ?
}
}
針對 Odbc,請使用:
{
type = "Odbc"
typeProperties = {
authenticationType = ?
connectionString = ?
credential = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
userName = ?
}
}
針對 Oracle,請使用:
{
type = "Oracle"
typeProperties = {
connectionString = ?
encryptedCredential = ?
}
}
針對 PayPal,請使用:
{
type = "Paypal"
typeProperties = {
clientId = ?
clientSecret = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = ?
host = ?
useEncryptedEndpoints = ?
useHostVerification = ?
usePeerVerification = ?
}
}
針對 Phoenix,請使用:
{
type = "Phoenix"
typeProperties = {
allowHostNameCNMismatch = ?
allowSelfSignedServerCert = ?
authenticationType = "string"
enableSsl = ?
encryptedCredential = ?
host = ?
httpPath = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
port = ?
trustedCertPath = ?
username = ?
useSystemTrustStore = ?
}
}
針對 PostgreSql,請使用:
{
type = "PostgreSql"
typeProperties = {
connectionString = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = ?
}
}
針對 Presto,請使用:
{
type = "Presto"
typeProperties = {
allowHostNameCNMismatch = ?
allowSelfSignedServerCert = ?
authenticationType = "string"
catalog = ?
enableSsl = ?
encryptedCredential = ?
host = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
port = ?
serverVersion = ?
timeZoneID = ?
trustedCertPath = ?
username = ?
useSystemTrustStore = ?
}
}
針對 QuickBooks,請使用:
{
type = "QuickBooks"
typeProperties = {
accessToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
accessTokenSecret = {
type = "string"
// For remaining properties, see SecretBase objects
}
companyId = ?
consumerKey = ?
consumerSecret = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = ?
endpoint = ?
useEncryptedEndpoints = ?
}
}
針對 Responsys,請使用:
{
type = "Responsys"
typeProperties = {
clientId = ?
clientSecret = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = ?
endpoint = ?
useEncryptedEndpoints = ?
useHostVerification = ?
usePeerVerification = ?
}
}
針對 Salesforce,請使用:
{
type = "Salesforce"
typeProperties = {
encryptedCredential = ?
environmentUrl = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
securityToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
username = ?
}
}
針對 SalesforceMarketingCloud,請使用:
{
type = "SalesforceMarketingCloud"
typeProperties = {
clientId = ?
clientSecret = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = ?
useEncryptedEndpoints = ?
useHostVerification = ?
usePeerVerification = ?
}
}
針對 SapBW,請使用:
{
type = "SapBW"
typeProperties = {
clientId = ?
encryptedCredential = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
server = ?
systemNumber = ?
userName = ?
}
}
針對 SapCloudForCustomer,請使用:
{
type = "SapCloudForCustomer"
typeProperties = {
encryptedCredential = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
url = ?
username = ?
}
}
針對 SapEcc,請使用:
{
type = "SapEcc"
typeProperties = {
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
url = "string"
username = "string"
}
}
針對 SapHana,請使用:
{
type = "SapHana"
typeProperties = {
authenticationType = "string"
encryptedCredential = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
server = ?
userName = ?
}
}
針對 ServiceNow,請使用:
{
type = "ServiceNow"
typeProperties = {
authenticationType = "string"
clientId = ?
clientSecret = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = ?
endpoint = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
useEncryptedEndpoints = ?
useHostVerification = ?
usePeerVerification = ?
username = ?
}
}
針對 Sftp,請使用:
{
type = "Sftp"
typeProperties = {
authenticationType = "string"
encryptedCredential = ?
host = ?
hostKeyFingerprint = ?
passPhrase = {
type = "string"
// For remaining properties, see SecretBase objects
}
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
port = ?
privateKeyContent = {
type = "string"
// For remaining properties, see SecretBase objects
}
privateKeyPath = ?
skipHostKeyValidation = ?
userName = ?
}
}
針對 Shopify,請使用:
{
type = "Shopify"
typeProperties = {
accessToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = ?
host = ?
useEncryptedEndpoints = ?
useHostVerification = ?
usePeerVerification = ?
}
}
針對 Spark,請使用:
{
type = "Spark"
typeProperties = {
allowHostNameCNMismatch = ?
allowSelfSignedServerCert = ?
authenticationType = "string"
enableSsl = ?
encryptedCredential = ?
host = ?
httpPath = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
port = ?
serverType = "string"
thriftTransportProtocol = "string"
trustedCertPath = ?
username = ?
useSystemTrustStore = ?
}
}
針對 SqlServer,請使用:
{
type = "SqlServer"
typeProperties = {
connectionString = ?
encryptedCredential = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
userName = ?
}
}
針對 Square,請使用:
{
type = "Square"
typeProperties = {
clientId = ?
clientSecret = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = ?
host = ?
redirectUri = ?
useEncryptedEndpoints = ?
useHostVerification = ?
usePeerVerification = ?
}
}
針對 Sybase,請使用:
{
type = "Sybase"
typeProperties = {
authenticationType = "string"
database = ?
encryptedCredential = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
schema = ?
server = ?
username = ?
}
}
針對 Teradata,請使用:
{
type = "Teradata"
typeProperties = {
authenticationType = "string"
encryptedCredential = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
server = ?
username = ?
}
}
針對 Vertica,請使用:
{
type = "Vertica"
typeProperties = {
connectionString = ?
encryptedCredential = ?
}
}
針對 Web,請使用:
{
type = "Web"
typeProperties = {
url = ?
authenticationType = "string"
// For remaining properties, see WebLinkedServiceTypeProperties objects
}
}
針對 Xero,請使用:
{
type = "Xero"
typeProperties = {
consumerKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = ?
host = ?
privateKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
useEncryptedEndpoints = ?
useHostVerification = ?
usePeerVerification = ?
}
}
針對 Zoho,請使用:
{
type = "Zoho"
typeProperties = {
accessToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = ?
endpoint = ?
useEncryptedEndpoints = ?
useHostVerification = ?
usePeerVerification = ?
}
}
屬性值
Microsoft.DataFactory/factories/linkedservices
名稱 |
說明 |
價值觀 |
名稱 |
資源名稱 |
字串
約束: 最小長度 = 1 最大長度 = 260 模式 = ^[A-Za-z0-9_][^<>*#.%&:\\+?/]*$ (必要) |
父項識別碼 |
此資源為父系之資源的標識碼。 |
類型的資源標識碼:處理站 |
屬性 |
連結服務的屬性。 |
LinkedService (必要) |
類型 |
資源類型 |
“Microsoft.DataFactory/factories/linkedservices@2017-09-01-preview” |
亞馬遜MWSLinkedService
AmazonMWSLinkedServiceTypeProperties
名稱 |
說明 |
價值觀 |
accessKeyId |
用來存取資料的存取金鑰標識碼。 |
任何 (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
端點 |
AmazonMWS 伺服器的端點(亦即 mws.amazonservices.com) |
任何 (必要) |
marketplaceID |
您想要從中擷取數據的 Amazon Marketplace 識別碼。 若要從多個 Marketplace 識別符擷取數據,請以逗號 (,, ) 分隔它們。 (即A2EUQ1WTGCTBG2) |
任何 (必要) |
mwsAuthToken 代幣 |
AmazonMWS 驗證令牌。 |
秘密基地 |
secretKey 金鑰 |
用來存取資料的秘密金鑰。 |
秘密基地 |
賣家ID |
Amazon 賣方標識符。 |
任何 (必要) |
使用加密端點 |
指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 |
任何 |
使用主機驗證 |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 |
任何 |
使用同行驗證 |
指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 |
任何 |
亞馬遜紅shift鏈接服務
AmazonRedshiftLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
資料庫 |
Amazon Redshift 來源的資料庫名稱。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
密碼 |
Amazon Redshift 來源的密碼。 |
秘密基地 |
連接埠 |
Amazon Redshift 伺服器用來接聽用戶端連線的 TCP 連接埠號碼。 預設值為5439。 類型:integer (或 expression with resultType integer) 。 |
任何 |
伺服器 |
Amazon Redshift 伺服器的名稱。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
用戶名 |
Amazon Redshift 來源的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
AmazonS3Linked服務
AmazonS3LinkedServiceType屬性
名稱 |
說明 |
價值觀 |
accessKeyId |
Amazon S3 身分識別與存取管理 (IAM) 使用者的存取密鑰標識碼。 Type:string (或 expression with resultType string) 。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
secretAccessKey |
Amazon S3 身分識別與存取管理 (IAM) 使用者的秘密存取密鑰。 |
秘密基地 |
AzureBatchLinkedService
AzureBatchLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
accessKey |
Azure Batch 帳戶存取金鑰。 |
秘密基地 |
帳戶名稱 |
Azure Batch 帳戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
batchUri 的 |
Azure Batch URI。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
連結服務名稱 |
Azure 記憶體連結服務參考。 |
LinkedServiceReference (必要) |
礦池名稱 |
Azure Batch 集區名稱。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
AzureDatabricksLinkedService
AzureDatabricksLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
accessToken |
databricks REST API 的存取令牌。 請參閱 https://docs.azuredatabricks.net/api/latest/authentication.html。 Type:string (或 expression with resultType string) 。 |
SecretBase (必要) |
網域 |
<REGION.azuredatabricks.net,Databricks> 部署的域名。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
existingClusterId |
將用於此作業所有執行的現有叢集標識碼。 Type:string (或 expression with resultType string) 。 |
任何 |
newClusterNodeType |
新叢集的節點類型。 Type:string (或 expression with resultType string) 。 |
任何 |
newClusterNumOfWorker |
新叢集應該擁有的背景工作節點數目。 格式化為 Int32 的字串,例如 '1' 表示 numOfWorker 是 1 或 '1:10' 表示從 1 自動調整為最小值,而 10 則為最大值。 Type:string (或 expression with resultType string) 。 |
任何 |
新集群 SparkConf |
一組選擇性、使用者指定的Spark組態索引鍵/值組。 |
AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkConf |
newClusterVersion |
新叢集的Spark版本。 Type:string (或 expression with resultType string) 。 |
任何 |
AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkConf
AzureDataLakeAnalyticsLinkedService
AzureDataLakeAnalyticsLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
帳戶名稱 |
Azure Data Lake Analytics 帳戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
dataLakeAnalyticsUri |
Azure Data Lake Analytics URI 類型:字串(或具有 resultType 字串的運算式)。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
資源群組名稱 |
Data Lake Analytics 帳戶資源組名(如果與 Data Factory 帳戶不同)。 Type:string (或 expression with resultType string) 。 |
任何 |
servicePrincipalId 服務 |
用來針對 Azure Data Lake Analytics 帳戶進行驗證的應用程式識別碼。 Type:string (或 expression with resultType string) 。 |
任何 |
servicePrincipalKey 服務 |
用來對 Azure Data Lake Analytics 帳戶進行驗證的應用程式密鑰。 |
秘密基地 |
subscriptionId (訂閱ID) |
Data Lake Analytics 帳戶訂用帳戶標識碼(如果與 Data Factory 帳戶不同)。 Type:string (或 expression with resultType string) 。 |
任何 |
租戶 |
服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
AzureDataLakeStoreLinkedService
AzureDataLakeStoreLinkedServiceTypeProperties
名稱 |
說明 |
價值觀 |
帳戶名稱 |
Data Lake Store 帳戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
dataLakeStoreUri |
Data Lake Store 服務 URI。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
資源群組名稱 |
Data Lake Store 帳戶資源組名(如果與 Data Factory 帳戶不同)。 Type:string (或 expression with resultType string) 。 |
任何 |
servicePrincipalId 服務 |
用來針對 Azure Data Lake Store 帳戶進行驗證的應用程式識別碼。 Type:string (或 expression with resultType string) 。 |
任何 |
servicePrincipalKey 服務 |
用來針對 Azure Data Lake Store 帳戶進行驗證的應用程式密鑰。 |
秘密基地 |
subscriptionId (訂閱ID) |
Data Lake Store 帳戶訂用帳戶標識碼(如果與 Data Factory 帳戶不同)。 Type:string (或 expression with resultType string) 。 |
任何 |
租戶 |
服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 |
任何 |
AzureKeyVaultLinkedService
AzureKeyVaultLinkedServiceType屬性
AzureKeyVaultSecretReference
名稱 |
說明 |
價值觀 |
秘密名稱 |
Azure 金鑰保存庫 中的秘密名稱。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
secretVersion |
Azure Key Vault 中的秘密版本。 預設值是最新版本的秘密。 Type:string (或 expression with resultType string) 。 |
任何 |
商店 |
Azure Key Vault 鏈接服務參考。 |
LinkedServiceReference (必要) |
類型 |
秘密的類型。 |
'AzureKeyVaultSecret' (必要) |
AzureMLLinkedService
AzureMLLinkedServiceTypeProperties
名稱 |
說明 |
價值觀 |
apiKey |
用來存取 Azure ML 模型端點的 API 金鑰。 |
SecretBase (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
mlEndpoint |
Azure ML Web 服務端點的批次執行 REST URL。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
servicePrincipalId 服務 |
用來針對 Azure ML Web 服務的 ARM 型 updateResourceEndpoint 進行驗證的服務主體識別碼。 Type:string (或 expression with resultType string) 。 |
任何 |
servicePrincipalKey 服務 |
用來針對 Azure ML Web 服務的 ARM 型 updateResourceEndpoint 進行驗證的服務主體金鑰。 |
秘密基地 |
租戶 |
服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 |
任何 |
updateResourceEndpoint |
Azure ML Web 服務端點的更新資源 REST URL。 Type:string (或 expression with resultType string) 。 |
任何 |
AzureMySqlLinkedService
AzureMySqlLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
Connection String (連接字串) |
連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
AzurePostgreSqlLinkedService
AzurePostgreSqlLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
Connection String (連接字串) |
ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
AzureSearchLinkedService
AzureSearchLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
鑰匙 |
Azure 搜尋服務的系統管理金鑰 |
秘密基地 |
URL |
Azure 搜尋服務的 URL。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
AzureSqlDatabaseLinkedService
AzureSqlDatabaseLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
Connection String (連接字串) |
連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
servicePrincipalId 服務 |
用來對 Azure SQL Database 進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。 |
任何 |
servicePrincipalKey 服務 |
用來向 Azure SQL Database 進行驗證的服務主體密鑰。 |
秘密基地 |
租戶 |
服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 |
任何 |
AzureSqlDWLinkedService
AzureSqlDWLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
Connection String (連接字串) |
連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
servicePrincipalId 服務 |
用來向 Azure SQL 數據倉儲進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。 |
任何 |
servicePrincipalKey 服務 |
用來對 Azure SQL 數據倉儲進行驗證的服務主體密鑰。 |
秘密基地 |
租戶 |
服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 |
任何 |
AzureStorageLinkedService
AzureStorageLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
Connection String (連接字串) |
連接字串。 它與 sasUri 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
sasUri |
Azure 記憶體資源的 SAS URI。 它與 connectionString 屬性互斥。 |
秘密基地 |
CassandraLinked服務
CassandraLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
驗證類型 |
要用於連接的 AuthenticationType。 Type:string (或 expression with resultType string) 。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
主機 |
線上的主機名。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
密碼 |
驗證的密碼。 |
秘密基地 |
連接埠 |
連接的埠。 類型:integer (或 expression with resultType integer) 。 |
任何 |
用戶名 |
驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
ConcurLinkedService
ConcurLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
用戶端ID |
Concur 應用程式管理所提供的應用程式client_id。 |
任何 (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
密碼 |
對應至您在使用者名稱欄位中提供之使用者名稱的密碼。 |
秘密基地 |
使用加密端點 |
指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 |
任何 |
使用主機驗證 |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 |
任何 |
使用同行驗證 |
指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 |
任何 |
用戶名 |
您用來存取 Concur 服務的使用者名稱。 |
任何 (必要) |
CosmosDbLinkedService
CosmosDbLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
Connection String (連接字串) |
連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
CouchbaseLinkedService 服務
CouchbaseLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
Connection String (連接字串) |
ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
CustomDataSourceLinkedService
名稱 |
說明 |
價值觀 |
類型 |
連結服務的類型。 |
'CustomDataSource' (必要) |
類型屬性 |
自訂連結服務屬性。 |
任何 (必要) |
Db2LinkedService 服務
Db2LinkedServiceType屬性
名稱 |
說明 |
價值觀 |
驗證類型 |
要用於連接的 AuthenticationType。 |
“基本” |
資料庫 |
連接的資料庫名稱。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
密碼 |
驗證的密碼。 |
秘密基地 |
伺服器 |
線上的伺服器名稱。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
用戶名 |
驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
DrillLinkedService 服務
DrillLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
Connection String (連接字串) |
ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
DynamicsLinkedService
DynamicsLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
驗證類型 |
要連線到 Dynamics 伺服器的驗證類型。 適用於在線案例的 『Office365』,適用於內部部署與 Ifd 案例的 『Ifd』。 Type:string (或 expression with resultType string) 。 |
'Ifd' 'Office365' (必要) |
部署類型 |
Dynamics 實例的部署類型。 Dynamics Online 的 'Online' 和適用於具有 Ifd 之 Dynamics 內部部署的 'OnPremisesWithIfd'。 Type:string (或 expression with resultType string) 。 |
“在線” 'OnPremisesWithIfd' (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
主機名稱 |
內部部署 Dynamics 伺服器的主機名。 內部部署需要 屬性,且不允許在線使用。 Type:string (或 expression with resultType string) 。 |
任何 |
organizationName (組織名稱) |
Dynamics 實例的組織名稱。 當有多個與使用者相關聯的 Dynamics 實例時,內部部署需要 屬性,且需要在線。 Type:string (或 expression with resultType string) 。 |
任何 |
密碼 |
存取 Dynamics 實例的密碼。 |
秘密基地 |
連接埠 |
內部部署 Dynamics 伺服器的埠。 內部部署需要 屬性,且不允許在線使用。 預設值為 443。 類型:integer (或 expression with resultType integer), minimum: 0。 |
任何 |
serviceUri 的 |
Microsoft Dynamics 伺服器的 URL。 內部部署不需要 屬性,且不允許內部部署。 Type:string (或 expression with resultType string) 。 |
任何 |
用戶名 |
用來存取 Dynamics 實例的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
EloquaLinked服務
EloquaLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
端點 |
Eloqua 伺服器的端點。 (即 eloqua.example.com) |
任何 (必要) |
密碼 |
對應至使用者名稱的密碼。 |
秘密基地 |
使用加密端點 |
指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 |
任何 |
使用主機驗證 |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 |
任何 |
使用同行驗證 |
指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 |
任何 |
用戶名 |
Eloqua 帳戶的網站名稱和用戶名稱,格式如下:sitename/username。 (即埃洛誇/愛麗絲) |
任何 (必要) |
FileServerLinkedService
FileServerLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
主機 |
伺服器的主機名。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
密碼 |
登入伺服器的密碼。 |
秘密基地 |
使用者ID |
登入伺服器的使用者識別碼。 Type:string (或 expression with resultType string) 。 |
任何 |
FtpServerLinkedService
FtpServerLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
驗證類型 |
要用來連線到 FTP 伺服器的驗證類型。 |
'匿名' “基本” |
啟用伺服器證書驗證 |
如果為 true,請透過 SSL/TLS 通道連線時驗證 FTP 伺服器 SSL 憑證。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 |
任何 |
啟用SSL |
如果為 true,請透過 SSL/TLS 通道連線到 FTP 伺服器。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
主機 |
FTP 伺服器的主機名。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
密碼 |
登入 FTP 伺服器的密碼。 |
秘密基地 |
連接埠 |
FTP 伺服器用來接聽用戶端連線的 TCP 連接埠號碼。 預設值為 21。 類型:integer (或 expression with resultType integer), minimum: 0。 |
任何 |
使用者名稱 |
登入 FTP 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
GoogleBigQueryLinkedService
GoogleBigQueryLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
其他專案 |
要存取的公用 BigQuery 專案逗號分隔清單。 |
任何 |
驗證類型 |
用於驗證的 OAuth 2.0 驗證機制。 ServiceAuthentication 只能在自我裝載 IR 上使用。 |
“ServiceAuthentication” 'UserAuthentication' (必要) |
用戶端ID |
用來取得重新整理令牌之 Google 應用程式的用戶端識別碼。 |
秘密基地 |
用戶端密鑰 |
用來取得重新整理令牌之 Google 應用程式的客戶端密碼。 |
秘密基地 |
電子郵件 |
服務帳戶電子郵件標識碼,用於 ServiceAuthentication,且只能在自我裝載 IR 上使用。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
密鑰檔案路徑 |
.p12 金鑰檔案的完整路徑,用來驗證服務帳戶電子郵件位址,而且只能在自我裝載 IR 上使用。 |
任何 |
專案 |
要查詢的預設 BigQuery 專案。 |
任何 (必要) |
refreshToken |
從 Google 取得的重新整理令牌,以授權存取 BigQuery for UserAuthentication。 |
秘密基地 |
請求GoogleDriveScope |
是否要求存取Google雲端硬碟。 允許Google Drive存取可支持結合 BigQuery 數據與Google Drive 資料的同盟數據表。 預設值為 false。 |
任何 |
可信任憑證路徑 |
.pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 |
任何 |
使用系統信任憑證庫 (useSystemTrustStore) |
指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 預設值為 false。 |
任何 |
GreenplumLinked服務
GreenplumLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
Connection String (連接字串) |
ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
HBaseLinkedService
HBaseLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
allowHostNameCNMismatch (允許主機名稱與CN不匹配) |
指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 預設值為 false。 |
任何 |
允許自簽名伺服器證書 |
指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 |
任何 |
驗證類型 |
用來連線到 HBase 伺服器的驗證機制。 |
'匿名' 'Basic' (必要) |
啟用SSL |
指定是否使用 SSL 加密與伺服器的連線。 預設值為 false。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
主機 |
HBase 伺服器的IP位址或主機名。 (即192.168.222.160) |
任何 (必要) |
httpPath |
對應至 HBase 伺服器的部分 URL。 (即 /gateway/sandbox/hbase/version) |
任何 |
密碼 |
對應至使用者名稱的密碼。 |
秘密基地 |
連接埠 |
HBase 實例用來接聽用戶端連線的 TCP 連接埠。 預設值為9090。 |
任何 |
可信任憑證路徑 |
.pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 |
任何 |
用戶名 |
用來連線到 HBase 實例的用戶名稱。 |
任何 |
HdfsLinkedService 服務
HdfsLinkedServiceTypeProperties
名稱 |
說明 |
價值觀 |
驗證類型 |
用來連線到 HDFS 的驗證類型。 可能的值為:匿名和 Windows。 Type:string (或 expression with resultType string) 。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
密碼 |
Windows 驗證的密碼。 |
秘密基地 |
URL |
HDFS 服務端點的 URL,例如 http://myhostname:50070/webhdfs/v1 。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
使用者名稱 |
Windows 驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
HDInsightLinkedService
HDInsightLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
clusterUri |
HDInsight 叢集 URI。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
hcatalogLinkedServiceName |
指向 HCatalog 資料庫的 Azure SQL 鏈接服務參考。 |
LinkedServiceReference |
連結服務名稱 |
Azure 記憶體連結服務參考。 |
LinkedServiceReference |
密碼 |
HDInsight 叢集密碼。 |
秘密基地 |
使用者名稱 |
HDInsight 叢集用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
HDInsightOnDemandLinkedService
HDInsightOnDemandLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
additionalLinkedService名稱 |
指定 HDInsight 鏈接服務的其他記憶體帳戶,讓 Data Factory 服務可以代表您註冊它們。 |
LinkedServiceReference[] |
clusterNamePrefix 的 |
叢集名稱的前置詞,後置詞會與時間戳不同。 Type:string (或 expression with resultType string) 。 |
任何 |
clusterPassword |
存取叢集的密碼。 |
秘密基地 |
clusterResourceGroup 集群資源組 |
叢集所屬的資源群組。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
clusterSize |
叢集中的背景工作/數據節點數目。 建議值:4。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
clusterSshPassword |
SSH 的密碼會從遠端連線叢集的節點(適用於 Linux)。 |
秘密基地 |
clusterSshUserName |
SSH 的使用者名稱會從遠端連線到叢集的節點(適用於 Linux)。 Type:string (或 expression with resultType string) 。 |
任何 |
clusterType |
叢集類型。 Type:string (或 expression with resultType string) 。 |
任何 |
cluster使用者名 |
存取叢集的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
核心配置 |
指定要建立 HDInsight 叢集的核心組態參數(如 core-site.xml中所示。 |
任何 |
dataNodeSize (資料節點大小) |
指定 HDInsight 叢集的數據節點大小。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
hBase配置 |
指定 HDInsight 叢集的 HBase 組態參數 (hbase-site.xml)。 |
任何 |
hcatalogLinkedServiceName |
指向 HCatalog 資料庫的 Azure SQL 連結服務名稱。 隨選 HDInsight 叢集是使用 Azure SQL 資料庫作為中繼存放區所建立。 |
LinkedServiceReference |
hdfs配置 |
指定 HDInsight 叢集的 HDFS 組態參數 (hdfs-site.xml)。 |
任何 |
頭節點大小 |
指定 HDInsight 叢集前端節點的大小。 |
任何 |
hiveConfiguration |
指定 HDInsight 叢集的 hive 組態參數 (hive-site.xml)。 |
任何 |
hostSubscriptionId |
客戶用來裝載叢集的訂用帳戶。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
連結服務名稱 |
隨選叢集用來儲存和處理數據的 Azure 記憶體連結服務。 |
LinkedServiceReference (必要) |
mapReduceConfiguration |
指定 HDInsight 叢集的 MapReduce 組態參數 (mapred-site.xml)。 |
任何 |
oozie配置 |
指定 HDInsight 叢集的 Oozie 組態參數 (oozie-site.xml)。 |
任何 |
servicePrincipalId 服務 |
hostSubscriptionId 的服務主體標識符。 Type:string (或 expression with resultType string) 。 |
任何 |
servicePrincipalKey 服務 |
服務主體標識碼的索引鍵。 |
秘密基地 |
sparkVersion |
如果叢集類型為 『spark』,則為 spark 的版本。 Type:string (或 expression with resultType string) 。 |
任何 |
stormConfiguration |
指定 HDInsight 叢集的 Storm 組態參數 (storm-site.xml)。 |
任何 |
租戶 |
服務主體所屬的租用戶標識碼/名稱。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
時間到生活 |
隨選 HDInsight 叢集允許的空閒時間。 指定當叢集中沒有其他作用中作業時,隨選 HDInsight 叢集在活動執行完成後保持運作的時間長度。 最小值為 5 分鐘。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
版本 |
HDInsight 叢集的版本。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
yarn配置 |
指定 HDInsight 叢集的 Yarn 組態參數 (yarn-site.xml)。 |
任何 |
zookeeperNodeSize |
指定 HDInsight 叢集的 Zoo Keeper 節點大小。 |
任何 |
HiveLinked服務
HiveLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
allowHostNameCNMismatch (允許主機名稱與CN不匹配) |
指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 預設值為 false。 |
任何 |
允許自簽名伺服器證書 |
指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 |
任何 |
驗證類型 |
用來存取 Hive 伺服器的驗證方法。 |
'匿名' '使用者名' '使用者名和密碼' 'WindowsAzureHDInsightService' (必要) |
啟用SSL |
指定是否使用 SSL 加密與伺服器的連線。 預設值為 false。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
主機 |
多個主機的IP位址或Hive伺服器的主機名,並以 『;' 分隔(只有在啟用 serviceDiscoveryMode 時)。 |
任何 (必要) |
httpPath |
對應至Hive伺服器的部分URL。 |
任何 |
密碼 |
對應至您在 [用戶名稱] 字段中提供之使用者名稱的密碼 |
秘密基地 |
連接埠 |
Hive 伺服器用來接聽用戶端連線的 TCP 連接埠。 |
任何 |
伺服器類型 |
Hive 伺服器的型別。 |
“HiveServer1” “HiveServer2” 'HiveThriftServer' |
服務發現模式 |
true 表示使用 ZooKeeper 服務,false not。 |
任何 |
thriftTransportProtocol 協定 |
在 Thrift 層中使用的傳輸通訊協定。 |
'二進位' 'HTTP ' 'SASL' |
可信任憑證路徑 |
.pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 |
任何 |
useNativeQuery |
指定驅動程式是否使用原生 HiveQL 查詢,或將它們轉換成 HiveQL 中的對等形式。 |
任何 |
用戶名 |
您用來存取 Hive Server 的使用者名稱。 |
任何 |
使用系統信任憑證庫 (useSystemTrustStore) |
指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 預設值為 false。 |
任何 |
動物園管理員命名空間 |
在 ZooKeeper 上新增 Hive Server 2 節點的命名空間。 |
任何 |
HttpLinkedService 服務
HttpLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
驗證類型 |
要用來連線到 HTTP 伺服器的驗證類型。 |
'匿名' “基本” “ClientCertificate” '摘要' “Windows” |
certThumbprint |
ClientCertificate 驗證憑證的指紋。 僅適用於內部部署複本。 針對使用 ClientCertificate 驗證的內部部署複製,應指定 CertThumbprint 或 EmbeddedCertData/Password。 Type:string (或 expression with resultType string) 。 |
任何 |
embeddedCertData |
ClientCertificate 驗證的Base64編碼憑證數據。 針對使用 ClientCertificate 驗證的內部部署複製,應指定 CertThumbprint 或 EmbeddedCertData/Password。 Type:string (或 expression with resultType string) 。 |
任何 |
啟用伺服器證書驗證 |
如果為 true,請驗證 HTTPS 伺服器 SSL 憑證。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
密碼 |
使用 EmbeddedCertData 驗證進行基本、摘要、Windows 或 ClientCertificate 的密碼。 |
秘密基地 |
URL |
HTTP 端點的基底 URL,例如 https://www.microsoft.com。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
使用者名稱 |
基本、摘要或 Windows 驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
HubspotLinked服務
HubspotLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
accessToken |
最初驗證 OAuth 整合時取得的存取令牌。 |
秘密基地 |
用戶端ID |
與您的 Hubspot 應用程式相關聯的用戶端識別碼。 |
任何 (必要) |
用戶端密鑰 |
與您的 Hubspot 應用程式相關聯的客戶端密碼。 |
秘密基地 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
refreshToken |
初始驗證 OAuth 整合時取得的重新整理令牌。 |
秘密基地 |
使用加密端點 |
指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 |
任何 |
使用主機驗證 |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 |
任何 |
使用同行驗證 |
指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 |
任何 |
ImpalaLinkedService
ImpalaLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
allowHostNameCNMismatch (允許主機名稱與CN不匹配) |
指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 預設值為 false。 |
任何 |
允許自簽名伺服器證書 |
指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 |
任何 |
驗證類型 |
要使用的驗證類型。 |
'匿名' 'SASLUsername' 'UsernameAndPassword' (必要) |
啟用SSL |
指定是否使用 SSL 加密與伺服器的連線。 預設值為 false。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
主機 |
Impala 伺服器的IP位址或主機名。 (即192.168.222.160) |
任何 (必要) |
密碼 |
使用 UsernameAndPassword 時,對應至使用者名稱的密碼。 |
秘密基地 |
連接埠 |
Impala 伺服器用來接聽用戶端連線的 TCP 連接埠。 預設值為 21050。 |
任何 |
可信任憑證路徑 |
.pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 |
任何 |
用戶名 |
用來存取 Impala 伺服器的用戶名稱。 使用SASLUsername時,預設值為匿名。 |
任何 |
使用系統信任憑證庫 (useSystemTrustStore) |
指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 預設值為 false。 |
任何 |
IntegrationRuntimeReference
JiraLinked服務
JiraLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
主機 |
Jira 服務的IP位址或主機名。 (例如 jira.example.com) |
任何 (必要) |
密碼 |
對應至您在使用者名稱欄位中提供之使用者名稱的密碼。 |
秘密基地 |
連接埠 |
Jira 伺服器用來接聽用戶端連線的 TCP 連接埠。 如果透過 HTTPS 連線,則預設值為 443,如果透過 HTTP 連線,則為 8080。 |
任何 |
使用加密端點 |
指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 |
任何 |
使用主機驗證 |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 |
任何 |
使用同行驗證 |
指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 |
任何 |
用戶名 |
您用來存取 Jira 服務的使用者名稱。 |
任何 (必要) |
連結服務
LinkedServiceReference
MagentoLinked服務
MagentoLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
accessToken |
來自Magento的存取令牌。 |
秘密基地 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
主機 |
Magento 實例的 URL。 (即192.168.222.110/洋紅3) |
任何 (必要) |
使用加密端點 |
指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 |
任何 |
使用主機驗證 |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 |
任何 |
使用同行驗證 |
指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 |
任何 |
MariaDBLinkedService
MariaDBLinkedServiceTypeProperties
名稱 |
說明 |
價值觀 |
Connection String (連接字串) |
ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
MarketoLinked服務
MarketoLinkedServiceTypeProperties
名稱 |
說明 |
價值觀 |
用戶端ID |
Marketo 服務的用戶端標識碼。 |
任何 (必要) |
用戶端密鑰 |
Marketo 服務的客戶端密碼。 |
秘密基地 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
端點 |
Marketo 伺服器的端點。 (即 123-ABC-321.mktorest.com) |
任何 (必要) |
使用加密端點 |
指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 |
任何 |
使用主機驗證 |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 |
任何 |
使用同行驗證 |
指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 |
任何 |
MongoDbLinkedService
MongoDbLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
允許自簽名伺服器證書 |
指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 |
任何 |
驗證類型 |
要用來連線到 MongoDB 資料庫的驗證類型。 |
'匿名' “基本” |
authSource 認證 |
用來驗證使用者名稱和密碼的資料庫。 Type:string (或 expression with resultType string) 。 |
任何 |
資料庫名稱 |
您想要存取的 MongoDB 資料庫名稱。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
啟用SSL |
指定是否使用 SSL 加密與伺服器的連線。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
密碼 |
驗證的密碼。 |
秘密基地 |
連接埠 |
MongoDB 伺服器用來接聽用戶端連線的 TCP 連接埠號碼。 預設值為 27017。 類型:integer (或 expression with resultType integer), minimum: 0。 |
任何 |
伺服器 |
MongoDB 伺服器的IP位址或伺服器名稱。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
用戶名 |
驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
MySqlLinkedService 服務
MySqlLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
Connection String (連接字串) |
連接字串。 |
SecretBase (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
NetezzaLinked服務
NetezzaLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
Connection String (連接字串) |
ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
ODataLinkedService
ODataLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
驗證類型 |
用來連線到 OData 服務的驗證類型。 |
'匿名' “基本” |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
密碼 |
OData 服務的密碼。 |
秘密基地 |
URL |
OData 服務端點的 URL。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
使用者名稱 |
OData 服務的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
OdbcLinkedService
OdbcLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
驗證類型 |
用來連接到 ODBC 資料存放區的驗證類型。 可能的值為:Anonymous 和 Basic。 Type:string (或 expression with resultType string) 。 |
任何 |
Connection String (連接字串) |
連接字串的非存取認證部分,以及選擇性的加密認證。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 (必要) |
資格證明 |
驅動程式特定屬性值格式所指定連接字串的存取認證部分。 |
秘密基地 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
密碼 |
基本身份驗證的密碼。 |
秘密基地 |
使用者名稱 |
基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
OracleLinked服務
OracleLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
Connection String (連接字串) |
連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
ParameterDefinitionSpecification
參數規範
名稱 |
說明 |
價值觀 |
預設值 |
參數的預設值。 |
任何 |
類型 |
參數類型。 |
'陣列' '布爾' '浮動' 'int' '物件' “安全字串” 'String' (必要) |
ParameterValueSpecification 參數值規範
ParameterValueSpecification 參數值規範
PaypalLinked服務
PaypalLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
用戶端ID |
與PayPal應用程式相關聯的用戶端標識碼。 |
任何 (必要) |
用戶端密鑰 |
與PayPal應用程式相關聯的客戶端密碼。 |
秘密基地 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
主機 |
PayPal 實例的 URL。 (即 api.sandbox.paypal.com) |
任何 (必要) |
使用加密端點 |
指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 |
任何 |
使用主機驗證 |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 |
任何 |
使用同行驗證 |
指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 |
任何 |
PhoenixLinked服務
PhoenixLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
allowHostNameCNMismatch (允許主機名稱與CN不匹配) |
指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 預設值為 false。 |
任何 |
允許自簽名伺服器證書 |
指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 |
任何 |
驗證類型 |
用來連線到 Phoenix 伺服器的驗證機制。 |
'匿名' '使用者名和密碼' 'WindowsAzureHDInsightService' (必要) |
啟用SSL |
指定是否使用 SSL 加密與伺服器的連線。 預設值為 false。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
主機 |
Phoenix 伺服器的IP位址或主機名。 (即192.168.222.160) |
任何 (必要) |
httpPath |
對應至 Phoenix 伺服器的部分 URL。 (即 /gateway/sandbox/phoenix/version)。 如果使用 WindowsAzureHDInsightService,預設值為 hbasephoenix。 |
任何 |
密碼 |
對應至使用者名稱的密碼。 |
秘密基地 |
連接埠 |
Phoenix 伺服器用來接聽用戶端連線的 TCP 連接埠。 預設值為8765。 |
任何 |
可信任憑證路徑 |
.pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 |
任何 |
用戶名 |
用來連線到 Phoenix 伺服器的用戶名稱。 |
任何 |
使用系統信任憑證庫 (useSystemTrustStore) |
指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 預設值為 false。 |
任何 |
PostgreSqlLinkedService 服務
PostgreSqlLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
Connection String (連接字串) |
連接字串。 |
SecretBase (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
PrestoLinkedService 服務
PrestoLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
allowHostNameCNMismatch (允許主機名稱與CN不匹配) |
指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 預設值為 false。 |
任何 |
允許自簽名伺服器證書 |
指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 |
任何 |
驗證類型 |
用來連線到 Presto 伺服器的驗證機制。 |
'匿名' 'LDAP' (必要) |
目錄 |
針對伺服器的所有要求目錄內容。 |
任何 (必要) |
啟用SSL |
指定是否使用 SSL 加密與伺服器的連線。 預設值為 false。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
主機 |
Presto 伺服器的IP位址或主機名。 (即192.168.222.160) |
任何 (必要) |
密碼 |
對應至使用者名稱的密碼。 |
秘密基地 |
連接埠 |
Presto 伺服器用來接聽用戶端連線的 TCP 連接埠。 預設值為 8080。 |
任何 |
伺服器版本 |
Presto 伺服器的版本。 (即 0.148-t) |
任何 (必要) |
時間 ZoneID |
連接所使用的當地時區。 此選項的有效值是在 IANA 時區資料庫中指定。 預設值為系統時區。 |
任何 |
可信任憑證路徑 |
.pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 |
任何 |
用戶名 |
用來連線到 Presto 伺服器的用戶名稱。 |
任何 |
使用系統信任憑證庫 (useSystemTrustStore) |
指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 預設值為 false。 |
任何 |
QuickBooksLinked服務
QuickBooksLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
accessToken |
OAuth 1.0 驗證的存取令牌。 |
SecretBase (必要) |
accessTokenSecret |
OAuth 1.0 驗證的存取令牌密碼。 |
SecretBase (必要) |
公司ID |
要授權之 QuickBooks 公司的公司識別碼。 |
任何 (必要) |
consumerKey |
OAuth 1.0 驗證的取用者密鑰。 |
任何 (必要) |
consumerSecret 的 |
OAuth 1.0 驗證的取用者密碼。 |
SecretBase (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
端點 |
QuickBooks 伺服器的端點。 (即 quickbooks.api.intuit.com) |
任何 (必要) |
使用加密端點 |
指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 |
任何 |
ResponsysLinkedService
ResponsysLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
用戶端ID |
與 Responsys 應用程式相關聯的用戶端識別碼。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
用戶端密鑰 |
與 Responsys 應用程式相關聯的客戶端密碼。 Type:string (或 expression with resultType string) 。 |
秘密基地 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
端點 |
Responsys 伺服器的端點。 |
任何 (必要) |
使用加密端點 |
指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 |
任何 |
使用主機驗證 |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 |
任何 |
使用同行驗證 |
指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 |
任何 |
SalesforceLinked服務
SalesforceLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
環境URL |
Salesforce 實例的 URL。 預設值為 『https://login.salesforce.com』。 若要從沙箱複製數據,請指定 'https://test.salesforce.com'。 若要從自定義網域複製數據,請指定 『https://[domain].my.salesforce.com』。 Type:string (或 expression with resultType string) 。 |
任何 |
密碼 |
Salesforce 實例基本身份驗證的密碼。 |
秘密基地 |
安全性憑證 |
需要安全性令牌才能遠程訪問 Salesforce 實例。 |
秘密基地 |
用戶名 |
Salesforce 實例基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
SalesforceMarketingCloudLinked服務
SalesforceMarketingCloudLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
用戶端ID |
與 Salesforce Marketing Cloud 應用程式相關聯的用戶端識別碼。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
用戶端密鑰 |
與 Salesforce Marketing Cloud 應用程式相關聯的客戶端密碼。 Type:string (或 expression with resultType string) 。 |
秘密基地 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
使用加密端點 |
指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 |
任何 |
使用主機驗證 |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 |
任何 |
使用同行驗證 |
指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 |
任何 |
SapBWLinkedService
SapBWLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
用戶端ID |
BW 系統上用戶端的用戶端識別碼。 (通常以字串表示的三位數十進位數)Type:string (或 expression with resultType string) 。 |
任何 (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
密碼 |
存取 SAP BW 伺服器的密碼。 |
秘密基地 |
伺服器 |
SAP BW 實例的主機名。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
系統編號 |
BW 系統的系統編號。 (通常是以字串表示的兩位數十進位數。Type:string (或 expression with resultType string) 。 |
任何 (必要) |
使用者名稱 |
存取 SAP BW 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
SapCloudForCustomerLinkedService
SapCloudForCustomerLinkedServiceTypeProperties
名稱 |
說明 |
價值觀 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 必須提供 encryptedCredential 或 username/password。 Type:string (或 expression with resultType string) 。 |
任何 |
密碼 |
基本身份驗證的密碼。 |
秘密基地 |
URL |
SAP Cloud for Customer OData API 的 URL。 例如,'[https://[tenantname].crm.ondemand.com/sap/c4c/odata/v1]'。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
用戶名 |
基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
SapEccLinked服務
SapEccLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 必須提供 encryptedCredential 或 username/password。 Type:string (或 expression with resultType string) 。 |
字符串 |
密碼 |
基本身份驗證的密碼。 |
秘密基地 |
URL |
SAP ECC OData API 的 URL。 例如,'[https://hostname:port/sap/opu/odata/sap/servicename/]'。 Type:string (或 expression with resultType string) 。 |
字串 (必要) |
用戶名 |
基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 |
字符串 |
SapHanaLinked服務
SapHanaLinkedService屬性
名稱 |
說明 |
價值觀 |
驗證類型 |
要用來連線到 SAP HANA 伺服器的驗證類型。 |
“基本” “Windows” |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
密碼 |
存取 SAP HANA 伺服器的密碼。 |
秘密基地 |
伺服器 |
SAP HANA 伺服器的主機名。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
使用者名稱 |
存取 SAP HANA 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
秘密基地
SecureString(安全字串)
名稱 |
說明 |
價值觀 |
類型 |
秘密的類型。 |
'SecureString' (必要) |
價值 |
安全字串的值。 |
字串 (必要) |
ServiceNowLinked服務
ServiceNowLinkedServiceType属性
名稱 |
說明 |
價值觀 |
驗證類型 |
要使用的驗證類型。 |
“基本” 'OAuth2' (必要) |
用戶端ID |
OAuth2 驗證的用戶端標識碼。 |
任何 |
用戶端密鑰 |
用於 OAuth2 驗證的用戶端祕密。 |
秘密基地 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
端點 |
ServiceNow 伺服器的端點。 (即 <實例> service-now.com) |
任何 (必要) |
密碼 |
對應至用於進行 Basic 和 OAuth2 驗證之使用者名稱的密碼。 |
秘密基地 |
使用加密端點 |
指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 |
任何 |
使用主機驗證 |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 |
任何 |
使用同行驗證 |
指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 |
任何 |
用戶名 |
用來連線到 ServiceNow 伺服器以進行 Basic 和 OAuth2 驗證的使用者名稱。 |
任何 |
SftpServerLinkedService
SftpServerLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
驗證類型 |
要用來連線到 FTP 伺服器的驗證類型。 |
“基本” “SshPublicKey” |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
主機 |
SFTP 伺服器主機名。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
hostKeyFingerprint |
SFTP 伺服器的主機按鍵列印。 當 SkipHostKeyValidation 為 false 時,應該指定 HostKeyFingerprint。 Type:string (或 expression with resultType string) 。 |
任何 |
密碼短語 |
如果 SSH 私鑰已加密,則解密 SSH 私鑰的密碼。 |
秘密基地 |
密碼 |
登入 SFTP 伺服器以進行基本身份驗證的密碼。 |
秘密基地 |
連接埠 |
SFTP 伺服器用來接聽用戶端連線的 TCP 連接埠號碼。 預設值為 22。 類型:integer (或 expression with resultType integer), minimum: 0。 |
任何 |
privateKeyContent |
針對 SshPublicKey 驗證,Base64 編碼的 SSH 私鑰內容。 針對使用 SshPublicKey 驗證的內部部署複製,應該指定 PrivateKeyPath 或 PrivateKeyContent。 SSH 私密金鑰應該是 OpenSSH 格式。 |
秘密基地 |
privateKeyPath |
SshPublicKey 驗證的 SSH 私鑰檔案路徑。 僅適用於內部部署複本。 針對使用 SshPublicKey 驗證的內部部署複製,應該指定 PrivateKeyPath 或 PrivateKeyContent。 SSH 私密金鑰應該是 OpenSSH 格式。 Type:string (或 expression with resultType string) 。 |
任何 |
skipHostKey驗證 |
如果為 true,請略過 SSH 主機金鑰驗證。 預設值為 False。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 |
任何 |
使用者名稱 |
用來登入SFTP 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
Shopify鏈接服務
ShopifyLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
accessToken |
可用來存取 Shopify 數據的 API 存取令牌。 如果令牌為離線模式,令牌將不會過期。 |
秘密基地 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
主機 |
Shopify 伺服器的端點。 (即 mystore.myshopify.com) |
任何 (必要) |
使用加密端點 |
指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 |
任何 |
使用主機驗證 |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 |
任何 |
使用同行驗證 |
指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 |
任何 |
SparkLinkedService
SparkLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
allowHostNameCNMismatch (允許主機名稱與CN不匹配) |
指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 預設值為 false。 |
任何 |
允許自簽名伺服器證書 |
指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 |
任何 |
驗證類型 |
用來存取 Spark 伺服器的驗證方法。 |
'匿名' '使用者名' '使用者名和密碼' 'WindowsAzureHDInsightService' (必要) |
啟用SSL |
指定是否使用 SSL 加密與伺服器的連線。 預設值為 false。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
主機 |
Spark 伺服器的IP位址或主機名 |
任何 (必要) |
httpPath |
對應至 Spark 伺服器的部分 URL。 |
任何 |
密碼 |
對應至您在 [用戶名稱] 字段中提供之使用者名稱的密碼 |
秘密基地 |
連接埠 |
Spark 伺服器用來接聽用戶端連線的 TCP 連接埠。 |
任何 (必要) |
伺服器類型 |
Spark 伺服器的型別。 |
'SharkServer' '鯊魚伺服器 2' “SparkThriftServer” |
thriftTransportProtocol 協定 |
在 Thrift 層中使用的傳輸通訊協定。 |
'二進位' 'HTTP ' 'SASL' |
可信任憑證路徑 |
.pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 |
任何 |
用戶名 |
您用來存取 Spark Server 的使用者名稱。 |
任何 |
使用系統信任憑證庫 (useSystemTrustStore) |
指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 預設值為 false。 |
任何 |
SqlServerLinkedService
SqlServerLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
Connection String (連接字串) |
連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
密碼 |
內部部署 Windows 驗證密碼。 |
秘密基地 |
使用者名稱 |
內部部署 Windows 驗證用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
SquareLinked服務
SquareLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
用戶端ID |
與 Square 應用程式相關聯的用戶端標識碼。 |
任何 (必要) |
用戶端密鑰 |
與您的 Square 應用程式相關聯的客戶端密碼。 |
秘密基地 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
主機 |
Square 實例的 URL。 (即 mystore.mysquare.com) |
任何 (必要) |
重定向 Uri |
在 Square 應用程式儀錶板中指派的重新導向 URL。 (即 http://localhost:2500) |
任何 (必要) |
使用加密端點 |
指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 |
任何 |
使用主機驗證 |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 |
任何 |
使用同行驗證 |
指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 |
任何 |
SybaseLinkedService
SybaseLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
驗證類型 |
要用於連接的 AuthenticationType。 |
“基本” “Windows” |
資料庫 |
連接的資料庫名稱。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
密碼 |
驗證的密碼。 |
秘密基地 |
架構 |
連接的架構名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
伺服器 |
線上的伺服器名稱。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
用戶名 |
驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
TeradataLinkedService 服務
TeradataLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
驗證類型 |
要用於連接的 AuthenticationType。 |
“基本” “Windows” |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
密碼 |
驗證的密碼。 |
秘密基地 |
伺服器 |
線上的伺服器名稱。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
用戶名 |
驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 |
VerticaLinked服務
VerticaLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
Connection String (連接字串) |
ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
WebAnonymous身份驗證
名稱 |
說明 |
價值觀 |
驗證類型 |
用來連線至 Web 資料表來源的驗證類型。 |
'Anonymous' (必要) |
WebBasic身份驗證
名稱 |
說明 |
價值觀 |
驗證類型 |
用來連線至 Web 資料表來源的驗證類型。 |
'Basic' (必要) |
密碼 |
基本身份驗證的密碼。 |
SecretBase (必要) |
用戶名 |
基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 |
任何 (必要) |
WebClientCertificate身份驗證
名稱 |
說明 |
價值觀 |
驗證類型 |
用來連線至 Web 資料表來源的驗證類型。 |
'ClientCertificate' (必要) |
密碼 |
PFX 檔案的密碼。 |
SecretBase (必要) |
PFX |
PFX 檔案的Base64編碼內容。 |
SecretBase (必要) |
WebLinked服務
WebLinkedServiceType屬性
XeroLinked服務
XeroLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
consumerKey |
與 Xero 應用程式相關聯的取用者金鑰。 |
秘密基地 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
主機 |
Xero 伺服器的端點。 (即 api.xero.com) |
任何 (必要) |
私密金鑰 |
針對 Xero 私人應用程式產生的 .pem 檔案中的私鑰。 您必須包含 .pem 檔案中的所有文字,包括 Unix 行結尾( ). |
秘密基地 |
使用加密端點 |
指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 |
任何 |
使用主機驗證 |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 |
任何 |
使用同行驗證 |
指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 |
任何 |
ZohoLinked服務
ZohoLinkedServiceType屬性
名稱 |
說明 |
價值觀 |
accessToken |
Zoho 驗證的存取令牌。 |
秘密基地 |
encryptedCredential 的 |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 Type:string (或 expression with resultType string) 。 |
任何 |
端點 |
Zoho 伺服器的端點。 (即 crm.zoho.com/crm/private) |
任何 (必要) |
使用加密端點 |
指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 |
任何 |
使用主機驗證 |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 |
任何 |
使用同行驗證 |
指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 |
任何 |