Bicep 资源定义
可以使用目标作部署工厂/linkedservices 资源类型:
有关每个 API 版本中已更改属性的列表,请参阅 更改日志。
若要创建 Microsoft.DataFactory/factories/linkedservices 资源,请将以下 Bicep 添加到模板。
resource symbolicname 'Microsoft.DataFactory/factories/linkedservices@2018-06-01' = {
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'
}
}
version: 'string'
type: 'string'
// For remaining properties, see LinkedService 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: 'string'
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(...)
}
}
对于 AmazonRdsForOracle,请使用:
{
type: 'AmazonRdsForOracle'
typeProperties: {
authenticationType: 'string'
connectionString: any(...)
cryptoChecksumClient: any(...)
cryptoChecksumTypesClient: any(...)
enableBulkLoad: any(...)
encryptedCredential: 'string'
encryptionClient: any(...)
encryptionTypesClient: any(...)
fetchSize: any(...)
fetchTswtzAsTimestamp: any(...)
initializationString: any(...)
initialLobFetchSize: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
server: any(...)
statementCacheSize: any(...)
supportV1DataTypes: any(...)
username: any(...)
}
}
对于 AmazonRdsForSqlServer,请使用:
{
type: 'AmazonRdsForSqlServer'
typeProperties: {
alwaysEncryptedSettings: {
alwaysEncryptedAkvAuthType: 'string'
credential: {
referenceName: 'string'
type: 'string'
}
servicePrincipalId: any(...)
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
}
applicationIntent: any(...)
authenticationType: 'string'
commandTimeout: any(...)
connectionString: any(...)
connectRetryCount: any(...)
connectRetryInterval: any(...)
connectTimeout: any(...)
database: any(...)
encrypt: any(...)
encryptedCredential: 'string'
failoverPartner: any(...)
hostNameInCertificate: any(...)
integratedSecurity: any(...)
loadBalanceTimeout: any(...)
maxPoolSize: any(...)
minPoolSize: any(...)
multipleActiveResultSets: any(...)
multiSubnetFailover: any(...)
packetSize: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
pooling: any(...)
server: any(...)
trustServerCertificate: any(...)
userName: any(...)
}
}
对于 AmazonRedshift,请使用:
{
type: 'AmazonRedshift'
typeProperties: {
database: any(...)
encryptedCredential: 'string'
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any(...)
server: any(...)
username: any(...)
}
}
对于 AmazonS3,请使用:
{
type: 'AmazonS3'
typeProperties: {
accessKeyId: any(...)
authenticationType: any(...)
encryptedCredential: 'string'
secretAccessKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
serviceUrl: any(...)
sessionToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
}
}
对于 AmazonS3Compatible,请使用:
{
type: 'AmazonS3Compatible'
typeProperties: {
accessKeyId: any(...)
encryptedCredential: 'string'
forcePathStyle: any(...)
secretAccessKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
serviceUrl: any(...)
}
}
对于 AppFigures,请使用:
{
type: 'AppFigures'
typeProperties: {
clientKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
userName: any(...)
}
}
对于 Asana,请使用:
{
type: 'Asana'
typeProperties: {
apiToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: 'string'
}
}
对于 AzureBatch,请使用:
{
type: 'AzureBatch'
typeProperties: {
accessKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
accountName: any(...)
batchUri: any(...)
credential: {
referenceName: 'string'
type: 'string'
}
encryptedCredential: 'string'
linkedServiceName: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
poolName: any(...)
}
}
对于 AzureBlobFS,请使用:
{
type: 'AzureBlobFS'
typeProperties: {
accountKey: any(...)
azureCloudType: any(...)
credential: {
referenceName: 'string'
type: 'string'
}
encryptedCredential: 'string'
sasToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
sasUri: any(...)
servicePrincipalCredential: {
type: 'string'
// For remaining properties, see SecretBase objects
}
servicePrincipalCredentialType: any(...)
servicePrincipalId: any(...)
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
tenant: any(...)
url: any(...)
}
}
对于 AzureBlobStorage,请使用:
{
type: 'AzureBlobStorage'
typeProperties: {
accountKey: {
secretName: any(...)
secretVersion: any(...)
store: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
type: 'string'
}
accountKind: any(...)
authenticationType: 'string'
azureCloudType: any(...)
connectionString: any(...)
containerUri: any(...)
credential: {
referenceName: 'string'
type: 'string'
}
encryptedCredential: 'string'
sasToken: {
secretName: any(...)
secretVersion: any(...)
store: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
type: 'string'
}
sasUri: any(...)
serviceEndpoint: any(...)
servicePrincipalId: any(...)
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
tenant: any(...)
}
}
对于 AzureDataExplorer,请使用:
{
type: 'AzureDataExplorer'
typeProperties: {
credential: {
referenceName: 'string'
type: 'string'
}
database: any(...)
endpoint: any(...)
servicePrincipalId: any(...)
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
tenant: any(...)
}
}
对于 AzureDataLakeAnalytics,请使用:
{
type: 'AzureDataLakeAnalytics'
typeProperties: {
accountName: any(...)
dataLakeAnalyticsUri: any(...)
encryptedCredential: 'string'
resourceGroupName: any(...)
servicePrincipalId: any(...)
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
subscriptionId: any(...)
tenant: any(...)
}
}
对于 AzureDataLakeStore,请使用:
{
type: 'AzureDataLakeStore'
typeProperties: {
accountName: any(...)
azureCloudType: any(...)
credential: {
referenceName: 'string'
type: 'string'
}
dataLakeStoreUri: any(...)
encryptedCredential: 'string'
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
}
authentication: any(...)
credential: {
referenceName: 'string'
type: 'string'
}
dataSecurityMode: any(...)
domain: any(...)
encryptedCredential: 'string'
existingClusterId: any(...)
instancePoolId: any(...)
newClusterCustomTags: {
{customized property}: any(...)
}
newClusterDriverNodeType: any(...)
newClusterEnableElasticDisk: any(...)
newClusterInitScripts: any(...)
newClusterLogDestination: any(...)
newClusterNodeType: any(...)
newClusterNumOfWorker: any(...)
newClusterSparkConf: {
{customized property}: any(...)
}
newClusterSparkEnvVars: {
{customized property}: any(...)
}
newClusterVersion: any(...)
policyId: any(...)
workspaceResourceId: any(...)
}
}
对于 AzureDatabricksDeltaLake,请使用:
{
type: 'AzureDatabricksDeltaLake'
typeProperties: {
accessToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
clusterId: any(...)
credential: {
referenceName: 'string'
type: 'string'
}
domain: any(...)
encryptedCredential: 'string'
workspaceResourceId: any(...)
}
}
对于 AzureFileStorage,请使用:
{
type: 'AzureFileStorage'
typeProperties: {
accountKey: {
secretName: any(...)
secretVersion: any(...)
store: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
type: 'string'
}
connectionString: any(...)
credential: {
referenceName: 'string'
type: 'string'
}
encryptedCredential: 'string'
fileShare: any(...)
host: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
sasToken: {
secretName: any(...)
secretVersion: any(...)
store: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
type: 'string'
}
sasUri: any(...)
serviceEndpoint: any(...)
snapshot: any(...)
userId: any(...)
}
}
对于 azureFunction,请使用:
{
type: 'AzureFunction'
typeProperties: {
authentication: any(...)
credential: {
referenceName: 'string'
type: 'string'
}
encryptedCredential: 'string'
functionAppUrl: any(...)
functionKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
resourceId: any(...)
}
}
对于 AzureKeyVault,请使用:
{
type: 'AzureKeyVault'
typeProperties: {
baseUrl: any(...)
credential: {
referenceName: 'string'
type: 'string'
}
}
}
对于 AzureML,请使用:
{
type: 'AzureML'
typeProperties: {
apiKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
authentication: any(...)
encryptedCredential: 'string'
mlEndpoint: any(...)
servicePrincipalId: any(...)
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
tenant: any(...)
updateResourceEndpoint: any(...)
}
}
对于 AzureMLService,请使用:
{
type: 'AzureMLService'
typeProperties: {
authentication: any(...)
encryptedCredential: 'string'
mlWorkspaceName: any(...)
resourceGroupName: any(...)
servicePrincipalId: any(...)
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
subscriptionId: any(...)
tenant: any(...)
}
}
对于 AzureMariaDB,请使用:
{
type: 'AzureMariaDB'
typeProperties: {
connectionString: any(...)
encryptedCredential: 'string'
pwd: {
secretName: any(...)
secretVersion: any(...)
store: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
type: 'string'
}
}
}
对于 AzureMySql,请使用:
{
type: 'AzureMySql'
typeProperties: {
connectionString: any(...)
encryptedCredential: 'string'
password: {
secretName: any(...)
secretVersion: any(...)
store: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
type: 'string'
}
}
}
对于 AzurePostgreSql,请使用:
{
type: 'AzurePostgreSql'
typeProperties: {
azureCloudType: any(...)
commandTimeout: any(...)
connectionString: any(...)
credential: {
referenceName: 'string'
type: 'string'
}
database: any(...)
encoding: any(...)
encryptedCredential: 'string'
password: {
secretName: any(...)
secretVersion: any(...)
store: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
type: 'string'
}
port: any(...)
readBufferSize: any(...)
server: any(...)
servicePrincipalCredentialType: any(...)
servicePrincipalEmbeddedCert: {
type: 'string'
// For remaining properties, see SecretBase objects
}
servicePrincipalEmbeddedCertPassword: {
type: 'string'
// For remaining properties, see SecretBase objects
}
servicePrincipalId: any(...)
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
sslMode: any(...)
tenant: any(...)
timeout: any(...)
timezone: any(...)
trustServerCertificate: any(...)
username: any(...)
}
}
对于 AzureSearch,请使用:
{
type: 'AzureSearch'
typeProperties: {
encryptedCredential: 'string'
key: {
type: 'string'
// For remaining properties, see SecretBase objects
}
url: any(...)
}
}
对于 AzureSqlDW,请使用:
{
type: 'AzureSqlDW'
typeProperties: {
applicationIntent: any(...)
authenticationType: 'string'
azureCloudType: any(...)
commandTimeout: any(...)
connectionString: any(...)
connectRetryCount: any(...)
connectRetryInterval: any(...)
connectTimeout: any(...)
credential: {
referenceName: 'string'
type: 'string'
}
database: any(...)
encrypt: any(...)
encryptedCredential: 'string'
failoverPartner: any(...)
hostNameInCertificate: any(...)
integratedSecurity: any(...)
loadBalanceTimeout: any(...)
maxPoolSize: any(...)
minPoolSize: any(...)
multipleActiveResultSets: any(...)
multiSubnetFailover: any(...)
packetSize: any(...)
password: {
secretName: any(...)
secretVersion: any(...)
store: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
type: 'string'
}
pooling: any(...)
server: any(...)
servicePrincipalCredential: {
type: 'string'
// For remaining properties, see SecretBase objects
}
servicePrincipalCredentialType: any(...)
servicePrincipalId: any(...)
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
tenant: any(...)
trustServerCertificate: any(...)
userName: any(...)
}
}
对于 AzureSqlDatabase,请使用:
{
type: 'AzureSqlDatabase'
typeProperties: {
alwaysEncryptedSettings: {
alwaysEncryptedAkvAuthType: 'string'
credential: {
referenceName: 'string'
type: 'string'
}
servicePrincipalId: any(...)
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
}
applicationIntent: any(...)
authenticationType: 'string'
azureCloudType: any(...)
commandTimeout: any(...)
connectionString: any(...)
connectRetryCount: any(...)
connectRetryInterval: any(...)
connectTimeout: any(...)
credential: {
referenceName: 'string'
type: 'string'
}
database: any(...)
encrypt: any(...)
encryptedCredential: 'string'
failoverPartner: any(...)
hostNameInCertificate: any(...)
integratedSecurity: any(...)
loadBalanceTimeout: any(...)
maxPoolSize: any(...)
minPoolSize: any(...)
multipleActiveResultSets: any(...)
multiSubnetFailover: any(...)
packetSize: any(...)
password: {
secretName: any(...)
secretVersion: any(...)
store: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
type: 'string'
}
pooling: any(...)
server: any(...)
servicePrincipalCredential: {
type: 'string'
// For remaining properties, see SecretBase objects
}
servicePrincipalCredentialType: any(...)
servicePrincipalId: any(...)
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
tenant: any(...)
trustServerCertificate: any(...)
userName: any(...)
}
}
对于 AzureSqlMI,请使用:
{
type: 'AzureSqlMI'
typeProperties: {
alwaysEncryptedSettings: {
alwaysEncryptedAkvAuthType: 'string'
credential: {
referenceName: 'string'
type: 'string'
}
servicePrincipalId: any(...)
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
}
applicationIntent: any(...)
authenticationType: 'string'
azureCloudType: any(...)
commandTimeout: any(...)
connectionString: any(...)
connectRetryCount: any(...)
connectRetryInterval: any(...)
connectTimeout: any(...)
credential: {
referenceName: 'string'
type: 'string'
}
database: any(...)
encrypt: any(...)
encryptedCredential: 'string'
failoverPartner: any(...)
hostNameInCertificate: any(...)
integratedSecurity: any(...)
loadBalanceTimeout: any(...)
maxPoolSize: any(...)
minPoolSize: any(...)
multipleActiveResultSets: any(...)
multiSubnetFailover: any(...)
packetSize: any(...)
password: {
secretName: any(...)
secretVersion: any(...)
store: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
type: 'string'
}
pooling: any(...)
server: any(...)
servicePrincipalCredential: {
type: 'string'
// For remaining properties, see SecretBase objects
}
servicePrincipalCredentialType: any(...)
servicePrincipalId: any(...)
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
tenant: any(...)
trustServerCertificate: any(...)
userName: any(...)
}
}
对于 AzureStorage,请使用:
{
type: 'AzureStorage'
typeProperties: {
accountKey: {
secretName: any(...)
secretVersion: any(...)
store: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
type: 'string'
}
connectionString: any(...)
encryptedCredential: 'string'
sasToken: {
secretName: any(...)
secretVersion: any(...)
store: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
type: 'string'
}
sasUri: any(...)
}
}
对于 AzureSynapseArtifacts,请使用:
{
type: 'AzureSynapseArtifacts'
typeProperties: {
authentication: any(...)
endpoint: any(...)
workspaceResourceId: any(...)
}
}
对于 AzureTableStorage,请使用:
{
type: 'AzureTableStorage'
typeProperties: {
accountKey: {
secretName: any(...)
secretVersion: any(...)
store: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
type: 'string'
}
connectionString: any(...)
credential: {
referenceName: 'string'
type: 'string'
}
encryptedCredential: 'string'
sasToken: {
secretName: any(...)
secretVersion: any(...)
store: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
type: 'string'
}
sasUri: any(...)
serviceEndpoint: any(...)
}
}
对于 Cassandra,请使用:
{
type: 'Cassandra'
typeProperties: {
authenticationType: any(...)
encryptedCredential: 'string'
host: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any(...)
username: any(...)
}
}
对于 CommonDataServiceForApps,请使用:
{
type: 'CommonDataServiceForApps'
typeProperties: {
authenticationType: any(...)
deploymentType: any(...)
domain: any(...)
encryptedCredential: 'string'
hostName: any(...)
organizationName: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any(...)
servicePrincipalCredential: {
type: 'string'
// For remaining properties, see SecretBase objects
}
servicePrincipalCredentialType: any(...)
servicePrincipalId: any(...)
serviceUri: any(...)
username: any(...)
}
}
对于 Concur,请使用:
{
type: 'Concur'
typeProperties: {
clientId: any(...)
connectionProperties: any(...)
encryptedCredential: 'string'
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
useEncryptedEndpoints: any(...)
useHostVerification: any(...)
usePeerVerification: any(...)
username: any(...)
}
}
对于 CosmosDb,请使用:
{
type: 'CosmosDb'
typeProperties: {
accountEndpoint: any(...)
accountKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
azureCloudType: any(...)
connectionMode: 'string'
connectionString: any(...)
credential: {
referenceName: 'string'
type: 'string'
}
database: any(...)
encryptedCredential: 'string'
servicePrincipalCredential: {
type: 'string'
// For remaining properties, see SecretBase objects
}
servicePrincipalCredentialType: any(...)
servicePrincipalId: any(...)
tenant: any(...)
}
}
对于 CosmosDbMongoDbApi,请使用:
{
type: 'CosmosDbMongoDbApi'
typeProperties: {
connectionString: any(...)
database: any(...)
isServerVersionAbove32: any(...)
}
}
对于 Couchbase,请使用:
{
type: 'Couchbase'
typeProperties: {
connectionString: any(...)
credString: {
secretName: any(...)
secretVersion: any(...)
store: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
type: 'string'
}
encryptedCredential: 'string'
}
}
对于 CustomDataSource,请使用:
{
type: 'CustomDataSource'
typeProperties: any(...)
}
对于 Dataworld,请使用:
{
type: 'Dataworld'
typeProperties: {
apiToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: 'string'
}
}
对于 Db2,请使用:
{
type: 'Db2'
typeProperties: {
authenticationType: 'string'
certificateCommonName: any(...)
connectionString: any(...)
database: any(...)
encryptedCredential: 'string'
packageCollection: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
server: any(...)
username: any(...)
}
}
对于 Drill,请使用:
{
type: 'Drill'
typeProperties: {
connectionString: any(...)
encryptedCredential: 'string'
pwd: {
secretName: any(...)
secretVersion: any(...)
store: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
type: 'string'
}
}
}
对于 Dynamics,请使用:
{
type: 'Dynamics'
typeProperties: {
authenticationType: any(...)
credential: {
referenceName: 'string'
type: 'string'
}
deploymentType: any(...)
domain: any(...)
encryptedCredential: 'string'
hostName: any(...)
organizationName: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any(...)
servicePrincipalCredential: {
type: 'string'
// For remaining properties, see SecretBase objects
}
servicePrincipalCredentialType: any(...)
servicePrincipalId: any(...)
serviceUri: any(...)
username: any(...)
}
}
对于 DynamicsAX,请使用:
{
type: 'DynamicsAX'
typeProperties: {
aadResourceId: any(...)
encryptedCredential: 'string'
servicePrincipalId: any(...)
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
tenant: any(...)
url: any(...)
}
}
对于 DynamicsCrm,请使用:
{
type: 'DynamicsCrm'
typeProperties: {
authenticationType: any(...)
credential: {
referenceName: 'string'
type: 'string'
}
deploymentType: any(...)
domain: any(...)
encryptedCredential: 'string'
hostName: any(...)
organizationName: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any(...)
servicePrincipalCredential: {
type: 'string'
// For remaining properties, see SecretBase objects
}
servicePrincipalCredentialType: any(...)
servicePrincipalId: any(...)
serviceUri: any(...)
username: any(...)
}
}
对于 Eloqua,请使用:
{
type: 'Eloqua'
typeProperties: {
encryptedCredential: 'string'
endpoint: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
useEncryptedEndpoints: any(...)
useHostVerification: any(...)
usePeerVerification: any(...)
username: any(...)
}
}
对于 FileServer,请使用:
{
type: 'FileServer'
typeProperties: {
encryptedCredential: 'string'
host: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
userId: any(...)
}
}
对于 FtpServer,请使用:
{
type: 'FtpServer'
typeProperties: {
authenticationType: 'string'
enableServerCertificateValidation: any(...)
enableSsl: any(...)
encryptedCredential: 'string'
host: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any(...)
userName: any(...)
}
}
对于 GoogleAdWords,请使用:
{
type: 'GoogleAdWords'
typeProperties: {
authenticationType: 'string'
clientCustomerID: any(...)
clientId: any(...)
clientSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
connectionProperties: any(...)
developerToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
email: any(...)
encryptedCredential: 'string'
googleAdsApiVersion: any(...)
keyFilePath: any(...)
loginCustomerID: any(...)
privateKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
refreshToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
supportLegacyDataTypes: any(...)
trustedCertPath: any(...)
useSystemTrustStore: any(...)
}
}
对于 GoogleBigQuery,请使用:
{
type: 'GoogleBigQuery'
typeProperties: {
additionalProjects: any(...)
authenticationType: 'string'
clientId: any(...)
clientSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
email: any(...)
encryptedCredential: 'string'
keyFilePath: any(...)
project: any(...)
refreshToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
requestGoogleDriveScope: any(...)
trustedCertPath: any(...)
useSystemTrustStore: any(...)
}
}
对于 GoogleBigQueryV2,请使用:
{
type: 'GoogleBigQueryV2'
typeProperties: {
authenticationType: 'string'
clientId: any(...)
clientSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: 'string'
keyFileContent: {
type: 'string'
// For remaining properties, see SecretBase objects
}
projectId: any(...)
refreshToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
}
}
对于 GoogleCloudStorage,请使用:
{
type: 'GoogleCloudStorage'
typeProperties: {
accessKeyId: any(...)
encryptedCredential: 'string'
secretAccessKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
serviceUrl: any(...)
}
}
对于 GoogleSheets,请使用:
{
type: 'GoogleSheets'
typeProperties: {
apiToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: 'string'
}
}
对于 Greenplum,请使用:
{
type: 'Greenplum'
typeProperties: {
authenticationType: 'string'
commandTimeout: any(...)
connectionString: any(...)
connectionTimeout: any(...)
database: any(...)
encryptedCredential: 'string'
host: any(...)
port: any(...)
pwd: {
secretName: any(...)
secretVersion: any(...)
store: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
type: 'string'
}
sslMode: any(...)
username: any(...)
}
}
对于 HBase,请使用:
{
type: 'HBase'
typeProperties: {
allowHostNameCNMismatch: any(...)
allowSelfSignedServerCert: any(...)
authenticationType: 'string'
enableSsl: any(...)
encryptedCredential: 'string'
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: 'string'
fileSystem: any(...)
hcatalogLinkedServiceName: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
isEspEnabled: any(...)
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(...)
credential: {
referenceName: 'string'
type: 'string'
}
dataNodeSize: any(...)
encryptedCredential: 'string'
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(...)
scriptActions: [
{
name: 'string'
parameters: 'string'
roles: any(...)
uri: 'string'
}
]
servicePrincipalId: any(...)
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
sparkVersion: any(...)
stormConfiguration: any(...)
subnetName: any(...)
tenant: any(...)
timeToLive: any(...)
version: any(...)
virtualNetworkId: any(...)
yarnConfiguration: any(...)
zookeeperNodeSize: any(...)
}
}
对于 Hdfs,请使用:
{
type: 'Hdfs'
typeProperties: {
authenticationType: any(...)
encryptedCredential: 'string'
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
url: any(...)
userName: any(...)
}
}
对于 Hive,请使用:
{
type: 'Hive'
typeProperties: {
allowHostNameCNMismatch: any(...)
allowSelfSignedServerCert: any(...)
authenticationType: 'string'
enableServerCertificateValidation: any(...)
enableSsl: any(...)
encryptedCredential: 'string'
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'
authHeaders: any(...)
certThumbprint: any(...)
embeddedCertData: any(...)
enableServerCertificateValidation: any(...)
encryptedCredential: 'string'
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: 'string'
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'
enableServerCertificateValidation: any(...)
enableSsl: any(...)
encryptedCredential: 'string'
host: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any(...)
thriftTransportProtocol: 'string'
trustedCertPath: any(...)
username: any(...)
useSystemTrustStore: any(...)
}
}
对于 Informix,请使用:
{
type: 'Informix'
typeProperties: {
authenticationType: any(...)
connectionString: any(...)
credential: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: 'string'
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
userName: any(...)
}
}
对于 Jira,请使用:
{
type: 'Jira'
typeProperties: {
encryptedCredential: 'string'
host: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any(...)
useEncryptedEndpoints: any(...)
useHostVerification: any(...)
usePeerVerification: any(...)
username: any(...)
}
}
对于 Lakehouse,请使用:
{
type: 'Lakehouse'
typeProperties: {
artifactId: any(...)
encryptedCredential: 'string'
servicePrincipalCredential: {
type: 'string'
// For remaining properties, see SecretBase objects
}
servicePrincipalCredentialType: any(...)
servicePrincipalId: any(...)
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
tenant: any(...)
workspaceId: any(...)
}
}
对于 Magento,请使用:
{
type: 'Magento'
typeProperties: {
accessToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: 'string'
host: any(...)
useEncryptedEndpoints: any(...)
useHostVerification: any(...)
usePeerVerification: any(...)
}
}
对于 MariaDB,请使用:
{
type: 'MariaDB'
typeProperties: {
connectionString: any(...)
database: any(...)
driverVersion: any(...)
encryptedCredential: 'string'
password: {
secretName: any(...)
secretVersion: any(...)
store: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
type: 'string'
}
port: any(...)
server: any(...)
sslMode: any(...)
username: any(...)
useSystemTrustStore: any(...)
}
}
对于 Marketo,请使用:
{
type: 'Marketo'
typeProperties: {
clientId: any(...)
clientSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: 'string'
endpoint: any(...)
useEncryptedEndpoints: any(...)
useHostVerification: any(...)
usePeerVerification: any(...)
}
}
对于 MicrosoftAccess,请使用:
{
type: 'MicrosoftAccess'
typeProperties: {
authenticationType: any(...)
connectionString: any(...)
credential: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: 'string'
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
userName: any(...)
}
}
对于 MongoDb,请使用:
{
type: 'MongoDb'
typeProperties: {
allowSelfSignedServerCert: any(...)
authenticationType: 'string'
authSource: any(...)
databaseName: any(...)
enableSsl: any(...)
encryptedCredential: 'string'
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any(...)
server: any(...)
username: any(...)
}
}
对于 MongoDbAtlas,请使用:
{
type: 'MongoDbAtlas'
typeProperties: {
connectionString: any(...)
database: any(...)
driverVersion: any(...)
}
}
对于 MongoDbV2,请使用:
{
type: 'MongoDbV2'
typeProperties: {
connectionString: any(...)
database: any(...)
}
}
对于 MySql,请使用:
{
type: 'MySql'
typeProperties: {
allowZeroDateTime: any(...)
connectionString: any(...)
connectionTimeout: any(...)
convertZeroDateTime: any(...)
database: any(...)
driverVersion: any(...)
encryptedCredential: 'string'
guidFormat: any(...)
password: {
secretName: any(...)
secretVersion: any(...)
store: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
type: 'string'
}
port: any(...)
server: any(...)
sslCert: any(...)
sslKey: any(...)
sslMode: any(...)
treatTinyAsBoolean: any(...)
username: any(...)
useSystemTrustStore: any(...)
}
}
对于 Netezza,请使用:
{
type: 'Netezza'
typeProperties: {
connectionString: any(...)
encryptedCredential: 'string'
pwd: {
secretName: any(...)
secretVersion: any(...)
store: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
type: 'string'
}
}
}
对于 OData,请使用:
{
type: 'OData'
typeProperties: {
aadResourceId: any(...)
aadServicePrincipalCredentialType: 'string'
authenticationType: 'string'
authHeaders: any(...)
azureCloudType: any(...)
encryptedCredential: 'string'
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
servicePrincipalEmbeddedCert: {
type: 'string'
// For remaining properties, see SecretBase objects
}
servicePrincipalEmbeddedCertPassword: {
type: 'string'
// For remaining properties, see SecretBase objects
}
servicePrincipalId: any(...)
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
tenant: any(...)
url: any(...)
userName: any(...)
}
}
对于 Odbc,请使用:
{
type: 'Odbc'
typeProperties: {
authenticationType: any(...)
connectionString: any(...)
credential: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: 'string'
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
userName: any(...)
}
}
对于 Office365,请使用:
{
type: 'Office365'
typeProperties: {
encryptedCredential: 'string'
office365TenantId: any(...)
servicePrincipalCredentialType: any(...)
servicePrincipalEmbeddedCert: {
type: 'string'
// For remaining properties, see SecretBase objects
}
servicePrincipalEmbeddedCertPassword: {
type: 'string'
// For remaining properties, see SecretBase objects
}
servicePrincipalId: any(...)
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
servicePrincipalTenantId: any(...)
}
}
对于 Oracle,请使用:
{
type: 'Oracle'
typeProperties: {
authenticationType: 'string'
connectionString: any(...)
cryptoChecksumClient: any(...)
cryptoChecksumTypesClient: any(...)
enableBulkLoad: any(...)
encryptedCredential: 'string'
encryptionClient: any(...)
encryptionTypesClient: any(...)
fetchSize: any(...)
fetchTswtzAsTimestamp: any(...)
initializationString: any(...)
initialLobFetchSize: any(...)
password: {
secretName: any(...)
secretVersion: any(...)
store: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
type: 'string'
}
server: any(...)
statementCacheSize: any(...)
supportV1DataTypes: any(...)
username: any(...)
}
}
对于 OracleCloudStorage,请使用:
{
type: 'OracleCloudStorage'
typeProperties: {
accessKeyId: any(...)
encryptedCredential: 'string'
secretAccessKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
serviceUrl: any(...)
}
}
对于 OracleServiceCloud,请使用:
{
type: 'OracleServiceCloud'
typeProperties: {
encryptedCredential: 'string'
host: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
useEncryptedEndpoints: any(...)
useHostVerification: any(...)
usePeerVerification: any(...)
username: any(...)
}
}
对于 PayPal,请使用:
{
type: 'Paypal'
typeProperties: {
clientId: any(...)
clientSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: 'string'
host: any(...)
useEncryptedEndpoints: any(...)
useHostVerification: any(...)
usePeerVerification: any(...)
}
}
对于 Phoenix,请使用:
{
type: 'Phoenix'
typeProperties: {
allowHostNameCNMismatch: any(...)
allowSelfSignedServerCert: any(...)
authenticationType: 'string'
enableSsl: any(...)
encryptedCredential: 'string'
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: any(...)
encryptedCredential: 'string'
password: {
secretName: any(...)
secretVersion: any(...)
store: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
type: 'string'
}
}
}
对于 PostgreSqlV2,请使用:
{
type: 'PostgreSqlV2'
typeProperties: {
authenticationType: any(...)
commandTimeout: any(...)
connectionTimeout: any(...)
database: any(...)
encoding: any(...)
encryptedCredential: 'string'
logParameters: any(...)
password: {
secretName: any(...)
secretVersion: any(...)
store: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
type: 'string'
}
pooling: any(...)
port: any(...)
readBufferSize: any(...)
schema: any(...)
server: any(...)
sslCertificate: any(...)
sslKey: any(...)
sslMode: any(...)
sslPassword: any(...)
timezone: any(...)
trustServerCertificate: any(...)
username: any(...)
}
}
对于 Presto,请使用:
{
type: 'Presto'
typeProperties: {
allowHostNameCNMismatch: any(...)
allowSelfSignedServerCert: any(...)
authenticationType: 'string'
catalog: any(...)
enableServerCertificateValidation: any(...)
enableSsl: any(...)
encryptedCredential: 'string'
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(...)
connectionProperties: any(...)
consumerKey: any(...)
consumerSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: 'string'
endpoint: any(...)
refreshToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
useEncryptedEndpoints: any(...)
}
}
对于 Quickbase,请使用:
{
type: 'Quickbase'
typeProperties: {
encryptedCredential: 'string'
url: any(...)
userToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
}
}
对于 Responsys,请使用:
{
type: 'Responsys'
typeProperties: {
clientId: any(...)
clientSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: 'string'
endpoint: any(...)
useEncryptedEndpoints: any(...)
useHostVerification: any(...)
usePeerVerification: any(...)
}
}
对于 RestService,请使用:
{
type: 'RestService'
typeProperties: {
aadResourceId: any(...)
authenticationType: 'string'
authHeaders: any(...)
azureCloudType: any(...)
clientId: any(...)
clientSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
credential: {
referenceName: 'string'
type: 'string'
}
enableServerCertificateValidation: any(...)
encryptedCredential: 'string'
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
resource: any(...)
scope: any(...)
servicePrincipalCredentialType: any(...)
servicePrincipalEmbeddedCert: {
type: 'string'
// For remaining properties, see SecretBase objects
}
servicePrincipalEmbeddedCertPassword: {
type: 'string'
// For remaining properties, see SecretBase objects
}
servicePrincipalId: any(...)
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
tenant: any(...)
tokenEndpoint: any(...)
url: any(...)
userName: any(...)
}
}
对于 Salesforce,请使用:
{
type: 'Salesforce'
typeProperties: {
apiVersion: any(...)
encryptedCredential: 'string'
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
}
connectionProperties: any(...)
encryptedCredential: 'string'
useEncryptedEndpoints: any(...)
useHostVerification: any(...)
usePeerVerification: any(...)
}
}
对于 SalesforceServiceCloud,请使用:
{
type: 'SalesforceServiceCloud'
typeProperties: {
apiVersion: any(...)
encryptedCredential: 'string'
environmentUrl: any(...)
extendedProperties: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
securityToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
username: any(...)
}
}
对于 SalesforceServiceCloudV2,请使用:
{
type: 'SalesforceServiceCloudV2'
typeProperties: {
apiVersion: any(...)
authenticationType: any(...)
clientId: any(...)
clientSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: 'string'
environmentUrl: any(...)
}
}
对于 SalesforceV2,请使用:
{
type: 'SalesforceV2'
typeProperties: {
apiVersion: any(...)
authenticationType: any(...)
clientId: any(...)
clientSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: 'string'
environmentUrl: any(...)
}
}
对于 SapBW,请使用:
{
type: 'SapBW'
typeProperties: {
clientId: any(...)
encryptedCredential: 'string'
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
server: any(...)
systemNumber: any(...)
userName: any(...)
}
}
对于 SapCloudForCustomer,请使用:
{
type: 'SapCloudForCustomer'
typeProperties: {
encryptedCredential: 'string'
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: any(...)
username: any(...)
}
}
对于 SapHana,请使用:
{
type: 'SapHana'
typeProperties: {
authenticationType: 'string'
connectionString: any(...)
encryptedCredential: 'string'
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
server: any(...)
userName: any(...)
}
}
对于 SapOdp,请使用:
{
type: 'SapOdp'
typeProperties: {
clientId: any(...)
encryptedCredential: 'string'
language: any(...)
logonGroup: any(...)
messageServer: any(...)
messageServerService: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
server: any(...)
sncLibraryPath: any(...)
sncMode: any(...)
sncMyName: any(...)
sncPartnerName: any(...)
sncQop: any(...)
subscriberName: any(...)
systemId: any(...)
systemNumber: any(...)
userName: any(...)
x509CertificatePath: any(...)
}
}
对于 SapOpenHub,请使用:
{
type: 'SapOpenHub'
typeProperties: {
clientId: any(...)
encryptedCredential: 'string'
language: any(...)
logonGroup: any(...)
messageServer: any(...)
messageServerService: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
server: any(...)
systemId: any(...)
systemNumber: any(...)
userName: any(...)
}
}
对于 SapTable,请使用:
{
type: 'SapTable'
typeProperties: {
clientId: any(...)
encryptedCredential: 'string'
language: any(...)
logonGroup: any(...)
messageServer: any(...)
messageServerService: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
server: any(...)
sncLibraryPath: any(...)
sncMode: any(...)
sncMyName: any(...)
sncPartnerName: any(...)
sncQop: any(...)
systemId: any(...)
systemNumber: any(...)
userName: any(...)
}
}
对于 ServiceNow,请使用:
{
type: 'ServiceNow'
typeProperties: {
authenticationType: 'string'
clientId: any(...)
clientSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: 'string'
endpoint: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
useEncryptedEndpoints: any(...)
useHostVerification: any(...)
usePeerVerification: any(...)
username: any(...)
}
}
对于 ServiceNowV2,请使用:
{
type: 'ServiceNowV2'
typeProperties: {
authenticationType: 'string'
clientId: any(...)
clientSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: 'string'
endpoint: any(...)
grantType: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
username: any(...)
}
}
对于 Sftp,请使用:
{
type: 'Sftp'
typeProperties: {
authenticationType: 'string'
encryptedCredential: 'string'
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(...)
}
}
对于 SharePointOnlineList,请使用:
{
type: 'SharePointOnlineList'
typeProperties: {
encryptedCredential: 'string'
servicePrincipalCredentialType: any(...)
servicePrincipalEmbeddedCert: {
type: 'string'
// For remaining properties, see SecretBase objects
}
servicePrincipalEmbeddedCertPassword: {
type: 'string'
// For remaining properties, see SecretBase objects
}
servicePrincipalId: any(...)
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
siteUrl: any(...)
tenantId: any(...)
}
}
对于 Shopify,请使用:
{
type: 'Shopify'
typeProperties: {
accessToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: 'string'
host: any(...)
useEncryptedEndpoints: any(...)
useHostVerification: any(...)
usePeerVerification: any(...)
}
}
对于 Smartsheet,请使用:
{
type: 'Smartsheet'
typeProperties: {
apiToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: 'string'
}
}
对于 Snowflake,请使用:
{
type: 'Snowflake'
typeProperties: {
connectionString: any(...)
encryptedCredential: 'string'
password: {
secretName: any(...)
secretVersion: any(...)
store: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
type: 'string'
}
}
}
对于 SnowflakeV2,请使用:
{
type: 'SnowflakeV2'
typeProperties: {
accountIdentifier: any(...)
authenticationType: 'string'
clientId: any(...)
clientSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
database: any(...)
encryptedCredential: 'string'
host: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
privateKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
privateKeyPassphrase: {
type: 'string'
// For remaining properties, see SecretBase objects
}
role: any(...)
schema: any(...)
scope: any(...)
tenantId: any(...)
user: any(...)
warehouse: any(...)
}
}
对于 Spark,请使用:
{
type: 'Spark'
typeProperties: {
allowHostNameCNMismatch: any(...)
allowSelfSignedServerCert: any(...)
authenticationType: 'string'
enableServerCertificateValidation: any(...)
enableSsl: any(...)
encryptedCredential: 'string'
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: {
alwaysEncryptedSettings: {
alwaysEncryptedAkvAuthType: 'string'
credential: {
referenceName: 'string'
type: 'string'
}
servicePrincipalId: any(...)
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
}
applicationIntent: any(...)
authenticationType: 'string'
commandTimeout: any(...)
connectionString: any(...)
connectRetryCount: any(...)
connectRetryInterval: any(...)
connectTimeout: any(...)
credential: {
referenceName: 'string'
type: 'string'
}
database: any(...)
encrypt: any(...)
encryptedCredential: 'string'
failoverPartner: any(...)
hostNameInCertificate: any(...)
integratedSecurity: any(...)
loadBalanceTimeout: any(...)
maxPoolSize: any(...)
minPoolSize: any(...)
multipleActiveResultSets: any(...)
multiSubnetFailover: any(...)
packetSize: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
pooling: any(...)
server: any(...)
trustServerCertificate: any(...)
userName: any(...)
}
}
对于 Square,请使用:
{
type: 'Square'
typeProperties: {
clientId: any(...)
clientSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
connectionProperties: any(...)
encryptedCredential: 'string'
host: any(...)
redirectUri: any(...)
useEncryptedEndpoints: any(...)
useHostVerification: any(...)
usePeerVerification: any(...)
}
}
对于 Sybase,请使用:
{
type: 'Sybase'
typeProperties: {
authenticationType: 'string'
database: any(...)
encryptedCredential: 'string'
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
schema: any(...)
server: any(...)
username: any(...)
}
}
对于 TeamDesk,请使用:
{
type: 'TeamDesk'
typeProperties: {
apiToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
authenticationType: 'string'
encryptedCredential: 'string'
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
url: any(...)
userName: any(...)
}
}
对于 Teradata,请使用:
{
type: 'Teradata'
typeProperties: {
authenticationType: 'string'
characterSet: any(...)
connectionString: any(...)
encryptedCredential: 'string'
httpsPortNumber: any(...)
maxRespSize: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
portNumber: any(...)
server: any(...)
sslMode: any(...)
useDataEncryption: any(...)
username: any(...)
}
}
对于 Twilio,请使用:
{
type: 'Twilio'
typeProperties: {
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
userName: any(...)
}
}
对于 Vertica,请使用:
{
type: 'Vertica'
typeProperties: {
connectionString: any(...)
database: any(...)
encryptedCredential: 'string'
port: any(...)
pwd: {
secretName: any(...)
secretVersion: any(...)
store: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
type: 'string'
}
server: any(...)
uid: any(...)
}
}
对于 仓库,请使用:
{
type: 'Warehouse'
typeProperties: {
artifactId: any(...)
encryptedCredential: 'string'
endpoint: any(...)
servicePrincipalCredential: {
type: 'string'
// For remaining properties, see SecretBase objects
}
servicePrincipalCredentialType: any(...)
servicePrincipalId: any(...)
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
tenant: any(...)
workspaceId: any(...)
}
}
对于 Web,请使用:
{
type: 'Web'
typeProperties: {
url: any(...)
authenticationType: 'string'
// For remaining properties, see WebLinkedServiceTypeProperties objects
}
}
对于 Xero,请使用:
{
type: 'Xero'
typeProperties: {
connectionProperties: any(...)
consumerKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: 'string'
host: any(...)
privateKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
useEncryptedEndpoints: any(...)
useHostVerification: any(...)
usePeerVerification: any(...)
}
}
对于 Zendesk,请使用:
{
type: 'Zendesk'
typeProperties: {
apiToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
authenticationType: 'string'
encryptedCredential: 'string'
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
url: any(...)
userName: any(...)
}
}
对于 Zoho,请使用:
{
type: 'Zoho'
typeProperties: {
accessToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
connectionProperties: any(...)
encryptedCredential: 'string'
endpoint: any(...)
useEncryptedEndpoints: any(...)
useHostVerification: any(...)
usePeerVerification: any(...)
}
}
WebLinkedServiceTypeProperties 对象
设置 authenticationType 属性以指定对象的类型。
对于 匿名,请使用:
{
authenticationType: 'Anonymous'
}
对于 基本版,请使用:
{
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
}
}
属性值
Microsoft.DataFactory/factories/linkedservices
名称 |
DESCRIPTION |
价值 |
姓名 |
资源名称 |
字符串
约束: 最小长度 = 1 最大长度 = 260 模式 = ^[A-Za-z0-9_][^<>*#.%&:\\+?/]*$ (必需) |
家长 |
在 Bicep 中,可以为子资源指定父资源。 仅当子资源在父资源外部声明时,才需要添加此属性。
有关详细信息,请参阅 父资源外部的子资源。 |
类型资源的符号名称: 工厂 |
属性 |
链接服务的属性。 |
LinkedService (必需) |
亚马逊MWSLinkedService
AmazonMWSLinkedServiceTypeProperties
名称 |
DESCRIPTION |
价值 |
accessKeyId |
用于访问数据的访问密钥 ID。 |
任何(必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
端点 |
AmazonMWS 服务器的终结点(即 mws.amazonservices.com) |
任何(必需) |
marketplaceID |
要从中检索数据的 Amazon 市场 ID。 若要从多个市场 ID 检索数据,请用逗号(,)将它们分隔开来。 (即A2EUQ1WTGCTBG2) |
任何(必需) |
mwsAuthToken 代币 |
AmazonMWS 身份验证令牌。 |
秘密基地 |
secretKey 密钥 |
用于访问数据的密钥。 |
秘密基地 |
卖家 ID |
亚马逊卖家 ID。 |
任何(必需) |
useEncryptedEndpoints |
指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 |
任何 |
使用主机验证 |
指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 |
任何 |
usePeerVerification |
指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 |
任何 |
AmazonRdsForLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
用于连接到 AmazonRdsForOracle 数据库的身份验证类型。 仅用于版本 2.0。 |
“Basic” |
connectionString 连接字符串 |
连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 仅用于版本 1.0。 |
任何 |
cryptoChecksumClient |
指定当此客户端连接到服务器时所需的数据完整性行为。 支持的值接受、拒绝、请求或必需,默认值是必需的。 类型:字符串。 仅用于版本 2.0。 |
任何 |
cryptoChecksumTypes客户端 |
指定客户端可以使用的加密校验算法。 支持的值为 SHA1、SHA256、SHA384、SHA512、默认值为 (SHA512)。 类型:字符串。 仅用于版本 2.0。 |
任何 |
启用 BulkLoad |
指定在将数据加载到数据库中时是使用大容量复制还是批量插入,默认值为 true。 类型:布尔值。 仅用于版本 2.0。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
加密客户端 |
指定加密客户端的行为。 支持的值接受、拒绝、请求或必需,默认值是必需的。 类型:字符串。 仅用于版本 2.0。 |
任何 |
encryptionTypes客户端 |
指定客户端可以使用的加密算法。 支持的值为 AES128、AES192、AES256、3DES112、3DES168、默认值为 (AES256)。 类型:字符串。 仅用于版本 2.0。 |
任何 |
fetchSize (获取大小) |
指定驱动程序为提取一个数据库往返中的数据而分配的字节数,默认值为10485760。 类型:整数。 仅用于版本 2.0。 |
任何 |
获取Tswtz作为时间戳 |
指定驱动程序是否将 TIMESTAMP WITH TIME ZONE 数据类型的列值作为 DateTime 或字符串返回。 如果 supportV1DataTypes 不为 true,则忽略此设置,默认值为 true。 类型:布尔值。 仅用于版本 2.0。 |
任何 |
初始化字符串 |
指定一个命令,该命令在连接数据库后立即执行,以管理会话设置。 类型:字符串。 仅用于版本 2.0。 |
任何 |
初始 LobFetchSize |
指定源最初为 LOB 列提取的量,默认值为 0。 类型:整数。 仅用于版本 2.0。 |
任何 |
密码 |
连接字符串中密码的 Azure Key Vault 机密引用。 |
秘密基地 |
服务器 |
要连接到的 AmazonRdsForOracle 数据库的位置,支持的表单包括连接器描述符、Easy Connect (Plus) 命名和 Oracle Net Services 名称(仅自承载 IR)。 类型:字符串。 仅用于版本 2.0。 |
任何 |
声明缓存大小 |
指定要为每个数据库连接缓存的游标数或语句数,默认值为 0。 类型:整数。 仅用于版本 2.0。 |
任何 |
supportV1数据类型 |
指定是否使用版本 1.0 数据类型映射。 除非要保持与版本 1.0 数据类型映射的向后兼容性,否则不要将其设置为 true,默认值为 false。 类型:布尔值。 仅用于版本 2.0。 |
任何 |
用户名 |
AmazonRdsForOracle 数据库用户名。 类型:字符串。 仅用于版本 2.0。 |
任何 |
AmazonRdsForOracleLinkedService
AmazonRdsForSqlServerLinkedService
AmazonRdsForSqlServerLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
alwaysEncryptedSettings |
Sql 始终加密属性。 |
SqlAlwaysEncryptedProperties |
应用意图 |
连接到服务器时的应用程序工作负荷类型,由建议的版本使用。 可能的值为 ReadOnly 和 ReadWrite。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
验证类型 |
用于身份验证的类型。 类型:字符串。 |
“SQL” “Windows” |
commandTimeout |
在终止尝试执行命令并生成错误之前(以秒为单位)的默认等待时间(以秒为单位),由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
connectionString 连接字符串 |
连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
connectRetryCount |
确定有空闲连接失败(由建议的版本使用)后尝试的重新连接数。 这必须是介于 0 和 255 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
connectRetryInterval |
确定建议的版本使用空闲连接失败后,每个重新连接尝试之间的时间(以秒为单位)。 这必须是介于 1 和 60 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
连接超时 |
在终止尝试并生成由建议版本使用的错误之前,等待与服务器的连接的时间长度(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
数据库 |
建议的版本使用的数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
加密 |
指示客户端和服务器之间发送的所有数据是否需要 TLS 加密(由建议的版本使用)。 可能的值为 true/yes/mandatory、false/no/optional 和 strict。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
failover合作伙伴 |
如果主服务器关闭(由建议的版本使用)连接到的伙伴服务器的名称或地址。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
hostNameInCertificate |
验证连接的服务器证书时要使用的主机名。 如果未指定,则数据源中的服务器名称用于证书验证,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
集成安全 |
指示是否在连接(如果为 false)中指定用户 ID 和密码,或者当前 Windows 帐户凭据是否用于身份验证(如果为 true),由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
loadBalanceTimeout (负载均衡超时) |
在被建议的版本使用之前,连接在连接池中生存的最短时间(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
最大池大小 |
此特定连接字符串的连接池中允许的最大连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
minPoolSize (最小池大小) |
此特定连接字符串的连接池中允许的最小连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
multipleActiveResultSets (多个活动结果集) |
如果为 true,应用程序可以维护多个活动结果集(MARS)。 如果为 false,应用程序必须处理或取消一个批处理中的所有结果集,然后才能在该连接上执行任何其他批处理(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
multiSubnetFailover |
如果应用程序连接到不同子网上的 AlwaysOn 可用性组(AG),则设置 MultiSubnetFailover=true 可以更快地检测和连接到(当前)活动服务器(当前)活动服务器(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
数据包大小 |
用于与服务器实例通信的网络数据包的大小(以字节为单位,由建议的版本使用)。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
密码 |
本地 Windows 身份验证密码。 |
秘密基地 |
池 |
指示每次请求连接时,连接是共用的还是显式打开的,由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
服务器 |
要连接到的 SQL Server 实例的名称或网络地址,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
可信任服务器证书 (trustServerCertificate) |
指示通道是否在绕过证书链来验证推荐版本使用的信任时是否加密通道。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
用户名 |
本地 Windows 身份验证用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
亚马逊红shift链接服务
AmazonRedshiftLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
数据库 |
Amazon Redshift 源的数据库名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
Amazon Redshift 源的密码。 |
秘密基地 |
港口 |
Amazon Redshift 服务器用来侦听客户端连接的 TCP 端口号。 默认值为 5439。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
服务器 |
Amazon Redshift 服务器的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
用户名 |
Amazon Redshift 源的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
AmazonS3CompatibleLinkedService 服务
AmazonS3CompatibleLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
accessKeyId |
Amazon S3 兼容标识和访问管理(IAM)用户的访问密钥标识符。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
forcePathStyle |
如果为 true,请使用 S3 路径样式访问,而不是虚拟托管样式的访问。 默认值为 false。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
秘密访问密钥 |
Amazon S3 兼容标识和访问管理 (IAM) 用户的机密访问密钥。 |
秘密基地 |
serviceUrl 的 |
此值指定要使用 Amazon S3 兼容连接器访问的终结点。 这是一个可选属性;仅当想要尝试其他服务终结点或想要在 https 和 http 之间切换时更改它。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
AmazonS3Linked服务
AmazonS3LinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
accessKeyId |
Amazon S3 标识和访问管理(IAM)用户的访问密钥标识符。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
验证类型 |
S3 的身份验证类型。 允许的值:AccessKey(默认值)或 TemporarySecurityCredentials。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
秘密访问密钥 |
Amazon S3 标识和访问管理(IAM)用户的机密访问密钥。 |
秘密基地 |
serviceUrl 的 |
此值指定要使用 S3 连接器访问的终结点。 这是一个可选属性;仅当想要尝试其他服务终结点或想要在 https 和 http 之间切换时更改它。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
会话令牌 |
S3 临时安全凭据的会话令牌。 |
秘密基地 |
名称 |
DESCRIPTION |
价值 |
clientKey |
AppFigures 源的客户端密钥。 |
SecretBase (必需) |
密码 |
AppFigures 源的密码。 |
SecretBase (必需) |
用户名 |
Appfigures 源的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
AsanaLinked服务
AsanaLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
apiToken |
Asana 源的 API 令牌。 |
SecretBase (必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
AzureBatchLinkedService
AzureBatchLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
访问密钥 |
Azure Batch 帐户访问密钥。 |
秘密基地 |
账户名称 |
Azure Batch 帐户名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
batchUri 的 |
Azure Batch URI。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
链接服务名称 |
Azure 存储链接服务引用。 |
LinkedServiceReference (必需) |
矿池名称 |
Azure Batch 池名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
AzureBlobFSLinkedService
AzureBlobFSLinkedServiceTypeProperties
名称 |
DESCRIPTION |
价值 |
accountKey 账户密钥 |
Azure Data Lake Storage Gen2 服务的帐户密钥。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
Azure云类型 |
指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
sasToken 代币 |
sasToken 的 Azure 密钥保管库机密引用在 sas uri 中。 |
秘密基地 |
sasUri |
Azure Data Lake Storage Gen2 服务的 SAS URI。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
servicePrincipalCredential 的 |
Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 |
秘密基地 |
servicePrincipalCredentialType 服务 |
在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalId 服务 |
用于对 Azure Data Lake Storage Gen2 帐户进行身份验证的应用程序的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalKey 服务 |
用于对 Azure Data Lake Storage Gen2 帐户进行身份验证的应用程序密钥。 |
秘密基地 |
租户 |
服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
网址 |
Azure Data Lake Storage Gen2 服务的终结点。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
AzureBlobStorageLinkedService
AzureBlobStorageLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
accountKey 账户密钥 |
连接字符串中 accountKey 的 Azure 密钥保管库机密引用。 |
AzureKeyVaultSecretReference |
accountKind 的 |
指定存储帐户的种类。 允许的值为:存储(常规用途 v1)、StorageV2(常规用途 v2)、BlobStorage 或 BlockBlobStorage。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
验证类型 |
用于身份验证的类型。 类型:字符串。 |
“AccountKey” “Anonymous” “Msi” “SasUri” “ServicePrincipal” |
Azure云类型 |
指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
connectionString 连接字符串 |
连接字符串。 它与 sasUri、serviceEndpoint 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
containerUri 的 |
Azure Blob 存储资源的容器 URI 仅支持匿名访问。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
sasToken 代币 |
sasToken 的 Azure 密钥保管库机密引用在 sas uri 中。 |
AzureKeyVaultSecretReference |
sasUri |
Azure Blob 存储资源的 SAS URI。 它与 connectionString、serviceEndpoint 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
serviceEndpoint |
Azure Blob 存储资源的 Blob 服务终结点。 它与 connectionString、sasUri 属性互斥。 |
任何 |
servicePrincipalId 服务 |
用于对 Azure SQL 数据仓库进行身份验证的服务主体的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalKey 服务 |
用于对 Azure SQL 数据仓库进行身份验证的服务主体的密钥。 |
秘密基地 |
租户 |
服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
AzureDatabricksDeltaLakeLinkedService
AzureDatabricksDetltaLakeLinkedServiceTypeProperties
名称 |
DESCRIPTION |
价值 |
accessToken |
databricks REST API 的访问令牌。 请参阅 https://docs.azuredatabricks.net/api/latest/authentication.html。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
秘密基地 |
clusterId (集群标识) |
将用于此作业的所有运行的现有交互式群集的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
领域 |
<REGION.azuredatabricks.net,Databricks> 部署的域名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
workspaceResourceId |
databricks REST API 的工作区资源 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
AzureDatabricksLinkedService
AzureDatabricksLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
accessToken |
databricks REST API 的访问令牌。 请参阅 https://docs.azuredatabricks.net/api/latest/authentication.html。 类型:字符串(或带有 resultType 字符串的表达式)。 |
秘密基地 |
身份验证 |
如果对 databricks REST API 使用工作区资源 ID,则需要指定 MSI。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
dataSecurityMode |
Databricks 群集的数据安全模式。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
领域 |
<REGION.azuredatabricks.net,Databricks> 部署的域名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
existingClusterId |
将用于此活动的所有运行的现有交互式群集的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
实例池 ID |
将用于此活动的所有运行的现有实例池的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
newClusterCustomTags |
群集资源的其他标记。 实例池配置中忽略此属性。 |
AzureDatabricksLinkedServiceTypePropertiesNewClusterCustomTags |
newClusterDriverNodeType |
新作业群集的驱动程序节点类型。 实例池配置中忽略此属性。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
newClusterEnableElasticDisk |
在新群集上启用弹性磁盘。 此属性现已被忽略,并采用 Databricks 中的默认弹性磁盘行为(始终启用弹性磁盘)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
newClusterInitScripts 脚本 |
新群集的用户定义的初始化脚本。 类型:字符串数组(或包含字符串 resultType 数组的表达式)。 |
任何 |
newClusterLogDestination 新集群日志目标 |
指定用于传送 Spark 驱动程序、辅助角色和事件日志的位置。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
newClusterNodeType |
新作业群集的节点类型。 如果指定 newClusterVersion 且未指定 instancePoolId,则此属性是必需的。 如果指定了 instancePoolId,则忽略此属性。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
newClusterNumOfWorker |
如果未使用现有的交互式群集,则指定用于新作业群集或实例池的工作器节点数。 对于新的作业群集,此字符串格式的 Int32(如“1”表示 numOfWorker 为 1 或“1:10”表示从 1(最小值)自动缩放到 10(最大值)。 例如,池是字符串格式的 Int32,只能指定固定数量的工作节点,例如“2”。 如果指定 newClusterVersion,则为必需。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
新集群 SparkConf |
一组可选的用户指定的 Spark 配置键值对。 |
AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkConf |
newClusterSparkEnvVars |
一组可选的用户指定的 Spark 环境变量键值对。 |
AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkEnvVars |
newClusterVersion |
如果未使用现有的交互式群集,则指定为此活动的每个运行创建的新作业群集或实例池节点的 Spark 版本。 如果指定了 instancePoolId,则为必需。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
策略 ID |
用于限制基于用户定义的规则集配置群集的功能的策略 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
workspaceResourceId |
databricks REST API 的工作区资源 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkConf
AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkEnvVars
AzureDataExplorerLinkedService
AzureDataExplorerLinkedServiceTypeProperties
名称 |
DESCRIPTION |
价值 |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
数据库 |
连接的数据库名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
端点 |
Azure 数据资源管理器的终结点(引擎的终结点)。 URL 的格式为 https://< clusterName>。<regionName.kusto.windows.net>。 类型:字符串(或带有 resultType 字符串的表达式) |
任何(必需) |
servicePrincipalId 服务 |
用于对 Azure 数据资源管理器进行身份验证的服务主体的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalKey 服务 |
用于对 Kusto 进行身份验证的服务主体的密钥。 |
秘密基地 |
租户 |
服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
AzureDataLakeAnalyticsLinkedService
AzureDataLakeAnalyticsLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
账户名称 |
Azure Data Lake Analytics 帐户名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
dataLakeAnalyticsUri |
Azure Data Lake Analytics URI 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
资源组名称 |
Data Lake Analytics 帐户资源组名称(如果不同于数据工厂帐户)。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalId 服务 |
用于对 Azure Data Lake Analytics 帐户进行身份验证的应用程序 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalKey 服务 |
用于对 Azure Data Lake Analytics 帐户进行身份验证的应用程序密钥。 |
秘密基地 |
订阅编号 |
Data Lake Analytics 帐户订阅 ID(如果不同于数据工厂帐户)。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
租户 |
服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
AzureDataLakeStoreLinkedService
AzureDataLakeStoreLinkedServiceTypeProperties
名称 |
DESCRIPTION |
价值 |
账户名称 |
Data Lake Store 帐户名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
Azure云类型 |
指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
dataLakeStoreUri |
Data Lake Store 服务 URI。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
资源组名称 |
Data Lake Store 帐户资源组名称(如果不同于数据工厂帐户)。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalId 服务 |
用于对 Azure Data Lake Store 帐户进行身份验证的应用程序的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalKey 服务 |
用于对 Azure Data Lake Store 帐户进行身份验证的应用程序密钥。 |
秘密基地 |
订阅编号 |
Data Lake Store 帐户订阅 ID(如果不同于数据工厂帐户)。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
租户 |
服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
AzureFileStorageLinkedService
AzureFileStorageLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
accountKey 账户密钥 |
连接字符串中 accountKey 的 Azure 密钥保管库机密引用。 |
AzureKeyVaultSecretReference |
connectionString 连接字符串 |
连接字符串。 它与 sasUri 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
文件共享 |
Azure 文件共享名称。 使用 accountKey/sasToken 进行身份验证时需要它。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
主机 |
服务器的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
密码 |
用于登录服务器的密码。 |
秘密基地 |
sasToken 代币 |
sasToken 的 Azure 密钥保管库机密引用在 sas uri 中。 |
AzureKeyVaultSecretReference |
sasUri |
Azure 文件资源的 SAS URI。 它与 connectionString 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
serviceEndpoint |
Azure 文件存储资源的文件服务终结点。 它与 connectionString、sasUri 属性互斥。 |
任何 |
快照 |
Azure 文件共享快照版本。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
用户 ID |
用于登录服务器的用户 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
AzureFunctionLinkedService
AzureFunctionLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
身份验证 |
用于连接到 AzureFunction 的身份验证类型(需要指定 MSI)。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
functionAppUrl 的 |
Azure Function App 的终结点。 URL 的格式为 https://< accountName.azurewebsites.net>。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
functionKey 函数键 |
Azure Function App 的函数或主机密钥。 |
秘密基地 |
资源ID |
Azure 函数的允许令牌访问群体。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
AzureKeyVaultLinkedService
AzureKeyVaultLinkedServiceType属性
AzureKeyVaultSecretReference
名称 |
DESCRIPTION |
价值 |
秘密名称 |
Azure Key Vault 中机密的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
秘密版本 |
Azure Key Vault 中的机密版本。 默认值为最新版本的机密。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
商店 |
Azure Key Vault 链接服务参考。 |
LinkedServiceReference (必需) |
类型 |
机密的类型。 |
string (必需) |
AzureKeyVaultSecretReference
名称 |
DESCRIPTION |
价值 |
秘密名称 |
Azure Key Vault 中机密的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
秘密版本 |
Azure Key Vault 中的机密版本。 默认值为最新版本的机密。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
商店 |
Azure Key Vault 链接服务参考。 |
LinkedServiceReference (必需) |
类型 |
机密的类型。 |
“AzureKeyVaultSecret”(必需) |
AzureMariaDBLinkedService
AzureMariaDBLinkedServiceTypeProperties
名称 |
DESCRIPTION |
价值 |
connectionString 连接字符串 |
ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
pwd |
连接字符串中密码的 Azure Key Vault 机密引用。 |
AzureKeyVaultSecretReference |
AzureMLLinkedService
AzureMLLinkedServiceTypeProperties
名称 |
DESCRIPTION |
价值 |
apiKey |
用于访问 Azure ML 模型终结点的 API 密钥。 |
SecretBase (必需) |
身份验证 |
用于连接到 AzureML 的身份验证类型(需要指定 MSI)。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
mlEndpoint |
Azure ML Studio Web 服务终结点的批处理执行 REST URL。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
servicePrincipalId 服务 |
用于针对 Azure ML Studio Web 服务的基于 ARM 的 updateResourceEndpoint 进行身份验证的服务主体的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalKey 服务 |
用于针对 Azure ML Studio Web 服务的基于 ARM 的 updateResourceEndpoint 进行身份验证的服务主体的密钥。 |
秘密基地 |
租户 |
服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
updateResourceEndpoint |
Azure ML Studio Web 服务终结点的更新资源 REST URL。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
AzureMLServiceLinkedService
AzureMLServiceLinkedServiceTypeProperties
名称 |
DESCRIPTION |
价值 |
身份验证 |
用于连接到 AzureML 的身份验证类型(需要指定 MSI)。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
mlWorkspaceName (毫升工作区名称) |
Azure ML 服务工作区名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
资源组名称 |
Azure ML 服务工作区资源组名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
servicePrincipalId 服务 |
用于针对已发布 Azure ML 服务管道的终结点进行身份验证的服务主体的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalKey 服务 |
用于针对已发布 Azure ML 服务管道的终结点进行身份验证的服务主体的密钥。 |
秘密基地 |
订阅编号 |
Azure ML 服务工作区订阅 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
租户 |
服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
AzureMySqlLinkedService
AzureMySqlLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
connectionString 连接字符串 |
连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何(必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
连接字符串中密码的 Azure Key Vault 机密引用。 |
AzureKeyVaultSecretReference |
AzurePostgreSqlLinkedService
AzurePostgreSqlLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
Azure云类型 |
指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
commandTimeout |
尝试执行命令之前等待的时间(以秒为单位),如果超过这个时间,将终止尝试并产生错误。 对于无穷大,设置为零。 类型:整数。 |
任何 |
connectionString 连接字符串 |
ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
数据库 |
连接的数据库名称。 类型:字符串。 |
任何 |
编码 |
获取或设置用于编码/解码 PostgreSQL 字符串数据的 .NET 编码格式。 类型:字符串 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
连接字符串中密码的 Azure Key Vault 机密引用。 |
AzureKeyVaultSecretReference |
港口 |
连接的端口。 类型:整数。 |
任何 |
读取缓冲区大小 |
确定读取时内部缓冲区使用的大小。 如果从数据库传输大型值,则增加大小可能会提高性能。 类型:整数。 |
任何 |
服务器 |
连接的服务器名称。 类型:字符串。 |
任何 |
servicePrincipalCredentialType 服务 |
在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
服务主体嵌入证书 (servicePrincipalEmbeddedCert) |
指定在 Azure Active Directory 中注册的应用程序的 base64 编码证书。 类型:字符串(或带有 resultType 字符串的表达式)。 |
秘密基地 |
servicePrincipalEmbeddedCertPassword |
如果证书具有密码,并且使用的是 AadServicePrincipal 身份验证,请指定证书的密码。 类型:字符串(或带有 resultType 字符串的表达式)。 |
秘密基地 |
servicePrincipalId 服务 |
用于对 Azure Database for PostgreSQL 灵活服务器进行身份验证的服务主体的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalKey 服务 |
用于对 Azure Database for PostgreSQL 灵活服务器进行身份验证的服务主体的密钥。 |
秘密基地 |
SSL模式 |
用于连接的 SSL 模式。 类型:整数。 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full. 类型:整数。 |
任何 |
租户 |
服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
超时 |
等待的时间(以秒为单位),这是在尝试建立连接时,终止尝试并生成错误之前的时间。 类型:整数。 |
任何 |
时区 |
获取或设置会话时区。 类型:字符串。 |
任何 |
可信任服务器证书 (trustServerCertificate) |
是否在不验证服务器证书的情况下信任该证书。 类型:布尔值。 |
任何 |
用户名 |
身份验证的用户名。 类型:字符串。 |
任何 |
AzureSearchLinkedService
AzureSearchLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
钥匙 |
Azure 搜索服务的管理密钥 |
秘密基地 |
网址 |
Azure 搜索服务的 URL。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
AzureSqlDatabaseLinkedService
AzureSqlDatabaseLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
alwaysEncryptedSettings |
Sql 始终加密属性。 |
SqlAlwaysEncryptedProperties |
应用意图 |
连接到服务器时的应用程序工作负荷类型,由建议的版本使用。 可能的值为 ReadOnly 和 ReadWrite。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
验证类型 |
用于身份验证的类型。 类型:字符串。 |
“ServicePrincipal” “SQL” “SystemAssignedManagedIdentity” “UserAssignedManagedIdentity” |
Azure云类型 |
指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
commandTimeout |
在终止尝试执行命令并生成错误之前(以秒为单位)的默认等待时间(以秒为单位),由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
connectionString 连接字符串 |
连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
connectRetryCount |
确定有空闲连接失败(由建议的版本使用)后尝试的重新连接数。 这必须是介于 0 和 255 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
connectRetryInterval |
确定建议的版本使用空闲连接失败后,每个重新连接尝试之间的时间(以秒为单位)。 这必须是介于 1 和 60 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
连接超时 |
在终止尝试并生成由建议版本使用的错误之前,等待与服务器的连接的时间长度(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
数据库 |
建议的版本使用的数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
加密 |
指示客户端和服务器之间发送的所有数据是否需要 TLS 加密(由建议的版本使用)。 可能的值为 true/yes/mandatory、false/no/optional 和 strict。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
failover合作伙伴 |
如果主服务器关闭(由建议的版本使用)连接到的伙伴服务器的名称或地址。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
hostNameInCertificate |
验证连接的服务器证书时要使用的主机名。 如果未指定,则数据源中的服务器名称用于证书验证,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
集成安全 |
指示是否在连接(如果为 false)中指定用户 ID 和密码,或者当前 Windows 帐户凭据是否用于身份验证(如果为 true),由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
loadBalanceTimeout (负载均衡超时) |
在被建议的版本使用之前,连接在连接池中生存的最短时间(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
最大池大小 |
此特定连接字符串的连接池中允许的最大连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
minPoolSize (最小池大小) |
此特定连接字符串的连接池中允许的最小连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
multipleActiveResultSets (多个活动结果集) |
如果为 true,应用程序可以维护多个活动结果集(MARS)。 如果为 false,应用程序必须处理或取消一个批处理中的所有结果集,然后才能在该连接上执行任何其他批处理(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
multiSubnetFailover |
如果应用程序连接到不同子网上的 AlwaysOn 可用性组(AG),则设置 MultiSubnetFailover=true 可以更快地检测和连接到(当前)活动服务器(当前)活动服务器(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
数据包大小 |
用于与服务器实例通信的网络数据包的大小(以字节为单位,由建议的版本使用)。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
密码 |
连接字符串中密码的 Azure Key Vault 机密引用。 |
AzureKeyVaultSecretReference |
池 |
指示每次请求连接时,连接是共用的还是显式打开的,由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
服务器 |
要连接到的 SQL Server 实例的名称或网络地址,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalCredential 的 |
Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 |
秘密基地 |
servicePrincipalCredentialType 服务 |
在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalId 服务 |
用于对 Azure SQL 数据库进行身份验证的服务主体的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalKey 服务 |
用于对 Azure SQL 数据库进行身份验证的服务主体的密钥。 |
秘密基地 |
租户 |
服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
可信任服务器证书 (trustServerCertificate) |
指示通道是否在绕过证书链来验证推荐版本使用的信任时是否加密通道。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
用户名 |
连接到服务器时要使用的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
AzureSqlDWLinkedService
AzureSqlDWLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
应用意图 |
连接到服务器时的应用程序工作负荷类型,由建议的版本使用。 可能的值为 ReadOnly 和 ReadWrite。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
验证类型 |
用于身份验证的类型。 类型:字符串。 |
“ServicePrincipal” “SQL” “SystemAssignedManagedIdentity” “UserAssignedManagedIdentity” |
Azure云类型 |
指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
commandTimeout |
在终止尝试执行命令并生成错误之前(以秒为单位)的默认等待时间(以秒为单位),由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
connectionString 连接字符串 |
连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
connectRetryCount |
确定有空闲连接失败(由建议的版本使用)后尝试的重新连接数。 这必须是介于 0 和 255 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
connectRetryInterval |
确定建议的版本使用空闲连接失败后,每个重新连接尝试之间的时间(以秒为单位)。 这必须是介于 1 和 60 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
连接超时 |
在终止尝试并生成由建议版本使用的错误之前,等待与服务器的连接的时间长度(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
数据库 |
建议的版本使用的数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
加密 |
指示客户端和服务器之间发送的所有数据是否需要 TLS 加密(由建议的版本使用)。 可能的值为 true/yes/mandatory、false/no/optional 和 strict。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
failover合作伙伴 |
如果主服务器关闭(由建议的版本使用)连接到的伙伴服务器的名称或地址。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
hostNameInCertificate |
验证连接的服务器证书时要使用的主机名。 如果未指定,则数据源中的服务器名称用于证书验证,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
集成安全 |
指示是否在连接(如果为 false)中指定用户 ID 和密码,或者当前 Windows 帐户凭据是否用于身份验证(如果为 true),由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
loadBalanceTimeout (负载均衡超时) |
在被建议的版本使用之前,连接在连接池中生存的最短时间(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
最大池大小 |
此特定连接字符串的连接池中允许的最大连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
minPoolSize (最小池大小) |
此特定连接字符串的连接池中允许的最小连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
multipleActiveResultSets (多个活动结果集) |
如果为 true,应用程序可以维护多个活动结果集(MARS)。 如果为 false,应用程序必须处理或取消一个批处理中的所有结果集,然后才能在该连接上执行任何其他批处理(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
multiSubnetFailover |
如果应用程序连接到不同子网上的 AlwaysOn 可用性组(AG),则设置 MultiSubnetFailover=true 可以更快地检测和连接到(当前)活动服务器(当前)活动服务器(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
数据包大小 |
用于与服务器实例通信的网络数据包的大小(以字节为单位,由建议的版本使用)。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
密码 |
连接字符串中密码的 Azure Key Vault 机密引用。 |
AzureKeyVaultSecretReference |
池 |
指示每次请求连接时,连接是共用的还是显式打开的,由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
服务器 |
要连接到的 SQL Server 实例的名称或网络地址,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalCredential 的 |
Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 |
秘密基地 |
servicePrincipalCredentialType 服务 |
在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalId 服务 |
用于对 Azure SQL 数据仓库进行身份验证的服务主体的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalKey 服务 |
用于对 Azure SQL 数据仓库进行身份验证的服务主体的密钥。 |
秘密基地 |
租户 |
服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
可信任服务器证书 (trustServerCertificate) |
指示通道是否在绕过证书链来验证推荐版本使用的信任时是否加密通道。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
用户名 |
连接到服务器时要使用的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
AzureSqlMILinkedService
AzureSqlMILinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
alwaysEncryptedSettings |
Sql 始终加密属性。 |
SqlAlwaysEncryptedProperties |
应用意图 |
连接到服务器时的应用程序工作负荷类型,由建议的版本使用。 可能的值为 ReadOnly 和 ReadWrite。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
验证类型 |
用于身份验证的类型。 类型:字符串。 |
“ServicePrincipal” “SQL” “SystemAssignedManagedIdentity” “UserAssignedManagedIdentity” |
Azure云类型 |
指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
commandTimeout |
在终止尝试执行命令并生成错误之前(以秒为单位)的默认等待时间(以秒为单位),由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
connectionString 连接字符串 |
连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
connectRetryCount |
确定有空闲连接失败(由建议的版本使用)后尝试的重新连接数。 这必须是介于 0 和 255 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
connectRetryInterval |
确定建议的版本使用空闲连接失败后,每个重新连接尝试之间的时间(以秒为单位)。 这必须是介于 1 和 60 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
连接超时 |
在终止尝试并生成由建议版本使用的错误之前,等待与服务器的连接的时间长度(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
数据库 |
建议的版本使用的数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
加密 |
指示客户端和服务器之间发送的所有数据是否需要 TLS 加密(由建议的版本使用)。 可能的值为 true/yes/mandatory、false/no/optional 和 strict。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
failover合作伙伴 |
如果主服务器关闭(由建议的版本使用)连接到的伙伴服务器的名称或地址。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
hostNameInCertificate |
验证连接的服务器证书时要使用的主机名。 如果未指定,则数据源中的服务器名称用于证书验证,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
集成安全 |
指示是否在连接(如果为 false)中指定用户 ID 和密码,或者当前 Windows 帐户凭据是否用于身份验证(如果为 true),由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
loadBalanceTimeout (负载均衡超时) |
在被建议的版本使用之前,连接在连接池中生存的最短时间(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
最大池大小 |
此特定连接字符串的连接池中允许的最大连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
minPoolSize (最小池大小) |
此特定连接字符串的连接池中允许的最小连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
multipleActiveResultSets (多个活动结果集) |
如果为 true,应用程序可以维护多个活动结果集(MARS)。 如果为 false,应用程序必须处理或取消一个批处理中的所有结果集,然后才能在该连接上执行任何其他批处理(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
multiSubnetFailover |
如果应用程序连接到不同子网上的 AlwaysOn 可用性组(AG),则设置 MultiSubnetFailover=true 可以更快地检测和连接到(当前)活动服务器(当前)活动服务器(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
数据包大小 |
用于与服务器实例通信的网络数据包的大小(以字节为单位,由建议的版本使用)。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
密码 |
连接字符串中密码的 Azure Key Vault 机密引用。 |
AzureKeyVaultSecretReference |
池 |
指示每次请求连接时,连接是共用的还是显式打开的,由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
服务器 |
要连接到的 SQL Server 实例的名称或网络地址,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalCredential 的 |
Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 |
秘密基地 |
servicePrincipalCredentialType 服务 |
在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalId 服务 |
用于对 Azure SQL 托管实例进行身份验证的服务主体的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalKey 服务 |
用于对 Azure SQL 托管实例进行身份验证的服务主体的密钥。 |
秘密基地 |
租户 |
服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
可信任服务器证书 (trustServerCertificate) |
指示通道是否在绕过证书链来验证推荐版本使用的信任时是否加密通道。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
用户名 |
连接到服务器时要使用的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
AzureStorageLinkedService
AzureStorageLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
accountKey 账户密钥 |
连接字符串中 accountKey 的 Azure 密钥保管库机密引用。 |
AzureKeyVaultSecretReference |
connectionString 连接字符串 |
连接字符串。 它与 sasUri 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
sasToken 代币 |
sasToken 的 Azure 密钥保管库机密引用在 sas uri 中。 |
AzureKeyVaultSecretReference |
sasUri |
Azure 存储资源的 SAS URI。 它与 connectionString 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
AzureSynapseArtifactsLinkedService
AzureSynapseArtifactsLinkedServiceTypeProperties
名称 |
DESCRIPTION |
价值 |
身份验证 |
如果使用系统分配的托管标识作为身份验证方法,则需要指定 MSI。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
端点 |
<https:// workspacename.dev.azuresynapse.net>、Azure Synapse Analytics 工作区 URL。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
workspaceResourceId |
Synapse 工作区的资源 ID。 格式应为:/subscriptions/{subscriptionID}/resourceGroups/{resourceGroup}/providers/Microsoft.Synapse/workspaces/{workspaceName}。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
AzureTableStorageLinkedService
AzureTableStorageLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
accountKey 账户密钥 |
连接字符串中 accountKey 的 Azure 密钥保管库机密引用。 |
AzureKeyVaultSecretReference |
connectionString 连接字符串 |
连接字符串。 它与 sasUri 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
sasToken 代币 |
sasToken 的 Azure 密钥保管库机密引用在 sas uri 中。 |
AzureKeyVaultSecretReference |
sasUri |
Azure 存储资源的 SAS URI。 它与 connectionString 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
serviceEndpoint |
Azure 表存储资源的表服务终结点。 它与 connectionString、sasUri 属性互斥。 |
任何 |
CassandraLinked服务
CassandraLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
要用于连接的 AuthenticationType。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
连接的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
密码 |
身份验证密码。 |
秘密基地 |
港口 |
连接的端口。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
用户名 |
身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
CommonDataServiceForAppsLinkedService
CommonDataServiceForAppsLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
要连接到 Common Data Service for Apps 服务器的身份验证类型。 联机方案的“Office365”,对于本地使用 Ifd 方案,则为“Ifd”。 联机方案中用于 Server-To-Server 身份验证的“AADServicePrincipal”,适用于具有 IFD 的本地 Dynamics 的“Active Directory”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
部署类型 |
Common Data Service for Apps 实例的部署类型。 Common Data Service for Apps Online 的“Online”和“OnPremisesWithIfd”,适用于本地具有 Ifd 的 Common Data Service for Apps。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
领域 |
将验证用户凭据的 Active Directory 域。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机名 |
本地 Common Data Service for Apps 服务器的主机名。 属性是本地所必需的,不允许联机。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
组织名称 |
Common Data Service for Apps 实例的组织名称。 当有多个与用户关联的 Common Data Service for Apps 实例时,本地需要此属性,并且需要联机属性。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
密码 |
用于访问 Common Data Service for Apps 实例的密码。 |
秘密基地 |
港口 |
本地 Common Data Service for Apps 服务器的端口。 属性是本地所必需的,不允许联机。 默认端口为 443。 类型:整数(或包含 resultType 整数的表达式),最小值:0。 |
任何 |
servicePrincipalCredential 的 |
Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 |
秘密基地 |
servicePrincipalCredentialType 服务 |
在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalId 服务 |
Azure Active Directory 中用于服务器To-Server 身份验证的应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
serviceUri 的 |
Microsoft Common Data Service for Apps 服务器的 URL。 该属性对于在线是必需的,不允许本地使用。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
用户名 |
用于访问 Common Data Service for Apps 实例的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
ConcurLinkedService
ConcurLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
客户端 ID |
Concur 应用管理提供的应用程序client_id。 |
任何(必需) |
连接属性 |
用于连接到 Concur 的属性。 它与链接服务中的其他任何属性互斥。 类型:对象。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
在“用户名”字段中提供的用户名所对应的密码。 |
秘密基地 |
useEncryptedEndpoints |
指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 |
任何 |
使用主机验证 |
指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 |
任何 |
usePeerVerification |
指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 |
任何 |
用户名 |
用于访问 Concur 服务的用户名。 |
任何(必需) |
CosmosDbLinkedService
CosmosDbLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
accountEndpoint |
Azure CosmosDB 帐户的终结点。 类型:字符串(或带有 resultType 字符串的表达式) |
任何 |
accountKey 账户密钥 |
Azure CosmosDB 帐户的帐户密钥。 类型:SecureString 或 AzureKeyVaultSecretReference。 |
秘密基地 |
Azure云类型 |
指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
connectionMode 连接模式 |
用于访问 CosmosDB 帐户的连接模式。 类型:字符串。 |
“Direct” “Gateway” |
connectionString 连接字符串 |
连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
数据库 |
数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式) |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
servicePrincipalCredential 的 |
Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 |
秘密基地 |
servicePrincipalCredentialType 服务 |
在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串。 |
任何 |
servicePrincipalId 服务 |
Azure Active Directory 中用于服务器To-Server 身份验证的应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
租户 |
服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
CosmosDbMongoDbApiLinkedService
CosmosDbMongoDbApiLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
connectionString 连接字符串 |
CosmosDB (MongoDB API) 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何(必需) |
数据库 |
要访问的 CosmosDB (MongoDB API) 数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
isServerVersionAbove32 |
CosmosDB (MongoDB API) 服务器版本是否高于 3.2。 默认值为 false。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
CouchbaseLinkedService 服务
CouchbaseLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
connectionString 连接字符串 |
ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
credString |
连接字符串中 credString 的 Azure Key Vault 机密引用。 |
AzureKeyVaultSecretReference |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
凭证引用
名称 |
DESCRIPTION |
价值 |
referenceName (引用名称) |
引用凭据名称。 |
string (必需) |
类型 |
凭据引用类型。 |
“CredentialReference”(必需) |
CustomDataSourceLinkedService
名称 |
DESCRIPTION |
价值 |
类型 |
链接服务的类型。 |
“CustomDataSource”(必需) |
type属性 |
自定义链接服务属性。 |
任何(必需) |
DataworldLinkedService
DataworldLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
apiToken |
Dataworld 源的 API 令牌。 |
SecretBase (必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
Db2LinkedService 服务
Db2LinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
要用于连接的 AuthenticationType。 它与 connectionString 属性互斥。 |
“Basic” |
certificateCommonName 证书 |
启用 TLS 时证书公用名。 它与 connectionString 属性互斥。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
connectionString 连接字符串 |
连接字符串。 它与服务器、数据库、authenticationType、userName、packageCollection 和 certificateCommonName 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
数据库 |
连接的数据库名称。 它与 connectionString 属性互斥。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 它与 connectionString 属性互斥。 类型:字符串。 |
字符串 |
packageCollection |
在查询数据库时创建包的位置下。 它与 connectionString 属性互斥。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
密码 |
身份验证密码。 |
秘密基地 |
服务器 |
连接的服务器名称。 它与 connectionString 属性互斥。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
用户名 |
身份验证的用户名。 它与 connectionString 属性互斥。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
DrillLinkedService 服务
DrillLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
connectionString 连接字符串 |
ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
pwd |
连接字符串中密码的 Azure Key Vault 机密引用。 |
AzureKeyVaultSecretReference |
DynamicsAXLinkedService
DynamicsAXLinkedServiceTypeProperties
名称 |
DESCRIPTION |
价值 |
aadResourceId |
指定要请求授权的资源。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
servicePrincipalId 服务 |
指定应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
servicePrincipalKey 服务 |
指定应用程序的密钥。 将此字段标记为 SecureString 以安全地将其存储在数据工厂中,或引用存储在 Azure Key Vault 中的机密。 类型:字符串(或带有 resultType 字符串的表达式)。 |
SecretBase (必需) |
租户 |
指定您的应用程序所属的租户信息(域名或租户 ID)。 将鼠标悬停在 Azure 门户右上角进行检索。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
网址 |
Dynamics AX(或 Dynamics 365 Finance and Operations)实例 OData 终结点。 |
任何(必需) |
DynamicsCrmLinkedService
DynamicsCrmLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
要连接到 Dynamics CRM 服务器的身份验证类型。 联机方案的“Office365”、“Ifd”(适用于本地 Ifd 方案)的“AADServicePrincipal”,用于联机方案中的服务器To-Server 身份验证的“Active Directory”,适用于具有 IFD 的 Dynamics 本地的“Active Directory”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
部署类型 |
Dynamics CRM 实例的部署类型。 Dynamics CRM Online 的“Online”和“OnPremisesWithIfd”(适用于具有 Ifd 的本地 Dynamics CRM)。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
领域 |
将验证用户凭据的 Active Directory 域。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机名 |
本地 Dynamics CRM 服务器的主机名。 属性是本地所必需的,不允许联机。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
组织名称 |
Dynamics CRM 实例的组织名称。 当有多个与用户关联的 Dynamics CRM 实例时,本地属性是必需的,并且需要联机属性。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
密码 |
用于访问 Dynamics CRM 实例的密码。 |
秘密基地 |
港口 |
本地 Dynamics CRM 服务器的端口。 属性是本地所必需的,不允许联机。 默认端口为 443。 类型:整数(或包含 resultType 整数的表达式),最小值:0。 |
任何 |
servicePrincipalCredential 的 |
Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 |
秘密基地 |
servicePrincipalCredentialType 服务 |
在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalId 服务 |
Azure Active Directory 中用于服务器To-Server 身份验证的应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
serviceUri 的 |
Microsoft Dynamics CRM 服务器的 URL。 该属性对于在线是必需的,不允许本地使用。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
用户名 |
用于访问 Dynamics CRM 实例的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
DynamicsLinkedService
DynamicsLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
要连接到 Dynamics 服务器的身份验证类型。 联机方案的“Office365”、“Ifd”(适用于本地 Ifd 方案)的“AADServicePrincipal”,用于联机方案中的服务器To-Server 身份验证的“Active Directory”,适用于具有 IFD 的 Dynamics 本地的“Active Directory”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
部署类型 |
Dynamics 实例的部署类型。 Dynamics Online 的“Online”和“OnPremisesWithIfd”(适用于具有 Ifd 的本地 Dynamics)。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
领域 |
将验证用户凭据的 Active Directory 域。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机名 |
本地 Dynamics 服务器的主机名称。 属性是本地所必需的,不允许联机。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
组织名称 |
Dynamics 实例的组织名称。 当有多个与用户关联的 Dynamics 实例时,本地需要此属性,并且对于联机是必需的。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
密码 |
用于访问 Dynamics 实例的密码。 |
秘密基地 |
港口 |
本地 Dynamics 服务器的端口。 属性是本地所必需的,不允许联机。 默认端口为 443。 类型:整数(或包含 resultType 整数的表达式),最小值:0。 |
任何 |
servicePrincipalCredential 的 |
Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 |
秘密基地 |
servicePrincipalCredentialType 服务 |
在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalId 服务 |
Azure Active Directory 中用于服务器To-Server 身份验证的应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
serviceUri 的 |
Microsoft Dynamics 服务器的 URL。 该属性对于在线是必需的,不允许本地使用。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
用户名 |
用于访问 Dynamics 实例的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
EloquaLinked服务
EloquaLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
端点 |
Eloqua 服务器的终结点。 (即 eloqua.example.com) |
任何(必需) |
密码 |
用户名所对应的密码。 |
秘密基地 |
useEncryptedEndpoints |
指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 |
任何 |
使用主机验证 |
指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 |
任何 |
usePeerVerification |
指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 |
任何 |
用户名 |
Eloqua 帐户的网站名称和用户名,格式为:sitename/username。 (即埃洛夸/爱丽丝) |
任何(必需) |
FileServerLinkedService
FileServerLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
服务器的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
密码 |
用于登录服务器的密码。 |
秘密基地 |
用户 ID |
用于登录服务器的用户 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
FtpServerLinkedService
FtpServerLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
用于连接到 FTP 服务器的身份验证类型。 |
“Anonymous” “Basic” |
启用服务器证书验证 |
如果为 true,则通过 SSL/TLS 通道连接时验证 FTP 服务器 SSL 证书。 默认值为 true。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
启用SSL |
如果为 true,请通过 SSL/TLS 通道连接到 FTP 服务器。 默认值为 true。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
FTP 服务器的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
密码 |
用于登录 FTP 服务器的密码。 |
秘密基地 |
港口 |
FTP 服务器用于侦听客户端连接的 TCP 端口号。 默认值为 21。 类型:整数(或包含 resultType 整数的表达式),最小值:0。 |
任何 |
用户名 |
用于登录 FTP 服务器的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
GoogleAdWordsLinked服务
GoogleAdWordsLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
用于身份验证的 OAuth 2.0 身份验证机制。 ServiceAuthentication 只能在自承载 IR 上使用。 |
“ServiceAuthentication” “UserAuthentication” |
客户客户 ID |
要为其提取报表数据的 AdWords 帐户的客户端客户 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
客户端 ID |
用于获取刷新令牌的 google 应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
客户密钥 |
Google 应用程序的客户端机密,用户获取刷新令牌。 |
秘密基地 |
连接属性 |
(已弃用)用于连接到 GoogleAds 的属性。 它与链接服务中的其他任何属性互斥。 类型:对象。 |
任何 |
开发者令牌 |
与用于授予 AdWords API 访问权限的经理帐户关联的开发人员令牌。 |
秘密基地 |
电子邮件 |
用于 ServiceAuthentication 的服务帐户电子邮件 ID,只能在自承载 IR 上使用。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
googleAdsApiVersion |
Google Ads API 主版本(如 v14)。 可在 https://developers.google.com/google-ads/api/docs/release-notes中找到支持的主要版本。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
keyFilePath |
(已弃用)用于对服务帐户电子邮件地址进行身份验证的 .p12 密钥文件的完整路径,只能在自承载 IR 上使用。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
登录客户 ID |
要通过该帐户提取特定客户的报表数据的 Google Ads Manager 帐户的客户 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
私钥 |
用于对服务帐户电子邮件地址进行身份验证的私钥,只能在自承载 IR 上使用。 |
秘密基地 |
refreshToken |
从 Google 获取的刷新令牌,用于授权访问 AdWords for UserAuthentication。 |
秘密基地 |
支持LegacyDataTypes |
指定是否使用旧数据类型映射,这些映射将 float、int32 和 int64 从 Google 映射到字符串。 除非要保持与旧驱动程序数据类型映射的向后兼容性,否则不要将其设置为 true。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
信任证书路径 (trustedCertPath) |
(已弃用)包含受信任的 CA 证书的 .pem 文件的完整路径,用于通过 SSL 连接时验证服务器。 只能在自承载 IR 上使用 SSL 时设置此属性。 默认值是随 IR 一起安装的 cacerts.pem 文件。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
useSystemTrustStore |
(已弃用)指定是使用系统信任存储中的 CA 证书还是从指定的 PEM 文件使用 CA 证书。 默认值为 false。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
GoogleBigQueryLinkedService
GoogleBigQueryLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
附加项目 |
要访问的公共 BigQuery 项目的逗号分隔列表。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
验证类型 |
用于身份验证的 OAuth 2.0 身份验证机制。 ServiceAuthentication 只能在自承载 IR 上使用。 |
“ServiceAuthentication” “UserAuthentication”(必需) |
客户端 ID |
用于获取刷新令牌的 google 应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
客户密钥 |
Google 应用程序的客户端机密,用户获取刷新令牌。 |
秘密基地 |
电子邮件 |
用于 ServiceAuthentication 的服务帐户电子邮件 ID,只能在自承载 IR 上使用。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
keyFilePath |
用于对服务帐户电子邮件地址进行身份验证的 .p12 密钥文件的完整路径,只能在自承载 IR 上使用。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
项目 |
要查询的默认 BigQuery 项目。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
refreshToken |
从 Google 获取的刷新令牌,用于授权访问 BigQuery for UserAuthentication。 |
秘密基地 |
请求 GoogleDriveScope |
是否要请求访问 Google Drive。 允许 Google Drive 访问可支持将 BigQuery 数据与 Google Drive 中的数据组合的联合表。 默认值为 false。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
信任证书路径 (trustedCertPath) |
包含受信任的 CA 证书的 .pem 文件的完整路径,用于通过 SSL 连接时验证服务器。 只能在自承载 IR 上使用 SSL 时设置此属性。 默认值是随 IR 一起安装的 cacerts.pem 文件。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
useSystemTrustStore |
指定是使用系统信任存储中的 CA 证书还是使用指定 PEM 文件中的 CA 证书。 默认值为 false。类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
GoogleBigQueryV2LinkedService
GoogleBigQueryV2LinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
用于身份验证的 OAuth 2.0 身份验证机制。 |
“ServiceAuthentication” “UserAuthentication”(必需) |
客户端 ID |
用于获取刷新令牌的 google 应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
客户密钥 |
Google 应用程序的客户端机密,用户获取刷新令牌。 |
秘密基地 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
keyFileContent |
用于对服务帐户进行身份验证的 .json 密钥文件的内容。 类型:字符串(或带有 resultType 字符串的表达式)。 |
秘密基地 |
项目 ID |
要查询的默认 BigQuery 项目 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
refreshToken |
从 Google 获取的刷新令牌,用于授权访问 BigQuery for UserAuthentication。 |
秘密基地 |
GoogleCloudStorageLinked服务
GoogleCloudStorageLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
accessKeyId |
Google Cloud Storage Identity and Access Management (IAM) 用户的访问密钥标识符。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
秘密访问密钥 |
Google Cloud Storage Identity and Access Management (IAM) 用户的机密访问密钥。 |
秘密基地 |
serviceUrl 的 |
此值指定要使用 Google Cloud Storage Connector 访问的终结点。 这是一个可选属性;仅当想要尝试其他服务终结点或想要在 https 和 http 之间切换时更改它。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
GoogleSheetsLinked服务
GoogleSheetsLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
apiToken |
GoogleSheets 源的 API 令牌。 |
SecretBase (必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
GreenplumLinked服务
GreenplumLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
要使用的认证类型。 类型:字符串。 仅用于 V2。 |
“Basic” |
commandTimeout |
尝试执行命令之前等待的时间(以秒为单位),如果超过这个时间,将终止尝试并产生错误。 对于无穷大,设置为零。 类型:整数。 仅用于 V2。 |
任何 |
connectionString 连接字符串 |
ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
connectionTimeout 连接超时 |
等待的时间(以秒为单位),这是在尝试建立连接时,终止尝试并生成错误之前的时间。 类型:整数。 仅用于 V2。 |
任何 |
数据库 |
连接的数据库名称。 类型:字符串。 仅用于 V2。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
连接的主机名。 类型:字符串。 仅用于 V2。 |
任何 |
港口 |
连接的端口。 类型:整数。 仅用于 V2。 |
任何 |
pwd |
连接字符串中密码的 Azure Key Vault 机密引用。 |
AzureKeyVaultSecretReference |
SSL模式 |
用于连接的 SSL 模式。 类型:整数。 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full. 类型:整数。 仅用于 V2。 |
任何 |
用户名 |
身份验证的用户名。 类型:字符串。 仅用于 V2。 |
任何 |
HBaseLinkedService
HBaseLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
allowHostNameCNMismatch |
指定是否要求 CA 颁发的 SSL 证书名称与通过 SSL 连接时服务器的主机名匹配。 默认值为 false。 |
任何 |
allowSelfSignedServerCert |
指定是否允许来自服务器的自签名证书。 默认值为 false。 |
任何 |
验证类型 |
用于连接到 HBase 服务器的身份验证机制。 |
“Anonymous” “Basic”(必需) |
启用SSL |
指定是否使用 SSL 加密与服务器的连接。 默认值为 false。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
HBase 服务器的 IP 地址或主机名。 (即 192.168.222.160) |
任何(必需) |
httpPath |
对应于 HBase 服务器的部分 URL。 (即 /gateway/sandbox/hbase/version) |
任何 |
密码 |
用户名所对应的密码。 |
秘密基地 |
港口 |
HBase 实例用来侦听客户端连接的 TCP 端口。 默认值为 9090。 |
任何 |
信任证书路径 (trustedCertPath) |
包含受信任的 CA 证书的 .pem 文件的完整路径,用于通过 SSL 连接时验证服务器。 只能在自承载 IR 上使用 SSL 时设置此属性。 默认值是随 IR 一起安装的 cacerts.pem 文件。 |
任何 |
用户名 |
用于连接到 HBase 实例的用户名。 |
任何 |
HdfsLinkedService 服务
HdfsLinkedServiceTypeProperties
名称 |
DESCRIPTION |
价值 |
验证类型 |
用于连接到 HDFS 的身份验证类型。 可能的值为:Anonymous 和 Windows。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
Windows 身份验证的密码。 |
秘密基地 |
网址 |
HDFS 服务终结点的 URL,例如 http://myhostname:50070/webhdfs/v1。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
用户名 |
Windows 身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
HDInsightLinkedService
HDInsightLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
clusterUri |
HDInsight 群集 URI。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
文件系统 |
如果 HDInsight 的主存储为 ADLS Gen2,请指定 FileSystem。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
hcatalogLinkedServiceName |
指向 HCatalog 数据库的 Azure SQL 链接服务的引用。 |
LinkedServiceReference |
isEspEnabled |
指定是否使用 ESP 创建 HDInsight(企业安全包)。 类型:布尔值。 |
任何 |
链接服务名称 |
Azure 存储链接服务引用。 |
LinkedServiceReference |
密码 |
HDInsight 群集密码。 |
秘密基地 |
用户名 |
HDInsight 群集用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
HDInsightOnDemandLinkedService
HDInsightOnDemandLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
additionalLinkedService名称 |
为 HDInsight 链接服务指定其他存储帐户,以便数据工厂服务可以代表你注册它们。 |
LinkedServiceReference[] |
clusterNamePrefix 的 |
群集名称的前缀,后缀将不同于时间戳。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
clusterPassword |
用于访问群集的密码。 |
秘密基地 |
clusterResourceGroup 集群资源组 |
群集所属的资源组。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
集群大小 |
群集中辅助进程/数据节点的数量。 建议值:4。 类型:int(或包含 resultType int 的表达式)。 |
任何(必需) |
clusterSshPassword |
SSH 远程连接群集节点(适用于 Linux)的密码。 |
秘密基地 |
clusterSshUserName |
SSH 的用户名远程连接到群集的节点(适用于 Linux)。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
集群类型 |
群集类型。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
集群用户名 |
用于访问群集的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
核心配置 |
为待创建的 HDInsight 群集指定核心配置参数(如在 core-site.xml 中)。 |
任何 |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
数据节点大小 (dataNodeSize) |
指定 HDInsight 群集的数据节点的大小。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
hBase配置 |
为 HDInsight 群集指定 HBase 配置参数 (hbase-site.xml)。 |
任何 |
hcatalogLinkedServiceName |
指向 HCatalog 数据库的 Azure SQL 链接服务的名称。 将 Azure SQL 数据库用作元存储以创建按需 HDInsight 群集。 |
LinkedServiceReference |
HDFS配置 |
为 HDInsight 群集指定 HDFS 配置参数 (hdfs-site.xml)。 |
任何 |
头节点大小 |
指定 HDInsight 群集的头节点的大小。 |
任何 |
hiveConfiguration |
为 HDInsight 群集指定 hive 配置参数 (hive-site.xml)。 |
任何 |
hostSubscriptionId |
用于托管群集的客户订阅。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
链接服务名称 |
由按需群集用于存储和处理数据的 Azure 存储链接服务。 |
LinkedServiceReference (必需) |
mapReduceConfiguration |
为 HDInsight 群集指定 MapReduce 配置参数 (mapred-site.xml)。 |
任何 |
oozie配置 |
为 HDInsight 群集指定 Oozie 配置参数 (oozie-site.xml)。 |
任何 |
脚本作 |
自定义脚本操作,在 HDI ondemand 群集上运行一旦启动。 请参阅 /azure/hdinsight/hdinsight-hadoop-customize-cluster-linux?toc=%2Fen-us%2Fazure%2Fhdinsight%2Fr-server%2FTOC.json&bc=%2Fen-us%2Fazure%2Fbread%2Ftoc.json#understanding-script-actions。 |
脚本作 |
servicePrincipalId 服务 |
hostSubscriptionId 的服务主体 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalKey 服务 |
服务主体 ID 的密钥。 |
秘密基地 |
sparkVersion |
如果群集类型为“spark”,则为 spark 的版本。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
stormConfiguration |
为 HDInsight 群集指定 Storm 配置参数 (storm-site.xml)。 |
任何 |
子网名称 |
vNet 中子网的 ARM 资源 ID。 如果指定了 virtualNetworkId,则需要此属性。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
租户 |
服务主体所属的租户 ID/名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
时间到生活 |
按需 HDInsight 群集允许的空闲时间。 指定当活动运行完成后,如果群集中没有其他的活动作业,按需 HDInsight 群集保持活动状态的时间。 最小值为 5 分钟。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
版本 |
HDInsight 群集的版本。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
虚拟网络 ID |
创建群集后应加入的 vNet 的 ARM 资源 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
yarn配置 |
为 HDInsight 群集指定 Yarn 配置参数 (yarn-site.xml)。 |
任何 |
zookeeperNodeSize |
指定 HDInsight 群集的 Zoo Keeper 节点的大小。 |
任何 |
HiveLinked服务
HiveLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
allowHostNameCNMismatch |
指定是否要求 CA 颁发的 SSL 证书名称与通过 SSL 连接时服务器的主机名匹配。 默认值为 false。 |
任何 |
allowSelfSignedServerCert |
指定是否允许来自服务器的自签名证书。 默认值为 false。 |
任何 |
验证类型 |
用于访问 Hive 服务器的身份验证方法。 |
“Anonymous” “Username” “UsernameAndPassword” “WindowsAzureHDInsightService”(必需) |
启用服务器证书验证 |
指定与服务器的连接是否会验证服务器证书,默认值为 True。 仅适用于版本 2.0 |
任何 |
启用SSL |
指定是否使用 SSL 加密与服务器的连接。 默认值为 false。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
Hive 服务器的 IP 地址或主机名,由多个主机的“;”分隔(仅当 serviceDiscoveryMode 启用时)。 |
任何(必需) |
httpPath |
对应于 Hive 服务器的部分 URL。 |
任何 |
密码 |
与你在“用户名”字段中提供的用户名对应的密码 |
秘密基地 |
港口 |
Hive 服务器用来侦听客户端连接的 TCP 端口。 |
任何 |
服务器类型 |
Hive 服务器的类型。 |
“HiveServer1” “HiveServer2” “HiveThriftServer” |
serviceDiscoveryMode |
true 指示使用 ZooKeeper 服务,false 指示不使用。 |
任何 |
thriftTransportProtocol 协议 |
Thrift 层中要使用的传输协议。 |
“Binary” “HTTP” “SASL” |
信任证书路径 (trustedCertPath) |
包含受信任的 CA 证书的 .pem 文件的完整路径,用于通过 SSL 连接时验证服务器。 只能在自承载 IR 上使用 SSL 时设置此属性。 默认值是随 IR 一起安装的 cacerts.pem 文件。 |
任何 |
useNativeQuery |
指定驱动程序是使用本机 HiveQL 查询,还是将它们转换为 HiveQL 中的等效形式。 |
任何 |
用户名 |
用于访问 Hive 服务器的用户名。 |
任何 |
useSystemTrustStore |
指定是使用系统信任存储中的 CA 证书还是使用指定 PEM 文件中的 CA 证书。 默认值为 false。 |
任何 |
zooKeeperNameSpace |
ZooKeeper 上要将 Hive Server 2 节点添加到其下的命名空间。 |
任何 |
HttpLinkedService 服务
HttpLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
用于连接到 HTTP 服务器的身份验证类型。 |
“Anonymous” “Basic” “ClientCertificate” “Digest” “Windows” |
authHeaders |
请求中用于授权的 RESTful API 中的其他 HTTP 标头。 类型:键值对(值应为字符串类型)。 |
任何 |
certThumbprint |
ClientCertificate 身份验证的证书指纹。 仅适用于本地复制。 对于使用 ClientCertificate 身份验证的本地复制,应指定 CertThumbprint 或 EmbeddedCertData/Password。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
embeddedCertData |
用于 ClientCertificate 身份验证的 Base64 编码证书数据。 对于使用 ClientCertificate 身份验证的本地复制,应指定 CertThumbprint 或 EmbeddedCertData/Password。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
启用服务器证书验证 |
如果为 true,请验证 HTTPS 服务器 SSL 证书。 默认值为 true。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
使用 EmbeddedCertData 身份验证进行基本、摘要、Windows 或 ClientCertificate 的密码。 |
秘密基地 |
网址 |
HTTP 终结点的基 URL,例如 https://www.microsoft.com。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
用户名 |
基本、摘要或 Windows 身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
HubspotLinked服务
HubspotLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
accessToken |
最初进行 OAuth 集成身份验证时获得的访问令牌。 |
秘密基地 |
客户端 ID |
与 Hubspot 应用程序关联的客户端 ID。 |
任何(必需) |
客户密钥 |
与 Hubspot 应用程序关联的客户端密码。 |
秘密基地 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
refreshToken |
最初进行 OAuth 集成身份验证时获得的刷新令牌。 |
秘密基地 |
useEncryptedEndpoints |
指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 |
任何 |
使用主机验证 |
指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 |
任何 |
usePeerVerification |
指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 |
任何 |
ImpalaLinkedService
ImpalaLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
allowHostNameCNMismatch |
指定是否要求 CA 颁发的 SSL 证书名称与通过 SSL 连接时服务器的主机名匹配。 默认值为 false。 |
任何 |
allowSelfSignedServerCert |
指定是否允许来自服务器的自签名证书。 默认值为 false。 |
任何 |
验证类型 |
要使用的认证类型。 |
“Anonymous” “SASLUsername” “UsernameAndPassword”(必需) |
启用服务器证书验证 |
指定在连接时是否启用服务器 SSL 证书验证。始终使用系统信任存储(仅适用于 V2)。 默认值为真。 |
任何 |
启用SSL |
指定是否使用 SSL 加密与服务器的连接。 默认值为 false。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
Impala 服务器的 IP 地址或主机名。 (即 192.168.222.160) |
任何(必需) |
密码 |
使用 UsernameAndPassword 时,与用户名对应的密码。 |
秘密基地 |
港口 |
Impala 服务器用来侦听客户端连接的 TCP 端口。 默认值为 21050。 |
任何 |
thriftTransportProtocol 协议 |
要在 Thrift 层中使用的传输协议(仅适用于 V2)。 默认值为 Binary。 |
“Binary” “HTTP” |
信任证书路径 (trustedCertPath) |
包含受信任的 CA 证书的 .pem 文件的完整路径,用于通过 SSL 连接时验证服务器。 只能在自承载 IR 上使用 SSL 时设置此属性。 默认值是随 IR 一起安装的 cacerts.pem 文件。 |
任何 |
用户名 |
用于访问 Impala 服务器的用户名。 使用 SASLUsername 时,默认值为匿名。 |
任何 |
useSystemTrustStore |
指定是使用系统信任存储中的 CA 证书还是使用指定 PEM 文件中的 CA 证书。 默认值为 false。 |
任何 |
名称 |
DESCRIPTION |
价值 |
验证类型 |
用于作为 ODBC 数据存储连接到 Informix 的身份验证类型。 可能的值为:Anonymous 和 Basic。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
connectionString 连接字符串 |
连接字符串的非访问凭据部分以及可选的加密凭据。 类型:string、SecureString、AzureKeyVaultSecretReference 或 Expression 和 resultType 字符串。 |
任何(必需) |
凭证 |
连接字符串的访问凭据部分,采用特定于驱动程序的属性值格式指定。 |
秘密基地 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
基本身份验证的密码。 |
秘密基地 |
用户名 |
基本身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
IntegrationRuntimeReference
JiraLinked服务
JiraLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
Jira 服务的 IP 地址或主机名。 (例如 jira.example.com) |
任何(必需) |
密码 |
在“用户名”字段中提供的用户名所对应的密码。 |
秘密基地 |
港口 |
Jira 服务器用来侦听客户端连接的 TCP 端口。 默认值为 443(如果通过 HTTPS 进行连接)或 8080(如果通过 HTTP 进行连接)。 |
任何 |
useEncryptedEndpoints |
指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 |
任何 |
使用主机验证 |
指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 |
任何 |
usePeerVerification |
指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 |
任何 |
用户名 |
用于访问 Jira 服务的用户名。 |
任何(必需) |
LakeHouseLinked服务
LakeHouseLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
artifactId |
Microsoft Fabric Lakehouse 项目的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
servicePrincipalCredential 的 |
Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 |
秘密基地 |
servicePrincipalCredentialType 服务 |
在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalId 服务 |
用于对 Microsoft Fabric Lakehouse 进行身份验证的应用程序的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalKey 服务 |
用于对 Microsoft Fabric Lakehouse 进行身份验证的应用程序密钥。 |
秘密基地 |
租户 |
服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
工作区ID |
Microsoft Fabric 工作区的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
链接服务
LinkedServiceReference
名称 |
DESCRIPTION |
价值 |
参数 |
LinkedService 的参数。 |
ParameterValueSpecification 参数值规范 |
referenceName (引用名称) |
引用 LinkedService 名称。 |
string (必需) |
类型 |
链接服务引用类型。 |
“LinkedServiceReference”(必需) |
MagentoLinked服务
MagentoLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
accessToken |
来自 Magento 的访问令牌。 |
秘密基地 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
Magento 实例的 URL。 (即 192.168.222.110/magento3) |
任何(必需) |
useEncryptedEndpoints |
指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 |
任何 |
使用主机验证 |
指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 |
任何 |
usePeerVerification |
指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 |
任何 |
MariaDBLinkedService
MariaDBLinkedServiceTypeProperties
名称 |
DESCRIPTION |
价值 |
connectionString 连接字符串 |
ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
数据库 |
连接的数据库名称。 类型:字符串。 |
任何 |
驱动程序版本 |
MariaDB 驱动程序的版本。 类型:字符串。 对于旧驱动程序,V1 或为空,V2 用于新驱动程序。 V1 可以支持连接字符串和属性包,V2 只能支持连接字符串。 旧驱动程序计划于 2024 年 10 月弃用。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
连接字符串中密码的 Azure Key Vault 机密引用。 |
AzureKeyVaultSecretReference |
港口 |
连接的端口。 类型:整数。 |
任何 |
服务器 |
连接的服务器名称。 类型:字符串。 |
任何 |
SSL模式 |
此选项指定驱动程序在连接到 MariaDB 时是否使用 TLS 加密和验证。 例如,SSLMode=<0/1/2/3/4>。 选项:DISABLED (0) / PREFERRED (1) /REQUIRED (2) / VERIFY_CA (3) / VERIFY_IDENTITY (4), REQUIRED (2) 建议仅允许使用 SSL/TLS 加密的连接。 |
任何 |
用户名 |
身份验证的用户名。 类型:字符串。 |
任何 |
useSystemTrustStore |
此选项指定是使用系统信任存储中的 CA 证书还是使用指定 PEM 文件中的 CA 证书。 例如 UseSystemTrustStore=<0/1>;选项:已启用 (1) / 禁用 (0) (默认) |
任何 |
MarketoLinked服务
MarketoLinkedServiceTypeProperties
名称 |
DESCRIPTION |
价值 |
客户端 ID |
Marketo 服务的客户端 ID。 |
任何(必需) |
客户密钥 |
Marketo 服务的客户端密码。 |
秘密基地 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
端点 |
Marketo 服务器的终结点。 (即 123-ABC-321.mktorest.com) |
任何(必需) |
useEncryptedEndpoints |
指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 |
任何 |
使用主机验证 |
指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 |
任何 |
usePeerVerification |
指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 |
任何 |
MicrosoftAccessLinkedService
MicrosoftAccessLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
用于作为 ODBC 数据存储连接到 Microsoft Access 的身份验证类型。 可能的值为:Anonymous 和 Basic。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
connectionString 连接字符串 |
连接字符串的非访问凭据部分以及可选的加密凭据。 类型:string、SecureString、AzureKeyVaultSecretReference 或 Expression 和 resultType 字符串。 |
任何(必需) |
凭证 |
连接字符串的访问凭据部分,采用特定于驱动程序的属性值格式指定。 |
秘密基地 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
基本身份验证的密码。 |
秘密基地 |
用户名 |
基本身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
MongoDbAtlasLinkedService
MongoDbAtlasLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
connectionString 连接字符串 |
MongoDB Atlas 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何(必需) |
数据库 |
要访问的 MongoDB Atlas 数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
驱动程序版本 |
要选择的驱动程序版本。 允许的值为 v1 和 v2。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
MongoDbLinkedService
MongoDbLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
allowSelfSignedServerCert |
指定是否允许来自服务器的自签名证书。 默认值为 false。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
验证类型 |
用于连接到 MongoDB 数据库的身份验证类型。 |
“Anonymous” “Basic” |
authSource 认证 |
用于验证用户名和密码的数据库。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
数据库名称 |
要访问的 MongoDB 数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
启用SSL |
指定是否使用 SSL 加密与服务器的连接。 默认值为 false。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
身份验证密码。 |
秘密基地 |
港口 |
MongoDB 服务器用于侦听客户端连接的 TCP 端口号。 默认值为 27017。 类型:整数(或包含 resultType 整数的表达式),最小值:0。 |
任何 |
服务器 |
MongoDB 服务器的 IP 地址或服务器名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
用户名 |
身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
MongoDbV2LinkedService
MongoDbV2LinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
connectionString 连接字符串 |
MongoDB 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何(必需) |
数据库 |
要访问的 MongoDB 数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
MySqlLinkedService 服务
MySqlLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
allowZeroDateTime (允许零日期时间) |
这允许从数据库检索特殊的“零”日期值 0000-00-00。 类型:布尔值。 |
任何 |
connectionString 连接字符串 |
连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
connectionTimeout 连接超时 |
在终止尝试并生成错误之前等待与服务器建立连接的时间(以秒为单位)。 类型:整数。 |
任何 |
convertZeroDateTime |
如果返回日期或日期/时间列的 DateTime.MinValue,则返回不允许的值。 类型:布尔值。 |
任何 |
数据库 |
连接的数据库名称。 类型:字符串。 |
任何 |
驱动程序版本 |
MySQL 驱动程序的版本。 类型:字符串。 对于旧驱动程序,V1 或为空,V2 用于新驱动程序。 V1 可以支持连接字符串和属性包,V2 只能支持连接字符串。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
guid格式 |
确定应将哪个列类型(如果有)读取为 GUID。 类型:字符串。 无:不会将列类型作为 Guid 自动读取;Char36:所有 CHAR(36)列都以小写十六进制和连字符(与 UUID 匹配)作为 Guid 读取/写入。 |
任何 |
密码 |
连接字符串中密码的 Azure Key Vault 机密引用。 |
AzureKeyVaultSecretReference |
港口 |
连接的端口。 类型:整数。 |
任何 |
服务器 |
连接的服务器名称。 类型:字符串。 |
任何 |
SSL证书 |
客户端 SSL 证书文件的路径(采用 PEM 格式)。 必须同时指定 SslKey。 类型:字符串。 |
任何 |
SSL密钥 |
客户端 SSL 私钥的路径(采用 PEM 格式)。 还必须指定 SslCert。 类型:字符串。 |
任何 |
SSL模式 |
用于连接的 SSL 模式。 类型:整数。 0:禁用,1:首选,2:需要,3:verify-ca,4:验证完整。 |
任何 |
treatTinyAsBoolean |
设置为 true 时,TINYINT(1) 值将作为布尔值返回。 类型:bool。 |
任何 |
用户名 |
身份验证的用户名。 类型:字符串。 |
任何 |
useSystemTrustStore |
使用系统信任存储进行连接。 类型:整数。 0:启用,1:禁用。 |
任何 |
NetezzaLinked服务
NetezzaLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
connectionString 连接字符串 |
ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
pwd |
连接字符串中密码的 Azure Key Vault 机密引用。 |
AzureKeyVaultSecretReference |
ODataLinkedService
ODataLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
aadResourceId |
指定要请求授权以使用 Directory 的资源。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
aadServicePrincipalCredentialType |
指定用于服务主体的凭据类型(密钥或证书)。 |
“ServicePrincipalCert” “ServicePrincipalKey” |
验证类型 |
用于连接到 OData 服务的身份验证类型。 |
“AadServicePrincipal” “Anonymous” “Basic” “ManagedServiceIdentity” “Windows” |
authHeaders |
请求中用于授权的 RESTful API 中的其他 HTTP 标头。 类型:键值对(值应为字符串类型)。 |
任何 |
Azure云类型 |
指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
OData 服务的密码。 |
秘密基地 |
服务主体嵌入证书 (servicePrincipalEmbeddedCert) |
指定在 Azure Active Directory 中注册的应用程序的 base64 编码证书。 类型:字符串(或带有 resultType 字符串的表达式)。 |
秘密基地 |
servicePrincipalEmbeddedCertPassword |
如果证书具有密码,并且使用的是 AadServicePrincipal 身份验证,请指定证书的密码。 类型:字符串(或带有 resultType 字符串的表达式)。 |
秘密基地 |
servicePrincipalId 服务 |
指定在 Azure Active Directory 中注册的应用程序的应用程序 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalKey 服务 |
指定在 Azure Active Directory 中注册的应用程序的机密。 类型:字符串(或带有 resultType 字符串的表达式)。 |
秘密基地 |
租户 |
指定您的应用程序所属的租户信息(域名或租户 ID)。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
网址 |
OData 服务终结点的 URL。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
用户名 |
OData 服务的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
OdbcLinkedService
OdbcLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
用于连接 ODBC 数据存储的身份验证类型。 可能的值为:Anonymous 和 Basic。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
connectionString 连接字符串 |
连接字符串的非访问凭据部分以及可选的加密凭据。 类型:string、SecureString、AzureKeyVaultSecretReference 或 Expression 和 resultType 字符串。 |
任何(必需) |
凭证 |
连接字符串的访问凭据部分,采用特定于驱动程序的属性值格式指定。 |
秘密基地 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
基本身份验证的密码。 |
秘密基地 |
用户名 |
基本身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
Office365链接服务
Office365LinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
office365租户 ID |
Office 365 帐户所属的 Azure 租户 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
servicePrincipalCredentialType 服务 |
身份验证的服务主体凭据类型。“ServicePrincipalKey”用于密钥/机密,用于证书的“ServicePrincipalCert”。 如果未指定,则使用“ServicePrincipalKey”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
服务主体嵌入证书 (servicePrincipalEmbeddedCert) |
指定在 Azure Active Directory 中注册的应用程序的 base64 编码证书。 类型:字符串(或带有 resultType 字符串的表达式)。 |
秘密基地 |
servicePrincipalEmbeddedCertPassword |
如果证书具有密码,并且使用的是 AadServicePrincipal 身份验证,请指定证书的密码。 类型:字符串(或带有 resultType 字符串的表达式)。 |
秘密基地 |
servicePrincipalId 服务 |
指定应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
servicePrincipalKey 服务 |
指定应用程序的密钥。 |
SecretBase (必需) |
servicePrincipalTenantId 服务 |
指定 Azure AD Web 应用程序所在的租户信息。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
OracleCloudStorageLinkedService
OracleCloudStorageLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
accessKeyId |
Oracle 云存储标识和访问管理(IAM)用户的访问密钥标识符。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
秘密访问密钥 |
Oracle 云存储标识和访问管理 (IAM) 用户的机密访问密钥。 |
秘密基地 |
serviceUrl 的 |
此值指定要使用 Oracle 云存储连接器访问的终结点。 这是一个可选属性;仅当想要尝试其他服务终结点或想要在 https 和 http 之间切换时更改它。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
OracleLinked服务
OracleLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
连接到 Oracle 数据库的身份验证类型。 仅用于版本 2.0。 |
“Basic” |
connectionString 连接字符串 |
连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 仅用于版本 1.0。 |
任何 |
cryptoChecksumClient |
指定当此客户端连接到服务器时所需的数据完整性行为。 支持的值接受、拒绝、请求或必需,默认值是必需的。 类型:字符串。 仅用于版本 2.0。 |
任何 |
cryptoChecksumTypes客户端 |
指定客户端可以使用的加密校验算法。 支持的值为 SHA1、SHA256、SHA384、SHA512、默认值为 (SHA512)。 类型:字符串。 仅用于版本 2.0。 |
任何 |
启用 BulkLoad |
指定在将数据加载到数据库中时是使用大容量复制还是批量插入,默认值为 true。 类型:布尔值。 仅用于版本 2.0。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
加密客户端 |
指定加密客户端的行为。 支持的值接受、拒绝、请求或必需,默认值是必需的。 类型:字符串。 仅用于版本 2.0。 |
任何 |
encryptionTypes客户端 |
指定客户端可以使用的加密算法。 支持的值为 AES128、AES192、AES256、3DES112、3DES168、默认值为 (AES256)。 类型:字符串。 仅用于版本 2.0。 |
任何 |
fetchSize (获取大小) |
指定驱动程序为提取一个数据库往返中的数据而分配的字节数,默认值为10485760。 类型:整数。 仅用于版本 2.0。 |
任何 |
获取Tswtz作为时间戳 |
指定驱动程序是否将 TIMESTAMP WITH TIME ZONE 数据类型的列值作为 DateTime 或字符串返回。 如果 supportV1DataTypes 不为 true,则忽略此设置,默认值为 true。 类型:布尔值。 仅用于版本 2.0。 |
任何 |
初始化字符串 |
指定一个命令,该命令在连接数据库后立即执行,以管理会话设置。 类型:字符串。 仅用于版本 2.0。 |
任何 |
初始 LobFetchSize |
指定源最初为 LOB 列提取的量,默认值为 0。 类型:整数。 仅用于版本 2.0。 |
任何 |
密码 |
连接字符串中密码的 Azure Key Vault 机密引用。 |
AzureKeyVaultSecretReference |
服务器 |
要连接到的 Oracle 数据库的位置,支持的表单包括连接器描述符、简易连接(Plus)命名和 Oracle Net Services 名称(仅自承载 IR)。 类型:字符串。 仅用于版本 2.0。 |
任何 |
声明缓存大小 |
指定要为每个数据库连接缓存的游标数或语句数,默认值为 0。 类型:整数。 仅用于版本 2.0。 |
任何 |
supportV1数据类型 |
指定是否使用版本 1.0 数据类型映射。 除非要保持与版本 1.0 数据类型映射的向后兼容性,否则不要将其设置为 true,默认值为 false。 类型:布尔值。 仅用于版本 2.0。 |
任何 |
用户名 |
Oracle 数据库用户名。 类型:字符串。 仅用于版本 2.0。 |
任何 |
OracleServiceCloudLinkedService
OracleServiceCloudLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
Oracle 服务云实例的 URL。 |
任何(必需) |
密码 |
在用户名键中提供的用户名所对应的密码。 |
SecretBase (必需) |
useEncryptedEndpoints |
指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
使用主机验证 |
指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
usePeerVerification |
指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
用户名 |
用于访问 Oracle 服务云服务器的用户名。 |
任何(必需) |
ParameterDefinitionSpecification
参数规范
名称 |
DESCRIPTION |
价值 |
默认值 |
参数的默认值。 |
任何 |
类型 |
参数类型。 |
“Array” “Bool” “Float” “Int” “Object” “SecureString” “String”(必需) |
ParameterValueSpecification 参数值规范
ParameterValueSpecification 参数值规范
PaypalLinked服务
PaypalLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
客户端 ID |
与 PayPal 应用程序关联的客户端 ID。 |
任何(必需) |
客户密钥 |
与 PayPal 应用程序关联的客户端密码。 |
秘密基地 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
PayPal 实例的 URL。 (即 api.sandbox.paypal.com) |
任何(必需) |
useEncryptedEndpoints |
指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 |
任何 |
使用主机验证 |
指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 |
任何 |
usePeerVerification |
指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 |
任何 |
PhoenixLinked服务
PhoenixLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
allowHostNameCNMismatch |
指定是否要求 CA 颁发的 SSL 证书名称与通过 SSL 连接时服务器的主机名匹配。 默认值为 false。 |
任何 |
allowSelfSignedServerCert |
指定是否允许来自服务器的自签名证书。 默认值为 false。 |
任何 |
验证类型 |
用于连接到 Phoenix 服务器的身份验证机制。 |
“Anonymous” “UsernameAndPassword” “WindowsAzureHDInsightService”(必需) |
启用SSL |
指定是否使用 SSL 加密与服务器的连接。 默认值为 false。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
Phoenix 服务器的 IP 地址或主机名。 (即 192.168.222.160) |
任何(必需) |
httpPath |
对应于 Phoenix 服务器的部分 URL。 (即 /gateway/sandbox/phoenix/version)。 如果使用 WindowsAzureHDInsightService,则默认值为 hbasephoenix。 |
任何 |
密码 |
用户名所对应的密码。 |
秘密基地 |
港口 |
Phoenix 服务器用来侦听客户端连接的 TCP 端口。 默认值为 8765。 |
任何 |
信任证书路径 (trustedCertPath) |
包含受信任的 CA 证书的 .pem 文件的完整路径,用于通过 SSL 连接时验证服务器。 只能在自承载 IR 上使用 SSL 时设置此属性。 默认值是随 IR 一起安装的 cacerts.pem 文件。 |
任何 |
用户名 |
用于连接到 Phoenix 服务器的用户名。 |
任何 |
useSystemTrustStore |
指定是使用系统信任存储中的 CA 证书还是使用指定 PEM 文件中的 CA 证书。 默认值为 false。 |
任何 |
PostgreSqlLinkedService 服务
PostgreSqlLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
connectionString 连接字符串 |
连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何(必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
连接字符串中密码的 Azure Key Vault 机密引用。 |
AzureKeyVaultSecretReference |
PostgreSqlV2LinkedService 服务
PostgreSqlV2LinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
要使用的认证类型。 类型:字符串。 |
任何(必需) |
commandTimeout |
尝试执行命令之前等待的时间(以秒为单位),如果超过这个时间,将终止尝试并产生错误。 对于无穷大,设置为零。 类型:整数。 |
任何 |
connectionTimeout 连接超时 |
等待的时间(以秒为单位),这是在尝试建立连接时,终止尝试并生成错误之前的时间。 类型:整数。 |
任何 |
数据库 |
连接的数据库名称。 类型:字符串。 |
任何(必需) |
编码 |
获取或设置用于编码/解码 PostgreSQL 字符串数据的 .NET 编码格式。 类型:字符串 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
logParameters |
启用后,在执行命令时将会记录参数值。 类型:布尔值。 |
任何 |
密码 |
连接字符串中密码的 Azure Key Vault 机密引用。 类型:字符串。 |
AzureKeyVaultSecretReference |
池 |
是否应使用连接池。 类型:布尔值。 |
任何 |
港口 |
连接的端口。 类型:整数。 |
任何 |
读取缓冲区大小 |
确定读取时内部缓冲区使用的大小。 如果从数据库传输大型值,则增加大小可能会提高性能。 类型:整数。 |
任何 |
图式 |
设置架构搜索路径。 类型:字符串。 |
任何 |
服务器 |
连接的服务器名称。 类型:字符串。 |
任何(必需) |
SSL证书 |
要发送到服务器的客户端证书的位置。 类型:字符串。 |
任何 |
SSL密钥 |
要发送到服务器的客户端证书的客户端密钥位置。 类型:字符串。 |
任何 |
SSL模式 |
用于连接的 SSL 模式。 类型:整数。 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full. 类型:整数。 |
任何(必需) |
sslPassword (SSL密码) |
客户端证书密钥的密码。 类型:字符串。 |
任何 |
时区 |
获取或设置会话时区。 类型:字符串。 |
任何 |
可信任服务器证书 (trustServerCertificate) |
是否在不验证服务器证书的情况下信任该证书。 类型:布尔值。 |
任何 |
用户名 |
身份验证的用户名。 类型:字符串。 |
任何(必需) |
PrestoLinkedService 服务
PrestoLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
allowHostNameCNMismatch |
指定是否要求 CA 颁发的 SSL 证书名称与通过 SSL 连接时服务器的主机名匹配。 默认值为 false。 仅用于版本 1.0。 |
任何 |
allowSelfSignedServerCert |
指定是否允许来自服务器的自签名证书。 默认值为 false。 仅用于版本 1.0。 |
任何 |
验证类型 |
用于连接到 Presto 服务器的身份验证机制。 |
“Anonymous” “LDAP”(必需) |
目录 |
针对服务器的所有请求的目录上下文。 |
任何(必需) |
启用服务器证书验证 |
指定与服务器的连接是否会验证服务器证书,默认值为 True。 仅适用于版本 2.0 |
任何 |
启用SSL |
指定是否使用 SSL 加密与服务器的连接。 旧版的默认值为 False。 版本 2.0 的默认值为 True。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
Presto 服务器的 IP 地址或主机名。 (即 192.168.222.160) |
任何(必需) |
密码 |
用户名所对应的密码。 |
秘密基地 |
港口 |
Presto 服务器用来侦听客户端连接的 TCP 端口。 禁用 SSL 时,默认值为 8080,启用 SSL 时默认值为 443。 |
任何 |
服务器版本 |
Presto 服务器的版本。 (即 0.148-t)仅用于版本 1.0。 |
任何 |
时间 ZoneID |
连接使用的本地时区。 IANA 时区数据库中指定了此选项的有效值。 版本 1.0 的默认值是客户端系统时区。 版本 2.0 的默认值为服务器系统 timeZone |
任何 |
信任证书路径 (trustedCertPath) |
包含受信任的 CA 证书的 .pem 文件的完整路径,用于通过 SSL 连接时验证服务器。 只能在自承载 IR 上使用 SSL 时设置此属性。 默认值是随 IR 一起安装的 cacerts.pem 文件。 仅用于版本 1.0。 |
任何 |
用户名 |
用于连接到 Presto 服务器的用户名。 |
任何 |
useSystemTrustStore |
指定是使用系统信任存储中的 CA 证书还是使用指定 PEM 文件中的 CA 证书。 默认值为 false。 仅用于版本 1.0。 |
任何 |
QuickbaseLinked服务
QuickbaseLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
网址 |
用于连接 Quickbase 源的 URL。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
userToken |
Quickbase 源的用户令牌。 |
SecretBase (必需) |
QuickBooksLinked服务
QuickBooksLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
accessToken |
OAuth 2.0 身份验证的访问令牌。 |
秘密基地 |
accessTokenSecret |
OAuth 1.0 身份验证已弃用访问令牌密钥。 仅用于版本 1.0。 |
秘密基地 |
公司 ID |
要授权的 QuickBooks 公司的公司 ID。 |
任何 |
连接属性 |
用于连接到 QuickBooks 的属性。 它与链接服务中的其他任何属性互斥。 类型:对象。 |
任何 |
consumerKey |
OAuth 2.0 身份验证的使用者密钥。 |
任何 |
consumerSecret 的 |
OAuth 2.0 身份验证的使用者密钥。 |
秘密基地 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
端点 |
QuickBooks 服务器的终结点。 (即 quickbooks.api.intuit.com) |
任何 |
refreshToken |
OAuth 2.0 身份验证的刷新令牌。 |
秘密基地 |
useEncryptedEndpoints |
指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 仅用于版本 1.0。 |
任何 |
ResponsysLinkedService
ResponsysLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
客户端 ID |
与 Responsys 应用程序关联的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
客户密钥 |
与 Responsys 应用程序关联的客户端密码。 类型:字符串(或带有 resultType 字符串的表达式)。 |
秘密基地 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
端点 |
Responsys 服务器的终结点。 |
任何(必需) |
useEncryptedEndpoints |
指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
使用主机验证 |
指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
usePeerVerification |
指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
RestServiceLinkedService
RestServiceLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
aadResourceId |
请求使用授权的资源。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
验证类型 |
用于连接到 REST 服务的身份验证类型。 |
“AadServicePrincipal” “Anonymous” “Basic” “ManagedServiceIdentity” “OAuth2ClientCredential”(必需) |
authHeaders |
请求中用于授权的 RESTful API 中的其他 HTTP 标头。 类型:对象(或带有 resultType 对象的表达式)。 |
任何 |
Azure云类型 |
指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
客户端 ID |
与应用程序关联的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
客户密钥 |
与应用程序关联的客户端密码。 |
秘密基地 |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
启用服务器证书验证 |
是否在连接到终结点时验证服务器端 SSL 证书。默认值为 true。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
基本身份验证类型中使用的密码。 |
秘密基地 |
资源 |
将请求访问的目标服务或资源。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
范围 |
所需的访问范围。 它描述将请求哪种类型的访问。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalCredentialType 服务 |
在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
服务主体嵌入证书 (servicePrincipalEmbeddedCert) |
指定在 Azure Active Directory 中注册的应用程序的 base64 编码证书。 类型:字符串(或带有 resultType 字符串的表达式)。 |
秘密基地 |
servicePrincipalEmbeddedCertPassword |
如果证书具有密码,并且使用的是 AadServicePrincipal 身份验证,请指定证书的密码。 类型:字符串(或带有 resultType 字符串的表达式)。 |
秘密基地 |
servicePrincipalId 服务 |
AadServicePrincipal 身份验证类型中使用的应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalKey 服务 |
AadServicePrincipal 身份验证类型中使用的应用程序的密钥。 |
秘密基地 |
租户 |
应用程序所在的 AadServicePrincipal 身份验证类型中使用的租户信息(域名或租户 ID)。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
tokenEndpoint |
要获取访问令牌的授权服务器的令牌终结点。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
网址 |
REST 服务的基 URL。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
用户名 |
基本身份验证类型中使用的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
SalesforceLinked服务
SalesforceLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
apiVersion |
ADF 中使用的 Salesforce API 版本。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
环境 Url |
Salesforce 实例的 URL。 默认值为“https://login.salesforce.com”。 若要从沙盒复制数据,请指定“https://test.salesforce.com”。 若要从自定义域复制数据,请指定“https://[domain].my.salesforce.com”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
密码 |
Salesforce 实例的基本身份验证的密码。 |
秘密基地 |
安全令牌 |
安全令牌是可选的,用于远程访问 Salesforce 实例。 |
秘密基地 |
用户名 |
Salesforce 实例的基本身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
SalesforceMarketingCloudLinked服务
SalesforceMarketingCloudLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
客户端 ID |
与 Salesforce Marketing Cloud 应用程序关联的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
客户密钥 |
与 Salesforce Marketing Cloud 应用程序关联的客户端密码。 类型:字符串(或带有 resultType 字符串的表达式)。 |
秘密基地 |
连接属性 |
用于连接到 Salesforce Marketing Cloud 的属性。 它与链接服务中的其他任何属性互斥。 类型:对象。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
useEncryptedEndpoints |
指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
使用主机验证 |
指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
usePeerVerification |
指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
SalesforceServiceCloudLinkedService
SalesforceServiceCloudLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
apiVersion |
ADF 中使用的 Salesforce API 版本。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
环境 Url |
Salesforce Service Cloud 实例的 URL。 默认值为“https://login.salesforce.com”。 若要从沙盒复制数据,请指定“https://test.salesforce.com”。 若要从自定义域复制数据,请指定“https://[domain].my.salesforce.com”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
extendedProperties |
追加到连接字符串的扩展属性。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
密码 |
Salesforce 实例的基本身份验证的密码。 |
秘密基地 |
安全令牌 |
安全令牌是可选的,用于远程访问 Salesforce 实例。 |
秘密基地 |
用户名 |
Salesforce 实例的基本身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
SalesforceServiceCloudV2LinkedService
SalesforceServiceCloudV2LinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
apiVersion |
ADF 中使用的 Salesforce API 版本。 版本必须大于或等于 Salesforce BULK API 2.0 所需的 47.0。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
验证类型 |
用于连接到 Salesforce 的身份验证类型。 目前,我们仅支持 OAuth2ClientCredentials,这也是默认值 |
任何 |
客户端 ID |
Salesforce 实例的 OAuth 2.0 客户端凭据流身份验证的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
客户密钥 |
Salesforce 实例的 OAuth 2.0 客户端凭据流身份验证的客户端密码。 |
秘密基地 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
环境 Url |
Salesforce Service Cloud 实例的 URL。 例如,“https://[domain].my.salesforce.com”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
SalesforceV2LinkedService
SalesforceV2LinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
apiVersion |
ADF 中使用的 Salesforce API 版本。 版本必须大于或等于 Salesforce BULK API 2.0 所需的 47.0。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
验证类型 |
用于连接到 Salesforce 的身份验证类型。 目前,我们仅支持 OAuth2ClientCredentials,这也是默认值 |
任何 |
客户端 ID |
Salesforce 实例的 OAuth 2.0 客户端凭据流身份验证的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
客户密钥 |
Salesforce 实例的 OAuth 2.0 客户端凭据流身份验证的客户端密码。 |
秘密基地 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
环境 Url |
Salesforce 实例的 URL。 例如,“https://[domain].my.salesforce.com”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
SapBWLinkedService
SapBWLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
客户端 ID |
BW 系统上客户端的客户端 ID。 (通常为表示为字符串的三位数十进制数)类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
用于访问 SAP BW 服务器的密码。 |
秘密基地 |
服务器 |
SAP BW 实例的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
系统编号 |
BW 系统的系统编号。 (通常为表示为字符串的两位数十进制数字。类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
用户名 |
用于访问 SAP BW 服务器的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
SapCloudForCustomerLinkedService
SapCloudForCustomerLinkedServiceTypeProperties
名称 |
DESCRIPTION |
价值 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 必须提供 encryptedCredential 或用户名/密码。 类型:字符串。 |
字符串 |
密码 |
基本身份验证的密码。 |
秘密基地 |
网址 |
SAP Cloud for Customer OData API 的 URL。 例如,“[https://[tenantname].crm.ondemand.com/sap/c4c/odata/v1]”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
用户名 |
基本身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
SapEccLinked服务
SapEccLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 必须提供 encryptedCredential 或用户名/密码。 类型:字符串。 |
字符串 |
密码 |
基本身份验证的密码。 |
秘密基地 |
网址 |
SAP ECC OData API 的 URL。 例如,“[https://hostname:port/sap/opu/odata/sap/servicename/]”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
用户名 |
基本身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
SapHanaLinked服务
SapHanaLinkedService属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
用于连接到 SAP HANA 服务器的身份验证类型。 |
“Basic” “Windows” |
connectionString 连接字符串 |
SAP HANA ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
用于访问 SAP HANA 服务器的密码。 |
秘密基地 |
服务器 |
SAP HANA 服务器的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
用户名 |
用于访问 SAP HANA 服务器的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
SapOdpLinked服务
SapOdpLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
客户端 ID |
表所在的 SAP 系统上客户端的客户端 ID。 (通常为表示为字符串的三位数十进制数)类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
语言 |
表所在的 SAP 系统的语言。 默认值为 EN。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
登录组 |
SAP 系统的登录组。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
消息服务器 |
SAP 消息服务器的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
messageServerService |
消息服务器的服务名称或端口号。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
密码 |
用于访问表所在的 SAP 服务器的密码。 |
秘密基地 |
服务器 |
表所在的 SAP 实例的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
sncLibraryPath |
外部安全产品的库,用于访问表所在的 SAP 服务器。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
sncMode |
SNC 激活标志(布尔值)用于访问表所在的 SAP 服务器。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
sncMyName |
发起程序的 SNC 名称,用于访问表所在的 SAP 服务器。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
snc合作伙伴名称 |
通信合作伙伴的 SNC 名称,用于访问表所在的 SAP 服务器。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
sncQop |
SNC 保护质量。 允许的值包括:1、2、3、8、9。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
订阅者名称 |
订阅者名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
系统 Id |
表所在的 SAP 系统的 SystemID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
系统编号 |
表所在的 SAP 系统的系统编号。 (通常为表示为字符串的两位数十进制数字。类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
用户名 |
用于访问表所在的 SAP 服务器的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
x509证书路径 |
SNC X509 证书文件路径。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
SapOpenHubLinkedService
SapOpenHubLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
客户端 ID |
开放中心目标的 BW 系统上的客户端的客户端 ID。 (通常为表示为字符串的三位数十进制数)类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
语言 |
开放中心目标所在的 BW 系统的语言。 默认值为 EN。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
登录组 |
SAP 系统的登录组。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
消息服务器 |
SAP 消息服务器的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
messageServerService |
消息服务器的服务名称或端口号。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
密码 |
用于访问开放中心目标所在的 SAP BW 服务器的密码。 |
秘密基地 |
服务器 |
打开中心目标的 SAP BW 实例的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
系统 Id |
表所在的 SAP 系统的 SystemID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
系统编号 |
开放中心目标所在的 BW 系统的系统编号。 (通常为表示为字符串的两位数十进制数字。类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
用户名 |
用于访问打开中心目标的 SAP BW 服务器的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
SapTableLinkedService
SapTableLinkedServiceTypeProperties
名称 |
DESCRIPTION |
价值 |
客户端 ID |
表所在的 SAP 系统上客户端的客户端 ID。 (通常为表示为字符串的三位数十进制数)类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
语言 |
表所在的 SAP 系统的语言。 默认值为 EN。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
登录组 |
SAP 系统的登录组。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
消息服务器 |
SAP 消息服务器的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
messageServerService |
消息服务器的服务名称或端口号。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
密码 |
用于访问表所在的 SAP 服务器的密码。 |
秘密基地 |
服务器 |
表所在的 SAP 实例的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
sncLibraryPath |
外部安全产品的库,用于访问表所在的 SAP 服务器。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
sncMode |
SNC 激活标志(布尔值)用于访问表所在的 SAP 服务器。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
sncMyName |
发起程序的 SNC 名称,用于访问表所在的 SAP 服务器。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
snc合作伙伴名称 |
通信合作伙伴的 SNC 名称,用于访问表所在的 SAP 服务器。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
sncQop |
SNC 保护质量。 允许的值包括:1、2、3、8、9。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
系统 Id |
表所在的 SAP 系统的 SystemID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
系统编号 |
表所在的 SAP 系统的系统编号。 (通常为表示为字符串的两位数十进制数字。类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
用户名 |
用于访问表所在的 SAP 服务器的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
ScriptAction (脚本作)
名称 |
DESCRIPTION |
价值 |
姓名 |
脚本操作的用户提供的名称。 |
string (必需) |
参数 |
脚本操作的参数。 |
字符串 |
角色 |
应对其执行脚本操作的节点类型。 |
任何(必需) |
URI |
脚本操作的 URI。 |
string (必需) |
秘密基地
安全字符串
名称 |
DESCRIPTION |
价值 |
类型 |
机密的类型。 |
“SecureString”(必需) |
价值 |
安全字符串的值。 |
string (必需) |
ServiceNowLinked服务
ServiceNowLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
要使用的认证类型。 |
“Basic” “OAuth2”(必需) |
客户端 ID |
OAuth2 身份验证的客户端 ID。 |
任何 |
客户密钥 |
OAuth2 身份验证的客户端密码。 |
秘密基地 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
端点 |
ServiceNow 服务器的终结点。 (即 <instance.service-now.com>) |
任何(必需) |
密码 |
基本和 OAuth2 身份验证的用户名所对应的密码。 |
秘密基地 |
useEncryptedEndpoints |
指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 |
任何 |
使用主机验证 |
指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 |
任何 |
usePeerVerification |
指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 |
任何 |
用户名 |
用户名用于连接到 ServiceNow 服务器,进行基本和 OAuth2 身份验证。 |
任何 |
ServiceNowV2LinkedService
ServiceNowV2LinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
要使用的认证类型。 |
“Basic” “OAuth2”(必需) |
客户端 ID |
OAuth2 身份验证的客户端 ID。 |
任何 |
客户密钥 |
OAuth2 身份验证的客户端密码。 |
秘密基地 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
端点 |
ServiceNowV2 服务器的终结点。 (即 <instance.service-now.com>) |
任何(必需) |
grantType |
用于 OAuth2 身份验证的 GrantType。 默认值为密码。 |
任何 |
密码 |
基本和 OAuth2 身份验证的用户名所对应的密码。 |
秘密基地 |
用户名 |
用于连接到 ServiceNowV2 服务器以进行基本身份验证和 OAuth2 身份验证的用户名。 |
任何 |
SftpServerLinkedService
SftpServerLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
用于连接到 FTP 服务器的身份验证类型。 |
“Basic” “MultiFactor” “SshPublicKey” |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
SFTP 服务器主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
hostKeyFingerprint |
SFTP 服务器的主机键指打印。 当 SkipHostKeyValidation 为 false 时,应指定 HostKeyFingerprint。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
密码短语 |
如果 SSH 私钥已加密,则解密 SSH 私钥的密码。 |
秘密基地 |
密码 |
用于登录 SFTP 服务器进行基本身份验证的密码。 |
秘密基地 |
港口 |
SFTP 服务器用于侦听客户端连接的 TCP 端口号。 默认值为 22。 类型:整数(或包含 resultType 整数的表达式),最小值:0。 |
任何 |
privateKeyContent |
用于 SshPublicKey 身份验证的 Base64 编码 SSH 私钥内容。 对于使用 SshPublicKey 身份验证的本地复制,应指定 PrivateKeyPath 或 PrivateKeyContent。 SSH 私钥应采用 OpenSSH 格式。 |
秘密基地 |
privateKeyPath |
SshPublicKey 身份验证的 SSH 私钥文件路径。 仅适用于本地复制。 对于使用 SshPublicKey 身份验证的本地复制,应指定 PrivateKeyPath 或 PrivateKeyContent。 SSH 私钥应采用 OpenSSH 格式。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
skipHostKeyValidation (跳过主机密钥验证) |
如果为 true,请跳过 SSH 主机密钥验证。 默认值为 false。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
用户名 |
用于登录到 SFTP 服务器的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
SharePointOnlineListLinkedService
SharePointOnlineListLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
servicePrincipalCredentialType 服务 |
在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
服务主体嵌入证书 (servicePrincipalEmbeddedCert) |
指定在 Azure Active Directory 中注册的应用程序的 base64 编码证书。 类型:字符串(或带有 resultType 字符串的表达式)。 |
秘密基地 |
servicePrincipalEmbeddedCertPassword |
如果证书具有密码,并且使用的是 AadServicePrincipal 身份验证,请指定证书的密码。 类型:字符串(或带有 resultType 字符串的表达式)。 |
秘密基地 |
servicePrincipalId 服务 |
在 Azure Active Directory 中注册的应用程序(客户端)ID。 请确保向此应用程序授予 SharePoint 网站权限。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
servicePrincipalKey 服务 |
在 Azure Active Directory 中注册的应用程序的客户端密码。 类型:字符串(或带有 resultType 字符串的表达式)。 |
秘密基地 |
siteUrl 的 |
SharePoint Online 网站的 URL。 例如,https://contoso.sharepoint.com/sites/siteName 。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
租户ID |
应用程序所在的租户 ID。 可以从 Azure 门户 Active Directory 概述页找到它。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
Shopify链接服务
ShopifyLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
accessToken |
可用于访问 Shopify 数据的 API 访问令牌。 如果令牌处于脱机模式,则令牌不会过期。 |
秘密基地 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
Shopify 服务器的终结点。 (即 mystore.myshopify.com) |
任何(必需) |
useEncryptedEndpoints |
指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 |
任何 |
使用主机验证 |
指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 |
任何 |
usePeerVerification |
指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 |
任何 |
SmartsheetLinked服务
SmartsheetLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
apiToken |
Smartsheet 源的 API 令牌。 |
SecretBase (必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
SnowflakeLinkedService 服务
SnowflakeLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
connectionString 连接字符串 |
雪花的连接字符串。 类型:string、SecureString。 |
任何(必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
连接字符串中密码的 Azure Key Vault 机密引用。 |
AzureKeyVaultSecretReference |
SnowflakeLinkedV2ServiceTypeProperties
名称 |
DESCRIPTION |
价值 |
accountIdentifier 账户标识符 |
Snowflake 帐户的帐户标识符,例如 xy12345.east-us-2.azure |
任何(必需) |
验证类型 |
用于身份验证的类型。 类型:字符串。 |
“AADServicePrincipal” “Basic” “KeyPair” |
客户端 ID |
在 Azure Active Directory 中注册用于 AADServicePrincipal 身份验证的应用程序的客户端 ID。 |
任何 |
客户密钥 |
用于 AADServicePrincipal 身份验证的客户端机密的 Azure 密钥保管库机密参考。 |
秘密基地 |
数据库 |
Snowflake 数据库的名称。 |
任何(必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
Snowflake 帐户的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
密码 |
连接字符串中密码的 Azure Key Vault 机密引用。 |
秘密基地 |
私钥 |
用于 KeyPair 身份验证的 privateKey 的 Azure Key Vault 机密参考。 |
秘密基地 |
privateKeyPass短语 |
使用加密私钥进行 KeyPair 身份验证的私钥密码的 Azure 密钥保管库机密参考。 |
秘密基地 |
角色 |
在 Snowflake 会话中使用的默认访问控制角色。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
图式 |
连接的架构名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
范围 |
在 Azure Active Directory 中注册用于 AADServicePrincipal 身份验证的应用程序的范围。 |
任何 |
租户ID |
在 Azure Active Directory 中注册用于 AADServicePrincipal 身份验证的应用程序的租户 ID。 |
任何 |
用户 |
Snowflake 用户的名称。 |
任何 |
仓库 |
Snowflake 仓库的名称。 |
任何(必需) |
SnowflakeV2LinkedService
SparkLinkedService
SparkLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
allowHostNameCNMismatch |
指定是否要求 CA 颁发的 SSL 证书名称与通过 SSL 连接时服务器的主机名匹配。 默认值为 false。 |
任何 |
allowSelfSignedServerCert |
指定是否允许来自服务器的自签名证书。 默认值为 false。 |
任何 |
验证类型 |
用于访问 Spark 服务器的身份验证方法。 |
“Anonymous” “Username” “UsernameAndPassword” “WindowsAzureHDInsightService”(必需) |
启用服务器证书验证 |
指定与服务器的连接是否会验证服务器证书,默认值为 True。 仅适用于版本 2.0 |
任何 |
启用SSL |
指定是否使用 SSL 加密与服务器的连接。 默认值为 false。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
Spark 服务器的 IP 地址或主机名 |
任何(必需) |
httpPath |
对应于 Spark 服务器的部分 URL。 |
任何 |
密码 |
与你在“用户名”字段中提供的用户名对应的密码 |
秘密基地 |
港口 |
Spark 服务器用来侦听客户端连接的 TCP 端口。 |
任何(必需) |
服务器类型 |
Spark 服务器的类型。 |
“SharkServer” “SharkServer2” “SparkThriftServer” |
thriftTransportProtocol 协议 |
Thrift 层中要使用的传输协议。 |
“Binary” “HTTP” “SASL” |
信任证书路径 (trustedCertPath) |
包含受信任的 CA 证书的 .pem 文件的完整路径,用于通过 SSL 连接时验证服务器。 只能在自承载 IR 上使用 SSL 时设置此属性。 默认值是随 IR 一起安装的 cacerts.pem 文件。 |
任何 |
用户名 |
用于访问 Spark 服务器的用户名。 |
任何 |
useSystemTrustStore |
指定是使用系统信任存储中的 CA 证书还是使用指定 PEM 文件中的 CA 证书。 默认值为 false。 |
任何 |
SqlAlwaysEncryptedProperties
名称 |
DESCRIPTION |
价值 |
alwaysEncryptedAkvAuthType |
Sql 始终加密 AKV 身份验证类型。 类型:字符串。 |
“ManagedIdentity” “ServicePrincipal” “UserAssignedManagedIdentity”(必需) |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
servicePrincipalId 服务 |
Azure Active Directory 中用于 Azure Key Vault 身份验证的应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalKey 服务 |
用于对 Azure Key Vault 进行身份验证的服务主体的密钥。 |
秘密基地 |
SqlServerLinkedService
SqlServerLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
alwaysEncryptedSettings |
Sql 始终加密属性。 |
SqlAlwaysEncryptedProperties |
应用意图 |
连接到服务器时的应用程序工作负荷类型,由建议的版本使用。 可能的值为 ReadOnly 和 ReadWrite。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
验证类型 |
用于身份验证的类型。 类型:字符串。 |
“SQL” “UserAssignedManagedIdentity” “Windows” |
commandTimeout |
在终止尝试执行命令并生成错误之前(以秒为单位)的默认等待时间(以秒为单位),由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
connectionString 连接字符串 |
连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
connectRetryCount |
确定有空闲连接失败(由建议的版本使用)后尝试的重新连接数。 这必须是介于 0 和 255 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
connectRetryInterval |
确定建议的版本使用空闲连接失败后,每个重新连接尝试之间的时间(以秒为单位)。 这必须是介于 1 和 60 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
连接超时 |
在终止尝试并生成由建议版本使用的错误之前,等待与服务器的连接的时间长度(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
数据库 |
建议的版本使用的数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
加密 |
指示客户端和服务器之间发送的所有数据是否需要 TLS 加密(由建议的版本使用)。 可能的值为 true/yes/mandatory、false/no/optional 和 strict。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
failover合作伙伴 |
如果主服务器关闭(由建议的版本使用)连接到的伙伴服务器的名称或地址。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
hostNameInCertificate |
验证连接的服务器证书时要使用的主机名。 如果未指定,则数据源中的服务器名称用于证书验证,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
集成安全 |
指示是否在连接(如果为 false)中指定用户 ID 和密码,或者当前 Windows 帐户凭据是否用于身份验证(如果为 true),由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
loadBalanceTimeout (负载均衡超时) |
在被建议的版本使用之前,连接在连接池中生存的最短时间(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
最大池大小 |
此特定连接字符串的连接池中允许的最大连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
minPoolSize (最小池大小) |
此特定连接字符串的连接池中允许的最小连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
multipleActiveResultSets (多个活动结果集) |
如果为 true,应用程序可以维护多个活动结果集(MARS)。 如果为 false,应用程序必须处理或取消一个批处理中的所有结果集,然后才能在该连接上执行任何其他批处理(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
multiSubnetFailover |
如果应用程序连接到不同子网上的 AlwaysOn 可用性组(AG),则设置 MultiSubnetFailover=true 可以更快地检测和连接到(当前)活动服务器(当前)活动服务器(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
数据包大小 |
用于与服务器实例通信的网络数据包的大小(以字节为单位,由建议的版本使用)。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
密码 |
本地 Windows 身份验证密码。 |
秘密基地 |
池 |
指示每次请求连接时,连接是共用的还是显式打开的,由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
服务器 |
要连接到的 SQL Server 实例的名称或网络地址,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
可信任服务器证书 (trustServerCertificate) |
指示通道是否在绕过证书链来验证推荐版本使用的信任时是否加密通道。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
用户名 |
本地 Windows 身份验证用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
SquareLinked服务
SquareLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
客户端 ID |
与 Square 应用程序关联的客户端 ID。 |
任何 |
客户密钥 |
与 Square 应用程序关联的客户端密码。 |
秘密基地 |
连接属性 |
用于连接到 Square 的属性。 它与链接服务中的其他任何属性互斥。 类型:对象。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
Square 实例的 URL。 (即 mystore.mysquare.com) |
任何 |
重定向 Uri |
在 Square 应用程序仪表板中分配的重定向 URL。 (即 http://localhost:2500) |
任何 |
useEncryptedEndpoints |
指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 |
任何 |
使用主机验证 |
指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 |
任何 |
usePeerVerification |
指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 |
任何 |
SybaseLinkedService
SybaseLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
要用于连接的 AuthenticationType。 |
“Basic” “Windows” |
数据库 |
连接的数据库名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
身份验证密码。 |
秘密基地 |
图式 |
连接的架构名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
服务器 |
连接的服务器名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
用户名 |
身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
TeamDeskLinked服务
TeamDeskLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
apiToken |
TeamDesk 源的 API 令牌。 |
秘密基地 |
验证类型 |
要使用的认证类型。 |
“Basic” “Token”(必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
TeamDesk 源的密码。 |
秘密基地 |
网址 |
用于连接 TeamDesk 源的 URL。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
用户名 |
TeamDesk 源的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
TeradataLinkedService 服务
TeradataLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
要用于连接的 AuthenticationType。 |
“Basic” “Windows” |
字符集 |
要用于连接的字符集。 类型:字符串(或带有 resultType 字符串的表达式)。 仅适用于版本 2.0。 |
任何 |
connectionString 连接字符串 |
Teradata ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 仅适用于版本 1.0。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
https端口号 |
通过HTTPS/TLS连接连接到服务器时使用的端口号。 类型:整数(或包含 resultType 整数的表达式)。 仅适用于版本 2.0。 |
任何 |
maxRespSize |
SQL请求的响应缓冲区的最大大小,以字节为单位。 类型:整数。 仅适用于版本 2.0。 |
任何 |
密码 |
身份验证密码。 |
秘密基地 |
端口号 |
通过非 HTTPS/TLS 连接连接到服务器的端口号。 类型:整数(或包含 resultType 整数的表达式)。 仅用于 V2。 仅适用于版本 2.0。 |
任何 |
服务器 |
连接的服务器名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
SSL模式 |
用于连接的 SSL 模式。 有效值包括:“Disable”、“Allow”、“Prefer”、“Require”、“Verify-CA”、“Verify-Full”。 默认值为“Verify-Full”。 类型:字符串(或带有 resultType 字符串的表达式)。 仅适用于版本 2.0。 |
任何 |
useDataEncryption |
指定是否对 Teradata 数据库的所有通信进行加密。 允许的值为 0 或 1。 对于 HTTPS/TLS 连接,将忽略此设置。 类型:整数(或包含 resultType 整数的表达式)。 仅适用于版本 2.0。 |
任何 |
用户名 |
身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
TwilioLinkedService 服务
TwilioLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
密码 |
Twilio 服务的身份验证令牌。 |
SecretBase (必需) |
用户名 |
Twilio 服务的帐户 SID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
VerticaLinked服务
VerticaLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
connectionString 连接字符串 |
ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
数据库 |
连接的数据库名称。 类型:字符串。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
港口 |
连接的端口。 类型:整数。 |
任何 |
pwd |
连接字符串中密码的 Azure Key Vault 机密引用。 |
AzureKeyVaultSecretReference |
服务器 |
连接的服务器名称。 类型:字符串。 |
任何 |
uid |
身份验证的用户名。 类型:字符串。 |
任何 |
仓库链接服务
WarehouseLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
artifactId |
Microsoft Fabric Warehouse 项目的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
端点 |
Microsoft Fabric Warehouse 服务器的终结点。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
servicePrincipalCredential 的 |
Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 |
秘密基地 |
servicePrincipalCredentialType 服务 |
在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalId 服务 |
用于对 Microsoft Fabric Warehouse 进行身份验证的应用程序的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalKey 服务 |
用于对 Microsoft Fabric Warehouse 进行身份验证的应用程序密钥。 |
秘密基地 |
租户 |
服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
工作区ID |
Microsoft Fabric 工作区的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
WebAnonymous身份验证
名称 |
DESCRIPTION |
价值 |
验证类型 |
用于连接到 Web 表源的身份验证类型。 |
“Anonymous”(必需) |
WebBasic身份验证
名称 |
DESCRIPTION |
价值 |
验证类型 |
用于连接到 Web 表源的身份验证类型。 |
“Basic”(必需) |
密码 |
基本身份验证的密码。 |
SecretBase (必需) |
用户名 |
基本身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
WebClientCertificate身份验证
名称 |
DESCRIPTION |
价值 |
验证类型 |
用于连接到 Web 表源的身份验证类型。 |
“ClientCertificate”(必需) |
密码 |
PFX 文件的密码。 |
SecretBase (必需) |
PFX |
PFX 文件的 Base64 编码内容。 |
SecretBase (必需) |
WebLinked服务
WebLinkedServiceType属性
XeroLinked服务
XeroLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
连接属性 |
用于连接到 Xero 的属性。 它与链接服务中的其他任何属性互斥。 类型:对象。 |
任何 |
consumerKey |
与 Xero 应用程序关联的使用者密钥。 |
秘密基地 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
Xero 服务器的终结点。 (即 api.xero.com) |
任何 |
私钥 |
为 Xero 专用应用程序生成的 .pem 文件中的私钥。 必须包括 .pem 文件中的所有文本,包括 Unix 行结尾( ). |
秘密基地 |
useEncryptedEndpoints |
指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 |
任何 |
使用主机验证 |
指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 |
任何 |
usePeerVerification |
指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 |
任何 |
ZendeskLinked服务
ZendeskLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
apiToken |
Zendesk 源的 API 令牌。 |
秘密基地 |
验证类型 |
要使用的认证类型。 |
“Basic” “Token”(必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
Zendesk 源的密码。 |
秘密基地 |
网址 |
用于连接 Zendesk 源的 URL。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
用户名 |
Zendesk 源的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
ZohoLinked服务
ZohoLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
accessToken |
用于 Zoho 身份验证的访问令牌。 |
秘密基地 |
连接属性 |
用于连接到 Zoho 的属性。 它与链接服务中的其他任何属性互斥。 类型:对象。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
端点 |
Zoho 服务器的终结点。 (即 crm.zoho.com/crm/private) |
任何 |
useEncryptedEndpoints |
指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 |
任何 |
使用主机验证 |
指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 |
任何 |
usePeerVerification |
指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 |
任何 |
用法示例
Azure 快速入门示例
以下 Azure 快速入门模板 包含用于部署此资源类型的 Bicep 示例。
Bicep 文件 |
DESCRIPTION |
创建 V2 数据工厂 |
此模板创建一个 V2 数据工厂,用于将数据从 Azure Blob 存储中的文件夹复制到存储中的另一个文件夹。 |
在 Azure 体系结构上部署体育分析 |
创建启用了 ADLS Gen 2 的 Azure 存储帐户、存储帐户的链接服务的 Azure 数据工厂实例(如果已部署的 Azure SQL 数据库)和 Azure Databricks 实例。 将为部署模板的用户的 AAD 标识以及 ADF 实例的托管标识授予存储帐户上的存储 Blob 数据参与者角色。 还有一些选项可用于部署 Azure Key Vault 实例、Azure SQL 数据库和 Azure 事件中心(用于流式处理用例)。 部署 Azure Key Vault 后,将为部署模板的用户提供数据工厂托管标识和 AAD 标识,并被授予 Key Vault 机密用户角色。 |
可以使用 Azure 数据工厂进行更多作 - 单击一次尝试 Azure 数据工厂 |
此模板为从 Azure Blob 复制到另一个 Azure Blob 中的复制活动创建数据工厂管道 |
ARM 模板资源定义
可以使用目标作部署工厂/linkedservices 资源类型:
有关每个 API 版本中已更改属性的列表,请参阅 更改日志。
若要创建 Microsoft.DataFactory/factories/linkedservices 资源,请将以下 JSON 添加到模板。
{
"type": "Microsoft.DataFactory/factories/linkedservices",
"apiVersion": "2018-06-01",
"name": "string",
"properties": {
"annotations": [ {} ],
"connectVia": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"description": "string",
"parameters": {
"{customized property}": {
"defaultValue": {},
"type": "string"
}
},
"version": "string",
"type": "string"
// For remaining properties, see LinkedService 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": "string",
"endpoint": {},
"marketplaceID": {},
"mwsAuthToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"secretKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"sellerID": {},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {}
}
}
对于 AmazonRdsForOracle,请使用:
{
"type": "AmazonRdsForOracle",
"typeProperties": {
"authenticationType": "string",
"connectionString": {},
"cryptoChecksumClient": {},
"cryptoChecksumTypesClient": {},
"enableBulkLoad": {},
"encryptedCredential": "string",
"encryptionClient": {},
"encryptionTypesClient": {},
"fetchSize": {},
"fetchTswtzAsTimestamp": {},
"initializationString": {},
"initialLobFetchSize": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"server": {},
"statementCacheSize": {},
"supportV1DataTypes": {},
"username": {}
}
}
对于 AmazonRdsForSqlServer,请使用:
{
"type": "AmazonRdsForSqlServer",
"typeProperties": {
"alwaysEncryptedSettings": {
"alwaysEncryptedAkvAuthType": "string",
"credential": {
"referenceName": "string",
"type": "string"
},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
}
},
"applicationIntent": {},
"authenticationType": "string",
"commandTimeout": {},
"connectionString": {},
"connectRetryCount": {},
"connectRetryInterval": {},
"connectTimeout": {},
"database": {},
"encrypt": {},
"encryptedCredential": "string",
"failoverPartner": {},
"hostNameInCertificate": {},
"integratedSecurity": {},
"loadBalanceTimeout": {},
"maxPoolSize": {},
"minPoolSize": {},
"multipleActiveResultSets": {},
"multiSubnetFailover": {},
"packetSize": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"pooling": {},
"server": {},
"trustServerCertificate": {},
"userName": {}
}
}
对于 AmazonRedshift,请使用:
{
"type": "AmazonRedshift",
"typeProperties": {
"database": {},
"encryptedCredential": "string",
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"server": {},
"username": {}
}
}
对于 AmazonS3,请使用:
{
"type": "AmazonS3",
"typeProperties": {
"accessKeyId": {},
"authenticationType": {},
"encryptedCredential": "string",
"secretAccessKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"serviceUrl": {},
"sessionToken": {
"type": "string"
// For remaining properties, see SecretBase objects
}
}
}
对于 AmazonS3Compatible,请使用:
{
"type": "AmazonS3Compatible",
"typeProperties": {
"accessKeyId": {},
"encryptedCredential": "string",
"forcePathStyle": {},
"secretAccessKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"serviceUrl": {}
}
}
对于 AppFigures,请使用:
{
"type": "AppFigures",
"typeProperties": {
"clientKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"userName": {}
}
}
对于 Asana,请使用:
{
"type": "Asana",
"typeProperties": {
"apiToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": "string"
}
}
对于 AzureBatch,请使用:
{
"type": "AzureBatch",
"typeProperties": {
"accessKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"accountName": {},
"batchUri": {},
"credential": {
"referenceName": "string",
"type": "string"
},
"encryptedCredential": "string",
"linkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"poolName": {}
}
}
对于 AzureBlobFS,请使用:
{
"type": "AzureBlobFS",
"typeProperties": {
"accountKey": {},
"azureCloudType": {},
"credential": {
"referenceName": "string",
"type": "string"
},
"encryptedCredential": "string",
"sasToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"sasUri": {},
"servicePrincipalCredential": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"servicePrincipalCredentialType": {},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"tenant": {},
"url": {}
}
}
对于 AzureBlobStorage,请使用:
{
"type": "AzureBlobStorage",
"typeProperties": {
"accountKey": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"type": "string"
},
"accountKind": {},
"authenticationType": "string",
"azureCloudType": {},
"connectionString": {},
"containerUri": {},
"credential": {
"referenceName": "string",
"type": "string"
},
"encryptedCredential": "string",
"sasToken": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"type": "string"
},
"sasUri": {},
"serviceEndpoint": {},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"tenant": {}
}
}
对于 AzureDataExplorer,请使用:
{
"type": "AzureDataExplorer",
"typeProperties": {
"credential": {
"referenceName": "string",
"type": "string"
},
"database": {},
"endpoint": {},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"tenant": {}
}
}
对于 AzureDataLakeAnalytics,请使用:
{
"type": "AzureDataLakeAnalytics",
"typeProperties": {
"accountName": {},
"dataLakeAnalyticsUri": {},
"encryptedCredential": "string",
"resourceGroupName": {},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"subscriptionId": {},
"tenant": {}
}
}
对于 AzureDataLakeStore,请使用:
{
"type": "AzureDataLakeStore",
"typeProperties": {
"accountName": {},
"azureCloudType": {},
"credential": {
"referenceName": "string",
"type": "string"
},
"dataLakeStoreUri": {},
"encryptedCredential": "string",
"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
},
"authentication": {},
"credential": {
"referenceName": "string",
"type": "string"
},
"dataSecurityMode": {},
"domain": {},
"encryptedCredential": "string",
"existingClusterId": {},
"instancePoolId": {},
"newClusterCustomTags": {
"{customized property}": {}
},
"newClusterDriverNodeType": {},
"newClusterEnableElasticDisk": {},
"newClusterInitScripts": {},
"newClusterLogDestination": {},
"newClusterNodeType": {},
"newClusterNumOfWorker": {},
"newClusterSparkConf": {
"{customized property}": {}
},
"newClusterSparkEnvVars": {
"{customized property}": {}
},
"newClusterVersion": {},
"policyId": {},
"workspaceResourceId": {}
}
}
对于 AzureDatabricksDeltaLake,请使用:
{
"type": "AzureDatabricksDeltaLake",
"typeProperties": {
"accessToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"clusterId": {},
"credential": {
"referenceName": "string",
"type": "string"
},
"domain": {},
"encryptedCredential": "string",
"workspaceResourceId": {}
}
}
对于 AzureFileStorage,请使用:
{
"type": "AzureFileStorage",
"typeProperties": {
"accountKey": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"type": "string"
},
"connectionString": {},
"credential": {
"referenceName": "string",
"type": "string"
},
"encryptedCredential": "string",
"fileShare": {},
"host": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"sasToken": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"type": "string"
},
"sasUri": {},
"serviceEndpoint": {},
"snapshot": {},
"userId": {}
}
}
对于 azureFunction,请使用:
{
"type": "AzureFunction",
"typeProperties": {
"authentication": {},
"credential": {
"referenceName": "string",
"type": "string"
},
"encryptedCredential": "string",
"functionAppUrl": {},
"functionKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"resourceId": {}
}
}
对于 AzureKeyVault,请使用:
{
"type": "AzureKeyVault",
"typeProperties": {
"baseUrl": {},
"credential": {
"referenceName": "string",
"type": "string"
}
}
}
对于 AzureML,请使用:
{
"type": "AzureML",
"typeProperties": {
"apiKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"authentication": {},
"encryptedCredential": "string",
"mlEndpoint": {},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"tenant": {},
"updateResourceEndpoint": {}
}
}
对于 AzureMLService,请使用:
{
"type": "AzureMLService",
"typeProperties": {
"authentication": {},
"encryptedCredential": "string",
"mlWorkspaceName": {},
"resourceGroupName": {},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"subscriptionId": {},
"tenant": {}
}
}
对于 AzureMariaDB,请使用:
{
"type": "AzureMariaDB",
"typeProperties": {
"connectionString": {},
"encryptedCredential": "string",
"pwd": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"type": "string"
}
}
}
对于 AzureMySql,请使用:
{
"type": "AzureMySql",
"typeProperties": {
"connectionString": {},
"encryptedCredential": "string",
"password": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"type": "string"
}
}
}
对于 AzurePostgreSql,请使用:
{
"type": "AzurePostgreSql",
"typeProperties": {
"azureCloudType": {},
"commandTimeout": {},
"connectionString": {},
"credential": {
"referenceName": "string",
"type": "string"
},
"database": {},
"encoding": {},
"encryptedCredential": "string",
"password": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"type": "string"
},
"port": {},
"readBufferSize": {},
"server": {},
"servicePrincipalCredentialType": {},
"servicePrincipalEmbeddedCert": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"servicePrincipalEmbeddedCertPassword": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"sslMode": {},
"tenant": {},
"timeout": {},
"timezone": {},
"trustServerCertificate": {},
"username": {}
}
}
对于 AzureSearch,请使用:
{
"type": "AzureSearch",
"typeProperties": {
"encryptedCredential": "string",
"key": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"url": {}
}
}
对于 AzureSqlDW,请使用:
{
"type": "AzureSqlDW",
"typeProperties": {
"applicationIntent": {},
"authenticationType": "string",
"azureCloudType": {},
"commandTimeout": {},
"connectionString": {},
"connectRetryCount": {},
"connectRetryInterval": {},
"connectTimeout": {},
"credential": {
"referenceName": "string",
"type": "string"
},
"database": {},
"encrypt": {},
"encryptedCredential": "string",
"failoverPartner": {},
"hostNameInCertificate": {},
"integratedSecurity": {},
"loadBalanceTimeout": {},
"maxPoolSize": {},
"minPoolSize": {},
"multipleActiveResultSets": {},
"multiSubnetFailover": {},
"packetSize": {},
"password": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"type": "string"
},
"pooling": {},
"server": {},
"servicePrincipalCredential": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"servicePrincipalCredentialType": {},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"tenant": {},
"trustServerCertificate": {},
"userName": {}
}
}
对于 AzureSqlDatabase,请使用:
{
"type": "AzureSqlDatabase",
"typeProperties": {
"alwaysEncryptedSettings": {
"alwaysEncryptedAkvAuthType": "string",
"credential": {
"referenceName": "string",
"type": "string"
},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
}
},
"applicationIntent": {},
"authenticationType": "string",
"azureCloudType": {},
"commandTimeout": {},
"connectionString": {},
"connectRetryCount": {},
"connectRetryInterval": {},
"connectTimeout": {},
"credential": {
"referenceName": "string",
"type": "string"
},
"database": {},
"encrypt": {},
"encryptedCredential": "string",
"failoverPartner": {},
"hostNameInCertificate": {},
"integratedSecurity": {},
"loadBalanceTimeout": {},
"maxPoolSize": {},
"minPoolSize": {},
"multipleActiveResultSets": {},
"multiSubnetFailover": {},
"packetSize": {},
"password": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"type": "string"
},
"pooling": {},
"server": {},
"servicePrincipalCredential": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"servicePrincipalCredentialType": {},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"tenant": {},
"trustServerCertificate": {},
"userName": {}
}
}
对于 AzureSqlMI,请使用:
{
"type": "AzureSqlMI",
"typeProperties": {
"alwaysEncryptedSettings": {
"alwaysEncryptedAkvAuthType": "string",
"credential": {
"referenceName": "string",
"type": "string"
},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
}
},
"applicationIntent": {},
"authenticationType": "string",
"azureCloudType": {},
"commandTimeout": {},
"connectionString": {},
"connectRetryCount": {},
"connectRetryInterval": {},
"connectTimeout": {},
"credential": {
"referenceName": "string",
"type": "string"
},
"database": {},
"encrypt": {},
"encryptedCredential": "string",
"failoverPartner": {},
"hostNameInCertificate": {},
"integratedSecurity": {},
"loadBalanceTimeout": {},
"maxPoolSize": {},
"minPoolSize": {},
"multipleActiveResultSets": {},
"multiSubnetFailover": {},
"packetSize": {},
"password": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"type": "string"
},
"pooling": {},
"server": {},
"servicePrincipalCredential": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"servicePrincipalCredentialType": {},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"tenant": {},
"trustServerCertificate": {},
"userName": {}
}
}
对于 AzureStorage,请使用:
{
"type": "AzureStorage",
"typeProperties": {
"accountKey": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"type": "string"
},
"connectionString": {},
"encryptedCredential": "string",
"sasToken": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"type": "string"
},
"sasUri": {}
}
}
对于 AzureSynapseArtifacts,请使用:
{
"type": "AzureSynapseArtifacts",
"typeProperties": {
"authentication": {},
"endpoint": {},
"workspaceResourceId": {}
}
}
对于 AzureTableStorage,请使用:
{
"type": "AzureTableStorage",
"typeProperties": {
"accountKey": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"type": "string"
},
"connectionString": {},
"credential": {
"referenceName": "string",
"type": "string"
},
"encryptedCredential": "string",
"sasToken": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"type": "string"
},
"sasUri": {},
"serviceEndpoint": {}
}
}
对于 Cassandra,请使用:
{
"type": "Cassandra",
"typeProperties": {
"authenticationType": {},
"encryptedCredential": "string",
"host": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"username": {}
}
}
对于 CommonDataServiceForApps,请使用:
{
"type": "CommonDataServiceForApps",
"typeProperties": {
"authenticationType": {},
"deploymentType": {},
"domain": {},
"encryptedCredential": "string",
"hostName": {},
"organizationName": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"servicePrincipalCredential": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"servicePrincipalCredentialType": {},
"servicePrincipalId": {},
"serviceUri": {},
"username": {}
}
}
对于 Concur,请使用:
{
"type": "Concur",
"typeProperties": {
"clientId": {},
"connectionProperties": {},
"encryptedCredential": "string",
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {},
"username": {}
}
}
对于 CosmosDb,请使用:
{
"type": "CosmosDb",
"typeProperties": {
"accountEndpoint": {},
"accountKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"azureCloudType": {},
"connectionMode": "string",
"connectionString": {},
"credential": {
"referenceName": "string",
"type": "string"
},
"database": {},
"encryptedCredential": "string",
"servicePrincipalCredential": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"servicePrincipalCredentialType": {},
"servicePrincipalId": {},
"tenant": {}
}
}
对于 CosmosDbMongoDbApi,请使用:
{
"type": "CosmosDbMongoDbApi",
"typeProperties": {
"connectionString": {},
"database": {},
"isServerVersionAbove32": {}
}
}
对于 Couchbase,请使用:
{
"type": "Couchbase",
"typeProperties": {
"connectionString": {},
"credString": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"type": "string"
},
"encryptedCredential": "string"
}
}
对于 CustomDataSource,请使用:
{
"type": "CustomDataSource",
"typeProperties": {}
}
对于 Dataworld,请使用:
{
"type": "Dataworld",
"typeProperties": {
"apiToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": "string"
}
}
对于 Db2,请使用:
{
"type": "Db2",
"typeProperties": {
"authenticationType": "string",
"certificateCommonName": {},
"connectionString": {},
"database": {},
"encryptedCredential": "string",
"packageCollection": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"server": {},
"username": {}
}
}
对于 Drill,请使用:
{
"type": "Drill",
"typeProperties": {
"connectionString": {},
"encryptedCredential": "string",
"pwd": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"type": "string"
}
}
}
对于 Dynamics,请使用:
{
"type": "Dynamics",
"typeProperties": {
"authenticationType": {},
"credential": {
"referenceName": "string",
"type": "string"
},
"deploymentType": {},
"domain": {},
"encryptedCredential": "string",
"hostName": {},
"organizationName": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"servicePrincipalCredential": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"servicePrincipalCredentialType": {},
"servicePrincipalId": {},
"serviceUri": {},
"username": {}
}
}
对于 DynamicsAX,请使用:
{
"type": "DynamicsAX",
"typeProperties": {
"aadResourceId": {},
"encryptedCredential": "string",
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"tenant": {},
"url": {}
}
}
对于 DynamicsCrm,请使用:
{
"type": "DynamicsCrm",
"typeProperties": {
"authenticationType": {},
"credential": {
"referenceName": "string",
"type": "string"
},
"deploymentType": {},
"domain": {},
"encryptedCredential": "string",
"hostName": {},
"organizationName": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"servicePrincipalCredential": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"servicePrincipalCredentialType": {},
"servicePrincipalId": {},
"serviceUri": {},
"username": {}
}
}
对于 Eloqua,请使用:
{
"type": "Eloqua",
"typeProperties": {
"encryptedCredential": "string",
"endpoint": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {},
"username": {}
}
}
对于 FileServer,请使用:
{
"type": "FileServer",
"typeProperties": {
"encryptedCredential": "string",
"host": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"userId": {}
}
}
对于 FtpServer,请使用:
{
"type": "FtpServer",
"typeProperties": {
"authenticationType": "string",
"enableServerCertificateValidation": {},
"enableSsl": {},
"encryptedCredential": "string",
"host": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"userName": {}
}
}
对于 GoogleAdWords,请使用:
{
"type": "GoogleAdWords",
"typeProperties": {
"authenticationType": "string",
"clientCustomerID": {},
"clientId": {},
"clientSecret": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"connectionProperties": {},
"developerToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"email": {},
"encryptedCredential": "string",
"googleAdsApiVersion": {},
"keyFilePath": {},
"loginCustomerID": {},
"privateKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"refreshToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"supportLegacyDataTypes": {},
"trustedCertPath": {},
"useSystemTrustStore": {}
}
}
对于 GoogleBigQuery,请使用:
{
"type": "GoogleBigQuery",
"typeProperties": {
"additionalProjects": {},
"authenticationType": "string",
"clientId": {},
"clientSecret": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"email": {},
"encryptedCredential": "string",
"keyFilePath": {},
"project": {},
"refreshToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"requestGoogleDriveScope": {},
"trustedCertPath": {},
"useSystemTrustStore": {}
}
}
对于 GoogleBigQueryV2,请使用:
{
"type": "GoogleBigQueryV2",
"typeProperties": {
"authenticationType": "string",
"clientId": {},
"clientSecret": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": "string",
"keyFileContent": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"projectId": {},
"refreshToken": {
"type": "string"
// For remaining properties, see SecretBase objects
}
}
}
对于 GoogleCloudStorage,请使用:
{
"type": "GoogleCloudStorage",
"typeProperties": {
"accessKeyId": {},
"encryptedCredential": "string",
"secretAccessKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"serviceUrl": {}
}
}
对于 GoogleSheets,请使用:
{
"type": "GoogleSheets",
"typeProperties": {
"apiToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": "string"
}
}
对于 Greenplum,请使用:
{
"type": "Greenplum",
"typeProperties": {
"authenticationType": "string",
"commandTimeout": {},
"connectionString": {},
"connectionTimeout": {},
"database": {},
"encryptedCredential": "string",
"host": {},
"port": {},
"pwd": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"type": "string"
},
"sslMode": {},
"username": {}
}
}
对于 HBase,请使用:
{
"type": "HBase",
"typeProperties": {
"allowHostNameCNMismatch": {},
"allowSelfSignedServerCert": {},
"authenticationType": "string",
"enableSsl": {},
"encryptedCredential": "string",
"host": {},
"httpPath": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"trustedCertPath": {},
"username": {}
}
}
对于 HDInsight,请使用:
{
"type": "HDInsight",
"typeProperties": {
"clusterUri": {},
"encryptedCredential": "string",
"fileSystem": {},
"hcatalogLinkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"isEspEnabled": {},
"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": {},
"credential": {
"referenceName": "string",
"type": "string"
},
"dataNodeSize": {},
"encryptedCredential": "string",
"hBaseConfiguration": {},
"hcatalogLinkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"hdfsConfiguration": {},
"headNodeSize": {},
"hiveConfiguration": {},
"hostSubscriptionId": {},
"linkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"mapReduceConfiguration": {},
"oozieConfiguration": {},
"scriptActions": [
{
"name": "string",
"parameters": "string",
"roles": {},
"uri": "string"
}
],
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"sparkVersion": {},
"stormConfiguration": {},
"subnetName": {},
"tenant": {},
"timeToLive": {},
"version": {},
"virtualNetworkId": {},
"yarnConfiguration": {},
"zookeeperNodeSize": {}
}
}
对于 Hdfs,请使用:
{
"type": "Hdfs",
"typeProperties": {
"authenticationType": {},
"encryptedCredential": "string",
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"url": {},
"userName": {}
}
}
对于 Hive,请使用:
{
"type": "Hive",
"typeProperties": {
"allowHostNameCNMismatch": {},
"allowSelfSignedServerCert": {},
"authenticationType": "string",
"enableServerCertificateValidation": {},
"enableSsl": {},
"encryptedCredential": "string",
"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",
"authHeaders": {},
"certThumbprint": {},
"embeddedCertData": {},
"enableServerCertificateValidation": {},
"encryptedCredential": "string",
"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": "string",
"refreshToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {}
}
}
对于 Impala,请使用:
{
"type": "Impala",
"typeProperties": {
"allowHostNameCNMismatch": {},
"allowSelfSignedServerCert": {},
"authenticationType": "string",
"enableServerCertificateValidation": {},
"enableSsl": {},
"encryptedCredential": "string",
"host": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"thriftTransportProtocol": "string",
"trustedCertPath": {},
"username": {},
"useSystemTrustStore": {}
}
}
对于 Informix,请使用:
{
"type": "Informix",
"typeProperties": {
"authenticationType": {},
"connectionString": {},
"credential": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": "string",
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"userName": {}
}
}
对于 Jira,请使用:
{
"type": "Jira",
"typeProperties": {
"encryptedCredential": "string",
"host": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {},
"username": {}
}
}
对于 Lakehouse,请使用:
{
"type": "Lakehouse",
"typeProperties": {
"artifactId": {},
"encryptedCredential": "string",
"servicePrincipalCredential": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"servicePrincipalCredentialType": {},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"tenant": {},
"workspaceId": {}
}
}
对于 Magento,请使用:
{
"type": "Magento",
"typeProperties": {
"accessToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": "string",
"host": {},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {}
}
}
对于 MariaDB,请使用:
{
"type": "MariaDB",
"typeProperties": {
"connectionString": {},
"database": {},
"driverVersion": {},
"encryptedCredential": "string",
"password": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"type": "string"
},
"port": {},
"server": {},
"sslMode": {},
"username": {},
"useSystemTrustStore": {}
}
}
对于 Marketo,请使用:
{
"type": "Marketo",
"typeProperties": {
"clientId": {},
"clientSecret": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": "string",
"endpoint": {},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {}
}
}
对于 MicrosoftAccess,请使用:
{
"type": "MicrosoftAccess",
"typeProperties": {
"authenticationType": {},
"connectionString": {},
"credential": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": "string",
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"userName": {}
}
}
对于 MongoDb,请使用:
{
"type": "MongoDb",
"typeProperties": {
"allowSelfSignedServerCert": {},
"authenticationType": "string",
"authSource": {},
"databaseName": {},
"enableSsl": {},
"encryptedCredential": "string",
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"server": {},
"username": {}
}
}
对于 MongoDbAtlas,请使用:
{
"type": "MongoDbAtlas",
"typeProperties": {
"connectionString": {},
"database": {},
"driverVersion": {}
}
}
对于 MongoDbV2,请使用:
{
"type": "MongoDbV2",
"typeProperties": {
"connectionString": {},
"database": {}
}
}
对于 MySql,请使用:
{
"type": "MySql",
"typeProperties": {
"allowZeroDateTime": {},
"connectionString": {},
"connectionTimeout": {},
"convertZeroDateTime": {},
"database": {},
"driverVersion": {},
"encryptedCredential": "string",
"guidFormat": {},
"password": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"type": "string"
},
"port": {},
"server": {},
"sslCert": {},
"sslKey": {},
"sslMode": {},
"treatTinyAsBoolean": {},
"username": {},
"useSystemTrustStore": {}
}
}
对于 Netezza,请使用:
{
"type": "Netezza",
"typeProperties": {
"connectionString": {},
"encryptedCredential": "string",
"pwd": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"type": "string"
}
}
}
对于 OData,请使用:
{
"type": "OData",
"typeProperties": {
"aadResourceId": {},
"aadServicePrincipalCredentialType": "string",
"authenticationType": "string",
"authHeaders": {},
"azureCloudType": {},
"encryptedCredential": "string",
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"servicePrincipalEmbeddedCert": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"servicePrincipalEmbeddedCertPassword": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"tenant": {},
"url": {},
"userName": {}
}
}
对于 Odbc,请使用:
{
"type": "Odbc",
"typeProperties": {
"authenticationType": {},
"connectionString": {},
"credential": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": "string",
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"userName": {}
}
}
对于 Office365,请使用:
{
"type": "Office365",
"typeProperties": {
"encryptedCredential": "string",
"office365TenantId": {},
"servicePrincipalCredentialType": {},
"servicePrincipalEmbeddedCert": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"servicePrincipalEmbeddedCertPassword": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"servicePrincipalTenantId": {}
}
}
对于 Oracle,请使用:
{
"type": "Oracle",
"typeProperties": {
"authenticationType": "string",
"connectionString": {},
"cryptoChecksumClient": {},
"cryptoChecksumTypesClient": {},
"enableBulkLoad": {},
"encryptedCredential": "string",
"encryptionClient": {},
"encryptionTypesClient": {},
"fetchSize": {},
"fetchTswtzAsTimestamp": {},
"initializationString": {},
"initialLobFetchSize": {},
"password": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"type": "string"
},
"server": {},
"statementCacheSize": {},
"supportV1DataTypes": {},
"username": {}
}
}
对于 OracleCloudStorage,请使用:
{
"type": "OracleCloudStorage",
"typeProperties": {
"accessKeyId": {},
"encryptedCredential": "string",
"secretAccessKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"serviceUrl": {}
}
}
对于 OracleServiceCloud,请使用:
{
"type": "OracleServiceCloud",
"typeProperties": {
"encryptedCredential": "string",
"host": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {},
"username": {}
}
}
对于 PayPal,请使用:
{
"type": "Paypal",
"typeProperties": {
"clientId": {},
"clientSecret": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": "string",
"host": {},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {}
}
}
对于 Phoenix,请使用:
{
"type": "Phoenix",
"typeProperties": {
"allowHostNameCNMismatch": {},
"allowSelfSignedServerCert": {},
"authenticationType": "string",
"enableSsl": {},
"encryptedCredential": "string",
"host": {},
"httpPath": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"trustedCertPath": {},
"username": {},
"useSystemTrustStore": {}
}
}
对于 PostgreSql,请使用:
{
"type": "PostgreSql",
"typeProperties": {
"connectionString": {},
"encryptedCredential": "string",
"password": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"type": "string"
}
}
}
对于 PostgreSqlV2,请使用:
{
"type": "PostgreSqlV2",
"typeProperties": {
"authenticationType": {},
"commandTimeout": {},
"connectionTimeout": {},
"database": {},
"encoding": {},
"encryptedCredential": "string",
"logParameters": {},
"password": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"type": "string"
},
"pooling": {},
"port": {},
"readBufferSize": {},
"schema": {},
"server": {},
"sslCertificate": {},
"sslKey": {},
"sslMode": {},
"sslPassword": {},
"timezone": {},
"trustServerCertificate": {},
"username": {}
}
}
对于 Presto,请使用:
{
"type": "Presto",
"typeProperties": {
"allowHostNameCNMismatch": {},
"allowSelfSignedServerCert": {},
"authenticationType": "string",
"catalog": {},
"enableServerCertificateValidation": {},
"enableSsl": {},
"encryptedCredential": "string",
"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": {},
"connectionProperties": {},
"consumerKey": {},
"consumerSecret": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": "string",
"endpoint": {},
"refreshToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"useEncryptedEndpoints": {}
}
}
对于 Quickbase,请使用:
{
"type": "Quickbase",
"typeProperties": {
"encryptedCredential": "string",
"url": {},
"userToken": {
"type": "string"
// For remaining properties, see SecretBase objects
}
}
}
对于 Responsys,请使用:
{
"type": "Responsys",
"typeProperties": {
"clientId": {},
"clientSecret": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": "string",
"endpoint": {},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {}
}
}
对于 RestService,请使用:
{
"type": "RestService",
"typeProperties": {
"aadResourceId": {},
"authenticationType": "string",
"authHeaders": {},
"azureCloudType": {},
"clientId": {},
"clientSecret": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"credential": {
"referenceName": "string",
"type": "string"
},
"enableServerCertificateValidation": {},
"encryptedCredential": "string",
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"resource": {},
"scope": {},
"servicePrincipalCredentialType": {},
"servicePrincipalEmbeddedCert": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"servicePrincipalEmbeddedCertPassword": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"tenant": {},
"tokenEndpoint": {},
"url": {},
"userName": {}
}
}
对于 Salesforce,请使用:
{
"type": "Salesforce",
"typeProperties": {
"apiVersion": {},
"encryptedCredential": "string",
"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
},
"connectionProperties": {},
"encryptedCredential": "string",
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {}
}
}
对于 SalesforceServiceCloud,请使用:
{
"type": "SalesforceServiceCloud",
"typeProperties": {
"apiVersion": {},
"encryptedCredential": "string",
"environmentUrl": {},
"extendedProperties": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"securityToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"username": {}
}
}
对于 SalesforceServiceCloudV2,请使用:
{
"type": "SalesforceServiceCloudV2",
"typeProperties": {
"apiVersion": {},
"authenticationType": {},
"clientId": {},
"clientSecret": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": "string",
"environmentUrl": {}
}
}
对于 SalesforceV2,请使用:
{
"type": "SalesforceV2",
"typeProperties": {
"apiVersion": {},
"authenticationType": {},
"clientId": {},
"clientSecret": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": "string",
"environmentUrl": {}
}
}
对于 SapBW,请使用:
{
"type": "SapBW",
"typeProperties": {
"clientId": {},
"encryptedCredential": "string",
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"server": {},
"systemNumber": {},
"userName": {}
}
}
对于 SapCloudForCustomer,请使用:
{
"type": "SapCloudForCustomer",
"typeProperties": {
"encryptedCredential": "string",
"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": {},
"username": {}
}
}
对于 SapHana,请使用:
{
"type": "SapHana",
"typeProperties": {
"authenticationType": "string",
"connectionString": {},
"encryptedCredential": "string",
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"server": {},
"userName": {}
}
}
对于 SapOdp,请使用:
{
"type": "SapOdp",
"typeProperties": {
"clientId": {},
"encryptedCredential": "string",
"language": {},
"logonGroup": {},
"messageServer": {},
"messageServerService": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"server": {},
"sncLibraryPath": {},
"sncMode": {},
"sncMyName": {},
"sncPartnerName": {},
"sncQop": {},
"subscriberName": {},
"systemId": {},
"systemNumber": {},
"userName": {},
"x509CertificatePath": {}
}
}
对于 SapOpenHub,请使用:
{
"type": "SapOpenHub",
"typeProperties": {
"clientId": {},
"encryptedCredential": "string",
"language": {},
"logonGroup": {},
"messageServer": {},
"messageServerService": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"server": {},
"systemId": {},
"systemNumber": {},
"userName": {}
}
}
对于 SapTable,请使用:
{
"type": "SapTable",
"typeProperties": {
"clientId": {},
"encryptedCredential": "string",
"language": {},
"logonGroup": {},
"messageServer": {},
"messageServerService": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"server": {},
"sncLibraryPath": {},
"sncMode": {},
"sncMyName": {},
"sncPartnerName": {},
"sncQop": {},
"systemId": {},
"systemNumber": {},
"userName": {}
}
}
对于 ServiceNow,请使用:
{
"type": "ServiceNow",
"typeProperties": {
"authenticationType": "string",
"clientId": {},
"clientSecret": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": "string",
"endpoint": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {},
"username": {}
}
}
对于 ServiceNowV2,请使用:
{
"type": "ServiceNowV2",
"typeProperties": {
"authenticationType": "string",
"clientId": {},
"clientSecret": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": "string",
"endpoint": {},
"grantType": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"username": {}
}
}
对于 Sftp,请使用:
{
"type": "Sftp",
"typeProperties": {
"authenticationType": "string",
"encryptedCredential": "string",
"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": {}
}
}
对于 SharePointOnlineList,请使用:
{
"type": "SharePointOnlineList",
"typeProperties": {
"encryptedCredential": "string",
"servicePrincipalCredentialType": {},
"servicePrincipalEmbeddedCert": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"servicePrincipalEmbeddedCertPassword": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"siteUrl": {},
"tenantId": {}
}
}
对于 Shopify,请使用:
{
"type": "Shopify",
"typeProperties": {
"accessToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": "string",
"host": {},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {}
}
}
对于 Smartsheet,请使用:
{
"type": "Smartsheet",
"typeProperties": {
"apiToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": "string"
}
}
对于 Snowflake,请使用:
{
"type": "Snowflake",
"typeProperties": {
"connectionString": {},
"encryptedCredential": "string",
"password": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"type": "string"
}
}
}
对于 SnowflakeV2,请使用:
{
"type": "SnowflakeV2",
"typeProperties": {
"accountIdentifier": {},
"authenticationType": "string",
"clientId": {},
"clientSecret": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"database": {},
"encryptedCredential": "string",
"host": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"privateKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"privateKeyPassphrase": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"role": {},
"schema": {},
"scope": {},
"tenantId": {},
"user": {},
"warehouse": {}
}
}
对于 Spark,请使用:
{
"type": "Spark",
"typeProperties": {
"allowHostNameCNMismatch": {},
"allowSelfSignedServerCert": {},
"authenticationType": "string",
"enableServerCertificateValidation": {},
"enableSsl": {},
"encryptedCredential": "string",
"host": {},
"httpPath": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"serverType": "string",
"thriftTransportProtocol": "string",
"trustedCertPath": {},
"username": {},
"useSystemTrustStore": {}
}
}
对于 SqlServer,请使用:
{
"type": "SqlServer",
"typeProperties": {
"alwaysEncryptedSettings": {
"alwaysEncryptedAkvAuthType": "string",
"credential": {
"referenceName": "string",
"type": "string"
},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
}
},
"applicationIntent": {},
"authenticationType": "string",
"commandTimeout": {},
"connectionString": {},
"connectRetryCount": {},
"connectRetryInterval": {},
"connectTimeout": {},
"credential": {
"referenceName": "string",
"type": "string"
},
"database": {},
"encrypt": {},
"encryptedCredential": "string",
"failoverPartner": {},
"hostNameInCertificate": {},
"integratedSecurity": {},
"loadBalanceTimeout": {},
"maxPoolSize": {},
"minPoolSize": {},
"multipleActiveResultSets": {},
"multiSubnetFailover": {},
"packetSize": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"pooling": {},
"server": {},
"trustServerCertificate": {},
"userName": {}
}
}
对于 Square,请使用:
{
"type": "Square",
"typeProperties": {
"clientId": {},
"clientSecret": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"connectionProperties": {},
"encryptedCredential": "string",
"host": {},
"redirectUri": {},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {}
}
}
对于 Sybase,请使用:
{
"type": "Sybase",
"typeProperties": {
"authenticationType": "string",
"database": {},
"encryptedCredential": "string",
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"schema": {},
"server": {},
"username": {}
}
}
对于 TeamDesk,请使用:
{
"type": "TeamDesk",
"typeProperties": {
"apiToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"authenticationType": "string",
"encryptedCredential": "string",
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"url": {},
"userName": {}
}
}
对于 Teradata,请使用:
{
"type": "Teradata",
"typeProperties": {
"authenticationType": "string",
"characterSet": {},
"connectionString": {},
"encryptedCredential": "string",
"httpsPortNumber": {},
"maxRespSize": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"portNumber": {},
"server": {},
"sslMode": {},
"useDataEncryption": {},
"username": {}
}
}
对于 Twilio,请使用:
{
"type": "Twilio",
"typeProperties": {
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"userName": {}
}
}
对于 Vertica,请使用:
{
"type": "Vertica",
"typeProperties": {
"connectionString": {},
"database": {},
"encryptedCredential": "string",
"port": {},
"pwd": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"type": "string"
},
"server": {},
"uid": {}
}
}
对于 仓库,请使用:
{
"type": "Warehouse",
"typeProperties": {
"artifactId": {},
"encryptedCredential": "string",
"endpoint": {},
"servicePrincipalCredential": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"servicePrincipalCredentialType": {},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"tenant": {},
"workspaceId": {}
}
}
对于 Web,请使用:
{
"type": "Web",
"typeProperties": {
"url": {},
"authenticationType": "string"
// For remaining properties, see WebLinkedServiceTypeProperties objects
}
}
对于 Xero,请使用:
{
"type": "Xero",
"typeProperties": {
"connectionProperties": {},
"consumerKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": "string",
"host": {},
"privateKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {}
}
}
对于 Zendesk,请使用:
{
"type": "Zendesk",
"typeProperties": {
"apiToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"authenticationType": "string",
"encryptedCredential": "string",
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"url": {},
"userName": {}
}
}
对于 Zoho,请使用:
{
"type": "Zoho",
"typeProperties": {
"accessToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"connectionProperties": {},
"encryptedCredential": "string",
"endpoint": {},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {}
}
}
WebLinkedServiceTypeProperties 对象
设置 authenticationType 属性以指定对象的类型。
对于 匿名,请使用:
{
"authenticationType": "Anonymous"
}
对于 基本版,请使用:
{
"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
}
}
属性值
Microsoft.DataFactory/factories/linkedservices
名称 |
DESCRIPTION |
价值 |
apiVersion |
API 版本 |
'2018-06-01' |
姓名 |
资源名称 |
字符串
约束: 最小长度 = 1 最大长度 = 260 模式 = ^[A-Za-z0-9_][^<>*#.%&:\\+?/]*$ (必需) |
属性 |
链接服务的属性。 |
LinkedService (必需) |
类型 |
资源类型 |
“Microsoft.DataFactory/factories/linkedservices” |
亚马逊MWSLinkedService
AmazonMWSLinkedServiceTypeProperties
名称 |
DESCRIPTION |
价值 |
accessKeyId |
用于访问数据的访问密钥 ID。 |
任何(必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
端点 |
AmazonMWS 服务器的终结点(即 mws.amazonservices.com) |
任何(必需) |
marketplaceID |
要从中检索数据的 Amazon 市场 ID。 若要从多个市场 ID 检索数据,请用逗号(,)将它们分隔开来。 (即A2EUQ1WTGCTBG2) |
任何(必需) |
mwsAuthToken 代币 |
AmazonMWS 身份验证令牌。 |
秘密基地 |
secretKey 密钥 |
用于访问数据的密钥。 |
秘密基地 |
卖家 ID |
亚马逊卖家 ID。 |
任何(必需) |
useEncryptedEndpoints |
指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 |
任何 |
使用主机验证 |
指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 |
任何 |
usePeerVerification |
指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 |
任何 |
AmazonRdsForLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
用于连接到 AmazonRdsForOracle 数据库的身份验证类型。 仅用于版本 2.0。 |
“Basic” |
connectionString 连接字符串 |
连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 仅用于版本 1.0。 |
任何 |
cryptoChecksumClient |
指定当此客户端连接到服务器时所需的数据完整性行为。 支持的值接受、拒绝、请求或必需,默认值是必需的。 类型:字符串。 仅用于版本 2.0。 |
任何 |
cryptoChecksumTypes客户端 |
指定客户端可以使用的加密校验算法。 支持的值为 SHA1、SHA256、SHA384、SHA512、默认值为 (SHA512)。 类型:字符串。 仅用于版本 2.0。 |
任何 |
启用 BulkLoad |
指定在将数据加载到数据库中时是使用大容量复制还是批量插入,默认值为 true。 类型:布尔值。 仅用于版本 2.0。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
加密客户端 |
指定加密客户端的行为。 支持的值接受、拒绝、请求或必需,默认值是必需的。 类型:字符串。 仅用于版本 2.0。 |
任何 |
encryptionTypes客户端 |
指定客户端可以使用的加密算法。 支持的值为 AES128、AES192、AES256、3DES112、3DES168、默认值为 (AES256)。 类型:字符串。 仅用于版本 2.0。 |
任何 |
fetchSize (获取大小) |
指定驱动程序为提取一个数据库往返中的数据而分配的字节数,默认值为10485760。 类型:整数。 仅用于版本 2.0。 |
任何 |
获取Tswtz作为时间戳 |
指定驱动程序是否将 TIMESTAMP WITH TIME ZONE 数据类型的列值作为 DateTime 或字符串返回。 如果 supportV1DataTypes 不为 true,则忽略此设置,默认值为 true。 类型:布尔值。 仅用于版本 2.0。 |
任何 |
初始化字符串 |
指定一个命令,该命令在连接数据库后立即执行,以管理会话设置。 类型:字符串。 仅用于版本 2.0。 |
任何 |
初始 LobFetchSize |
指定源最初为 LOB 列提取的量,默认值为 0。 类型:整数。 仅用于版本 2.0。 |
任何 |
密码 |
连接字符串中密码的 Azure Key Vault 机密引用。 |
秘密基地 |
服务器 |
要连接到的 AmazonRdsForOracle 数据库的位置,支持的表单包括连接器描述符、Easy Connect (Plus) 命名和 Oracle Net Services 名称(仅自承载 IR)。 类型:字符串。 仅用于版本 2.0。 |
任何 |
声明缓存大小 |
指定要为每个数据库连接缓存的游标数或语句数,默认值为 0。 类型:整数。 仅用于版本 2.0。 |
任何 |
supportV1数据类型 |
指定是否使用版本 1.0 数据类型映射。 除非要保持与版本 1.0 数据类型映射的向后兼容性,否则不要将其设置为 true,默认值为 false。 类型:布尔值。 仅用于版本 2.0。 |
任何 |
用户名 |
AmazonRdsForOracle 数据库用户名。 类型:字符串。 仅用于版本 2.0。 |
任何 |
AmazonRdsForOracleLinkedService
AmazonRdsForSqlServerLinkedService
AmazonRdsForSqlServerLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
alwaysEncryptedSettings |
Sql 始终加密属性。 |
SqlAlwaysEncryptedProperties |
应用意图 |
连接到服务器时的应用程序工作负荷类型,由建议的版本使用。 可能的值为 ReadOnly 和 ReadWrite。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
验证类型 |
用于身份验证的类型。 类型:字符串。 |
“SQL” “Windows” |
commandTimeout |
在终止尝试执行命令并生成错误之前(以秒为单位)的默认等待时间(以秒为单位),由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
connectionString 连接字符串 |
连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
connectRetryCount |
确定有空闲连接失败(由建议的版本使用)后尝试的重新连接数。 这必须是介于 0 和 255 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
connectRetryInterval |
确定建议的版本使用空闲连接失败后,每个重新连接尝试之间的时间(以秒为单位)。 这必须是介于 1 和 60 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
连接超时 |
在终止尝试并生成由建议版本使用的错误之前,等待与服务器的连接的时间长度(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
数据库 |
建议的版本使用的数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
加密 |
指示客户端和服务器之间发送的所有数据是否需要 TLS 加密(由建议的版本使用)。 可能的值为 true/yes/mandatory、false/no/optional 和 strict。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
failover合作伙伴 |
如果主服务器关闭(由建议的版本使用)连接到的伙伴服务器的名称或地址。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
hostNameInCertificate |
验证连接的服务器证书时要使用的主机名。 如果未指定,则数据源中的服务器名称用于证书验证,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
集成安全 |
指示是否在连接(如果为 false)中指定用户 ID 和密码,或者当前 Windows 帐户凭据是否用于身份验证(如果为 true),由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
loadBalanceTimeout (负载均衡超时) |
在被建议的版本使用之前,连接在连接池中生存的最短时间(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
最大池大小 |
此特定连接字符串的连接池中允许的最大连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
minPoolSize (最小池大小) |
此特定连接字符串的连接池中允许的最小连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
multipleActiveResultSets (多个活动结果集) |
如果为 true,应用程序可以维护多个活动结果集(MARS)。 如果为 false,应用程序必须处理或取消一个批处理中的所有结果集,然后才能在该连接上执行任何其他批处理(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
multiSubnetFailover |
如果应用程序连接到不同子网上的 AlwaysOn 可用性组(AG),则设置 MultiSubnetFailover=true 可以更快地检测和连接到(当前)活动服务器(当前)活动服务器(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
数据包大小 |
用于与服务器实例通信的网络数据包的大小(以字节为单位,由建议的版本使用)。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
密码 |
本地 Windows 身份验证密码。 |
秘密基地 |
池 |
指示每次请求连接时,连接是共用的还是显式打开的,由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
服务器 |
要连接到的 SQL Server 实例的名称或网络地址,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
可信任服务器证书 (trustServerCertificate) |
指示通道是否在绕过证书链来验证推荐版本使用的信任时是否加密通道。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
用户名 |
本地 Windows 身份验证用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
亚马逊红shift链接服务
AmazonRedshiftLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
数据库 |
Amazon Redshift 源的数据库名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
Amazon Redshift 源的密码。 |
秘密基地 |
港口 |
Amazon Redshift 服务器用来侦听客户端连接的 TCP 端口号。 默认值为 5439。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
服务器 |
Amazon Redshift 服务器的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
用户名 |
Amazon Redshift 源的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
AmazonS3CompatibleLinkedService 服务
AmazonS3CompatibleLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
accessKeyId |
Amazon S3 兼容标识和访问管理(IAM)用户的访问密钥标识符。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
forcePathStyle |
如果为 true,请使用 S3 路径样式访问,而不是虚拟托管样式的访问。 默认值为 false。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
秘密访问密钥 |
Amazon S3 兼容标识和访问管理 (IAM) 用户的机密访问密钥。 |
秘密基地 |
serviceUrl 的 |
此值指定要使用 Amazon S3 兼容连接器访问的终结点。 这是一个可选属性;仅当想要尝试其他服务终结点或想要在 https 和 http 之间切换时更改它。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
AmazonS3Linked服务
AmazonS3LinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
accessKeyId |
Amazon S3 标识和访问管理(IAM)用户的访问密钥标识符。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
验证类型 |
S3 的身份验证类型。 允许的值:AccessKey(默认值)或 TemporarySecurityCredentials。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
秘密访问密钥 |
Amazon S3 标识和访问管理(IAM)用户的机密访问密钥。 |
秘密基地 |
serviceUrl 的 |
此值指定要使用 S3 连接器访问的终结点。 这是一个可选属性;仅当想要尝试其他服务终结点或想要在 https 和 http 之间切换时更改它。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
会话令牌 |
S3 临时安全凭据的会话令牌。 |
秘密基地 |
名称 |
DESCRIPTION |
价值 |
clientKey |
AppFigures 源的客户端密钥。 |
SecretBase (必需) |
密码 |
AppFigures 源的密码。 |
SecretBase (必需) |
用户名 |
Appfigures 源的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
AsanaLinked服务
AsanaLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
apiToken |
Asana 源的 API 令牌。 |
SecretBase (必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
AzureBatchLinkedService
AzureBatchLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
访问密钥 |
Azure Batch 帐户访问密钥。 |
秘密基地 |
账户名称 |
Azure Batch 帐户名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
batchUri 的 |
Azure Batch URI。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
链接服务名称 |
Azure 存储链接服务引用。 |
LinkedServiceReference (必需) |
矿池名称 |
Azure Batch 池名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
AzureBlobFSLinkedService
AzureBlobFSLinkedServiceTypeProperties
名称 |
DESCRIPTION |
价值 |
accountKey 账户密钥 |
Azure Data Lake Storage Gen2 服务的帐户密钥。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
Azure云类型 |
指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
sasToken 代币 |
sasToken 的 Azure 密钥保管库机密引用在 sas uri 中。 |
秘密基地 |
sasUri |
Azure Data Lake Storage Gen2 服务的 SAS URI。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
servicePrincipalCredential 的 |
Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 |
秘密基地 |
servicePrincipalCredentialType 服务 |
在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalId 服务 |
用于对 Azure Data Lake Storage Gen2 帐户进行身份验证的应用程序的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalKey 服务 |
用于对 Azure Data Lake Storage Gen2 帐户进行身份验证的应用程序密钥。 |
秘密基地 |
租户 |
服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
网址 |
Azure Data Lake Storage Gen2 服务的终结点。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
AzureBlobStorageLinkedService
AzureBlobStorageLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
accountKey 账户密钥 |
连接字符串中 accountKey 的 Azure 密钥保管库机密引用。 |
AzureKeyVaultSecretReference |
accountKind 的 |
指定存储帐户的种类。 允许的值为:存储(常规用途 v1)、StorageV2(常规用途 v2)、BlobStorage 或 BlockBlobStorage。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
验证类型 |
用于身份验证的类型。 类型:字符串。 |
“AccountKey” “Anonymous” “Msi” “SasUri” “ServicePrincipal” |
Azure云类型 |
指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
connectionString 连接字符串 |
连接字符串。 它与 sasUri、serviceEndpoint 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
containerUri 的 |
Azure Blob 存储资源的容器 URI 仅支持匿名访问。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
sasToken 代币 |
sasToken 的 Azure 密钥保管库机密引用在 sas uri 中。 |
AzureKeyVaultSecretReference |
sasUri |
Azure Blob 存储资源的 SAS URI。 它与 connectionString、serviceEndpoint 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
serviceEndpoint |
Azure Blob 存储资源的 Blob 服务终结点。 它与 connectionString、sasUri 属性互斥。 |
任何 |
servicePrincipalId 服务 |
用于对 Azure SQL 数据仓库进行身份验证的服务主体的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalKey 服务 |
用于对 Azure SQL 数据仓库进行身份验证的服务主体的密钥。 |
秘密基地 |
租户 |
服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
AzureDatabricksDeltaLakeLinkedService
AzureDatabricksDetltaLakeLinkedServiceTypeProperties
名称 |
DESCRIPTION |
价值 |
accessToken |
databricks REST API 的访问令牌。 请参阅 https://docs.azuredatabricks.net/api/latest/authentication.html。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
秘密基地 |
clusterId (集群标识) |
将用于此作业的所有运行的现有交互式群集的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
领域 |
<REGION.azuredatabricks.net,Databricks> 部署的域名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
workspaceResourceId |
databricks REST API 的工作区资源 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
AzureDatabricksLinkedService
AzureDatabricksLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
accessToken |
databricks REST API 的访问令牌。 请参阅 https://docs.azuredatabricks.net/api/latest/authentication.html。 类型:字符串(或带有 resultType 字符串的表达式)。 |
秘密基地 |
身份验证 |
如果对 databricks REST API 使用工作区资源 ID,则需要指定 MSI。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
dataSecurityMode |
Databricks 群集的数据安全模式。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
领域 |
<REGION.azuredatabricks.net,Databricks> 部署的域名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
existingClusterId |
将用于此活动的所有运行的现有交互式群集的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
实例池 ID |
将用于此活动的所有运行的现有实例池的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
newClusterCustomTags |
群集资源的其他标记。 实例池配置中忽略此属性。 |
AzureDatabricksLinkedServiceTypePropertiesNewClusterCustomTags |
newClusterDriverNodeType |
新作业群集的驱动程序节点类型。 实例池配置中忽略此属性。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
newClusterEnableElasticDisk |
在新群集上启用弹性磁盘。 此属性现已被忽略,并采用 Databricks 中的默认弹性磁盘行为(始终启用弹性磁盘)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
newClusterInitScripts 脚本 |
新群集的用户定义的初始化脚本。 类型:字符串数组(或包含字符串 resultType 数组的表达式)。 |
任何 |
newClusterLogDestination 新集群日志目标 |
指定用于传送 Spark 驱动程序、辅助角色和事件日志的位置。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
newClusterNodeType |
新作业群集的节点类型。 如果指定 newClusterVersion 且未指定 instancePoolId,则此属性是必需的。 如果指定了 instancePoolId,则忽略此属性。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
newClusterNumOfWorker |
如果未使用现有的交互式群集,则指定用于新作业群集或实例池的工作器节点数。 对于新的作业群集,此字符串格式的 Int32(如“1”表示 numOfWorker 为 1 或“1:10”表示从 1(最小值)自动缩放到 10(最大值)。 例如,池是字符串格式的 Int32,只能指定固定数量的工作节点,例如“2”。 如果指定 newClusterVersion,则为必需。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
新集群 SparkConf |
一组可选的用户指定的 Spark 配置键值对。 |
AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkConf |
newClusterSparkEnvVars |
一组可选的用户指定的 Spark 环境变量键值对。 |
AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkEnvVars |
newClusterVersion |
如果未使用现有的交互式群集,则指定为此活动的每个运行创建的新作业群集或实例池节点的 Spark 版本。 如果指定了 instancePoolId,则为必需。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
策略 ID |
用于限制基于用户定义的规则集配置群集的功能的策略 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
workspaceResourceId |
databricks REST API 的工作区资源 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkConf
AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkEnvVars
AzureDataExplorerLinkedService
AzureDataExplorerLinkedServiceTypeProperties
名称 |
DESCRIPTION |
价值 |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
数据库 |
连接的数据库名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
端点 |
Azure 数据资源管理器的终结点(引擎的终结点)。 URL 的格式为 https://< clusterName>。<regionName.kusto.windows.net>。 类型:字符串(或带有 resultType 字符串的表达式) |
任何(必需) |
servicePrincipalId 服务 |
用于对 Azure 数据资源管理器进行身份验证的服务主体的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalKey 服务 |
用于对 Kusto 进行身份验证的服务主体的密钥。 |
秘密基地 |
租户 |
服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
AzureDataLakeAnalyticsLinkedService
AzureDataLakeAnalyticsLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
账户名称 |
Azure Data Lake Analytics 帐户名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
dataLakeAnalyticsUri |
Azure Data Lake Analytics URI 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
资源组名称 |
Data Lake Analytics 帐户资源组名称(如果不同于数据工厂帐户)。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalId 服务 |
用于对 Azure Data Lake Analytics 帐户进行身份验证的应用程序 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalKey 服务 |
用于对 Azure Data Lake Analytics 帐户进行身份验证的应用程序密钥。 |
秘密基地 |
订阅编号 |
Data Lake Analytics 帐户订阅 ID(如果不同于数据工厂帐户)。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
租户 |
服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
AzureDataLakeStoreLinkedService
AzureDataLakeStoreLinkedServiceTypeProperties
名称 |
DESCRIPTION |
价值 |
账户名称 |
Data Lake Store 帐户名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
Azure云类型 |
指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
dataLakeStoreUri |
Data Lake Store 服务 URI。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
资源组名称 |
Data Lake Store 帐户资源组名称(如果不同于数据工厂帐户)。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalId 服务 |
用于对 Azure Data Lake Store 帐户进行身份验证的应用程序的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalKey 服务 |
用于对 Azure Data Lake Store 帐户进行身份验证的应用程序密钥。 |
秘密基地 |
订阅编号 |
Data Lake Store 帐户订阅 ID(如果不同于数据工厂帐户)。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
租户 |
服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
AzureFileStorageLinkedService
AzureFileStorageLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
accountKey 账户密钥 |
连接字符串中 accountKey 的 Azure 密钥保管库机密引用。 |
AzureKeyVaultSecretReference |
connectionString 连接字符串 |
连接字符串。 它与 sasUri 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
文件共享 |
Azure 文件共享名称。 使用 accountKey/sasToken 进行身份验证时需要它。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
主机 |
服务器的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
密码 |
用于登录服务器的密码。 |
秘密基地 |
sasToken 代币 |
sasToken 的 Azure 密钥保管库机密引用在 sas uri 中。 |
AzureKeyVaultSecretReference |
sasUri |
Azure 文件资源的 SAS URI。 它与 connectionString 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
serviceEndpoint |
Azure 文件存储资源的文件服务终结点。 它与 connectionString、sasUri 属性互斥。 |
任何 |
快照 |
Azure 文件共享快照版本。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
用户 ID |
用于登录服务器的用户 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
AzureFunctionLinkedService
AzureFunctionLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
身份验证 |
用于连接到 AzureFunction 的身份验证类型(需要指定 MSI)。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
functionAppUrl 的 |
Azure Function App 的终结点。 URL 的格式为 https://< accountName.azurewebsites.net>。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
functionKey 函数键 |
Azure Function App 的函数或主机密钥。 |
秘密基地 |
资源ID |
Azure 函数的允许令牌访问群体。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
AzureKeyVaultLinkedService
AzureKeyVaultLinkedServiceType属性
AzureKeyVaultSecretReference
名称 |
DESCRIPTION |
价值 |
秘密名称 |
Azure Key Vault 中机密的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
秘密版本 |
Azure Key Vault 中的机密版本。 默认值为最新版本的机密。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
商店 |
Azure Key Vault 链接服务参考。 |
LinkedServiceReference (必需) |
类型 |
机密的类型。 |
string (必需) |
AzureKeyVaultSecretReference
名称 |
DESCRIPTION |
价值 |
秘密名称 |
Azure Key Vault 中机密的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
秘密版本 |
Azure Key Vault 中的机密版本。 默认值为最新版本的机密。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
商店 |
Azure Key Vault 链接服务参考。 |
LinkedServiceReference (必需) |
类型 |
机密的类型。 |
“AzureKeyVaultSecret”(必需) |
AzureMariaDBLinkedService
AzureMariaDBLinkedServiceTypeProperties
名称 |
DESCRIPTION |
价值 |
connectionString 连接字符串 |
ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
pwd |
连接字符串中密码的 Azure Key Vault 机密引用。 |
AzureKeyVaultSecretReference |
AzureMLLinkedService
AzureMLLinkedServiceTypeProperties
名称 |
DESCRIPTION |
价值 |
apiKey |
用于访问 Azure ML 模型终结点的 API 密钥。 |
SecretBase (必需) |
身份验证 |
用于连接到 AzureML 的身份验证类型(需要指定 MSI)。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
mlEndpoint |
Azure ML Studio Web 服务终结点的批处理执行 REST URL。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
servicePrincipalId 服务 |
用于针对 Azure ML Studio Web 服务的基于 ARM 的 updateResourceEndpoint 进行身份验证的服务主体的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalKey 服务 |
用于针对 Azure ML Studio Web 服务的基于 ARM 的 updateResourceEndpoint 进行身份验证的服务主体的密钥。 |
秘密基地 |
租户 |
服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
updateResourceEndpoint |
Azure ML Studio Web 服务终结点的更新资源 REST URL。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
AzureMLServiceLinkedService
AzureMLServiceLinkedServiceTypeProperties
名称 |
DESCRIPTION |
价值 |
身份验证 |
用于连接到 AzureML 的身份验证类型(需要指定 MSI)。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
mlWorkspaceName (毫升工作区名称) |
Azure ML 服务工作区名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
资源组名称 |
Azure ML 服务工作区资源组名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
servicePrincipalId 服务 |
用于针对已发布 Azure ML 服务管道的终结点进行身份验证的服务主体的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalKey 服务 |
用于针对已发布 Azure ML 服务管道的终结点进行身份验证的服务主体的密钥。 |
秘密基地 |
订阅编号 |
Azure ML 服务工作区订阅 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
租户 |
服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
AzureMySqlLinkedService
AzureMySqlLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
connectionString 连接字符串 |
连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何(必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
连接字符串中密码的 Azure Key Vault 机密引用。 |
AzureKeyVaultSecretReference |
AzurePostgreSqlLinkedService
AzurePostgreSqlLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
Azure云类型 |
指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
commandTimeout |
尝试执行命令之前等待的时间(以秒为单位),如果超过这个时间,将终止尝试并产生错误。 对于无穷大,设置为零。 类型:整数。 |
任何 |
connectionString 连接字符串 |
ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
数据库 |
连接的数据库名称。 类型:字符串。 |
任何 |
编码 |
获取或设置用于编码/解码 PostgreSQL 字符串数据的 .NET 编码格式。 类型:字符串 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
连接字符串中密码的 Azure Key Vault 机密引用。 |
AzureKeyVaultSecretReference |
港口 |
连接的端口。 类型:整数。 |
任何 |
读取缓冲区大小 |
确定读取时内部缓冲区使用的大小。 如果从数据库传输大型值,则增加大小可能会提高性能。 类型:整数。 |
任何 |
服务器 |
连接的服务器名称。 类型:字符串。 |
任何 |
servicePrincipalCredentialType 服务 |
在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
服务主体嵌入证书 (servicePrincipalEmbeddedCert) |
指定在 Azure Active Directory 中注册的应用程序的 base64 编码证书。 类型:字符串(或带有 resultType 字符串的表达式)。 |
秘密基地 |
servicePrincipalEmbeddedCertPassword |
如果证书具有密码,并且使用的是 AadServicePrincipal 身份验证,请指定证书的密码。 类型:字符串(或带有 resultType 字符串的表达式)。 |
秘密基地 |
servicePrincipalId 服务 |
用于对 Azure Database for PostgreSQL 灵活服务器进行身份验证的服务主体的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalKey 服务 |
用于对 Azure Database for PostgreSQL 灵活服务器进行身份验证的服务主体的密钥。 |
秘密基地 |
SSL模式 |
用于连接的 SSL 模式。 类型:整数。 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full. 类型:整数。 |
任何 |
租户 |
服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
超时 |
等待的时间(以秒为单位),这是在尝试建立连接时,终止尝试并生成错误之前的时间。 类型:整数。 |
任何 |
时区 |
获取或设置会话时区。 类型:字符串。 |
任何 |
可信任服务器证书 (trustServerCertificate) |
是否在不验证服务器证书的情况下信任该证书。 类型:布尔值。 |
任何 |
用户名 |
身份验证的用户名。 类型:字符串。 |
任何 |
AzureSearchLinkedService
AzureSearchLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
钥匙 |
Azure 搜索服务的管理密钥 |
秘密基地 |
网址 |
Azure 搜索服务的 URL。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
AzureSqlDatabaseLinkedService
AzureSqlDatabaseLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
alwaysEncryptedSettings |
Sql 始终加密属性。 |
SqlAlwaysEncryptedProperties |
应用意图 |
连接到服务器时的应用程序工作负荷类型,由建议的版本使用。 可能的值为 ReadOnly 和 ReadWrite。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
验证类型 |
用于身份验证的类型。 类型:字符串。 |
“ServicePrincipal” “SQL” “SystemAssignedManagedIdentity” “UserAssignedManagedIdentity” |
Azure云类型 |
指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
commandTimeout |
在终止尝试执行命令并生成错误之前(以秒为单位)的默认等待时间(以秒为单位),由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
connectionString 连接字符串 |
连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
connectRetryCount |
确定有空闲连接失败(由建议的版本使用)后尝试的重新连接数。 这必须是介于 0 和 255 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
connectRetryInterval |
确定建议的版本使用空闲连接失败后,每个重新连接尝试之间的时间(以秒为单位)。 这必须是介于 1 和 60 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
连接超时 |
在终止尝试并生成由建议版本使用的错误之前,等待与服务器的连接的时间长度(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
数据库 |
建议的版本使用的数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
加密 |
指示客户端和服务器之间发送的所有数据是否需要 TLS 加密(由建议的版本使用)。 可能的值为 true/yes/mandatory、false/no/optional 和 strict。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
failover合作伙伴 |
如果主服务器关闭(由建议的版本使用)连接到的伙伴服务器的名称或地址。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
hostNameInCertificate |
验证连接的服务器证书时要使用的主机名。 如果未指定,则数据源中的服务器名称用于证书验证,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
集成安全 |
指示是否在连接(如果为 false)中指定用户 ID 和密码,或者当前 Windows 帐户凭据是否用于身份验证(如果为 true),由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
loadBalanceTimeout (负载均衡超时) |
在被建议的版本使用之前,连接在连接池中生存的最短时间(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
最大池大小 |
此特定连接字符串的连接池中允许的最大连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
minPoolSize (最小池大小) |
此特定连接字符串的连接池中允许的最小连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
multipleActiveResultSets (多个活动结果集) |
如果为 true,应用程序可以维护多个活动结果集(MARS)。 如果为 false,应用程序必须处理或取消一个批处理中的所有结果集,然后才能在该连接上执行任何其他批处理(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
multiSubnetFailover |
如果应用程序连接到不同子网上的 AlwaysOn 可用性组(AG),则设置 MultiSubnetFailover=true 可以更快地检测和连接到(当前)活动服务器(当前)活动服务器(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
数据包大小 |
用于与服务器实例通信的网络数据包的大小(以字节为单位,由建议的版本使用)。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
密码 |
连接字符串中密码的 Azure Key Vault 机密引用。 |
AzureKeyVaultSecretReference |
池 |
指示每次请求连接时,连接是共用的还是显式打开的,由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
服务器 |
要连接到的 SQL Server 实例的名称或网络地址,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalCredential 的 |
Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 |
秘密基地 |
servicePrincipalCredentialType 服务 |
在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalId 服务 |
用于对 Azure SQL 数据库进行身份验证的服务主体的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalKey 服务 |
用于对 Azure SQL 数据库进行身份验证的服务主体的密钥。 |
秘密基地 |
租户 |
服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
可信任服务器证书 (trustServerCertificate) |
指示通道是否在绕过证书链来验证推荐版本使用的信任时是否加密通道。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
用户名 |
连接到服务器时要使用的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
AzureSqlDWLinkedService
AzureSqlDWLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
应用意图 |
连接到服务器时的应用程序工作负荷类型,由建议的版本使用。 可能的值为 ReadOnly 和 ReadWrite。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
验证类型 |
用于身份验证的类型。 类型:字符串。 |
“ServicePrincipal” “SQL” “SystemAssignedManagedIdentity” “UserAssignedManagedIdentity” |
Azure云类型 |
指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
commandTimeout |
在终止尝试执行命令并生成错误之前(以秒为单位)的默认等待时间(以秒为单位),由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
connectionString 连接字符串 |
连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
connectRetryCount |
确定有空闲连接失败(由建议的版本使用)后尝试的重新连接数。 这必须是介于 0 和 255 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
connectRetryInterval |
确定建议的版本使用空闲连接失败后,每个重新连接尝试之间的时间(以秒为单位)。 这必须是介于 1 和 60 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
连接超时 |
在终止尝试并生成由建议版本使用的错误之前,等待与服务器的连接的时间长度(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
数据库 |
建议的版本使用的数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
加密 |
指示客户端和服务器之间发送的所有数据是否需要 TLS 加密(由建议的版本使用)。 可能的值为 true/yes/mandatory、false/no/optional 和 strict。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
failover合作伙伴 |
如果主服务器关闭(由建议的版本使用)连接到的伙伴服务器的名称或地址。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
hostNameInCertificate |
验证连接的服务器证书时要使用的主机名。 如果未指定,则数据源中的服务器名称用于证书验证,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
集成安全 |
指示是否在连接(如果为 false)中指定用户 ID 和密码,或者当前 Windows 帐户凭据是否用于身份验证(如果为 true),由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
loadBalanceTimeout (负载均衡超时) |
在被建议的版本使用之前,连接在连接池中生存的最短时间(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
最大池大小 |
此特定连接字符串的连接池中允许的最大连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
minPoolSize (最小池大小) |
此特定连接字符串的连接池中允许的最小连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
multipleActiveResultSets (多个活动结果集) |
如果为 true,应用程序可以维护多个活动结果集(MARS)。 如果为 false,应用程序必须处理或取消一个批处理中的所有结果集,然后才能在该连接上执行任何其他批处理(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
multiSubnetFailover |
如果应用程序连接到不同子网上的 AlwaysOn 可用性组(AG),则设置 MultiSubnetFailover=true 可以更快地检测和连接到(当前)活动服务器(当前)活动服务器(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
数据包大小 |
用于与服务器实例通信的网络数据包的大小(以字节为单位,由建议的版本使用)。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
密码 |
连接字符串中密码的 Azure Key Vault 机密引用。 |
AzureKeyVaultSecretReference |
池 |
指示每次请求连接时,连接是共用的还是显式打开的,由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
服务器 |
要连接到的 SQL Server 实例的名称或网络地址,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalCredential 的 |
Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 |
秘密基地 |
servicePrincipalCredentialType 服务 |
在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalId 服务 |
用于对 Azure SQL 数据仓库进行身份验证的服务主体的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalKey 服务 |
用于对 Azure SQL 数据仓库进行身份验证的服务主体的密钥。 |
秘密基地 |
租户 |
服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
可信任服务器证书 (trustServerCertificate) |
指示通道是否在绕过证书链来验证推荐版本使用的信任时是否加密通道。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
用户名 |
连接到服务器时要使用的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
AzureSqlMILinkedService
AzureSqlMILinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
alwaysEncryptedSettings |
Sql 始终加密属性。 |
SqlAlwaysEncryptedProperties |
应用意图 |
连接到服务器时的应用程序工作负荷类型,由建议的版本使用。 可能的值为 ReadOnly 和 ReadWrite。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
验证类型 |
用于身份验证的类型。 类型:字符串。 |
“ServicePrincipal” “SQL” “SystemAssignedManagedIdentity” “UserAssignedManagedIdentity” |
Azure云类型 |
指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
commandTimeout |
在终止尝试执行命令并生成错误之前(以秒为单位)的默认等待时间(以秒为单位),由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
connectionString 连接字符串 |
连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
connectRetryCount |
确定有空闲连接失败(由建议的版本使用)后尝试的重新连接数。 这必须是介于 0 和 255 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
connectRetryInterval |
确定建议的版本使用空闲连接失败后,每个重新连接尝试之间的时间(以秒为单位)。 这必须是介于 1 和 60 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
连接超时 |
在终止尝试并生成由建议版本使用的错误之前,等待与服务器的连接的时间长度(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
数据库 |
建议的版本使用的数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
加密 |
指示客户端和服务器之间发送的所有数据是否需要 TLS 加密(由建议的版本使用)。 可能的值为 true/yes/mandatory、false/no/optional 和 strict。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
failover合作伙伴 |
如果主服务器关闭(由建议的版本使用)连接到的伙伴服务器的名称或地址。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
hostNameInCertificate |
验证连接的服务器证书时要使用的主机名。 如果未指定,则数据源中的服务器名称用于证书验证,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
集成安全 |
指示是否在连接(如果为 false)中指定用户 ID 和密码,或者当前 Windows 帐户凭据是否用于身份验证(如果为 true),由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
loadBalanceTimeout (负载均衡超时) |
在被建议的版本使用之前,连接在连接池中生存的最短时间(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
最大池大小 |
此特定连接字符串的连接池中允许的最大连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
minPoolSize (最小池大小) |
此特定连接字符串的连接池中允许的最小连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
multipleActiveResultSets (多个活动结果集) |
如果为 true,应用程序可以维护多个活动结果集(MARS)。 如果为 false,应用程序必须处理或取消一个批处理中的所有结果集,然后才能在该连接上执行任何其他批处理(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
multiSubnetFailover |
如果应用程序连接到不同子网上的 AlwaysOn 可用性组(AG),则设置 MultiSubnetFailover=true 可以更快地检测和连接到(当前)活动服务器(当前)活动服务器(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
数据包大小 |
用于与服务器实例通信的网络数据包的大小(以字节为单位,由建议的版本使用)。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
密码 |
连接字符串中密码的 Azure Key Vault 机密引用。 |
AzureKeyVaultSecretReference |
池 |
指示每次请求连接时,连接是共用的还是显式打开的,由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
服务器 |
要连接到的 SQL Server 实例的名称或网络地址,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalCredential 的 |
Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 |
秘密基地 |
servicePrincipalCredentialType 服务 |
在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalId 服务 |
用于对 Azure SQL 托管实例进行身份验证的服务主体的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalKey 服务 |
用于对 Azure SQL 托管实例进行身份验证的服务主体的密钥。 |
秘密基地 |
租户 |
服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
可信任服务器证书 (trustServerCertificate) |
指示通道是否在绕过证书链来验证推荐版本使用的信任时是否加密通道。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
用户名 |
连接到服务器时要使用的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
AzureStorageLinkedService
AzureStorageLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
accountKey 账户密钥 |
连接字符串中 accountKey 的 Azure 密钥保管库机密引用。 |
AzureKeyVaultSecretReference |
connectionString 连接字符串 |
连接字符串。 它与 sasUri 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
sasToken 代币 |
sasToken 的 Azure 密钥保管库机密引用在 sas uri 中。 |
AzureKeyVaultSecretReference |
sasUri |
Azure 存储资源的 SAS URI。 它与 connectionString 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
AzureSynapseArtifactsLinkedService
AzureSynapseArtifactsLinkedServiceTypeProperties
名称 |
DESCRIPTION |
价值 |
身份验证 |
如果使用系统分配的托管标识作为身份验证方法,则需要指定 MSI。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
端点 |
<https:// workspacename.dev.azuresynapse.net>、Azure Synapse Analytics 工作区 URL。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
workspaceResourceId |
Synapse 工作区的资源 ID。 格式应为:/subscriptions/{subscriptionID}/resourceGroups/{resourceGroup}/providers/Microsoft.Synapse/workspaces/{workspaceName}。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
AzureTableStorageLinkedService
AzureTableStorageLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
accountKey 账户密钥 |
连接字符串中 accountKey 的 Azure 密钥保管库机密引用。 |
AzureKeyVaultSecretReference |
connectionString 连接字符串 |
连接字符串。 它与 sasUri 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
sasToken 代币 |
sasToken 的 Azure 密钥保管库机密引用在 sas uri 中。 |
AzureKeyVaultSecretReference |
sasUri |
Azure 存储资源的 SAS URI。 它与 connectionString 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
serviceEndpoint |
Azure 表存储资源的表服务终结点。 它与 connectionString、sasUri 属性互斥。 |
任何 |
CassandraLinked服务
CassandraLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
要用于连接的 AuthenticationType。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
连接的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
密码 |
身份验证密码。 |
秘密基地 |
港口 |
连接的端口。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
用户名 |
身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
CommonDataServiceForAppsLinkedService
CommonDataServiceForAppsLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
要连接到 Common Data Service for Apps 服务器的身份验证类型。 联机方案的“Office365”,对于本地使用 Ifd 方案,则为“Ifd”。 联机方案中用于 Server-To-Server 身份验证的“AADServicePrincipal”,适用于具有 IFD 的本地 Dynamics 的“Active Directory”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
部署类型 |
Common Data Service for Apps 实例的部署类型。 Common Data Service for Apps Online 的“Online”和“OnPremisesWithIfd”,适用于本地具有 Ifd 的 Common Data Service for Apps。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
领域 |
将验证用户凭据的 Active Directory 域。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机名 |
本地 Common Data Service for Apps 服务器的主机名。 属性是本地所必需的,不允许联机。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
组织名称 |
Common Data Service for Apps 实例的组织名称。 当有多个与用户关联的 Common Data Service for Apps 实例时,本地需要此属性,并且需要联机属性。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
密码 |
用于访问 Common Data Service for Apps 实例的密码。 |
秘密基地 |
港口 |
本地 Common Data Service for Apps 服务器的端口。 属性是本地所必需的,不允许联机。 默认端口为 443。 类型:整数(或包含 resultType 整数的表达式),最小值:0。 |
任何 |
servicePrincipalCredential 的 |
Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 |
秘密基地 |
servicePrincipalCredentialType 服务 |
在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalId 服务 |
Azure Active Directory 中用于服务器To-Server 身份验证的应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
serviceUri 的 |
Microsoft Common Data Service for Apps 服务器的 URL。 该属性对于在线是必需的,不允许本地使用。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
用户名 |
用于访问 Common Data Service for Apps 实例的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
ConcurLinkedService
ConcurLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
客户端 ID |
Concur 应用管理提供的应用程序client_id。 |
任何(必需) |
连接属性 |
用于连接到 Concur 的属性。 它与链接服务中的其他任何属性互斥。 类型:对象。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
在“用户名”字段中提供的用户名所对应的密码。 |
秘密基地 |
useEncryptedEndpoints |
指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 |
任何 |
使用主机验证 |
指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 |
任何 |
usePeerVerification |
指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 |
任何 |
用户名 |
用于访问 Concur 服务的用户名。 |
任何(必需) |
CosmosDbLinkedService
CosmosDbLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
accountEndpoint |
Azure CosmosDB 帐户的终结点。 类型:字符串(或带有 resultType 字符串的表达式) |
任何 |
accountKey 账户密钥 |
Azure CosmosDB 帐户的帐户密钥。 类型:SecureString 或 AzureKeyVaultSecretReference。 |
秘密基地 |
Azure云类型 |
指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
connectionMode 连接模式 |
用于访问 CosmosDB 帐户的连接模式。 类型:字符串。 |
“Direct” “Gateway” |
connectionString 连接字符串 |
连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
数据库 |
数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式) |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
servicePrincipalCredential 的 |
Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 |
秘密基地 |
servicePrincipalCredentialType 服务 |
在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串。 |
任何 |
servicePrincipalId 服务 |
Azure Active Directory 中用于服务器To-Server 身份验证的应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
租户 |
服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
CosmosDbMongoDbApiLinkedService
CosmosDbMongoDbApiLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
connectionString 连接字符串 |
CosmosDB (MongoDB API) 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何(必需) |
数据库 |
要访问的 CosmosDB (MongoDB API) 数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
isServerVersionAbove32 |
CosmosDB (MongoDB API) 服务器版本是否高于 3.2。 默认值为 false。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
CouchbaseLinkedService 服务
CouchbaseLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
connectionString 连接字符串 |
ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
credString |
连接字符串中 credString 的 Azure Key Vault 机密引用。 |
AzureKeyVaultSecretReference |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
凭证引用
名称 |
DESCRIPTION |
价值 |
referenceName (引用名称) |
引用凭据名称。 |
string (必需) |
类型 |
凭据引用类型。 |
“CredentialReference”(必需) |
CustomDataSourceLinkedService
名称 |
DESCRIPTION |
价值 |
类型 |
链接服务的类型。 |
“CustomDataSource”(必需) |
type属性 |
自定义链接服务属性。 |
任何(必需) |
DataworldLinkedService
DataworldLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
apiToken |
Dataworld 源的 API 令牌。 |
SecretBase (必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
Db2LinkedService 服务
Db2LinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
要用于连接的 AuthenticationType。 它与 connectionString 属性互斥。 |
“Basic” |
certificateCommonName 证书 |
启用 TLS 时证书公用名。 它与 connectionString 属性互斥。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
connectionString 连接字符串 |
连接字符串。 它与服务器、数据库、authenticationType、userName、packageCollection 和 certificateCommonName 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
数据库 |
连接的数据库名称。 它与 connectionString 属性互斥。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 它与 connectionString 属性互斥。 类型:字符串。 |
字符串 |
packageCollection |
在查询数据库时创建包的位置下。 它与 connectionString 属性互斥。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
密码 |
身份验证密码。 |
秘密基地 |
服务器 |
连接的服务器名称。 它与 connectionString 属性互斥。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
用户名 |
身份验证的用户名。 它与 connectionString 属性互斥。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
DrillLinkedService 服务
DrillLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
connectionString 连接字符串 |
ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
pwd |
连接字符串中密码的 Azure Key Vault 机密引用。 |
AzureKeyVaultSecretReference |
DynamicsAXLinkedService
DynamicsAXLinkedServiceTypeProperties
名称 |
DESCRIPTION |
价值 |
aadResourceId |
指定要请求授权的资源。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
servicePrincipalId 服务 |
指定应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
servicePrincipalKey 服务 |
指定应用程序的密钥。 将此字段标记为 SecureString 以安全地将其存储在数据工厂中,或引用存储在 Azure Key Vault 中的机密。 类型:字符串(或带有 resultType 字符串的表达式)。 |
SecretBase (必需) |
租户 |
指定您的应用程序所属的租户信息(域名或租户 ID)。 将鼠标悬停在 Azure 门户右上角进行检索。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
网址 |
Dynamics AX(或 Dynamics 365 Finance and Operations)实例 OData 终结点。 |
任何(必需) |
DynamicsCrmLinkedService
DynamicsCrmLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
要连接到 Dynamics CRM 服务器的身份验证类型。 联机方案的“Office365”、“Ifd”(适用于本地 Ifd 方案)的“AADServicePrincipal”,用于联机方案中的服务器To-Server 身份验证的“Active Directory”,适用于具有 IFD 的 Dynamics 本地的“Active Directory”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
部署类型 |
Dynamics CRM 实例的部署类型。 Dynamics CRM Online 的“Online”和“OnPremisesWithIfd”(适用于具有 Ifd 的本地 Dynamics CRM)。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
领域 |
将验证用户凭据的 Active Directory 域。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机名 |
本地 Dynamics CRM 服务器的主机名。 属性是本地所必需的,不允许联机。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
组织名称 |
Dynamics CRM 实例的组织名称。 当有多个与用户关联的 Dynamics CRM 实例时,本地属性是必需的,并且需要联机属性。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
密码 |
用于访问 Dynamics CRM 实例的密码。 |
秘密基地 |
港口 |
本地 Dynamics CRM 服务器的端口。 属性是本地所必需的,不允许联机。 默认端口为 443。 类型:整数(或包含 resultType 整数的表达式),最小值:0。 |
任何 |
servicePrincipalCredential 的 |
Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 |
秘密基地 |
servicePrincipalCredentialType 服务 |
在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalId 服务 |
Azure Active Directory 中用于服务器To-Server 身份验证的应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
serviceUri 的 |
Microsoft Dynamics CRM 服务器的 URL。 该属性对于在线是必需的,不允许本地使用。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
用户名 |
用于访问 Dynamics CRM 实例的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
DynamicsLinkedService
DynamicsLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
要连接到 Dynamics 服务器的身份验证类型。 联机方案的“Office365”、“Ifd”(适用于本地 Ifd 方案)的“AADServicePrincipal”,用于联机方案中的服务器To-Server 身份验证的“Active Directory”,适用于具有 IFD 的 Dynamics 本地的“Active Directory”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
部署类型 |
Dynamics 实例的部署类型。 Dynamics Online 的“Online”和“OnPremisesWithIfd”(适用于具有 Ifd 的本地 Dynamics)。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
领域 |
将验证用户凭据的 Active Directory 域。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机名 |
本地 Dynamics 服务器的主机名称。 属性是本地所必需的,不允许联机。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
组织名称 |
Dynamics 实例的组织名称。 当有多个与用户关联的 Dynamics 实例时,本地需要此属性,并且对于联机是必需的。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
密码 |
用于访问 Dynamics 实例的密码。 |
秘密基地 |
港口 |
本地 Dynamics 服务器的端口。 属性是本地所必需的,不允许联机。 默认端口为 443。 类型:整数(或包含 resultType 整数的表达式),最小值:0。 |
任何 |
servicePrincipalCredential 的 |
Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 |
秘密基地 |
servicePrincipalCredentialType 服务 |
在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalId 服务 |
Azure Active Directory 中用于服务器To-Server 身份验证的应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
serviceUri 的 |
Microsoft Dynamics 服务器的 URL。 该属性对于在线是必需的,不允许本地使用。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
用户名 |
用于访问 Dynamics 实例的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
EloquaLinked服务
EloquaLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
端点 |
Eloqua 服务器的终结点。 (即 eloqua.example.com) |
任何(必需) |
密码 |
用户名所对应的密码。 |
秘密基地 |
useEncryptedEndpoints |
指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 |
任何 |
使用主机验证 |
指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 |
任何 |
usePeerVerification |
指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 |
任何 |
用户名 |
Eloqua 帐户的网站名称和用户名,格式为:sitename/username。 (即埃洛夸/爱丽丝) |
任何(必需) |
FileServerLinkedService
FileServerLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
服务器的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
密码 |
用于登录服务器的密码。 |
秘密基地 |
用户 ID |
用于登录服务器的用户 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
FtpServerLinkedService
FtpServerLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
用于连接到 FTP 服务器的身份验证类型。 |
“Anonymous” “Basic” |
启用服务器证书验证 |
如果为 true,则通过 SSL/TLS 通道连接时验证 FTP 服务器 SSL 证书。 默认值为 true。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
启用SSL |
如果为 true,请通过 SSL/TLS 通道连接到 FTP 服务器。 默认值为 true。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
FTP 服务器的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
密码 |
用于登录 FTP 服务器的密码。 |
秘密基地 |
港口 |
FTP 服务器用于侦听客户端连接的 TCP 端口号。 默认值为 21。 类型:整数(或包含 resultType 整数的表达式),最小值:0。 |
任何 |
用户名 |
用于登录 FTP 服务器的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
GoogleAdWordsLinked服务
GoogleAdWordsLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
用于身份验证的 OAuth 2.0 身份验证机制。 ServiceAuthentication 只能在自承载 IR 上使用。 |
“ServiceAuthentication” “UserAuthentication” |
客户客户 ID |
要为其提取报表数据的 AdWords 帐户的客户端客户 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
客户端 ID |
用于获取刷新令牌的 google 应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
客户密钥 |
Google 应用程序的客户端机密,用户获取刷新令牌。 |
秘密基地 |
连接属性 |
(已弃用)用于连接到 GoogleAds 的属性。 它与链接服务中的其他任何属性互斥。 类型:对象。 |
任何 |
开发者令牌 |
与用于授予 AdWords API 访问权限的经理帐户关联的开发人员令牌。 |
秘密基地 |
电子邮件 |
用于 ServiceAuthentication 的服务帐户电子邮件 ID,只能在自承载 IR 上使用。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
googleAdsApiVersion |
Google Ads API 主版本(如 v14)。 可在 https://developers.google.com/google-ads/api/docs/release-notes中找到支持的主要版本。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
keyFilePath |
(已弃用)用于对服务帐户电子邮件地址进行身份验证的 .p12 密钥文件的完整路径,只能在自承载 IR 上使用。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
登录客户 ID |
要通过该帐户提取特定客户的报表数据的 Google Ads Manager 帐户的客户 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
私钥 |
用于对服务帐户电子邮件地址进行身份验证的私钥,只能在自承载 IR 上使用。 |
秘密基地 |
refreshToken |
从 Google 获取的刷新令牌,用于授权访问 AdWords for UserAuthentication。 |
秘密基地 |
支持LegacyDataTypes |
指定是否使用旧数据类型映射,这些映射将 float、int32 和 int64 从 Google 映射到字符串。 除非要保持与旧驱动程序数据类型映射的向后兼容性,否则不要将其设置为 true。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
信任证书路径 (trustedCertPath) |
(已弃用)包含受信任的 CA 证书的 .pem 文件的完整路径,用于通过 SSL 连接时验证服务器。 只能在自承载 IR 上使用 SSL 时设置此属性。 默认值是随 IR 一起安装的 cacerts.pem 文件。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
useSystemTrustStore |
(已弃用)指定是使用系统信任存储中的 CA 证书还是从指定的 PEM 文件使用 CA 证书。 默认值为 false。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
GoogleBigQueryLinkedService
GoogleBigQueryLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
附加项目 |
要访问的公共 BigQuery 项目的逗号分隔列表。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
验证类型 |
用于身份验证的 OAuth 2.0 身份验证机制。 ServiceAuthentication 只能在自承载 IR 上使用。 |
“ServiceAuthentication” “UserAuthentication”(必需) |
客户端 ID |
用于获取刷新令牌的 google 应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
客户密钥 |
Google 应用程序的客户端机密,用户获取刷新令牌。 |
秘密基地 |
电子邮件 |
用于 ServiceAuthentication 的服务帐户电子邮件 ID,只能在自承载 IR 上使用。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
keyFilePath |
用于对服务帐户电子邮件地址进行身份验证的 .p12 密钥文件的完整路径,只能在自承载 IR 上使用。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
项目 |
要查询的默认 BigQuery 项目。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
refreshToken |
从 Google 获取的刷新令牌,用于授权访问 BigQuery for UserAuthentication。 |
秘密基地 |
请求 GoogleDriveScope |
是否要请求访问 Google Drive。 允许 Google Drive 访问可支持将 BigQuery 数据与 Google Drive 中的数据组合的联合表。 默认值为 false。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
信任证书路径 (trustedCertPath) |
包含受信任的 CA 证书的 .pem 文件的完整路径,用于通过 SSL 连接时验证服务器。 只能在自承载 IR 上使用 SSL 时设置此属性。 默认值是随 IR 一起安装的 cacerts.pem 文件。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
useSystemTrustStore |
指定是使用系统信任存储中的 CA 证书还是使用指定 PEM 文件中的 CA 证书。 默认值为 false。类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
GoogleBigQueryV2LinkedService
GoogleBigQueryV2LinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
用于身份验证的 OAuth 2.0 身份验证机制。 |
“ServiceAuthentication” “UserAuthentication”(必需) |
客户端 ID |
用于获取刷新令牌的 google 应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
客户密钥 |
Google 应用程序的客户端机密,用户获取刷新令牌。 |
秘密基地 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
keyFileContent |
用于对服务帐户进行身份验证的 .json 密钥文件的内容。 类型:字符串(或带有 resultType 字符串的表达式)。 |
秘密基地 |
项目 ID |
要查询的默认 BigQuery 项目 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
refreshToken |
从 Google 获取的刷新令牌,用于授权访问 BigQuery for UserAuthentication。 |
秘密基地 |
GoogleCloudStorageLinked服务
GoogleCloudStorageLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
accessKeyId |
Google Cloud Storage Identity and Access Management (IAM) 用户的访问密钥标识符。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
秘密访问密钥 |
Google Cloud Storage Identity and Access Management (IAM) 用户的机密访问密钥。 |
秘密基地 |
serviceUrl 的 |
此值指定要使用 Google Cloud Storage Connector 访问的终结点。 这是一个可选属性;仅当想要尝试其他服务终结点或想要在 https 和 http 之间切换时更改它。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
GoogleSheetsLinked服务
GoogleSheetsLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
apiToken |
GoogleSheets 源的 API 令牌。 |
SecretBase (必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
GreenplumLinked服务
GreenplumLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
要使用的认证类型。 类型:字符串。 仅用于 V2。 |
“Basic” |
commandTimeout |
尝试执行命令之前等待的时间(以秒为单位),如果超过这个时间,将终止尝试并产生错误。 对于无穷大,设置为零。 类型:整数。 仅用于 V2。 |
任何 |
connectionString 连接字符串 |
ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
connectionTimeout 连接超时 |
等待的时间(以秒为单位),这是在尝试建立连接时,终止尝试并生成错误之前的时间。 类型:整数。 仅用于 V2。 |
任何 |
数据库 |
连接的数据库名称。 类型:字符串。 仅用于 V2。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
连接的主机名。 类型:字符串。 仅用于 V2。 |
任何 |
港口 |
连接的端口。 类型:整数。 仅用于 V2。 |
任何 |
pwd |
连接字符串中密码的 Azure Key Vault 机密引用。 |
AzureKeyVaultSecretReference |
SSL模式 |
用于连接的 SSL 模式。 类型:整数。 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full. 类型:整数。 仅用于 V2。 |
任何 |
用户名 |
身份验证的用户名。 类型:字符串。 仅用于 V2。 |
任何 |
HBaseLinkedService
HBaseLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
allowHostNameCNMismatch |
指定是否要求 CA 颁发的 SSL 证书名称与通过 SSL 连接时服务器的主机名匹配。 默认值为 false。 |
任何 |
allowSelfSignedServerCert |
指定是否允许来自服务器的自签名证书。 默认值为 false。 |
任何 |
验证类型 |
用于连接到 HBase 服务器的身份验证机制。 |
“Anonymous” “Basic”(必需) |
启用SSL |
指定是否使用 SSL 加密与服务器的连接。 默认值为 false。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
HBase 服务器的 IP 地址或主机名。 (即 192.168.222.160) |
任何(必需) |
httpPath |
对应于 HBase 服务器的部分 URL。 (即 /gateway/sandbox/hbase/version) |
任何 |
密码 |
用户名所对应的密码。 |
秘密基地 |
港口 |
HBase 实例用来侦听客户端连接的 TCP 端口。 默认值为 9090。 |
任何 |
信任证书路径 (trustedCertPath) |
包含受信任的 CA 证书的 .pem 文件的完整路径,用于通过 SSL 连接时验证服务器。 只能在自承载 IR 上使用 SSL 时设置此属性。 默认值是随 IR 一起安装的 cacerts.pem 文件。 |
任何 |
用户名 |
用于连接到 HBase 实例的用户名。 |
任何 |
HdfsLinkedService 服务
HdfsLinkedServiceTypeProperties
名称 |
DESCRIPTION |
价值 |
验证类型 |
用于连接到 HDFS 的身份验证类型。 可能的值为:Anonymous 和 Windows。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
Windows 身份验证的密码。 |
秘密基地 |
网址 |
HDFS 服务终结点的 URL,例如 http://myhostname:50070/webhdfs/v1。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
用户名 |
Windows 身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
HDInsightLinkedService
HDInsightLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
clusterUri |
HDInsight 群集 URI。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
文件系统 |
如果 HDInsight 的主存储为 ADLS Gen2,请指定 FileSystem。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
hcatalogLinkedServiceName |
指向 HCatalog 数据库的 Azure SQL 链接服务的引用。 |
LinkedServiceReference |
isEspEnabled |
指定是否使用 ESP 创建 HDInsight(企业安全包)。 类型:布尔值。 |
任何 |
链接服务名称 |
Azure 存储链接服务引用。 |
LinkedServiceReference |
密码 |
HDInsight 群集密码。 |
秘密基地 |
用户名 |
HDInsight 群集用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
HDInsightOnDemandLinkedService
HDInsightOnDemandLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
additionalLinkedService名称 |
为 HDInsight 链接服务指定其他存储帐户,以便数据工厂服务可以代表你注册它们。 |
LinkedServiceReference[] |
clusterNamePrefix 的 |
群集名称的前缀,后缀将不同于时间戳。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
clusterPassword |
用于访问群集的密码。 |
秘密基地 |
clusterResourceGroup 集群资源组 |
群集所属的资源组。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
集群大小 |
群集中辅助进程/数据节点的数量。 建议值:4。 类型:int(或包含 resultType int 的表达式)。 |
任何(必需) |
clusterSshPassword |
SSH 远程连接群集节点(适用于 Linux)的密码。 |
秘密基地 |
clusterSshUserName |
SSH 的用户名远程连接到群集的节点(适用于 Linux)。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
集群类型 |
群集类型。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
集群用户名 |
用于访问群集的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
核心配置 |
为待创建的 HDInsight 群集指定核心配置参数(如在 core-site.xml 中)。 |
任何 |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
数据节点大小 (dataNodeSize) |
指定 HDInsight 群集的数据节点的大小。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
hBase配置 |
为 HDInsight 群集指定 HBase 配置参数 (hbase-site.xml)。 |
任何 |
hcatalogLinkedServiceName |
指向 HCatalog 数据库的 Azure SQL 链接服务的名称。 将 Azure SQL 数据库用作元存储以创建按需 HDInsight 群集。 |
LinkedServiceReference |
HDFS配置 |
为 HDInsight 群集指定 HDFS 配置参数 (hdfs-site.xml)。 |
任何 |
头节点大小 |
指定 HDInsight 群集的头节点的大小。 |
任何 |
hiveConfiguration |
为 HDInsight 群集指定 hive 配置参数 (hive-site.xml)。 |
任何 |
hostSubscriptionId |
用于托管群集的客户订阅。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
链接服务名称 |
由按需群集用于存储和处理数据的 Azure 存储链接服务。 |
LinkedServiceReference (必需) |
mapReduceConfiguration |
为 HDInsight 群集指定 MapReduce 配置参数 (mapred-site.xml)。 |
任何 |
oozie配置 |
为 HDInsight 群集指定 Oozie 配置参数 (oozie-site.xml)。 |
任何 |
脚本作 |
自定义脚本操作,在 HDI ondemand 群集上运行一旦启动。 请参阅 /azure/hdinsight/hdinsight-hadoop-customize-cluster-linux?toc=%2Fen-us%2Fazure%2Fhdinsight%2Fr-server%2FTOC.json&bc=%2Fen-us%2Fazure%2Fbread%2Ftoc.json#understanding-script-actions。 |
脚本作 |
servicePrincipalId 服务 |
hostSubscriptionId 的服务主体 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalKey 服务 |
服务主体 ID 的密钥。 |
秘密基地 |
sparkVersion |
如果群集类型为“spark”,则为 spark 的版本。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
stormConfiguration |
为 HDInsight 群集指定 Storm 配置参数 (storm-site.xml)。 |
任何 |
子网名称 |
vNet 中子网的 ARM 资源 ID。 如果指定了 virtualNetworkId,则需要此属性。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
租户 |
服务主体所属的租户 ID/名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
时间到生活 |
按需 HDInsight 群集允许的空闲时间。 指定当活动运行完成后,如果群集中没有其他的活动作业,按需 HDInsight 群集保持活动状态的时间。 最小值为 5 分钟。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
版本 |
HDInsight 群集的版本。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
虚拟网络 ID |
创建群集后应加入的 vNet 的 ARM 资源 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
yarn配置 |
为 HDInsight 群集指定 Yarn 配置参数 (yarn-site.xml)。 |
任何 |
zookeeperNodeSize |
指定 HDInsight 群集的 Zoo Keeper 节点的大小。 |
任何 |
HiveLinked服务
HiveLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
allowHostNameCNMismatch |
指定是否要求 CA 颁发的 SSL 证书名称与通过 SSL 连接时服务器的主机名匹配。 默认值为 false。 |
任何 |
allowSelfSignedServerCert |
指定是否允许来自服务器的自签名证书。 默认值为 false。 |
任何 |
验证类型 |
用于访问 Hive 服务器的身份验证方法。 |
“Anonymous” “Username” “UsernameAndPassword” “WindowsAzureHDInsightService”(必需) |
启用服务器证书验证 |
指定与服务器的连接是否会验证服务器证书,默认值为 True。 仅适用于版本 2.0 |
任何 |
启用SSL |
指定是否使用 SSL 加密与服务器的连接。 默认值为 false。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
Hive 服务器的 IP 地址或主机名,由多个主机的“;”分隔(仅当 serviceDiscoveryMode 启用时)。 |
任何(必需) |
httpPath |
对应于 Hive 服务器的部分 URL。 |
任何 |
密码 |
与你在“用户名”字段中提供的用户名对应的密码 |
秘密基地 |
港口 |
Hive 服务器用来侦听客户端连接的 TCP 端口。 |
任何 |
服务器类型 |
Hive 服务器的类型。 |
“HiveServer1” “HiveServer2” “HiveThriftServer” |
serviceDiscoveryMode |
true 指示使用 ZooKeeper 服务,false 指示不使用。 |
任何 |
thriftTransportProtocol 协议 |
Thrift 层中要使用的传输协议。 |
“Binary” “HTTP” “SASL” |
信任证书路径 (trustedCertPath) |
包含受信任的 CA 证书的 .pem 文件的完整路径,用于通过 SSL 连接时验证服务器。 只能在自承载 IR 上使用 SSL 时设置此属性。 默认值是随 IR 一起安装的 cacerts.pem 文件。 |
任何 |
useNativeQuery |
指定驱动程序是使用本机 HiveQL 查询,还是将它们转换为 HiveQL 中的等效形式。 |
任何 |
用户名 |
用于访问 Hive 服务器的用户名。 |
任何 |
useSystemTrustStore |
指定是使用系统信任存储中的 CA 证书还是使用指定 PEM 文件中的 CA 证书。 默认值为 false。 |
任何 |
zooKeeperNameSpace |
ZooKeeper 上要将 Hive Server 2 节点添加到其下的命名空间。 |
任何 |
HttpLinkedService 服务
HttpLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
用于连接到 HTTP 服务器的身份验证类型。 |
“Anonymous” “Basic” “ClientCertificate” “Digest” “Windows” |
authHeaders |
请求中用于授权的 RESTful API 中的其他 HTTP 标头。 类型:键值对(值应为字符串类型)。 |
任何 |
certThumbprint |
ClientCertificate 身份验证的证书指纹。 仅适用于本地复制。 对于使用 ClientCertificate 身份验证的本地复制,应指定 CertThumbprint 或 EmbeddedCertData/Password。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
embeddedCertData |
用于 ClientCertificate 身份验证的 Base64 编码证书数据。 对于使用 ClientCertificate 身份验证的本地复制,应指定 CertThumbprint 或 EmbeddedCertData/Password。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
启用服务器证书验证 |
如果为 true,请验证 HTTPS 服务器 SSL 证书。 默认值为 true。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
使用 EmbeddedCertData 身份验证进行基本、摘要、Windows 或 ClientCertificate 的密码。 |
秘密基地 |
网址 |
HTTP 终结点的基 URL,例如 https://www.microsoft.com。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
用户名 |
基本、摘要或 Windows 身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
HubspotLinked服务
HubspotLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
accessToken |
最初进行 OAuth 集成身份验证时获得的访问令牌。 |
秘密基地 |
客户端 ID |
与 Hubspot 应用程序关联的客户端 ID。 |
任何(必需) |
客户密钥 |
与 Hubspot 应用程序关联的客户端密码。 |
秘密基地 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
refreshToken |
最初进行 OAuth 集成身份验证时获得的刷新令牌。 |
秘密基地 |
useEncryptedEndpoints |
指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 |
任何 |
使用主机验证 |
指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 |
任何 |
usePeerVerification |
指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 |
任何 |
ImpalaLinkedService
ImpalaLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
allowHostNameCNMismatch |
指定是否要求 CA 颁发的 SSL 证书名称与通过 SSL 连接时服务器的主机名匹配。 默认值为 false。 |
任何 |
allowSelfSignedServerCert |
指定是否允许来自服务器的自签名证书。 默认值为 false。 |
任何 |
验证类型 |
要使用的认证类型。 |
“Anonymous” “SASLUsername” “UsernameAndPassword”(必需) |
启用服务器证书验证 |
指定在连接时是否启用服务器 SSL 证书验证。始终使用系统信任存储(仅适用于 V2)。 默认值为真。 |
任何 |
启用SSL |
指定是否使用 SSL 加密与服务器的连接。 默认值为 false。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
Impala 服务器的 IP 地址或主机名。 (即 192.168.222.160) |
任何(必需) |
密码 |
使用 UsernameAndPassword 时,与用户名对应的密码。 |
秘密基地 |
港口 |
Impala 服务器用来侦听客户端连接的 TCP 端口。 默认值为 21050。 |
任何 |
thriftTransportProtocol 协议 |
要在 Thrift 层中使用的传输协议(仅适用于 V2)。 默认值为 Binary。 |
“Binary” “HTTP” |
信任证书路径 (trustedCertPath) |
包含受信任的 CA 证书的 .pem 文件的完整路径,用于通过 SSL 连接时验证服务器。 只能在自承载 IR 上使用 SSL 时设置此属性。 默认值是随 IR 一起安装的 cacerts.pem 文件。 |
任何 |
用户名 |
用于访问 Impala 服务器的用户名。 使用 SASLUsername 时,默认值为匿名。 |
任何 |
useSystemTrustStore |
指定是使用系统信任存储中的 CA 证书还是使用指定 PEM 文件中的 CA 证书。 默认值为 false。 |
任何 |
名称 |
DESCRIPTION |
价值 |
验证类型 |
用于作为 ODBC 数据存储连接到 Informix 的身份验证类型。 可能的值为:Anonymous 和 Basic。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
connectionString 连接字符串 |
连接字符串的非访问凭据部分以及可选的加密凭据。 类型:string、SecureString、AzureKeyVaultSecretReference 或 Expression 和 resultType 字符串。 |
任何(必需) |
凭证 |
连接字符串的访问凭据部分,采用特定于驱动程序的属性值格式指定。 |
秘密基地 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
基本身份验证的密码。 |
秘密基地 |
用户名 |
基本身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
IntegrationRuntimeReference
JiraLinked服务
JiraLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
Jira 服务的 IP 地址或主机名。 (例如 jira.example.com) |
任何(必需) |
密码 |
在“用户名”字段中提供的用户名所对应的密码。 |
秘密基地 |
港口 |
Jira 服务器用来侦听客户端连接的 TCP 端口。 默认值为 443(如果通过 HTTPS 进行连接)或 8080(如果通过 HTTP 进行连接)。 |
任何 |
useEncryptedEndpoints |
指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 |
任何 |
使用主机验证 |
指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 |
任何 |
usePeerVerification |
指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 |
任何 |
用户名 |
用于访问 Jira 服务的用户名。 |
任何(必需) |
LakeHouseLinked服务
LakeHouseLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
artifactId |
Microsoft Fabric Lakehouse 项目的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
servicePrincipalCredential 的 |
Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 |
秘密基地 |
servicePrincipalCredentialType 服务 |
在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalId 服务 |
用于对 Microsoft Fabric Lakehouse 进行身份验证的应用程序的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalKey 服务 |
用于对 Microsoft Fabric Lakehouse 进行身份验证的应用程序密钥。 |
秘密基地 |
租户 |
服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
工作区ID |
Microsoft Fabric 工作区的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
链接服务
LinkedServiceReference
名称 |
DESCRIPTION |
价值 |
参数 |
LinkedService 的参数。 |
ParameterValueSpecification 参数值规范 |
referenceName (引用名称) |
引用 LinkedService 名称。 |
string (必需) |
类型 |
链接服务引用类型。 |
“LinkedServiceReference”(必需) |
MagentoLinked服务
MagentoLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
accessToken |
来自 Magento 的访问令牌。 |
秘密基地 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
Magento 实例的 URL。 (即 192.168.222.110/magento3) |
任何(必需) |
useEncryptedEndpoints |
指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 |
任何 |
使用主机验证 |
指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 |
任何 |
usePeerVerification |
指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 |
任何 |
MariaDBLinkedService
MariaDBLinkedServiceTypeProperties
名称 |
DESCRIPTION |
价值 |
connectionString 连接字符串 |
ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
数据库 |
连接的数据库名称。 类型:字符串。 |
任何 |
驱动程序版本 |
MariaDB 驱动程序的版本。 类型:字符串。 对于旧驱动程序,V1 或为空,V2 用于新驱动程序。 V1 可以支持连接字符串和属性包,V2 只能支持连接字符串。 旧驱动程序计划于 2024 年 10 月弃用。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
连接字符串中密码的 Azure Key Vault 机密引用。 |
AzureKeyVaultSecretReference |
港口 |
连接的端口。 类型:整数。 |
任何 |
服务器 |
连接的服务器名称。 类型:字符串。 |
任何 |
SSL模式 |
此选项指定驱动程序在连接到 MariaDB 时是否使用 TLS 加密和验证。 例如,SSLMode=<0/1/2/3/4>。 选项:DISABLED (0) / PREFERRED (1) /REQUIRED (2) / VERIFY_CA (3) / VERIFY_IDENTITY (4), REQUIRED (2) 建议仅允许使用 SSL/TLS 加密的连接。 |
任何 |
用户名 |
身份验证的用户名。 类型:字符串。 |
任何 |
useSystemTrustStore |
此选项指定是使用系统信任存储中的 CA 证书还是使用指定 PEM 文件中的 CA 证书。 例如 UseSystemTrustStore=<0/1>;选项:已启用 (1) / 禁用 (0) (默认) |
任何 |
MarketoLinked服务
MarketoLinkedServiceTypeProperties
名称 |
DESCRIPTION |
价值 |
客户端 ID |
Marketo 服务的客户端 ID。 |
任何(必需) |
客户密钥 |
Marketo 服务的客户端密码。 |
秘密基地 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
端点 |
Marketo 服务器的终结点。 (即 123-ABC-321.mktorest.com) |
任何(必需) |
useEncryptedEndpoints |
指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 |
任何 |
使用主机验证 |
指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 |
任何 |
usePeerVerification |
指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 |
任何 |
MicrosoftAccessLinkedService
MicrosoftAccessLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
用于作为 ODBC 数据存储连接到 Microsoft Access 的身份验证类型。 可能的值为:Anonymous 和 Basic。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
connectionString 连接字符串 |
连接字符串的非访问凭据部分以及可选的加密凭据。 类型:string、SecureString、AzureKeyVaultSecretReference 或 Expression 和 resultType 字符串。 |
任何(必需) |
凭证 |
连接字符串的访问凭据部分,采用特定于驱动程序的属性值格式指定。 |
秘密基地 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
基本身份验证的密码。 |
秘密基地 |
用户名 |
基本身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
MongoDbAtlasLinkedService
MongoDbAtlasLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
connectionString 连接字符串 |
MongoDB Atlas 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何(必需) |
数据库 |
要访问的 MongoDB Atlas 数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
驱动程序版本 |
要选择的驱动程序版本。 允许的值为 v1 和 v2。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
MongoDbLinkedService
MongoDbLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
allowSelfSignedServerCert |
指定是否允许来自服务器的自签名证书。 默认值为 false。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
验证类型 |
用于连接到 MongoDB 数据库的身份验证类型。 |
“Anonymous” “Basic” |
authSource 认证 |
用于验证用户名和密码的数据库。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
数据库名称 |
要访问的 MongoDB 数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
启用SSL |
指定是否使用 SSL 加密与服务器的连接。 默认值为 false。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
身份验证密码。 |
秘密基地 |
港口 |
MongoDB 服务器用于侦听客户端连接的 TCP 端口号。 默认值为 27017。 类型:整数(或包含 resultType 整数的表达式),最小值:0。 |
任何 |
服务器 |
MongoDB 服务器的 IP 地址或服务器名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
用户名 |
身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
MongoDbV2LinkedService
MongoDbV2LinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
connectionString 连接字符串 |
MongoDB 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何(必需) |
数据库 |
要访问的 MongoDB 数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
MySqlLinkedService 服务
MySqlLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
allowZeroDateTime (允许零日期时间) |
这允许从数据库检索特殊的“零”日期值 0000-00-00。 类型:布尔值。 |
任何 |
connectionString 连接字符串 |
连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
connectionTimeout 连接超时 |
在终止尝试并生成错误之前等待与服务器建立连接的时间(以秒为单位)。 类型:整数。 |
任何 |
convertZeroDateTime |
如果返回日期或日期/时间列的 DateTime.MinValue,则返回不允许的值。 类型:布尔值。 |
任何 |
数据库 |
连接的数据库名称。 类型:字符串。 |
任何 |
驱动程序版本 |
MySQL 驱动程序的版本。 类型:字符串。 对于旧驱动程序,V1 或为空,V2 用于新驱动程序。 V1 可以支持连接字符串和属性包,V2 只能支持连接字符串。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
guid格式 |
确定应将哪个列类型(如果有)读取为 GUID。 类型:字符串。 无:不会将列类型作为 Guid 自动读取;Char36:所有 CHAR(36)列都以小写十六进制和连字符(与 UUID 匹配)作为 Guid 读取/写入。 |
任何 |
密码 |
连接字符串中密码的 Azure Key Vault 机密引用。 |
AzureKeyVaultSecretReference |
港口 |
连接的端口。 类型:整数。 |
任何 |
服务器 |
连接的服务器名称。 类型:字符串。 |
任何 |
SSL证书 |
客户端 SSL 证书文件的路径(采用 PEM 格式)。 必须同时指定 SslKey。 类型:字符串。 |
任何 |
SSL密钥 |
客户端 SSL 私钥的路径(采用 PEM 格式)。 还必须指定 SslCert。 类型:字符串。 |
任何 |
SSL模式 |
用于连接的 SSL 模式。 类型:整数。 0:禁用,1:首选,2:需要,3:verify-ca,4:验证完整。 |
任何 |
treatTinyAsBoolean |
设置为 true 时,TINYINT(1) 值将作为布尔值返回。 类型:bool。 |
任何 |
用户名 |
身份验证的用户名。 类型:字符串。 |
任何 |
useSystemTrustStore |
使用系统信任存储进行连接。 类型:整数。 0:启用,1:禁用。 |
任何 |
NetezzaLinked服务
NetezzaLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
connectionString 连接字符串 |
ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
pwd |
连接字符串中密码的 Azure Key Vault 机密引用。 |
AzureKeyVaultSecretReference |
ODataLinkedService
ODataLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
aadResourceId |
指定要请求授权以使用 Directory 的资源。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
aadServicePrincipalCredentialType |
指定用于服务主体的凭据类型(密钥或证书)。 |
“ServicePrincipalCert” “ServicePrincipalKey” |
验证类型 |
用于连接到 OData 服务的身份验证类型。 |
“AadServicePrincipal” “Anonymous” “Basic” “ManagedServiceIdentity” “Windows” |
authHeaders |
请求中用于授权的 RESTful API 中的其他 HTTP 标头。 类型:键值对(值应为字符串类型)。 |
任何 |
Azure云类型 |
指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
OData 服务的密码。 |
秘密基地 |
服务主体嵌入证书 (servicePrincipalEmbeddedCert) |
指定在 Azure Active Directory 中注册的应用程序的 base64 编码证书。 类型:字符串(或带有 resultType 字符串的表达式)。 |
秘密基地 |
servicePrincipalEmbeddedCertPassword |
如果证书具有密码,并且使用的是 AadServicePrincipal 身份验证,请指定证书的密码。 类型:字符串(或带有 resultType 字符串的表达式)。 |
秘密基地 |
servicePrincipalId 服务 |
指定在 Azure Active Directory 中注册的应用程序的应用程序 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalKey 服务 |
指定在 Azure Active Directory 中注册的应用程序的机密。 类型:字符串(或带有 resultType 字符串的表达式)。 |
秘密基地 |
租户 |
指定您的应用程序所属的租户信息(域名或租户 ID)。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
网址 |
OData 服务终结点的 URL。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
用户名 |
OData 服务的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
OdbcLinkedService
OdbcLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
用于连接 ODBC 数据存储的身份验证类型。 可能的值为:Anonymous 和 Basic。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
connectionString 连接字符串 |
连接字符串的非访问凭据部分以及可选的加密凭据。 类型:string、SecureString、AzureKeyVaultSecretReference 或 Expression 和 resultType 字符串。 |
任何(必需) |
凭证 |
连接字符串的访问凭据部分,采用特定于驱动程序的属性值格式指定。 |
秘密基地 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
基本身份验证的密码。 |
秘密基地 |
用户名 |
基本身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
Office365链接服务
Office365LinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
office365租户 ID |
Office 365 帐户所属的 Azure 租户 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
servicePrincipalCredentialType 服务 |
身份验证的服务主体凭据类型。“ServicePrincipalKey”用于密钥/机密,用于证书的“ServicePrincipalCert”。 如果未指定,则使用“ServicePrincipalKey”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
服务主体嵌入证书 (servicePrincipalEmbeddedCert) |
指定在 Azure Active Directory 中注册的应用程序的 base64 编码证书。 类型:字符串(或带有 resultType 字符串的表达式)。 |
秘密基地 |
servicePrincipalEmbeddedCertPassword |
如果证书具有密码,并且使用的是 AadServicePrincipal 身份验证,请指定证书的密码。 类型:字符串(或带有 resultType 字符串的表达式)。 |
秘密基地 |
servicePrincipalId 服务 |
指定应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
servicePrincipalKey 服务 |
指定应用程序的密钥。 |
SecretBase (必需) |
servicePrincipalTenantId 服务 |
指定 Azure AD Web 应用程序所在的租户信息。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
OracleCloudStorageLinkedService
OracleCloudStorageLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
accessKeyId |
Oracle 云存储标识和访问管理(IAM)用户的访问密钥标识符。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
秘密访问密钥 |
Oracle 云存储标识和访问管理 (IAM) 用户的机密访问密钥。 |
秘密基地 |
serviceUrl 的 |
此值指定要使用 Oracle 云存储连接器访问的终结点。 这是一个可选属性;仅当想要尝试其他服务终结点或想要在 https 和 http 之间切换时更改它。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
OracleLinked服务
OracleLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
连接到 Oracle 数据库的身份验证类型。 仅用于版本 2.0。 |
“Basic” |
connectionString 连接字符串 |
连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 仅用于版本 1.0。 |
任何 |
cryptoChecksumClient |
指定当此客户端连接到服务器时所需的数据完整性行为。 支持的值接受、拒绝、请求或必需,默认值是必需的。 类型:字符串。 仅用于版本 2.0。 |
任何 |
cryptoChecksumTypes客户端 |
指定客户端可以使用的加密校验算法。 支持的值为 SHA1、SHA256、SHA384、SHA512、默认值为 (SHA512)。 类型:字符串。 仅用于版本 2.0。 |
任何 |
启用 BulkLoad |
指定在将数据加载到数据库中时是使用大容量复制还是批量插入,默认值为 true。 类型:布尔值。 仅用于版本 2.0。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
加密客户端 |
指定加密客户端的行为。 支持的值接受、拒绝、请求或必需,默认值是必需的。 类型:字符串。 仅用于版本 2.0。 |
任何 |
encryptionTypes客户端 |
指定客户端可以使用的加密算法。 支持的值为 AES128、AES192、AES256、3DES112、3DES168、默认值为 (AES256)。 类型:字符串。 仅用于版本 2.0。 |
任何 |
fetchSize (获取大小) |
指定驱动程序为提取一个数据库往返中的数据而分配的字节数,默认值为10485760。 类型:整数。 仅用于版本 2.0。 |
任何 |
获取Tswtz作为时间戳 |
指定驱动程序是否将 TIMESTAMP WITH TIME ZONE 数据类型的列值作为 DateTime 或字符串返回。 如果 supportV1DataTypes 不为 true,则忽略此设置,默认值为 true。 类型:布尔值。 仅用于版本 2.0。 |
任何 |
初始化字符串 |
指定一个命令,该命令在连接数据库后立即执行,以管理会话设置。 类型:字符串。 仅用于版本 2.0。 |
任何 |
初始 LobFetchSize |
指定源最初为 LOB 列提取的量,默认值为 0。 类型:整数。 仅用于版本 2.0。 |
任何 |
密码 |
连接字符串中密码的 Azure Key Vault 机密引用。 |
AzureKeyVaultSecretReference |
服务器 |
要连接到的 Oracle 数据库的位置,支持的表单包括连接器描述符、简易连接(Plus)命名和 Oracle Net Services 名称(仅自承载 IR)。 类型:字符串。 仅用于版本 2.0。 |
任何 |
声明缓存大小 |
指定要为每个数据库连接缓存的游标数或语句数,默认值为 0。 类型:整数。 仅用于版本 2.0。 |
任何 |
supportV1数据类型 |
指定是否使用版本 1.0 数据类型映射。 除非要保持与版本 1.0 数据类型映射的向后兼容性,否则不要将其设置为 true,默认值为 false。 类型:布尔值。 仅用于版本 2.0。 |
任何 |
用户名 |
Oracle 数据库用户名。 类型:字符串。 仅用于版本 2.0。 |
任何 |
OracleServiceCloudLinkedService
OracleServiceCloudLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
Oracle 服务云实例的 URL。 |
任何(必需) |
密码 |
在用户名键中提供的用户名所对应的密码。 |
SecretBase (必需) |
useEncryptedEndpoints |
指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
使用主机验证 |
指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
usePeerVerification |
指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
用户名 |
用于访问 Oracle 服务云服务器的用户名。 |
任何(必需) |
ParameterDefinitionSpecification
参数规范
名称 |
DESCRIPTION |
价值 |
默认值 |
参数的默认值。 |
任何 |
类型 |
参数类型。 |
“Array” “Bool” “Float” “Int” “Object” “SecureString” “String”(必需) |
ParameterValueSpecification 参数值规范
ParameterValueSpecification 参数值规范
PaypalLinked服务
PaypalLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
客户端 ID |
与 PayPal 应用程序关联的客户端 ID。 |
任何(必需) |
客户密钥 |
与 PayPal 应用程序关联的客户端密码。 |
秘密基地 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
PayPal 实例的 URL。 (即 api.sandbox.paypal.com) |
任何(必需) |
useEncryptedEndpoints |
指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 |
任何 |
使用主机验证 |
指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 |
任何 |
usePeerVerification |
指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 |
任何 |
PhoenixLinked服务
PhoenixLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
allowHostNameCNMismatch |
指定是否要求 CA 颁发的 SSL 证书名称与通过 SSL 连接时服务器的主机名匹配。 默认值为 false。 |
任何 |
allowSelfSignedServerCert |
指定是否允许来自服务器的自签名证书。 默认值为 false。 |
任何 |
验证类型 |
用于连接到 Phoenix 服务器的身份验证机制。 |
“Anonymous” “UsernameAndPassword” “WindowsAzureHDInsightService”(必需) |
启用SSL |
指定是否使用 SSL 加密与服务器的连接。 默认值为 false。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
Phoenix 服务器的 IP 地址或主机名。 (即 192.168.222.160) |
任何(必需) |
httpPath |
对应于 Phoenix 服务器的部分 URL。 (即 /gateway/sandbox/phoenix/version)。 如果使用 WindowsAzureHDInsightService,则默认值为 hbasephoenix。 |
任何 |
密码 |
用户名所对应的密码。 |
秘密基地 |
港口 |
Phoenix 服务器用来侦听客户端连接的 TCP 端口。 默认值为 8765。 |
任何 |
信任证书路径 (trustedCertPath) |
包含受信任的 CA 证书的 .pem 文件的完整路径,用于通过 SSL 连接时验证服务器。 只能在自承载 IR 上使用 SSL 时设置此属性。 默认值是随 IR 一起安装的 cacerts.pem 文件。 |
任何 |
用户名 |
用于连接到 Phoenix 服务器的用户名。 |
任何 |
useSystemTrustStore |
指定是使用系统信任存储中的 CA 证书还是使用指定 PEM 文件中的 CA 证书。 默认值为 false。 |
任何 |
PostgreSqlLinkedService 服务
PostgreSqlLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
connectionString 连接字符串 |
连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何(必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
连接字符串中密码的 Azure Key Vault 机密引用。 |
AzureKeyVaultSecretReference |
PostgreSqlV2LinkedService 服务
PostgreSqlV2LinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
要使用的认证类型。 类型:字符串。 |
任何(必需) |
commandTimeout |
尝试执行命令之前等待的时间(以秒为单位),如果超过这个时间,将终止尝试并产生错误。 对于无穷大,设置为零。 类型:整数。 |
任何 |
connectionTimeout 连接超时 |
等待的时间(以秒为单位),这是在尝试建立连接时,终止尝试并生成错误之前的时间。 类型:整数。 |
任何 |
数据库 |
连接的数据库名称。 类型:字符串。 |
任何(必需) |
编码 |
获取或设置用于编码/解码 PostgreSQL 字符串数据的 .NET 编码格式。 类型:字符串 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
logParameters |
启用后,在执行命令时将会记录参数值。 类型:布尔值。 |
任何 |
密码 |
连接字符串中密码的 Azure Key Vault 机密引用。 类型:字符串。 |
AzureKeyVaultSecretReference |
池 |
是否应使用连接池。 类型:布尔值。 |
任何 |
港口 |
连接的端口。 类型:整数。 |
任何 |
读取缓冲区大小 |
确定读取时内部缓冲区使用的大小。 如果从数据库传输大型值,则增加大小可能会提高性能。 类型:整数。 |
任何 |
图式 |
设置架构搜索路径。 类型:字符串。 |
任何 |
服务器 |
连接的服务器名称。 类型:字符串。 |
任何(必需) |
SSL证书 |
要发送到服务器的客户端证书的位置。 类型:字符串。 |
任何 |
SSL密钥 |
要发送到服务器的客户端证书的客户端密钥位置。 类型:字符串。 |
任何 |
SSL模式 |
用于连接的 SSL 模式。 类型:整数。 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full. 类型:整数。 |
任何(必需) |
sslPassword (SSL密码) |
客户端证书密钥的密码。 类型:字符串。 |
任何 |
时区 |
获取或设置会话时区。 类型:字符串。 |
任何 |
可信任服务器证书 (trustServerCertificate) |
是否在不验证服务器证书的情况下信任该证书。 类型:布尔值。 |
任何 |
用户名 |
身份验证的用户名。 类型:字符串。 |
任何(必需) |
PrestoLinkedService 服务
PrestoLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
allowHostNameCNMismatch |
指定是否要求 CA 颁发的 SSL 证书名称与通过 SSL 连接时服务器的主机名匹配。 默认值为 false。 仅用于版本 1.0。 |
任何 |
allowSelfSignedServerCert |
指定是否允许来自服务器的自签名证书。 默认值为 false。 仅用于版本 1.0。 |
任何 |
验证类型 |
用于连接到 Presto 服务器的身份验证机制。 |
“Anonymous” “LDAP”(必需) |
目录 |
针对服务器的所有请求的目录上下文。 |
任何(必需) |
启用服务器证书验证 |
指定与服务器的连接是否会验证服务器证书,默认值为 True。 仅适用于版本 2.0 |
任何 |
启用SSL |
指定是否使用 SSL 加密与服务器的连接。 旧版的默认值为 False。 版本 2.0 的默认值为 True。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
Presto 服务器的 IP 地址或主机名。 (即 192.168.222.160) |
任何(必需) |
密码 |
用户名所对应的密码。 |
秘密基地 |
港口 |
Presto 服务器用来侦听客户端连接的 TCP 端口。 禁用 SSL 时,默认值为 8080,启用 SSL 时默认值为 443。 |
任何 |
服务器版本 |
Presto 服务器的版本。 (即 0.148-t)仅用于版本 1.0。 |
任何 |
时间 ZoneID |
连接使用的本地时区。 IANA 时区数据库中指定了此选项的有效值。 版本 1.0 的默认值是客户端系统时区。 版本 2.0 的默认值为服务器系统 timeZone |
任何 |
信任证书路径 (trustedCertPath) |
包含受信任的 CA 证书的 .pem 文件的完整路径,用于通过 SSL 连接时验证服务器。 只能在自承载 IR 上使用 SSL 时设置此属性。 默认值是随 IR 一起安装的 cacerts.pem 文件。 仅用于版本 1.0。 |
任何 |
用户名 |
用于连接到 Presto 服务器的用户名。 |
任何 |
useSystemTrustStore |
指定是使用系统信任存储中的 CA 证书还是使用指定 PEM 文件中的 CA 证书。 默认值为 false。 仅用于版本 1.0。 |
任何 |
QuickbaseLinked服务
QuickbaseLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
网址 |
用于连接 Quickbase 源的 URL。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
userToken |
Quickbase 源的用户令牌。 |
SecretBase (必需) |
QuickBooksLinked服务
QuickBooksLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
accessToken |
OAuth 2.0 身份验证的访问令牌。 |
秘密基地 |
accessTokenSecret |
OAuth 1.0 身份验证已弃用访问令牌密钥。 仅用于版本 1.0。 |
秘密基地 |
公司 ID |
要授权的 QuickBooks 公司的公司 ID。 |
任何 |
连接属性 |
用于连接到 QuickBooks 的属性。 它与链接服务中的其他任何属性互斥。 类型:对象。 |
任何 |
consumerKey |
OAuth 2.0 身份验证的使用者密钥。 |
任何 |
consumerSecret 的 |
OAuth 2.0 身份验证的使用者密钥。 |
秘密基地 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
端点 |
QuickBooks 服务器的终结点。 (即 quickbooks.api.intuit.com) |
任何 |
refreshToken |
OAuth 2.0 身份验证的刷新令牌。 |
秘密基地 |
useEncryptedEndpoints |
指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 仅用于版本 1.0。 |
任何 |
ResponsysLinkedService
ResponsysLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
客户端 ID |
与 Responsys 应用程序关联的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
客户密钥 |
与 Responsys 应用程序关联的客户端密码。 类型:字符串(或带有 resultType 字符串的表达式)。 |
秘密基地 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
端点 |
Responsys 服务器的终结点。 |
任何(必需) |
useEncryptedEndpoints |
指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
使用主机验证 |
指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
usePeerVerification |
指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
RestServiceLinkedService
RestServiceLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
aadResourceId |
请求使用授权的资源。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
验证类型 |
用于连接到 REST 服务的身份验证类型。 |
“AadServicePrincipal” “Anonymous” “Basic” “ManagedServiceIdentity” “OAuth2ClientCredential”(必需) |
authHeaders |
请求中用于授权的 RESTful API 中的其他 HTTP 标头。 类型:对象(或带有 resultType 对象的表达式)。 |
任何 |
Azure云类型 |
指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
客户端 ID |
与应用程序关联的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
客户密钥 |
与应用程序关联的客户端密码。 |
秘密基地 |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
启用服务器证书验证 |
是否在连接到终结点时验证服务器端 SSL 证书。默认值为 true。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
基本身份验证类型中使用的密码。 |
秘密基地 |
资源 |
将请求访问的目标服务或资源。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
范围 |
所需的访问范围。 它描述将请求哪种类型的访问。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalCredentialType 服务 |
在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
服务主体嵌入证书 (servicePrincipalEmbeddedCert) |
指定在 Azure Active Directory 中注册的应用程序的 base64 编码证书。 类型:字符串(或带有 resultType 字符串的表达式)。 |
秘密基地 |
servicePrincipalEmbeddedCertPassword |
如果证书具有密码,并且使用的是 AadServicePrincipal 身份验证,请指定证书的密码。 类型:字符串(或带有 resultType 字符串的表达式)。 |
秘密基地 |
servicePrincipalId 服务 |
AadServicePrincipal 身份验证类型中使用的应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalKey 服务 |
AadServicePrincipal 身份验证类型中使用的应用程序的密钥。 |
秘密基地 |
租户 |
应用程序所在的 AadServicePrincipal 身份验证类型中使用的租户信息(域名或租户 ID)。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
tokenEndpoint |
要获取访问令牌的授权服务器的令牌终结点。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
网址 |
REST 服务的基 URL。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
用户名 |
基本身份验证类型中使用的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
SalesforceLinked服务
SalesforceLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
apiVersion |
ADF 中使用的 Salesforce API 版本。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
环境 Url |
Salesforce 实例的 URL。 默认值为“https://login.salesforce.com”。 若要从沙盒复制数据,请指定“https://test.salesforce.com”。 若要从自定义域复制数据,请指定“https://[domain].my.salesforce.com”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
密码 |
Salesforce 实例的基本身份验证的密码。 |
秘密基地 |
安全令牌 |
安全令牌是可选的,用于远程访问 Salesforce 实例。 |
秘密基地 |
用户名 |
Salesforce 实例的基本身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
SalesforceMarketingCloudLinked服务
SalesforceMarketingCloudLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
客户端 ID |
与 Salesforce Marketing Cloud 应用程序关联的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
客户密钥 |
与 Salesforce Marketing Cloud 应用程序关联的客户端密码。 类型:字符串(或带有 resultType 字符串的表达式)。 |
秘密基地 |
连接属性 |
用于连接到 Salesforce Marketing Cloud 的属性。 它与链接服务中的其他任何属性互斥。 类型:对象。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
useEncryptedEndpoints |
指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
使用主机验证 |
指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
usePeerVerification |
指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
SalesforceServiceCloudLinkedService
SalesforceServiceCloudLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
apiVersion |
ADF 中使用的 Salesforce API 版本。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
环境 Url |
Salesforce Service Cloud 实例的 URL。 默认值为“https://login.salesforce.com”。 若要从沙盒复制数据,请指定“https://test.salesforce.com”。 若要从自定义域复制数据,请指定“https://[domain].my.salesforce.com”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
extendedProperties |
追加到连接字符串的扩展属性。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
密码 |
Salesforce 实例的基本身份验证的密码。 |
秘密基地 |
安全令牌 |
安全令牌是可选的,用于远程访问 Salesforce 实例。 |
秘密基地 |
用户名 |
Salesforce 实例的基本身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
SalesforceServiceCloudV2LinkedService
SalesforceServiceCloudV2LinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
apiVersion |
ADF 中使用的 Salesforce API 版本。 版本必须大于或等于 Salesforce BULK API 2.0 所需的 47.0。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
验证类型 |
用于连接到 Salesforce 的身份验证类型。 目前,我们仅支持 OAuth2ClientCredentials,这也是默认值 |
任何 |
客户端 ID |
Salesforce 实例的 OAuth 2.0 客户端凭据流身份验证的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
客户密钥 |
Salesforce 实例的 OAuth 2.0 客户端凭据流身份验证的客户端密码。 |
秘密基地 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
环境 Url |
Salesforce Service Cloud 实例的 URL。 例如,“https://[domain].my.salesforce.com”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
SalesforceV2LinkedService
SalesforceV2LinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
apiVersion |
ADF 中使用的 Salesforce API 版本。 版本必须大于或等于 Salesforce BULK API 2.0 所需的 47.0。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
验证类型 |
用于连接到 Salesforce 的身份验证类型。 目前,我们仅支持 OAuth2ClientCredentials,这也是默认值 |
任何 |
客户端 ID |
Salesforce 实例的 OAuth 2.0 客户端凭据流身份验证的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
客户密钥 |
Salesforce 实例的 OAuth 2.0 客户端凭据流身份验证的客户端密码。 |
秘密基地 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
环境 Url |
Salesforce 实例的 URL。 例如,“https://[domain].my.salesforce.com”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
SapBWLinkedService
SapBWLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
客户端 ID |
BW 系统上客户端的客户端 ID。 (通常为表示为字符串的三位数十进制数)类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
用于访问 SAP BW 服务器的密码。 |
秘密基地 |
服务器 |
SAP BW 实例的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
系统编号 |
BW 系统的系统编号。 (通常为表示为字符串的两位数十进制数字。类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
用户名 |
用于访问 SAP BW 服务器的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
SapCloudForCustomerLinkedService
SapCloudForCustomerLinkedServiceTypeProperties
名称 |
DESCRIPTION |
价值 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 必须提供 encryptedCredential 或用户名/密码。 类型:字符串。 |
字符串 |
密码 |
基本身份验证的密码。 |
秘密基地 |
网址 |
SAP Cloud for Customer OData API 的 URL。 例如,“[https://[tenantname].crm.ondemand.com/sap/c4c/odata/v1]”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
用户名 |
基本身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
SapEccLinked服务
SapEccLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 必须提供 encryptedCredential 或用户名/密码。 类型:字符串。 |
字符串 |
密码 |
基本身份验证的密码。 |
秘密基地 |
网址 |
SAP ECC OData API 的 URL。 例如,“[https://hostname:port/sap/opu/odata/sap/servicename/]”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
用户名 |
基本身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
SapHanaLinked服务
SapHanaLinkedService属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
用于连接到 SAP HANA 服务器的身份验证类型。 |
“Basic” “Windows” |
connectionString 连接字符串 |
SAP HANA ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
用于访问 SAP HANA 服务器的密码。 |
秘密基地 |
服务器 |
SAP HANA 服务器的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
用户名 |
用于访问 SAP HANA 服务器的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
SapOdpLinked服务
SapOdpLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
客户端 ID |
表所在的 SAP 系统上客户端的客户端 ID。 (通常为表示为字符串的三位数十进制数)类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
语言 |
表所在的 SAP 系统的语言。 默认值为 EN。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
登录组 |
SAP 系统的登录组。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
消息服务器 |
SAP 消息服务器的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
messageServerService |
消息服务器的服务名称或端口号。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
密码 |
用于访问表所在的 SAP 服务器的密码。 |
秘密基地 |
服务器 |
表所在的 SAP 实例的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
sncLibraryPath |
外部安全产品的库,用于访问表所在的 SAP 服务器。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
sncMode |
SNC 激活标志(布尔值)用于访问表所在的 SAP 服务器。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
sncMyName |
发起程序的 SNC 名称,用于访问表所在的 SAP 服务器。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
snc合作伙伴名称 |
通信合作伙伴的 SNC 名称,用于访问表所在的 SAP 服务器。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
sncQop |
SNC 保护质量。 允许的值包括:1、2、3、8、9。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
订阅者名称 |
订阅者名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
系统 Id |
表所在的 SAP 系统的 SystemID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
系统编号 |
表所在的 SAP 系统的系统编号。 (通常为表示为字符串的两位数十进制数字。类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
用户名 |
用于访问表所在的 SAP 服务器的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
x509证书路径 |
SNC X509 证书文件路径。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
SapOpenHubLinkedService
SapOpenHubLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
客户端 ID |
开放中心目标的 BW 系统上的客户端的客户端 ID。 (通常为表示为字符串的三位数十进制数)类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
语言 |
开放中心目标所在的 BW 系统的语言。 默认值为 EN。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
登录组 |
SAP 系统的登录组。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
消息服务器 |
SAP 消息服务器的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
messageServerService |
消息服务器的服务名称或端口号。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
密码 |
用于访问开放中心目标所在的 SAP BW 服务器的密码。 |
秘密基地 |
服务器 |
打开中心目标的 SAP BW 实例的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
系统 Id |
表所在的 SAP 系统的 SystemID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
系统编号 |
开放中心目标所在的 BW 系统的系统编号。 (通常为表示为字符串的两位数十进制数字。类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
用户名 |
用于访问打开中心目标的 SAP BW 服务器的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
SapTableLinkedService
SapTableLinkedServiceTypeProperties
名称 |
DESCRIPTION |
价值 |
客户端 ID |
表所在的 SAP 系统上客户端的客户端 ID。 (通常为表示为字符串的三位数十进制数)类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
语言 |
表所在的 SAP 系统的语言。 默认值为 EN。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
登录组 |
SAP 系统的登录组。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
消息服务器 |
SAP 消息服务器的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
messageServerService |
消息服务器的服务名称或端口号。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
密码 |
用于访问表所在的 SAP 服务器的密码。 |
秘密基地 |
服务器 |
表所在的 SAP 实例的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
sncLibraryPath |
外部安全产品的库,用于访问表所在的 SAP 服务器。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
sncMode |
SNC 激活标志(布尔值)用于访问表所在的 SAP 服务器。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
sncMyName |
发起程序的 SNC 名称,用于访问表所在的 SAP 服务器。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
snc合作伙伴名称 |
通信合作伙伴的 SNC 名称,用于访问表所在的 SAP 服务器。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
sncQop |
SNC 保护质量。 允许的值包括:1、2、3、8、9。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
系统 Id |
表所在的 SAP 系统的 SystemID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
系统编号 |
表所在的 SAP 系统的系统编号。 (通常为表示为字符串的两位数十进制数字。类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
用户名 |
用于访问表所在的 SAP 服务器的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
ScriptAction (脚本作)
名称 |
DESCRIPTION |
价值 |
姓名 |
脚本操作的用户提供的名称。 |
string (必需) |
参数 |
脚本操作的参数。 |
字符串 |
角色 |
应对其执行脚本操作的节点类型。 |
任何(必需) |
URI |
脚本操作的 URI。 |
string (必需) |
秘密基地
安全字符串
名称 |
DESCRIPTION |
价值 |
类型 |
机密的类型。 |
“SecureString”(必需) |
价值 |
安全字符串的值。 |
string (必需) |
ServiceNowLinked服务
ServiceNowLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
要使用的认证类型。 |
“Basic” “OAuth2”(必需) |
客户端 ID |
OAuth2 身份验证的客户端 ID。 |
任何 |
客户密钥 |
OAuth2 身份验证的客户端密码。 |
秘密基地 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
端点 |
ServiceNow 服务器的终结点。 (即 <instance.service-now.com>) |
任何(必需) |
密码 |
基本和 OAuth2 身份验证的用户名所对应的密码。 |
秘密基地 |
useEncryptedEndpoints |
指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 |
任何 |
使用主机验证 |
指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 |
任何 |
usePeerVerification |
指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 |
任何 |
用户名 |
用户名用于连接到 ServiceNow 服务器,进行基本和 OAuth2 身份验证。 |
任何 |
ServiceNowV2LinkedService
ServiceNowV2LinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
要使用的认证类型。 |
“Basic” “OAuth2”(必需) |
客户端 ID |
OAuth2 身份验证的客户端 ID。 |
任何 |
客户密钥 |
OAuth2 身份验证的客户端密码。 |
秘密基地 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
端点 |
ServiceNowV2 服务器的终结点。 (即 <instance.service-now.com>) |
任何(必需) |
grantType |
用于 OAuth2 身份验证的 GrantType。 默认值为密码。 |
任何 |
密码 |
基本和 OAuth2 身份验证的用户名所对应的密码。 |
秘密基地 |
用户名 |
用于连接到 ServiceNowV2 服务器以进行基本身份验证和 OAuth2 身份验证的用户名。 |
任何 |
SftpServerLinkedService
SftpServerLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
用于连接到 FTP 服务器的身份验证类型。 |
“Basic” “MultiFactor” “SshPublicKey” |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
SFTP 服务器主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
hostKeyFingerprint |
SFTP 服务器的主机键指打印。 当 SkipHostKeyValidation 为 false 时,应指定 HostKeyFingerprint。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
密码短语 |
如果 SSH 私钥已加密,则解密 SSH 私钥的密码。 |
秘密基地 |
密码 |
用于登录 SFTP 服务器进行基本身份验证的密码。 |
秘密基地 |
港口 |
SFTP 服务器用于侦听客户端连接的 TCP 端口号。 默认值为 22。 类型:整数(或包含 resultType 整数的表达式),最小值:0。 |
任何 |
privateKeyContent |
用于 SshPublicKey 身份验证的 Base64 编码 SSH 私钥内容。 对于使用 SshPublicKey 身份验证的本地复制,应指定 PrivateKeyPath 或 PrivateKeyContent。 SSH 私钥应采用 OpenSSH 格式。 |
秘密基地 |
privateKeyPath |
SshPublicKey 身份验证的 SSH 私钥文件路径。 仅适用于本地复制。 对于使用 SshPublicKey 身份验证的本地复制,应指定 PrivateKeyPath 或 PrivateKeyContent。 SSH 私钥应采用 OpenSSH 格式。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
skipHostKeyValidation (跳过主机密钥验证) |
如果为 true,请跳过 SSH 主机密钥验证。 默认值为 false。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
用户名 |
用于登录到 SFTP 服务器的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
SharePointOnlineListLinkedService
SharePointOnlineListLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
servicePrincipalCredentialType 服务 |
在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
服务主体嵌入证书 (servicePrincipalEmbeddedCert) |
指定在 Azure Active Directory 中注册的应用程序的 base64 编码证书。 类型:字符串(或带有 resultType 字符串的表达式)。 |
秘密基地 |
servicePrincipalEmbeddedCertPassword |
如果证书具有密码,并且使用的是 AadServicePrincipal 身份验证,请指定证书的密码。 类型:字符串(或带有 resultType 字符串的表达式)。 |
秘密基地 |
servicePrincipalId 服务 |
在 Azure Active Directory 中注册的应用程序(客户端)ID。 请确保向此应用程序授予 SharePoint 网站权限。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
servicePrincipalKey 服务 |
在 Azure Active Directory 中注册的应用程序的客户端密码。 类型:字符串(或带有 resultType 字符串的表达式)。 |
秘密基地 |
siteUrl 的 |
SharePoint Online 网站的 URL。 例如,https://contoso.sharepoint.com/sites/siteName 。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
租户ID |
应用程序所在的租户 ID。 可以从 Azure 门户 Active Directory 概述页找到它。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
Shopify链接服务
ShopifyLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
accessToken |
可用于访问 Shopify 数据的 API 访问令牌。 如果令牌处于脱机模式,则令牌不会过期。 |
秘密基地 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
Shopify 服务器的终结点。 (即 mystore.myshopify.com) |
任何(必需) |
useEncryptedEndpoints |
指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 |
任何 |
使用主机验证 |
指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 |
任何 |
usePeerVerification |
指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 |
任何 |
SmartsheetLinked服务
SmartsheetLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
apiToken |
Smartsheet 源的 API 令牌。 |
SecretBase (必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
SnowflakeLinkedService 服务
SnowflakeLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
connectionString 连接字符串 |
雪花的连接字符串。 类型:string、SecureString。 |
任何(必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
连接字符串中密码的 Azure Key Vault 机密引用。 |
AzureKeyVaultSecretReference |
SnowflakeLinkedV2ServiceTypeProperties
名称 |
DESCRIPTION |
价值 |
accountIdentifier 账户标识符 |
Snowflake 帐户的帐户标识符,例如 xy12345.east-us-2.azure |
任何(必需) |
验证类型 |
用于身份验证的类型。 类型:字符串。 |
“AADServicePrincipal” “Basic” “KeyPair” |
客户端 ID |
在 Azure Active Directory 中注册用于 AADServicePrincipal 身份验证的应用程序的客户端 ID。 |
任何 |
客户密钥 |
用于 AADServicePrincipal 身份验证的客户端机密的 Azure 密钥保管库机密参考。 |
秘密基地 |
数据库 |
Snowflake 数据库的名称。 |
任何(必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
Snowflake 帐户的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
密码 |
连接字符串中密码的 Azure Key Vault 机密引用。 |
秘密基地 |
私钥 |
用于 KeyPair 身份验证的 privateKey 的 Azure Key Vault 机密参考。 |
秘密基地 |
privateKeyPass短语 |
使用加密私钥进行 KeyPair 身份验证的私钥密码的 Azure 密钥保管库机密参考。 |
秘密基地 |
角色 |
在 Snowflake 会话中使用的默认访问控制角色。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
图式 |
连接的架构名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
范围 |
在 Azure Active Directory 中注册用于 AADServicePrincipal 身份验证的应用程序的范围。 |
任何 |
租户ID |
在 Azure Active Directory 中注册用于 AADServicePrincipal 身份验证的应用程序的租户 ID。 |
任何 |
用户 |
Snowflake 用户的名称。 |
任何 |
仓库 |
Snowflake 仓库的名称。 |
任何(必需) |
SnowflakeV2LinkedService
SparkLinkedService
SparkLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
allowHostNameCNMismatch |
指定是否要求 CA 颁发的 SSL 证书名称与通过 SSL 连接时服务器的主机名匹配。 默认值为 false。 |
任何 |
allowSelfSignedServerCert |
指定是否允许来自服务器的自签名证书。 默认值为 false。 |
任何 |
验证类型 |
用于访问 Spark 服务器的身份验证方法。 |
“Anonymous” “Username” “UsernameAndPassword” “WindowsAzureHDInsightService”(必需) |
启用服务器证书验证 |
指定与服务器的连接是否会验证服务器证书,默认值为 True。 仅适用于版本 2.0 |
任何 |
启用SSL |
指定是否使用 SSL 加密与服务器的连接。 默认值为 false。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
Spark 服务器的 IP 地址或主机名 |
任何(必需) |
httpPath |
对应于 Spark 服务器的部分 URL。 |
任何 |
密码 |
与你在“用户名”字段中提供的用户名对应的密码 |
秘密基地 |
港口 |
Spark 服务器用来侦听客户端连接的 TCP 端口。 |
任何(必需) |
服务器类型 |
Spark 服务器的类型。 |
“SharkServer” “SharkServer2” “SparkThriftServer” |
thriftTransportProtocol 协议 |
Thrift 层中要使用的传输协议。 |
“Binary” “HTTP” “SASL” |
信任证书路径 (trustedCertPath) |
包含受信任的 CA 证书的 .pem 文件的完整路径,用于通过 SSL 连接时验证服务器。 只能在自承载 IR 上使用 SSL 时设置此属性。 默认值是随 IR 一起安装的 cacerts.pem 文件。 |
任何 |
用户名 |
用于访问 Spark 服务器的用户名。 |
任何 |
useSystemTrustStore |
指定是使用系统信任存储中的 CA 证书还是使用指定 PEM 文件中的 CA 证书。 默认值为 false。 |
任何 |
SqlAlwaysEncryptedProperties
名称 |
DESCRIPTION |
价值 |
alwaysEncryptedAkvAuthType |
Sql 始终加密 AKV 身份验证类型。 类型:字符串。 |
“ManagedIdentity” “ServicePrincipal” “UserAssignedManagedIdentity”(必需) |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
servicePrincipalId 服务 |
Azure Active Directory 中用于 Azure Key Vault 身份验证的应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalKey 服务 |
用于对 Azure Key Vault 进行身份验证的服务主体的密钥。 |
秘密基地 |
SqlServerLinkedService
SqlServerLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
alwaysEncryptedSettings |
Sql 始终加密属性。 |
SqlAlwaysEncryptedProperties |
应用意图 |
连接到服务器时的应用程序工作负荷类型,由建议的版本使用。 可能的值为 ReadOnly 和 ReadWrite。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
验证类型 |
用于身份验证的类型。 类型:字符串。 |
“SQL” “UserAssignedManagedIdentity” “Windows” |
commandTimeout |
在终止尝试执行命令并生成错误之前(以秒为单位)的默认等待时间(以秒为单位),由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
connectionString 连接字符串 |
连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
connectRetryCount |
确定有空闲连接失败(由建议的版本使用)后尝试的重新连接数。 这必须是介于 0 和 255 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
connectRetryInterval |
确定建议的版本使用空闲连接失败后,每个重新连接尝试之间的时间(以秒为单位)。 这必须是介于 1 和 60 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
连接超时 |
在终止尝试并生成由建议版本使用的错误之前,等待与服务器的连接的时间长度(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
数据库 |
建议的版本使用的数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
加密 |
指示客户端和服务器之间发送的所有数据是否需要 TLS 加密(由建议的版本使用)。 可能的值为 true/yes/mandatory、false/no/optional 和 strict。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
failover合作伙伴 |
如果主服务器关闭(由建议的版本使用)连接到的伙伴服务器的名称或地址。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
hostNameInCertificate |
验证连接的服务器证书时要使用的主机名。 如果未指定,则数据源中的服务器名称用于证书验证,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
集成安全 |
指示是否在连接(如果为 false)中指定用户 ID 和密码,或者当前 Windows 帐户凭据是否用于身份验证(如果为 true),由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
loadBalanceTimeout (负载均衡超时) |
在被建议的版本使用之前,连接在连接池中生存的最短时间(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
最大池大小 |
此特定连接字符串的连接池中允许的最大连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
minPoolSize (最小池大小) |
此特定连接字符串的连接池中允许的最小连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
multipleActiveResultSets (多个活动结果集) |
如果为 true,应用程序可以维护多个活动结果集(MARS)。 如果为 false,应用程序必须处理或取消一个批处理中的所有结果集,然后才能在该连接上执行任何其他批处理(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
multiSubnetFailover |
如果应用程序连接到不同子网上的 AlwaysOn 可用性组(AG),则设置 MultiSubnetFailover=true 可以更快地检测和连接到(当前)活动服务器(当前)活动服务器(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
数据包大小 |
用于与服务器实例通信的网络数据包的大小(以字节为单位,由建议的版本使用)。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
密码 |
本地 Windows 身份验证密码。 |
秘密基地 |
池 |
指示每次请求连接时,连接是共用的还是显式打开的,由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
服务器 |
要连接到的 SQL Server 实例的名称或网络地址,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
可信任服务器证书 (trustServerCertificate) |
指示通道是否在绕过证书链来验证推荐版本使用的信任时是否加密通道。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
用户名 |
本地 Windows 身份验证用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
SquareLinked服务
SquareLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
客户端 ID |
与 Square 应用程序关联的客户端 ID。 |
任何 |
客户密钥 |
与 Square 应用程序关联的客户端密码。 |
秘密基地 |
连接属性 |
用于连接到 Square 的属性。 它与链接服务中的其他任何属性互斥。 类型:对象。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
Square 实例的 URL。 (即 mystore.mysquare.com) |
任何 |
重定向 Uri |
在 Square 应用程序仪表板中分配的重定向 URL。 (即 http://localhost:2500) |
任何 |
useEncryptedEndpoints |
指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 |
任何 |
使用主机验证 |
指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 |
任何 |
usePeerVerification |
指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 |
任何 |
SybaseLinkedService
SybaseLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
要用于连接的 AuthenticationType。 |
“Basic” “Windows” |
数据库 |
连接的数据库名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
身份验证密码。 |
秘密基地 |
图式 |
连接的架构名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
服务器 |
连接的服务器名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
用户名 |
身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
TeamDeskLinked服务
TeamDeskLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
apiToken |
TeamDesk 源的 API 令牌。 |
秘密基地 |
验证类型 |
要使用的认证类型。 |
“Basic” “Token”(必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
TeamDesk 源的密码。 |
秘密基地 |
网址 |
用于连接 TeamDesk 源的 URL。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
用户名 |
TeamDesk 源的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
TeradataLinkedService 服务
TeradataLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
要用于连接的 AuthenticationType。 |
“Basic” “Windows” |
字符集 |
要用于连接的字符集。 类型:字符串(或带有 resultType 字符串的表达式)。 仅适用于版本 2.0。 |
任何 |
connectionString 连接字符串 |
Teradata ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 仅适用于版本 1.0。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
https端口号 |
通过HTTPS/TLS连接连接到服务器时使用的端口号。 类型:整数(或包含 resultType 整数的表达式)。 仅适用于版本 2.0。 |
任何 |
maxRespSize |
SQL请求的响应缓冲区的最大大小,以字节为单位。 类型:整数。 仅适用于版本 2.0。 |
任何 |
密码 |
身份验证密码。 |
秘密基地 |
端口号 |
通过非 HTTPS/TLS 连接连接到服务器的端口号。 类型:整数(或包含 resultType 整数的表达式)。 仅用于 V2。 仅适用于版本 2.0。 |
任何 |
服务器 |
连接的服务器名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
SSL模式 |
用于连接的 SSL 模式。 有效值包括:“Disable”、“Allow”、“Prefer”、“Require”、“Verify-CA”、“Verify-Full”。 默认值为“Verify-Full”。 类型:字符串(或带有 resultType 字符串的表达式)。 仅适用于版本 2.0。 |
任何 |
useDataEncryption |
指定是否对 Teradata 数据库的所有通信进行加密。 允许的值为 0 或 1。 对于 HTTPS/TLS 连接,将忽略此设置。 类型:整数(或包含 resultType 整数的表达式)。 仅适用于版本 2.0。 |
任何 |
用户名 |
身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
TwilioLinkedService 服务
TwilioLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
密码 |
Twilio 服务的身份验证令牌。 |
SecretBase (必需) |
用户名 |
Twilio 服务的帐户 SID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
VerticaLinked服务
VerticaLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
connectionString 连接字符串 |
ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
数据库 |
连接的数据库名称。 类型:字符串。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
港口 |
连接的端口。 类型:整数。 |
任何 |
pwd |
连接字符串中密码的 Azure Key Vault 机密引用。 |
AzureKeyVaultSecretReference |
服务器 |
连接的服务器名称。 类型:字符串。 |
任何 |
uid |
身份验证的用户名。 类型:字符串。 |
任何 |
仓库链接服务
WarehouseLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
artifactId |
Microsoft Fabric Warehouse 项目的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
端点 |
Microsoft Fabric Warehouse 服务器的终结点。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
servicePrincipalCredential 的 |
Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 |
秘密基地 |
servicePrincipalCredentialType 服务 |
在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalId 服务 |
用于对 Microsoft Fabric Warehouse 进行身份验证的应用程序的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalKey 服务 |
用于对 Microsoft Fabric Warehouse 进行身份验证的应用程序密钥。 |
秘密基地 |
租户 |
服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
工作区ID |
Microsoft Fabric 工作区的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
WebAnonymous身份验证
名称 |
DESCRIPTION |
价值 |
验证类型 |
用于连接到 Web 表源的身份验证类型。 |
“Anonymous”(必需) |
WebBasic身份验证
名称 |
DESCRIPTION |
价值 |
验证类型 |
用于连接到 Web 表源的身份验证类型。 |
“Basic”(必需) |
密码 |
基本身份验证的密码。 |
SecretBase (必需) |
用户名 |
基本身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
WebClientCertificate身份验证
名称 |
DESCRIPTION |
价值 |
验证类型 |
用于连接到 Web 表源的身份验证类型。 |
“ClientCertificate”(必需) |
密码 |
PFX 文件的密码。 |
SecretBase (必需) |
PFX |
PFX 文件的 Base64 编码内容。 |
SecretBase (必需) |
WebLinked服务
WebLinkedServiceType属性
XeroLinked服务
XeroLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
连接属性 |
用于连接到 Xero 的属性。 它与链接服务中的其他任何属性互斥。 类型:对象。 |
任何 |
consumerKey |
与 Xero 应用程序关联的使用者密钥。 |
秘密基地 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
Xero 服务器的终结点。 (即 api.xero.com) |
任何 |
私钥 |
为 Xero 专用应用程序生成的 .pem 文件中的私钥。 必须包括 .pem 文件中的所有文本,包括 Unix 行结尾( ). |
秘密基地 |
useEncryptedEndpoints |
指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 |
任何 |
使用主机验证 |
指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 |
任何 |
usePeerVerification |
指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 |
任何 |
ZendeskLinked服务
ZendeskLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
apiToken |
Zendesk 源的 API 令牌。 |
秘密基地 |
验证类型 |
要使用的认证类型。 |
“Basic” “Token”(必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
Zendesk 源的密码。 |
秘密基地 |
网址 |
用于连接 Zendesk 源的 URL。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
用户名 |
Zendesk 源的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
ZohoLinked服务
ZohoLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
accessToken |
用于 Zoho 身份验证的访问令牌。 |
秘密基地 |
连接属性 |
用于连接到 Zoho 的属性。 它与链接服务中的其他任何属性互斥。 类型:对象。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
端点 |
Zoho 服务器的终结点。 (即 crm.zoho.com/crm/private) |
任何 |
useEncryptedEndpoints |
指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 |
任何 |
使用主机验证 |
指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 |
任何 |
usePeerVerification |
指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 |
任何 |
用法示例
Azure 快速入门模板
以下 Azure 快速入门模板 部署此资源类型。
模板 |
DESCRIPTION |
创建 V2 数据工厂
|
此模板创建一个 V2 数据工厂,用于将数据从 Azure Blob 存储中的文件夹复制到存储中的另一个文件夹。 |
在 Azure 体系结构上部署体育分析
|
创建启用了 ADLS Gen 2 的 Azure 存储帐户、存储帐户的链接服务的 Azure 数据工厂实例(如果已部署的 Azure SQL 数据库)和 Azure Databricks 实例。 将为部署模板的用户的 AAD 标识以及 ADF 实例的托管标识授予存储帐户上的存储 Blob 数据参与者角色。 还有一些选项可用于部署 Azure Key Vault 实例、Azure SQL 数据库和 Azure 事件中心(用于流式处理用例)。 部署 Azure Key Vault 后,将为部署模板的用户提供数据工厂托管标识和 AAD 标识,并被授予 Key Vault 机密用户角色。 |
可以使用 Azure 数据工厂进行更多作 - 单击一次尝试 Azure 数据工厂
|
此模板为从 Azure Blob 复制到另一个 Azure Blob 中的复制活动创建数据工厂管道 |
可以使用目标作部署工厂/linkedservices 资源类型:
有关每个 API 版本中已更改属性的列表,请参阅 更改日志。
若要创建 Microsoft.DataFactory/factories/linkedservices 资源,请将以下 Terraform 添加到模板。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.DataFactory/factories/linkedservices@2018-06-01"
name = "string"
parent_id = "string"
body = {
properties = {
annotations = [
?
]
connectVia = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
description = "string"
parameters = {
{customized property} = {
defaultValue = ?
type = "string"
}
}
version = "string"
type = "string"
// For remaining properties, see LinkedService 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 = "string"
endpoint = ?
marketplaceID = ?
mwsAuthToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
secretKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
sellerID = ?
useEncryptedEndpoints = ?
useHostVerification = ?
usePeerVerification = ?
}
}
对于 AmazonRdsForOracle,请使用:
{
type = "AmazonRdsForOracle"
typeProperties = {
authenticationType = "string"
connectionString = ?
cryptoChecksumClient = ?
cryptoChecksumTypesClient = ?
enableBulkLoad = ?
encryptedCredential = "string"
encryptionClient = ?
encryptionTypesClient = ?
fetchSize = ?
fetchTswtzAsTimestamp = ?
initializationString = ?
initialLobFetchSize = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
server = ?
statementCacheSize = ?
supportV1DataTypes = ?
username = ?
}
}
对于 AmazonRdsForSqlServer,请使用:
{
type = "AmazonRdsForSqlServer"
typeProperties = {
alwaysEncryptedSettings = {
alwaysEncryptedAkvAuthType = "string"
credential = {
referenceName = "string"
type = "string"
}
servicePrincipalId = ?
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
applicationIntent = ?
authenticationType = "string"
commandTimeout = ?
connectionString = ?
connectRetryCount = ?
connectRetryInterval = ?
connectTimeout = ?
database = ?
encrypt = ?
encryptedCredential = "string"
failoverPartner = ?
hostNameInCertificate = ?
integratedSecurity = ?
loadBalanceTimeout = ?
maxPoolSize = ?
minPoolSize = ?
multipleActiveResultSets = ?
multiSubnetFailover = ?
packetSize = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
pooling = ?
server = ?
trustServerCertificate = ?
userName = ?
}
}
对于 AmazonRedshift,请使用:
{
type = "AmazonRedshift"
typeProperties = {
database = ?
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
port = ?
server = ?
username = ?
}
}
对于 AmazonS3,请使用:
{
type = "AmazonS3"
typeProperties = {
accessKeyId = ?
authenticationType = ?
encryptedCredential = "string"
secretAccessKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
serviceUrl = ?
sessionToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
}
对于 AmazonS3Compatible,请使用:
{
type = "AmazonS3Compatible"
typeProperties = {
accessKeyId = ?
encryptedCredential = "string"
forcePathStyle = ?
secretAccessKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
serviceUrl = ?
}
}
对于 AppFigures,请使用:
{
type = "AppFigures"
typeProperties = {
clientKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
userName = ?
}
}
对于 Asana,请使用:
{
type = "Asana"
typeProperties = {
apiToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = "string"
}
}
对于 AzureBatch,请使用:
{
type = "AzureBatch"
typeProperties = {
accessKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
accountName = ?
batchUri = ?
credential = {
referenceName = "string"
type = "string"
}
encryptedCredential = "string"
linkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
poolName = ?
}
}
对于 AzureBlobFS,请使用:
{
type = "AzureBlobFS"
typeProperties = {
accountKey = ?
azureCloudType = ?
credential = {
referenceName = "string"
type = "string"
}
encryptedCredential = "string"
sasToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
sasUri = ?
servicePrincipalCredential = {
type = "string"
// For remaining properties, see SecretBase objects
}
servicePrincipalCredentialType = ?
servicePrincipalId = ?
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
tenant = ?
url = ?
}
}
对于 AzureBlobStorage,请使用:
{
type = "AzureBlobStorage"
typeProperties = {
accountKey = {
secretName = ?
secretVersion = ?
store = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
type = "string"
}
accountKind = ?
authenticationType = "string"
azureCloudType = ?
connectionString = ?
containerUri = ?
credential = {
referenceName = "string"
type = "string"
}
encryptedCredential = "string"
sasToken = {
secretName = ?
secretVersion = ?
store = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
type = "string"
}
sasUri = ?
serviceEndpoint = ?
servicePrincipalId = ?
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
tenant = ?
}
}
对于 AzureDataExplorer,请使用:
{
type = "AzureDataExplorer"
typeProperties = {
credential = {
referenceName = "string"
type = "string"
}
database = ?
endpoint = ?
servicePrincipalId = ?
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
tenant = ?
}
}
对于 AzureDataLakeAnalytics,请使用:
{
type = "AzureDataLakeAnalytics"
typeProperties = {
accountName = ?
dataLakeAnalyticsUri = ?
encryptedCredential = "string"
resourceGroupName = ?
servicePrincipalId = ?
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
subscriptionId = ?
tenant = ?
}
}
对于 AzureDataLakeStore,请使用:
{
type = "AzureDataLakeStore"
typeProperties = {
accountName = ?
azureCloudType = ?
credential = {
referenceName = "string"
type = "string"
}
dataLakeStoreUri = ?
encryptedCredential = "string"
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
}
authentication = ?
credential = {
referenceName = "string"
type = "string"
}
dataSecurityMode = ?
domain = ?
encryptedCredential = "string"
existingClusterId = ?
instancePoolId = ?
newClusterCustomTags = {
{customized property} = ?
}
newClusterDriverNodeType = ?
newClusterEnableElasticDisk = ?
newClusterInitScripts = ?
newClusterLogDestination = ?
newClusterNodeType = ?
newClusterNumOfWorker = ?
newClusterSparkConf = {
{customized property} = ?
}
newClusterSparkEnvVars = {
{customized property} = ?
}
newClusterVersion = ?
policyId = ?
workspaceResourceId = ?
}
}
对于 AzureDatabricksDeltaLake,请使用:
{
type = "AzureDatabricksDeltaLake"
typeProperties = {
accessToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
clusterId = ?
credential = {
referenceName = "string"
type = "string"
}
domain = ?
encryptedCredential = "string"
workspaceResourceId = ?
}
}
对于 AzureFileStorage,请使用:
{
type = "AzureFileStorage"
typeProperties = {
accountKey = {
secretName = ?
secretVersion = ?
store = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
type = "string"
}
connectionString = ?
credential = {
referenceName = "string"
type = "string"
}
encryptedCredential = "string"
fileShare = ?
host = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
sasToken = {
secretName = ?
secretVersion = ?
store = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
type = "string"
}
sasUri = ?
serviceEndpoint = ?
snapshot = ?
userId = ?
}
}
对于 azureFunction,请使用:
{
type = "AzureFunction"
typeProperties = {
authentication = ?
credential = {
referenceName = "string"
type = "string"
}
encryptedCredential = "string"
functionAppUrl = ?
functionKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
resourceId = ?
}
}
对于 AzureKeyVault,请使用:
{
type = "AzureKeyVault"
typeProperties = {
baseUrl = ?
credential = {
referenceName = "string"
type = "string"
}
}
}
对于 AzureML,请使用:
{
type = "AzureML"
typeProperties = {
apiKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
authentication = ?
encryptedCredential = "string"
mlEndpoint = ?
servicePrincipalId = ?
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
tenant = ?
updateResourceEndpoint = ?
}
}
对于 AzureMLService,请使用:
{
type = "AzureMLService"
typeProperties = {
authentication = ?
encryptedCredential = "string"
mlWorkspaceName = ?
resourceGroupName = ?
servicePrincipalId = ?
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
subscriptionId = ?
tenant = ?
}
}
对于 AzureMariaDB,请使用:
{
type = "AzureMariaDB"
typeProperties = {
connectionString = ?
encryptedCredential = "string"
pwd = {
secretName = ?
secretVersion = ?
store = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
type = "string"
}
}
}
对于 AzureMySql,请使用:
{
type = "AzureMySql"
typeProperties = {
connectionString = ?
encryptedCredential = "string"
password = {
secretName = ?
secretVersion = ?
store = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
type = "string"
}
}
}
对于 AzurePostgreSql,请使用:
{
type = "AzurePostgreSql"
typeProperties = {
azureCloudType = ?
commandTimeout = ?
connectionString = ?
credential = {
referenceName = "string"
type = "string"
}
database = ?
encoding = ?
encryptedCredential = "string"
password = {
secretName = ?
secretVersion = ?
store = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
type = "string"
}
port = ?
readBufferSize = ?
server = ?
servicePrincipalCredentialType = ?
servicePrincipalEmbeddedCert = {
type = "string"
// For remaining properties, see SecretBase objects
}
servicePrincipalEmbeddedCertPassword = {
type = "string"
// For remaining properties, see SecretBase objects
}
servicePrincipalId = ?
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
sslMode = ?
tenant = ?
timeout = ?
timezone = ?
trustServerCertificate = ?
username = ?
}
}
对于 AzureSearch,请使用:
{
type = "AzureSearch"
typeProperties = {
encryptedCredential = "string"
key = {
type = "string"
// For remaining properties, see SecretBase objects
}
url = ?
}
}
对于 AzureSqlDW,请使用:
{
type = "AzureSqlDW"
typeProperties = {
applicationIntent = ?
authenticationType = "string"
azureCloudType = ?
commandTimeout = ?
connectionString = ?
connectRetryCount = ?
connectRetryInterval = ?
connectTimeout = ?
credential = {
referenceName = "string"
type = "string"
}
database = ?
encrypt = ?
encryptedCredential = "string"
failoverPartner = ?
hostNameInCertificate = ?
integratedSecurity = ?
loadBalanceTimeout = ?
maxPoolSize = ?
minPoolSize = ?
multipleActiveResultSets = ?
multiSubnetFailover = ?
packetSize = ?
password = {
secretName = ?
secretVersion = ?
store = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
type = "string"
}
pooling = ?
server = ?
servicePrincipalCredential = {
type = "string"
// For remaining properties, see SecretBase objects
}
servicePrincipalCredentialType = ?
servicePrincipalId = ?
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
tenant = ?
trustServerCertificate = ?
userName = ?
}
}
对于 AzureSqlDatabase,请使用:
{
type = "AzureSqlDatabase"
typeProperties = {
alwaysEncryptedSettings = {
alwaysEncryptedAkvAuthType = "string"
credential = {
referenceName = "string"
type = "string"
}
servicePrincipalId = ?
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
applicationIntent = ?
authenticationType = "string"
azureCloudType = ?
commandTimeout = ?
connectionString = ?
connectRetryCount = ?
connectRetryInterval = ?
connectTimeout = ?
credential = {
referenceName = "string"
type = "string"
}
database = ?
encrypt = ?
encryptedCredential = "string"
failoverPartner = ?
hostNameInCertificate = ?
integratedSecurity = ?
loadBalanceTimeout = ?
maxPoolSize = ?
minPoolSize = ?
multipleActiveResultSets = ?
multiSubnetFailover = ?
packetSize = ?
password = {
secretName = ?
secretVersion = ?
store = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
type = "string"
}
pooling = ?
server = ?
servicePrincipalCredential = {
type = "string"
// For remaining properties, see SecretBase objects
}
servicePrincipalCredentialType = ?
servicePrincipalId = ?
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
tenant = ?
trustServerCertificate = ?
userName = ?
}
}
对于 AzureSqlMI,请使用:
{
type = "AzureSqlMI"
typeProperties = {
alwaysEncryptedSettings = {
alwaysEncryptedAkvAuthType = "string"
credential = {
referenceName = "string"
type = "string"
}
servicePrincipalId = ?
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
applicationIntent = ?
authenticationType = "string"
azureCloudType = ?
commandTimeout = ?
connectionString = ?
connectRetryCount = ?
connectRetryInterval = ?
connectTimeout = ?
credential = {
referenceName = "string"
type = "string"
}
database = ?
encrypt = ?
encryptedCredential = "string"
failoverPartner = ?
hostNameInCertificate = ?
integratedSecurity = ?
loadBalanceTimeout = ?
maxPoolSize = ?
minPoolSize = ?
multipleActiveResultSets = ?
multiSubnetFailover = ?
packetSize = ?
password = {
secretName = ?
secretVersion = ?
store = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
type = "string"
}
pooling = ?
server = ?
servicePrincipalCredential = {
type = "string"
// For remaining properties, see SecretBase objects
}
servicePrincipalCredentialType = ?
servicePrincipalId = ?
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
tenant = ?
trustServerCertificate = ?
userName = ?
}
}
对于 AzureStorage,请使用:
{
type = "AzureStorage"
typeProperties = {
accountKey = {
secretName = ?
secretVersion = ?
store = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
type = "string"
}
connectionString = ?
encryptedCredential = "string"
sasToken = {
secretName = ?
secretVersion = ?
store = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
type = "string"
}
sasUri = ?
}
}
对于 AzureSynapseArtifacts,请使用:
{
type = "AzureSynapseArtifacts"
typeProperties = {
authentication = ?
endpoint = ?
workspaceResourceId = ?
}
}
对于 AzureTableStorage,请使用:
{
type = "AzureTableStorage"
typeProperties = {
accountKey = {
secretName = ?
secretVersion = ?
store = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
type = "string"
}
connectionString = ?
credential = {
referenceName = "string"
type = "string"
}
encryptedCredential = "string"
sasToken = {
secretName = ?
secretVersion = ?
store = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
type = "string"
}
sasUri = ?
serviceEndpoint = ?
}
}
对于 Cassandra,请使用:
{
type = "Cassandra"
typeProperties = {
authenticationType = ?
encryptedCredential = "string"
host = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
port = ?
username = ?
}
}
对于 CommonDataServiceForApps,请使用:
{
type = "CommonDataServiceForApps"
typeProperties = {
authenticationType = ?
deploymentType = ?
domain = ?
encryptedCredential = "string"
hostName = ?
organizationName = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
port = ?
servicePrincipalCredential = {
type = "string"
// For remaining properties, see SecretBase objects
}
servicePrincipalCredentialType = ?
servicePrincipalId = ?
serviceUri = ?
username = ?
}
}
对于 Concur,请使用:
{
type = "Concur"
typeProperties = {
clientId = ?
connectionProperties = ?
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
useEncryptedEndpoints = ?
useHostVerification = ?
usePeerVerification = ?
username = ?
}
}
对于 CosmosDb,请使用:
{
type = "CosmosDb"
typeProperties = {
accountEndpoint = ?
accountKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
azureCloudType = ?
connectionMode = "string"
connectionString = ?
credential = {
referenceName = "string"
type = "string"
}
database = ?
encryptedCredential = "string"
servicePrincipalCredential = {
type = "string"
// For remaining properties, see SecretBase objects
}
servicePrincipalCredentialType = ?
servicePrincipalId = ?
tenant = ?
}
}
对于 CosmosDbMongoDbApi,请使用:
{
type = "CosmosDbMongoDbApi"
typeProperties = {
connectionString = ?
database = ?
isServerVersionAbove32 = ?
}
}
对于 Couchbase,请使用:
{
type = "Couchbase"
typeProperties = {
connectionString = ?
credString = {
secretName = ?
secretVersion = ?
store = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
type = "string"
}
encryptedCredential = "string"
}
}
对于 CustomDataSource,请使用:
{
type = "CustomDataSource"
typeProperties = ?
}
对于 Dataworld,请使用:
{
type = "Dataworld"
typeProperties = {
apiToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = "string"
}
}
对于 Db2,请使用:
{
type = "Db2"
typeProperties = {
authenticationType = "string"
certificateCommonName = ?
connectionString = ?
database = ?
encryptedCredential = "string"
packageCollection = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
server = ?
username = ?
}
}
对于 Drill,请使用:
{
type = "Drill"
typeProperties = {
connectionString = ?
encryptedCredential = "string"
pwd = {
secretName = ?
secretVersion = ?
store = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
type = "string"
}
}
}
对于 Dynamics,请使用:
{
type = "Dynamics"
typeProperties = {
authenticationType = ?
credential = {
referenceName = "string"
type = "string"
}
deploymentType = ?
domain = ?
encryptedCredential = "string"
hostName = ?
organizationName = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
port = ?
servicePrincipalCredential = {
type = "string"
// For remaining properties, see SecretBase objects
}
servicePrincipalCredentialType = ?
servicePrincipalId = ?
serviceUri = ?
username = ?
}
}
对于 DynamicsAX,请使用:
{
type = "DynamicsAX"
typeProperties = {
aadResourceId = ?
encryptedCredential = "string"
servicePrincipalId = ?
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
tenant = ?
url = ?
}
}
对于 DynamicsCrm,请使用:
{
type = "DynamicsCrm"
typeProperties = {
authenticationType = ?
credential = {
referenceName = "string"
type = "string"
}
deploymentType = ?
domain = ?
encryptedCredential = "string"
hostName = ?
organizationName = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
port = ?
servicePrincipalCredential = {
type = "string"
// For remaining properties, see SecretBase objects
}
servicePrincipalCredentialType = ?
servicePrincipalId = ?
serviceUri = ?
username = ?
}
}
对于 Eloqua,请使用:
{
type = "Eloqua"
typeProperties = {
encryptedCredential = "string"
endpoint = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
useEncryptedEndpoints = ?
useHostVerification = ?
usePeerVerification = ?
username = ?
}
}
对于 FileServer,请使用:
{
type = "FileServer"
typeProperties = {
encryptedCredential = "string"
host = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
userId = ?
}
}
对于 FtpServer,请使用:
{
type = "FtpServer"
typeProperties = {
authenticationType = "string"
enableServerCertificateValidation = ?
enableSsl = ?
encryptedCredential = "string"
host = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
port = ?
userName = ?
}
}
对于 GoogleAdWords,请使用:
{
type = "GoogleAdWords"
typeProperties = {
authenticationType = "string"
clientCustomerID = ?
clientId = ?
clientSecret = {
type = "string"
// For remaining properties, see SecretBase objects
}
connectionProperties = ?
developerToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
email = ?
encryptedCredential = "string"
googleAdsApiVersion = ?
keyFilePath = ?
loginCustomerID = ?
privateKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
refreshToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
supportLegacyDataTypes = ?
trustedCertPath = ?
useSystemTrustStore = ?
}
}
对于 GoogleBigQuery,请使用:
{
type = "GoogleBigQuery"
typeProperties = {
additionalProjects = ?
authenticationType = "string"
clientId = ?
clientSecret = {
type = "string"
// For remaining properties, see SecretBase objects
}
email = ?
encryptedCredential = "string"
keyFilePath = ?
project = ?
refreshToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
requestGoogleDriveScope = ?
trustedCertPath = ?
useSystemTrustStore = ?
}
}
对于 GoogleBigQueryV2,请使用:
{
type = "GoogleBigQueryV2"
typeProperties = {
authenticationType = "string"
clientId = ?
clientSecret = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = "string"
keyFileContent = {
type = "string"
// For remaining properties, see SecretBase objects
}
projectId = ?
refreshToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
}
对于 GoogleCloudStorage,请使用:
{
type = "GoogleCloudStorage"
typeProperties = {
accessKeyId = ?
encryptedCredential = "string"
secretAccessKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
serviceUrl = ?
}
}
对于 GoogleSheets,请使用:
{
type = "GoogleSheets"
typeProperties = {
apiToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = "string"
}
}
对于 Greenplum,请使用:
{
type = "Greenplum"
typeProperties = {
authenticationType = "string"
commandTimeout = ?
connectionString = ?
connectionTimeout = ?
database = ?
encryptedCredential = "string"
host = ?
port = ?
pwd = {
secretName = ?
secretVersion = ?
store = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
type = "string"
}
sslMode = ?
username = ?
}
}
对于 HBase,请使用:
{
type = "HBase"
typeProperties = {
allowHostNameCNMismatch = ?
allowSelfSignedServerCert = ?
authenticationType = "string"
enableSsl = ?
encryptedCredential = "string"
host = ?
httpPath = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
port = ?
trustedCertPath = ?
username = ?
}
}
对于 HDInsight,请使用:
{
type = "HDInsight"
typeProperties = {
clusterUri = ?
encryptedCredential = "string"
fileSystem = ?
hcatalogLinkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
isEspEnabled = ?
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 = ?
credential = {
referenceName = "string"
type = "string"
}
dataNodeSize = ?
encryptedCredential = "string"
hBaseConfiguration = ?
hcatalogLinkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
hdfsConfiguration = ?
headNodeSize = ?
hiveConfiguration = ?
hostSubscriptionId = ?
linkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
mapReduceConfiguration = ?
oozieConfiguration = ?
scriptActions = [
{
name = "string"
parameters = "string"
roles = ?
uri = "string"
}
]
servicePrincipalId = ?
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
sparkVersion = ?
stormConfiguration = ?
subnetName = ?
tenant = ?
timeToLive = ?
version = ?
virtualNetworkId = ?
yarnConfiguration = ?
zookeeperNodeSize = ?
}
}
对于 Hdfs,请使用:
{
type = "Hdfs"
typeProperties = {
authenticationType = ?
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
url = ?
userName = ?
}
}
对于 Hive,请使用:
{
type = "Hive"
typeProperties = {
allowHostNameCNMismatch = ?
allowSelfSignedServerCert = ?
authenticationType = "string"
enableServerCertificateValidation = ?
enableSsl = ?
encryptedCredential = "string"
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"
authHeaders = ?
certThumbprint = ?
embeddedCertData = ?
enableServerCertificateValidation = ?
encryptedCredential = "string"
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 = "string"
refreshToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
useEncryptedEndpoints = ?
useHostVerification = ?
usePeerVerification = ?
}
}
对于 Impala,请使用:
{
type = "Impala"
typeProperties = {
allowHostNameCNMismatch = ?
allowSelfSignedServerCert = ?
authenticationType = "string"
enableServerCertificateValidation = ?
enableSsl = ?
encryptedCredential = "string"
host = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
port = ?
thriftTransportProtocol = "string"
trustedCertPath = ?
username = ?
useSystemTrustStore = ?
}
}
对于 Informix,请使用:
{
type = "Informix"
typeProperties = {
authenticationType = ?
connectionString = ?
credential = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
userName = ?
}
}
对于 Jira,请使用:
{
type = "Jira"
typeProperties = {
encryptedCredential = "string"
host = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
port = ?
useEncryptedEndpoints = ?
useHostVerification = ?
usePeerVerification = ?
username = ?
}
}
对于 Lakehouse,请使用:
{
type = "Lakehouse"
typeProperties = {
artifactId = ?
encryptedCredential = "string"
servicePrincipalCredential = {
type = "string"
// For remaining properties, see SecretBase objects
}
servicePrincipalCredentialType = ?
servicePrincipalId = ?
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
tenant = ?
workspaceId = ?
}
}
对于 Magento,请使用:
{
type = "Magento"
typeProperties = {
accessToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = "string"
host = ?
useEncryptedEndpoints = ?
useHostVerification = ?
usePeerVerification = ?
}
}
对于 MariaDB,请使用:
{
type = "MariaDB"
typeProperties = {
connectionString = ?
database = ?
driverVersion = ?
encryptedCredential = "string"
password = {
secretName = ?
secretVersion = ?
store = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
type = "string"
}
port = ?
server = ?
sslMode = ?
username = ?
useSystemTrustStore = ?
}
}
对于 Marketo,请使用:
{
type = "Marketo"
typeProperties = {
clientId = ?
clientSecret = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = "string"
endpoint = ?
useEncryptedEndpoints = ?
useHostVerification = ?
usePeerVerification = ?
}
}
对于 MicrosoftAccess,请使用:
{
type = "MicrosoftAccess"
typeProperties = {
authenticationType = ?
connectionString = ?
credential = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
userName = ?
}
}
对于 MongoDb,请使用:
{
type = "MongoDb"
typeProperties = {
allowSelfSignedServerCert = ?
authenticationType = "string"
authSource = ?
databaseName = ?
enableSsl = ?
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
port = ?
server = ?
username = ?
}
}
对于 MongoDbAtlas,请使用:
{
type = "MongoDbAtlas"
typeProperties = {
connectionString = ?
database = ?
driverVersion = ?
}
}
对于 MongoDbV2,请使用:
{
type = "MongoDbV2"
typeProperties = {
connectionString = ?
database = ?
}
}
对于 MySql,请使用:
{
type = "MySql"
typeProperties = {
allowZeroDateTime = ?
connectionString = ?
connectionTimeout = ?
convertZeroDateTime = ?
database = ?
driverVersion = ?
encryptedCredential = "string"
guidFormat = ?
password = {
secretName = ?
secretVersion = ?
store = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
type = "string"
}
port = ?
server = ?
sslCert = ?
sslKey = ?
sslMode = ?
treatTinyAsBoolean = ?
username = ?
useSystemTrustStore = ?
}
}
对于 Netezza,请使用:
{
type = "Netezza"
typeProperties = {
connectionString = ?
encryptedCredential = "string"
pwd = {
secretName = ?
secretVersion = ?
store = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
type = "string"
}
}
}
对于 OData,请使用:
{
type = "OData"
typeProperties = {
aadResourceId = ?
aadServicePrincipalCredentialType = "string"
authenticationType = "string"
authHeaders = ?
azureCloudType = ?
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
servicePrincipalEmbeddedCert = {
type = "string"
// For remaining properties, see SecretBase objects
}
servicePrincipalEmbeddedCertPassword = {
type = "string"
// For remaining properties, see SecretBase objects
}
servicePrincipalId = ?
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
tenant = ?
url = ?
userName = ?
}
}
对于 Odbc,请使用:
{
type = "Odbc"
typeProperties = {
authenticationType = ?
connectionString = ?
credential = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
userName = ?
}
}
对于 Office365,请使用:
{
type = "Office365"
typeProperties = {
encryptedCredential = "string"
office365TenantId = ?
servicePrincipalCredentialType = ?
servicePrincipalEmbeddedCert = {
type = "string"
// For remaining properties, see SecretBase objects
}
servicePrincipalEmbeddedCertPassword = {
type = "string"
// For remaining properties, see SecretBase objects
}
servicePrincipalId = ?
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
servicePrincipalTenantId = ?
}
}
对于 Oracle,请使用:
{
type = "Oracle"
typeProperties = {
authenticationType = "string"
connectionString = ?
cryptoChecksumClient = ?
cryptoChecksumTypesClient = ?
enableBulkLoad = ?
encryptedCredential = "string"
encryptionClient = ?
encryptionTypesClient = ?
fetchSize = ?
fetchTswtzAsTimestamp = ?
initializationString = ?
initialLobFetchSize = ?
password = {
secretName = ?
secretVersion = ?
store = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
type = "string"
}
server = ?
statementCacheSize = ?
supportV1DataTypes = ?
username = ?
}
}
对于 OracleCloudStorage,请使用:
{
type = "OracleCloudStorage"
typeProperties = {
accessKeyId = ?
encryptedCredential = "string"
secretAccessKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
serviceUrl = ?
}
}
对于 OracleServiceCloud,请使用:
{
type = "OracleServiceCloud"
typeProperties = {
encryptedCredential = "string"
host = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
useEncryptedEndpoints = ?
useHostVerification = ?
usePeerVerification = ?
username = ?
}
}
对于 PayPal,请使用:
{
type = "Paypal"
typeProperties = {
clientId = ?
clientSecret = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = "string"
host = ?
useEncryptedEndpoints = ?
useHostVerification = ?
usePeerVerification = ?
}
}
对于 Phoenix,请使用:
{
type = "Phoenix"
typeProperties = {
allowHostNameCNMismatch = ?
allowSelfSignedServerCert = ?
authenticationType = "string"
enableSsl = ?
encryptedCredential = "string"
host = ?
httpPath = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
port = ?
trustedCertPath = ?
username = ?
useSystemTrustStore = ?
}
}
对于 PostgreSql,请使用:
{
type = "PostgreSql"
typeProperties = {
connectionString = ?
encryptedCredential = "string"
password = {
secretName = ?
secretVersion = ?
store = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
type = "string"
}
}
}
对于 PostgreSqlV2,请使用:
{
type = "PostgreSqlV2"
typeProperties = {
authenticationType = ?
commandTimeout = ?
connectionTimeout = ?
database = ?
encoding = ?
encryptedCredential = "string"
logParameters = ?
password = {
secretName = ?
secretVersion = ?
store = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
type = "string"
}
pooling = ?
port = ?
readBufferSize = ?
schema = ?
server = ?
sslCertificate = ?
sslKey = ?
sslMode = ?
sslPassword = ?
timezone = ?
trustServerCertificate = ?
username = ?
}
}
对于 Presto,请使用:
{
type = "Presto"
typeProperties = {
allowHostNameCNMismatch = ?
allowSelfSignedServerCert = ?
authenticationType = "string"
catalog = ?
enableServerCertificateValidation = ?
enableSsl = ?
encryptedCredential = "string"
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 = ?
connectionProperties = ?
consumerKey = ?
consumerSecret = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = "string"
endpoint = ?
refreshToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
useEncryptedEndpoints = ?
}
}
对于 Quickbase,请使用:
{
type = "Quickbase"
typeProperties = {
encryptedCredential = "string"
url = ?
userToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
}
对于 Responsys,请使用:
{
type = "Responsys"
typeProperties = {
clientId = ?
clientSecret = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = "string"
endpoint = ?
useEncryptedEndpoints = ?
useHostVerification = ?
usePeerVerification = ?
}
}
对于 RestService,请使用:
{
type = "RestService"
typeProperties = {
aadResourceId = ?
authenticationType = "string"
authHeaders = ?
azureCloudType = ?
clientId = ?
clientSecret = {
type = "string"
// For remaining properties, see SecretBase objects
}
credential = {
referenceName = "string"
type = "string"
}
enableServerCertificateValidation = ?
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
resource = ?
scope = ?
servicePrincipalCredentialType = ?
servicePrincipalEmbeddedCert = {
type = "string"
// For remaining properties, see SecretBase objects
}
servicePrincipalEmbeddedCertPassword = {
type = "string"
// For remaining properties, see SecretBase objects
}
servicePrincipalId = ?
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
tenant = ?
tokenEndpoint = ?
url = ?
userName = ?
}
}
对于 Salesforce,请使用:
{
type = "Salesforce"
typeProperties = {
apiVersion = ?
encryptedCredential = "string"
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
}
connectionProperties = ?
encryptedCredential = "string"
useEncryptedEndpoints = ?
useHostVerification = ?
usePeerVerification = ?
}
}
对于 SalesforceServiceCloud,请使用:
{
type = "SalesforceServiceCloud"
typeProperties = {
apiVersion = ?
encryptedCredential = "string"
environmentUrl = ?
extendedProperties = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
securityToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
username = ?
}
}
对于 SalesforceServiceCloudV2,请使用:
{
type = "SalesforceServiceCloudV2"
typeProperties = {
apiVersion = ?
authenticationType = ?
clientId = ?
clientSecret = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = "string"
environmentUrl = ?
}
}
对于 SalesforceV2,请使用:
{
type = "SalesforceV2"
typeProperties = {
apiVersion = ?
authenticationType = ?
clientId = ?
clientSecret = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = "string"
environmentUrl = ?
}
}
对于 SapBW,请使用:
{
type = "SapBW"
typeProperties = {
clientId = ?
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
server = ?
systemNumber = ?
userName = ?
}
}
对于 SapCloudForCustomer,请使用:
{
type = "SapCloudForCustomer"
typeProperties = {
encryptedCredential = "string"
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 = ?
username = ?
}
}
对于 SapHana,请使用:
{
type = "SapHana"
typeProperties = {
authenticationType = "string"
connectionString = ?
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
server = ?
userName = ?
}
}
对于 SapOdp,请使用:
{
type = "SapOdp"
typeProperties = {
clientId = ?
encryptedCredential = "string"
language = ?
logonGroup = ?
messageServer = ?
messageServerService = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
server = ?
sncLibraryPath = ?
sncMode = ?
sncMyName = ?
sncPartnerName = ?
sncQop = ?
subscriberName = ?
systemId = ?
systemNumber = ?
userName = ?
x509CertificatePath = ?
}
}
对于 SapOpenHub,请使用:
{
type = "SapOpenHub"
typeProperties = {
clientId = ?
encryptedCredential = "string"
language = ?
logonGroup = ?
messageServer = ?
messageServerService = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
server = ?
systemId = ?
systemNumber = ?
userName = ?
}
}
对于 SapTable,请使用:
{
type = "SapTable"
typeProperties = {
clientId = ?
encryptedCredential = "string"
language = ?
logonGroup = ?
messageServer = ?
messageServerService = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
server = ?
sncLibraryPath = ?
sncMode = ?
sncMyName = ?
sncPartnerName = ?
sncQop = ?
systemId = ?
systemNumber = ?
userName = ?
}
}
对于 ServiceNow,请使用:
{
type = "ServiceNow"
typeProperties = {
authenticationType = "string"
clientId = ?
clientSecret = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = "string"
endpoint = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
useEncryptedEndpoints = ?
useHostVerification = ?
usePeerVerification = ?
username = ?
}
}
对于 ServiceNowV2,请使用:
{
type = "ServiceNowV2"
typeProperties = {
authenticationType = "string"
clientId = ?
clientSecret = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = "string"
endpoint = ?
grantType = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
username = ?
}
}
对于 Sftp,请使用:
{
type = "Sftp"
typeProperties = {
authenticationType = "string"
encryptedCredential = "string"
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 = ?
}
}
对于 SharePointOnlineList,请使用:
{
type = "SharePointOnlineList"
typeProperties = {
encryptedCredential = "string"
servicePrincipalCredentialType = ?
servicePrincipalEmbeddedCert = {
type = "string"
// For remaining properties, see SecretBase objects
}
servicePrincipalEmbeddedCertPassword = {
type = "string"
// For remaining properties, see SecretBase objects
}
servicePrincipalId = ?
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
siteUrl = ?
tenantId = ?
}
}
对于 Shopify,请使用:
{
type = "Shopify"
typeProperties = {
accessToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = "string"
host = ?
useEncryptedEndpoints = ?
useHostVerification = ?
usePeerVerification = ?
}
}
对于 Smartsheet,请使用:
{
type = "Smartsheet"
typeProperties = {
apiToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = "string"
}
}
对于 Snowflake,请使用:
{
type = "Snowflake"
typeProperties = {
connectionString = ?
encryptedCredential = "string"
password = {
secretName = ?
secretVersion = ?
store = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
type = "string"
}
}
}
对于 SnowflakeV2,请使用:
{
type = "SnowflakeV2"
typeProperties = {
accountIdentifier = ?
authenticationType = "string"
clientId = ?
clientSecret = {
type = "string"
// For remaining properties, see SecretBase objects
}
database = ?
encryptedCredential = "string"
host = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
privateKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
privateKeyPassphrase = {
type = "string"
// For remaining properties, see SecretBase objects
}
role = ?
schema = ?
scope = ?
tenantId = ?
user = ?
warehouse = ?
}
}
对于 Spark,请使用:
{
type = "Spark"
typeProperties = {
allowHostNameCNMismatch = ?
allowSelfSignedServerCert = ?
authenticationType = "string"
enableServerCertificateValidation = ?
enableSsl = ?
encryptedCredential = "string"
host = ?
httpPath = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
port = ?
serverType = "string"
thriftTransportProtocol = "string"
trustedCertPath = ?
username = ?
useSystemTrustStore = ?
}
}
对于 SqlServer,请使用:
{
type = "SqlServer"
typeProperties = {
alwaysEncryptedSettings = {
alwaysEncryptedAkvAuthType = "string"
credential = {
referenceName = "string"
type = "string"
}
servicePrincipalId = ?
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
applicationIntent = ?
authenticationType = "string"
commandTimeout = ?
connectionString = ?
connectRetryCount = ?
connectRetryInterval = ?
connectTimeout = ?
credential = {
referenceName = "string"
type = "string"
}
database = ?
encrypt = ?
encryptedCredential = "string"
failoverPartner = ?
hostNameInCertificate = ?
integratedSecurity = ?
loadBalanceTimeout = ?
maxPoolSize = ?
minPoolSize = ?
multipleActiveResultSets = ?
multiSubnetFailover = ?
packetSize = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
pooling = ?
server = ?
trustServerCertificate = ?
userName = ?
}
}
对于 Square,请使用:
{
type = "Square"
typeProperties = {
clientId = ?
clientSecret = {
type = "string"
// For remaining properties, see SecretBase objects
}
connectionProperties = ?
encryptedCredential = "string"
host = ?
redirectUri = ?
useEncryptedEndpoints = ?
useHostVerification = ?
usePeerVerification = ?
}
}
对于 Sybase,请使用:
{
type = "Sybase"
typeProperties = {
authenticationType = "string"
database = ?
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
schema = ?
server = ?
username = ?
}
}
对于 TeamDesk,请使用:
{
type = "TeamDesk"
typeProperties = {
apiToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
authenticationType = "string"
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
url = ?
userName = ?
}
}
对于 Teradata,请使用:
{
type = "Teradata"
typeProperties = {
authenticationType = "string"
characterSet = ?
connectionString = ?
encryptedCredential = "string"
httpsPortNumber = ?
maxRespSize = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
portNumber = ?
server = ?
sslMode = ?
useDataEncryption = ?
username = ?
}
}
对于 Twilio,请使用:
{
type = "Twilio"
typeProperties = {
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
userName = ?
}
}
对于 Vertica,请使用:
{
type = "Vertica"
typeProperties = {
connectionString = ?
database = ?
encryptedCredential = "string"
port = ?
pwd = {
secretName = ?
secretVersion = ?
store = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
type = "string"
}
server = ?
uid = ?
}
}
对于 仓库,请使用:
{
type = "Warehouse"
typeProperties = {
artifactId = ?
encryptedCredential = "string"
endpoint = ?
servicePrincipalCredential = {
type = "string"
// For remaining properties, see SecretBase objects
}
servicePrincipalCredentialType = ?
servicePrincipalId = ?
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
tenant = ?
workspaceId = ?
}
}
对于 Web,请使用:
{
type = "Web"
typeProperties = {
url = ?
authenticationType = "string"
// For remaining properties, see WebLinkedServiceTypeProperties objects
}
}
对于 Xero,请使用:
{
type = "Xero"
typeProperties = {
connectionProperties = ?
consumerKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = "string"
host = ?
privateKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
useEncryptedEndpoints = ?
useHostVerification = ?
usePeerVerification = ?
}
}
对于 Zendesk,请使用:
{
type = "Zendesk"
typeProperties = {
apiToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
authenticationType = "string"
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
url = ?
userName = ?
}
}
对于 Zoho,请使用:
{
type = "Zoho"
typeProperties = {
accessToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
connectionProperties = ?
encryptedCredential = "string"
endpoint = ?
useEncryptedEndpoints = ?
useHostVerification = ?
usePeerVerification = ?
}
}
WebLinkedServiceTypeProperties 对象
设置 authenticationType 属性以指定对象的类型。
对于 匿名,请使用:
{
authenticationType = "Anonymous"
}
对于 基本版,请使用:
{
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
}
}
属性值
Microsoft.DataFactory/factories/linkedservices
名称 |
DESCRIPTION |
价值 |
姓名 |
资源名称 |
字符串
约束: 最小长度 = 1 最大长度 = 260 模式 = ^[A-Za-z0-9_][^<>*#.%&:\\+?/]*$ (必需) |
parent_id |
此资源的父资源的 ID。 |
类型资源的 ID: 工厂 |
属性 |
链接服务的属性。 |
LinkedService (必需) |
类型 |
资源类型 |
“Microsoft.DataFactory/factories/linkedservices@2018-06-01” |
亚马逊MWSLinkedService
AmazonMWSLinkedServiceTypeProperties
名称 |
DESCRIPTION |
价值 |
accessKeyId |
用于访问数据的访问密钥 ID。 |
任何(必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
端点 |
AmazonMWS 服务器的终结点(即 mws.amazonservices.com) |
任何(必需) |
marketplaceID |
要从中检索数据的 Amazon 市场 ID。 若要从多个市场 ID 检索数据,请用逗号(,)将它们分隔开来。 (即A2EUQ1WTGCTBG2) |
任何(必需) |
mwsAuthToken 代币 |
AmazonMWS 身份验证令牌。 |
秘密基地 |
secretKey 密钥 |
用于访问数据的密钥。 |
秘密基地 |
卖家 ID |
亚马逊卖家 ID。 |
任何(必需) |
useEncryptedEndpoints |
指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 |
任何 |
使用主机验证 |
指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 |
任何 |
usePeerVerification |
指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 |
任何 |
AmazonRdsForLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
用于连接到 AmazonRdsForOracle 数据库的身份验证类型。 仅用于版本 2.0。 |
“Basic” |
connectionString 连接字符串 |
连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 仅用于版本 1.0。 |
任何 |
cryptoChecksumClient |
指定当此客户端连接到服务器时所需的数据完整性行为。 支持的值接受、拒绝、请求或必需,默认值是必需的。 类型:字符串。 仅用于版本 2.0。 |
任何 |
cryptoChecksumTypes客户端 |
指定客户端可以使用的加密校验算法。 支持的值为 SHA1、SHA256、SHA384、SHA512、默认值为 (SHA512)。 类型:字符串。 仅用于版本 2.0。 |
任何 |
启用 BulkLoad |
指定在将数据加载到数据库中时是使用大容量复制还是批量插入,默认值为 true。 类型:布尔值。 仅用于版本 2.0。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
加密客户端 |
指定加密客户端的行为。 支持的值接受、拒绝、请求或必需,默认值是必需的。 类型:字符串。 仅用于版本 2.0。 |
任何 |
encryptionTypes客户端 |
指定客户端可以使用的加密算法。 支持的值为 AES128、AES192、AES256、3DES112、3DES168、默认值为 (AES256)。 类型:字符串。 仅用于版本 2.0。 |
任何 |
fetchSize (获取大小) |
指定驱动程序为提取一个数据库往返中的数据而分配的字节数,默认值为10485760。 类型:整数。 仅用于版本 2.0。 |
任何 |
获取Tswtz作为时间戳 |
指定驱动程序是否将 TIMESTAMP WITH TIME ZONE 数据类型的列值作为 DateTime 或字符串返回。 如果 supportV1DataTypes 不为 true,则忽略此设置,默认值为 true。 类型:布尔值。 仅用于版本 2.0。 |
任何 |
初始化字符串 |
指定一个命令,该命令在连接数据库后立即执行,以管理会话设置。 类型:字符串。 仅用于版本 2.0。 |
任何 |
初始 LobFetchSize |
指定源最初为 LOB 列提取的量,默认值为 0。 类型:整数。 仅用于版本 2.0。 |
任何 |
密码 |
连接字符串中密码的 Azure Key Vault 机密引用。 |
秘密基地 |
服务器 |
要连接到的 AmazonRdsForOracle 数据库的位置,支持的表单包括连接器描述符、Easy Connect (Plus) 命名和 Oracle Net Services 名称(仅自承载 IR)。 类型:字符串。 仅用于版本 2.0。 |
任何 |
声明缓存大小 |
指定要为每个数据库连接缓存的游标数或语句数,默认值为 0。 类型:整数。 仅用于版本 2.0。 |
任何 |
supportV1数据类型 |
指定是否使用版本 1.0 数据类型映射。 除非要保持与版本 1.0 数据类型映射的向后兼容性,否则不要将其设置为 true,默认值为 false。 类型:布尔值。 仅用于版本 2.0。 |
任何 |
用户名 |
AmazonRdsForOracle 数据库用户名。 类型:字符串。 仅用于版本 2.0。 |
任何 |
AmazonRdsForOracleLinkedService
AmazonRdsForSqlServerLinkedService
AmazonRdsForSqlServerLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
alwaysEncryptedSettings |
Sql 始终加密属性。 |
SqlAlwaysEncryptedProperties |
应用意图 |
连接到服务器时的应用程序工作负荷类型,由建议的版本使用。 可能的值为 ReadOnly 和 ReadWrite。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
验证类型 |
用于身份验证的类型。 类型:字符串。 |
“SQL” “Windows” |
commandTimeout |
在终止尝试执行命令并生成错误之前(以秒为单位)的默认等待时间(以秒为单位),由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
connectionString 连接字符串 |
连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
connectRetryCount |
确定有空闲连接失败(由建议的版本使用)后尝试的重新连接数。 这必须是介于 0 和 255 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
connectRetryInterval |
确定建议的版本使用空闲连接失败后,每个重新连接尝试之间的时间(以秒为单位)。 这必须是介于 1 和 60 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
连接超时 |
在终止尝试并生成由建议版本使用的错误之前,等待与服务器的连接的时间长度(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
数据库 |
建议的版本使用的数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
加密 |
指示客户端和服务器之间发送的所有数据是否需要 TLS 加密(由建议的版本使用)。 可能的值为 true/yes/mandatory、false/no/optional 和 strict。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
failover合作伙伴 |
如果主服务器关闭(由建议的版本使用)连接到的伙伴服务器的名称或地址。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
hostNameInCertificate |
验证连接的服务器证书时要使用的主机名。 如果未指定,则数据源中的服务器名称用于证书验证,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
集成安全 |
指示是否在连接(如果为 false)中指定用户 ID 和密码,或者当前 Windows 帐户凭据是否用于身份验证(如果为 true),由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
loadBalanceTimeout (负载均衡超时) |
在被建议的版本使用之前,连接在连接池中生存的最短时间(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
最大池大小 |
此特定连接字符串的连接池中允许的最大连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
minPoolSize (最小池大小) |
此特定连接字符串的连接池中允许的最小连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
multipleActiveResultSets (多个活动结果集) |
如果为 true,应用程序可以维护多个活动结果集(MARS)。 如果为 false,应用程序必须处理或取消一个批处理中的所有结果集,然后才能在该连接上执行任何其他批处理(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
multiSubnetFailover |
如果应用程序连接到不同子网上的 AlwaysOn 可用性组(AG),则设置 MultiSubnetFailover=true 可以更快地检测和连接到(当前)活动服务器(当前)活动服务器(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
数据包大小 |
用于与服务器实例通信的网络数据包的大小(以字节为单位,由建议的版本使用)。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
密码 |
本地 Windows 身份验证密码。 |
秘密基地 |
池 |
指示每次请求连接时,连接是共用的还是显式打开的,由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
服务器 |
要连接到的 SQL Server 实例的名称或网络地址,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
可信任服务器证书 (trustServerCertificate) |
指示通道是否在绕过证书链来验证推荐版本使用的信任时是否加密通道。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
用户名 |
本地 Windows 身份验证用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
亚马逊红shift链接服务
AmazonRedshiftLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
数据库 |
Amazon Redshift 源的数据库名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
Amazon Redshift 源的密码。 |
秘密基地 |
港口 |
Amazon Redshift 服务器用来侦听客户端连接的 TCP 端口号。 默认值为 5439。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
服务器 |
Amazon Redshift 服务器的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
用户名 |
Amazon Redshift 源的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
AmazonS3CompatibleLinkedService 服务
AmazonS3CompatibleLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
accessKeyId |
Amazon S3 兼容标识和访问管理(IAM)用户的访问密钥标识符。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
forcePathStyle |
如果为 true,请使用 S3 路径样式访问,而不是虚拟托管样式的访问。 默认值为 false。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
秘密访问密钥 |
Amazon S3 兼容标识和访问管理 (IAM) 用户的机密访问密钥。 |
秘密基地 |
serviceUrl 的 |
此值指定要使用 Amazon S3 兼容连接器访问的终结点。 这是一个可选属性;仅当想要尝试其他服务终结点或想要在 https 和 http 之间切换时更改它。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
AmazonS3Linked服务
AmazonS3LinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
accessKeyId |
Amazon S3 标识和访问管理(IAM)用户的访问密钥标识符。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
验证类型 |
S3 的身份验证类型。 允许的值:AccessKey(默认值)或 TemporarySecurityCredentials。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
秘密访问密钥 |
Amazon S3 标识和访问管理(IAM)用户的机密访问密钥。 |
秘密基地 |
serviceUrl 的 |
此值指定要使用 S3 连接器访问的终结点。 这是一个可选属性;仅当想要尝试其他服务终结点或想要在 https 和 http 之间切换时更改它。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
会话令牌 |
S3 临时安全凭据的会话令牌。 |
秘密基地 |
名称 |
DESCRIPTION |
价值 |
clientKey |
AppFigures 源的客户端密钥。 |
SecretBase (必需) |
密码 |
AppFigures 源的密码。 |
SecretBase (必需) |
用户名 |
Appfigures 源的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
AsanaLinked服务
AsanaLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
apiToken |
Asana 源的 API 令牌。 |
SecretBase (必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
AzureBatchLinkedService
AzureBatchLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
访问密钥 |
Azure Batch 帐户访问密钥。 |
秘密基地 |
账户名称 |
Azure Batch 帐户名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
batchUri 的 |
Azure Batch URI。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
链接服务名称 |
Azure 存储链接服务引用。 |
LinkedServiceReference (必需) |
矿池名称 |
Azure Batch 池名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
AzureBlobFSLinkedService
AzureBlobFSLinkedServiceTypeProperties
名称 |
DESCRIPTION |
价值 |
accountKey 账户密钥 |
Azure Data Lake Storage Gen2 服务的帐户密钥。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
Azure云类型 |
指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
sasToken 代币 |
sasToken 的 Azure 密钥保管库机密引用在 sas uri 中。 |
秘密基地 |
sasUri |
Azure Data Lake Storage Gen2 服务的 SAS URI。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
servicePrincipalCredential 的 |
Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 |
秘密基地 |
servicePrincipalCredentialType 服务 |
在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalId 服务 |
用于对 Azure Data Lake Storage Gen2 帐户进行身份验证的应用程序的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalKey 服务 |
用于对 Azure Data Lake Storage Gen2 帐户进行身份验证的应用程序密钥。 |
秘密基地 |
租户 |
服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
网址 |
Azure Data Lake Storage Gen2 服务的终结点。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
AzureBlobStorageLinkedService
AzureBlobStorageLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
accountKey 账户密钥 |
连接字符串中 accountKey 的 Azure 密钥保管库机密引用。 |
AzureKeyVaultSecretReference |
accountKind 的 |
指定存储帐户的种类。 允许的值为:存储(常规用途 v1)、StorageV2(常规用途 v2)、BlobStorage 或 BlockBlobStorage。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
验证类型 |
用于身份验证的类型。 类型:字符串。 |
“AccountKey” “Anonymous” “Msi” “SasUri” “ServicePrincipal” |
Azure云类型 |
指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
connectionString 连接字符串 |
连接字符串。 它与 sasUri、serviceEndpoint 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
containerUri 的 |
Azure Blob 存储资源的容器 URI 仅支持匿名访问。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
sasToken 代币 |
sasToken 的 Azure 密钥保管库机密引用在 sas uri 中。 |
AzureKeyVaultSecretReference |
sasUri |
Azure Blob 存储资源的 SAS URI。 它与 connectionString、serviceEndpoint 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
serviceEndpoint |
Azure Blob 存储资源的 Blob 服务终结点。 它与 connectionString、sasUri 属性互斥。 |
任何 |
servicePrincipalId 服务 |
用于对 Azure SQL 数据仓库进行身份验证的服务主体的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalKey 服务 |
用于对 Azure SQL 数据仓库进行身份验证的服务主体的密钥。 |
秘密基地 |
租户 |
服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
AzureDatabricksDeltaLakeLinkedService
AzureDatabricksDetltaLakeLinkedServiceTypeProperties
名称 |
DESCRIPTION |
价值 |
accessToken |
databricks REST API 的访问令牌。 请参阅 https://docs.azuredatabricks.net/api/latest/authentication.html。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
秘密基地 |
clusterId (集群标识) |
将用于此作业的所有运行的现有交互式群集的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
领域 |
<REGION.azuredatabricks.net,Databricks> 部署的域名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
workspaceResourceId |
databricks REST API 的工作区资源 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
AzureDatabricksLinkedService
AzureDatabricksLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
accessToken |
databricks REST API 的访问令牌。 请参阅 https://docs.azuredatabricks.net/api/latest/authentication.html。 类型:字符串(或带有 resultType 字符串的表达式)。 |
秘密基地 |
身份验证 |
如果对 databricks REST API 使用工作区资源 ID,则需要指定 MSI。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
dataSecurityMode |
Databricks 群集的数据安全模式。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
领域 |
<REGION.azuredatabricks.net,Databricks> 部署的域名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
existingClusterId |
将用于此活动的所有运行的现有交互式群集的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
实例池 ID |
将用于此活动的所有运行的现有实例池的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
newClusterCustomTags |
群集资源的其他标记。 实例池配置中忽略此属性。 |
AzureDatabricksLinkedServiceTypePropertiesNewClusterCustomTags |
newClusterDriverNodeType |
新作业群集的驱动程序节点类型。 实例池配置中忽略此属性。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
newClusterEnableElasticDisk |
在新群集上启用弹性磁盘。 此属性现已被忽略,并采用 Databricks 中的默认弹性磁盘行为(始终启用弹性磁盘)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
newClusterInitScripts 脚本 |
新群集的用户定义的初始化脚本。 类型:字符串数组(或包含字符串 resultType 数组的表达式)。 |
任何 |
newClusterLogDestination 新集群日志目标 |
指定用于传送 Spark 驱动程序、辅助角色和事件日志的位置。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
newClusterNodeType |
新作业群集的节点类型。 如果指定 newClusterVersion 且未指定 instancePoolId,则此属性是必需的。 如果指定了 instancePoolId,则忽略此属性。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
newClusterNumOfWorker |
如果未使用现有的交互式群集,则指定用于新作业群集或实例池的工作器节点数。 对于新的作业群集,此字符串格式的 Int32(如“1”表示 numOfWorker 为 1 或“1:10”表示从 1(最小值)自动缩放到 10(最大值)。 例如,池是字符串格式的 Int32,只能指定固定数量的工作节点,例如“2”。 如果指定 newClusterVersion,则为必需。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
新集群 SparkConf |
一组可选的用户指定的 Spark 配置键值对。 |
AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkConf |
newClusterSparkEnvVars |
一组可选的用户指定的 Spark 环境变量键值对。 |
AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkEnvVars |
newClusterVersion |
如果未使用现有的交互式群集,则指定为此活动的每个运行创建的新作业群集或实例池节点的 Spark 版本。 如果指定了 instancePoolId,则为必需。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
策略 ID |
用于限制基于用户定义的规则集配置群集的功能的策略 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
workspaceResourceId |
databricks REST API 的工作区资源 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkConf
AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkEnvVars
AzureDataExplorerLinkedService
AzureDataExplorerLinkedServiceTypeProperties
名称 |
DESCRIPTION |
价值 |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
数据库 |
连接的数据库名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
端点 |
Azure 数据资源管理器的终结点(引擎的终结点)。 URL 的格式为 https://< clusterName>。<regionName.kusto.windows.net>。 类型:字符串(或带有 resultType 字符串的表达式) |
任何(必需) |
servicePrincipalId 服务 |
用于对 Azure 数据资源管理器进行身份验证的服务主体的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalKey 服务 |
用于对 Kusto 进行身份验证的服务主体的密钥。 |
秘密基地 |
租户 |
服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
AzureDataLakeAnalyticsLinkedService
AzureDataLakeAnalyticsLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
账户名称 |
Azure Data Lake Analytics 帐户名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
dataLakeAnalyticsUri |
Azure Data Lake Analytics URI 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
资源组名称 |
Data Lake Analytics 帐户资源组名称(如果不同于数据工厂帐户)。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalId 服务 |
用于对 Azure Data Lake Analytics 帐户进行身份验证的应用程序 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalKey 服务 |
用于对 Azure Data Lake Analytics 帐户进行身份验证的应用程序密钥。 |
秘密基地 |
订阅编号 |
Data Lake Analytics 帐户订阅 ID(如果不同于数据工厂帐户)。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
租户 |
服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
AzureDataLakeStoreLinkedService
AzureDataLakeStoreLinkedServiceTypeProperties
名称 |
DESCRIPTION |
价值 |
账户名称 |
Data Lake Store 帐户名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
Azure云类型 |
指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
dataLakeStoreUri |
Data Lake Store 服务 URI。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
资源组名称 |
Data Lake Store 帐户资源组名称(如果不同于数据工厂帐户)。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalId 服务 |
用于对 Azure Data Lake Store 帐户进行身份验证的应用程序的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalKey 服务 |
用于对 Azure Data Lake Store 帐户进行身份验证的应用程序密钥。 |
秘密基地 |
订阅编号 |
Data Lake Store 帐户订阅 ID(如果不同于数据工厂帐户)。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
租户 |
服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
AzureFileStorageLinkedService
AzureFileStorageLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
accountKey 账户密钥 |
连接字符串中 accountKey 的 Azure 密钥保管库机密引用。 |
AzureKeyVaultSecretReference |
connectionString 连接字符串 |
连接字符串。 它与 sasUri 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
文件共享 |
Azure 文件共享名称。 使用 accountKey/sasToken 进行身份验证时需要它。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
主机 |
服务器的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
密码 |
用于登录服务器的密码。 |
秘密基地 |
sasToken 代币 |
sasToken 的 Azure 密钥保管库机密引用在 sas uri 中。 |
AzureKeyVaultSecretReference |
sasUri |
Azure 文件资源的 SAS URI。 它与 connectionString 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
serviceEndpoint |
Azure 文件存储资源的文件服务终结点。 它与 connectionString、sasUri 属性互斥。 |
任何 |
快照 |
Azure 文件共享快照版本。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
用户 ID |
用于登录服务器的用户 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
AzureFunctionLinkedService
AzureFunctionLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
身份验证 |
用于连接到 AzureFunction 的身份验证类型(需要指定 MSI)。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
functionAppUrl 的 |
Azure Function App 的终结点。 URL 的格式为 https://< accountName.azurewebsites.net>。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
functionKey 函数键 |
Azure Function App 的函数或主机密钥。 |
秘密基地 |
资源ID |
Azure 函数的允许令牌访问群体。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
AzureKeyVaultLinkedService
AzureKeyVaultLinkedServiceType属性
AzureKeyVaultSecretReference
名称 |
DESCRIPTION |
价值 |
秘密名称 |
Azure Key Vault 中机密的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
秘密版本 |
Azure Key Vault 中的机密版本。 默认值为最新版本的机密。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
商店 |
Azure Key Vault 链接服务参考。 |
LinkedServiceReference (必需) |
类型 |
机密的类型。 |
string (必需) |
AzureKeyVaultSecretReference
名称 |
DESCRIPTION |
价值 |
秘密名称 |
Azure Key Vault 中机密的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
秘密版本 |
Azure Key Vault 中的机密版本。 默认值为最新版本的机密。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
商店 |
Azure Key Vault 链接服务参考。 |
LinkedServiceReference (必需) |
类型 |
机密的类型。 |
“AzureKeyVaultSecret”(必需) |
AzureMariaDBLinkedService
AzureMariaDBLinkedServiceTypeProperties
名称 |
DESCRIPTION |
价值 |
connectionString 连接字符串 |
ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
pwd |
连接字符串中密码的 Azure Key Vault 机密引用。 |
AzureKeyVaultSecretReference |
AzureMLLinkedService
AzureMLLinkedServiceTypeProperties
名称 |
DESCRIPTION |
价值 |
apiKey |
用于访问 Azure ML 模型终结点的 API 密钥。 |
SecretBase (必需) |
身份验证 |
用于连接到 AzureML 的身份验证类型(需要指定 MSI)。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
mlEndpoint |
Azure ML Studio Web 服务终结点的批处理执行 REST URL。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
servicePrincipalId 服务 |
用于针对 Azure ML Studio Web 服务的基于 ARM 的 updateResourceEndpoint 进行身份验证的服务主体的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalKey 服务 |
用于针对 Azure ML Studio Web 服务的基于 ARM 的 updateResourceEndpoint 进行身份验证的服务主体的密钥。 |
秘密基地 |
租户 |
服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
updateResourceEndpoint |
Azure ML Studio Web 服务终结点的更新资源 REST URL。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
AzureMLServiceLinkedService
AzureMLServiceLinkedServiceTypeProperties
名称 |
DESCRIPTION |
价值 |
身份验证 |
用于连接到 AzureML 的身份验证类型(需要指定 MSI)。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
mlWorkspaceName (毫升工作区名称) |
Azure ML 服务工作区名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
资源组名称 |
Azure ML 服务工作区资源组名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
servicePrincipalId 服务 |
用于针对已发布 Azure ML 服务管道的终结点进行身份验证的服务主体的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalKey 服务 |
用于针对已发布 Azure ML 服务管道的终结点进行身份验证的服务主体的密钥。 |
秘密基地 |
订阅编号 |
Azure ML 服务工作区订阅 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
租户 |
服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
AzureMySqlLinkedService
AzureMySqlLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
connectionString 连接字符串 |
连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何(必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
连接字符串中密码的 Azure Key Vault 机密引用。 |
AzureKeyVaultSecretReference |
AzurePostgreSqlLinkedService
AzurePostgreSqlLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
Azure云类型 |
指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
commandTimeout |
尝试执行命令之前等待的时间(以秒为单位),如果超过这个时间,将终止尝试并产生错误。 对于无穷大,设置为零。 类型:整数。 |
任何 |
connectionString 连接字符串 |
ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
数据库 |
连接的数据库名称。 类型:字符串。 |
任何 |
编码 |
获取或设置用于编码/解码 PostgreSQL 字符串数据的 .NET 编码格式。 类型:字符串 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
连接字符串中密码的 Azure Key Vault 机密引用。 |
AzureKeyVaultSecretReference |
港口 |
连接的端口。 类型:整数。 |
任何 |
读取缓冲区大小 |
确定读取时内部缓冲区使用的大小。 如果从数据库传输大型值,则增加大小可能会提高性能。 类型:整数。 |
任何 |
服务器 |
连接的服务器名称。 类型:字符串。 |
任何 |
servicePrincipalCredentialType 服务 |
在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
服务主体嵌入证书 (servicePrincipalEmbeddedCert) |
指定在 Azure Active Directory 中注册的应用程序的 base64 编码证书。 类型:字符串(或带有 resultType 字符串的表达式)。 |
秘密基地 |
servicePrincipalEmbeddedCertPassword |
如果证书具有密码,并且使用的是 AadServicePrincipal 身份验证,请指定证书的密码。 类型:字符串(或带有 resultType 字符串的表达式)。 |
秘密基地 |
servicePrincipalId 服务 |
用于对 Azure Database for PostgreSQL 灵活服务器进行身份验证的服务主体的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalKey 服务 |
用于对 Azure Database for PostgreSQL 灵活服务器进行身份验证的服务主体的密钥。 |
秘密基地 |
SSL模式 |
用于连接的 SSL 模式。 类型:整数。 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full. 类型:整数。 |
任何 |
租户 |
服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
超时 |
等待的时间(以秒为单位),这是在尝试建立连接时,终止尝试并生成错误之前的时间。 类型:整数。 |
任何 |
时区 |
获取或设置会话时区。 类型:字符串。 |
任何 |
可信任服务器证书 (trustServerCertificate) |
是否在不验证服务器证书的情况下信任该证书。 类型:布尔值。 |
任何 |
用户名 |
身份验证的用户名。 类型:字符串。 |
任何 |
AzureSearchLinkedService
AzureSearchLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
钥匙 |
Azure 搜索服务的管理密钥 |
秘密基地 |
网址 |
Azure 搜索服务的 URL。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
AzureSqlDatabaseLinkedService
AzureSqlDatabaseLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
alwaysEncryptedSettings |
Sql 始终加密属性。 |
SqlAlwaysEncryptedProperties |
应用意图 |
连接到服务器时的应用程序工作负荷类型,由建议的版本使用。 可能的值为 ReadOnly 和 ReadWrite。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
验证类型 |
用于身份验证的类型。 类型:字符串。 |
“ServicePrincipal” “SQL” “SystemAssignedManagedIdentity” “UserAssignedManagedIdentity” |
Azure云类型 |
指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
commandTimeout |
在终止尝试执行命令并生成错误之前(以秒为单位)的默认等待时间(以秒为单位),由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
connectionString 连接字符串 |
连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
connectRetryCount |
确定有空闲连接失败(由建议的版本使用)后尝试的重新连接数。 这必须是介于 0 和 255 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
connectRetryInterval |
确定建议的版本使用空闲连接失败后,每个重新连接尝试之间的时间(以秒为单位)。 这必须是介于 1 和 60 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
连接超时 |
在终止尝试并生成由建议版本使用的错误之前,等待与服务器的连接的时间长度(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
数据库 |
建议的版本使用的数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
加密 |
指示客户端和服务器之间发送的所有数据是否需要 TLS 加密(由建议的版本使用)。 可能的值为 true/yes/mandatory、false/no/optional 和 strict。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
failover合作伙伴 |
如果主服务器关闭(由建议的版本使用)连接到的伙伴服务器的名称或地址。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
hostNameInCertificate |
验证连接的服务器证书时要使用的主机名。 如果未指定,则数据源中的服务器名称用于证书验证,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
集成安全 |
指示是否在连接(如果为 false)中指定用户 ID 和密码,或者当前 Windows 帐户凭据是否用于身份验证(如果为 true),由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
loadBalanceTimeout (负载均衡超时) |
在被建议的版本使用之前,连接在连接池中生存的最短时间(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
最大池大小 |
此特定连接字符串的连接池中允许的最大连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
minPoolSize (最小池大小) |
此特定连接字符串的连接池中允许的最小连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
multipleActiveResultSets (多个活动结果集) |
如果为 true,应用程序可以维护多个活动结果集(MARS)。 如果为 false,应用程序必须处理或取消一个批处理中的所有结果集,然后才能在该连接上执行任何其他批处理(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
multiSubnetFailover |
如果应用程序连接到不同子网上的 AlwaysOn 可用性组(AG),则设置 MultiSubnetFailover=true 可以更快地检测和连接到(当前)活动服务器(当前)活动服务器(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
数据包大小 |
用于与服务器实例通信的网络数据包的大小(以字节为单位,由建议的版本使用)。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
密码 |
连接字符串中密码的 Azure Key Vault 机密引用。 |
AzureKeyVaultSecretReference |
池 |
指示每次请求连接时,连接是共用的还是显式打开的,由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
服务器 |
要连接到的 SQL Server 实例的名称或网络地址,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalCredential 的 |
Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 |
秘密基地 |
servicePrincipalCredentialType 服务 |
在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalId 服务 |
用于对 Azure SQL 数据库进行身份验证的服务主体的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalKey 服务 |
用于对 Azure SQL 数据库进行身份验证的服务主体的密钥。 |
秘密基地 |
租户 |
服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
可信任服务器证书 (trustServerCertificate) |
指示通道是否在绕过证书链来验证推荐版本使用的信任时是否加密通道。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
用户名 |
连接到服务器时要使用的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
AzureSqlDWLinkedService
AzureSqlDWLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
应用意图 |
连接到服务器时的应用程序工作负荷类型,由建议的版本使用。 可能的值为 ReadOnly 和 ReadWrite。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
验证类型 |
用于身份验证的类型。 类型:字符串。 |
“ServicePrincipal” “SQL” “SystemAssignedManagedIdentity” “UserAssignedManagedIdentity” |
Azure云类型 |
指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
commandTimeout |
在终止尝试执行命令并生成错误之前(以秒为单位)的默认等待时间(以秒为单位),由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
connectionString 连接字符串 |
连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
connectRetryCount |
确定有空闲连接失败(由建议的版本使用)后尝试的重新连接数。 这必须是介于 0 和 255 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
connectRetryInterval |
确定建议的版本使用空闲连接失败后,每个重新连接尝试之间的时间(以秒为单位)。 这必须是介于 1 和 60 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
连接超时 |
在终止尝试并生成由建议版本使用的错误之前,等待与服务器的连接的时间长度(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
数据库 |
建议的版本使用的数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
加密 |
指示客户端和服务器之间发送的所有数据是否需要 TLS 加密(由建议的版本使用)。 可能的值为 true/yes/mandatory、false/no/optional 和 strict。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
failover合作伙伴 |
如果主服务器关闭(由建议的版本使用)连接到的伙伴服务器的名称或地址。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
hostNameInCertificate |
验证连接的服务器证书时要使用的主机名。 如果未指定,则数据源中的服务器名称用于证书验证,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
集成安全 |
指示是否在连接(如果为 false)中指定用户 ID 和密码,或者当前 Windows 帐户凭据是否用于身份验证(如果为 true),由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
loadBalanceTimeout (负载均衡超时) |
在被建议的版本使用之前,连接在连接池中生存的最短时间(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
最大池大小 |
此特定连接字符串的连接池中允许的最大连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
minPoolSize (最小池大小) |
此特定连接字符串的连接池中允许的最小连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
multipleActiveResultSets (多个活动结果集) |
如果为 true,应用程序可以维护多个活动结果集(MARS)。 如果为 false,应用程序必须处理或取消一个批处理中的所有结果集,然后才能在该连接上执行任何其他批处理(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
multiSubnetFailover |
如果应用程序连接到不同子网上的 AlwaysOn 可用性组(AG),则设置 MultiSubnetFailover=true 可以更快地检测和连接到(当前)活动服务器(当前)活动服务器(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
数据包大小 |
用于与服务器实例通信的网络数据包的大小(以字节为单位,由建议的版本使用)。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
密码 |
连接字符串中密码的 Azure Key Vault 机密引用。 |
AzureKeyVaultSecretReference |
池 |
指示每次请求连接时,连接是共用的还是显式打开的,由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
服务器 |
要连接到的 SQL Server 实例的名称或网络地址,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalCredential 的 |
Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 |
秘密基地 |
servicePrincipalCredentialType 服务 |
在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalId 服务 |
用于对 Azure SQL 数据仓库进行身份验证的服务主体的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalKey 服务 |
用于对 Azure SQL 数据仓库进行身份验证的服务主体的密钥。 |
秘密基地 |
租户 |
服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
可信任服务器证书 (trustServerCertificate) |
指示通道是否在绕过证书链来验证推荐版本使用的信任时是否加密通道。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
用户名 |
连接到服务器时要使用的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
AzureSqlMILinkedService
AzureSqlMILinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
alwaysEncryptedSettings |
Sql 始终加密属性。 |
SqlAlwaysEncryptedProperties |
应用意图 |
连接到服务器时的应用程序工作负荷类型,由建议的版本使用。 可能的值为 ReadOnly 和 ReadWrite。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
验证类型 |
用于身份验证的类型。 类型:字符串。 |
“ServicePrincipal” “SQL” “SystemAssignedManagedIdentity” “UserAssignedManagedIdentity” |
Azure云类型 |
指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
commandTimeout |
在终止尝试执行命令并生成错误之前(以秒为单位)的默认等待时间(以秒为单位),由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
connectionString 连接字符串 |
连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
connectRetryCount |
确定有空闲连接失败(由建议的版本使用)后尝试的重新连接数。 这必须是介于 0 和 255 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
connectRetryInterval |
确定建议的版本使用空闲连接失败后,每个重新连接尝试之间的时间(以秒为单位)。 这必须是介于 1 和 60 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
连接超时 |
在终止尝试并生成由建议版本使用的错误之前,等待与服务器的连接的时间长度(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
数据库 |
建议的版本使用的数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
加密 |
指示客户端和服务器之间发送的所有数据是否需要 TLS 加密(由建议的版本使用)。 可能的值为 true/yes/mandatory、false/no/optional 和 strict。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
failover合作伙伴 |
如果主服务器关闭(由建议的版本使用)连接到的伙伴服务器的名称或地址。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
hostNameInCertificate |
验证连接的服务器证书时要使用的主机名。 如果未指定,则数据源中的服务器名称用于证书验证,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
集成安全 |
指示是否在连接(如果为 false)中指定用户 ID 和密码,或者当前 Windows 帐户凭据是否用于身份验证(如果为 true),由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
loadBalanceTimeout (负载均衡超时) |
在被建议的版本使用之前,连接在连接池中生存的最短时间(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
最大池大小 |
此特定连接字符串的连接池中允许的最大连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
minPoolSize (最小池大小) |
此特定连接字符串的连接池中允许的最小连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
multipleActiveResultSets (多个活动结果集) |
如果为 true,应用程序可以维护多个活动结果集(MARS)。 如果为 false,应用程序必须处理或取消一个批处理中的所有结果集,然后才能在该连接上执行任何其他批处理(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
multiSubnetFailover |
如果应用程序连接到不同子网上的 AlwaysOn 可用性组(AG),则设置 MultiSubnetFailover=true 可以更快地检测和连接到(当前)活动服务器(当前)活动服务器(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
数据包大小 |
用于与服务器实例通信的网络数据包的大小(以字节为单位,由建议的版本使用)。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
密码 |
连接字符串中密码的 Azure Key Vault 机密引用。 |
AzureKeyVaultSecretReference |
池 |
指示每次请求连接时,连接是共用的还是显式打开的,由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
服务器 |
要连接到的 SQL Server 实例的名称或网络地址,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalCredential 的 |
Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 |
秘密基地 |
servicePrincipalCredentialType 服务 |
在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalId 服务 |
用于对 Azure SQL 托管实例进行身份验证的服务主体的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalKey 服务 |
用于对 Azure SQL 托管实例进行身份验证的服务主体的密钥。 |
秘密基地 |
租户 |
服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
可信任服务器证书 (trustServerCertificate) |
指示通道是否在绕过证书链来验证推荐版本使用的信任时是否加密通道。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
用户名 |
连接到服务器时要使用的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
AzureStorageLinkedService
AzureStorageLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
accountKey 账户密钥 |
连接字符串中 accountKey 的 Azure 密钥保管库机密引用。 |
AzureKeyVaultSecretReference |
connectionString 连接字符串 |
连接字符串。 它与 sasUri 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
sasToken 代币 |
sasToken 的 Azure 密钥保管库机密引用在 sas uri 中。 |
AzureKeyVaultSecretReference |
sasUri |
Azure 存储资源的 SAS URI。 它与 connectionString 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
AzureSynapseArtifactsLinkedService
AzureSynapseArtifactsLinkedServiceTypeProperties
名称 |
DESCRIPTION |
价值 |
身份验证 |
如果使用系统分配的托管标识作为身份验证方法,则需要指定 MSI。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
端点 |
<https:// workspacename.dev.azuresynapse.net>、Azure Synapse Analytics 工作区 URL。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
workspaceResourceId |
Synapse 工作区的资源 ID。 格式应为:/subscriptions/{subscriptionID}/resourceGroups/{resourceGroup}/providers/Microsoft.Synapse/workspaces/{workspaceName}。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
AzureTableStorageLinkedService
AzureTableStorageLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
accountKey 账户密钥 |
连接字符串中 accountKey 的 Azure 密钥保管库机密引用。 |
AzureKeyVaultSecretReference |
connectionString 连接字符串 |
连接字符串。 它与 sasUri 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
sasToken 代币 |
sasToken 的 Azure 密钥保管库机密引用在 sas uri 中。 |
AzureKeyVaultSecretReference |
sasUri |
Azure 存储资源的 SAS URI。 它与 connectionString 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
serviceEndpoint |
Azure 表存储资源的表服务终结点。 它与 connectionString、sasUri 属性互斥。 |
任何 |
CassandraLinked服务
CassandraLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
要用于连接的 AuthenticationType。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
连接的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
密码 |
身份验证密码。 |
秘密基地 |
港口 |
连接的端口。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
用户名 |
身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
CommonDataServiceForAppsLinkedService
CommonDataServiceForAppsLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
要连接到 Common Data Service for Apps 服务器的身份验证类型。 联机方案的“Office365”,对于本地使用 Ifd 方案,则为“Ifd”。 联机方案中用于 Server-To-Server 身份验证的“AADServicePrincipal”,适用于具有 IFD 的本地 Dynamics 的“Active Directory”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
部署类型 |
Common Data Service for Apps 实例的部署类型。 Common Data Service for Apps Online 的“Online”和“OnPremisesWithIfd”,适用于本地具有 Ifd 的 Common Data Service for Apps。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
领域 |
将验证用户凭据的 Active Directory 域。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机名 |
本地 Common Data Service for Apps 服务器的主机名。 属性是本地所必需的,不允许联机。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
组织名称 |
Common Data Service for Apps 实例的组织名称。 当有多个与用户关联的 Common Data Service for Apps 实例时,本地需要此属性,并且需要联机属性。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
密码 |
用于访问 Common Data Service for Apps 实例的密码。 |
秘密基地 |
港口 |
本地 Common Data Service for Apps 服务器的端口。 属性是本地所必需的,不允许联机。 默认端口为 443。 类型:整数(或包含 resultType 整数的表达式),最小值:0。 |
任何 |
servicePrincipalCredential 的 |
Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 |
秘密基地 |
servicePrincipalCredentialType 服务 |
在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalId 服务 |
Azure Active Directory 中用于服务器To-Server 身份验证的应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
serviceUri 的 |
Microsoft Common Data Service for Apps 服务器的 URL。 该属性对于在线是必需的,不允许本地使用。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
用户名 |
用于访问 Common Data Service for Apps 实例的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
ConcurLinkedService
ConcurLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
客户端 ID |
Concur 应用管理提供的应用程序client_id。 |
任何(必需) |
连接属性 |
用于连接到 Concur 的属性。 它与链接服务中的其他任何属性互斥。 类型:对象。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
在“用户名”字段中提供的用户名所对应的密码。 |
秘密基地 |
useEncryptedEndpoints |
指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 |
任何 |
使用主机验证 |
指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 |
任何 |
usePeerVerification |
指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 |
任何 |
用户名 |
用于访问 Concur 服务的用户名。 |
任何(必需) |
CosmosDbLinkedService
CosmosDbLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
accountEndpoint |
Azure CosmosDB 帐户的终结点。 类型:字符串(或带有 resultType 字符串的表达式) |
任何 |
accountKey 账户密钥 |
Azure CosmosDB 帐户的帐户密钥。 类型:SecureString 或 AzureKeyVaultSecretReference。 |
秘密基地 |
Azure云类型 |
指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
connectionMode 连接模式 |
用于访问 CosmosDB 帐户的连接模式。 类型:字符串。 |
“Direct” “Gateway” |
connectionString 连接字符串 |
连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
数据库 |
数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式) |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
servicePrincipalCredential 的 |
Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 |
秘密基地 |
servicePrincipalCredentialType 服务 |
在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串。 |
任何 |
servicePrincipalId 服务 |
Azure Active Directory 中用于服务器To-Server 身份验证的应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
租户 |
服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
CosmosDbMongoDbApiLinkedService
CosmosDbMongoDbApiLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
connectionString 连接字符串 |
CosmosDB (MongoDB API) 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何(必需) |
数据库 |
要访问的 CosmosDB (MongoDB API) 数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
isServerVersionAbove32 |
CosmosDB (MongoDB API) 服务器版本是否高于 3.2。 默认值为 false。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
CouchbaseLinkedService 服务
CouchbaseLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
connectionString 连接字符串 |
ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
credString |
连接字符串中 credString 的 Azure Key Vault 机密引用。 |
AzureKeyVaultSecretReference |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
凭证引用
名称 |
DESCRIPTION |
价值 |
referenceName (引用名称) |
引用凭据名称。 |
string (必需) |
类型 |
凭据引用类型。 |
“CredentialReference”(必需) |
CustomDataSourceLinkedService
名称 |
DESCRIPTION |
价值 |
类型 |
链接服务的类型。 |
“CustomDataSource”(必需) |
type属性 |
自定义链接服务属性。 |
任何(必需) |
DataworldLinkedService
DataworldLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
apiToken |
Dataworld 源的 API 令牌。 |
SecretBase (必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
Db2LinkedService 服务
Db2LinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
要用于连接的 AuthenticationType。 它与 connectionString 属性互斥。 |
“Basic” |
certificateCommonName 证书 |
启用 TLS 时证书公用名。 它与 connectionString 属性互斥。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
connectionString 连接字符串 |
连接字符串。 它与服务器、数据库、authenticationType、userName、packageCollection 和 certificateCommonName 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
数据库 |
连接的数据库名称。 它与 connectionString 属性互斥。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 它与 connectionString 属性互斥。 类型:字符串。 |
字符串 |
packageCollection |
在查询数据库时创建包的位置下。 它与 connectionString 属性互斥。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
密码 |
身份验证密码。 |
秘密基地 |
服务器 |
连接的服务器名称。 它与 connectionString 属性互斥。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
用户名 |
身份验证的用户名。 它与 connectionString 属性互斥。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
DrillLinkedService 服务
DrillLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
connectionString 连接字符串 |
ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
pwd |
连接字符串中密码的 Azure Key Vault 机密引用。 |
AzureKeyVaultSecretReference |
DynamicsAXLinkedService
DynamicsAXLinkedServiceTypeProperties
名称 |
DESCRIPTION |
价值 |
aadResourceId |
指定要请求授权的资源。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
servicePrincipalId 服务 |
指定应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
servicePrincipalKey 服务 |
指定应用程序的密钥。 将此字段标记为 SecureString 以安全地将其存储在数据工厂中,或引用存储在 Azure Key Vault 中的机密。 类型:字符串(或带有 resultType 字符串的表达式)。 |
SecretBase (必需) |
租户 |
指定您的应用程序所属的租户信息(域名或租户 ID)。 将鼠标悬停在 Azure 门户右上角进行检索。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
网址 |
Dynamics AX(或 Dynamics 365 Finance and Operations)实例 OData 终结点。 |
任何(必需) |
DynamicsCrmLinkedService
DynamicsCrmLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
要连接到 Dynamics CRM 服务器的身份验证类型。 联机方案的“Office365”、“Ifd”(适用于本地 Ifd 方案)的“AADServicePrincipal”,用于联机方案中的服务器To-Server 身份验证的“Active Directory”,适用于具有 IFD 的 Dynamics 本地的“Active Directory”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
部署类型 |
Dynamics CRM 实例的部署类型。 Dynamics CRM Online 的“Online”和“OnPremisesWithIfd”(适用于具有 Ifd 的本地 Dynamics CRM)。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
领域 |
将验证用户凭据的 Active Directory 域。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机名 |
本地 Dynamics CRM 服务器的主机名。 属性是本地所必需的,不允许联机。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
组织名称 |
Dynamics CRM 实例的组织名称。 当有多个与用户关联的 Dynamics CRM 实例时,本地属性是必需的,并且需要联机属性。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
密码 |
用于访问 Dynamics CRM 实例的密码。 |
秘密基地 |
港口 |
本地 Dynamics CRM 服务器的端口。 属性是本地所必需的,不允许联机。 默认端口为 443。 类型:整数(或包含 resultType 整数的表达式),最小值:0。 |
任何 |
servicePrincipalCredential 的 |
Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 |
秘密基地 |
servicePrincipalCredentialType 服务 |
在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalId 服务 |
Azure Active Directory 中用于服务器To-Server 身份验证的应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
serviceUri 的 |
Microsoft Dynamics CRM 服务器的 URL。 该属性对于在线是必需的,不允许本地使用。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
用户名 |
用于访问 Dynamics CRM 实例的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
DynamicsLinkedService
DynamicsLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
要连接到 Dynamics 服务器的身份验证类型。 联机方案的“Office365”、“Ifd”(适用于本地 Ifd 方案)的“AADServicePrincipal”,用于联机方案中的服务器To-Server 身份验证的“Active Directory”,适用于具有 IFD 的 Dynamics 本地的“Active Directory”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
部署类型 |
Dynamics 实例的部署类型。 Dynamics Online 的“Online”和“OnPremisesWithIfd”(适用于具有 Ifd 的本地 Dynamics)。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
领域 |
将验证用户凭据的 Active Directory 域。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机名 |
本地 Dynamics 服务器的主机名称。 属性是本地所必需的,不允许联机。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
组织名称 |
Dynamics 实例的组织名称。 当有多个与用户关联的 Dynamics 实例时,本地需要此属性,并且对于联机是必需的。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
密码 |
用于访问 Dynamics 实例的密码。 |
秘密基地 |
港口 |
本地 Dynamics 服务器的端口。 属性是本地所必需的,不允许联机。 默认端口为 443。 类型:整数(或包含 resultType 整数的表达式),最小值:0。 |
任何 |
servicePrincipalCredential 的 |
Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 |
秘密基地 |
servicePrincipalCredentialType 服务 |
在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalId 服务 |
Azure Active Directory 中用于服务器To-Server 身份验证的应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
serviceUri 的 |
Microsoft Dynamics 服务器的 URL。 该属性对于在线是必需的,不允许本地使用。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
用户名 |
用于访问 Dynamics 实例的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
EloquaLinked服务
EloquaLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
端点 |
Eloqua 服务器的终结点。 (即 eloqua.example.com) |
任何(必需) |
密码 |
用户名所对应的密码。 |
秘密基地 |
useEncryptedEndpoints |
指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 |
任何 |
使用主机验证 |
指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 |
任何 |
usePeerVerification |
指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 |
任何 |
用户名 |
Eloqua 帐户的网站名称和用户名,格式为:sitename/username。 (即埃洛夸/爱丽丝) |
任何(必需) |
FileServerLinkedService
FileServerLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
服务器的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
密码 |
用于登录服务器的密码。 |
秘密基地 |
用户 ID |
用于登录服务器的用户 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
FtpServerLinkedService
FtpServerLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
用于连接到 FTP 服务器的身份验证类型。 |
“Anonymous” “Basic” |
启用服务器证书验证 |
如果为 true,则通过 SSL/TLS 通道连接时验证 FTP 服务器 SSL 证书。 默认值为 true。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
启用SSL |
如果为 true,请通过 SSL/TLS 通道连接到 FTP 服务器。 默认值为 true。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
FTP 服务器的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
密码 |
用于登录 FTP 服务器的密码。 |
秘密基地 |
港口 |
FTP 服务器用于侦听客户端连接的 TCP 端口号。 默认值为 21。 类型:整数(或包含 resultType 整数的表达式),最小值:0。 |
任何 |
用户名 |
用于登录 FTP 服务器的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
GoogleAdWordsLinked服务
GoogleAdWordsLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
用于身份验证的 OAuth 2.0 身份验证机制。 ServiceAuthentication 只能在自承载 IR 上使用。 |
“ServiceAuthentication” “UserAuthentication” |
客户客户 ID |
要为其提取报表数据的 AdWords 帐户的客户端客户 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
客户端 ID |
用于获取刷新令牌的 google 应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
客户密钥 |
Google 应用程序的客户端机密,用户获取刷新令牌。 |
秘密基地 |
连接属性 |
(已弃用)用于连接到 GoogleAds 的属性。 它与链接服务中的其他任何属性互斥。 类型:对象。 |
任何 |
开发者令牌 |
与用于授予 AdWords API 访问权限的经理帐户关联的开发人员令牌。 |
秘密基地 |
电子邮件 |
用于 ServiceAuthentication 的服务帐户电子邮件 ID,只能在自承载 IR 上使用。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
googleAdsApiVersion |
Google Ads API 主版本(如 v14)。 可在 https://developers.google.com/google-ads/api/docs/release-notes中找到支持的主要版本。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
keyFilePath |
(已弃用)用于对服务帐户电子邮件地址进行身份验证的 .p12 密钥文件的完整路径,只能在自承载 IR 上使用。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
登录客户 ID |
要通过该帐户提取特定客户的报表数据的 Google Ads Manager 帐户的客户 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
私钥 |
用于对服务帐户电子邮件地址进行身份验证的私钥,只能在自承载 IR 上使用。 |
秘密基地 |
refreshToken |
从 Google 获取的刷新令牌,用于授权访问 AdWords for UserAuthentication。 |
秘密基地 |
支持LegacyDataTypes |
指定是否使用旧数据类型映射,这些映射将 float、int32 和 int64 从 Google 映射到字符串。 除非要保持与旧驱动程序数据类型映射的向后兼容性,否则不要将其设置为 true。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
信任证书路径 (trustedCertPath) |
(已弃用)包含受信任的 CA 证书的 .pem 文件的完整路径,用于通过 SSL 连接时验证服务器。 只能在自承载 IR 上使用 SSL 时设置此属性。 默认值是随 IR 一起安装的 cacerts.pem 文件。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
useSystemTrustStore |
(已弃用)指定是使用系统信任存储中的 CA 证书还是从指定的 PEM 文件使用 CA 证书。 默认值为 false。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
GoogleBigQueryLinkedService
GoogleBigQueryLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
附加项目 |
要访问的公共 BigQuery 项目的逗号分隔列表。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
验证类型 |
用于身份验证的 OAuth 2.0 身份验证机制。 ServiceAuthentication 只能在自承载 IR 上使用。 |
“ServiceAuthentication” “UserAuthentication”(必需) |
客户端 ID |
用于获取刷新令牌的 google 应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
客户密钥 |
Google 应用程序的客户端机密,用户获取刷新令牌。 |
秘密基地 |
电子邮件 |
用于 ServiceAuthentication 的服务帐户电子邮件 ID,只能在自承载 IR 上使用。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
keyFilePath |
用于对服务帐户电子邮件地址进行身份验证的 .p12 密钥文件的完整路径,只能在自承载 IR 上使用。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
项目 |
要查询的默认 BigQuery 项目。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
refreshToken |
从 Google 获取的刷新令牌,用于授权访问 BigQuery for UserAuthentication。 |
秘密基地 |
请求 GoogleDriveScope |
是否要请求访问 Google Drive。 允许 Google Drive 访问可支持将 BigQuery 数据与 Google Drive 中的数据组合的联合表。 默认值为 false。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
信任证书路径 (trustedCertPath) |
包含受信任的 CA 证书的 .pem 文件的完整路径,用于通过 SSL 连接时验证服务器。 只能在自承载 IR 上使用 SSL 时设置此属性。 默认值是随 IR 一起安装的 cacerts.pem 文件。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
useSystemTrustStore |
指定是使用系统信任存储中的 CA 证书还是使用指定 PEM 文件中的 CA 证书。 默认值为 false。类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
GoogleBigQueryV2LinkedService
GoogleBigQueryV2LinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
用于身份验证的 OAuth 2.0 身份验证机制。 |
“ServiceAuthentication” “UserAuthentication”(必需) |
客户端 ID |
用于获取刷新令牌的 google 应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
客户密钥 |
Google 应用程序的客户端机密,用户获取刷新令牌。 |
秘密基地 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
keyFileContent |
用于对服务帐户进行身份验证的 .json 密钥文件的内容。 类型:字符串(或带有 resultType 字符串的表达式)。 |
秘密基地 |
项目 ID |
要查询的默认 BigQuery 项目 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
refreshToken |
从 Google 获取的刷新令牌,用于授权访问 BigQuery for UserAuthentication。 |
秘密基地 |
GoogleCloudStorageLinked服务
GoogleCloudStorageLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
accessKeyId |
Google Cloud Storage Identity and Access Management (IAM) 用户的访问密钥标识符。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
秘密访问密钥 |
Google Cloud Storage Identity and Access Management (IAM) 用户的机密访问密钥。 |
秘密基地 |
serviceUrl 的 |
此值指定要使用 Google Cloud Storage Connector 访问的终结点。 这是一个可选属性;仅当想要尝试其他服务终结点或想要在 https 和 http 之间切换时更改它。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
GoogleSheetsLinked服务
GoogleSheetsLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
apiToken |
GoogleSheets 源的 API 令牌。 |
SecretBase (必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
GreenplumLinked服务
GreenplumLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
要使用的认证类型。 类型:字符串。 仅用于 V2。 |
“Basic” |
commandTimeout |
尝试执行命令之前等待的时间(以秒为单位),如果超过这个时间,将终止尝试并产生错误。 对于无穷大,设置为零。 类型:整数。 仅用于 V2。 |
任何 |
connectionString 连接字符串 |
ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
connectionTimeout 连接超时 |
等待的时间(以秒为单位),这是在尝试建立连接时,终止尝试并生成错误之前的时间。 类型:整数。 仅用于 V2。 |
任何 |
数据库 |
连接的数据库名称。 类型:字符串。 仅用于 V2。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
连接的主机名。 类型:字符串。 仅用于 V2。 |
任何 |
港口 |
连接的端口。 类型:整数。 仅用于 V2。 |
任何 |
pwd |
连接字符串中密码的 Azure Key Vault 机密引用。 |
AzureKeyVaultSecretReference |
SSL模式 |
用于连接的 SSL 模式。 类型:整数。 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full. 类型:整数。 仅用于 V2。 |
任何 |
用户名 |
身份验证的用户名。 类型:字符串。 仅用于 V2。 |
任何 |
HBaseLinkedService
HBaseLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
allowHostNameCNMismatch |
指定是否要求 CA 颁发的 SSL 证书名称与通过 SSL 连接时服务器的主机名匹配。 默认值为 false。 |
任何 |
allowSelfSignedServerCert |
指定是否允许来自服务器的自签名证书。 默认值为 false。 |
任何 |
验证类型 |
用于连接到 HBase 服务器的身份验证机制。 |
“Anonymous” “Basic”(必需) |
启用SSL |
指定是否使用 SSL 加密与服务器的连接。 默认值为 false。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
HBase 服务器的 IP 地址或主机名。 (即 192.168.222.160) |
任何(必需) |
httpPath |
对应于 HBase 服务器的部分 URL。 (即 /gateway/sandbox/hbase/version) |
任何 |
密码 |
用户名所对应的密码。 |
秘密基地 |
港口 |
HBase 实例用来侦听客户端连接的 TCP 端口。 默认值为 9090。 |
任何 |
信任证书路径 (trustedCertPath) |
包含受信任的 CA 证书的 .pem 文件的完整路径,用于通过 SSL 连接时验证服务器。 只能在自承载 IR 上使用 SSL 时设置此属性。 默认值是随 IR 一起安装的 cacerts.pem 文件。 |
任何 |
用户名 |
用于连接到 HBase 实例的用户名。 |
任何 |
HdfsLinkedService 服务
HdfsLinkedServiceTypeProperties
名称 |
DESCRIPTION |
价值 |
验证类型 |
用于连接到 HDFS 的身份验证类型。 可能的值为:Anonymous 和 Windows。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
Windows 身份验证的密码。 |
秘密基地 |
网址 |
HDFS 服务终结点的 URL,例如 http://myhostname:50070/webhdfs/v1。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
用户名 |
Windows 身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
HDInsightLinkedService
HDInsightLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
clusterUri |
HDInsight 群集 URI。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
文件系统 |
如果 HDInsight 的主存储为 ADLS Gen2,请指定 FileSystem。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
hcatalogLinkedServiceName |
指向 HCatalog 数据库的 Azure SQL 链接服务的引用。 |
LinkedServiceReference |
isEspEnabled |
指定是否使用 ESP 创建 HDInsight(企业安全包)。 类型:布尔值。 |
任何 |
链接服务名称 |
Azure 存储链接服务引用。 |
LinkedServiceReference |
密码 |
HDInsight 群集密码。 |
秘密基地 |
用户名 |
HDInsight 群集用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
HDInsightOnDemandLinkedService
HDInsightOnDemandLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
additionalLinkedService名称 |
为 HDInsight 链接服务指定其他存储帐户,以便数据工厂服务可以代表你注册它们。 |
LinkedServiceReference[] |
clusterNamePrefix 的 |
群集名称的前缀,后缀将不同于时间戳。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
clusterPassword |
用于访问群集的密码。 |
秘密基地 |
clusterResourceGroup 集群资源组 |
群集所属的资源组。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
集群大小 |
群集中辅助进程/数据节点的数量。 建议值:4。 类型:int(或包含 resultType int 的表达式)。 |
任何(必需) |
clusterSshPassword |
SSH 远程连接群集节点(适用于 Linux)的密码。 |
秘密基地 |
clusterSshUserName |
SSH 的用户名远程连接到群集的节点(适用于 Linux)。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
集群类型 |
群集类型。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
集群用户名 |
用于访问群集的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
核心配置 |
为待创建的 HDInsight 群集指定核心配置参数(如在 core-site.xml 中)。 |
任何 |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
数据节点大小 (dataNodeSize) |
指定 HDInsight 群集的数据节点的大小。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
hBase配置 |
为 HDInsight 群集指定 HBase 配置参数 (hbase-site.xml)。 |
任何 |
hcatalogLinkedServiceName |
指向 HCatalog 数据库的 Azure SQL 链接服务的名称。 将 Azure SQL 数据库用作元存储以创建按需 HDInsight 群集。 |
LinkedServiceReference |
HDFS配置 |
为 HDInsight 群集指定 HDFS 配置参数 (hdfs-site.xml)。 |
任何 |
头节点大小 |
指定 HDInsight 群集的头节点的大小。 |
任何 |
hiveConfiguration |
为 HDInsight 群集指定 hive 配置参数 (hive-site.xml)。 |
任何 |
hostSubscriptionId |
用于托管群集的客户订阅。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
链接服务名称 |
由按需群集用于存储和处理数据的 Azure 存储链接服务。 |
LinkedServiceReference (必需) |
mapReduceConfiguration |
为 HDInsight 群集指定 MapReduce 配置参数 (mapred-site.xml)。 |
任何 |
oozie配置 |
为 HDInsight 群集指定 Oozie 配置参数 (oozie-site.xml)。 |
任何 |
脚本作 |
自定义脚本操作,在 HDI ondemand 群集上运行一旦启动。 请参阅 /azure/hdinsight/hdinsight-hadoop-customize-cluster-linux?toc=%2Fen-us%2Fazure%2Fhdinsight%2Fr-server%2FTOC.json&bc=%2Fen-us%2Fazure%2Fbread%2Ftoc.json#understanding-script-actions。 |
脚本作 |
servicePrincipalId 服务 |
hostSubscriptionId 的服务主体 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalKey 服务 |
服务主体 ID 的密钥。 |
秘密基地 |
sparkVersion |
如果群集类型为“spark”,则为 spark 的版本。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
stormConfiguration |
为 HDInsight 群集指定 Storm 配置参数 (storm-site.xml)。 |
任何 |
子网名称 |
vNet 中子网的 ARM 资源 ID。 如果指定了 virtualNetworkId,则需要此属性。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
租户 |
服务主体所属的租户 ID/名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
时间到生活 |
按需 HDInsight 群集允许的空闲时间。 指定当活动运行完成后,如果群集中没有其他的活动作业,按需 HDInsight 群集保持活动状态的时间。 最小值为 5 分钟。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
版本 |
HDInsight 群集的版本。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
虚拟网络 ID |
创建群集后应加入的 vNet 的 ARM 资源 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
yarn配置 |
为 HDInsight 群集指定 Yarn 配置参数 (yarn-site.xml)。 |
任何 |
zookeeperNodeSize |
指定 HDInsight 群集的 Zoo Keeper 节点的大小。 |
任何 |
HiveLinked服务
HiveLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
allowHostNameCNMismatch |
指定是否要求 CA 颁发的 SSL 证书名称与通过 SSL 连接时服务器的主机名匹配。 默认值为 false。 |
任何 |
allowSelfSignedServerCert |
指定是否允许来自服务器的自签名证书。 默认值为 false。 |
任何 |
验证类型 |
用于访问 Hive 服务器的身份验证方法。 |
“Anonymous” “Username” “UsernameAndPassword” “WindowsAzureHDInsightService”(必需) |
启用服务器证书验证 |
指定与服务器的连接是否会验证服务器证书,默认值为 True。 仅适用于版本 2.0 |
任何 |
启用SSL |
指定是否使用 SSL 加密与服务器的连接。 默认值为 false。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
Hive 服务器的 IP 地址或主机名,由多个主机的“;”分隔(仅当 serviceDiscoveryMode 启用时)。 |
任何(必需) |
httpPath |
对应于 Hive 服务器的部分 URL。 |
任何 |
密码 |
与你在“用户名”字段中提供的用户名对应的密码 |
秘密基地 |
港口 |
Hive 服务器用来侦听客户端连接的 TCP 端口。 |
任何 |
服务器类型 |
Hive 服务器的类型。 |
“HiveServer1” “HiveServer2” “HiveThriftServer” |
serviceDiscoveryMode |
true 指示使用 ZooKeeper 服务,false 指示不使用。 |
任何 |
thriftTransportProtocol 协议 |
Thrift 层中要使用的传输协议。 |
“Binary” “HTTP” “SASL” |
信任证书路径 (trustedCertPath) |
包含受信任的 CA 证书的 .pem 文件的完整路径,用于通过 SSL 连接时验证服务器。 只能在自承载 IR 上使用 SSL 时设置此属性。 默认值是随 IR 一起安装的 cacerts.pem 文件。 |
任何 |
useNativeQuery |
指定驱动程序是使用本机 HiveQL 查询,还是将它们转换为 HiveQL 中的等效形式。 |
任何 |
用户名 |
用于访问 Hive 服务器的用户名。 |
任何 |
useSystemTrustStore |
指定是使用系统信任存储中的 CA 证书还是使用指定 PEM 文件中的 CA 证书。 默认值为 false。 |
任何 |
zooKeeperNameSpace |
ZooKeeper 上要将 Hive Server 2 节点添加到其下的命名空间。 |
任何 |
HttpLinkedService 服务
HttpLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
用于连接到 HTTP 服务器的身份验证类型。 |
“Anonymous” “Basic” “ClientCertificate” “Digest” “Windows” |
authHeaders |
请求中用于授权的 RESTful API 中的其他 HTTP 标头。 类型:键值对(值应为字符串类型)。 |
任何 |
certThumbprint |
ClientCertificate 身份验证的证书指纹。 仅适用于本地复制。 对于使用 ClientCertificate 身份验证的本地复制,应指定 CertThumbprint 或 EmbeddedCertData/Password。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
embeddedCertData |
用于 ClientCertificate 身份验证的 Base64 编码证书数据。 对于使用 ClientCertificate 身份验证的本地复制,应指定 CertThumbprint 或 EmbeddedCertData/Password。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
启用服务器证书验证 |
如果为 true,请验证 HTTPS 服务器 SSL 证书。 默认值为 true。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
使用 EmbeddedCertData 身份验证进行基本、摘要、Windows 或 ClientCertificate 的密码。 |
秘密基地 |
网址 |
HTTP 终结点的基 URL,例如 https://www.microsoft.com。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
用户名 |
基本、摘要或 Windows 身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
HubspotLinked服务
HubspotLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
accessToken |
最初进行 OAuth 集成身份验证时获得的访问令牌。 |
秘密基地 |
客户端 ID |
与 Hubspot 应用程序关联的客户端 ID。 |
任何(必需) |
客户密钥 |
与 Hubspot 应用程序关联的客户端密码。 |
秘密基地 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
refreshToken |
最初进行 OAuth 集成身份验证时获得的刷新令牌。 |
秘密基地 |
useEncryptedEndpoints |
指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 |
任何 |
使用主机验证 |
指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 |
任何 |
usePeerVerification |
指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 |
任何 |
ImpalaLinkedService
ImpalaLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
allowHostNameCNMismatch |
指定是否要求 CA 颁发的 SSL 证书名称与通过 SSL 连接时服务器的主机名匹配。 默认值为 false。 |
任何 |
allowSelfSignedServerCert |
指定是否允许来自服务器的自签名证书。 默认值为 false。 |
任何 |
验证类型 |
要使用的认证类型。 |
“Anonymous” “SASLUsername” “UsernameAndPassword”(必需) |
启用服务器证书验证 |
指定在连接时是否启用服务器 SSL 证书验证。始终使用系统信任存储(仅适用于 V2)。 默认值为真。 |
任何 |
启用SSL |
指定是否使用 SSL 加密与服务器的连接。 默认值为 false。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
Impala 服务器的 IP 地址或主机名。 (即 192.168.222.160) |
任何(必需) |
密码 |
使用 UsernameAndPassword 时,与用户名对应的密码。 |
秘密基地 |
港口 |
Impala 服务器用来侦听客户端连接的 TCP 端口。 默认值为 21050。 |
任何 |
thriftTransportProtocol 协议 |
要在 Thrift 层中使用的传输协议(仅适用于 V2)。 默认值为 Binary。 |
“Binary” “HTTP” |
信任证书路径 (trustedCertPath) |
包含受信任的 CA 证书的 .pem 文件的完整路径,用于通过 SSL 连接时验证服务器。 只能在自承载 IR 上使用 SSL 时设置此属性。 默认值是随 IR 一起安装的 cacerts.pem 文件。 |
任何 |
用户名 |
用于访问 Impala 服务器的用户名。 使用 SASLUsername 时,默认值为匿名。 |
任何 |
useSystemTrustStore |
指定是使用系统信任存储中的 CA 证书还是使用指定 PEM 文件中的 CA 证书。 默认值为 false。 |
任何 |
名称 |
DESCRIPTION |
价值 |
验证类型 |
用于作为 ODBC 数据存储连接到 Informix 的身份验证类型。 可能的值为:Anonymous 和 Basic。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
connectionString 连接字符串 |
连接字符串的非访问凭据部分以及可选的加密凭据。 类型:string、SecureString、AzureKeyVaultSecretReference 或 Expression 和 resultType 字符串。 |
任何(必需) |
凭证 |
连接字符串的访问凭据部分,采用特定于驱动程序的属性值格式指定。 |
秘密基地 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
基本身份验证的密码。 |
秘密基地 |
用户名 |
基本身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
IntegrationRuntimeReference
JiraLinked服务
JiraLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
Jira 服务的 IP 地址或主机名。 (例如 jira.example.com) |
任何(必需) |
密码 |
在“用户名”字段中提供的用户名所对应的密码。 |
秘密基地 |
港口 |
Jira 服务器用来侦听客户端连接的 TCP 端口。 默认值为 443(如果通过 HTTPS 进行连接)或 8080(如果通过 HTTP 进行连接)。 |
任何 |
useEncryptedEndpoints |
指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 |
任何 |
使用主机验证 |
指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 |
任何 |
usePeerVerification |
指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 |
任何 |
用户名 |
用于访问 Jira 服务的用户名。 |
任何(必需) |
LakeHouseLinked服务
LakeHouseLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
artifactId |
Microsoft Fabric Lakehouse 项目的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
servicePrincipalCredential 的 |
Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 |
秘密基地 |
servicePrincipalCredentialType 服务 |
在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalId 服务 |
用于对 Microsoft Fabric Lakehouse 进行身份验证的应用程序的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalKey 服务 |
用于对 Microsoft Fabric Lakehouse 进行身份验证的应用程序密钥。 |
秘密基地 |
租户 |
服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
工作区ID |
Microsoft Fabric 工作区的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
链接服务
LinkedServiceReference
名称 |
DESCRIPTION |
价值 |
参数 |
LinkedService 的参数。 |
ParameterValueSpecification 参数值规范 |
referenceName (引用名称) |
引用 LinkedService 名称。 |
string (必需) |
类型 |
链接服务引用类型。 |
“LinkedServiceReference”(必需) |
MagentoLinked服务
MagentoLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
accessToken |
来自 Magento 的访问令牌。 |
秘密基地 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
Magento 实例的 URL。 (即 192.168.222.110/magento3) |
任何(必需) |
useEncryptedEndpoints |
指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 |
任何 |
使用主机验证 |
指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 |
任何 |
usePeerVerification |
指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 |
任何 |
MariaDBLinkedService
MariaDBLinkedServiceTypeProperties
名称 |
DESCRIPTION |
价值 |
connectionString 连接字符串 |
ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
数据库 |
连接的数据库名称。 类型:字符串。 |
任何 |
驱动程序版本 |
MariaDB 驱动程序的版本。 类型:字符串。 对于旧驱动程序,V1 或为空,V2 用于新驱动程序。 V1 可以支持连接字符串和属性包,V2 只能支持连接字符串。 旧驱动程序计划于 2024 年 10 月弃用。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
连接字符串中密码的 Azure Key Vault 机密引用。 |
AzureKeyVaultSecretReference |
港口 |
连接的端口。 类型:整数。 |
任何 |
服务器 |
连接的服务器名称。 类型:字符串。 |
任何 |
SSL模式 |
此选项指定驱动程序在连接到 MariaDB 时是否使用 TLS 加密和验证。 例如,SSLMode=<0/1/2/3/4>。 选项:DISABLED (0) / PREFERRED (1) /REQUIRED (2) / VERIFY_CA (3) / VERIFY_IDENTITY (4), REQUIRED (2) 建议仅允许使用 SSL/TLS 加密的连接。 |
任何 |
用户名 |
身份验证的用户名。 类型:字符串。 |
任何 |
useSystemTrustStore |
此选项指定是使用系统信任存储中的 CA 证书还是使用指定 PEM 文件中的 CA 证书。 例如 UseSystemTrustStore=<0/1>;选项:已启用 (1) / 禁用 (0) (默认) |
任何 |
MarketoLinked服务
MarketoLinkedServiceTypeProperties
名称 |
DESCRIPTION |
价值 |
客户端 ID |
Marketo 服务的客户端 ID。 |
任何(必需) |
客户密钥 |
Marketo 服务的客户端密码。 |
秘密基地 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
端点 |
Marketo 服务器的终结点。 (即 123-ABC-321.mktorest.com) |
任何(必需) |
useEncryptedEndpoints |
指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 |
任何 |
使用主机验证 |
指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 |
任何 |
usePeerVerification |
指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 |
任何 |
MicrosoftAccessLinkedService
MicrosoftAccessLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
用于作为 ODBC 数据存储连接到 Microsoft Access 的身份验证类型。 可能的值为:Anonymous 和 Basic。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
connectionString 连接字符串 |
连接字符串的非访问凭据部分以及可选的加密凭据。 类型:string、SecureString、AzureKeyVaultSecretReference 或 Expression 和 resultType 字符串。 |
任何(必需) |
凭证 |
连接字符串的访问凭据部分,采用特定于驱动程序的属性值格式指定。 |
秘密基地 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
基本身份验证的密码。 |
秘密基地 |
用户名 |
基本身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
MongoDbAtlasLinkedService
MongoDbAtlasLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
connectionString 连接字符串 |
MongoDB Atlas 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何(必需) |
数据库 |
要访问的 MongoDB Atlas 数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
驱动程序版本 |
要选择的驱动程序版本。 允许的值为 v1 和 v2。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
MongoDbLinkedService
MongoDbLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
allowSelfSignedServerCert |
指定是否允许来自服务器的自签名证书。 默认值为 false。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
验证类型 |
用于连接到 MongoDB 数据库的身份验证类型。 |
“Anonymous” “Basic” |
authSource 认证 |
用于验证用户名和密码的数据库。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
数据库名称 |
要访问的 MongoDB 数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
启用SSL |
指定是否使用 SSL 加密与服务器的连接。 默认值为 false。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
身份验证密码。 |
秘密基地 |
港口 |
MongoDB 服务器用于侦听客户端连接的 TCP 端口号。 默认值为 27017。 类型:整数(或包含 resultType 整数的表达式),最小值:0。 |
任何 |
服务器 |
MongoDB 服务器的 IP 地址或服务器名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
用户名 |
身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
MongoDbV2LinkedService
MongoDbV2LinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
connectionString 连接字符串 |
MongoDB 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何(必需) |
数据库 |
要访问的 MongoDB 数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
MySqlLinkedService 服务
MySqlLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
allowZeroDateTime (允许零日期时间) |
这允许从数据库检索特殊的“零”日期值 0000-00-00。 类型:布尔值。 |
任何 |
connectionString 连接字符串 |
连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
connectionTimeout 连接超时 |
在终止尝试并生成错误之前等待与服务器建立连接的时间(以秒为单位)。 类型:整数。 |
任何 |
convertZeroDateTime |
如果返回日期或日期/时间列的 DateTime.MinValue,则返回不允许的值。 类型:布尔值。 |
任何 |
数据库 |
连接的数据库名称。 类型:字符串。 |
任何 |
驱动程序版本 |
MySQL 驱动程序的版本。 类型:字符串。 对于旧驱动程序,V1 或为空,V2 用于新驱动程序。 V1 可以支持连接字符串和属性包,V2 只能支持连接字符串。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
guid格式 |
确定应将哪个列类型(如果有)读取为 GUID。 类型:字符串。 无:不会将列类型作为 Guid 自动读取;Char36:所有 CHAR(36)列都以小写十六进制和连字符(与 UUID 匹配)作为 Guid 读取/写入。 |
任何 |
密码 |
连接字符串中密码的 Azure Key Vault 机密引用。 |
AzureKeyVaultSecretReference |
港口 |
连接的端口。 类型:整数。 |
任何 |
服务器 |
连接的服务器名称。 类型:字符串。 |
任何 |
SSL证书 |
客户端 SSL 证书文件的路径(采用 PEM 格式)。 必须同时指定 SslKey。 类型:字符串。 |
任何 |
SSL密钥 |
客户端 SSL 私钥的路径(采用 PEM 格式)。 还必须指定 SslCert。 类型:字符串。 |
任何 |
SSL模式 |
用于连接的 SSL 模式。 类型:整数。 0:禁用,1:首选,2:需要,3:verify-ca,4:验证完整。 |
任何 |
treatTinyAsBoolean |
设置为 true 时,TINYINT(1) 值将作为布尔值返回。 类型:bool。 |
任何 |
用户名 |
身份验证的用户名。 类型:字符串。 |
任何 |
useSystemTrustStore |
使用系统信任存储进行连接。 类型:整数。 0:启用,1:禁用。 |
任何 |
NetezzaLinked服务
NetezzaLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
connectionString 连接字符串 |
ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
pwd |
连接字符串中密码的 Azure Key Vault 机密引用。 |
AzureKeyVaultSecretReference |
ODataLinkedService
ODataLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
aadResourceId |
指定要请求授权以使用 Directory 的资源。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
aadServicePrincipalCredentialType |
指定用于服务主体的凭据类型(密钥或证书)。 |
“ServicePrincipalCert” “ServicePrincipalKey” |
验证类型 |
用于连接到 OData 服务的身份验证类型。 |
“AadServicePrincipal” “Anonymous” “Basic” “ManagedServiceIdentity” “Windows” |
authHeaders |
请求中用于授权的 RESTful API 中的其他 HTTP 标头。 类型:键值对(值应为字符串类型)。 |
任何 |
Azure云类型 |
指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
OData 服务的密码。 |
秘密基地 |
服务主体嵌入证书 (servicePrincipalEmbeddedCert) |
指定在 Azure Active Directory 中注册的应用程序的 base64 编码证书。 类型:字符串(或带有 resultType 字符串的表达式)。 |
秘密基地 |
servicePrincipalEmbeddedCertPassword |
如果证书具有密码,并且使用的是 AadServicePrincipal 身份验证,请指定证书的密码。 类型:字符串(或带有 resultType 字符串的表达式)。 |
秘密基地 |
servicePrincipalId 服务 |
指定在 Azure Active Directory 中注册的应用程序的应用程序 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalKey 服务 |
指定在 Azure Active Directory 中注册的应用程序的机密。 类型:字符串(或带有 resultType 字符串的表达式)。 |
秘密基地 |
租户 |
指定您的应用程序所属的租户信息(域名或租户 ID)。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
网址 |
OData 服务终结点的 URL。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
用户名 |
OData 服务的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
OdbcLinkedService
OdbcLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
用于连接 ODBC 数据存储的身份验证类型。 可能的值为:Anonymous 和 Basic。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
connectionString 连接字符串 |
连接字符串的非访问凭据部分以及可选的加密凭据。 类型:string、SecureString、AzureKeyVaultSecretReference 或 Expression 和 resultType 字符串。 |
任何(必需) |
凭证 |
连接字符串的访问凭据部分,采用特定于驱动程序的属性值格式指定。 |
秘密基地 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
基本身份验证的密码。 |
秘密基地 |
用户名 |
基本身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
Office365链接服务
Office365LinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
office365租户 ID |
Office 365 帐户所属的 Azure 租户 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
servicePrincipalCredentialType 服务 |
身份验证的服务主体凭据类型。“ServicePrincipalKey”用于密钥/机密,用于证书的“ServicePrincipalCert”。 如果未指定,则使用“ServicePrincipalKey”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
服务主体嵌入证书 (servicePrincipalEmbeddedCert) |
指定在 Azure Active Directory 中注册的应用程序的 base64 编码证书。 类型:字符串(或带有 resultType 字符串的表达式)。 |
秘密基地 |
servicePrincipalEmbeddedCertPassword |
如果证书具有密码,并且使用的是 AadServicePrincipal 身份验证,请指定证书的密码。 类型:字符串(或带有 resultType 字符串的表达式)。 |
秘密基地 |
servicePrincipalId 服务 |
指定应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
servicePrincipalKey 服务 |
指定应用程序的密钥。 |
SecretBase (必需) |
servicePrincipalTenantId 服务 |
指定 Azure AD Web 应用程序所在的租户信息。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
OracleCloudStorageLinkedService
OracleCloudStorageLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
accessKeyId |
Oracle 云存储标识和访问管理(IAM)用户的访问密钥标识符。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
秘密访问密钥 |
Oracle 云存储标识和访问管理 (IAM) 用户的机密访问密钥。 |
秘密基地 |
serviceUrl 的 |
此值指定要使用 Oracle 云存储连接器访问的终结点。 这是一个可选属性;仅当想要尝试其他服务终结点或想要在 https 和 http 之间切换时更改它。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
OracleLinked服务
OracleLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
连接到 Oracle 数据库的身份验证类型。 仅用于版本 2.0。 |
“Basic” |
connectionString 连接字符串 |
连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 仅用于版本 1.0。 |
任何 |
cryptoChecksumClient |
指定当此客户端连接到服务器时所需的数据完整性行为。 支持的值接受、拒绝、请求或必需,默认值是必需的。 类型:字符串。 仅用于版本 2.0。 |
任何 |
cryptoChecksumTypes客户端 |
指定客户端可以使用的加密校验算法。 支持的值为 SHA1、SHA256、SHA384、SHA512、默认值为 (SHA512)。 类型:字符串。 仅用于版本 2.0。 |
任何 |
启用 BulkLoad |
指定在将数据加载到数据库中时是使用大容量复制还是批量插入,默认值为 true。 类型:布尔值。 仅用于版本 2.0。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
加密客户端 |
指定加密客户端的行为。 支持的值接受、拒绝、请求或必需,默认值是必需的。 类型:字符串。 仅用于版本 2.0。 |
任何 |
encryptionTypes客户端 |
指定客户端可以使用的加密算法。 支持的值为 AES128、AES192、AES256、3DES112、3DES168、默认值为 (AES256)。 类型:字符串。 仅用于版本 2.0。 |
任何 |
fetchSize (获取大小) |
指定驱动程序为提取一个数据库往返中的数据而分配的字节数,默认值为10485760。 类型:整数。 仅用于版本 2.0。 |
任何 |
获取Tswtz作为时间戳 |
指定驱动程序是否将 TIMESTAMP WITH TIME ZONE 数据类型的列值作为 DateTime 或字符串返回。 如果 supportV1DataTypes 不为 true,则忽略此设置,默认值为 true。 类型:布尔值。 仅用于版本 2.0。 |
任何 |
初始化字符串 |
指定一个命令,该命令在连接数据库后立即执行,以管理会话设置。 类型:字符串。 仅用于版本 2.0。 |
任何 |
初始 LobFetchSize |
指定源最初为 LOB 列提取的量,默认值为 0。 类型:整数。 仅用于版本 2.0。 |
任何 |
密码 |
连接字符串中密码的 Azure Key Vault 机密引用。 |
AzureKeyVaultSecretReference |
服务器 |
要连接到的 Oracle 数据库的位置,支持的表单包括连接器描述符、简易连接(Plus)命名和 Oracle Net Services 名称(仅自承载 IR)。 类型:字符串。 仅用于版本 2.0。 |
任何 |
声明缓存大小 |
指定要为每个数据库连接缓存的游标数或语句数,默认值为 0。 类型:整数。 仅用于版本 2.0。 |
任何 |
supportV1数据类型 |
指定是否使用版本 1.0 数据类型映射。 除非要保持与版本 1.0 数据类型映射的向后兼容性,否则不要将其设置为 true,默认值为 false。 类型:布尔值。 仅用于版本 2.0。 |
任何 |
用户名 |
Oracle 数据库用户名。 类型:字符串。 仅用于版本 2.0。 |
任何 |
OracleServiceCloudLinkedService
OracleServiceCloudLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
Oracle 服务云实例的 URL。 |
任何(必需) |
密码 |
在用户名键中提供的用户名所对应的密码。 |
SecretBase (必需) |
useEncryptedEndpoints |
指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
使用主机验证 |
指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
usePeerVerification |
指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
用户名 |
用于访问 Oracle 服务云服务器的用户名。 |
任何(必需) |
ParameterDefinitionSpecification
参数规范
名称 |
DESCRIPTION |
价值 |
默认值 |
参数的默认值。 |
任何 |
类型 |
参数类型。 |
“Array” “Bool” “Float” “Int” “Object” “SecureString” “String”(必需) |
ParameterValueSpecification 参数值规范
ParameterValueSpecification 参数值规范
PaypalLinked服务
PaypalLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
客户端 ID |
与 PayPal 应用程序关联的客户端 ID。 |
任何(必需) |
客户密钥 |
与 PayPal 应用程序关联的客户端密码。 |
秘密基地 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
PayPal 实例的 URL。 (即 api.sandbox.paypal.com) |
任何(必需) |
useEncryptedEndpoints |
指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 |
任何 |
使用主机验证 |
指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 |
任何 |
usePeerVerification |
指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 |
任何 |
PhoenixLinked服务
PhoenixLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
allowHostNameCNMismatch |
指定是否要求 CA 颁发的 SSL 证书名称与通过 SSL 连接时服务器的主机名匹配。 默认值为 false。 |
任何 |
allowSelfSignedServerCert |
指定是否允许来自服务器的自签名证书。 默认值为 false。 |
任何 |
验证类型 |
用于连接到 Phoenix 服务器的身份验证机制。 |
“Anonymous” “UsernameAndPassword” “WindowsAzureHDInsightService”(必需) |
启用SSL |
指定是否使用 SSL 加密与服务器的连接。 默认值为 false。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
Phoenix 服务器的 IP 地址或主机名。 (即 192.168.222.160) |
任何(必需) |
httpPath |
对应于 Phoenix 服务器的部分 URL。 (即 /gateway/sandbox/phoenix/version)。 如果使用 WindowsAzureHDInsightService,则默认值为 hbasephoenix。 |
任何 |
密码 |
用户名所对应的密码。 |
秘密基地 |
港口 |
Phoenix 服务器用来侦听客户端连接的 TCP 端口。 默认值为 8765。 |
任何 |
信任证书路径 (trustedCertPath) |
包含受信任的 CA 证书的 .pem 文件的完整路径,用于通过 SSL 连接时验证服务器。 只能在自承载 IR 上使用 SSL 时设置此属性。 默认值是随 IR 一起安装的 cacerts.pem 文件。 |
任何 |
用户名 |
用于连接到 Phoenix 服务器的用户名。 |
任何 |
useSystemTrustStore |
指定是使用系统信任存储中的 CA 证书还是使用指定 PEM 文件中的 CA 证书。 默认值为 false。 |
任何 |
PostgreSqlLinkedService 服务
PostgreSqlLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
connectionString 连接字符串 |
连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何(必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
连接字符串中密码的 Azure Key Vault 机密引用。 |
AzureKeyVaultSecretReference |
PostgreSqlV2LinkedService 服务
PostgreSqlV2LinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
要使用的认证类型。 类型:字符串。 |
任何(必需) |
commandTimeout |
尝试执行命令之前等待的时间(以秒为单位),如果超过这个时间,将终止尝试并产生错误。 对于无穷大,设置为零。 类型:整数。 |
任何 |
connectionTimeout 连接超时 |
等待的时间(以秒为单位),这是在尝试建立连接时,终止尝试并生成错误之前的时间。 类型:整数。 |
任何 |
数据库 |
连接的数据库名称。 类型:字符串。 |
任何(必需) |
编码 |
获取或设置用于编码/解码 PostgreSQL 字符串数据的 .NET 编码格式。 类型:字符串 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
logParameters |
启用后,在执行命令时将会记录参数值。 类型:布尔值。 |
任何 |
密码 |
连接字符串中密码的 Azure Key Vault 机密引用。 类型:字符串。 |
AzureKeyVaultSecretReference |
池 |
是否应使用连接池。 类型:布尔值。 |
任何 |
港口 |
连接的端口。 类型:整数。 |
任何 |
读取缓冲区大小 |
确定读取时内部缓冲区使用的大小。 如果从数据库传输大型值,则增加大小可能会提高性能。 类型:整数。 |
任何 |
图式 |
设置架构搜索路径。 类型:字符串。 |
任何 |
服务器 |
连接的服务器名称。 类型:字符串。 |
任何(必需) |
SSL证书 |
要发送到服务器的客户端证书的位置。 类型:字符串。 |
任何 |
SSL密钥 |
要发送到服务器的客户端证书的客户端密钥位置。 类型:字符串。 |
任何 |
SSL模式 |
用于连接的 SSL 模式。 类型:整数。 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full. 类型:整数。 |
任何(必需) |
sslPassword (SSL密码) |
客户端证书密钥的密码。 类型:字符串。 |
任何 |
时区 |
获取或设置会话时区。 类型:字符串。 |
任何 |
可信任服务器证书 (trustServerCertificate) |
是否在不验证服务器证书的情况下信任该证书。 类型:布尔值。 |
任何 |
用户名 |
身份验证的用户名。 类型:字符串。 |
任何(必需) |
PrestoLinkedService 服务
PrestoLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
allowHostNameCNMismatch |
指定是否要求 CA 颁发的 SSL 证书名称与通过 SSL 连接时服务器的主机名匹配。 默认值为 false。 仅用于版本 1.0。 |
任何 |
allowSelfSignedServerCert |
指定是否允许来自服务器的自签名证书。 默认值为 false。 仅用于版本 1.0。 |
任何 |
验证类型 |
用于连接到 Presto 服务器的身份验证机制。 |
“Anonymous” “LDAP”(必需) |
目录 |
针对服务器的所有请求的目录上下文。 |
任何(必需) |
启用服务器证书验证 |
指定与服务器的连接是否会验证服务器证书,默认值为 True。 仅适用于版本 2.0 |
任何 |
启用SSL |
指定是否使用 SSL 加密与服务器的连接。 旧版的默认值为 False。 版本 2.0 的默认值为 True。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
Presto 服务器的 IP 地址或主机名。 (即 192.168.222.160) |
任何(必需) |
密码 |
用户名所对应的密码。 |
秘密基地 |
港口 |
Presto 服务器用来侦听客户端连接的 TCP 端口。 禁用 SSL 时,默认值为 8080,启用 SSL 时默认值为 443。 |
任何 |
服务器版本 |
Presto 服务器的版本。 (即 0.148-t)仅用于版本 1.0。 |
任何 |
时间 ZoneID |
连接使用的本地时区。 IANA 时区数据库中指定了此选项的有效值。 版本 1.0 的默认值是客户端系统时区。 版本 2.0 的默认值为服务器系统 timeZone |
任何 |
信任证书路径 (trustedCertPath) |
包含受信任的 CA 证书的 .pem 文件的完整路径,用于通过 SSL 连接时验证服务器。 只能在自承载 IR 上使用 SSL 时设置此属性。 默认值是随 IR 一起安装的 cacerts.pem 文件。 仅用于版本 1.0。 |
任何 |
用户名 |
用于连接到 Presto 服务器的用户名。 |
任何 |
useSystemTrustStore |
指定是使用系统信任存储中的 CA 证书还是使用指定 PEM 文件中的 CA 证书。 默认值为 false。 仅用于版本 1.0。 |
任何 |
QuickbaseLinked服务
QuickbaseLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
网址 |
用于连接 Quickbase 源的 URL。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
userToken |
Quickbase 源的用户令牌。 |
SecretBase (必需) |
QuickBooksLinked服务
QuickBooksLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
accessToken |
OAuth 2.0 身份验证的访问令牌。 |
秘密基地 |
accessTokenSecret |
OAuth 1.0 身份验证已弃用访问令牌密钥。 仅用于版本 1.0。 |
秘密基地 |
公司 ID |
要授权的 QuickBooks 公司的公司 ID。 |
任何 |
连接属性 |
用于连接到 QuickBooks 的属性。 它与链接服务中的其他任何属性互斥。 类型:对象。 |
任何 |
consumerKey |
OAuth 2.0 身份验证的使用者密钥。 |
任何 |
consumerSecret 的 |
OAuth 2.0 身份验证的使用者密钥。 |
秘密基地 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
端点 |
QuickBooks 服务器的终结点。 (即 quickbooks.api.intuit.com) |
任何 |
refreshToken |
OAuth 2.0 身份验证的刷新令牌。 |
秘密基地 |
useEncryptedEndpoints |
指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 仅用于版本 1.0。 |
任何 |
ResponsysLinkedService
ResponsysLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
客户端 ID |
与 Responsys 应用程序关联的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
客户密钥 |
与 Responsys 应用程序关联的客户端密码。 类型:字符串(或带有 resultType 字符串的表达式)。 |
秘密基地 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
端点 |
Responsys 服务器的终结点。 |
任何(必需) |
useEncryptedEndpoints |
指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
使用主机验证 |
指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
usePeerVerification |
指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
RestServiceLinkedService
RestServiceLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
aadResourceId |
请求使用授权的资源。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
验证类型 |
用于连接到 REST 服务的身份验证类型。 |
“AadServicePrincipal” “Anonymous” “Basic” “ManagedServiceIdentity” “OAuth2ClientCredential”(必需) |
authHeaders |
请求中用于授权的 RESTful API 中的其他 HTTP 标头。 类型:对象(或带有 resultType 对象的表达式)。 |
任何 |
Azure云类型 |
指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
客户端 ID |
与应用程序关联的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
客户密钥 |
与应用程序关联的客户端密码。 |
秘密基地 |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
启用服务器证书验证 |
是否在连接到终结点时验证服务器端 SSL 证书。默认值为 true。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
基本身份验证类型中使用的密码。 |
秘密基地 |
资源 |
将请求访问的目标服务或资源。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
范围 |
所需的访问范围。 它描述将请求哪种类型的访问。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalCredentialType 服务 |
在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
服务主体嵌入证书 (servicePrincipalEmbeddedCert) |
指定在 Azure Active Directory 中注册的应用程序的 base64 编码证书。 类型:字符串(或带有 resultType 字符串的表达式)。 |
秘密基地 |
servicePrincipalEmbeddedCertPassword |
如果证书具有密码,并且使用的是 AadServicePrincipal 身份验证,请指定证书的密码。 类型:字符串(或带有 resultType 字符串的表达式)。 |
秘密基地 |
servicePrincipalId 服务 |
AadServicePrincipal 身份验证类型中使用的应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalKey 服务 |
AadServicePrincipal 身份验证类型中使用的应用程序的密钥。 |
秘密基地 |
租户 |
应用程序所在的 AadServicePrincipal 身份验证类型中使用的租户信息(域名或租户 ID)。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
tokenEndpoint |
要获取访问令牌的授权服务器的令牌终结点。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
网址 |
REST 服务的基 URL。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
用户名 |
基本身份验证类型中使用的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
SalesforceLinked服务
SalesforceLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
apiVersion |
ADF 中使用的 Salesforce API 版本。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
环境 Url |
Salesforce 实例的 URL。 默认值为“https://login.salesforce.com”。 若要从沙盒复制数据,请指定“https://test.salesforce.com”。 若要从自定义域复制数据,请指定“https://[domain].my.salesforce.com”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
密码 |
Salesforce 实例的基本身份验证的密码。 |
秘密基地 |
安全令牌 |
安全令牌是可选的,用于远程访问 Salesforce 实例。 |
秘密基地 |
用户名 |
Salesforce 实例的基本身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
SalesforceMarketingCloudLinked服务
SalesforceMarketingCloudLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
客户端 ID |
与 Salesforce Marketing Cloud 应用程序关联的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
客户密钥 |
与 Salesforce Marketing Cloud 应用程序关联的客户端密码。 类型:字符串(或带有 resultType 字符串的表达式)。 |
秘密基地 |
连接属性 |
用于连接到 Salesforce Marketing Cloud 的属性。 它与链接服务中的其他任何属性互斥。 类型:对象。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
useEncryptedEndpoints |
指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
使用主机验证 |
指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
usePeerVerification |
指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
SalesforceServiceCloudLinkedService
SalesforceServiceCloudLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
apiVersion |
ADF 中使用的 Salesforce API 版本。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
环境 Url |
Salesforce Service Cloud 实例的 URL。 默认值为“https://login.salesforce.com”。 若要从沙盒复制数据,请指定“https://test.salesforce.com”。 若要从自定义域复制数据,请指定“https://[domain].my.salesforce.com”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
extendedProperties |
追加到连接字符串的扩展属性。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
密码 |
Salesforce 实例的基本身份验证的密码。 |
秘密基地 |
安全令牌 |
安全令牌是可选的,用于远程访问 Salesforce 实例。 |
秘密基地 |
用户名 |
Salesforce 实例的基本身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
SalesforceServiceCloudV2LinkedService
SalesforceServiceCloudV2LinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
apiVersion |
ADF 中使用的 Salesforce API 版本。 版本必须大于或等于 Salesforce BULK API 2.0 所需的 47.0。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
验证类型 |
用于连接到 Salesforce 的身份验证类型。 目前,我们仅支持 OAuth2ClientCredentials,这也是默认值 |
任何 |
客户端 ID |
Salesforce 实例的 OAuth 2.0 客户端凭据流身份验证的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
客户密钥 |
Salesforce 实例的 OAuth 2.0 客户端凭据流身份验证的客户端密码。 |
秘密基地 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
环境 Url |
Salesforce Service Cloud 实例的 URL。 例如,“https://[domain].my.salesforce.com”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
SalesforceV2LinkedService
SalesforceV2LinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
apiVersion |
ADF 中使用的 Salesforce API 版本。 版本必须大于或等于 Salesforce BULK API 2.0 所需的 47.0。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
验证类型 |
用于连接到 Salesforce 的身份验证类型。 目前,我们仅支持 OAuth2ClientCredentials,这也是默认值 |
任何 |
客户端 ID |
Salesforce 实例的 OAuth 2.0 客户端凭据流身份验证的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
客户密钥 |
Salesforce 实例的 OAuth 2.0 客户端凭据流身份验证的客户端密码。 |
秘密基地 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
环境 Url |
Salesforce 实例的 URL。 例如,“https://[domain].my.salesforce.com”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
SapBWLinkedService
SapBWLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
客户端 ID |
BW 系统上客户端的客户端 ID。 (通常为表示为字符串的三位数十进制数)类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
用于访问 SAP BW 服务器的密码。 |
秘密基地 |
服务器 |
SAP BW 实例的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
系统编号 |
BW 系统的系统编号。 (通常为表示为字符串的两位数十进制数字。类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
用户名 |
用于访问 SAP BW 服务器的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
SapCloudForCustomerLinkedService
SapCloudForCustomerLinkedServiceTypeProperties
名称 |
DESCRIPTION |
价值 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 必须提供 encryptedCredential 或用户名/密码。 类型:字符串。 |
字符串 |
密码 |
基本身份验证的密码。 |
秘密基地 |
网址 |
SAP Cloud for Customer OData API 的 URL。 例如,“[https://[tenantname].crm.ondemand.com/sap/c4c/odata/v1]”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
用户名 |
基本身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
SapEccLinked服务
SapEccLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 必须提供 encryptedCredential 或用户名/密码。 类型:字符串。 |
字符串 |
密码 |
基本身份验证的密码。 |
秘密基地 |
网址 |
SAP ECC OData API 的 URL。 例如,“[https://hostname:port/sap/opu/odata/sap/servicename/]”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
用户名 |
基本身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
SapHanaLinked服务
SapHanaLinkedService属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
用于连接到 SAP HANA 服务器的身份验证类型。 |
“Basic” “Windows” |
connectionString 连接字符串 |
SAP HANA ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
用于访问 SAP HANA 服务器的密码。 |
秘密基地 |
服务器 |
SAP HANA 服务器的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
用户名 |
用于访问 SAP HANA 服务器的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
SapOdpLinked服务
SapOdpLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
客户端 ID |
表所在的 SAP 系统上客户端的客户端 ID。 (通常为表示为字符串的三位数十进制数)类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
语言 |
表所在的 SAP 系统的语言。 默认值为 EN。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
登录组 |
SAP 系统的登录组。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
消息服务器 |
SAP 消息服务器的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
messageServerService |
消息服务器的服务名称或端口号。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
密码 |
用于访问表所在的 SAP 服务器的密码。 |
秘密基地 |
服务器 |
表所在的 SAP 实例的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
sncLibraryPath |
外部安全产品的库,用于访问表所在的 SAP 服务器。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
sncMode |
SNC 激活标志(布尔值)用于访问表所在的 SAP 服务器。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
sncMyName |
发起程序的 SNC 名称,用于访问表所在的 SAP 服务器。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
snc合作伙伴名称 |
通信合作伙伴的 SNC 名称,用于访问表所在的 SAP 服务器。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
sncQop |
SNC 保护质量。 允许的值包括:1、2、3、8、9。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
订阅者名称 |
订阅者名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
系统 Id |
表所在的 SAP 系统的 SystemID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
系统编号 |
表所在的 SAP 系统的系统编号。 (通常为表示为字符串的两位数十进制数字。类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
用户名 |
用于访问表所在的 SAP 服务器的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
x509证书路径 |
SNC X509 证书文件路径。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
SapOpenHubLinkedService
SapOpenHubLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
客户端 ID |
开放中心目标的 BW 系统上的客户端的客户端 ID。 (通常为表示为字符串的三位数十进制数)类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
语言 |
开放中心目标所在的 BW 系统的语言。 默认值为 EN。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
登录组 |
SAP 系统的登录组。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
消息服务器 |
SAP 消息服务器的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
messageServerService |
消息服务器的服务名称或端口号。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
密码 |
用于访问开放中心目标所在的 SAP BW 服务器的密码。 |
秘密基地 |
服务器 |
打开中心目标的 SAP BW 实例的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
系统 Id |
表所在的 SAP 系统的 SystemID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
系统编号 |
开放中心目标所在的 BW 系统的系统编号。 (通常为表示为字符串的两位数十进制数字。类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
用户名 |
用于访问打开中心目标的 SAP BW 服务器的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
SapTableLinkedService
SapTableLinkedServiceTypeProperties
名称 |
DESCRIPTION |
价值 |
客户端 ID |
表所在的 SAP 系统上客户端的客户端 ID。 (通常为表示为字符串的三位数十进制数)类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
语言 |
表所在的 SAP 系统的语言。 默认值为 EN。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
登录组 |
SAP 系统的登录组。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
消息服务器 |
SAP 消息服务器的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
messageServerService |
消息服务器的服务名称或端口号。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
密码 |
用于访问表所在的 SAP 服务器的密码。 |
秘密基地 |
服务器 |
表所在的 SAP 实例的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
sncLibraryPath |
外部安全产品的库,用于访问表所在的 SAP 服务器。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
sncMode |
SNC 激活标志(布尔值)用于访问表所在的 SAP 服务器。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
sncMyName |
发起程序的 SNC 名称,用于访问表所在的 SAP 服务器。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
snc合作伙伴名称 |
通信合作伙伴的 SNC 名称,用于访问表所在的 SAP 服务器。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
sncQop |
SNC 保护质量。 允许的值包括:1、2、3、8、9。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
系统 Id |
表所在的 SAP 系统的 SystemID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
系统编号 |
表所在的 SAP 系统的系统编号。 (通常为表示为字符串的两位数十进制数字。类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
用户名 |
用于访问表所在的 SAP 服务器的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
ScriptAction (脚本作)
名称 |
DESCRIPTION |
价值 |
姓名 |
脚本操作的用户提供的名称。 |
string (必需) |
参数 |
脚本操作的参数。 |
字符串 |
角色 |
应对其执行脚本操作的节点类型。 |
任何(必需) |
URI |
脚本操作的 URI。 |
string (必需) |
秘密基地
安全字符串
名称 |
DESCRIPTION |
价值 |
类型 |
机密的类型。 |
“SecureString”(必需) |
价值 |
安全字符串的值。 |
string (必需) |
ServiceNowLinked服务
ServiceNowLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
要使用的认证类型。 |
“Basic” “OAuth2”(必需) |
客户端 ID |
OAuth2 身份验证的客户端 ID。 |
任何 |
客户密钥 |
OAuth2 身份验证的客户端密码。 |
秘密基地 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
端点 |
ServiceNow 服务器的终结点。 (即 <instance.service-now.com>) |
任何(必需) |
密码 |
基本和 OAuth2 身份验证的用户名所对应的密码。 |
秘密基地 |
useEncryptedEndpoints |
指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 |
任何 |
使用主机验证 |
指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 |
任何 |
usePeerVerification |
指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 |
任何 |
用户名 |
用户名用于连接到 ServiceNow 服务器,进行基本和 OAuth2 身份验证。 |
任何 |
ServiceNowV2LinkedService
ServiceNowV2LinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
要使用的认证类型。 |
“Basic” “OAuth2”(必需) |
客户端 ID |
OAuth2 身份验证的客户端 ID。 |
任何 |
客户密钥 |
OAuth2 身份验证的客户端密码。 |
秘密基地 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
端点 |
ServiceNowV2 服务器的终结点。 (即 <instance.service-now.com>) |
任何(必需) |
grantType |
用于 OAuth2 身份验证的 GrantType。 默认值为密码。 |
任何 |
密码 |
基本和 OAuth2 身份验证的用户名所对应的密码。 |
秘密基地 |
用户名 |
用于连接到 ServiceNowV2 服务器以进行基本身份验证和 OAuth2 身份验证的用户名。 |
任何 |
SftpServerLinkedService
SftpServerLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
用于连接到 FTP 服务器的身份验证类型。 |
“Basic” “MultiFactor” “SshPublicKey” |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
SFTP 服务器主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
hostKeyFingerprint |
SFTP 服务器的主机键指打印。 当 SkipHostKeyValidation 为 false 时,应指定 HostKeyFingerprint。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
密码短语 |
如果 SSH 私钥已加密,则解密 SSH 私钥的密码。 |
秘密基地 |
密码 |
用于登录 SFTP 服务器进行基本身份验证的密码。 |
秘密基地 |
港口 |
SFTP 服务器用于侦听客户端连接的 TCP 端口号。 默认值为 22。 类型:整数(或包含 resultType 整数的表达式),最小值:0。 |
任何 |
privateKeyContent |
用于 SshPublicKey 身份验证的 Base64 编码 SSH 私钥内容。 对于使用 SshPublicKey 身份验证的本地复制,应指定 PrivateKeyPath 或 PrivateKeyContent。 SSH 私钥应采用 OpenSSH 格式。 |
秘密基地 |
privateKeyPath |
SshPublicKey 身份验证的 SSH 私钥文件路径。 仅适用于本地复制。 对于使用 SshPublicKey 身份验证的本地复制,应指定 PrivateKeyPath 或 PrivateKeyContent。 SSH 私钥应采用 OpenSSH 格式。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
skipHostKeyValidation (跳过主机密钥验证) |
如果为 true,请跳过 SSH 主机密钥验证。 默认值为 false。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
用户名 |
用于登录到 SFTP 服务器的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
SharePointOnlineListLinkedService
SharePointOnlineListLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
servicePrincipalCredentialType 服务 |
在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
服务主体嵌入证书 (servicePrincipalEmbeddedCert) |
指定在 Azure Active Directory 中注册的应用程序的 base64 编码证书。 类型:字符串(或带有 resultType 字符串的表达式)。 |
秘密基地 |
servicePrincipalEmbeddedCertPassword |
如果证书具有密码,并且使用的是 AadServicePrincipal 身份验证,请指定证书的密码。 类型:字符串(或带有 resultType 字符串的表达式)。 |
秘密基地 |
servicePrincipalId 服务 |
在 Azure Active Directory 中注册的应用程序(客户端)ID。 请确保向此应用程序授予 SharePoint 网站权限。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
servicePrincipalKey 服务 |
在 Azure Active Directory 中注册的应用程序的客户端密码。 类型:字符串(或带有 resultType 字符串的表达式)。 |
秘密基地 |
siteUrl 的 |
SharePoint Online 网站的 URL。 例如,https://contoso.sharepoint.com/sites/siteName 。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
租户ID |
应用程序所在的租户 ID。 可以从 Azure 门户 Active Directory 概述页找到它。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
Shopify链接服务
ShopifyLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
accessToken |
可用于访问 Shopify 数据的 API 访问令牌。 如果令牌处于脱机模式,则令牌不会过期。 |
秘密基地 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
Shopify 服务器的终结点。 (即 mystore.myshopify.com) |
任何(必需) |
useEncryptedEndpoints |
指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 |
任何 |
使用主机验证 |
指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 |
任何 |
usePeerVerification |
指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 |
任何 |
SmartsheetLinked服务
SmartsheetLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
apiToken |
Smartsheet 源的 API 令牌。 |
SecretBase (必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
SnowflakeLinkedService 服务
SnowflakeLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
connectionString 连接字符串 |
雪花的连接字符串。 类型:string、SecureString。 |
任何(必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
连接字符串中密码的 Azure Key Vault 机密引用。 |
AzureKeyVaultSecretReference |
SnowflakeLinkedV2ServiceTypeProperties
名称 |
DESCRIPTION |
价值 |
accountIdentifier 账户标识符 |
Snowflake 帐户的帐户标识符,例如 xy12345.east-us-2.azure |
任何(必需) |
验证类型 |
用于身份验证的类型。 类型:字符串。 |
“AADServicePrincipal” “Basic” “KeyPair” |
客户端 ID |
在 Azure Active Directory 中注册用于 AADServicePrincipal 身份验证的应用程序的客户端 ID。 |
任何 |
客户密钥 |
用于 AADServicePrincipal 身份验证的客户端机密的 Azure 密钥保管库机密参考。 |
秘密基地 |
数据库 |
Snowflake 数据库的名称。 |
任何(必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
Snowflake 帐户的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
密码 |
连接字符串中密码的 Azure Key Vault 机密引用。 |
秘密基地 |
私钥 |
用于 KeyPair 身份验证的 privateKey 的 Azure Key Vault 机密参考。 |
秘密基地 |
privateKeyPass短语 |
使用加密私钥进行 KeyPair 身份验证的私钥密码的 Azure 密钥保管库机密参考。 |
秘密基地 |
角色 |
在 Snowflake 会话中使用的默认访问控制角色。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
图式 |
连接的架构名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
范围 |
在 Azure Active Directory 中注册用于 AADServicePrincipal 身份验证的应用程序的范围。 |
任何 |
租户ID |
在 Azure Active Directory 中注册用于 AADServicePrincipal 身份验证的应用程序的租户 ID。 |
任何 |
用户 |
Snowflake 用户的名称。 |
任何 |
仓库 |
Snowflake 仓库的名称。 |
任何(必需) |
SnowflakeV2LinkedService
SparkLinkedService
SparkLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
allowHostNameCNMismatch |
指定是否要求 CA 颁发的 SSL 证书名称与通过 SSL 连接时服务器的主机名匹配。 默认值为 false。 |
任何 |
allowSelfSignedServerCert |
指定是否允许来自服务器的自签名证书。 默认值为 false。 |
任何 |
验证类型 |
用于访问 Spark 服务器的身份验证方法。 |
“Anonymous” “Username” “UsernameAndPassword” “WindowsAzureHDInsightService”(必需) |
启用服务器证书验证 |
指定与服务器的连接是否会验证服务器证书,默认值为 True。 仅适用于版本 2.0 |
任何 |
启用SSL |
指定是否使用 SSL 加密与服务器的连接。 默认值为 false。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
Spark 服务器的 IP 地址或主机名 |
任何(必需) |
httpPath |
对应于 Spark 服务器的部分 URL。 |
任何 |
密码 |
与你在“用户名”字段中提供的用户名对应的密码 |
秘密基地 |
港口 |
Spark 服务器用来侦听客户端连接的 TCP 端口。 |
任何(必需) |
服务器类型 |
Spark 服务器的类型。 |
“SharkServer” “SharkServer2” “SparkThriftServer” |
thriftTransportProtocol 协议 |
Thrift 层中要使用的传输协议。 |
“Binary” “HTTP” “SASL” |
信任证书路径 (trustedCertPath) |
包含受信任的 CA 证书的 .pem 文件的完整路径,用于通过 SSL 连接时验证服务器。 只能在自承载 IR 上使用 SSL 时设置此属性。 默认值是随 IR 一起安装的 cacerts.pem 文件。 |
任何 |
用户名 |
用于访问 Spark 服务器的用户名。 |
任何 |
useSystemTrustStore |
指定是使用系统信任存储中的 CA 证书还是使用指定 PEM 文件中的 CA 证书。 默认值为 false。 |
任何 |
SqlAlwaysEncryptedProperties
名称 |
DESCRIPTION |
价值 |
alwaysEncryptedAkvAuthType |
Sql 始终加密 AKV 身份验证类型。 类型:字符串。 |
“ManagedIdentity” “ServicePrincipal” “UserAssignedManagedIdentity”(必需) |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
servicePrincipalId 服务 |
Azure Active Directory 中用于 Azure Key Vault 身份验证的应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalKey 服务 |
用于对 Azure Key Vault 进行身份验证的服务主体的密钥。 |
秘密基地 |
SqlServerLinkedService
SqlServerLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
alwaysEncryptedSettings |
Sql 始终加密属性。 |
SqlAlwaysEncryptedProperties |
应用意图 |
连接到服务器时的应用程序工作负荷类型,由建议的版本使用。 可能的值为 ReadOnly 和 ReadWrite。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
验证类型 |
用于身份验证的类型。 类型:字符串。 |
“SQL” “UserAssignedManagedIdentity” “Windows” |
commandTimeout |
在终止尝试执行命令并生成错误之前(以秒为单位)的默认等待时间(以秒为单位),由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
connectionString 连接字符串 |
连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
connectRetryCount |
确定有空闲连接失败(由建议的版本使用)后尝试的重新连接数。 这必须是介于 0 和 255 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
connectRetryInterval |
确定建议的版本使用空闲连接失败后,每个重新连接尝试之间的时间(以秒为单位)。 这必须是介于 1 和 60 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
连接超时 |
在终止尝试并生成由建议版本使用的错误之前,等待与服务器的连接的时间长度(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
凭证 |
包含身份验证信息的凭据引用。 |
凭证引用 |
数据库 |
建议的版本使用的数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
加密 |
指示客户端和服务器之间发送的所有数据是否需要 TLS 加密(由建议的版本使用)。 可能的值为 true/yes/mandatory、false/no/optional 和 strict。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
failover合作伙伴 |
如果主服务器关闭(由建议的版本使用)连接到的伙伴服务器的名称或地址。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
hostNameInCertificate |
验证连接的服务器证书时要使用的主机名。 如果未指定,则数据源中的服务器名称用于证书验证,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
集成安全 |
指示是否在连接(如果为 false)中指定用户 ID 和密码,或者当前 Windows 帐户凭据是否用于身份验证(如果为 true),由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
loadBalanceTimeout (负载均衡超时) |
在被建议的版本使用之前,连接在连接池中生存的最短时间(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
最大池大小 |
此特定连接字符串的连接池中允许的最大连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
minPoolSize (最小池大小) |
此特定连接字符串的连接池中允许的最小连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
multipleActiveResultSets (多个活动结果集) |
如果为 true,应用程序可以维护多个活动结果集(MARS)。 如果为 false,应用程序必须处理或取消一个批处理中的所有结果集,然后才能在该连接上执行任何其他批处理(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
multiSubnetFailover |
如果应用程序连接到不同子网上的 AlwaysOn 可用性组(AG),则设置 MultiSubnetFailover=true 可以更快地检测和连接到(当前)活动服务器(当前)活动服务器(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
数据包大小 |
用于与服务器实例通信的网络数据包的大小(以字节为单位,由建议的版本使用)。 类型:整数(或包含 resultType 整数的表达式)。 |
任何 |
密码 |
本地 Windows 身份验证密码。 |
秘密基地 |
池 |
指示每次请求连接时,连接是共用的还是显式打开的,由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
服务器 |
要连接到的 SQL Server 实例的名称或网络地址,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
可信任服务器证书 (trustServerCertificate) |
指示通道是否在绕过证书链来验证推荐版本使用的信任时是否加密通道。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
任何 |
用户名 |
本地 Windows 身份验证用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
SquareLinked服务
SquareLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
客户端 ID |
与 Square 应用程序关联的客户端 ID。 |
任何 |
客户密钥 |
与 Square 应用程序关联的客户端密码。 |
秘密基地 |
连接属性 |
用于连接到 Square 的属性。 它与链接服务中的其他任何属性互斥。 类型:对象。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
Square 实例的 URL。 (即 mystore.mysquare.com) |
任何 |
重定向 Uri |
在 Square 应用程序仪表板中分配的重定向 URL。 (即 http://localhost:2500) |
任何 |
useEncryptedEndpoints |
指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 |
任何 |
使用主机验证 |
指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 |
任何 |
usePeerVerification |
指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 |
任何 |
SybaseLinkedService
SybaseLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
要用于连接的 AuthenticationType。 |
“Basic” “Windows” |
数据库 |
连接的数据库名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
身份验证密码。 |
秘密基地 |
图式 |
连接的架构名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
服务器 |
连接的服务器名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
用户名 |
身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
TeamDeskLinked服务
TeamDeskLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
apiToken |
TeamDesk 源的 API 令牌。 |
秘密基地 |
验证类型 |
要使用的认证类型。 |
“Basic” “Token”(必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
TeamDesk 源的密码。 |
秘密基地 |
网址 |
用于连接 TeamDesk 源的 URL。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
用户名 |
TeamDesk 源的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
TeradataLinkedService 服务
TeradataLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
验证类型 |
要用于连接的 AuthenticationType。 |
“Basic” “Windows” |
字符集 |
要用于连接的字符集。 类型:字符串(或带有 resultType 字符串的表达式)。 仅适用于版本 2.0。 |
任何 |
connectionString 连接字符串 |
Teradata ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 仅适用于版本 1.0。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
https端口号 |
通过HTTPS/TLS连接连接到服务器时使用的端口号。 类型:整数(或包含 resultType 整数的表达式)。 仅适用于版本 2.0。 |
任何 |
maxRespSize |
SQL请求的响应缓冲区的最大大小,以字节为单位。 类型:整数。 仅适用于版本 2.0。 |
任何 |
密码 |
身份验证密码。 |
秘密基地 |
端口号 |
通过非 HTTPS/TLS 连接连接到服务器的端口号。 类型:整数(或包含 resultType 整数的表达式)。 仅用于 V2。 仅适用于版本 2.0。 |
任何 |
服务器 |
连接的服务器名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
SSL模式 |
用于连接的 SSL 模式。 有效值包括:“Disable”、“Allow”、“Prefer”、“Require”、“Verify-CA”、“Verify-Full”。 默认值为“Verify-Full”。 类型:字符串(或带有 resultType 字符串的表达式)。 仅适用于版本 2.0。 |
任何 |
useDataEncryption |
指定是否对 Teradata 数据库的所有通信进行加密。 允许的值为 0 或 1。 对于 HTTPS/TLS 连接,将忽略此设置。 类型:整数(或包含 resultType 整数的表达式)。 仅适用于版本 2.0。 |
任何 |
用户名 |
身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
TwilioLinkedService 服务
TwilioLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
密码 |
Twilio 服务的身份验证令牌。 |
SecretBase (必需) |
用户名 |
Twilio 服务的帐户 SID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
VerticaLinked服务
VerticaLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
connectionString 连接字符串 |
ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
任何 |
数据库 |
连接的数据库名称。 类型:字符串。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
港口 |
连接的端口。 类型:整数。 |
任何 |
pwd |
连接字符串中密码的 Azure Key Vault 机密引用。 |
AzureKeyVaultSecretReference |
服务器 |
连接的服务器名称。 类型:字符串。 |
任何 |
uid |
身份验证的用户名。 类型:字符串。 |
任何 |
仓库链接服务
WarehouseLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
artifactId |
Microsoft Fabric Warehouse 项目的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
端点 |
Microsoft Fabric Warehouse 服务器的终结点。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
servicePrincipalCredential 的 |
Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 |
秘密基地 |
servicePrincipalCredentialType 服务 |
在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalId 服务 |
用于对 Microsoft Fabric Warehouse 进行身份验证的应用程序的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
servicePrincipalKey 服务 |
用于对 Microsoft Fabric Warehouse 进行身份验证的应用程序密钥。 |
秘密基地 |
租户 |
服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
工作区ID |
Microsoft Fabric 工作区的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
WebAnonymous身份验证
名称 |
DESCRIPTION |
价值 |
验证类型 |
用于连接到 Web 表源的身份验证类型。 |
“Anonymous”(必需) |
WebBasic身份验证
名称 |
DESCRIPTION |
价值 |
验证类型 |
用于连接到 Web 表源的身份验证类型。 |
“Basic”(必需) |
密码 |
基本身份验证的密码。 |
SecretBase (必需) |
用户名 |
基本身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
WebClientCertificate身份验证
名称 |
DESCRIPTION |
价值 |
验证类型 |
用于连接到 Web 表源的身份验证类型。 |
“ClientCertificate”(必需) |
密码 |
PFX 文件的密码。 |
SecretBase (必需) |
PFX |
PFX 文件的 Base64 编码内容。 |
SecretBase (必需) |
WebLinked服务
WebLinkedServiceType属性
XeroLinked服务
XeroLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
连接属性 |
用于连接到 Xero 的属性。 它与链接服务中的其他任何属性互斥。 类型:对象。 |
任何 |
consumerKey |
与 Xero 应用程序关联的使用者密钥。 |
秘密基地 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
主机 |
Xero 服务器的终结点。 (即 api.xero.com) |
任何 |
私钥 |
为 Xero 专用应用程序生成的 .pem 文件中的私钥。 必须包括 .pem 文件中的所有文本,包括 Unix 行结尾( ). |
秘密基地 |
useEncryptedEndpoints |
指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 |
任何 |
使用主机验证 |
指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 |
任何 |
usePeerVerification |
指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 |
任何 |
ZendeskLinked服务
ZendeskLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
apiToken |
Zendesk 源的 API 令牌。 |
秘密基地 |
验证类型 |
要使用的认证类型。 |
“Basic” “Token”(必需) |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
密码 |
Zendesk 源的密码。 |
秘密基地 |
网址 |
用于连接 Zendesk 源的 URL。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何(必需) |
用户名 |
Zendesk 源的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
任何 |
ZohoLinked服务
ZohoLinkedServiceType属性
名称 |
DESCRIPTION |
价值 |
accessToken |
用于 Zoho 身份验证的访问令牌。 |
秘密基地 |
连接属性 |
用于连接到 Zoho 的属性。 它与链接服务中的其他任何属性互斥。 类型:对象。 |
任何 |
encryptedCredential 的 |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
字符串 |
端点 |
Zoho 服务器的终结点。 (即 crm.zoho.com/crm/private) |
任何 |
useEncryptedEndpoints |
指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 |
任何 |
使用主机验证 |
指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 |
任何 |
usePeerVerification |
指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 |
任何 |