Bicep 資源定義
Factory/linkedservices 資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 Microsoft.DataFactory/factories/linkedservices 資源,請將下列 Bicep 新增至您的範本。
resource symbolicname 'Microsoft.DataFactory/factories/linkedservices@2018-06-01' = {
name: 'string'
parent: resourceSymbolicName
properties: {
annotations: [
any
]
connectVia: {
parameters: {
{customized property}: any()
}
referenceName: 'string'
type: 'IntegrationRuntimeReference'
}
description: 'string'
parameters: {
{customized property}: {
defaultValue: any()
type: 'string'
}
}
type: 'string'
// For remaining properties, see LinkedService objects
}
}
LinkedService 物件
設定 type 屬性以指定物件的類型。
針對 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: {
connectionString: any()
encryptedCredential: 'string'
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
}
針對 AmazonRdsForSqlServer,請使用:
type: 'AmazonRdsForSqlServer'
typeProperties: {
alwaysEncryptedSettings: {
alwaysEncryptedAkvAuthType: 'string'
credential: {
referenceName: 'string'
type: 'CredentialReference'
{customized property}: any()
}
servicePrincipalId: any()
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
}
connectionString: any()
encryptedCredential: 'string'
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
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: 'CredentialReference'
{customized property}: any()
}
encryptedCredential: 'string'
linkedServiceName: {
parameters: {
{customized property}: any()
}
referenceName: 'string'
type: 'LinkedServiceReference'
}
poolName: any()
}
針對 AzureBlobFS,請使用:
type: 'AzureBlobFS'
typeProperties: {
accountKey: any()
azureCloudType: any()
credential: {
referenceName: 'string'
type: 'CredentialReference'
{customized property}: any()
}
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: 'LinkedServiceReference'
}
type: 'string'
}
accountKind: any()
authenticationType: 'string'
azureCloudType: any()
connectionString: any()
containerUri: any()
credential: {
referenceName: 'string'
type: 'CredentialReference'
{customized property}: any()
}
encryptedCredential: 'string'
sasToken: {
secretName: any()
secretVersion: any()
store: {
parameters: {
{customized property}: any()
}
referenceName: 'string'
type: 'LinkedServiceReference'
}
type: 'string'
}
sasUri: any()
serviceEndpoint: any()
servicePrincipalId: any()
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
tenant: any()
}
針對 AzureDatabricks,請使用:
type: 'AzureDatabricks'
typeProperties: {
accessToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
authentication: any()
credential: {
referenceName: 'string'
type: 'CredentialReference'
{customized property}: any()
}
domain: any()
encryptedCredential: 'string'
existingClusterId: any()
instancePoolId: any()
newClusterCustomTags: {}
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: 'CredentialReference'
{customized property}: any()
}
domain: any()
encryptedCredential: 'string'
workspaceResourceId: any()
}
針對 AzureDataExplorer,請使用:
type: 'AzureDataExplorer'
typeProperties: {
credential: {
referenceName: 'string'
type: 'CredentialReference'
{customized property}: any()
}
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: 'CredentialReference'
{customized property}: any()
}
dataLakeStoreUri: any()
encryptedCredential: 'string'
resourceGroupName: any()
servicePrincipalId: any()
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
subscriptionId: any()
tenant: any()
}
針對 AzureFileStorage,請使用:
type: 'AzureFileStorage'
typeProperties: {
accountKey: {
secretName: any()
secretVersion: any()
store: {
parameters: {
{customized property}: any()
}
referenceName: 'string'
type: 'LinkedServiceReference'
}
type: 'string'
}
connectionString: any()
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: 'LinkedServiceReference'
}
type: 'string'
}
sasUri: any()
snapshot: any()
userId: any()
}
針對 AzureFunction,請使用:
type: 'AzureFunction'
typeProperties: {
authentication: any()
credential: {
referenceName: 'string'
type: 'CredentialReference'
{customized property}: any()
}
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: 'CredentialReference'
{customized property}: any()
}
}
針對 AzureMariaDB,請使用:
type: 'AzureMariaDB'
typeProperties: {
connectionString: any()
encryptedCredential: 'string'
pwd: {
secretName: any()
secretVersion: any()
store: {
parameters: {
{customized property}: any()
}
referenceName: 'string'
type: 'LinkedServiceReference'
}
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()
}
針對 AzureMySql,請使用:
type: 'AzureMySql'
typeProperties: {
connectionString: any()
encryptedCredential: 'string'
password: {
secretName: any()
secretVersion: any()
store: {
parameters: {
{customized property}: any()
}
referenceName: 'string'
type: 'LinkedServiceReference'
}
type: 'string'
}
}
針對 AzurePostgreSql,請使用:
type: 'AzurePostgreSql'
typeProperties: {
connectionString: any()
encryptedCredential: 'string'
password: {
secretName: any()
secretVersion: any()
store: {
parameters: {
{customized property}: any()
}
referenceName: 'string'
type: 'LinkedServiceReference'
}
type: 'string'
}
}
針對 AzureSearch,請使用:
type: 'AzureSearch'
typeProperties: {
encryptedCredential: 'string'
key: {
type: 'string'
// For remaining properties, see SecretBase objects
}
url: any()
}
針對 AzureSqlDatabase,請使用:
type: 'AzureSqlDatabase'
typeProperties: {
alwaysEncryptedSettings: {
alwaysEncryptedAkvAuthType: 'string'
credential: {
referenceName: 'string'
type: 'CredentialReference'
{customized property}: any()
}
servicePrincipalId: any()
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
}
azureCloudType: any()
connectionString: any()
credential: {
referenceName: 'string'
type: 'CredentialReference'
{customized property}: any()
}
encryptedCredential: 'string'
password: {
secretName: any()
secretVersion: any()
store: {
parameters: {
{customized property}: any()
}
referenceName: 'string'
type: 'LinkedServiceReference'
}
type: 'string'
}
servicePrincipalId: any()
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
tenant: any()
}
針對 AzureSqlDW,請使用:
type: 'AzureSqlDW'
typeProperties: {
azureCloudType: any()
connectionString: any()
credential: {
referenceName: 'string'
type: 'CredentialReference'
{customized property}: any()
}
encryptedCredential: 'string'
password: {
secretName: any()
secretVersion: any()
store: {
parameters: {
{customized property}: any()
}
referenceName: 'string'
type: 'LinkedServiceReference'
}
type: 'string'
}
servicePrincipalId: any()
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
tenant: any()
}
針對 AzureSqlMI,請使用:
type: 'AzureSqlMI'
typeProperties: {
alwaysEncryptedSettings: {
alwaysEncryptedAkvAuthType: 'string'
credential: {
referenceName: 'string'
type: 'CredentialReference'
{customized property}: any()
}
servicePrincipalId: any()
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
}
azureCloudType: any()
connectionString: any()
credential: {
referenceName: 'string'
type: 'CredentialReference'
{customized property}: any()
}
encryptedCredential: 'string'
password: {
secretName: any()
secretVersion: any()
store: {
parameters: {
{customized property}: any()
}
referenceName: 'string'
type: 'LinkedServiceReference'
}
type: 'string'
}
servicePrincipalId: any()
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
tenant: any()
}
針對 AzureStorage,請使用:
type: 'AzureStorage'
typeProperties: {
accountKey: {
secretName: any()
secretVersion: any()
store: {
parameters: {
{customized property}: any()
}
referenceName: 'string'
type: 'LinkedServiceReference'
}
type: 'string'
}
connectionString: any()
encryptedCredential: 'string'
sasToken: {
secretName: any()
secretVersion: any()
store: {
parameters: {
{customized property}: any()
}
referenceName: 'string'
type: 'LinkedServiceReference'
}
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: 'LinkedServiceReference'
}
type: 'string'
}
connectionString: any()
encryptedCredential: 'string'
sasToken: {
secretName: any()
secretVersion: any()
store: {
parameters: {
{customized property}: any()
}
referenceName: 'string'
type: 'LinkedServiceReference'
}
type: 'string'
}
sasUri: 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()
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: 'CredentialReference'
{customized property}: any()
}
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: 'LinkedServiceReference'
}
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: 'Basic'
certificateCommonName: any()
connectionString: any()
database: any()
encryptedCredential: 'string'
packageCollection: any()
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
server: any()
username: any()
}
針對 [鑽研],請使用:
type: 'Drill'
typeProperties: {
connectionString: any()
encryptedCredential: 'string'
pwd: {
secretName: any()
secretVersion: any()
store: {
parameters: {
{customized property}: any()
}
referenceName: 'string'
type: 'LinkedServiceReference'
}
type: 'string'
}
}
針對 Dynamics,請使用:
type: 'Dynamics'
typeProperties: {
authenticationType: any()
credential: {
referenceName: 'string'
type: 'CredentialReference'
{customized property}: any()
}
deploymentType: 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()
deploymentType: 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: {
connectionString: any()
encryptedCredential: 'string'
pwd: {
secretName: any()
secretVersion: any()
store: {
parameters: {
{customized property}: any()
}
referenceName: 'string'
type: 'LinkedServiceReference'
}
type: 'string'
}
}
針對 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()
}
針對 Hdfs,請使用:
type: 'Hdfs'
typeProperties: {
authenticationType: any()
encryptedCredential: 'string'
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
url: any()
userName: any()
}
針對 HDInsight,請使用:
type: 'HDInsight'
typeProperties: {
clusterUri: any()
encryptedCredential: 'string'
fileSystem: any()
hcatalogLinkedServiceName: {
parameters: {
{customized property}: any()
}
referenceName: 'string'
type: 'LinkedServiceReference'
}
isEspEnabled: any()
linkedServiceName: {
parameters: {
{customized property}: any()
}
referenceName: 'string'
type: 'LinkedServiceReference'
}
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
userName: any()
}
針對 HDInsightOnDemand,請使用:
type: 'HDInsightOnDemand'
typeProperties: {
additionalLinkedServiceNames: [
{
parameters: {
{customized property}: any()
}
referenceName: 'string'
type: 'LinkedServiceReference'
}
]
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: 'CredentialReference'
{customized property}: any()
}
dataNodeSize: any()
encryptedCredential: 'string'
hBaseConfiguration: any()
hcatalogLinkedServiceName: {
parameters: {
{customized property}: any()
}
referenceName: 'string'
type: 'LinkedServiceReference'
}
hdfsConfiguration: any()
headNodeSize: any()
hiveConfiguration: any()
hostSubscriptionId: any()
linkedServiceName: {
parameters: {
{customized property}: any()
}
referenceName: 'string'
type: 'LinkedServiceReference'
}
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()
}
針對 Hive,請使用:
type: 'Hive'
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()
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'
enableSsl: any()
encryptedCredential: 'string'
host: any()
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any()
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: 'LinkedServiceReference'
}
type: 'string'
}
port: any()
server: any()
username: 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: {
connectionString: any()
database: any()
driverVersion: any()
encryptedCredential: 'string'
password: {
secretName: any()
secretVersion: any()
store: {
parameters: {
{customized property}: any()
}
referenceName: 'string'
type: 'LinkedServiceReference'
}
type: 'string'
}
port: any()
server: any()
sslMode: 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: 'LinkedServiceReference'
}
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()
servicePrincipalId: any()
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
servicePrincipalTenantId: any()
}
針對 Oracle,請使用:
type: 'Oracle'
typeProperties: {
connectionString: any()
encryptedCredential: 'string'
password: {
secretName: any()
secretVersion: any()
store: {
parameters: {
{customized property}: any()
}
referenceName: 'string'
type: 'LinkedServiceReference'
}
type: 'string'
}
}
針對 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: 'LinkedServiceReference'
}
type: 'string'
}
}
針對 PostgreSqlV2,請使用:
type: 'PostgreSqlV2'
typeProperties: {
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: 'LinkedServiceReference'
}
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()
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()
}
針對 Quickbase,請使用:
type: 'Quickbase'
typeProperties: {
encryptedCredential: 'string'
url: any()
userToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
}
針對 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()
useEncryptedEndpoints: any()
}
針對 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: 'CredentialReference'
{customized property}: any()
}
enableServerCertificateValidation: any()
encryptedCredential: 'string'
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
resource: any()
scope: any()
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'
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: 'LinkedServiceReference'
}
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'
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
}
scope: any()
tenantId: any()
user: any()
warehouse: any()
}
針對 Spark,請使用:
type: 'Spark'
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()
serverType: 'string'
thriftTransportProtocol: 'string'
trustedCertPath: any()
username: any()
useSystemTrustStore: any()
}
針對 SqlServer,請使用:
type: 'SqlServer'
typeProperties: {
alwaysEncryptedSettings: {
alwaysEncryptedAkvAuthType: 'string'
credential: {
referenceName: 'string'
type: 'CredentialReference'
{customized property}: any()
}
servicePrincipalId: any()
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
}
connectionString: any()
encryptedCredential: 'string'
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
userName: any()
}
針對 Square,請使用:
type: 'Square'
typeProperties: {
clientId: any()
clientSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
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'
connectionString: any()
encryptedCredential: 'string'
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
server: any()
username: any()
}
針對 Twilio,請使用:
type: 'Twilio'
typeProperties: {
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
userName: any()
}
針對 Vertica,請使用:
type: 'Vertica'
typeProperties: {
connectionString: any()
encryptedCredential: 'string'
pwd: {
secretName: any()
secretVersion: any()
store: {
parameters: {
{customized property}: any()
}
referenceName: 'string'
type: 'LinkedServiceReference'
}
type: 'string'
}
}
針對 倉儲,請使用:
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()
}
SecretBase 物件
設定 type 屬性以指定物件的類型。
針對 AzureKeyVaultSecret,請使用:
type: 'AzureKeyVaultSecret'
secretName: any()
secretVersion: any()
store: {
parameters: {
{customized property}: any()
}
referenceName: 'string'
type: 'LinkedServiceReference'
}
針對 SecureString,請使用:
type: 'SecureString'
value: 'string'
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
}
屬性值
factoryies/linkedservices
名稱 |
描述 |
值 |
NAME |
資源名稱
瞭解如何在 Bicep 中設定子資源的名稱和類型。 |
需要字串 ()
字元限制:1-260
合法字元: 不能使用:
<>*#.%&:\\+?/ 或控制字元
以英數字元開頭。 |
父系 (parent) |
在 Bicep 中,您可以指定子資源的父資源。 只有在父資源外部宣告子資源時,才需要新增此屬性。
如需詳細資訊,請參閱 父資源外部的子資源。 |
類型資源的符號名稱: Factory |
properties |
連結服務的屬性。 |
LinkedService (必要) |
LinkedService
IntegrationRuntimeReference
ParameterValueSpecification
名稱 |
描述 |
值 |
{自定義屬性} |
|
針對 Bicep,您可以使用 任何 () 函式。 |
ParameterDefinitionSpecification
ParameterSpecification
名稱 |
描述 |
值 |
defaultValue |
參數的預設值。 |
針對 Bicep,您可以使用 任何 () 函式。 |
類型 |
參數類型。 |
'Array' 'Bool' 'Float' 'Int' 'Object' 'SecureString' 'String' (必要) |
AmazonMWSLinkedService
AmazonMWSLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accessKeyId |
用來存取資料的存取金鑰標識碼。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
端點 |
Amazon AWSS 伺服器的端點, (亦即 mws.amazonservices.com) |
針對 Bicep,您可以使用 任何必要的 () function. () |
marketplaceID |
您想要從中擷取資料的 Amazon Marketplace 識別碼。 若要從多個 Marketplace 標識符擷取數據,請使用逗號分隔 (,) 。 (亦即A2EUQ1WTGCTBG2) |
針對 Bicep,您可以使用 任何必要的 () function. () |
mwsAuthToken |
Amazon MWS 驗證權杖。 |
SecretBase |
secretKey |
用來存取資料的祕密金鑰。 |
SecretBase |
sellerID |
Amazon 賣方識別碼。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
useEncryptedEndpoints |
指定是否使用 HTTPS 來加密資料來源端點。 預設值為 true。 |
針對 Bicep,您可以使用 任何 () 函式。 |
useHostVerification |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名稱符合伺服器的主機名稱。 預設值為 true。 |
針對 Bicep,您可以使用 任何 () 函式。 |
usePeerVerification |
指定在透過 SSL 連線時,是否要確認伺服器的身分識別。 預設值為 true。 |
針對 Bicep,您可以使用 任何 () 函式。 |
SecretBase
AzureKeyVaultSecretReference
名稱 |
描述 |
值 |
secretName |
Azure 金鑰保存庫 中的秘密名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () function. (所需的) |
secretVersion |
Azure 金鑰保存庫 中的秘密版本。 預設值為最新版本的秘密。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
store |
Azure 金鑰保存庫 鏈接服務參考。 |
需要 LinkedServiceReference () |
類型 |
秘密的類型。 |
需要字串 () |
LinkedServiceReference
名稱 |
描述 |
值 |
參數 |
LinkedService 的自變數。 |
ParameterValueSpecification |
referenceName |
參考 LinkedService 名稱。 |
需要字串 () |
類型 |
鏈接的服務參考類型。 |
'LinkedServiceReference' (必要) |
SecureString
名稱 |
描述 |
值 |
類型 |
秘密的類型。 |
需要字串 () |
值 |
安全字串的值。 |
需要字串 () |
AmazonRdsForOracleLinkedService
AmazonRdsForLinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionString |
連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
針對 Bicep,您可以使用 任何 () function. (所需的) |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 |
SecretBase |
AmazonRdsForSqlServerLinkedService
AmazonRdsForSqlServerLinkedServiceTypeProperties
名稱 |
描述 |
值 |
alwaysEncryptedSettings |
Sql 一律加密屬性。 |
SqlAlwaysEncryptedProperties |
connectionString |
連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
針對 Bicep,您可以使用 任何 () function. (所需的) |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
內部部署 Windows 驗證 密碼。 |
SecretBase |
userName |
內部部署 Windows 驗證 用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
SqlAlwaysEncryptedProperties
名稱 |
描述 |
值 |
alwaysEncryptedAkvAuthType |
Sql 一律加密 AKV 驗證類型。 類型:字串。 |
'ManagedIdentity' 'ServicePrincipal' 'UserAssignedManagedIdentity' (必要) |
認證 (credential) |
包含驗證資訊的認證參考。 |
CredentialReference |
servicePrincipalId |
Azure Active Directory 中用於 Azure 金鑰保存庫 驗證的應用程式用戶端識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
servicePrincipalKey |
用來向 Azure 金鑰保存庫 進行驗證的服務主體金鑰。 |
SecretBase |
CredentialReference
名稱 |
描述 |
值 |
referenceName |
參考認證名稱。 |
需要字串 () |
類型 |
認證參考類型。 |
需要 'CredentialReference' () |
{自定義屬性} |
|
針對 Bicep,您可以使用 任何 () 函式。 |
AmazonRedshiftLinkedService
AmazonRedshiftLinkedServiceTypeProperties
名稱 |
描述 |
值 |
[資料庫] |
Amazon Redshift 來源的資料庫名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () function. (所需的) |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
Amazon Redshift 來源的密碼。 |
SecretBase |
連接埠 |
Amazon Redshift 伺服器用來接聽用戶端連線的 TCP 連接埠號碼。 預設值為5439。 類型:具有 resultType 整數) 的整數 (或 Expression。 |
針對 Bicep,您可以使用 任何 () 函式。 |
伺服器 |
Amazon Redshift 伺服器的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () function. (所需的) |
使用者名稱 |
Amazon Redshift 來源的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
AmazonS3LinkedService
AmazonS3LinkedServiceTypeProperties
名稱 |
描述 |
值 |
accessKeyId |
Amazon S3 身分識別與存取管理 (IAM) 使用者的存取密鑰標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
authenticationType |
S3 的驗證類型。 允許的值:AccessKey (預設) 或 TemporarySecurityCredentials。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
secretAccessKey |
Amazon S3 身分識別與存取管理 (IAM) 使用者的秘密存取密鑰。 |
SecretBase |
serviceUrl |
這個值會指定要使用 S3 連接器存取的端點。 這是選擇性屬性;只有在您想要嘗試不同的服務端點,或想要在 HTTPs 和 HTTP 之間切換時,才變更它。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
sessionToken |
S3 暫存安全性認證的會話令牌。 |
SecretBase |
AmazonS3CompatibleLinkedService
AmazonS3CompatibleLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accessKeyId |
Amazon S3 相容身分識別和存取管理 (IAM) 使用者的存取金鑰標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
forcePathStyle |
如果為 true,請使用 S3 路徑樣式存取,而不是虛擬託管樣式存取。 預設值為 False。 Type:boolean (或 Expression with resultType boolean) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
secretAccessKey |
Amazon S3 相容身分識別和存取管理 (IAM) 使用者的秘密存取密鑰。 |
SecretBase |
serviceUrl |
這個值會指定要使用 Amazon S3 Compatible Connector 存取的端點。 這是選擇性屬性;只有在您想要嘗試不同的服務端點,或想要在 HTTPs 和 HTTP 之間切換時,才變更它。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
名稱 |
描述 |
值 |
clientKey |
AppFigures 來源的用戶端金鑰。 |
需要 SecretBase () |
password |
AppFigures 來源的密碼。 |
需要 SecretBase () |
userName |
Appfigures 來源的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () function. (所需的) |
AsanaLinkedService
AsanaLinkedServiceTypeProperties
名稱 |
描述 |
值 |
apiToken |
Asana 來源的 API 令牌。 |
需要 SecretBase () |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
AzureBatchLinkedService
AzureBatchLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accessKey |
Azure Batch 帳戶存取金鑰。 |
SecretBase |
accountName |
Azure Batch 帳戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () function. (所需的) |
batchUri |
Azure Batch URI。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () function. (所需的) |
認證 (credential) |
包含驗證資訊的認證參考。 |
CredentialReference |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
linkedServiceName |
Azure 儲存體連結服務參考。 |
需要 LinkedServiceReference () |
poolName |
Azure Batch 集區名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () function. (所需的) |
AzureBlobFSLinkedService
AzureBlobFSLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accountKey |
Azure Data Lake Storage Gen2 服務的帳戶金鑰。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
azureCloudType |
指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
認證 (credential) |
包含驗證資訊的認證參考。 |
CredentialReference |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
sasToken |
sasToken 在 sas uri 中的 Azure 金鑰保存庫秘密參考。 |
SecretBase |
sasUri |
Azure Data Lake Storage Gen2 服務的SAS URI。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
針對 Bicep,您可以使用 任何 () 函式。 |
servicePrincipalCredential |
Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 為 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 |
SecretBase |
servicePrincipalCredentialType |
要用於伺服器對伺服器驗證的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey','ServicePrincipalCert' 用於憑證。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
servicePrincipalId |
用來對 Azure Data Lake Storage Gen2 帳戶進行驗證的應用程式標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
servicePrincipalKey |
用來對 Azure Data Lake Storage Gen2 帳戶進行驗證的應用程式金鑰。 |
SecretBase |
租用戶 |
服務主體所屬租用戶的名稱或標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
url |
Azure Data Lake Storage Gen2 服務的端點。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
AzureBlobStorageLinkedService
AzureBlobStorageLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accountKey |
連接字串 中 accountKey 的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
accountKind |
指定儲存體帳戶的類型。 允許的值為:Storage (一般用途 v1)、StorageV2 (一般用途 v2)、BlobStorage 或 BlockBlobStorage。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
authenticationType |
用於驗證的類型。 類型:字串。 |
'AccountKey' 'Anonymous' 'Msi' 'SasUri' 'ServicePrincipal' |
azureCloudType |
指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
connectionString |
連接字串。 它與 sasUri、serviceEndpoint 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
針對 Bicep,您可以使用 任何 () 函式。 |
containerUri |
Azure Blob 儲存體 資源的容器 URI 僅支援匿名存取。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
認證 (credential) |
包含驗證資訊的認證參考。 |
CredentialReference |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
sasToken |
sasToken 在 sas uri 中的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
sasUri |
Azure Blob 儲存體 資源的SAS URI。 它與 connectionString、serviceEndpoint 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
針對 Bicep,您可以使用 任何 () 函式。 |
serviceEndpoint |
Azure Blob 儲存體 資源的 Blob 服務端點。 它與 connectionString、sasUri 屬性互斥。 |
針對 Bicep,您可以使用 任何 () 函式。 |
servicePrincipalId |
用來對 Azure SQL Data Warehouse 進行驗證的服務主體標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
servicePrincipalKey |
用來對 Azure SQL Data Warehouse 進行驗證的服務主體金鑰。 |
SecretBase |
租用戶 |
服務主體所屬租用戶的名稱或標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
AzureDatabricksLinkedService
AzureDatabricksLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accessToken |
Databricks REST API 的存取令牌。 請參閱 https://docs.azuredatabricks.net/api/latest/authentication.html 。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
SecretBase |
驗證 (authentication) |
如果使用 Databricks REST API 的工作區資源識別符,則需要指定 MSI。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
認證 (credential) |
包含驗證資訊的認證參考。 |
CredentialReference |
網域 |
{REGION}.azuredatabricks.net,Databricks 部署的域名。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () function. (所需的) |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
existingClusterId |
將用於此活動所有執行的現有互動式叢集標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
instancePoolId |
將用於此活動所有執行的現有實例集區標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
newClusterCustomTags |
叢集資源的其他標籤。 實例集區組態中會忽略這個屬性。 |
物件 (object) |
newClusterDriverNodeType |
新作業叢集的驅動程序節點類型。 實例集區組態中會忽略這個屬性。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
newClusterEnableElasticDisk |
在新叢集上啟用彈性磁碟。 現在會忽略此屬性,而且一律會啟用 Databricks (彈性磁盤中的默認彈性磁碟行為) 。 Type:boolean (或 Expression with resultType boolean) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
newClusterInitScripts |
新叢集的使用者定義初始化腳本。 類型:字串陣列 (或 Expression,其中具有字串) 的 resultType 陣列。 |
針對 Bicep,您可以使用 任何 () 函式。 |
newClusterLogDestination |
指定要傳遞 Spark 驅動程式、背景工作角色和事件記錄檔的位置。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
newClusterNodeType |
新作業叢集的節點類型。 如果指定 newClusterVersion 且未指定 instancePoolId,則需要這個屬性。 如果指定 instancePoolId,則會忽略這個屬性。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
newClusterNumOfWorker |
如果未使用現有的互動式叢集,這會指定要用於新作業叢集或實例集區的背景工作節點數目。 對於新的作業叢集,此字串格式化的 Int32,例如 '1' 表示 numOfWorker 為 1 或 '1:10' 表示從 1 (min) 自動調整為 10 (max) 。 例如集區,這是字串格式的 Int32,而且只能指定固定數目的背景工作節點,例如 『2』。 如果指定 newClusterVersion,則為必要專案。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
newClusterSparkConf |
一組選擇性、使用者指定的Spark組態索引鍵/值組。 |
AzureDatabricksLinkedServiceTypePropertiesNewCluster... |
newClusterSparkEnvVars |
一組選擇性、使用者指定的Spark環境變數機碼/值組。 |
AzureDatabricksLinkedServiceTypePropertiesNewCluster... |
newClusterVersion |
如果未使用現有的互動式叢集,這會指定針對此活動每次執行所建立之新作業叢集或實例集區節點的Spark版本。 如果指定 instancePoolId,則為必要專案。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
policyId |
原則標識碼,用來限制根據使用者定義的規則集來設定叢集的能力。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
workspaceResourceId |
databricks REST API 的工作區資源標識符。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
AzureDatabricksLinkedServiceTypePropertiesNewCluster...
名稱 |
描述 |
值 |
{自定義屬性} |
|
針對 Bicep,您可以使用 任何 () 函式。 |
AzureDatabricksLinkedServiceTypePropertiesNewCluster...
名稱 |
描述 |
值 |
{自定義屬性} |
|
針對 Bicep,您可以使用 任何 () 函式。 |
AzureDatabricksDeltaLakeLinkedService
AzureDatabricksDetltaLakeLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accessToken |
Databricks REST API 的存取令牌。 請參閱 https://docs.azuredatabricks.net/api/latest/authentication.html 。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
SecretBase |
clusterId |
將用於此作業所有執行的現有互動式叢集標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
認證 (credential) |
包含驗證資訊的認證參考。 |
CredentialReference |
網域 |
{REGION}.azuredatabricks.net,Databricks 部署的域名。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
workspaceResourceId |
databricks REST API 的工作區資源標識符。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
AzureDataExplorerLinkedService
AzureDataExplorerLinkedServiceTypeProperties
名稱 |
描述 |
值 |
認證 (credential) |
包含驗證資訊的認證參考。 |
CredentialReference |
[資料庫] |
連接的資料庫名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
端點 |
Azure 的端點 Data Explorer (引擎的端點) 。 URL 格式為 https://{clusterName}.{regionName}.kusto.windows.net 。 類型:字串 (或具有 resultType 字串的 Expression) |
針對 Bicep,您可以使用 任何必要的 () function. () |
servicePrincipalId |
用來對 Azure Data Explorer 進行驗證的服務主體識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
servicePrincipalKey |
用來對 Kusto 進行驗證的服務主體金鑰。 |
SecretBase |
租用戶 |
服務主體所屬租用戶的名稱或標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
AzureDataLakeAnalyticsLinkedService
AzureDataLakeAnalyticsLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accountName |
Azure Data Lake Analytics 帳戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
dataLakeAnalyticsUri |
Azure Data Lake Analytics URI 類型:string (或 Expression 與 resultType 字串) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
resourceGroupName |
如果與 Data Factory 帳戶) 不同,Data Lake Analytics 帳戶資源組名 (。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
servicePrincipalId |
用來針對 Azure Data Lake Analytics 帳戶進行驗證的應用程式識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
servicePrincipalKey |
用來針對 Azure Data Lake Analytics 帳戶進行驗證的應用程式金鑰。 |
SecretBase |
subscriptionId |
如果與 Data Factory 帳戶) 不同,Data Lake Analytics 帳戶訂用帳戶標識碼 (。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
租用戶 |
服務主體所屬租用戶的名稱或標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
AzureDataLakeStoreLinkedService
AzureDataLakeStoreLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accountName |
Data Lake Store 帳戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
azureCloudType |
指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
認證 (credential) |
包含驗證資訊的認證參考。 |
CredentialReference |
dataLakeStoreUri |
Data Lake Store 服務 URI。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
resourceGroupName |
如果與 Data Factory 帳戶) 不同,Data Lake Store 帳戶資源組名 (。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
servicePrincipalId |
用來針對 Azure Data Lake Store 帳戶進行驗證的應用程式識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
servicePrincipalKey |
用來針對 Azure Data Lake Store 帳戶進行驗證的應用程式密鑰。 |
SecretBase |
subscriptionId |
如果與 Data Factory 帳戶) 不同,Data Lake Store 帳戶訂用帳戶標識碼 (。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
租用戶 |
服務主體所屬租用戶的名稱或標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
AzureFileStorageLinkedService
AzureFileStorageLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accountKey |
連接字串 中 accountKey 的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
connectionString |
連接字串。 它與 sasUri 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
針對 Bicep,您可以使用 任何 () 函式。 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
fileShare |
Azure 檔案共享名稱。 使用 accountKey/sasToken 進行驗證時,需要它。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
主機 |
伺服器的主機名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
password |
登入伺服器的密碼。 |
SecretBase |
sasToken |
sasToken 在 sas uri 中的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
sasUri |
Azure 檔案資源的 SAS URI。 它與 connectionString 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
針對 Bicep,您可以使用 任何 () 函式。 |
快照集 |
Azure 檔案共用快照集版本。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
userId |
要登入伺服器的使用者識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
AzureFunctionLinkedService
AzureFunctionLinkedServiceTypeProperties
名稱 |
描述 |
值 |
驗證 (authentication) |
驗證類型 (指定用來連線到 AzureFunction 的 MSI) 。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
認證 (credential) |
包含驗證資訊的認證參考。 |
CredentialReference |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
functionAppUrl |
Azure 函式應用程式的端點。 URL 格式為 https://{accountName}.azurewebsites.net 。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
functionKey |
Azure 函式應用程式的函式或主機密鑰。 |
SecretBase |
resourceId |
Azure 函式允許的令牌物件。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
AzureKeyVaultLinkedService
AzureKeyVaultLinkedServiceTypeProperties
名稱 |
描述 |
值 |
baseUrl |
Azure 金鑰保存庫 的基底 URL。 例如 https://myakv.vault.azure.net :字串 (或 Expression 搭配 resultType 字串) 。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
認證 (credential) |
包含驗證資訊的認證參考。 |
CredentialReference |
AzureMariaDBLinkedService
AzureMariaDBLinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionString |
ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
針對 Bicep,您可以使用 任何 () 函式。 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
pwd |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
AzureMLLinkedService
AzureMLLinkedServiceTypeProperties
名稱 |
描述 |
值 |
apiKey |
用來存取 Azure ML 模型端點的 API 金鑰。 |
需要 SecretBase () |
驗證 (authentication) |
驗證類型 (指定用來連線到 AzureML 的 MSI) 。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () function. (所需的) |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
mlEndpoint |
Azure ML Studio Web 服務端點的批次執行 REST URL。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () function. (所需的) |
servicePrincipalId |
用來針對 Azure ML Studio Web 服務的 ARM 型 updateResourceEndpoint 進行驗證的服務主體標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
servicePrincipalKey |
用來針對 Azure ML Studio Web 服務的 ARM 型 updateResourceEndpoint 進行驗證的服務主體密鑰。 |
SecretBase |
租用戶 |
服務主體所屬租用戶的名稱或標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
updateResourceEndpoint |
Azure ML Studio Web 服務端點的更新資源 REST URL。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
AzureMLServiceLinkedService
AzureMLServiceLinkedServiceTypeProperties
名稱 |
描述 |
值 |
驗證 (authentication) |
驗證類型 (指定用來連線到 AzureML 的 MSI) 。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () function. (所需的) |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
mlWorkspaceName |
Azure ML 服務工作區名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () function. (所需的) |
resourceGroupName |
Azure ML 服務工作區資源組名。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () function. (所需的) |
servicePrincipalId |
用來針對已發佈 Azure ML 服務管線端點進行驗證的服務主體標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
servicePrincipalKey |
用來對已發佈 Azure ML 服務管線端點進行驗證的服務主體密鑰。 |
SecretBase |
subscriptionId |
Azure ML 服務工作區訂用帳戶標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () function. (所需的) |
租用戶 |
服務主體所屬租用戶的名稱或標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
AzureMySqlLinkedService
AzureMySqlLinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionString |
連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
AzurePostgreSqlLinkedService
AzurePostgreSqlLinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionString |
ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
針對 Bicep,您可以使用 任何 () 函式。 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
AzureSearchLinkedService
AzureSearchLinkedServiceTypeProperties
名稱 |
描述 |
值 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
索引鍵 |
適用於 Azure 搜尋服務 的 管理員 金鑰 |
SecretBase |
url |
Azure 搜尋服務 的 URL。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
AzureSqlDatabaseLinkedService
AzureSqlDatabaseLinkedServiceTypeProperties
名稱 |
描述 |
值 |
alwaysEncryptedSettings |
Sql 一律加密的屬性。 |
SqlAlwaysEncryptedProperties |
azureCloudType |
指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
connectionString |
連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
認證 (credential) |
包含驗證資訊的認證參考。 |
CredentialReference |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
servicePrincipalId |
用來針對 Azure SQL Database 進行驗證的服務主體標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
servicePrincipalKey |
用來針對 Azure SQL Database 進行驗證的服務主體密鑰。 |
SecretBase |
租用戶 |
服務主體所屬租用戶的名稱或標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
AzureSqlDWLinkedService
AzureSqlDWLinkedServiceTypeProperties
名稱 |
描述 |
值 |
azureCloudType |
指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
connectionString |
連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
認證 (credential) |
包含驗證資訊的認證參考。 |
CredentialReference |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
servicePrincipalId |
用來針對 Azure SQL Data Warehouse 進行驗證的服務主體標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
servicePrincipalKey |
用來針對 Azure SQL Data Warehouse 進行驗證的服務主體金鑰。 |
SecretBase |
租用戶 |
服務主體所屬租用戶的名稱或標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
AzureSqlMILinkedService
AzureSqlMILinkedServiceTypeProperties
名稱 |
描述 |
值 |
alwaysEncryptedSettings |
Sql 一律加密的屬性。 |
SqlAlwaysEncryptedProperties |
azureCloudType |
指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
connectionString |
連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
認證 (credential) |
包含驗證資訊的認證參考。 |
CredentialReference |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
servicePrincipalId |
用來對 Azure SQL 受控執行個體 進行驗證的服務主體標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
servicePrincipalKey |
用來對 Azure SQL 受控執行個體 進行驗證的服務主體金鑰。 |
SecretBase |
租用戶 |
服務主體所屬租用戶的名稱或標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
AzureStorageLinkedService
AzureStorageLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accountKey |
連接字串 中 accountKey 的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
connectionString |
連接字串。 它與 sasUri 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
針對 Bicep,您可以使用 任何 () 函式。 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
sasToken |
sasToken 在 sas uri 中的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
sasUri |
Azure 記憶體資源的 SAS URI。 它與 connectionString 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
針對 Bicep,您可以使用 任何 () 函式。 |
AzureSynapseArtifactsLinkedService
AzureSynapseArtifactsLinkedServiceTypeProperties
名稱 |
描述 |
值 |
驗證 (authentication) |
如果使用系統指派的受控識別作為驗證方法,則需要指定 MSI。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
端點 |
https://{workspacename}.dev.azuresynapse.net,Azure Synapse Analytics 工作區 URL。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () function. (所需的) |
workspaceResourceId |
Synapse 工作區的資源標識碼。 格式應該是:/subscriptions/{subscriptionID}/resourceGroups/{resourceGroup}/providers/Microsoft.Synapse/workspaces/{workspaceName}。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
AzureTableStorageLinkedService
CassandraLinkedService
CassandraLinkedServiceTypeProperties
名稱 |
描述 |
值 |
authenticationType |
要用於連線的 AuthenticationType。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
主機 |
線上的主機名。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
password |
驗證的密碼。 |
SecretBase |
連接埠 |
線上的埠。 類型:具有 resultType 整數的整數 (或 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
使用者名稱 |
驗證的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
CommonDataServiceForAppsLinkedService
CommonDataServiceForAppsLinkedServiceTypeProperties
名稱 |
描述 |
值 |
authenticationType |
線上到 Common Data Service for Apps 伺服器的驗證類型。 適用於在線案例的 『Office365』,適用於內部部署的 『Ifd』,並具有 Ifd 案例。 在線案例中伺服器對伺服器驗證的 『AADServicePrincipal』。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
deploymentType |
Common Data Service for Apps 實例的部署類型。 Common Data Service for Apps Online 的 'Online'和適用於 Ifd 之 Common Data Service for Apps 內部部署的 'OnPremisesWithIfd'。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
hostName |
內部部署 Common Data Service for Apps 伺服器的主機名。 內部部署需要 屬性,且不允許在線使用。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
organizationName |
Common Data Service for Apps 實例的組織名稱。 當有一個以上的 Common Data Service for Apps 實例與使用者相關聯時,內部部署需要 屬性,且在線需要此屬性。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
password |
存取 Common Data Service for Apps 實例的密碼。 |
SecretBase |
連接埠 |
內部部署 Common Data Service for Apps 伺服器的埠。 內部部署需要 屬性,且不允許在線使用。 預設值為 443。 類型:具有 resultType 整數的整數 (或 Expression) ,最小值:0。 |
針對 Bicep,您可以使用 任何 () 函式。 |
servicePrincipalCredential |
Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 |
SecretBase |
servicePrincipalCredentialType |
要用於伺服器對伺服器驗證的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey'、憑證的 'ServicePrincipalCert'。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
servicePrincipalId |
Azure Active Directory 中用於伺服器對伺服器驗證之應用程式的用戶端識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
serviceUri |
Microsoft Common Data Service for Apps 伺服器的 URL。 這是內部部署的必要屬性,不允許內部部署。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
使用者名稱 |
用來存取 Common Data Service for Apps 實例的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
ConcurLinkedService
ConcurLinkedServiceTypeProperties
名稱 |
描述 |
值 |
clientId |
Concur 應用程式管理所提供的應用程式 client_id。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
connectionProperties |
用來連線到 Concur 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 |
針對 Bicep,您可以使用 任何 () 函式。 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
密碼 |
對應至您在 [使用者名稱] 欄位中提供之使用者名稱的密碼。 |
SecretBase |
useEncryptedEndpoints |
指定是否使用 HTTPS 來加密資料來源端點。 預設值為 true。 |
針對 Bicep,您可以使用 任何 () 函式。 |
useHostVerification |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名稱符合伺服器的主機名稱。 預設值為 true。 |
針對 Bicep,您可以使用 任何 () 函式。 |
usePeerVerification |
指定在透過 SSL 連線時,是否要確認伺服器的身分識別。 預設值為 true。 |
針對 Bicep,您可以使用 任何 () 函式。 |
使用者名稱 |
您用來存取 Concur 服務的使用者名稱。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
CosmosDbLinkedService
CosmosDbLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accountEndpoint |
Azure CosmosDB 帳戶的端點。 類型:字串 (或具有 resultType 字串的 Expression) |
針對 Bicep,您可以使用 任何 () 函式。 |
accountKey |
Azure CosmosDB 帳戶的帳戶的帳戶密鑰。 類型:SecureString 或 AzureKeyVaultSecretReference。 |
SecretBase |
azureCloudType |
指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
connectionMode |
用來存取 CosmosDB 帳戶的連接模式。 類型:字串。 |
'Direct' 'Gateway' |
connectionString |
連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
針對 Bicep,您可以使用 任何 () 函式。 |
認證 (credential) |
包含驗證資訊的認證參考。 |
CredentialReference |
[資料庫] |
資料庫的名稱。 類型:字串 (或具有 resultType 字串的 Expression) |
針對 Bicep,您可以使用 任何 () 函式。 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
servicePrincipalCredential |
Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 |
SecretBase |
servicePrincipalCredentialType |
要用於伺服器對伺服器驗證的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey'、憑證的 'ServicePrincipalCert'。 類型:字串。 |
針對 Bicep,您可以使用 任何 () 函式。 |
servicePrincipalId |
Azure Active Directory 中用於伺服器對伺服器驗證之應用程式的用戶端識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
租用戶 |
服務主體所屬租用戶的名稱或標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
CosmosDbMongoDbApiLinkedService
CosmosDbMongoDbApiLinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionString |
CosmosDB (MongoDB API) 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
針對 Bicep,您可以使用 任何 () function. (所需的) |
[資料庫] |
要存取的 CosmosDB (MongoDB API) 資料庫名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () function. (所需的) |
isServerVersionAbove32 |
CosmosDB (MongoDB API) 伺服器版本是否高於 3.2。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
CouchbaseLinkedService
CouchbaseLinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionString |
ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
針對 Bicep,您可以使用 任何 () 函式。 |
credString |
連接字串 中 credString 的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
CustomDataSourceLinkedService
名稱 |
描述 |
值 |
類型 |
連結服務的類型。 |
需要 'CustomDataSource' () |
typeProperties |
自訂連結服務屬性。 |
針對 Bicep,您可以使用 任何 () function. (所需的) |
DataworldLinkedService
DataworldLinkedServiceTypeProperties
名稱 |
描述 |
值 |
apiToken |
Dataworld 來源的 API 令牌。 |
需要 SecretBase () |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
Db2LinkedService
Db2LinkedServiceTypeProperties
名稱 |
描述 |
值 |
authenticationType |
要用於連線的 AuthenticationType。 它與 connectionString 屬性互斥。 |
'Basic' |
certificateCommonName |
啟用 TLS 時的憑證通用名稱。 它與 connectionString 屬性互斥。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
connectionString |
連接字串。 它與伺服器、資料庫、authenticationType、userName、packageCollection 和 certificateCommonName 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
針對 Bicep,您可以使用 任何 () 函式。 |
[資料庫] |
連接的資料庫名稱。 它與 connectionString 屬性互斥。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 它與 connectionString 屬性互斥。 類型:字串。 |
字串 |
packageCollection |
查詢資料庫時,在何處建立封裝。 它與 connectionString 屬性互斥。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
password |
驗證的密碼。 |
SecretBase |
伺服器 |
線上的伺服器名稱。 它與 connectionString 屬性互斥。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
使用者名稱 |
驗證的用戶名稱。 它與 connectionString 屬性互斥。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
DrillLinkedService
DrillLinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionString |
ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
針對 Bicep,您可以使用 任何 () 函式。 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
pwd |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
DynamicsLinkedService
DynamicsLinkedServiceTypeProperties
名稱 |
描述 |
值 |
authenticationType |
連線到 Dynamics 伺服器時所要使用的驗證類型。 在線案例的 『Office365』、適用於內部部署的 『Ifd』、在在線案例中用於伺服器對伺服器驗證的 『AADServicePrincipal』。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
認證 (credential) |
包含驗證資訊的認證參考。 |
CredentialReference |
deploymentType |
Dynamics 執行個體的部署類型。 Dynamics Online 的 'Online' 和適用於 Ifd 之 Dynamics 內部部署的 'OnPremisesWithIfd'。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
hostName |
內部部署 Dynamics 伺服器的主機名稱。 內部部署需要 屬性,且不允許在線使用。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
organizationName |
Dynamics 執行個體的組織名稱。 當有多個與使用者相關聯的 Dynamics 實例時,內部部署需要 屬性,且在線需要屬性。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
password |
存取 Dynamics 實例的密碼。 |
SecretBase |
連接埠 |
內部部署 Dynamics 伺服器的連接埠。 內部部署需要 屬性,且不允許在線使用。 預設值為 443。 類型:具有 resultType 整數的整數 (或 Expression) ,最小值:0。 |
針對 Bicep,您可以使用 任何 () 函式。 |
servicePrincipalCredential |
Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 |
SecretBase |
servicePrincipalCredentialType |
要用於伺服器對伺服器驗證的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey'、憑證的 'ServicePrincipalCert'。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
servicePrincipalId |
Azure Active Directory 中用於伺服器對伺服器驗證之應用程式的用戶端識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
serviceUri |
Microsoft Dynamics 伺服器的 URL。 這是內部部署的必要屬性,不允許內部部署。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
使用者名稱 |
要存取 Dynamics 實例的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
DynamicsAXLinkedService
DynamicsAXLinkedServiceTypeProperties
名稱 |
描述 |
值 |
aadResourceId |
指定您要求授權的資源。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
servicePrincipalId |
指定應用程式的用戶端識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
servicePrincipalKey |
指定應用程式的金鑰。 將此欄位標記為 SecureString,將它安全地儲存在 Data Factory 中,或參考 Azure Key Vault 中儲存的祕密。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
SecretBase (必要) |
tenant |
指定您的應用程式所在租用戶的資訊 (網域名稱或租用戶識別碼)。 將滑鼠游標暫留在 Azure 入口網站右上角,即可擷取它。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
url |
Dynamics AX (或 Dynamics 365 Finance and Operations) 執行個體 OData 端點。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
DynamicsCrmLinkedService
DynamicsCrmLinkedServiceTypeProperties
名稱 |
描述 |
值 |
authenticationType |
要連線到 Dynamics CRM 伺服器的驗證類型。 在線案例的 『Office365』、適用於內部部署的 『Ifd』、在在線案例中用於伺服器對伺服器驗證的 『AADServicePrincipal』。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
deploymentType |
Dynamics CRM 實例的部署類型。 Dynamics CRM Online 的 'Online' 和適用於 Ifd 之 Dynamics CRM 內部部署的 'OnPremisesWithIfd'。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
hostName |
內部部署 Dynamics CRM 伺服器的主機名。 內部部署需要 屬性,且不允許在線使用。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
organizationName |
Dynamics CRM 實例的組織名稱。 當有多個 Dynamics CRM 實例與使用者相關聯時,內部部署需要 屬性,且在線需要此屬性。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
password |
存取 Dynamics CRM 實例的密碼。 |
SecretBase |
連接埠 |
內部部署 Dynamics CRM 伺服器的埠。 內部部署需要 屬性,且不允許在線使用。 預設值為 443。 類型:具有 resultType 整數的整數 (或 Expression) ,最小值:0。 |
針對 Bicep,您可以使用 任何 () 函式。 |
servicePrincipalCredential |
Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 |
SecretBase |
servicePrincipalCredentialType |
要用於伺服器對伺服器驗證的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey'、憑證的 'ServicePrincipalCert'。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
servicePrincipalId |
Azure Active Directory 中用於伺服器對伺服器驗證之應用程式的用戶端識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
serviceUri |
Microsoft Dynamics CRM 伺服器的URL。 這是內部部署的必要屬性,不允許內部部署。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
使用者名稱 |
存取 Dynamics CRM 實例的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
EloquaLinkedService
EloquaLinkedServiceTypeProperties
名稱 |
描述 |
值 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
端點 |
Eloqua 伺服器的端點。 (即 eloqua.example.com) |
針對 Bicep,您可以使用 任何必要的 () function. () |
密碼 |
對應到使用者名稱的密碼。 |
SecretBase |
useEncryptedEndpoints |
指定是否使用 HTTPS 來加密資料來源端點。 預設值為 true。 |
針對 Bicep,您可以使用 任何 () 函式。 |
useHostVerification |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名稱符合伺服器的主機名稱。 預設值為 true。 |
針對 Bicep,您可以使用 任何 () 函式。 |
usePeerVerification |
指定在透過 SSL 連線時,是否要確認伺服器的身分識別。 預設值為 true。 |
針對 Bicep,您可以使用 任何 () 函式。 |
使用者名稱 |
Eloqua 帳戶的網站名稱和用戶名稱,格式為:sitename/username。 (亦即 Eloqua/Alice) |
針對 Bicep,您可以使用 任何必要的 () function. () |
FileServerLinkedService
FileServerLinkedServiceTypeProperties
名稱 |
描述 |
值 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
主機 |
伺服器的主機名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
password |
登入伺服器的密碼。 |
SecretBase |
userId |
要登入伺服器的使用者識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
FtpServerLinkedService
FtpServerLinkedServiceTypeProperties
名稱 |
描述 |
值 |
authenticationType |
要用來連線到 FTP 伺服器的驗證類型。 |
'Anonymous' 'Basic' |
enableServerCertificateValidation |
如果為 true,請透過 SSL/TLS 通道連線時驗證 FTP 伺服器 SSL 憑證。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 |
針對 Bicep,您可以使用 任何 () 函式。 |
enableSsl |
如果為 true,請透過 SSL/TLS 通道連線到 FTP 伺服器。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 |
針對 Bicep,您可以使用 任何 () 函式。 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
主機 |
FTP 伺服器的主機名。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
password |
登入 FTP 伺服器的密碼。 |
SecretBase |
連接埠 |
FTP 伺服器用來接聽用戶端連線的 TCP 通訊埠號碼。 預設值為 21。 類型:具有 resultType 整數的整數 (或 Expression) ,最小值:0。 |
針對 Bicep,您可以使用 任何 () 函式。 |
userName |
登入 FTP 伺服器的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
GoogleAdWordsLinkedService
GoogleAdWordsLinkedServiceTypeProperties
名稱 |
描述 |
值 |
authenticationType |
用於驗證的 OAuth 2.0 驗證機制。 ServiceAuthentication 只能在自我裝載 IR 上使用。 |
'ServiceAuthentication' 'UserAuthentication' |
clientCustomerID |
要擷取其報告資料的 AdWords 帳戶用戶端客戶識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
clientId |
用來取得重新整理權杖的 Google 應用程式用戶端識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
clientSecret |
用來取得重新整理權杖的 Google 應用程式用戶端密碼。 |
SecretBase |
connectionProperties |
(用來連線到GoogleAds的已淘汰) 屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 |
針對 Bicep,您可以使用 任何 () 函式。 |
developerToken |
與用來授與 AdWords API 存取權的管理員帳戶相關聯的開發人員權杖。 |
SecretBase |
電子郵件 |
服務帳戶電子郵件識別碼,用於 ServiceAuthentication 且只能在自我裝載 IR 上使用。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
googleAdsApiVersion |
Google Ads API 主要版本,例如 v14。 在上 https://developers.google.com/google-ads/api/docs/release-notes 可以找到支援的主要版本。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
keyFilePath |
(已被取代) 用來驗證服務帳戶電子郵件位址之 .p12 金鑰檔案的完整路徑,而且只能在自我裝載 IR 上使用。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
loginCustomerID |
您想要擷取特定客戶報表數據的Google Ads Manager 帳戶客戶標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
privateKey |
用來驗證服務帳戶電子郵件位址且只能在自我裝載 IR 上使用的私鑰。 |
SecretBase |
refreshToken |
從 Google 取得的重新整理權杖,用於針對 UserAuthentication 授權存取 AdWords。 |
SecretBase |
supportLegacyDataTypes |
指定是否要使用舊版數據類型對應,以將 float、int32 和 int64 從 Google 對應至字串。 除非您想要與舊版驅動程序的數據類型對應保持回溯相容性,否則請勿將此設定為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 |
針對 Bicep,您可以使用 任何 () 函式。 |
trustedCertPath |
(已淘汰) .pem 檔案的完整路徑,其中包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定這個屬性。 預設值為隨 IR 安裝的 cacerts.pem 檔案。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
useSystemTrustStore |
(已被取代) 指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 預設值為 false。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 |
針對 Bicep,您可以使用 任何 () 函式。 |
GoogleBigQueryLinkedService
GoogleBigQueryLinkedServiceTypeProperties
名稱 |
描述 |
值 |
additionalProjects |
要存取的公用 BigQuery 專案的逗號分隔清單。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
authenticationType |
用於驗證的 OAuth 2.0 驗證機制。 ServiceAuthentication 只能在自我裝載 IR 上使用。 |
'ServiceAuthentication' 必要 ('UserAuthentication') |
clientId |
用來取得重新整理權杖的 Google 應用程式用戶端識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
clientSecret |
用來取得重新整理權杖的 Google 應用程式用戶端密碼。 |
SecretBase |
電子郵件 |
服務帳戶電子郵件識別碼,用於 ServiceAuthentication 且只能在自我裝載 IR 上使用。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
keyFilePath |
.p12 金鑰檔的完整路徑,用來驗證服務帳戶電子郵件地址且只能在自我裝載 IR上使用。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
project |
要查詢的預設 BigQuery 專案。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
refreshToken |
從 Google 取得的重新整理權杖,用於針對 UserAuthentication 授權存取 BigQuery。 |
SecretBase |
requestGoogleDriveScope |
是否要求存取 Google 雲端硬碟。 允許 Google 雲端硬碟存取能夠支援同盟資料表,其中結合了 BigQuery 資料與來自 Google 雲端硬碟的資料。 預設值為 false。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
trustedCertPath |
.pem 檔案的完整路徑,其中包含在透過 SSL 連線時,用來驗證伺服器的受信任 CA 憑證。 只有在自我裝載 IR 上使用 SSL 時,才能設定這個屬性。 預設值為隨 IR 安裝的 cacerts.pem 檔案。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
useSystemTrustStore |
指定是否使用來自系統信任存放區或來自指定 PEM 檔案的 CA 憑證。 默認值為 false。類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 |
針對 Bicep,您可以使用 任何 () 函式。 |
GoogleBigQueryV2LinkedService
GoogleBigQueryV2LinkedServiceTypeProperties
名稱 |
描述 |
值 |
authenticationType |
用於驗證的 OAuth 2.0 驗證機制。 |
'ServiceAuthentication' 必要 ('UserAuthentication') |
clientId |
用來取得重新整理權杖的 Google 應用程式用戶端識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
clientSecret |
用來取得重新整理權杖的 Google 應用程式用戶端密碼。 |
SecretBase |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
keyFileContent |
用來驗證服務帳戶的.json金鑰檔內容。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
SecretBase |
projectId |
要查詢的預設 BigQuery 項目識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
refreshToken |
從 Google 取得的重新整理權杖,用於針對 UserAuthentication 授權存取 BigQuery。 |
SecretBase |
GoogleCloudStorageLinkedService
GoogleCloudStorageLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accessKeyId |
Google 雲端記憶體身分識別和存取管理 (IAM) 使用者的存取金鑰標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
secretAccessKey |
Google Cloud Storage Identity and Access Management 的秘密存取密鑰 (IAM) 使用者。 |
SecretBase |
serviceUrl |
此值會指定要使用Google Cloud Storage Connector 存取的端點。 這是選擇性屬性;只有在您想要嘗試不同的服務端點或想要在 HTTPs 與 http 之間切換時,才變更它。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
GoogleSheetsLinkedService
GoogleSheetsLinkedServiceTypeProperties
名稱 |
描述 |
值 |
apiToken |
GoogleSheets 來源的 API 令牌。 |
需要 SecretBase () |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
GreenplumLinkedService
GreenplumLinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionString |
ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
針對 Bicep,您可以使用 任何 () 函式。 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
pwd |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
HBaseLinkedService
HBaseLinkedServiceTypeProperties
名稱 |
描述 |
值 |
allowHostNameCNMismatch |
指定在透過 SSL 連線時,是否要求 CA 所核發的 SSL 憑證名稱符合伺服器的主機名稱。 預設值為 false。 |
針對 Bicep,您可以使用 任何 () 函式。 |
allowSelfSignedServerCert |
指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 |
針對 Bicep,您可以使用 任何 () 函式。 |
authenticationType |
用來連線到 HBase 伺服器的驗證機制。 |
'Anonymous' 需要 『Basic』 () |
enableSsl |
指定是否使用 SSL 來加密與伺服器的連線。 預設值為 false。 |
針對 Bicep,您可以使用 任何 () 函式。 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
主機 |
HBase 伺服器的 IP 位址或主機名稱。 (亦即 192.168.222.160) |
針對 Bicep,您可以使用 任何 () function. (所需的) |
httpPath |
對應至 HBase 伺服器的部分 URL。 (亦即 /gateway/sandbox/hbase/version) |
針對 Bicep,您可以使用 任何 () 函式。 |
密碼 |
對應到使用者名稱的密碼。 |
SecretBase |
連接埠 |
HBase 執行個體用來接聽用戶端連線的 TCP 連接埠。 預設值為 9090。 |
針對 Bicep,您可以使用 任何 () 函式。 |
trustedCertPath |
.pem 檔案的完整路徑,其中包含在透過 SSL 連線時,用來驗證伺服器的受信任 CA 憑證。 只有在自我裝載 IR 上使用 SSL 時,才能設定這個屬性。 預設值為隨 IR 安裝的 cacerts.pem 檔案。 |
針對 Bicep,您可以使用 任何 () 函式。 |
username |
用來連線到 HBase 執行個體的使用者名稱。 |
針對 Bicep,您可以使用 任何 () 函式。 |
HdfsLinkedService
HdfsLinkedServiceTypeProperties
名稱 |
描述 |
值 |
authenticationType |
用來連線到 HDFS 的驗證類型。 可能的值為:匿名和 Windows。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
密碼 |
Windows 驗證的密碼。 |
SecretBase |
url |
HDFS 服務端點的 URL,例如 http://myhostname:50070/webhdfs/v1 。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
userName |
Windows 驗證 的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
HDInsightLinkedService
HDInsightLinkedServiceTypeProperties
名稱 |
描述 |
值 |
clusterUri |
HDInsight 叢集 URI。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
fileSystem |
如果 HDInsight 的主要記憶體是 ADLS Gen2,請指定 FileSystem。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
hcatalogLinkedServiceName |
指向 HCatalog 資料庫的 Azure SQL 連結服務的參考。 |
LinkedServiceReference |
isEspEnabled |
指定是否使用 ESP (Enterprise Security Package) 建立 HDInsight。 類型:布爾值。 |
針對 Bicep,您可以使用 任何 () 函式。 |
linkedServiceName |
Azure 儲存體連結服務參考。 |
LinkedServiceReference |
password |
HDInsight 叢集密碼。 |
SecretBase |
userName |
HDInsight 叢集用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
HDInsightOnDemandLinkedService
HDInsightOnDemandLinkedServiceTypeProperties
名稱 |
描述 |
值 |
additionalLinkedServiceNames |
指定 HDInsight 連結服務的其他儲存體帳戶,讓 Data Factory 服務代表您註冊它們。 |
LinkedServiceReference[] |
clusterNamePrefix |
叢集名稱的前置詞,後置詞會與時間戳不同。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
clusterPassword |
用來存取叢集的密碼。 |
SecretBase |
clusterResourceGroup |
叢集所屬的資源群組。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () function. (所需的) |
clusterSize |
叢集中的背景工作/資料節點數。 建議值:4。 類型:int (或 Expression 與 resultType int) 。 |
針對 Bicep,您可以使用 任何 () function. (所需的) |
clusterSshPassword |
SSH 的密碼會從遠端連線叢集的節點 (linux) 。 |
SecretBase |
clusterSshUserName |
以 SSH 遠端連線到叢集節點的使用者名稱 (適用於 Linux)。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
clusterType |
叢集類型。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
clusterUserName |
存取叢集的使用者名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
coreConfiguration |
指定要建立之 HDInsight 叢集的核心組態參數 (如 core-site.xml 所示)。 |
針對 Bicep,您可以使用 任何 () 函式。 |
認證 (credential) |
包含驗證資訊的認證參考。 |
CredentialReference |
dataNodeSize |
指定 HDInsight 叢集的數據節點大小。 |
針對 Bicep,您可以使用 任何 () 函式。 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
hBaseConfiguration |
指定 HDInsight 叢集的 HBase 組態參數 (hbase-site.xml)。 |
針對 Bicep,您可以使用 任何 () 函式。 |
hcatalogLinkedServiceName |
指向 HCatalog 資料庫的 Azure SQL 連結服務名稱。 會使用 Azure SQL 資料庫作為中繼存放區,建立隨選 HDInsight 叢集。 |
LinkedServiceReference |
hdfsConfiguration |
指定 HDInsight 叢集的 HDFS 組態參數 (hdfs-site.xml)。 |
針對 Bicep,您可以使用 任何 () 函式。 |
headNodeSize |
指定 HDInsight 叢集前端節點的大小。 |
針對 Bicep,您可以使用 任何 () 函式。 |
hiveConfiguration |
指定 HDInsight 叢集的 hive 組態參數 (hive-site.xml)。 |
針對 Bicep,您可以使用 任何 () 函式。 |
hostSubscriptionId |
客戶用來裝載叢集的訂用帳戶。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () function. (所需的) |
linkedServiceName |
隨選叢集用於儲存及處理資料的 Azure 儲存體連結服務。 |
需要 LinkedServiceReference () |
mapReduceConfiguration |
指定 HDInsight 叢集的 MapReduce 組態參數 (mapred-site.xml)。 |
針對 Bicep,您可以使用 任何 () 函式。 |
oozieConfiguration |
指定 HDInsight 叢集的 Oozie 組態參數 (oozie-site.xml)。 |
針對 Bicep,您可以使用 任何 () 函式。 |
scriptActions |
自定義腳本動作,一旦啟動 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。 |
ScriptAction[] |
servicePrincipalId |
hostSubscriptionId 的服務主體標識符。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
servicePrincipalKey |
服務主體標識碼的金鑰。 |
SecretBase |
sparkVersion |
如果叢集類型為 『spark』,則為 spark 的版本。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
stormConfiguration |
指定 HDInsight 叢集的 Storm 組態參數 (storm-site.xml)。 |
針對 Bicep,您可以使用 任何 () 函式。 |
subnetName |
vNet 中子網的ARM資源標識碼。 如果指定 virtualNetworkId,則需要這個屬性。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
租用戶 |
服務主體所屬的租用戶標識碼/名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
timeToLive |
隨選 HDInsight 叢集允許的閒置時間。 指定在活動執行完成後,如果叢集中沒有其他作用中的作業,隨選 HDInsight 叢集要保持運作多久。 最小值為 5 分鐘。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
version |
HDInsight 叢集的版本。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
virtualNetworkId |
建立之後應該加入叢集之 vNet 的 ARM 資源識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
yarnConfiguration |
指定 HDInsight 叢集的 Yarn 組態參數 (yarn-site.xml)。 |
針對 Bicep,您可以使用 任何 () 函式。 |
zookeeperNodeSize |
指定 HDInsight 叢集的 Zoo Keeper 節點大小。 |
針對 Bicep,您可以使用 任何 () 函式。 |
ScriptAction
名稱 |
描述 |
值 |
NAME |
使用者提供文稿動作的名稱。 |
字串 (必要) |
參數 |
腳本動作的參數。 |
字串 |
角色 |
應該執行腳本動作的節點類型。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
uri |
腳本動作的 URI。 |
字串 (必要) |
HiveLinkedService
HiveLinkedServiceTypeProperties
名稱 |
描述 |
值 |
allowHostNameCNMismatch |
指定在透過 SSL 連線時,是否要求 CA 所核發的 SSL 憑證名稱符合伺服器的主機名稱。 預設值為 false。 |
針對 Bicep,您可以使用 任何 () 函式。 |
allowSelfSignedServerCert |
指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 |
針對 Bicep,您可以使用 任何 () 函式。 |
authenticationType |
用來存取 Hive 伺服器的驗證方法。 |
'Anonymous' 'Username' 'UsernameAndPassword' 'WindowsAzureHDInsightService' (必要) |
enableSsl |
指定是否使用 SSL 來加密與伺服器的連線。 預設值為 false。 |
針對 Bicep,您可以使用 任何 () 函式。 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
主機 |
Hive 伺服器的 IP 位址和主機名稱,如果有多個主機請以「;」分隔 (僅限啟用 serviceDiscoveryMode 時)。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
httpPath |
對應至 Hive 伺服器的部分 URL。 |
針對 Bicep,您可以使用 任何 () 函式。 |
password |
對應至您在 [用戶名稱] 字段中提供之使用者名稱的密碼 |
SecretBase |
連接埠 |
Hive 伺服器用來接聽用戶端連線的 TCP 連接埠。 |
針對 Bicep,您可以使用 任何 () 函式。 |
serverType |
Hive 伺服器的類型。 |
'HiveServer1' 'HiveServer2' 'HiveThriftServer' |
serviceDiscoveryMode |
true 表示使用 ZooKeeper 服務,false 表示不使用 ZooKeeper 服務。 |
針對 Bicep,您可以使用 任何 () 函式。 |
thriftTransportProtocol |
Thrift 層中使用的傳輸通訊協定。 |
'Binary' 'HTTP ' 'SASL' |
trustedCertPath |
.pem 檔案的完整路徑,其中包含在透過 SSL 連線時,用來驗證伺服器的受信任 CA 憑證。 只有在自我裝載 IR 上使用 SSL 時,才能設定這個屬性。 預設值為隨 IR 安裝的 cacerts.pem 檔案。 |
針對 Bicep,您可以使用 任何 () 函式。 |
useNativeQuery |
指定驅動程式是否使用原生 HiveQL 查詢,或將查詢轉換為 HiveQL 中的對等格式。 |
針對 Bicep,您可以使用 任何 () 函式。 |
username |
您用來存取 Hive 伺服器的使用者名稱。 |
針對 Bicep,您可以使用 任何 () 函式。 |
useSystemTrustStore |
指定是否使用來自系統信任存放區或來自指定 PEM 檔案的 CA 憑證。 預設值為 false。 |
針對 Bicep,您可以使用 任何 () 函式。 |
zooKeeperNameSpace |
ZooKeeper 上的命名空間,Hive Server 2 節點會新增在 ZooKeeper 下方。 |
針對 Bicep,您可以使用 任何 () 函式。 |
HttpLinkedService
HttpLinkedServiceTypeProperties
名稱 |
描述 |
值 |
authenticationType |
要用來連線到 HTTP 伺服器的驗證類型。 |
'Anonymous' 'Basic' 'ClientCertificate' 'Digest' 'Windows' |
authHeaders |
要求中用於授權之 RESTful API 的其他 HTTP 標頭。 類型:索引鍵值組 (值應該是字串類型) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
certThumbprint |
ClientCertificate 驗證憑證的指紋。 僅適用於內部部署複本。 針對具有 ClientCertificate 驗證的內部部署複本,應該指定 CertThumbprint 或 EmbeddedCertData/Password。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
embeddedCertData |
ClientCertificate 驗證的Base64編碼憑證數據。 針對具有 ClientCertificate 驗證的內部部署複本,應該指定 CertThumbprint 或 EmbeddedCertData/Password。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
enableServerCertificateValidation |
如果為 true,請驗證 HTTPS 伺服器 SSL 憑證。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 |
針對 Bicep,您可以使用 任何 () 函式。 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
使用 EmbeddedCertData 驗證進行基本、摘要、Windows 或 ClientCertificate 的密碼。 |
SecretBase |
url |
HTTP 端點的基底 URL,例如 https://www.microsoft.com 。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
userName |
基本、摘要或 Windows 驗證 的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
HubspotLinkedService
HubspotLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accessToken |
一開始驗證您 OAuth 整合時所取得的存取權杖。 |
SecretBase |
clientId |
與您 Hubspot 應用程式相關聯的用戶端識別碼。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
clientSecret |
與您 Hubspot 應用程式相關聯的用戶端祕密。 |
SecretBase |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
refreshToken |
一開始驗證您 OAuth 整合時所取得的重新整理權杖。 |
SecretBase |
useEncryptedEndpoints |
指定是否使用 HTTPS 來加密資料來源端點。 預設值為 true。 |
針對 Bicep,您可以使用 任何 () 函式。 |
useHostVerification |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名稱符合伺服器的主機名稱。 預設值為 true。 |
針對 Bicep,您可以使用 任何 () 函式。 |
usePeerVerification |
指定在透過 SSL 連線時,是否要確認伺服器的身分識別。 預設值為 true。 |
針對 Bicep,您可以使用 任何 () 函式。 |
ImpalaLinkedService
ImpalaLinkedServiceTypeProperties
名稱 |
描述 |
值 |
allowHostNameCNMismatch |
指定在透過 SSL 連線時,是否要求 CA 所核發的 SSL 憑證名稱符合伺服器的主機名稱。 預設值為 false。 |
針對 Bicep,您可以使用 任何 () 函式。 |
allowSelfSignedServerCert |
指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 |
針對 Bicep,您可以使用 任何 () 函式。 |
authenticationType |
要使用的驗證類型。 |
'Anonymous' 'SASLUsername' 'UsernameAndPassword' (必要) |
enableSsl |
指定是否使用 SSL 來加密與伺服器的連線。 預設值為 false。 |
針對 Bicep,您可以使用 任何 () 函式。 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
主機 |
Impala 伺服器的 IP 位址或主機名稱 (亦即 192.168.222.160) |
針對 Bicep,您可以使用 任何 () function. (所需的) |
password |
使用 UsernameAndPassword 時,對應到使用者名稱的密碼。 |
SecretBase |
連接埠 |
Impala 伺服器用來接聽用戶端連線的 TCP 連接埠。 預設值為 21050。 |
針對 Bicep,您可以使用 任何 () 函式。 |
trustedCertPath |
.pem 檔案的完整路徑,其中包含在透過 SSL 連線時,用來驗證伺服器的受信任 CA 憑證。 只有在自我裝載 IR 上使用 SSL 時,才能設定這個屬性。 預設值為隨 IR 安裝的 cacerts.pem 檔案。 |
針對 Bicep,您可以使用 任何 () 函式。 |
username |
用來存取 Impala 伺服器的使用者名稱。 使用 SASLUsername 時,預設值為 Anonymous。 |
針對 Bicep,您可以使用 任何 () 函式。 |
useSystemTrustStore |
指定是否使用來自系統信任存放區或來自指定 PEM 檔案的 CA 憑證。 預設值為 false。 |
針對 Bicep,您可以使用 任何 () 函式。 |
名稱 |
描述 |
值 |
authenticationType |
用來連線到 Informix 做為 ODBC 資料存放區的驗證類型。 可能的值為:Anonymous 和 Basic。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
connectionString |
連接字串 的非存取認證部分,以及選擇性的加密認證。 類型:string、SecureString 或 AzureKeyVaultSecretReference 或 Expression with resultType string。 |
針對 Bicep,您可以使用 任何 () function. (所需的) |
認證 (credential) |
以驅動程式特定「屬性-值」格式指定之連接字串的存取認證部分。 |
SecretBase |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
基本驗證用的密碼 |
SecretBase |
userName |
基本身份驗證的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
JiraLinkedService
JiraLinkedServiceTypeProperties
名稱 |
描述 |
值 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
主機 |
Jira 服務的 IP 位址或主機名稱。 (例如 jira.example.com) |
針對 Bicep,您可以使用 任何 () function. (所需的) |
密碼 |
對應至您在 [使用者名稱] 欄位中提供之使用者名稱的密碼。 |
SecretBase |
連接埠 |
Jira 伺服器用來接聽用戶端連線的 TCP 連接埠。 若透過 HTTPS 連線,預設值為 443,或者,若透過 HTTP 連線,則為 8080。 |
針對 Bicep,您可以使用 任何 () 函式。 |
useEncryptedEndpoints |
指定是否使用 HTTPS 來加密資料來源端點。 預設值為 true。 |
針對 Bicep,您可以使用 任何 () 函式。 |
useHostVerification |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名稱符合伺服器的主機名稱。 預設值為 true。 |
針對 Bicep,您可以使用 任何 () 函式。 |
usePeerVerification |
指定在透過 SSL 連線時,是否要確認伺服器的身分識別。 預設值為 true。 |
針對 Bicep,您可以使用 任何 () 函式。 |
username |
您用來存取 Jira 服務的使用者名稱。 |
針對 Bicep,您可以使用 任何 () function. (所需的) |
LakeHouseLinkedService
LakeHouseLinkedServiceTypeProperties
名稱 |
描述 |
值 |
artifactId |
Microsoft Fabric LakeHouse 成品的標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
servicePrincipalCredential |
Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 為 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 |
SecretBase |
servicePrincipalCredentialType |
要用於伺服器對伺服器驗證的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey','ServicePrincipalCert' 用於憑證。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
servicePrincipalId |
用來向 Microsoft Fabric LakeHouse 進行驗證的應用程式識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
servicePrincipalKey |
用來向 Microsoft Fabric LakeHouse 進行驗證的應用程式密鑰。 |
SecretBase |
租用戶 |
服務主體所屬租用戶的名稱或標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
workspaceId |
Microsoft Fabric 工作區的標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
MagentoLinkedService
MagentoLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accessToken |
來自 Magento 的存取權杖。 |
SecretBase |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
主機 |
Magento 執行個體的 URL。 (即 192.168.222.110/magento3) |
針對 Bicep,您可以使用 任何 () function. (所需的) |
useEncryptedEndpoints |
指定是否使用 HTTPS 來加密資料來源端點。 預設值為 true。 |
針對 Bicep,您可以使用 任何 () 函式。 |
useHostVerification |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名稱符合伺服器的主機名稱。 預設值為 true。 |
針對 Bicep,您可以使用 任何 () 函式。 |
usePeerVerification |
指定在透過 SSL 連線時,是否要確認伺服器的身分識別。 預設值為 true。 |
針對 Bicep,您可以使用 任何 () 函式。 |
MariaDBLinkedService
MariaDBLinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionString |
ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
針對 Bicep,您可以使用 任何 () 函式。 |
[資料庫] |
連接的資料庫名稱。 類型:字串。 |
針對 Bicep,您可以使用 任何 () 函式。 |
driverVersion |
MariaDB 驅動程式的版本。 類型:字串。 舊版驅動程式的 V1 或空白,適用於新驅動程式的 V2。 V1 可以支援 連接字串 和屬性包,V2 只能支援 連接字串。 |
針對 Bicep,您可以使用 任何 () 函式。 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
連接埠 |
線上的埠。 類型:整數。 |
針對 Bicep,您可以使用 任何 () 函式。 |
伺服器 |
線上的伺服器名稱。 類型:字串。 |
針對 Bicep,您可以使用 任何 () 函式。 |
使用者名稱 |
用於驗證的用戶名稱。 類型:字串。 |
針對 Bicep,您可以使用 任何 () 函式。 |
MarketoLinkedService
MarketoLinkedServiceTypeProperties
名稱 |
描述 |
值 |
clientId |
Marketo 服務的用戶端識別碼。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
clientSecret |
Marketo 服務的用戶端密碼。 |
SecretBase |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
端點 |
Marketo 伺服器的端點。 (亦即 123-ABC-321.mktorest.com) |
針對 Bicep,您可以使用 任何必要的 () function. () |
useEncryptedEndpoints |
指定是否使用 HTTPS 來加密資料來源端點。 預設值為 true。 |
針對 Bicep,您可以使用 任何 () 函式。 |
useHostVerification |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名稱符合伺服器的主機名稱。 預設值為 true。 |
針對 Bicep,您可以使用 任何 () 函式。 |
usePeerVerification |
指定在透過 SSL 連線時,是否要確認伺服器的身分識別。 預設值為 true。 |
針對 Bicep,您可以使用 任何 () 函式。 |
MicrosoftAccessLinkedService
MicrosoftAccessLinkedServiceTypeProperties
名稱 |
描述 |
值 |
authenticationType |
用來以 ODBC 資料存放區身分連線至 Microsoft Access 的驗證類型。 可能的值為:Anonymous 和 Basic。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
connectionString |
連接字串 的非存取認證部分,以及選擇性的加密認證。 類型:string、SecureString 或 AzureKeyVaultSecretReference 或 Expression with resultType 字符串。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
認證 (credential) |
以驅動程式特定「屬性-值」格式指定之連接字串的存取認證部分。 |
SecretBase |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
基本驗證用的密碼 |
SecretBase |
userName |
基本身份驗證的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
MongoDbLinkedService
MongoDbLinkedServiceTypeProperties
名稱 |
描述 |
值 |
allowSelfSignedServerCert |
指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 |
針對 Bicep,您可以使用 任何 () 函式。 |
authenticationType |
要用來連線到 MongoDB 資料庫的驗證類型。 |
'Anonymous' 'Basic' |
authSource |
要驗證使用者名稱和密碼的資料庫。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
databaseName |
您想要存取的 MongoDB 資料庫名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () function. (所需的) |
enableSsl |
指定是否使用 SSL 來加密與伺服器的連線。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
驗證的密碼。 |
SecretBase |
連接埠 |
MongoDB 伺服器用來接聽用戶端連線的 TCP 連接埠號碼。 預設值為 27017。 Type:integer (或 Expression with resultType integer) ,minimum: 0。 |
針對 Bicep,您可以使用 任何 () 函式。 |
伺服器 |
MongoDB 伺服器的IP位址或伺服器名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () function. (所需的) |
使用者名稱 |
用於驗證的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
MongoDbAtlasLinkedService
MongoDbAtlasLinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionString |
MongoDB Atlas 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
針對 Bicep,您可以使用 任何 () function. (所需的) |
[資料庫] |
您想要存取的 MongoDB Atlas 資料庫名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () function. (所需的) |
driverVersion |
您要選擇的驅動程式版本。 允許的值為 v1 和 v2。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
MongoDbV2LinkedService
MongoDbV2LinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionString |
MongoDB 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
針對 Bicep,您可以使用 任何 () function. (所需的) |
[資料庫] |
您想要存取的 MongoDB 資料庫名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () function. (所需的) |
MySqlLinkedService
MySqlLinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionString |
連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
針對 Bicep,您可以使用 任何 () 函式。 |
[資料庫] |
連接的資料庫名稱。 類型:字串。 |
針對 Bicep,您可以使用 任何 () 函式。 |
driverVersion |
MySQL 驅動程式的版本。 類型:字串。 舊版驅動程式的 V1 或空白,適用於新驅動程式的 V2。 V1 可以支援 連接字串 和屬性包,V2 只能支援 連接字串。 |
針對 Bicep,您可以使用 任何 () 函式。 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
連接埠 |
線上的埠。 類型:整數。 |
針對 Bicep,您可以使用 任何 () 函式。 |
伺服器 |
線上的伺服器名稱。 類型:字串。 |
針對 Bicep,您可以使用 任何 () 函式。 |
sslMode |
線上的 SSL 模式。 類型:整數。 0: disable, 1: prefer, 2: require, 3: verify-ca, 4: verify-full. |
針對 Bicep,您可以使用 任何 () 函式。 |
使用者名稱 |
驗證的用戶名稱。 類型:字串。 |
針對 Bicep,您可以使用 任何 () 函式。 |
useSystemTrustStore |
使用系統信任存放區進行連線。 類型:整數。 0:啟用,1:停用。 |
針對 Bicep,您可以使用 任何 () 函式。 |
NetezzaLinkedService
NetezzaLinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionString |
ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
針對 Bicep,您可以使用 任何 () 函式。 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
pwd |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
ODataLinkedService
ODataLinkedServiceTypeProperties
名稱 |
描述 |
值 |
aadResourceId |
指定您要求授權以使用 Directory 的資源。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
aadServicePrincipalCredentialType |
指定用於服務主體的認證類型 (金鑰或憑證) 。 |
'ServicePrincipalCert' 'ServicePrincipalKey' |
authenticationType |
用來連線到 OData 服務的驗證類型。 |
'AadServicePrincipal' 'Anonymous' 'Basic' 'ManagedServiceIdentity' 'Windows' |
authHeaders |
要求中用於授權之 RESTful API 的其他 HTTP 標頭。 類型:索引鍵值組 (值應該是字串類型) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
azureCloudType |
指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
OData 服務的密碼。 |
SecretBase |
servicePrincipalEmbeddedCert |
指定在 Azure Active Directory 中註冊之您應用程式的 base64 編碼憑證。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
SecretBase |
servicePrincipalEmbeddedCertPassword |
如果您的憑證具有密碼,而且您正在使用 AadServicePrincipal 驗證,請指定憑證的密碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
SecretBase |
servicePrincipalId |
指定在 Azure Active Directory 中註冊之應用程式的應用程式識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
servicePrincipalKey |
指定在 Azure Active Directory 中註冊之應用程式的秘密。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
SecretBase |
tenant |
指定您的應用程式所在租用戶的資訊 (網域名稱或租用戶識別碼)。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
url |
OData 服務端點的 URL。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () function. (所需的) |
userName |
OData 服務的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
OdbcLinkedService
OdbcLinkedServiceTypeProperties
名稱 |
描述 |
值 |
authenticationType |
用來連接到 ODBC 資料存放區的驗證類型。 可能的值為:Anonymous 和 Basic。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
connectionString |
連接字串 的非存取認證部分,以及選擇性的加密認證。 類型:string、SecureString 或 AzureKeyVaultSecretReference 或 Expression with resultType string。 |
針對 Bicep,您可以使用 任何 () function. (所需的) |
認證 (credential) |
以驅動程式特定「屬性-值」格式指定之連接字串的存取認證部分。 |
SecretBase |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
基本驗證用的密碼 |
SecretBase |
userName |
基本身份驗證的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
Office365LinkedService
Office365LinkedServiceTypeProperties
名稱 |
描述 |
值 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
office365TenantId |
Office 365 帳戶所屬的 Azure 租用戶識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () function. (所需的) |
servicePrincipalId |
指定應用程式的用戶端識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () function. (所需的) |
servicePrincipalKey |
指定應用程式的金鑰。 |
需要 SecretBase () |
servicePrincipalTenantId |
指定您 Azure AD Web 應用程式所在的租用戶資訊。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () function. (所需的) |
OracleLinkedService
OracleLinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionString |
連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
針對 Bicep,您可以使用 任何 () function. (所需的) |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
OracleCloudStorageLinkedService
OracleCloudStorageLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accessKeyId |
Oracle 雲端記憶體身分識別和存取管理 (IAM) 使用者的存取金鑰標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
secretAccessKey |
Oracle 雲端記憶體身分識別和存取管理 (IAM) 使用者的秘密存取密鑰。 |
SecretBase |
serviceUrl |
這個值會指定要使用 Oracle Cloud Storage Connector 存取的端點。 這是選擇性屬性;只有在您想要嘗試不同的服務端點,或想要在 HTTPs 和 HTTP 之間切換時,才變更它。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
OracleServiceCloudLinkedService
OracleServiceCloudLinkedServiceTypeProperties
名稱 |
描述 |
值 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
主機 |
Oracle Service Cloud 執行個體的 URL。 |
針對 Bicep,您可以使用 任何 () function. (所需的) |
密碼 |
密碼,與您在使用者名稱金鑰中提供的使用者名稱相對應。 |
需要 SecretBase () |
useEncryptedEndpoints |
指定是否使用 HTTPS 來加密資料來源端點。 預設值為 true。 Type:boolean (或 Expression with resultType boolean) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
useHostVerification |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名稱符合伺服器的主機名稱。 預設值為 true。 Type:boolean (或 Expression with resultType boolean) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
usePeerVerification |
指定在透過 SSL 連線時,是否要確認伺服器的身分識別。 預設值為 true。 Type:boolean (或 Expression with resultType boolean) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
username |
您用來存取 Oracle Service Cloud 伺服器的使用者名稱。 |
針對 Bicep,您可以使用 任何 () function. (所需的) |
PaypalLinkedService
PaypalLinkedServiceTypeProperties
名稱 |
描述 |
值 |
clientId |
與您 PayPal 應用程式相關聯的用戶端識別碼。 |
針對 Bicep,您可以使用 任何 () function. (所需的) |
clientSecret |
與您 PayPal 應用程式相關聯的用戶端祕密。 |
SecretBase |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
主機 |
PayPal 執行個體的 URL。 (即 api.sandbox.paypal.com) |
針對 Bicep,您可以使用 任何 () function. (所需的) |
useEncryptedEndpoints |
指定是否使用 HTTPS 來加密資料來源端點。 預設值為 true。 |
針對 Bicep,您可以使用 任何 () 函式。 |
useHostVerification |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名稱符合伺服器的主機名稱。 預設值為 true。 |
針對 Bicep,您可以使用 任何 () 函式。 |
usePeerVerification |
指定在透過 SSL 連線時,是否要確認伺服器的身分識別。 預設值為 true。 |
針對 Bicep,您可以使用 任何 () 函式。 |
PhoenixLinkedService
PhoenixLinkedServiceTypeProperties
名稱 |
描述 |
值 |
allowHostNameCNMismatch |
指定在透過 SSL 連線時,是否要求 CA 所核發的 SSL 憑證名稱符合伺服器的主機名稱。 預設值為 false。 |
針對 Bicep,您可以使用 任何 () 函式。 |
allowSelfSignedServerCert |
指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 |
針對 Bicep,您可以使用 任何 () 函式。 |
authenticationType |
用來連線到 Phoenix 伺服器的驗證機制。 |
'Anonymous' 'UsernameAndPassword' 'WindowsAzureHDInsightService' (必要) |
enableSsl |
指定是否使用 SSL 來加密與伺服器的連線。 預設值為 false。 |
針對 Bicep,您可以使用 任何 () 函式。 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
主機 |
Phoenix 伺服器的 IP 位址或主機名稱。 (亦即 192.168.222.160) |
針對 Bicep,您可以使用 任何 () function. (所需的) |
httpPath |
對應至 Phoenix 伺服器的部分 URL。 (即 /gateway/sandbox/phoenix/version) 。 如果使用 WindowsAzureHDInsightService,則預設值為 hbasephoenix。 |
針對 Bicep,您可以使用 任何 () 函式。 |
密碼 |
對應到使用者名稱的密碼。 |
SecretBase |
連接埠 |
Phoenix 伺服器用來接聽用戶端連線的 TCP 連接埠。 預設值為 8765。 |
針對 Bicep,您可以使用 任何 () 函式。 |
trustedCertPath |
.pem 檔案的完整路徑,其中包含在透過 SSL 連線時,用來驗證伺服器的受信任 CA 憑證。 只有在自我裝載 IR 上使用 SSL 時,才能設定這個屬性。 預設值為隨 IR 安裝的 cacerts.pem 檔案。 |
針對 Bicep,您可以使用 任何 () 函式。 |
username |
用來連線到 Phoenix 伺服器的使用者名稱。 |
針對 Bicep,您可以使用 任何 () 函式。 |
useSystemTrustStore |
指定是否使用來自系統信任存放區或來自指定 PEM 檔案的 CA 憑證。 預設值為 false。 |
針對 Bicep,您可以使用 任何 () 函式。 |
PostgreSqlLinkedService
PostgreSqlLinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionString |
連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
PostgreSqlV2LinkedService
PostgreSqlV2LinkedServiceTypeProperties
名稱 |
描述 |
值 |
commandTimeout |
在終止嘗試並產生錯誤之前,嘗試執行命令時,) 以秒為單位等候 (的時間。 設定為 infinity 的零。 類型:整數。 |
針對 Bicep,您可以使用 任何 () 函式。 |
connectionTimeout |
在終止嘗試並產生錯誤之前,嘗試建立連線時,) 以秒為單位等候 (的時間。 類型:整數。 |
針對 Bicep,您可以使用 任何 () 函式。 |
[資料庫] |
連接的資料庫名稱。 類型:字串。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
編碼 |
取得或設定用來編碼/譯碼 PostgreSQL 字串數據的 .NET 編碼。 類型:字串 |
針對 Bicep,您可以使用 任何 () 函式。 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
logParameters |
啟用時,會在執行命令時記錄參數值。 類型:布爾值。 |
針對 Bicep,您可以使用 任何 () 函式。 |
password |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 類型:字串。 |
AzureKeyVaultSecretReference |
共用 |
是否應該使用連線共用。 類型:布爾值。 |
針對 Bicep,您可以使用 任何 () 函式。 |
連接埠 |
線上的埠。 類型:整數。 |
針對 Bicep,您可以使用 任何 () 函式。 |
readBufferSize |
決定讀取時使用的內部緩衝區大小。 如果從資料庫傳輸大型值,增加可能會改善效能。 類型:整數。 |
針對 Bicep,您可以使用 任何 () 函式。 |
結構描述 |
設定架構搜尋路徑。 類型:字串。 |
針對 Bicep,您可以使用 任何 () 函式。 |
伺服器 |
線上的伺服器名稱。 類型:字串。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
sslCertificate |
要傳送至伺服器的客戶端憑證位置。 類型:字串。 |
針對 Bicep,您可以使用 任何 () 函式。 |
sslKey |
要傳送至伺服器的用戶端憑證用戶端金鑰位置。 類型:字串。 |
針對 Bicep,您可以使用 任何 () 函式。 |
sslMode |
線上的 SSL 模式。 類型:整數。 0:停用、1:allow、2:prefer、3:require、4:verify-ca、5:verify-full。 類型:整數。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
sslPassword |
用戶端憑證金鑰的密碼。 類型:字串。 |
針對 Bicep,您可以使用 任何 () 函式。 |
timezone |
取得或設定會話時區。 類型:字串。 |
針對 Bicep,您可以使用 任何 () 函式。 |
trustServerCertificate |
是否信任伺服器證書而不驗證。 類型:布爾值。 |
針對 Bicep,您可以使用 任何 () 函式。 |
使用者名稱 |
驗證的用戶名稱。 類型:字串。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
PrestoLinkedService
PrestoLinkedServiceTypeProperties
名稱 |
描述 |
值 |
allowHostNameCNMismatch |
指定在透過 SSL 連線時,是否要求 CA 所核發的 SSL 憑證名稱符合伺服器的主機名稱。 預設值為 false。 |
針對 Bicep,您可以使用 任何 () 函式。 |
allowSelfSignedServerCert |
指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 |
針對 Bicep,您可以使用 任何 () 函式。 |
authenticationType |
用來連線到 Presto 伺服器的驗證機制。 |
'Anonymous' 需要 『LDAP』 () |
catalog |
對伺服器之所有要求的目錄內容。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
enableSsl |
指定是否使用 SSL 來加密與伺服器的連線。 預設值為 false。 |
針對 Bicep,您可以使用 任何 () 函式。 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
主機 |
Presto 伺服器的 IP 位址或主機名稱。 (亦即 192.168.222.160) |
針對 Bicep,您可以使用 任何必要的 () function. () |
密碼 |
對應到使用者名稱的密碼。 |
SecretBase |
連接埠 |
Presto 伺服器用來接聽用戶端連線的 TCP 連接埠。 預設值為 8080。 |
針對 Bicep,您可以使用 任何 () 函式。 |
serverVersion |
Presto 伺服器的版本。 (亦即 0.148-t) |
針對 Bicep,您可以使用 任何必要的 () function. () |
timeZoneID |
連線所使用的本機時區。 這個選項的有效值均指定於 IANA 時區資料庫中。 預設值為系統時區。 |
針對 Bicep,您可以使用 任何 () 函式。 |
trustedCertPath |
.pem 檔案的完整路徑,其中包含在透過 SSL 連線時,用來驗證伺服器的受信任 CA 憑證。 只有在自我裝載 IR 上使用 SSL 時,才能設定這個屬性。 預設值為隨 IR 安裝的 cacerts.pem 檔案。 |
針對 Bicep,您可以使用 任何 () 函式。 |
username |
用來連線到 Presto 伺服器的使用者名稱。 |
針對 Bicep,您可以使用 任何 () 函式。 |
useSystemTrustStore |
指定是否使用來自系統信任存放區或來自指定 PEM 檔案的 CA 憑證。 預設值為 false。 |
針對 Bicep,您可以使用 任何 () 函式。 |
QuickbaseLinkedService
QuickbaseLinkedServiceTypeProperties
名稱 |
描述 |
值 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
url |
線上 Quickbase 來源的 URL。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
userToken |
Quickbase 來源的使用者令牌。 |
SecretBase (必要) |
QuickBooksLinkedService
QuickBooksLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accessToken |
用於 OAuth 1.0 驗證的存取權杖。 |
SecretBase |
accessTokenSecret |
用於 OAuth 1.0 驗證的存取權杖祕密。 |
SecretBase |
companyId |
要授權之 QuickBooks 公司的公司識別碼。 |
針對 Bicep,您可以使用 任何 () 函式。 |
connectionProperties |
用來連線到 QuickBooks 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 |
針對 Bicep,您可以使用 任何 () 函式。 |
consumerKey |
用於 OAuth 1.0 驗證的取用者金鑰。 |
針對 Bicep,您可以使用 任何 () 函式。 |
consumerSecret |
用於 OAuth 1.0 驗證的取用者祕密。 |
SecretBase |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
端點 |
QuickBooks 伺服器的端點。 (即 quickbooks.api.intuit.com) |
針對 Bicep,您可以使用 任何 () 函式。 |
useEncryptedEndpoints |
指定是否使用 HTTPS 來加密資料來源端點。 預設值為 true。 |
針對 Bicep,您可以使用 任何 () 函式。 |
ResponsysLinkedService
ResponsysLinkedServiceTypeProperties
名稱 |
描述 |
值 |
clientId |
與 Respopnsys 應用程式相關聯的用戶端識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
clientSecret |
與 Respopnsys 應用程式相關聯的用戶端密碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
SecretBase |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
端點 |
Responsys 伺服器的端點。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
useEncryptedEndpoints |
指定是否使用 HTTPS 來加密資料來源端點。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 |
針對 Bicep,您可以使用 任何 () 函式。 |
useHostVerification |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名稱符合伺服器的主機名稱。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 |
針對 Bicep,您可以使用 任何 () 函式。 |
usePeerVerification |
指定在透過 SSL 連線時,是否要確認伺服器的身分識別。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 |
針對 Bicep,您可以使用 任何 () 函式。 |
RestServiceLinkedService
RestServiceLinkedServiceTypeProperties
名稱 |
描述 |
值 |
aadResourceId |
您要求授權使用的資源。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
authenticationType |
用來連線到 REST 服務的驗證類型。 |
'AadServicePrincipal' 'Anonymous' 'Basic' 'ManagedServiceIdentity' 'OAuth2ClientCredential' (必要) |
authHeaders |
要求中用於授權之 RESTful API 的其他 HTTP 標頭。 類型:具有 resultType 物件) 的物件 (或 Expression。 |
針對 Bicep,您可以使用 任何 () 函式。 |
azureCloudType |
指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
clientId |
與應用程式相關的用戶端識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
clientSecret |
與您的應用程式相關的用戶端密碼。 |
SecretBase |
認證 (credential) |
包含驗證資訊的認證參考。 |
CredentialReference |
enableServerCertificateValidation |
連接到端點時,是否要驗證伺服器端 SSL 憑證。默認值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 |
針對 Bicep,您可以使用 任何 () 函式。 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
基本身份驗證類型中使用的密碼。 |
SecretBase |
resource |
要求存取的目標服務或資源。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
scope |
所需的存取範圍。 它會描述要求的存取權種類。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
servicePrincipalId |
AadServicePrincipal 驗證類型中使用的應用程式用戶端標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
servicePrincipalKey |
AadServicePrincipal 驗證類型中使用的應用程式密鑰。 |
SecretBase |
租用戶 |
租使用者資訊 (功能變數名稱或租使用者標識碼) 在應用程式所在的 AadServicePrincipal 驗證類型中使用。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
tokenEndpoint |
要取得存取令牌之授權伺服器的令牌端點。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
url |
REST 服務的基底 URL。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
userName |
基本身份驗證類型中使用的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
SalesforceLinkedService
SalesforceLinkedServiceTypeProperties
名稱 |
描述 |
值 |
apiVersion |
ADF 中使用的 Salesforce API 版本。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
environmentUrl |
Salesforce 實例的 URL。 預設值為 『https://login.salesforce.com』。 若要從沙箱複製數據,請指定 『https://test.salesforce.com』 。 若要從自定義網域複製數據,請指定 『https://[domain].my.salesforce.com』。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
password |
Salesforce 實例基本身份驗證的密碼。 |
SecretBase |
securityToken |
安全性令牌是遠端訪問 Salesforce 實例的選擇性專案。 |
SecretBase |
使用者名稱 |
Salesforce 實例基本身份驗證的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
SalesforceMarketingCloudLinkedService
SalesforceMarketingCloudLinkedServiceTypeProperties
名稱 |
描述 |
值 |
clientId |
與 Salesforce Marketing Cloud 應用程式相關聯的用戶端識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
clientSecret |
與 Salesforce Marketing Cloud 應用程式相關聯的用戶端密碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
SecretBase |
connectionProperties |
用來連線到 Salesforce Marketing Cloud 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 |
針對 Bicep,您可以使用 任何 () 函式。 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
useEncryptedEndpoints |
指定是否使用 HTTPS 來加密資料來源端點。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 |
針對 Bicep,您可以使用 任何 () 函式。 |
useHostVerification |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名稱符合伺服器的主機名稱。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 |
針對 Bicep,您可以使用 任何 () 函式。 |
usePeerVerification |
指定在透過 SSL 連線時,是否要確認伺服器的身分識別。 預設值為 true。 Type:boolean (或 Expression with resultType boolean) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
SalesforceServiceCloudLinkedService
SalesforceServiceCloudLinkedServiceTypeProperties
名稱 |
描述 |
值 |
apiVersion |
ADF 中使用的 Salesforce API 版本。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
environmentUrl |
Salesforce Service Cloud 實例的 URL。 預設值為 『https://login.salesforce.com』。 若要從沙箱複製數據,請指定 『https://test.salesforce.com』 。 若要從自定義網域複製數據,請指定 『https://[domain].my.salesforce.com』。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
extendedProperties |
附加至 連接字串的擴充屬性。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
password |
Salesforce 實例的基本身份驗證密碼。 |
SecretBase |
securityToken |
安全性令牌是選擇性的,可遠端訪問 Salesforce 實例。 |
SecretBase |
使用者名稱 |
Salesforce 實例的基本身份驗證用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
SalesforceServiceCloudV2LinkedService
SalesforceServiceCloudV2LinkedServiceTypeProperties
名稱 |
描述 |
值 |
apiVersion |
ADF 中使用的 Salesforce API 版本。 版本必須大於或等於 Salesforce BULK API 2.0 所需的 47.0。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
authenticationType |
要用來連線到 Salesforce 的驗證類型。 目前,我們只支援 OAuth2ClientCredentials,這也是預設值 |
針對 Bicep,您可以使用 任何 () 函式。 |
clientId |
Salesforce 實例 OAuth 2.0 用戶端認證流程驗證的用戶端識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
clientSecret |
Salesforce 實例 OAuth 2.0 用戶端認證流程驗證的客戶端密碼。 |
SecretBase |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
environmentUrl |
Salesforce Service Cloud 實例的 URL。 例如,'https://[domain].my.salesforce.com'。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
SalesforceV2LinkedService
SalesforceV2LinkedServiceTypeProperties
名稱 |
描述 |
值 |
apiVersion |
ADF 中使用的 Salesforce API 版本。 版本必須大於或等於 Salesforce BULK API 2.0 所需的 47.0。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
authenticationType |
要用來連線到 Salesforce 的驗證類型。 目前,我們只支援 OAuth2ClientCredentials,這也是預設值 |
針對 Bicep,您可以使用 任何 () 函式。 |
clientId |
Salesforce 實例 OAuth 2.0 用戶端認證流程驗證的用戶端識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
clientSecret |
Salesforce 實例 OAuth 2.0 用戶端認證流程驗證的客戶端密碼。 |
SecretBase |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
environmentUrl |
Salesforce 實例的 URL。 例如,'https://[domain].my.salesforce.com'。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
SapBWLinkedService
SapBWLinkedServiceTypeProperties
名稱 |
描述 |
值 |
clientId |
BW 系統上用戶端的用戶端識別碼。 (通常以字串表示的三位數十進位數) Type:string (或 Expression 與 resultType 字串) 。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
存取 SAP BW 伺服器的密碼。 |
SecretBase |
伺服器 |
SAP BW 實例的主機名。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
systemNumber |
BW 系統的系統編號。 (通常以 string.) Type 表示的兩位數十進位數:string (或 Expression 與 resultType 字串) 。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
userName |
存取 SAP BW 伺服器的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
SapCloudForCustomerLinkedService
SapCloudForCustomerLinkedServiceTypeProperties
名稱 |
描述 |
值 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 必須提供 encryptedCredential 或使用者名稱/密碼。 類型:字串。 |
字串 |
password |
基本身份驗證的密碼。 |
SecretBase |
url |
SAP Cloud for Customer OData API 的 URL。 例如,'[https://[tenantname].crm.ondemand.com/sap/c4c/odata/v1]'。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
使用者名稱 |
基本身份驗證的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
SapEccLinkedService
SapEccLinkedServiceTypeProperties
名稱 |
描述 |
值 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 必須提供 encryptedCredential 或使用者名稱/密碼。 類型:字串。 |
字串 |
password |
基本身份驗證的密碼。 |
SecretBase |
url |
SAP ECC OData API 的 URL。 例如,'[https://hostname:port/sap/opu/odata/sap/servicename/]'。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
使用者名稱 |
基本身份驗證的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
SapHanaLinkedService
SapHanaLinkedServiceProperties
名稱 |
描述 |
值 |
authenticationType |
要用來連線到 SAP HANA 伺服器的驗證類型。 |
'Basic' 'Windows' |
connectionString |
SAP HANA ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
針對 Bicep,您可以使用 任何 () 函式。 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
存取 SAP HANA 伺服器的密碼。 |
SecretBase |
伺服器 |
SAP HANA 伺服器的主機名。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
userName |
存取 SAP HANA 伺服器的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
SapOdpLinkedService
SapOdpLinkedServiceTypeProperties
名稱 |
描述 |
值 |
clientId |
數據表所在 SAP 系統上用戶端的用戶端識別碼。 (通常以字串表示的三位數十進位數) Type:string (或 Expression 與 resultType 字串) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
語言 |
數據表所在的 SAP 系統語言。 預設值為 EN。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
logonGroup |
SAP 系統的登入群組。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
messageServer |
SAP 訊息伺服器的主機名。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
messageServerService |
訊息伺服器的服務名稱或埠號碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
password |
存取資料表所在 SAP 伺服器的密碼。 |
SecretBase |
伺服器 |
數據表所在 SAP 實例的主機名。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
sncLibraryPath |
外部安全性產品的連結庫,可存取數據表所在的 SAP 伺服器。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
sncMode |
SNC 啟用指示器,可存取資料表所在的 SAP 伺服器。 必須是 0 (關閉) ,或) 上的 1 (。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
sncMyName |
啟動器的SNC名稱,用來存取數據表所在的 SAP 伺服器。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
sncPartnerName |
通訊夥伴的SNC名稱,以存取數據表所在的 SAP 伺服器。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
sncQop |
SNC 保護品質。 允許的值包括:1、2、3、8、9。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
subscriberName |
訂閱者名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
systemId |
數據表所在 SAP 系統的 SystemID。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
systemNumber |
數據表所在 SAP 系統的系統編號。 (通常以 string.) Type 表示的兩位數十進位數:string (或 Expression with resultType string) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
userName |
用來存取數據表所在 SAP 伺服器的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
x509CertificatePath |
SNC X509 憑證檔案路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
SapOpenHubLinkedService
SapOpenHubLinkedServiceTypeProperties
名稱 |
描述 |
值 |
clientId |
開啟中樞目的地所在 BW 系統上用戶端的用戶端識別碼。 (通常以字串表示的三位數十進位數) Type:string (或 Expression with resultType string) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
語言 |
開啟中樞目的地所在 BW 系統的語言。 預設值為 EN。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
logonGroup |
SAP 系統的登入群組。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
messageServer |
SAP 訊息伺服器的主機名。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
messageServerService |
訊息伺服器的服務名稱或埠號碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
password |
用來存取開啟中樞目的地所在 SAP BW 伺服器的密碼。 |
SecretBase |
伺服器 |
開啟中樞目的地所在 SAP BW 實例的主機名。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
systemId |
數據表所在 SAP 系統的 SystemID。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
systemNumber |
開啟中樞目的地所在 BW 系統的系統號碼。 (通常以 string.) Type 表示的兩位數十進位數:string (或 Expression 與 resultType 字串) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
userName |
用來存取開啟中樞目的地所在 SAP BW 伺服器的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
SapTableLinkedService
SapTableLinkedServiceTypeProperties
名稱 |
描述 |
值 |
clientId |
數據表所在 SAP 系統上用戶端的用戶端識別碼。 (通常以字串表示的三位數十進位數) Type:string (或 Expression 與 resultType 字串) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
語言 |
數據表所在的 SAP 系統語言。 預設值為 EN。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
logonGroup |
SAP 系統的登入群組。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
messageServer |
SAP 訊息伺服器的主機名。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
messageServerService |
訊息伺服器的服務名稱或埠號碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
password |
存取資料表所在 SAP 伺服器的密碼。 |
SecretBase |
伺服器 |
數據表所在的 SAP 實例主機名。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
sncLibraryPath |
外部安全性產品的連結庫,可存取數據表所在的 SAP 伺服器。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
sncMode |
SNC 啟用指標,可存取資料表所在的 SAP 伺服器。 必須是 0 (關閉) ,或) 上的 1 個 (。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
sncMyName |
啟動器的SNC名稱,以存取資料表所在的 SAP 伺服器。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
sncPartnerName |
通訊夥伴的SNC名稱,以存取數據表所在的 SAP 伺服器。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
sncQop |
SNC 保護品質。 允許的值包括:1、2、3、8、9。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
systemId |
數據表所在 SAP 系統的 SystemID。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
systemNumber |
數據表所在的 SAP 系統系統號碼。 (通常以 string.) Type 表示的兩位數十進位數:string (或 Expression 與 resultType 字串) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
userName |
用來存取數據表所在 SAP 伺服器的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
ServiceNowLinkedService
ServiceNowLinkedServiceTypeProperties
名稱 |
描述 |
值 |
authenticationType |
要使用的驗證類型。 |
'Basic' 'OAuth2' (必要) |
clientId |
OAuth2 驗證的用戶端標識碼。 |
針對 Bicep,您可以使用 任何 () 函式。 |
clientSecret |
用於 OAuth2 驗證的用戶端祕密。 |
SecretBase |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
端點 |
ServiceNow 伺服器的端點。 (亦即 {instance}.service-now.com) |
針對 Bicep,您可以使用 任何必要的 () function. () |
密碼 |
對應至用於進行 Basic 和 OAuth2 驗證之使用者名稱的密碼。 |
SecretBase |
useEncryptedEndpoints |
指定是否使用 HTTPS 來加密資料來源端點。 預設值為 true。 |
針對 Bicep,您可以使用 任何 () 函式。 |
useHostVerification |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名稱符合伺服器的主機名稱。 預設值為 true。 |
針對 Bicep,您可以使用 任何 () 函式。 |
usePeerVerification |
指定在透過 SSL 連線時,是否要確認伺服器的身分識別。 預設值為 true。 |
針對 Bicep,您可以使用 任何 () 函式。 |
username |
用來連線到 ServiceNow 伺服器以進行 Basic 和 OAuth2 驗證的使用者名稱。 |
針對 Bicep,您可以使用 任何 () 函式。 |
ServiceNowV2LinkedService
ServiceNowV2LinkedServiceTypeProperties
名稱 |
描述 |
值 |
authenticationType |
要使用的驗證類型。 |
'Basic' 'OAuth2' (必要) |
clientId |
OAuth2 驗證的用戶端標識碼。 |
針對 Bicep,您可以使用 任何 () 函式。 |
clientSecret |
用於 OAuth2 驗證的用戶端祕密。 |
SecretBase |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
端點 |
ServiceNowV2 伺服器的端點。 (亦即 {instance}.service-now.com) |
針對 Bicep,您可以使用 任何必要的 () function. () |
grantType |
OAuth2 驗證的 GrantType。 預設值為password。 |
針對 Bicep,您可以使用 任何 () 函式。 |
密碼 |
對應至用於進行 Basic 和 OAuth2 驗證之使用者名稱的密碼。 |
SecretBase |
使用者名稱 |
用來連線至 ServiceNowV2 伺服器以進行基本和 OAuth2 驗證的用戶名稱。 |
針對 Bicep,您可以使用 任何 () 函式。 |
SftpServerLinkedService
SftpServerLinkedServiceTypeProperties
名稱 |
描述 |
值 |
authenticationType |
要用來連線到 FTP 伺服器的驗證類型。 |
'Basic' 'MultiFactor' 'SshPublicKey' |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
主機 |
SFTP 伺服器主機名。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () function. (所需的) |
hostKeyFingerprint |
SFTP 伺服器的主機按鍵指紋。 當 SkipHostKeyValidation 為 false 時,應該指定 HostKeyFingerprint。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
passPhrase |
如果 SSH 私鑰已加密,用來解密 SSH 私鑰的密碼。 |
SecretBase |
password |
登入 SFTP 伺服器以進行基本身份驗證的密碼。 |
SecretBase |
連接埠 |
SFTP 伺服器用來接聽用戶端連線的 TCP 連接埠號碼。 預設值為 22。 Type:integer (或 Expression with resultType integer) ,minimum: 0。 |
針對 Bicep,您可以使用 任何 () 函式。 |
privateKeyContent |
用於 SshPublicKey 驗證的 Base64 編碼 SSH 私鑰內容。 針對使用 SshPublicKey 驗證的內部部署複本,應該指定 PrivateKeyPath 或 PrivateKeyContent。 SSH 私密金鑰的格式應該是 OpenSSH。 |
SecretBase |
privateKeyPath |
SshPublicKey 驗證的 SSH 私鑰檔案路徑。 僅適用於內部部署複本。 針對使用 SshPublicKey 驗證的內部部署複本,應該指定 PrivateKeyPath 或 PrivateKeyContent。 SSH 私密金鑰的格式應該是 OpenSSH。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
skipHostKeyValidation |
如果為 true,請略過 SSH 主機金鑰驗證。 預設值為 False。 Type:boolean (或 Expression with resultType boolean) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
userName |
用來登入SFTP 伺服器的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
SharePointOnlineListLinkedService
SharePointOnlineListLinkedServiceTypeProperties
名稱 |
描述 |
值 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
servicePrincipalId |
應用程式 (在 Azure Active Directory 中註冊之應用程式的用戶端) 識別碼。 請務必將 SharePoint 網站許可權授與此應用程式。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () function. (所需的) |
servicePrincipalKey |
在 Azure Active Directory 中註冊之應用程式的客戶端密碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
需要 SecretBase () |
siteUrl |
SharePoint Online 網站的 URL。 例如: https://contoso.sharepoint.com/sites/siteName 。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () function. (所需的) |
tenantId |
您的應用程式所在的租用戶識別碼。 您可以從 Azure 入口網站 Active Directory 概觀頁面找到它。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () function. (所需的) |
ShopifyLinkedService
ShopifyLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accessToken |
可以用來存取 Shopify 資料的 API 存取權杖。 如果令牌為離線模式,令牌將不會過期。 |
SecretBase |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
主機 |
Shopify 伺服器的端點。 (即 mystore.myshopify.com) |
針對 Bicep,您可以使用 任何 () function. (所需的) |
useEncryptedEndpoints |
指定是否使用 HTTPS 來加密資料來源端點。 預設值為 true。 |
針對 Bicep,您可以使用 任何 () 函式。 |
useHostVerification |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名稱符合伺服器的主機名稱。 預設值為 true。 |
針對 Bicep,您可以使用 任何 () 函式。 |
usePeerVerification |
指定在透過 SSL 連線時,是否要確認伺服器的身分識別。 預設值為 true。 |
針對 Bicep,您可以使用 任何 () 函式。 |
SmartsheetLinkedService
SmartsheetLinkedServiceTypeProperties
名稱 |
描述 |
值 |
apiToken |
Smartsheet 來源的 API 令牌。 |
需要 SecretBase () |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
SnowflakeLinkedService
SnowflakeLinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionString |
雪花 連接字串。 類型:string、SecureString。 |
針對 Bicep,您可以使用 任何 () function. (所需的) |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
SnowflakeV2LinkedService
SnowflakeLinkedV2ServiceTypeProperties
名稱 |
描述 |
值 |
accountIdentifier |
Snowflake 帳戶的帳戶標識碼,例如 xy12345.east-us-2.azure |
針對 Bicep,您可以使用 任何 () function. (所需的) |
authenticationType |
用於驗證的類型。 類型:字串。 |
'AADServicePrincipal' 'Basic' 'KeyPair' |
clientId |
在 Azure Active Directory 中註冊以進行 AADServicePrincipal 驗證之應用程式的用戶端識別碼。 |
針對 Bicep,您可以使用 任何 () 函式。 |
clientSecret |
AADServicePrincipal 驗證之用戶端密碼的 Azure 密鑰保存庫秘密參考。 |
SecretBase |
[資料庫] |
Snowflake 資料庫的名稱。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 |
SecretBase |
privateKey |
適用於 KeyPair 驗證之 privateKey 的 Azure 金鑰保存庫秘密參考。 |
SecretBase |
privateKeyPassphrase |
使用加密私鑰進行 KeyPair 驗證的私鑰密碼的 Azure 金鑰保存庫秘密參考。 |
SecretBase |
範圍 |
在 Azure Active Directory 中註冊以進行 AADServicePrincipal 驗證的應用程式範圍。 |
針對 Bicep,您可以使用 任何 () 函式。 |
tenantId |
在 Azure Active Directory 中註冊以進行 AADServicePrincipal 驗證之應用程式的租用戶識別碼。 |
針對 Bicep,您可以使用 任何 () 函式。 |
user |
Snowflake 用戶的名稱。 |
針對 Bicep,您可以使用 任何 () 函式。 |
warehouse |
Snowflake 倉儲的名稱。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
SparkLinkedService
SparkLinkedServiceTypeProperties
名稱 |
描述 |
值 |
allowHostNameCNMismatch |
指定在透過 SSL 連線時,是否要求 CA 所核發的 SSL 憑證名稱符合伺服器的主機名稱。 預設值為 false。 |
針對 Bicep,您可以使用 任何 () 函式。 |
allowSelfSignedServerCert |
指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 |
針對 Bicep,您可以使用 任何 () 函式。 |
authenticationType |
用來存取 Spark 伺服器的驗證方法。 |
'Anonymous' 'Username' 'UsernameAndPassword' 'WindowsAzureHDInsightService' (必要) |
enableSsl |
指定是否使用 SSL 來加密與伺服器的連線。 預設值為 false。 |
針對 Bicep,您可以使用 任何 () 函式。 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
主機 |
Spark 伺服器的 IP 位址或主機名稱 |
針對 Bicep,您可以使用 任何必要的 () function. () |
httpPath |
對應至 Spark 伺服器的部分 URL。 |
針對 Bicep,您可以使用 任何 () 函式。 |
password |
對應至您在 [用戶名稱] 字段中提供之使用者名稱的密碼 |
SecretBase |
連接埠 |
Spark 伺服器用來接聽用戶端連線的 TCP 連接埠。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
serverType |
Spark 伺服器的類型。 |
'SharkServer' 'SharkServer2' 'SparkThriftServer' |
thriftTransportProtocol |
Thrift 層中使用的傳輸通訊協定。 |
'Binary' 'HTTP ' 'SASL' |
trustedCertPath |
.pem 檔案的完整路徑,其中包含在透過 SSL 連線時,用來驗證伺服器的受信任 CA 憑證。 只有在自我裝載 IR 上使用 SSL 時,才能設定這個屬性。 預設值為隨 IR 安裝的 cacerts.pem 檔案。 |
針對 Bicep,您可以使用 任何 () 函式。 |
username |
您用來存取 Spark 伺服器的使用者名稱。 |
針對 Bicep,您可以使用 任何 () 函式。 |
useSystemTrustStore |
指定是否使用來自系統信任存放區或來自指定 PEM 檔案的 CA 憑證。 預設值為 false。 |
針對 Bicep,您可以使用 任何 () 函式。 |
SqlServerLinkedService
SqlServerLinkedServiceTypeProperties
名稱 |
描述 |
值 |
alwaysEncryptedSettings |
Sql 一律加密的屬性。 |
SqlAlwaysEncryptedProperties |
connectionString |
連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
內部部署 Windows 驗證 密碼。 |
SecretBase |
userName |
內部部署 Windows 驗證 用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
SquareLinkedService
SquareLinkedServiceTypeProperties
名稱 |
描述 |
值 |
clientId |
與您 Square 應用程式相關聯的用戶端識別碼。 |
針對 Bicep,您可以使用 任何 () 函式。 |
clientSecret |
與您 Square 應用程式相關聯的用戶端祕密。 |
SecretBase |
connectionProperties |
用來連接到 Square 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 |
針對 Bicep,您可以使用 任何 () 函式。 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
主機 |
Square 執行個體的 URL。 (亦即 mystore.mysquare.com) |
針對 Bicep,您可以使用 任何 () 函式。 |
redirectUri |
Square 應用程式儀表板中指派的重新導向 URL。 (亦即 http://localhost:2500 ) |
針對 Bicep,您可以使用 任何 () 函式。 |
useEncryptedEndpoints |
指定是否使用 HTTPS 來加密資料來源端點。 預設值為 true。 |
針對 Bicep,您可以使用 任何 () 函式。 |
useHostVerification |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名稱符合伺服器的主機名稱。 預設值為 true。 |
針對 Bicep,您可以使用 任何 () 函式。 |
usePeerVerification |
指定在透過 SSL 連線時,是否要確認伺服器的身分識別。 預設值為 true。 |
針對 Bicep,您可以使用 任何 () 函式。 |
SybaseLinkedService
SybaseLinkedServiceTypeProperties
名稱 |
描述 |
值 |
authenticationType |
要用於連線的 AuthenticationType。 |
'Basic' 'Windows' |
[資料庫] |
連接的資料庫名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
驗證的密碼。 |
SecretBase |
結構描述 |
線上的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
伺服器 |
線上的伺服器名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
使用者名稱 |
驗證的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
TeamDeskLinkedService
TeamDeskLinkedServiceTypeProperties
名稱 |
描述 |
值 |
apiToken |
TeamDesk 來源的 API 令牌。 |
SecretBase |
authenticationType |
要使用的驗證類型。 |
'Basic' 必要 ('Token') |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
TeamDesk 來源的密碼。 |
SecretBase |
url |
連線 TeamDesk 來源的 URL。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
userName |
TeamDesk 來源的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
TeradataLinkedService
TeradataLinkedServiceTypeProperties
名稱 |
描述 |
值 |
authenticationType |
要用於連線的 AuthenticationType。 |
'Basic' 'Windows' |
connectionString |
Teradata ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
針對 Bicep,您可以使用 任何 () 函式。 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
驗證的密碼。 |
SecretBase |
伺服器 |
線上的伺服器名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
使用者名稱 |
驗證的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
TwilioLinkedService
TwilioLinkedServiceTypeProperties
名稱 |
描述 |
值 |
password |
Twilio 服務的驗證令牌。 |
SecretBase (必要) |
userName |
Twilio 服務的帳戶 SID。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
VerticaLinkedService
VerticaLinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionString |
ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
針對 Bicep,您可以使用 任何 () 函式。 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
pwd |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
WarehouseLinkedService
WarehouseLinkedServiceTypeProperties
名稱 |
描述 |
值 |
artifactId |
Microsoft Fabric Warehouse 成品的標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
端點 |
Microsoft Fabric Warehouse 伺服器的端點。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
servicePrincipalCredential |
Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 |
SecretBase |
servicePrincipalCredentialType |
要用於伺服器對伺服器驗證的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey'、憑證的 'ServicePrincipalCert'。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
servicePrincipalId |
用來向 Microsoft Fabric Warehouse 進行驗證的應用程式識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
servicePrincipalKey |
用來向 Microsoft Fabric Warehouse 進行驗證之應用程式的密鑰。 |
SecretBase |
租用戶 |
服務主體所屬租用戶的名稱或標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
workspaceId |
Microsoft Fabric 工作區的標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
WebLinkedService
WebLinkedServiceTypeProperties
名稱 |
描述 |
值 |
url |
Web 服務端點的 URL , 例如 https://www.microsoft.com 。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () function. (所需的) |
authenticationType |
設定物件類型 |
匿名 基本 需要 ClientCertificate () |
WebAnonymousAuthentication
名稱 |
描述 |
值 |
authenticationType |
用來連線到 Web 資料表來源的驗證類型。 |
必要) 'Anonymous' ( |
WebBasicAuthentication
名稱 |
描述 |
值 |
authenticationType |
用來連線到 Web 資料表來源的驗證類型。 |
需要 『Basic』 () |
password |
基本身份驗證的密碼。 |
需要 SecretBase () |
使用者名稱 |
基本身份驗證的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () function. (所需的) |
WebClientCertificateAuthentication
名稱 |
描述 |
值 |
authenticationType |
用來連線到 Web 資料表來源的驗證類型。 |
需要 'ClientCertificate' () |
password |
PFX 檔案的密碼。 |
需要 SecretBase () |
pfx |
PFX 檔案的Base64編碼內容。 |
需要 SecretBase () |
XeroLinkedService
XeroLinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionProperties |
用來連接到 Xero 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 |
針對 Bicep,您可以使用 任何 () 函式。 |
consumerKey |
與 Xero 應用程式相關聯的取用者金鑰。 |
SecretBase |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
主機 |
Xero 伺服器的端點。 (即 api.xero.com) |
針對 Bicep,您可以使用 任何 () 函式。 |
privateKey |
從您 Xero 私人應用程式產生之 .pem 檔案的私密金鑰。 您必須包含 .pem 檔案中的所有文字,包括 Unix 行結尾 ( ). |
SecretBase |
useEncryptedEndpoints |
指定是否使用 HTTPS 來加密資料來源端點。 預設值為 true。 |
針對 Bicep,您可以使用 任何 () 函式。 |
useHostVerification |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名稱符合伺服器的主機名稱。 預設值為 true。 |
針對 Bicep,您可以使用 任何 () 函式。 |
usePeerVerification |
指定在透過 SSL 連線時,是否要確認伺服器的身分識別。 預設值為 true。 |
針對 Bicep,您可以使用 任何 () 函式。 |
ZendeskLinkedService
ZendeskLinkedServiceTypeProperties
名稱 |
描述 |
值 |
apiToken |
Zendesk 來源的 API 令牌。 |
SecretBase |
authenticationType |
要使用的驗證類型。 |
'Basic' 必要 ('Token') |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
Zendesk 來源的密碼。 |
SecretBase |
url |
聯機 Zendesk 來源的 URL。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何必要的 () function. () |
userName |
Zendesk 來源的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
針對 Bicep,您可以使用 任何 () 函式。 |
ZohoLinkedService
ZohoLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accessToken |
用於 Zoho 驗證的存取權杖。 |
SecretBase |
connectionProperties |
用來連線到 Zoho 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 |
針對 Bicep,您可以使用 任何 () 函式。 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
端點 |
Zoho 伺服器的端點。 (亦即 crm.zoho.com/crm/private) |
針對 Bicep,您可以使用 任何 () 函式。 |
useEncryptedEndpoints |
指定是否使用 HTTPS 來加密資料來源端點。 預設值為 true。 |
針對 Bicep,您可以使用 任何 () 函式。 |
useHostVerification |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名稱符合伺服器的主機名稱。 預設值為 true。 |
針對 Bicep,您可以使用 任何 () 函式。 |
usePeerVerification |
指定在透過 SSL 連線時,是否要確認伺服器的身分識別。 預設值為 true。 |
針對 Bicep,您可以使用 任何 () 函式。 |
快速入門範本
下列快速入門範本會部署此資源類型。
ARM 範本資源定義
Factory/linkedservices 資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄。
若要建立 Microsoft.DataFactory/factories/linkedservices 資源,請將下列 JSON 新增至您的範本。
{
"type": "Microsoft.DataFactory/factories/linkedservices",
"apiVersion": "2018-06-01",
"name": "string",
"properties": {
"annotations": [ object ],
"connectVia": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "IntegrationRuntimeReference"
},
"description": "string",
"parameters": {
"{customized property}": {
"defaultValue": {},
"type": "string"
}
},
"type": "string"
// For remaining properties, see LinkedService objects
}
}
LinkedService 物件
設定 type 屬性以指定物件的類型。
針對 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": {
"connectionString": {},
"encryptedCredential": "string",
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
}
}
針對 AmazonRdsForSqlServer,請使用:
"type": "AmazonRdsForSqlServer",
"typeProperties": {
"alwaysEncryptedSettings": {
"alwaysEncryptedAkvAuthType": "string",
"credential": {
"referenceName": "string",
"type": "CredentialReference",
"{customized property}": {}
},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
}
},
"connectionString": {},
"encryptedCredential": "string",
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"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": "CredentialReference",
"{customized property}": {}
},
"encryptedCredential": "string",
"linkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"poolName": {}
}
針對 AzureBlobFS,請使用:
"type": "AzureBlobFS",
"typeProperties": {
"accountKey": {},
"azureCloudType": {},
"credential": {
"referenceName": "string",
"type": "CredentialReference",
"{customized property}": {}
},
"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": "LinkedServiceReference"
},
"type": "string"
},
"accountKind": {},
"authenticationType": "string",
"azureCloudType": {},
"connectionString": {},
"containerUri": {},
"credential": {
"referenceName": "string",
"type": "CredentialReference",
"{customized property}": {}
},
"encryptedCredential": "string",
"sasToken": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"type": "string"
},
"sasUri": {},
"serviceEndpoint": {},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"tenant": {}
}
針對 AzureDatabricks,請使用:
"type": "AzureDatabricks",
"typeProperties": {
"accessToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"authentication": {},
"credential": {
"referenceName": "string",
"type": "CredentialReference",
"{customized property}": {}
},
"domain": {},
"encryptedCredential": "string",
"existingClusterId": {},
"instancePoolId": {},
"newClusterCustomTags": {},
"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": "CredentialReference",
"{customized property}": {}
},
"domain": {},
"encryptedCredential": "string",
"workspaceResourceId": {}
}
針對 AzureDataExplorer,請使用:
"type": "AzureDataExplorer",
"typeProperties": {
"credential": {
"referenceName": "string",
"type": "CredentialReference",
"{customized property}": {}
},
"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": "CredentialReference",
"{customized property}": {}
},
"dataLakeStoreUri": {},
"encryptedCredential": "string",
"resourceGroupName": {},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"subscriptionId": {},
"tenant": {}
}
針對 AzureFileStorage,請使用:
"type": "AzureFileStorage",
"typeProperties": {
"accountKey": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"type": "string"
},
"connectionString": {},
"encryptedCredential": "string",
"fileShare": {},
"host": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"sasToken": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"type": "string"
},
"sasUri": {},
"snapshot": {},
"userId": {}
}
針對 AzureFunction,請使用:
"type": "AzureFunction",
"typeProperties": {
"authentication": {},
"credential": {
"referenceName": "string",
"type": "CredentialReference",
"{customized property}": {}
},
"encryptedCredential": "string",
"functionAppUrl": {},
"functionKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"resourceId": {}
}
針對 AzureKeyVault,請使用:
"type": "AzureKeyVault",
"typeProperties": {
"baseUrl": {},
"credential": {
"referenceName": "string",
"type": "CredentialReference",
"{customized property}": {}
}
}
針對 AzureMariaDB,請使用:
"type": "AzureMariaDB",
"typeProperties": {
"connectionString": {},
"encryptedCredential": "string",
"pwd": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"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": {}
}
針對 AzureMySql,請使用:
"type": "AzureMySql",
"typeProperties": {
"connectionString": {},
"encryptedCredential": "string",
"password": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"type": "string"
}
}
針對 AzurePostgreSql,請使用:
"type": "AzurePostgreSql",
"typeProperties": {
"connectionString": {},
"encryptedCredential": "string",
"password": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"type": "string"
}
}
針對 AzureSearch,請使用:
"type": "AzureSearch",
"typeProperties": {
"encryptedCredential": "string",
"key": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"url": {}
}
針對 AzureSqlDatabase,請使用:
"type": "AzureSqlDatabase",
"typeProperties": {
"alwaysEncryptedSettings": {
"alwaysEncryptedAkvAuthType": "string",
"credential": {
"referenceName": "string",
"type": "CredentialReference",
"{customized property}": {}
},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
}
},
"azureCloudType": {},
"connectionString": {},
"credential": {
"referenceName": "string",
"type": "CredentialReference",
"{customized property}": {}
},
"encryptedCredential": "string",
"password": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"type": "string"
},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"tenant": {}
}
針對 AzureSqlDW,請使用:
"type": "AzureSqlDW",
"typeProperties": {
"azureCloudType": {},
"connectionString": {},
"credential": {
"referenceName": "string",
"type": "CredentialReference",
"{customized property}": {}
},
"encryptedCredential": "string",
"password": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"type": "string"
},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"tenant": {}
}
針對 AzureSqlMI,請使用:
"type": "AzureSqlMI",
"typeProperties": {
"alwaysEncryptedSettings": {
"alwaysEncryptedAkvAuthType": "string",
"credential": {
"referenceName": "string",
"type": "CredentialReference",
"{customized property}": {}
},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
}
},
"azureCloudType": {},
"connectionString": {},
"credential": {
"referenceName": "string",
"type": "CredentialReference",
"{customized property}": {}
},
"encryptedCredential": "string",
"password": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"type": "string"
},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"tenant": {}
}
針對 AzureStorage,請使用:
"type": "AzureStorage",
"typeProperties": {
"accountKey": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"type": "string"
},
"connectionString": {},
"encryptedCredential": "string",
"sasToken": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"type": "string"
},
"sasUri": {}
}
針對 AzureSynapseArtifacts,請使用:
"type": "AzureSynapseArtifacts",
"typeProperties": {
"authentication": {},
"endpoint": {},
"workspaceResourceId": {}
}
針對 AzureTableStorage,請使用:
"type": "AzureTableStorage",
"typeProperties": {
"accountKey": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"type": "string"
},
"connectionString": {},
"encryptedCredential": "string",
"sasToken": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"type": "string"
},
"sasUri": {}
}
針對 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": {},
"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": "CredentialReference",
"{customized property}": {}
},
"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": "LinkedServiceReference"
},
"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": "Basic",
"certificateCommonName": {},
"connectionString": {},
"database": {},
"encryptedCredential": "string",
"packageCollection": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"server": {},
"username": {}
}
針對 [鑽研],請使用:
"type": "Drill",
"typeProperties": {
"connectionString": {},
"encryptedCredential": "string",
"pwd": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"type": "string"
}
}
針對 Dynamics,請使用:
"type": "Dynamics",
"typeProperties": {
"authenticationType": {},
"credential": {
"referenceName": "string",
"type": "CredentialReference",
"{customized property}": {}
},
"deploymentType": {},
"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": {},
"deploymentType": {},
"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": {
"connectionString": {},
"encryptedCredential": "string",
"pwd": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"type": "string"
}
}
針對 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": {}
}
針對 Hdfs,請使用:
"type": "Hdfs",
"typeProperties": {
"authenticationType": {},
"encryptedCredential": "string",
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"url": {},
"userName": {}
}
針對 HDInsight,請使用:
"type": "HDInsight",
"typeProperties": {
"clusterUri": {},
"encryptedCredential": "string",
"fileSystem": {},
"hcatalogLinkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"isEspEnabled": {},
"linkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"userName": {}
}
針對 HDInsightOnDemand,請使用:
"type": "HDInsightOnDemand",
"typeProperties": {
"additionalLinkedServiceNames": [
{
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "LinkedServiceReference"
}
],
"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": "CredentialReference",
"{customized property}": {}
},
"dataNodeSize": {},
"encryptedCredential": "string",
"hBaseConfiguration": {},
"hcatalogLinkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"hdfsConfiguration": {},
"headNodeSize": {},
"hiveConfiguration": {},
"hostSubscriptionId": {},
"linkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"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": {}
}
針對 Hive,請使用:
"type": "Hive",
"typeProperties": {
"allowHostNameCNMismatch": {},
"allowSelfSignedServerCert": {},
"authenticationType": "string",
"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",
"enableSsl": {},
"encryptedCredential": "string",
"host": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"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": "LinkedServiceReference"
},
"type": "string"
},
"port": {},
"server": {},
"username": {}
}
針對 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": {
"connectionString": {},
"database": {},
"driverVersion": {},
"encryptedCredential": "string",
"password": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"type": "string"
},
"port": {},
"server": {},
"sslMode": {},
"username": {},
"useSystemTrustStore": {}
}
針對 Netezza,請使用:
"type": "Netezza",
"typeProperties": {
"connectionString": {},
"encryptedCredential": "string",
"pwd": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"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": {},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"servicePrincipalTenantId": {}
}
針對 Oracle,請使用:
"type": "Oracle",
"typeProperties": {
"connectionString": {},
"encryptedCredential": "string",
"password": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"type": "string"
}
}
針對 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": "LinkedServiceReference"
},
"type": "string"
}
}
針對 PostgreSqlV2,請使用:
"type": "PostgreSqlV2",
"typeProperties": {
"commandTimeout": {},
"connectionTimeout": {},
"database": {},
"encoding": {},
"encryptedCredential": "string",
"logParameters": {},
"password": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"type": "string"
},
"pooling": {},
"port": {},
"readBufferSize": {},
"schema": {},
"server": {},
"sslCertificate": {},
"sslKey": {},
"sslMode": {},
"sslPassword": {},
"timezone": {},
"trustServerCertificate": {},
"username": {}
}
針對 Presto,請使用:
"type": "Presto",
"typeProperties": {
"allowHostNameCNMismatch": {},
"allowSelfSignedServerCert": {},
"authenticationType": "string",
"catalog": {},
"enableSsl": {},
"encryptedCredential": "string",
"host": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"serverVersion": {},
"timeZoneID": {},
"trustedCertPath": {},
"username": {},
"useSystemTrustStore": {}
}
針對 Quickbase,請使用:
"type": "Quickbase",
"typeProperties": {
"encryptedCredential": "string",
"url": {},
"userToken": {
"type": "string"
// For remaining properties, see SecretBase objects
}
}
針對 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": {},
"useEncryptedEndpoints": {}
}
針對 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": "CredentialReference",
"{customized property}": {}
},
"enableServerCertificateValidation": {},
"encryptedCredential": "string",
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"resource": {},
"scope": {},
"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",
"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": "LinkedServiceReference"
},
"type": "string"
}
}
針對 SnowflakeV2,請使用:
"type": "SnowflakeV2",
"typeProperties": {
"accountIdentifier": {},
"authenticationType": "string",
"clientId": {},
"clientSecret": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"database": {},
"encryptedCredential": "string",
"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
},
"scope": {},
"tenantId": {},
"user": {},
"warehouse": {}
}
針對 Spark,請使用:
"type": "Spark",
"typeProperties": {
"allowHostNameCNMismatch": {},
"allowSelfSignedServerCert": {},
"authenticationType": "string",
"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": "CredentialReference",
"{customized property}": {}
},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
}
},
"connectionString": {},
"encryptedCredential": "string",
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"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",
"connectionString": {},
"encryptedCredential": "string",
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"server": {},
"username": {}
}
針對 Twilio,請使用:
"type": "Twilio",
"typeProperties": {
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"userName": {}
}
針對 Vertica,請使用:
"type": "Vertica",
"typeProperties": {
"connectionString": {},
"encryptedCredential": "string",
"pwd": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"type": "string"
}
}
針對 倉儲,請使用:
"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": {}
}
SecretBase 物件
設定 type 屬性以指定物件的類型。
針對 AzureKeyVaultSecret,請使用:
"type": "AzureKeyVaultSecret",
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "LinkedServiceReference"
}
針對 SecureString,請使用:
"type": "SecureString",
"value": "string"
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
}
屬性值
factoryies/linkedservices
名稱 |
描述 |
值 |
類型 |
資源類型 |
'Microsoft.DataFactory/factories/linkedservices' |
apiVersion |
資源 API 版本 |
'2018-06-01' |
NAME |
資源名稱
瞭解如何在 JSON ARM 範本中設定子資源的名稱和類型。 |
需要字串 ()
字元限制:1-260
合法字元: 不能使用:
<>*#.%&:\\+?/ 或控制字元
以英數字元開頭。 |
properties |
連結服務的屬性。 |
LinkedService (必要) |
LinkedService
IntegrationRuntimeReference
ParameterValueSpecification
ParameterDefinitionSpecification
ParameterSpecification
名稱 |
描述 |
值 |
defaultValue |
參數的預設值。 |
|
類型 |
參數類型。 |
'Array' 'Bool' 'Float' 'Int' 'Object' 'SecureString' 'String' (必要) |
AmazonMWSLinkedService
AmazonMWSLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accessKeyId |
用來存取資料的存取金鑰標識碼。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
端點 |
Amazon AWSS 伺服器的端點, (亦即 mws.amazonservices.com) |
|
marketplaceID |
您想要從中擷取資料的 Amazon Marketplace 識別碼。 若要從多個 Marketplace 標識符擷取數據,請使用逗號分隔 (,) 。 (亦即A2EUQ1WTGCTBG2) |
|
mwsAuthToken |
Amazon MWS 驗證權杖。 |
SecretBase |
secretKey |
用來存取資料的祕密金鑰。 |
SecretBase |
sellerID |
Amazon 賣方識別碼。 |
|
useEncryptedEndpoints |
指定是否使用 HTTPS 來加密資料來源端點。 預設值為 true。 |
|
useHostVerification |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名稱符合伺服器的主機名稱。 預設值為 true。 |
|
usePeerVerification |
指定在透過 SSL 連線時,是否要確認伺服器的身分識別。 預設值為 true。 |
|
SecretBase
AzureKeyVaultSecretReference
名稱 |
描述 |
值 |
secretName |
Azure 金鑰保存庫 中的秘密名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
secretVersion |
Azure 金鑰保存庫 中的秘密版本。 預設值為最新版本的秘密。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
store |
Azure 金鑰保存庫 鏈接服務參考。 |
LinkedServiceReference (必要) |
類型 |
秘密的類型。 |
字串 (必要) |
LinkedServiceReference
名稱 |
描述 |
值 |
參數 |
LinkedService 的自變數。 |
ParameterValueSpecification |
referenceName |
參考 LinkedService 名稱。 |
字串 (必要) |
類型 |
連結服務參考類型。 |
'LinkedServiceReference' (必要) |
SecureString
名稱 |
描述 |
值 |
類型 |
秘密的類型。 |
字串 (必要) |
值 |
安全字串的值。 |
字串 (必要) |
AmazonRdsForOracleLinkedService
AmazonRdsForLinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionString |
連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 |
SecretBase |
AmazonRdsForSqlServerLinkedService
AmazonRdsForSqlServerLinkedServiceTypeProperties
名稱 |
描述 |
值 |
alwaysEncryptedSettings |
Sql 一律加密的屬性。 |
SqlAlwaysEncryptedProperties |
connectionString |
連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
內部部署 Windows 驗證 密碼。 |
SecretBase |
userName |
內部部署 Windows 驗證 用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
SqlAlwaysEncryptedProperties
名稱 |
描述 |
值 |
alwaysEncryptedAkvAuthType |
Sql 一律加密 AKV 驗證類型。 類型:字串。 |
'ManagedIdentity' 'ServicePrincipal' 'UserAssignedManagedIdentity' (必要) |
認證 (credential) |
包含驗證資訊的認證參考。 |
CredentialReference |
servicePrincipalId |
Azure Active Directory 中用於 Azure 金鑰保存庫 驗證的應用程式用戶端識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalKey |
用來向 Azure 金鑰保存庫 進行驗證的服務主體金鑰。 |
SecretBase |
CredentialReference
名稱 |
描述 |
值 |
referenceName |
參考認證名稱。 |
需要字串 () |
類型 |
認證參考類型。 |
需要 'CredentialReference' () |
{自定義屬性} |
|
|
AmazonRedshiftLinkedService
AmazonRedshiftLinkedServiceTypeProperties
名稱 |
描述 |
值 |
[資料庫] |
Amazon Redshift 來源的資料庫名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
Amazon Redshift 來源的密碼。 |
SecretBase |
連接埠 |
Amazon Redshift 伺服器用來接聽用戶端連線的 TCP 連接埠號碼。 預設值為5439。 類型:具有 resultType 整數) 的整數 (或 Expression。 |
|
伺服器 |
Amazon Redshift 伺服器的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
使用者名稱 |
Amazon Redshift 來源的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
AmazonS3LinkedService
AmazonS3LinkedServiceTypeProperties
名稱 |
描述 |
值 |
accessKeyId |
Amazon S3 身分識別與存取管理 (IAM) 使用者的存取密鑰標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
authenticationType |
S3 的驗證類型。 允許的值:AccessKey (預設) 或 TemporarySecurityCredentials。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
secretAccessKey |
Amazon S3 身分識別和存取管理 (IAM) 使用者的秘密存取密鑰。 |
SecretBase |
serviceUrl |
此值會指定要使用 S3 連接器存取的端點。 這是選擇性屬性;只有在您想要嘗試不同的服務端點或想要在 HTTPs 與 http 之間切換時,才變更它。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
sessionToken |
S3 暫存安全性認證的會話令牌。 |
SecretBase |
AmazonS3CompatibleLinkedService
AmazonS3CompatibleLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accessKeyId |
Amazon S3 相容身分識別和存取管理 (IAM) 使用者的存取金鑰標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
forcePathStyle |
如果為 true,請使用 S3 路徑樣式存取,而不是虛擬託管樣式存取。 預設值為 False。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 |
|
secretAccessKey |
Amazon S3 相容身分識別和存取管理 (IAM) 使用者的秘密存取密鑰。 |
SecretBase |
serviceUrl |
此值會指定要使用 Amazon S3 相容連接器存取的端點。 這是選擇性屬性;只有在您想要嘗試不同的服務端點或想要在 HTTPs 與 http 之間切換時,才變更它。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
名稱 |
描述 |
值 |
clientKey |
AppFigures 來源的用戶端金鑰。 |
SecretBase (必要) |
password |
AppFigures 來源的密碼。 |
SecretBase (必要) |
userName |
Appfigures 來源的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
AsanaLinkedService
AsanaLinkedServiceTypeProperties
名稱 |
描述 |
值 |
apiToken |
Asana 來源的 API 令牌。 |
SecretBase (必要) |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
AzureBatchLinkedService
AzureBatchLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accessKey |
Azure Batch 帳戶存取金鑰。 |
SecretBase |
accountName |
Azure Batch 帳戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
batchUri |
Azure Batch URI。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
認證 (credential) |
包含驗證資訊的認證參考。 |
CredentialReference |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
linkedServiceName |
Azure 儲存體連結服務參考。 |
LinkedServiceReference (必要) |
poolName |
Azure Batch 集區名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
AzureBlobFSLinkedService
AzureBlobFSLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accountKey |
Azure Data Lake Storage Gen2 服務的帳戶金鑰。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
azureCloudType |
指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
認證 (credential) |
包含驗證資訊的認證參考。 |
CredentialReference |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
sasToken |
sasToken 在 sas uri 中的 Azure 金鑰保存庫秘密參考。 |
SecretBase |
sasUri |
Azure Data Lake Storage Gen2 服務的SAS URI。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
servicePrincipalCredential |
Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 |
SecretBase |
servicePrincipalCredentialType |
要用於伺服器對伺服器驗證的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey'、憑證的 'ServicePrincipalCert'。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalId |
用來針對 Azure Data Lake Storage Gen2 帳戶進行驗證的應用程式標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalKey |
用來針對 Azure Data Lake Storage Gen2 帳戶進行驗證的應用程式金鑰。 |
SecretBase |
租用戶 |
服務主體所屬租用戶的名稱或標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
url |
Azure Data Lake Storage Gen2 服務的端點。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
AzureBlobStorageLinkedService
AzureBlobStorageLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accountKey |
連接字串 中 accountKey 的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
accountKind |
指定儲存體帳戶的類型。 允許的值為:Storage (一般用途 v1)、StorageV2 (一般用途 v2)、BlobStorage 或 BlockBlobStorage。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
authenticationType |
用於驗證的類型。 類型:字串。 |
'AccountKey' 'Anonymous' 'Msi' 'SasUri' 'ServicePrincipal' |
azureCloudType |
指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
connectionString |
連接字串。 它與 sasUri、serviceEndpoint 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
containerUri |
Azure Blob 儲存體 資源的容器 URI 僅支援匿名存取。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
認證 (credential) |
包含驗證資訊的認證參考。 |
CredentialReference |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
sasToken |
sasToken 在 sas uri 中的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
sasUri |
Azure Blob 儲存體 資源的SAS URI。 它與 connectionString、serviceEndpoint 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
serviceEndpoint |
Azure Blob 儲存體 資源的 Blob 服務端點。 它與 connectionString、sasUri 屬性互斥。 |
|
servicePrincipalId |
用來對 Azure SQL Data Warehouse 進行驗證的服務主體標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalKey |
用來對 Azure SQL Data Warehouse 進行驗證的服務主體金鑰。 |
SecretBase |
租用戶 |
服務主體所屬租用戶的名稱或標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
AzureDatabricksLinkedService
AzureDatabricksLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accessToken |
Databricks REST API 的存取令牌。 請參閱 https://docs.azuredatabricks.net/api/latest/authentication.html 。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
SecretBase |
驗證 (authentication) |
如果使用 Databricks REST API 的工作區資源識別符,則需要指定 MSI。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
認證 (credential) |
包含驗證資訊的認證參考。 |
CredentialReference |
網域 |
{REGION}.azuredatabricks.net,Databricks 部署的域名。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
existingClusterId |
將用於此活動所有執行的現有互動式叢集標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
instancePoolId |
將用於此活動所有執行的現有實例集區標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
newClusterCustomTags |
叢集資源的其他標籤。 實例集區組態中會忽略這個屬性。 |
物件 (object) |
newClusterDriverNodeType |
新作業叢集的驅動程序節點類型。 實例集區組態中會忽略這個屬性。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
newClusterEnableElasticDisk |
在新叢集上啟用彈性磁碟。 現在會忽略此屬性,而且一律會啟用 Databricks (彈性磁盤中的默認彈性磁碟行為) 。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 |
|
newClusterInitScripts |
新叢集的使用者定義初始化腳本。 類型:字串陣列 (或 Expression,具有字串的 resultType 陣列) 。 |
|
newClusterLogDestination |
指定要傳遞 Spark 驅動程式、背景工作角色和事件記錄的位置。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
newClusterNodeType |
新作業叢集的節點類型。 如果指定 newClusterVersion 且未指定 instancePoolId,則需要此屬性。 如果指定 instancePoolId,則會忽略這個屬性。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
newClusterNumOfWorker |
如果未使用現有的互動式叢集,這會指定要用於新作業叢集或實例集區的背景工作節點數目。 對於新的作業叢集,此字串格式為 Int32,例如 『1』 表示 numOfWorker 為 1 或 '1:10' 表示從 1 分鐘 () 到 10 (最大值) 自動調整。 例如集區,這是字串格式的 Int32,而且只能指定固定數目的背景工作節點,例如 『2』。 如果指定 newClusterVersion,則為必要專案。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
newClusterSparkConf |
一組選擇性、使用者指定的Spark組態索引鍵/值組。 |
AzureDatabricksLinkedServiceTypePropertiesNewCluster... |
newClusterSparkEnvVars |
一組選擇性、使用者指定的Spark環境變數機碼/值組。 |
AzureDatabricksLinkedServiceTypePropertiesNewCluster... |
newClusterVersion |
如果未使用現有的互動式叢集,這會指定針對此活動每個執行所建立之新作業叢集或實例集區節點的Spark版本。 如果指定 instancePoolId,則為必要專案。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
policyId |
用來限制根據使用者定義規則集設定叢集的功能的原則標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
workspaceResourceId |
databricks REST API 的工作區資源標識符。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
AzureDatabricksLinkedServiceTypePropertiesNewCluster...
AzureDatabricksLinkedServiceTypePropertiesNewCluster...
AzureDatabricksDeltaLakeLinkedService
AzureDatabricksDetltaLakeLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accessToken |
Databricks REST API 的存取令牌。 請參閱 https://docs.azuredatabricks.net/api/latest/authentication.html 。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
SecretBase |
clusterId |
將用於此作業所有執行的現有互動式叢集標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
認證 (credential) |
包含驗證資訊的認證參考。 |
CredentialReference |
網域 |
{REGION}.azuredatabricks.net,Databricks 部署的域名。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
workspaceResourceId |
databricks REST API 的工作區資源標識符。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
AzureDataExplorerLinkedService
AzureDataExplorerLinkedServiceTypeProperties
名稱 |
描述 |
值 |
認證 (credential) |
包含驗證資訊的認證參考。 |
CredentialReference |
[資料庫] |
連接的資料庫名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
端點 |
Azure 的端點 Data Explorer (引擎的端點) 。 URL 格式會是 https://{clusterName}.{regionName}.kusto.windows.net 。 類型:具有 resultType 字串的字串 (或 Expression) |
|
servicePrincipalId |
用來向 Azure Data Explorer 進行驗證的服務主體標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalKey |
用來向 Kusto 進行驗證的服務主體金鑰。 |
SecretBase |
租用戶 |
服務主體所屬租用戶的名稱或標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
AzureDataLakeAnalyticsLinkedService
AzureDataLakeAnalyticsLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accountName |
Azure Data Lake Analytics 帳戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
dataLakeAnalyticsUri |
Azure Data Lake Analytics URI 類型:string (或 Expression with resultType string) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
resourceGroupName |
如果與 Data Factory 帳戶) 不同,Data Lake Analytics 帳戶資源組名 (。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalId |
用來向 Azure Data Lake Analytics 帳戶進行驗證的應用程式識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalKey |
用來向 Azure Data Lake Analytics 帳戶進行驗證的應用程式金鑰。 |
SecretBase |
subscriptionId |
如果與 Data Factory 帳戶) 不同,Data Lake Analytics 帳戶訂用帳戶標識碼 (。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
租用戶 |
服務主體所屬租用戶的名稱或標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
AzureDataLakeStoreLinkedService
AzureDataLakeStoreLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accountName |
Data Lake Store 帳戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
azureCloudType |
指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
認證 (credential) |
包含驗證資訊的認證參考。 |
CredentialReference |
dataLakeStoreUri |
Data Lake Store 服務 URI。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
resourceGroupName |
如果與 Data Factory 帳戶) 不同, (Data Lake Store 帳戶資源組名。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalId |
用來向 Azure Data Lake Store 帳戶進行驗證的應用程式識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalKey |
用來向 Azure Data Lake Store 帳戶進行驗證的應用程式密鑰。 |
SecretBase |
subscriptionId |
如果與 Data Factory 帳戶) 不同,Data Lake Store 帳戶訂用帳戶標識碼 (。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
租用戶 |
服務主體所屬租用戶的名稱或標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
AzureFileStorageLinkedService
AzureFileStorageLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accountKey |
連接字串 中 accountKey 的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
connectionString |
連接字串。 它與 sasUri 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
fileShare |
Azure 檔案共享名稱。 使用 accountKey/sasToken 進行驗證時,需要它。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
主機 |
伺服器的主機名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
password |
登入伺服器的密碼。 |
SecretBase |
sasToken |
sasToken 在 sas uri 中的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
sasUri |
Azure 檔案資源的 SAS URI。 它與 connectionString 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
快照集 |
Azure 檔案共用快照集版本。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
userId |
要登入伺服器的使用者識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
AzureFunctionLinkedService
AzureFunctionLinkedServiceTypeProperties
名稱 |
描述 |
值 |
驗證 (authentication) |
驗證類型 (指定用來連線到 AzureFunction 的 MSI) 。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
認證 (credential) |
包含驗證資訊的認證參考。 |
CredentialReference |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
functionAppUrl |
Azure 函式應用程式的端點。 URL 格式為 https://{accountName}.azurewebsites.net 。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
functionKey |
Azure 函式應用程式的函式或主機密鑰。 |
SecretBase |
resourceId |
Azure 函式允許的令牌物件。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
AzureKeyVaultLinkedService
AzureKeyVaultLinkedServiceTypeProperties
名稱 |
描述 |
值 |
baseUrl |
Azure 金鑰保存庫 的基底 URL。 例如 https://myakv.vault.azure.net ,類型:string (或 Expression with resultType string) 。 |
|
認證 (credential) |
包含驗證資訊的認證參考。 |
CredentialReference |
AzureMariaDBLinkedService
AzureMariaDBLinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionString |
ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
pwd |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
AzureMLLinkedService
AzureMLLinkedServiceTypeProperties
名稱 |
描述 |
值 |
apiKey |
用來存取 Azure ML 模型端點的 API 金鑰。 |
需要 SecretBase () |
驗證 (authentication) |
驗證類型 (指定用來連線到 AzureML 的 MSI) 。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
mlEndpoint |
Azure ML Studio Web 服務端點的批次執行 REST URL。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalId |
用來針對 Azure ML Studio Web 服務的 ARM 型 updateResourceEndpoint 進行驗證的服務主體標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalKey |
用來針對 Azure ML Studio Web 服務的 ARM 型 updateResourceEndpoint 進行驗證的服務主體密鑰。 |
SecretBase |
租用戶 |
服務主體所屬租用戶的名稱或標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
updateResourceEndpoint |
Azure ML Studio Web 服務端點的更新資源 REST URL。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
AzureMLServiceLinkedService
AzureMLServiceLinkedServiceTypeProperties
名稱 |
描述 |
值 |
驗證 (authentication) |
驗證類型 (指定用來連線到 AzureML 的 MSI) 。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
mlWorkspaceName |
Azure ML 服務工作區名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
resourceGroupName |
Azure ML 服務工作區資源組名。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalId |
用來針對已發佈 Azure ML 服務管線端點進行驗證的服務主體標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalKey |
用來針對已發佈 Azure ML 服務管線端點進行驗證的服務主體密鑰。 |
SecretBase |
subscriptionId |
Azure ML 服務工作區訂用帳戶標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
租用戶 |
服務主體所屬租用戶的名稱或標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
AzureMySqlLinkedService
AzureMySqlLinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionString |
連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
AzurePostgreSqlLinkedService
AzurePostgreSqlLinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionString |
ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
AzureSearchLinkedService
AzureSearchLinkedServiceTypeProperties
名稱 |
描述 |
值 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
索引鍵 |
適用於 Azure 搜尋服務 的 管理員 金鑰 |
SecretBase |
url |
Azure 搜尋服務 的 URL。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
AzureSqlDatabaseLinkedService
AzureSqlDatabaseLinkedServiceTypeProperties
名稱 |
描述 |
值 |
alwaysEncryptedSettings |
Sql 一律加密的屬性。 |
SqlAlwaysEncryptedProperties |
azureCloudType |
指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
connectionString |
連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
認證 (credential) |
包含驗證資訊的認證參考。 |
CredentialReference |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
servicePrincipalId |
用來針對 Azure SQL Database 進行驗證的服務主體標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalKey |
用來針對 Azure SQL Database 進行驗證的服務主體密鑰。 |
SecretBase |
租用戶 |
服務主體所屬租用戶的名稱或標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
AzureSqlDWLinkedService
AzureSqlDWLinkedServiceTypeProperties
名稱 |
描述 |
值 |
azureCloudType |
指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
connectionString |
連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
認證 (credential) |
包含驗證資訊的認證參考。 |
CredentialReference |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
servicePrincipalId |
用來針對 Azure SQL Data Warehouse 進行驗證的服務主體標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalKey |
用來針對 Azure SQL Data Warehouse 進行驗證的服務主體金鑰。 |
SecretBase |
租用戶 |
服務主體所屬租用戶的名稱或標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
AzureSqlMILinkedService
AzureSqlMILinkedServiceTypeProperties
名稱 |
描述 |
值 |
alwaysEncryptedSettings |
Sql 一律加密的屬性。 |
SqlAlwaysEncryptedProperties |
azureCloudType |
指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
connectionString |
連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
認證 (credential) |
包含驗證資訊的認證參考。 |
CredentialReference |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
servicePrincipalId |
用來針對 Azure SQL 受控執行個體 進行驗證的服務主體標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalKey |
用來針對 Azure SQL 受控執行個體 進行驗證的服務主體金鑰。 |
SecretBase |
租用戶 |
服務主體所屬租用戶的名稱或標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
AzureStorageLinkedService
AzureStorageLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accountKey |
連接字串 中 accountKey 的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
connectionString |
連接字串。 它與 sasUri 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
sasToken |
sasToken 在 sas uri 中的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
sasUri |
Azure 記憶體資源的 SAS URI。 它與 connectionString 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
AzureSynapseArtifactsLinkedService
AzureSynapseArtifactsLinkedServiceTypeProperties
名稱 |
描述 |
值 |
驗證 (authentication) |
如果使用系統指派的受控識別作為驗證方法,則需要指定 MSI。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
端點 |
https://{workspacename}.dev.azuresynapse.net,Azure Synapse Analytics 工作區 URL。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
workspaceResourceId |
Synapse 工作區的資源標識碼。 格式應該是:/subscriptions/{subscriptionID}/resourceGroups/{resourceGroup}/providers/Microsoft.Synapse/workspaces/{workspaceName}。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
AzureTableStorageLinkedService
CassandraLinkedService
CassandraLinkedServiceTypeProperties
名稱 |
描述 |
值 |
authenticationType |
要用於連線的 AuthenticationType。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
主機 |
線上的主機名。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
password |
驗證的密碼。 |
SecretBase |
連接埠 |
線上的埠。 類型:具有 resultType 整數的整數 (或 Expression) 。 |
|
使用者名稱 |
驗證的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
CommonDataServiceForAppsLinkedService
CommonDataServiceForAppsLinkedServiceTypeProperties
名稱 |
描述 |
值 |
authenticationType |
線上到 Common Data Service for Apps 伺服器的驗證類型。 適用於在線案例的 『Office365』,適用於內部部署的 『Ifd』,並具有 Ifd 案例。 在線案例中伺服器對伺服器驗證的 『AADServicePrincipal』。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
deploymentType |
Common Data Service for Apps 實例的部署類型。 Common Data Service for Apps Online 的 'Online'和適用於 Ifd 之 Common Data Service for Apps 內部部署的 'OnPremisesWithIfd'。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
hostName |
內部部署 Common Data Service for Apps 伺服器的主機名。 內部部署需要 屬性,且不允許在線使用。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
organizationName |
Common Data Service for Apps 實例的組織名稱。 當有一個以上的 Common Data Service for Apps 實例與使用者相關聯時,內部部署需要 屬性,且在線需要此屬性。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
password |
存取 Common Data Service for Apps 實例的密碼。 |
SecretBase |
連接埠 |
內部部署 Common Data Service for Apps 伺服器的埠。 內部部署需要 屬性,且不允許在線使用。 預設值為 443。 類型:具有 resultType 整數的整數 (或 Expression) ,最小值:0。 |
|
servicePrincipalCredential |
Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 |
SecretBase |
servicePrincipalCredentialType |
要用於伺服器對伺服器驗證的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey'、憑證的 'ServicePrincipalCert'。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalId |
Azure Active Directory 中用於伺服器對伺服器驗證之應用程式的用戶端識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
serviceUri |
Microsoft Common Data Service for Apps 伺服器的 URL。 這是內部部署的必要屬性,不允許內部部署。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
使用者名稱 |
用來存取 Common Data Service for Apps 實例的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
ConcurLinkedService
ConcurLinkedServiceTypeProperties
名稱 |
描述 |
值 |
clientId |
Concur 應用程式管理所提供的應用程式 client_id。 |
|
connectionProperties |
用來連線到 Concur 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
密碼 |
對應至您在 [使用者名稱] 欄位中提供之使用者名稱的密碼。 |
SecretBase |
useEncryptedEndpoints |
指定是否使用 HTTPS 來加密資料來源端點。 預設值為 true。 |
|
useHostVerification |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名稱符合伺服器的主機名稱。 預設值為 true。 |
|
usePeerVerification |
指定在透過 SSL 連線時,是否要確認伺服器的身分識別。 預設值為 true。 |
|
使用者名稱 |
您用來存取 Concur 服務的使用者名稱。 |
|
CosmosDbLinkedService
CosmosDbLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accountEndpoint |
Azure CosmosDB 帳戶的端點。 類型:字串 (或具有 resultType 字串的 Expression) |
|
accountKey |
Azure CosmosDB 帳戶的帳戶的帳戶密鑰。 類型:SecureString 或 AzureKeyVaultSecretReference。 |
SecretBase |
azureCloudType |
指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
connectionMode |
用來存取 CosmosDB 帳戶的連接模式。 類型:字串。 |
'Direct' 'Gateway' |
connectionString |
連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
認證 (credential) |
包含驗證資訊的認證參考。 |
CredentialReference |
[資料庫] |
資料庫的名稱。 類型:字串 (或具有 resultType 字串的 Expression) |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
servicePrincipalCredential |
Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 |
SecretBase |
servicePrincipalCredentialType |
要用於伺服器對伺服器驗證的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey'、憑證的 'ServicePrincipalCert'。 類型:字串。 |
|
servicePrincipalId |
Azure Active Directory 中用於伺服器對伺服器驗證之應用程式的用戶端識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
租用戶 |
服務主體所屬租用戶的名稱或標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
CosmosDbMongoDbApiLinkedService
CosmosDbMongoDbApiLinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionString |
CosmosDB (MongoDB API) 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
[資料庫] |
您想要存取的 CosmosDB (MongoDB API) 資料庫的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
isServerVersionAbove32 |
CosmosDB (MongoDB API) 伺服器版本是否高於 3.2。 預設值為 false。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 |
|
CouchbaseLinkedService
CouchbaseLinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionString |
ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
credString |
連接字串 中 credString 的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
CustomDataSourceLinkedService
名稱 |
描述 |
值 |
類型 |
連結服務的類型。 |
必要 ('CustomDataSource') |
typeProperties |
自訂連結服務屬性。 |
|
DataworldLinkedService
DataworldLinkedServiceTypeProperties
名稱 |
描述 |
值 |
apiToken |
Dataworld 來源的 API 令牌。 |
SecretBase (必要) |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
Db2LinkedService
Db2LinkedServiceTypeProperties
名稱 |
描述 |
值 |
authenticationType |
要用於連線的 AuthenticationType。 它與 connectionString 屬性互斥。 |
'Basic' |
certificateCommonName |
啟用 TLS 時的憑證通用名稱。 它與 connectionString 屬性互斥。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
connectionString |
連接字串。 它與伺服器、資料庫、authenticationType、userName、packageCollection 和 certificateCommonName 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
[資料庫] |
連接的資料庫名稱。 它與 connectionString 屬性互斥。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 它與 connectionString 屬性互斥。 類型:字串。 |
字串 |
packageCollection |
查詢資料庫時,在何處建立封裝。 它與 connectionString 屬性互斥。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
password |
驗證的密碼。 |
SecretBase |
伺服器 |
線上的伺服器名稱。 它與 connectionString 屬性互斥。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
使用者名稱 |
用於驗證的用戶名稱。 它與 connectionString 屬性互斥。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
DrillLinkedService
DrillLinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionString |
ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
pwd |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
DynamicsLinkedService
DynamicsLinkedServiceTypeProperties
名稱 |
描述 |
值 |
authenticationType |
連線到 Dynamics 伺服器時所要使用的驗證類型。 在線案例的 『Office365』 為內部部署的 『Ifd』,其中 Ifd 案例為 『AADServicePrincipal』,用於在線案例中的伺服器對伺服器驗證。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
認證 (credential) |
包含驗證資訊的認證參考。 |
CredentialReference |
deploymentType |
Dynamics 執行個體的部署類型。 Dynamics Online 的 'Online' 和適用於具有 Ifd 之 Dynamics 內部部署的 'OnPremisesWithIfd'。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
hostName |
內部部署 Dynamics 伺服器的主機名稱。 內部部署需要 屬性,且不允許在在線使用。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
organizationName |
Dynamics 執行個體的組織名稱。 當有多個與使用者相關聯的 Dynamics 實例時,內部部署需要 屬性,且在在線需要此屬性。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
password |
用來存取 Dynamics 實例的密碼。 |
SecretBase |
連接埠 |
內部部署 Dynamics 伺服器的連接埠。 內部部署需要 屬性,且不允許在在線使用。 預設值為 443。 Type:integer (或 Expression with resultType integer) ,minimum: 0。 |
|
servicePrincipalCredential |
Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 為 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 |
SecretBase |
servicePrincipalCredentialType |
要用於伺服器對伺服器驗證的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey','ServicePrincipalCert' 用於憑證。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalId |
Azure Active Directory 中用於伺服器對伺服器驗證的應用程式用戶端識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
serviceUri |
Microsoft Dynamics 伺服器的 URL。 內部部署不需要 屬性,而且不允許內部部署。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
使用者名稱 |
用來存取 Dynamics 實例的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
DynamicsAXLinkedService
DynamicsAXLinkedServiceTypeProperties
名稱 |
描述 |
值 |
aadResourceId |
指定您要求授權的資源。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
servicePrincipalId |
指定應用程式的用戶端識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalKey |
指定應用程式的金鑰。 將此欄位標記為 SecureString,將它安全地儲存在 Data Factory 中,或參考 Azure Key Vault 中儲存的祕密。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
SecretBase (必要) |
tenant |
指定您的應用程式所在租用戶的資訊 (網域名稱或租用戶識別碼)。 將滑鼠游標暫留在 Azure 入口網站右上角,即可擷取它。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
url |
Dynamics AX (或 Dynamics 365 Finance and Operations) 執行個體 OData 端點。 |
|
DynamicsCrmLinkedService
DynamicsCrmLinkedServiceTypeProperties
名稱 |
描述 |
值 |
authenticationType |
要連線到 Dynamics CRM 伺服器的驗證類型。 在線案例的 『Office365』、適用於內部部署的 『Ifd』、在在線案例中用於伺服器對伺服器驗證的 『AADServicePrincipal』。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
deploymentType |
Dynamics CRM 實例的部署類型。 Dynamics CRM Online 的 'Online' 和適用於 Ifd 之 Dynamics CRM 內部部署的 'OnPremisesWithIfd'。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
hostName |
內部部署 Dynamics CRM 伺服器的主機名。 內部部署需要 屬性,且不允許在線使用。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
organizationName |
Dynamics CRM 實例的組織名稱。 當有多個 Dynamics CRM 實例與使用者相關聯時,內部部署需要 屬性,且在線需要此屬性。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
password |
存取 Dynamics CRM 實例的密碼。 |
SecretBase |
連接埠 |
內部部署 Dynamics CRM 伺服器的埠。 內部部署需要 屬性,且不允許在線使用。 預設值為 443。 類型:具有 resultType 整數的整數 (或 Expression) ,最小值:0。 |
|
servicePrincipalCredential |
Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 |
SecretBase |
servicePrincipalCredentialType |
要用於伺服器對伺服器驗證的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey'、憑證的 'ServicePrincipalCert'。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalId |
Azure Active Directory 中用於伺服器對伺服器驗證之應用程式的用戶端識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
serviceUri |
Microsoft Dynamics CRM 伺服器的URL。 這是內部部署的必要屬性,不允許內部部署。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
使用者名稱 |
存取 Dynamics CRM 實例的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
EloquaLinkedService
EloquaLinkedServiceTypeProperties
名稱 |
描述 |
值 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
端點 |
Eloqua 伺服器的端點。 (即 eloqua.example.com) |
|
密碼 |
對應到使用者名稱的密碼。 |
SecretBase |
useEncryptedEndpoints |
指定是否使用 HTTPS 來加密資料來源端點。 預設值為 true。 |
|
useHostVerification |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名稱符合伺服器的主機名稱。 預設值為 true。 |
|
usePeerVerification |
指定在透過 SSL 連線時,是否要確認伺服器的身分識別。 預設值為 true。 |
|
使用者名稱 |
Eloqua 帳戶的網站名稱和用戶名稱,格式為:sitename/username。 (亦即 Eloqua/Alice) |
|
FileServerLinkedService
FileServerLinkedServiceTypeProperties
名稱 |
描述 |
值 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
主機 |
伺服器的主機名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
password |
登入伺服器的密碼。 |
SecretBase |
userId |
要登入伺服器的使用者識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
FtpServerLinkedService
FtpServerLinkedServiceTypeProperties
名稱 |
描述 |
值 |
authenticationType |
要用來連線到 FTP 伺服器的驗證類型。 |
'Anonymous' 'Basic' |
enableServerCertificateValidation |
如果為 true,請透過 SSL/TLS 通道連線時驗證 FTP 伺服器 SSL 憑證。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 |
|
enableSsl |
如果為 true,請透過 SSL/TLS 通道連線到 FTP 伺服器。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
主機 |
FTP 伺服器的主機名。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
password |
登入 FTP 伺服器的密碼。 |
SecretBase |
連接埠 |
FTP 伺服器用來接聽用戶端連線的 TCP 通訊埠號碼。 預設值為 21。 類型:具有 resultType 整數的整數 (或 Expression) ,最小值:0。 |
|
userName |
登入 FTP 伺服器的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
GoogleAdWordsLinkedService
GoogleAdWordsLinkedServiceTypeProperties
名稱 |
描述 |
值 |
authenticationType |
用於驗證的 OAuth 2.0 驗證機制。 ServiceAuthentication 只能在自我裝載 IR 上使用。 |
'ServiceAuthentication' 'UserAuthentication' |
clientCustomerID |
要擷取其報告資料的 AdWords 帳戶用戶端客戶識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
clientId |
用來取得重新整理權杖的 Google 應用程式用戶端識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
clientSecret |
用來取得重新整理權杖的 Google 應用程式用戶端密碼。 |
SecretBase |
connectionProperties |
(用來連線到GoogleAds的已淘汰) 屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 |
|
developerToken |
與用來授與 AdWords API 存取權的管理員帳戶相關聯的開發人員權杖。 |
SecretBase |
電子郵件 |
服務帳戶電子郵件識別碼,用於 ServiceAuthentication 且只能在自我裝載 IR 上使用。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
googleAdsApiVersion |
Google Ads API 主要版本,例如 v14。 在上 https://developers.google.com/google-ads/api/docs/release-notes 可以找到支援的主要版本。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
keyFilePath |
(已被取代) 用來驗證服務帳戶電子郵件位址之 .p12 金鑰檔案的完整路徑,而且只能在自我裝載 IR 上使用。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
loginCustomerID |
您想要擷取特定客戶報表數據的Google Ads Manager 帳戶客戶標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
privateKey |
用來驗證服務帳戶電子郵件位址且只能在自我裝載 IR 上使用的私鑰。 |
SecretBase |
refreshToken |
從 Google 取得的重新整理權杖,用於針對 UserAuthentication 授權存取 AdWords。 |
SecretBase |
supportLegacyDataTypes |
指定是否要使用舊版數據類型對應,以將 float、int32 和 int64 從 Google 對應至字串。 除非您想要與舊版驅動程序的數據類型對應保持回溯相容性,否則請勿將此設定為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 |
|
trustedCertPath |
(已淘汰) .pem 檔案的完整路徑,其中包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定這個屬性。 預設值為隨 IR 安裝的 cacerts.pem 檔案。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
useSystemTrustStore |
(已被取代) 指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 預設值為 false。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 |
|
GoogleBigQueryLinkedService
GoogleBigQueryLinkedServiceTypeProperties
名稱 |
描述 |
值 |
additionalProjects |
要存取的公用 BigQuery 專案的逗號分隔清單。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
authenticationType |
用於驗證的 OAuth 2.0 驗證機制。 ServiceAuthentication 只能在自我裝載 IR 上使用。 |
'ServiceAuthentication' 必要 ('UserAuthentication') |
clientId |
用來取得重新整理權杖的 Google 應用程式用戶端識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
clientSecret |
用來取得重新整理權杖的 Google 應用程式用戶端密碼。 |
SecretBase |
電子郵件 |
服務帳戶電子郵件識別碼,用於 ServiceAuthentication 且只能在自我裝載 IR 上使用。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
keyFilePath |
.p12 金鑰檔的完整路徑,用來驗證服務帳戶電子郵件地址且只能在自我裝載 IR上使用。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
project |
要查詢的預設 BigQuery 專案。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
refreshToken |
從 Google 取得的重新整理權杖,用於針對 UserAuthentication 授權存取 BigQuery。 |
SecretBase |
requestGoogleDriveScope |
是否要求存取 Google 雲端硬碟。 允許 Google 雲端硬碟存取能夠支援同盟資料表,其中結合了 BigQuery 資料與來自 Google 雲端硬碟的資料。 預設值為 false。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
trustedCertPath |
.pem 檔案的完整路徑,其中包含在透過 SSL 連線時,用來驗證伺服器的受信任 CA 憑證。 只有在自我裝載 IR 上使用 SSL 時,才能設定這個屬性。 預設值為隨 IR 安裝的 cacerts.pem 檔案。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
useSystemTrustStore |
指定是否使用來自系統信任存放區或來自指定 PEM 檔案的 CA 憑證。 默認值為 false。類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 |
|
GoogleBigQueryV2LinkedService
GoogleBigQueryV2LinkedServiceTypeProperties
名稱 |
描述 |
值 |
authenticationType |
用於驗證的 OAuth 2.0 驗證機制。 |
'ServiceAuthentication' 必要 ('UserAuthentication') |
clientId |
用來取得重新整理權杖的 Google 應用程式用戶端識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
clientSecret |
用來取得重新整理權杖的 Google 應用程式用戶端密碼。 |
SecretBase |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
keyFileContent |
用來驗證服務帳戶的.json金鑰檔內容。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
SecretBase |
projectId |
要查詢的預設 BigQuery 項目識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
refreshToken |
從 Google 取得的重新整理權杖,用於針對 UserAuthentication 授權存取 BigQuery。 |
SecretBase |
GoogleCloudStorageLinkedService
GoogleCloudStorageLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accessKeyId |
Google 雲端記憶體身分識別和存取管理 (IAM) 使用者的存取金鑰標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
secretAccessKey |
Google Cloud Storage Identity and Access Management 的秘密存取密鑰 (IAM) 使用者。 |
SecretBase |
serviceUrl |
此值會指定要使用Google Cloud Storage Connector 存取的端點。 這是選擇性屬性;只有在您想要嘗試不同的服務端點或想要在 HTTPs 與 http 之間切換時,才變更它。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
GoogleSheetsLinkedService
GoogleSheetsLinkedServiceTypeProperties
名稱 |
描述 |
值 |
apiToken |
GoogleSheets 來源的 API 令牌。 |
SecretBase (必要) |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
GreenplumLinkedService
GreenplumLinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionString |
ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
pwd |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
HBaseLinkedService
HBaseLinkedServiceTypeProperties
名稱 |
描述 |
值 |
allowHostNameCNMismatch |
指定在透過 SSL 連線時,是否要求 CA 所核發的 SSL 憑證名稱符合伺服器的主機名稱。 預設值為 false。 |
|
allowSelfSignedServerCert |
指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 |
|
authenticationType |
用來連線到 HBase 伺服器的驗證機制。 |
'Anonymous' 'Basic' (必要) |
enableSsl |
指定是否使用 SSL 來加密與伺服器的連線。 預設值為 false。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
主機 |
HBase 伺服器的 IP 位址或主機名稱。 (亦即 192.168.222.160) |
|
httpPath |
對應至 HBase 伺服器的部分 URL。 (亦即 /gateway/sandbox/hbase/version) |
|
密碼 |
對應到使用者名稱的密碼。 |
SecretBase |
連接埠 |
HBase 執行個體用來接聽用戶端連線的 TCP 連接埠。 預設值為 9090。 |
|
trustedCertPath |
.pem 檔案的完整路徑,其中包含在透過 SSL 連線時,用來驗證伺服器的受信任 CA 憑證。 只有在自我裝載 IR 上使用 SSL 時,才能設定這個屬性。 預設值為隨 IR 安裝的 cacerts.pem 檔案。 |
|
username |
用來連線到 HBase 執行個體的使用者名稱。 |
|
HdfsLinkedService
HdfsLinkedServiceTypeProperties
名稱 |
描述 |
值 |
authenticationType |
用來連線到 HDFS 的驗證類型。 可能的值為:匿名和 Windows。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
密碼 |
Windows 驗證的密碼。 |
SecretBase |
url |
HDFS 服務端點的 URL,例如 http://myhostname:50070/webhdfs/v1 。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
userName |
Windows 驗證 的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
HDInsightLinkedService
HDInsightLinkedServiceTypeProperties
名稱 |
描述 |
值 |
clusterUri |
HDInsight 叢集 URI。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
fileSystem |
如果 HDInsight 的主要記憶體是 ADLS Gen2,請指定 FileSystem。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
hcatalogLinkedServiceName |
指向 HCatalog 資料庫的 Azure SQL 連結服務的參考。 |
LinkedServiceReference |
isEspEnabled |
指定是否使用 ESP (Enterprise Security Package) 建立 HDInsight。 類型:布爾值。 |
|
linkedServiceName |
Azure 儲存體連結服務參考。 |
LinkedServiceReference |
password |
HDInsight 叢集密碼。 |
SecretBase |
userName |
HDInsight 叢集用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
HDInsightOnDemandLinkedService
HDInsightOnDemandLinkedServiceTypeProperties
名稱 |
描述 |
值 |
additionalLinkedServiceNames |
指定 HDInsight 連結服務的其他儲存體帳戶,讓 Data Factory 服務代表您註冊它們。 |
LinkedServiceReference[] |
clusterNamePrefix |
叢集名稱的前置詞,後置詞會與時間戳不同。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
clusterPassword |
存取叢集的密碼。 |
SecretBase |
clusterResourceGroup |
叢集所屬的資源群組。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
clusterSize |
叢集中的背景工作/資料節點數。 建議值:4。 類型:int (或 expression 與 resultType int) 。 |
|
clusterSshPassword |
SSH 遠端連線叢集節點 (適用於 Linux) 的密碼。 |
SecretBase |
clusterSshUserName |
以 SSH 遠端連線到叢集節點的使用者名稱 (適用於 Linux)。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
clusterType |
叢集類型。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
clusterUserName |
存取叢集的使用者名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
coreConfiguration |
指定要建立之 HDInsight 叢集的核心組態參數 (如 core-site.xml 所示)。 |
|
認證 (credential) |
包含驗證資訊的認證參考。 |
CredentialReference |
dataNodeSize |
指定 HDInsight 叢集的數據節點大小。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
hBaseConfiguration |
指定 HDInsight 叢集的 HBase 組態參數 (hbase-site.xml)。 |
|
hcatalogLinkedServiceName |
指向 HCatalog 資料庫的 Azure SQL 連結服務名稱。 會使用 Azure SQL 資料庫作為中繼存放區,建立隨選 HDInsight 叢集。 |
LinkedServiceReference |
hdfsConfiguration |
指定 HDInsight 叢集的 HDFS 組態參數 (hdfs-site.xml)。 |
|
headNodeSize |
指定 HDInsight 叢集的前端節點大小。 |
|
hiveConfiguration |
指定 HDInsight 叢集的 hive 組態參數 (hive-site.xml)。 |
|
hostSubscriptionId |
客戶用來裝載叢集的訂用帳戶。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
linkedServiceName |
隨選叢集用於儲存及處理資料的 Azure 儲存體連結服務。 |
LinkedServiceReference (必要) |
mapReduceConfiguration |
指定 HDInsight 叢集的 MapReduce 組態參數 (mapred-site.xml)。 |
|
oozieConfiguration |
指定 HDInsight 叢集的 Oozie 組態參數 (oozie-site.xml)。 |
|
scriptActions |
自定義腳本動作,一旦啟動 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。 |
ScriptAction[] |
servicePrincipalId |
hostSubscriptionId 的服務主體標識符。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalKey |
服務主體標識碼的金鑰。 |
SecretBase |
sparkVersion |
如果叢集類型為 『spark』,則為 Spark 的版本。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
stormConfiguration |
指定 HDInsight 叢集的 Storm 組態參數 (storm-site.xml)。 |
|
subnetName |
vNet 中子網的ARM資源標識碼。 如果已指定 virtualNetworkId,則需要此屬性。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
租用戶 |
服務主體所屬的租用戶標識碼/名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
timeToLive |
隨選 HDInsight 叢集允許的閒置時間。 指定在活動執行完成後,如果叢集中沒有其他作用中的作業,隨選 HDInsight 叢集要保持運作多久。 最小值為 5 分鐘。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
version |
HDInsight 叢集的版本。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
virtualNetworkId |
建立之後應該加入叢集之 vNet 的 ARM 資源識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
yarnConfiguration |
指定 HDInsight 叢集的 Yarn 組態參數 (yarn-site.xml)。 |
|
zookeeperNodeSize |
指定 HDInsight 叢集的 Zoo Keeper 節點大小。 |
|
ScriptAction
名稱 |
描述 |
值 |
NAME |
使用者提供文稿動作的名稱。 |
字串 (必要) |
參數 |
腳本動作的參數。 |
字串 |
角色 |
應該執行腳本動作的節點類型。 |
|
uri |
腳本動作的 URI。 |
字串 (必要) |
HiveLinkedService
HiveLinkedServiceTypeProperties
名稱 |
描述 |
值 |
allowHostNameCNMismatch |
指定在透過 SSL 連線時,是否要求 CA 所核發的 SSL 憑證名稱符合伺服器的主機名稱。 預設值為 false。 |
|
allowSelfSignedServerCert |
指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 |
|
authenticationType |
用來存取 Hive 伺服器的驗證方法。 |
'Anonymous' 'Username' 'UsernameAndPassword' 'WindowsAzureHDInsightService' (必要) |
enableSsl |
指定是否使用 SSL 來加密與伺服器的連線。 預設值為 false。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
主機 |
Hive 伺服器的 IP 位址和主機名稱,如果有多個主機請以「;」分隔 (僅限啟用 serviceDiscoveryMode 時)。 |
|
httpPath |
對應至 Hive 伺服器的部分 URL。 |
|
password |
對應至您在 [用戶名稱] 字段中提供之使用者名稱的密碼 |
SecretBase |
連接埠 |
Hive 伺服器用來接聽用戶端連線的 TCP 連接埠。 |
|
serverType |
Hive 伺服器的類型。 |
'HiveServer1' 'HiveServer2' 'HiveThriftServer' |
serviceDiscoveryMode |
true 表示使用 ZooKeeper 服務,false 表示不使用 ZooKeeper 服務。 |
|
thriftTransportProtocol |
Thrift 層中使用的傳輸通訊協定。 |
'Binary' 'HTTP ' 'SASL' |
trustedCertPath |
.pem 檔案的完整路徑,其中包含在透過 SSL 連線時,用來驗證伺服器的受信任 CA 憑證。 只有在自我裝載 IR 上使用 SSL 時,才能設定這個屬性。 預設值為隨 IR 安裝的 cacerts.pem 檔案。 |
|
useNativeQuery |
指定驅動程式是否使用原生 HiveQL 查詢,或將查詢轉換為 HiveQL 中的對等格式。 |
|
username |
您用來存取 Hive 伺服器的使用者名稱。 |
|
useSystemTrustStore |
指定是否使用來自系統信任存放區或來自指定 PEM 檔案的 CA 憑證。 預設值為 false。 |
|
zooKeeperNameSpace |
ZooKeeper 上的命名空間,Hive Server 2 節點會新增在 ZooKeeper 下方。 |
|
HttpLinkedService
HttpLinkedServiceTypeProperties
名稱 |
描述 |
值 |
authenticationType |
要用來連線到 HTTP 伺服器的驗證類型。 |
'Anonymous' 'Basic' 'ClientCertificate' 'Digest' 'Windows' |
authHeaders |
要求中用於授權之 RESTful API 的其他 HTTP 標頭。 類型:索引鍵值組 (值應該是字串類型) 。 |
|
certThumbprint |
ClientCertificate 驗證憑證的指紋。 僅適用於內部部署複本。 針對具有 ClientCertificate 驗證的內部部署複本,應該指定 CertThumbprint 或 EmbeddedCertData/Password。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
embeddedCertData |
ClientCertificate 驗證的Base64編碼憑證數據。 針對具有 ClientCertificate 驗證的內部部署複本,應該指定 CertThumbprint 或 EmbeddedCertData/Password。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
enableServerCertificateValidation |
如果為 true,請驗證 HTTPS 伺服器 SSL 憑證。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
使用 EmbeddedCertData 驗證進行基本、摘要、Windows 或 ClientCertificate 的密碼。 |
SecretBase |
url |
HTTP 端點的基底 URL,例如 https://www.microsoft.com 。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
userName |
基本、摘要或 Windows 驗證 的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
HubspotLinkedService
HubspotLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accessToken |
一開始驗證您 OAuth 整合時所取得的存取權杖。 |
SecretBase |
clientId |
與您 Hubspot 應用程式相關聯的用戶端識別碼。 |
|
clientSecret |
與您 Hubspot 應用程式相關聯的用戶端祕密。 |
SecretBase |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
refreshToken |
一開始驗證您 OAuth 整合時所取得的重新整理權杖。 |
SecretBase |
useEncryptedEndpoints |
指定是否使用 HTTPS 來加密資料來源端點。 預設值為 true。 |
|
useHostVerification |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名稱符合伺服器的主機名稱。 預設值為 true。 |
|
usePeerVerification |
指定在透過 SSL 連線時,是否要確認伺服器的身分識別。 預設值為 true。 |
|
ImpalaLinkedService
ImpalaLinkedServiceTypeProperties
名稱 |
描述 |
值 |
allowHostNameCNMismatch |
指定在透過 SSL 連線時,是否要求 CA 所核發的 SSL 憑證名稱符合伺服器的主機名稱。 預設值為 false。 |
|
allowSelfSignedServerCert |
指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 |
|
authenticationType |
要使用的驗證類型。 |
'Anonymous' 'SASLUsername' 'UsernameAndPassword' (必要) |
enableSsl |
指定是否使用 SSL 來加密與伺服器的連線。 預設值為 false。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
主機 |
Impala 伺服器的 IP 位址或主機名稱 (亦即 192.168.222.160) |
|
password |
使用 UsernameAndPassword 時,對應到使用者名稱的密碼。 |
SecretBase |
連接埠 |
Impala 伺服器用來接聽用戶端連線的 TCP 連接埠。 預設值為 21050。 |
|
trustedCertPath |
.pem 檔案的完整路徑,其中包含在透過 SSL 連線時,用來驗證伺服器的受信任 CA 憑證。 只有在自我裝載 IR 上使用 SSL 時,才能設定這個屬性。 預設值為隨 IR 安裝的 cacerts.pem 檔案。 |
|
username |
用來存取 Impala 伺服器的使用者名稱。 使用 SASLUsername 時,預設值為 Anonymous。 |
|
useSystemTrustStore |
指定是否使用來自系統信任存放區或來自指定 PEM 檔案的 CA 憑證。 預設值為 false。 |
|
名稱 |
描述 |
值 |
authenticationType |
用來連線到 Informix 做為 ODBC 資料存放區的驗證類型。 可能的值為:Anonymous 和 Basic。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
connectionString |
連接字串 的非存取認證部分,以及選擇性的加密認證。 類型:string、SecureString 或 AzureKeyVaultSecretReference 或 Expression with resultType string。 |
|
認證 (credential) |
以驅動程式特定「屬性-值」格式指定之連接字串的存取認證部分。 |
SecretBase |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
基本驗證用的密碼 |
SecretBase |
userName |
基本身份驗證的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
JiraLinkedService
JiraLinkedServiceTypeProperties
名稱 |
描述 |
值 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
主機 |
Jira 服務的 IP 位址或主機名稱。 (例如 jira.example.com) |
|
密碼 |
對應至您在 [使用者名稱] 欄位中提供之使用者名稱的密碼。 |
SecretBase |
連接埠 |
Jira 伺服器用來接聽用戶端連線的 TCP 連接埠。 若透過 HTTPS 連線,預設值為 443,或者,若透過 HTTP 連線,則為 8080。 |
|
useEncryptedEndpoints |
指定是否使用 HTTPS 來加密資料來源端點。 預設值為 true。 |
|
useHostVerification |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名稱符合伺服器的主機名稱。 預設值為 true。 |
|
usePeerVerification |
指定在透過 SSL 連線時,是否要確認伺服器的身分識別。 預設值為 true。 |
|
username |
您用來存取 Jira 服務的使用者名稱。 |
|
LakeHouseLinkedService
LakeHouseLinkedServiceTypeProperties
名稱 |
描述 |
值 |
artifactId |
Microsoft Fabric LakeHouse 成品的標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
servicePrincipalCredential |
Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 |
SecretBase |
servicePrincipalCredentialType |
要用於伺服器對伺服器驗證的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey'、憑證的 'ServicePrincipalCert'。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalId |
用來向 Microsoft Fabric LakeHouse 進行驗證之應用程式的標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalKey |
用來向 Microsoft Fabric LakeHouse 進行驗證之應用程式的密鑰。 |
SecretBase |
租用戶 |
服務主體所屬租用戶的名稱或標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
workspaceId |
Microsoft Fabric 工作區的標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
MagentoLinkedService
MagentoLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accessToken |
來自 Magento 的存取權杖。 |
SecretBase |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
主機 |
Magento 執行個體的 URL。 (亦即 192.168.222.110/magento3) |
|
useEncryptedEndpoints |
指定是否使用 HTTPS 來加密資料來源端點。 預設值為 true。 |
|
useHostVerification |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名稱符合伺服器的主機名稱。 預設值為 true。 |
|
usePeerVerification |
指定在透過 SSL 連線時,是否要確認伺服器的身分識別。 預設值為 true。 |
|
MariaDBLinkedService
MariaDBLinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionString |
ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
[資料庫] |
連接的資料庫名稱。 類型:字串。 |
|
driverVersion |
MariaDB 驅動程式的版本。 類型:字串。 舊版驅動程式的 V1 或空白,適用於新驅動程式的 V2。 V1 可以支援 連接字串 和屬性包,V2 只能支援 連接字串。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
連接埠 |
線上的埠。 類型:整數。 |
|
伺服器 |
線上的伺服器名稱。 類型:字串。 |
|
使用者名稱 |
用於驗證的用戶名稱。 類型:字串。 |
|
MarketoLinkedService
MarketoLinkedServiceTypeProperties
名稱 |
描述 |
值 |
clientId |
Marketo 服務的用戶端識別碼。 |
|
clientSecret |
Marketo 服務的用戶端密碼。 |
SecretBase |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
端點 |
Marketo 伺服器的端點。 (亦即 123-ABC-321.mktorest.com) |
|
useEncryptedEndpoints |
指定是否使用 HTTPS 來加密資料來源端點。 預設值為 true。 |
|
useHostVerification |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名稱符合伺服器的主機名稱。 預設值為 true。 |
|
usePeerVerification |
指定在透過 SSL 連線時,是否要確認伺服器的身分識別。 預設值為 true。 |
|
MicrosoftAccessLinkedService
MicrosoftAccessLinkedServiceTypeProperties
名稱 |
描述 |
值 |
authenticationType |
用來連線到 Microsoft Access 做為 ODBC 資料存放區的驗證類型。 可能的值為:Anonymous 和 Basic。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
connectionString |
連接字串 的非存取認證部分,以及選擇性的加密認證。 類型:string、SecureString 或 AzureKeyVaultSecretReference 或 Expression with resultType string。 |
|
認證 (credential) |
以驅動程式特定「屬性-值」格式指定之連接字串的存取認證部分。 |
SecretBase |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
基本驗證用的密碼 |
SecretBase |
userName |
基本身份驗證的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
MongoDbLinkedService
MongoDbLinkedServiceTypeProperties
名稱 |
描述 |
值 |
allowSelfSignedServerCert |
指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。 |
|
authenticationType |
要用來連線到 MongoDB 資料庫的驗證類型。 |
'Anonymous' 'Basic' |
authSource |
用來驗證使用者名稱和密碼的資料庫。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
databaseName |
您想要存取的 MongoDB 資料庫名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
enableSsl |
指定是否使用 SSL 來加密與伺服器的連線。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
驗證的密碼。 |
SecretBase |
連接埠 |
MongoDB 伺服器用來接聽用戶端連線的 TCP 連接埠號碼。 預設值為 27017。 Type:integer (或 Expression with resultType integer) ,minimum: 0。 |
|
伺服器 |
MongoDB 伺服器的IP位址或伺服器名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
使用者名稱 |
用於驗證的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
MongoDbAtlasLinkedService
MongoDbAtlasLinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionString |
MongoDB Atlas 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
[資料庫] |
您想要存取的 MongoDB Atlas 資料庫名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
driverVersion |
您要選擇的驅動程式版本。 允許的值為 v1 和 v2。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
MongoDbV2LinkedService
MongoDbV2LinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionString |
MongoDB 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
[資料庫] |
您想要存取的 MongoDB 資料庫名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
MySqlLinkedService
MySqlLinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionString |
連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
[資料庫] |
連接的資料庫名稱。 類型:字串。 |
|
driverVersion |
MySQL 驅動程式的版本。 類型:字串。 舊版驅動程式的 V1 或空白,適用於新驅動程式的 V2。 V1 可以支援 連接字串 和屬性包,V2 只能支援 連接字串。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
連接埠 |
線上的埠。 類型:整數。 |
|
伺服器 |
線上的伺服器名稱。 類型:字串。 |
|
sslMode |
線上的 SSL 模式。 類型:整數。 0: disable, 1: prefer, 2: require, 3: verify-ca, 4: verify-full. |
|
使用者名稱 |
用於驗證的用戶名稱。 類型:字串。 |
|
useSystemTrustStore |
使用系統信任存放區進行連線。 類型:整數。 0:啟用,1:停用。 |
|
NetezzaLinkedService
NetezzaLinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionString |
ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
pwd |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
ODataLinkedService
ODataLinkedServiceTypeProperties
名稱 |
描述 |
值 |
aadResourceId |
指定您要求授權使用 Directory 的資源。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
aadServicePrincipalCredentialType |
指定用於服務主體的認證類型 (金鑰或憑證) 。 |
'ServicePrincipalCert' 'ServicePrincipalKey' |
authenticationType |
用來連線到 OData 服務的驗證類型。 |
'AadServicePrincipal' 'Anonymous' 'Basic' 'ManagedServiceIdentity' 'Windows' |
authHeaders |
要求中用於授權之 RESTful API 的其他 HTTP 標頭。 類型:索引鍵值組 (值應該是字串類型) 。 |
|
azureCloudType |
指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
OData 服務的密碼。 |
SecretBase |
servicePrincipalEmbeddedCert |
指定在 Azure Active Directory 中註冊之您應用程式的 base64 編碼憑證。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
SecretBase |
servicePrincipalEmbeddedCertPassword |
如果您的憑證具有密碼,而且您正在使用 AadServicePrincipal 驗證,請指定憑證的密碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
SecretBase |
servicePrincipalId |
指定在 Azure Active Directory 中註冊之應用程式的應用程式識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalKey |
指定在 Azure Active Directory 中註冊之應用程式的秘密。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
SecretBase |
tenant |
指定您的應用程式所在租用戶的資訊 (網域名稱或租用戶識別碼)。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
url |
OData 服務端點的 URL。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
userName |
OData 服務的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
OdbcLinkedService
OdbcLinkedServiceTypeProperties
名稱 |
描述 |
值 |
authenticationType |
用來連接到 ODBC 資料存放區的驗證類型。 可能的值為:Anonymous 和 Basic。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
connectionString |
連接字串 的非存取認證部分,以及選擇性的加密認證。 類型:string、SecureString 或 AzureKeyVaultSecretReference 或 Expression with resultType string。 |
|
認證 (credential) |
以驅動程式特定「屬性-值」格式指定之連接字串的存取認證部分。 |
SecretBase |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
基本驗證用的密碼 |
SecretBase |
userName |
基本身份驗證的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
Office365LinkedService
Office365LinkedServiceTypeProperties
名稱 |
描述 |
值 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
office365TenantId |
Office 365 帳戶所屬的 Azure 租用戶識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalId |
指定應用程式的用戶端識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalKey |
指定應用程式的金鑰。 |
需要 SecretBase () |
servicePrincipalTenantId |
指定您 Azure AD Web 應用程式所在的租用戶資訊。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
OracleLinkedService
OracleLinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionString |
連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
OracleCloudStorageLinkedService
OracleCloudStorageLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accessKeyId |
Oracle 雲端記憶體身分識別和存取管理 (IAM) 使用者的存取金鑰標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
secretAccessKey |
Oracle 雲端記憶體身分識別和存取管理 (IAM) 使用者的秘密存取密鑰。 |
SecretBase |
serviceUrl |
這個值會指定要使用 Oracle Cloud Storage Connector 存取的端點。 這是選擇性屬性;只有在您想要嘗試不同的服務端點,或想要在 HTTPs 和 HTTP 之間切換時,才變更它。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
OracleServiceCloudLinkedService
OracleServiceCloudLinkedServiceTypeProperties
名稱 |
描述 |
值 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
主機 |
Oracle Service Cloud 執行個體的 URL。 |
|
密碼 |
密碼,與您在使用者名稱金鑰中提供的使用者名稱相對應。 |
需要 SecretBase () |
useEncryptedEndpoints |
指定是否使用 HTTPS 來加密資料來源端點。 預設值為 true。 Type:boolean (或 Expression with resultType boolean) 。 |
|
useHostVerification |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名稱符合伺服器的主機名稱。 預設值為 true。 Type:boolean (或 Expression with resultType boolean) 。 |
|
usePeerVerification |
指定在透過 SSL 連線時,是否要確認伺服器的身分識別。 預設值為 true。 Type:boolean (或 Expression with resultType boolean) 。 |
|
username |
您用來存取 Oracle Service Cloud 伺服器的使用者名稱。 |
|
PaypalLinkedService
PaypalLinkedServiceTypeProperties
名稱 |
描述 |
值 |
clientId |
與您 PayPal 應用程式相關聯的用戶端識別碼。 |
|
clientSecret |
與您 PayPal 應用程式相關聯的用戶端祕密。 |
SecretBase |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
主機 |
PayPal 執行個體的 URL。 (即 api.sandbox.paypal.com) |
|
useEncryptedEndpoints |
指定是否使用 HTTPS 來加密資料來源端點。 預設值為 true。 |
|
useHostVerification |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名稱符合伺服器的主機名稱。 預設值為 true。 |
|
usePeerVerification |
指定在透過 SSL 連線時,是否要確認伺服器的身分識別。 預設值為 true。 |
|
PhoenixLinkedService
PhoenixLinkedServiceTypeProperties
名稱 |
描述 |
值 |
allowHostNameCNMismatch |
指定在透過 SSL 連線時,是否要求 CA 所核發的 SSL 憑證名稱符合伺服器的主機名稱。 預設值為 false。 |
|
allowSelfSignedServerCert |
指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 |
|
authenticationType |
用來連線到 Phoenix 伺服器的驗證機制。 |
'Anonymous' 'UsernameAndPassword' 'WindowsAzureHDInsightService' (必要) |
enableSsl |
指定是否使用 SSL 來加密與伺服器的連線。 預設值為 false。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
主機 |
Phoenix 伺服器的 IP 位址或主機名稱。 (亦即 192.168.222.160) |
|
httpPath |
對應至 Phoenix 伺服器的部分 URL。 (即 /gateway/sandbox/phoenix/version) 。 如果使用 WindowsAzureHDInsightService,則預設值為 hbasephoenix。 |
|
密碼 |
對應到使用者名稱的密碼。 |
SecretBase |
連接埠 |
Phoenix 伺服器用來接聽用戶端連線的 TCP 連接埠。 預設值為 8765。 |
|
trustedCertPath |
.pem 檔案的完整路徑,其中包含在透過 SSL 連線時,用來驗證伺服器的受信任 CA 憑證。 只有在自我裝載 IR 上使用 SSL 時,才能設定這個屬性。 預設值為隨 IR 安裝的 cacerts.pem 檔案。 |
|
username |
用來連線到 Phoenix 伺服器的使用者名稱。 |
|
useSystemTrustStore |
指定是否使用來自系統信任存放區或來自指定 PEM 檔案的 CA 憑證。 預設值為 false。 |
|
PostgreSqlLinkedService
PostgreSqlLinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionString |
連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
PostgreSqlV2LinkedService
PostgreSqlV2LinkedServiceTypeProperties
名稱 |
描述 |
值 |
commandTimeout |
在終止嘗試並產生錯誤之前,嘗試執行命令時,) 以秒為單位等候 (的時間。 設定為 infinity 的零。 類型:整數。 |
|
connectionTimeout |
在終止嘗試並產生錯誤之前,嘗試建立連線時,) 以秒為單位等候 (的時間。 類型:整數。 |
|
[資料庫] |
連接的資料庫名稱。 類型:字串。 |
|
編碼 |
取得或設定用來編碼/譯碼 PostgreSQL 字串數據的 .NET 編碼。 類型:字串 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
logParameters |
啟用時,會在執行命令時記錄參數值。 類型:布爾值。 |
|
password |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 類型:字串。 |
AzureKeyVaultSecretReference |
共用 |
是否應該使用連線共用。 類型:布爾值。 |
|
連接埠 |
線上的埠。 類型:整數。 |
|
readBufferSize |
決定讀取時使用的內部緩衝區大小。 如果從資料庫傳輸大型值,增加可能會改善效能。 類型:整數。 |
|
結構描述 |
設定架構搜尋路徑。 類型:字串。 |
|
伺服器 |
線上的伺服器名稱。 類型:字串。 |
|
sslCertificate |
要傳送至伺服器的客戶端憑證位置。 類型:字串。 |
|
sslKey |
要傳送至伺服器的用戶端憑證用戶端金鑰位置。 類型:字串。 |
|
sslMode |
線上的 SSL 模式。 類型:整數。 0:停用、1:allow、2:prefer、3:require、4:verify-ca、5:verify-full。 類型:整數。 |
|
sslPassword |
用戶端憑證金鑰的密碼。 類型:字串。 |
|
timezone |
取得或設定會話時區。 類型:字串。 |
|
trustServerCertificate |
是否信任伺服器證書而不驗證。 類型:布爾值。 |
|
使用者名稱 |
驗證的用戶名稱。 類型:字串。 |
|
PrestoLinkedService
PrestoLinkedServiceTypeProperties
名稱 |
描述 |
值 |
allowHostNameCNMismatch |
指定在透過 SSL 連線時,是否要求 CA 所核發的 SSL 憑證名稱符合伺服器的主機名稱。 預設值為 false。 |
|
allowSelfSignedServerCert |
指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 |
|
authenticationType |
用來連線到 Presto 伺服器的驗證機制。 |
'Anonymous' 需要 『LDAP』 () |
catalog |
對伺服器之所有要求的目錄內容。 |
|
enableSsl |
指定是否使用 SSL 來加密與伺服器的連線。 預設值為 false。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
主機 |
Presto 伺服器的 IP 位址或主機名稱。 (亦即 192.168.222.160) |
|
密碼 |
對應到使用者名稱的密碼。 |
SecretBase |
連接埠 |
Presto 伺服器用來接聽用戶端連線的 TCP 連接埠。 預設值為 8080。 |
|
serverVersion |
Presto 伺服器的版本。 (亦即 0.148-t) |
|
timeZoneID |
連線所使用的本機時區。 這個選項的有效值均指定於 IANA 時區資料庫中。 預設值為系統時區。 |
|
trustedCertPath |
.pem 檔案的完整路徑,其中包含在透過 SSL 連線時,用來驗證伺服器的受信任 CA 憑證。 只有在自我裝載 IR 上使用 SSL 時,才能設定這個屬性。 預設值為隨 IR 安裝的 cacerts.pem 檔案。 |
|
username |
用來連線到 Presto 伺服器的使用者名稱。 |
|
useSystemTrustStore |
指定是否使用來自系統信任存放區或來自指定 PEM 檔案的 CA 憑證。 預設值為 false。 |
|
QuickbaseLinkedService
QuickbaseLinkedServiceTypeProperties
名稱 |
描述 |
值 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
url |
用來連線 Quickbase 來源的 URL。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
userToken |
Quickbase 來源的使用者令牌。 |
需要 SecretBase () |
QuickBooksLinkedService
QuickBooksLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accessToken |
用於 OAuth 1.0 驗證的存取權杖。 |
SecretBase |
accessTokenSecret |
用於 OAuth 1.0 驗證的存取權杖祕密。 |
SecretBase |
companyId |
要授權之 QuickBooks 公司的公司識別碼。 |
|
connectionProperties |
用來連線到 QuickBooks 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 |
|
consumerKey |
用於 OAuth 1.0 驗證的取用者金鑰。 |
|
consumerSecret |
用於 OAuth 1.0 驗證的取用者祕密。 |
SecretBase |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
端點 |
QuickBooks 伺服器的端點。 (即 quickbooks.api.intuit.com) |
|
useEncryptedEndpoints |
指定是否使用 HTTPS 來加密資料來源端點。 預設值為 true。 |
|
ResponsysLinkedService
ResponsysLinkedServiceTypeProperties
名稱 |
描述 |
值 |
clientId |
與 Respopnsys 應用程式相關聯的用戶端識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
clientSecret |
與 Respopnsys 應用程式相關聯的用戶端密碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
SecretBase |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
端點 |
Responsys 伺服器的端點。 |
|
useEncryptedEndpoints |
指定是否使用 HTTPS 來加密資料來源端點。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 |
|
useHostVerification |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名稱符合伺服器的主機名稱。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 |
|
usePeerVerification |
指定在透過 SSL 連線時,是否要確認伺服器的身分識別。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 |
|
RestServiceLinkedService
RestServiceLinkedServiceTypeProperties
名稱 |
描述 |
值 |
aadResourceId |
您要求授權使用的資源。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
authenticationType |
用來連線到 REST 服務的驗證類型。 |
'AadServicePrincipal' 'Anonymous' 'Basic' 'ManagedServiceIdentity' 'OAuth2ClientCredential' (必要) |
authHeaders |
要求中用於授權之 RESTful API 的其他 HTTP 標頭。 類型:具有 resultType 物件) 的物件 (或 Expression。 |
|
azureCloudType |
指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
clientId |
與應用程式相關的用戶端識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
clientSecret |
與您的應用程式相關的用戶端密碼。 |
SecretBase |
認證 (credential) |
包含驗證資訊的認證參考。 |
CredentialReference |
enableServerCertificateValidation |
連接到端點時,是否要驗證伺服器端 SSL 憑證。默認值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
基本身份驗證類型中使用的密碼。 |
SecretBase |
resource |
要求存取的目標服務或資源。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
scope |
所需的存取範圍。 它會描述要求的存取權種類。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalId |
AadServicePrincipal 驗證類型中使用的應用程式用戶端標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalKey |
AadServicePrincipal 驗證類型中使用的應用程式密鑰。 |
SecretBase |
租用戶 |
租使用者資訊 (功能變數名稱或租使用者標識碼) 在應用程式所在的 AadServicePrincipal 驗證類型中使用。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
tokenEndpoint |
要取得存取令牌之授權伺服器的令牌端點。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
url |
REST 服務的基底 URL。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
userName |
基本身份驗證類型中使用的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
SalesforceLinkedService
SalesforceLinkedServiceTypeProperties
名稱 |
描述 |
值 |
apiVersion |
ADF 中使用的 Salesforce API 版本。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
environmentUrl |
Salesforce 實例的 URL。 預設值為 『https://login.salesforce.com』。 若要從沙箱複製數據,請指定 『https://test.salesforce.com』 。 若要從自定義網域複製數據,請指定 『https://[domain].my.salesforce.com』。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
password |
Salesforce 實例基本身份驗證的密碼。 |
SecretBase |
securityToken |
安全性令牌是遠端訪問 Salesforce 實例的選擇性專案。 |
SecretBase |
使用者名稱 |
Salesforce 實例基本身份驗證的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
SalesforceMarketingCloudLinkedService
SalesforceMarketingCloudLinkedServiceTypeProperties
名稱 |
描述 |
值 |
clientId |
與 Salesforce Marketing Cloud 應用程式相關聯的用戶端識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
clientSecret |
與 Salesforce Marketing Cloud 應用程式相關聯的用戶端密碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
SecretBase |
connectionProperties |
用來連線到 Salesforce Marketing Cloud 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
useEncryptedEndpoints |
指定是否使用 HTTPS 來加密資料來源端點。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 |
|
useHostVerification |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名稱符合伺服器的主機名稱。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 |
|
usePeerVerification |
指定在透過 SSL 連線時,是否要確認伺服器的身分識別。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 |
|
SalesforceServiceCloudLinkedService
SalesforceServiceCloudLinkedServiceTypeProperties
名稱 |
描述 |
值 |
apiVersion |
ADF 中使用的 Salesforce API 版本。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
environmentUrl |
Salesforce Service Cloud 實例的 URL。 預設值為 『https://login.salesforce.com』。 若要從沙箱複製數據,請指定 『https://test.salesforce.com』 。 若要從自定義網域複製數據,請指定 『https://[domain].my.salesforce.com』。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
extendedProperties |
附加至 連接字串的擴充屬性。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
password |
Salesforce 實例的基本身份驗證密碼。 |
SecretBase |
securityToken |
安全性令牌是選擇性的,可遠端訪問 Salesforce 實例。 |
SecretBase |
使用者名稱 |
Salesforce 實例的基本身份驗證用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
SalesforceServiceCloudV2LinkedService
SalesforceServiceCloudV2LinkedServiceTypeProperties
名稱 |
描述 |
值 |
apiVersion |
ADF 中使用的 Salesforce API 版本。 版本必須大於或等於 Salesforce BULK API 2.0 所需的 47.0。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
authenticationType |
要用來連線到 Salesforce 的驗證類型。 目前,我們只支援 OAuth2ClientCredentials,這也是預設值 |
|
clientId |
Salesforce 實例 OAuth 2.0 用戶端認證流程驗證的用戶端識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
clientSecret |
Salesforce 實例 OAuth 2.0 用戶端認證流程驗證的客戶端密碼。 |
SecretBase |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
environmentUrl |
Salesforce Service Cloud 實例的 URL。 例如,'https://[domain].my.salesforce.com'。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
SalesforceV2LinkedService
SalesforceV2LinkedServiceTypeProperties
名稱 |
描述 |
值 |
apiVersion |
ADF 中使用的 Salesforce API 版本。 版本必須大於或等於 Salesforce BULK API 2.0 所需的 47.0。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
authenticationType |
要用來連線到 Salesforce 的驗證類型。 目前,我們只支援 OAuth2ClientCredentials,這也是預設值 |
|
clientId |
Salesforce 實例 OAuth 2.0 用戶端認證流程驗證的用戶端識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
clientSecret |
Salesforce 實例 OAuth 2.0 用戶端認證流程驗證的客戶端密碼。 |
SecretBase |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
environmentUrl |
Salesforce 實例的 URL。 例如,'https://[domain].my.salesforce.com'。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
SapBWLinkedService
SapBWLinkedServiceTypeProperties
名稱 |
描述 |
值 |
clientId |
BW 系統上用戶端的用戶端識別碼。 (通常以字串表示的三位數十進位數) Type:string (或 Expression with resultType string) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
存取 SAP BW 伺服器的密碼。 |
SecretBase |
伺服器 |
SAP BW 實例的主機名。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
systemNumber |
BW 系統的系統編號。 (通常以 string.) Type 表示的兩位數十進位數:string (或 Expression with resultType string) 。 |
|
userName |
用來存取 SAP BW 伺服器的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
SapCloudForCustomerLinkedService
SapCloudForCustomerLinkedServiceTypeProperties
名稱 |
描述 |
值 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 必須提供 encryptedCredential 或使用者名稱/密碼。 類型:字串。 |
字串 |
password |
基本身份驗證的密碼。 |
SecretBase |
url |
SAP Cloud for Customer OData API 的 URL。 例如,'[https://[tenantname].crm.ondemand.com/sap/c4c/odata/v1]'。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
使用者名稱 |
基本身份驗證的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
SapEccLinkedService
SapEccLinkedServiceTypeProperties
名稱 |
描述 |
值 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 必須提供 encryptedCredential 或使用者名稱/密碼。 類型:字串。 |
字串 |
password |
基本身份驗證的密碼。 |
SecretBase |
url |
SAP ECC OData API 的 URL。 例如,'[https://hostname:port/sap/opu/odata/sap/servicename/]'。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
使用者名稱 |
基本身份驗證的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
SapHanaLinkedService
SapHanaLinkedServiceProperties
名稱 |
描述 |
值 |
authenticationType |
要用來連線到 SAP HANA 伺服器的驗證類型。 |
'Basic' 'Windows' |
connectionString |
SAP HANA ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
存取 SAP HANA 伺服器的密碼。 |
SecretBase |
伺服器 |
SAP HANA 伺服器的主機名。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
userName |
存取 SAP HANA 伺服器的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
SapOdpLinkedService
SapOdpLinkedServiceTypeProperties
名稱 |
描述 |
值 |
clientId |
數據表所在 SAP 系統上用戶端的用戶端識別碼。 (通常以字串表示的三位數十進位數) Type:string (或 Expression 與 resultType 字串) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
語言 |
數據表所在的 SAP 系統語言。 預設值為 EN。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
logonGroup |
SAP 系統的登入群組。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
messageServer |
SAP 訊息伺服器的主機名。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
messageServerService |
訊息伺服器的服務名稱或埠號碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
password |
存取資料表所在 SAP 伺服器的密碼。 |
SecretBase |
伺服器 |
數據表所在的 SAP 實例主機名。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
sncLibraryPath |
外部安全性產品的連結庫,可存取數據表所在的 SAP 伺服器。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
sncMode |
SNC 啟用指標,可存取資料表所在的 SAP 伺服器。 必須是 0 (關閉) ,或) 上的 1 個 (。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
sncMyName |
啟動器的SNC名稱,以存取資料表所在的 SAP 伺服器。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
sncPartnerName |
通訊夥伴的SNC名稱,以存取數據表所在的 SAP 伺服器。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
sncQop |
SNC 保護品質。 允許的值包括:1、2、3、8、9。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
subscriberName |
訂閱者名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
systemId |
數據表所在 SAP 系統的 SystemID。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
systemNumber |
數據表所在的 SAP 系統系統號碼。 (通常以 string.) Type 表示的兩位數十進位數:string (或 Expression 與 resultType 字串) 。 |
|
userName |
用來存取數據表所在 SAP 伺服器的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
x509CertificatePath |
SNC X509 憑證檔案路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
SapOpenHubLinkedService
SapOpenHubLinkedServiceTypeProperties
名稱 |
描述 |
值 |
clientId |
BW 系統上開啟中樞目的地所在的用戶端用戶端標識碼。 (通常以字串表示的三位數十進位數) Type:string (或 Expression 與 resultType 字串) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
語言 |
開啟中樞目的地所在的 BW 系統語言。 預設值為 EN。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
logonGroup |
SAP 系統的登入群組。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
messageServer |
SAP 訊息伺服器的主機名。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
messageServerService |
訊息伺服器的服務名稱或埠號碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
password |
存取開啟中樞目的地所在SAP BW 伺服器的密碼。 |
SecretBase |
伺服器 |
開啟中樞目的地所在的 SAP BW 實例主機名。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
systemId |
數據表所在 SAP 系統的 SystemID。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
systemNumber |
開啟中樞目的地所在 BW 系統的系統號碼。 (通常以 string.) Type 表示的兩位數十進位數:string (或 Expression 與 resultType 字串) 。 |
|
userName |
用來存取開啟中樞目的地所在 SAP BW 伺服器的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
SapTableLinkedService
SapTableLinkedServiceTypeProperties
名稱 |
描述 |
值 |
clientId |
數據表所在 SAP 系統上用戶端的用戶端識別碼。 (通常以字串表示的三位數十進位數) Type:string (或 Expression 與 resultType 字串) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
語言 |
數據表所在的 SAP 系統語言。 預設值為 EN。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
logonGroup |
SAP 系統的登入群組。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
messageServer |
SAP 訊息伺服器的主機名。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
messageServerService |
訊息伺服器的服務名稱或埠號碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
password |
存取資料表所在 SAP 伺服器的密碼。 |
SecretBase |
伺服器 |
數據表所在的 SAP 實例主機名。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
sncLibraryPath |
外部安全性產品的連結庫,可存取數據表所在的 SAP 伺服器。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
sncMode |
SNC 啟用指標,可存取資料表所在的 SAP 伺服器。 必須是 0 (關閉) ,或) 上的 1 個 (。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
sncMyName |
啟動器的SNC名稱,以存取資料表所在的 SAP 伺服器。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
sncPartnerName |
通訊夥伴的SNC名稱,以存取數據表所在的 SAP 伺服器。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
sncQop |
SNC 保護品質。 允許的值包括:1、2、3、8、9。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
systemId |
數據表所在 SAP 系統的 SystemID。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
systemNumber |
數據表所在的 SAP 系統系統號碼。 (通常以 string.) Type 表示的兩位數十進位數:string (或 Expression 與 resultType 字串) 。 |
|
userName |
用來存取數據表所在 SAP 伺服器的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
ServiceNowLinkedService
ServiceNowLinkedServiceTypeProperties
名稱 |
描述 |
值 |
authenticationType |
要使用的驗證類型。 |
'Basic' 'OAuth2' (必要) |
clientId |
OAuth2 驗證的用戶端標識碼。 |
|
clientSecret |
用於 OAuth2 驗證的用戶端祕密。 |
SecretBase |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
端點 |
ServiceNow 伺服器的端點。 (亦即 {instance}.service-now.com) |
|
密碼 |
對應至用於進行 Basic 和 OAuth2 驗證之使用者名稱的密碼。 |
SecretBase |
useEncryptedEndpoints |
指定是否使用 HTTPS 來加密資料來源端點。 預設值為 true。 |
|
useHostVerification |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名稱符合伺服器的主機名稱。 預設值為 true。 |
|
usePeerVerification |
指定在透過 SSL 連線時,是否要確認伺服器的身分識別。 預設值為 true。 |
|
username |
用來連線到 ServiceNow 伺服器以進行 Basic 和 OAuth2 驗證的使用者名稱。 |
|
ServiceNowV2LinkedService
ServiceNowV2LinkedServiceTypeProperties
名稱 |
描述 |
值 |
authenticationType |
要使用的驗證類型。 |
'Basic' 'OAuth2' (必要) |
clientId |
OAuth2 驗證的用戶端標識碼。 |
|
clientSecret |
用於 OAuth2 驗證的用戶端祕密。 |
SecretBase |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
端點 |
ServiceNowV2 伺服器的端點。 (亦即 {instance}.service-now.com) |
|
grantType |
OAuth2 驗證的 GrantType。 預設值為password。 |
|
密碼 |
對應至用於進行 Basic 和 OAuth2 驗證之使用者名稱的密碼。 |
SecretBase |
使用者名稱 |
用來連線到 ServiceNowV2 伺服器以進行基本和 OAuth2 驗證的用戶名稱。 |
|
SftpServerLinkedService
SftpServerLinkedServiceTypeProperties
名稱 |
描述 |
值 |
authenticationType |
要用來連線到 FTP 伺服器的驗證類型。 |
'Basic' 'MultiFactor' 'SshPublicKey' |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
主機 |
SFTP 伺服器主機名。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
hostKeyFingerprint |
SFTP 伺服器的主機按鍵指紋。 當 SkipHostKeyValidation 為 false 時,應該指定 HostKeyFingerprint。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
passPhrase |
如果 SSH 私鑰已加密,用來解密 SSH 私鑰的密碼。 |
SecretBase |
password |
登入 SFTP 伺服器以進行基本身份驗證的密碼。 |
SecretBase |
連接埠 |
SFTP 伺服器用來接聽用戶端連線的 TCP 連接埠號碼。 預設值為 22。 Type:integer (或 Expression with resultType integer) ,minimum: 0。 |
|
privateKeyContent |
用於 SshPublicKey 驗證的 Base64 編碼 SSH 私鑰內容。 針對使用 SshPublicKey 驗證的內部部署複本,應該指定 PrivateKeyPath 或 PrivateKeyContent。 SSH 私密金鑰的格式應該是 OpenSSH。 |
SecretBase |
privateKeyPath |
SshPublicKey 驗證的 SSH 私鑰檔案路徑。 僅適用於內部部署複本。 針對使用 SshPublicKey 驗證的內部部署複本,應該指定 PrivateKeyPath 或 PrivateKeyContent。 SSH 私密金鑰的格式應該是 OpenSSH。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
skipHostKeyValidation |
如果為 true,請略過 SSH 主機金鑰驗證。 預設值為 False。 Type:boolean (或 Expression with resultType boolean) 。 |
|
userName |
用來登入SFTP 伺服器的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
SharePointOnlineListLinkedService
SharePointOnlineListLinkedServiceTypeProperties
名稱 |
描述 |
值 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
servicePrincipalId |
應用程式 (在 Azure Active Directory 中註冊之應用程式的用戶端) 識別碼。 請務必將 SharePoint 網站許可權授與此應用程式。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalKey |
在 Azure Active Directory 中註冊之應用程式的客戶端密碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
需要 SecretBase () |
siteUrl |
SharePoint Online 網站的 URL。 例如: https://contoso.sharepoint.com/sites/siteName 。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
tenantId |
您的應用程式所在的租用戶識別碼。 您可以從 Azure 入口網站 Active Directory 概觀頁面找到它。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
ShopifyLinkedService
ShopifyLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accessToken |
可以用來存取 Shopify 資料的 API 存取權杖。 如果令牌為離線模式,令牌將不會過期。 |
SecretBase |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
主機 |
Shopify 伺服器的端點。 (即 mystore.myshopify.com) |
|
useEncryptedEndpoints |
指定是否使用 HTTPS 來加密資料來源端點。 預設值為 true。 |
|
useHostVerification |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名稱符合伺服器的主機名稱。 預設值為 true。 |
|
usePeerVerification |
指定在透過 SSL 連線時,是否要確認伺服器的身分識別。 預設值為 true。 |
|
SmartsheetLinkedService
SmartsheetLinkedServiceTypeProperties
名稱 |
描述 |
值 |
apiToken |
Smartsheet 來源的 API 令牌。 |
SecretBase (必要) |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
SnowflakeLinkedService
SnowflakeLinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionString |
雪花的 連接字串。 類型:string、SecureString。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
SnowflakeV2LinkedService
SnowflakeLinkedV2ServiceTypeProperties
名稱 |
描述 |
值 |
accountIdentifier |
Snowflake 帳戶的帳戶標識碼,例如 xy12345.east-us-2.azure |
|
authenticationType |
用於驗證的類型。 類型:字串。 |
'AADServicePrincipal' 'Basic' 'KeyPair' |
clientId |
在 Azure Active Directory 中註冊以進行 AADServicePrincipal 驗證之應用程式的用戶端識別碼。 |
|
clientSecret |
AADServicePrincipal 驗證之用戶端密碼的 Azure 密鑰保存庫秘密參考。 |
SecretBase |
[資料庫] |
Snowflake 資料庫的名稱。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 |
SecretBase |
privateKey |
適用於 KeyPair 驗證之 privateKey 的 Azure 金鑰保存庫秘密參考。 |
SecretBase |
privateKeyPassphrase |
使用加密私鑰進行 KeyPair 驗證的私鑰密碼的 Azure 金鑰保存庫秘密參考。 |
SecretBase |
範圍 |
在 Azure Active Directory 中註冊以進行 AADServicePrincipal 驗證的應用程式範圍。 |
|
tenantId |
在 Azure Active Directory 中註冊以進行 AADServicePrincipal 驗證之應用程式的租用戶識別碼。 |
|
user |
Snowflake 用戶的名稱。 |
|
warehouse |
Snowflake 倉儲的名稱。 |
|
SparkLinkedService
SparkLinkedServiceTypeProperties
名稱 |
描述 |
值 |
allowHostNameCNMismatch |
指定在透過 SSL 連線時,是否要求 CA 所核發的 SSL 憑證名稱符合伺服器的主機名稱。 預設值為 false。 |
|
allowSelfSignedServerCert |
指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 |
|
authenticationType |
用來存取 Spark 伺服器的驗證方法。 |
'Anonymous' 'Username' 'UsernameAndPassword' 'WindowsAzureHDInsightService' (必要) |
enableSsl |
指定是否使用 SSL 來加密與伺服器的連線。 預設值為 false。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
主機 |
Spark 伺服器的 IP 位址或主機名稱 |
|
httpPath |
對應至 Spark 伺服器的部分 URL。 |
|
password |
對應至您在 [用戶名稱] 字段中提供之使用者名稱的密碼 |
SecretBase |
連接埠 |
Spark 伺服器用來接聽用戶端連線的 TCP 連接埠。 |
|
serverType |
Spark 伺服器的類型。 |
'SharkServer' 'SharkServer2' 'SparkThriftServer' |
thriftTransportProtocol |
Thrift 層中使用的傳輸通訊協定。 |
'Binary' 'HTTP ' 'SASL' |
trustedCertPath |
.pem 檔案的完整路徑,其中包含在透過 SSL 連線時,用來驗證伺服器的受信任 CA 憑證。 只有在自我裝載 IR 上使用 SSL 時,才能設定這個屬性。 預設值為隨 IR 安裝的 cacerts.pem 檔案。 |
|
username |
您用來存取 Spark 伺服器的使用者名稱。 |
|
useSystemTrustStore |
指定是否使用來自系統信任存放區或來自指定 PEM 檔案的 CA 憑證。 預設值為 false。 |
|
SqlServerLinkedService
SqlServerLinkedServiceTypeProperties
名稱 |
描述 |
值 |
alwaysEncryptedSettings |
Sql 一律加密屬性。 |
SqlAlwaysEncryptedProperties |
connectionString |
連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
內部部署 Windows 驗證 密碼。 |
SecretBase |
userName |
內部部署 Windows 驗證 用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
SquareLinkedService
SquareLinkedServiceTypeProperties
名稱 |
描述 |
值 |
clientId |
與您 Square 應用程式相關聯的用戶端識別碼。 |
|
clientSecret |
與您 Square 應用程式相關聯的用戶端祕密。 |
SecretBase |
connectionProperties |
用來連接到 Square 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
主機 |
Square 執行個體的 URL。 (亦即 mystore.mysquare.com) |
|
redirectUri |
Square 應用程式儀表板中指派的重新導向 URL。 (亦即 http://localhost:2500 ) |
|
useEncryptedEndpoints |
指定是否使用 HTTPS 來加密資料來源端點。 預設值為 true。 |
|
useHostVerification |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名稱符合伺服器的主機名稱。 預設值為 true。 |
|
usePeerVerification |
指定在透過 SSL 連線時,是否要確認伺服器的身分識別。 預設值為 true。 |
|
SybaseLinkedService
SybaseLinkedServiceTypeProperties
名稱 |
描述 |
值 |
authenticationType |
要用於連線的 AuthenticationType。 |
'Basic' 'Windows' |
[資料庫] |
連接的資料庫名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
驗證的密碼。 |
SecretBase |
結構描述 |
連接的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
伺服器 |
線上的伺服器名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
使用者名稱 |
用於驗證的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
TeamDeskLinkedService
TeamDeskLinkedServiceTypeProperties
名稱 |
描述 |
值 |
apiToken |
TeamDesk 來源的 API 令牌。 |
SecretBase |
authenticationType |
要使用的驗證類型。 |
'Basic' 需要 『Token』 () |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
TeamDesk 來源的密碼。 |
SecretBase |
url |
連線 TeamDesk 來源的 URL。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
userName |
TeamDesk 來源的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
TeradataLinkedService
TeradataLinkedServiceTypeProperties
名稱 |
描述 |
值 |
authenticationType |
要用於連線的 AuthenticationType。 |
'Basic' 'Windows' |
connectionString |
Teradata ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
驗證的密碼。 |
SecretBase |
伺服器 |
線上的伺服器名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
使用者名稱 |
用於驗證的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
TwilioLinkedService
TwilioLinkedServiceTypeProperties
名稱 |
描述 |
值 |
password |
Twilio 服務的驗證令牌。 |
需要 SecretBase () |
userName |
Twilio 服務的帳戶 SID。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
VerticaLinkedService
VerticaLinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionString |
ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
pwd |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
WarehouseLinkedService
WarehouseLinkedServiceTypeProperties
名稱 |
描述 |
值 |
artifactId |
Microsoft Fabric 倉儲成品的標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
端點 |
Microsoft Fabric Warehouse 伺服器的端點。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalCredential |
Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 為 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 |
SecretBase |
servicePrincipalCredentialType |
要用於伺服器對伺服器驗證的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey','ServicePrincipalCert' 用於憑證。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalId |
用來向 Microsoft Fabric Warehouse 進行驗證的應用程式識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalKey |
用來向 Microsoft Fabric Warehouse 進行驗證的應用程式密鑰。 |
SecretBase |
租用戶 |
服務主體所屬租用戶的名稱或標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
workspaceId |
Microsoft Fabric 工作區的標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
WebLinkedService
WebLinkedServiceTypeProperties
名稱 |
描述 |
值 |
url |
Web 服務端點的 URL , 例如 https://www.microsoft.com 。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
authenticationType |
設定物件類型 |
匿名 基本 需要 ClientCertificate () |
WebAnonymousAuthentication
名稱 |
描述 |
值 |
authenticationType |
用來連線到 Web 資料表來源的驗證類型。 |
必要) 'Anonymous' ( |
WebBasicAuthentication
名稱 |
描述 |
值 |
authenticationType |
用來連線到 Web 資料表來源的驗證類型。 |
需要 『Basic』 () |
password |
基本身份驗證的密碼。 |
需要 SecretBase () |
使用者名稱 |
基本身份驗證的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
WebClientCertificateAuthentication
名稱 |
描述 |
值 |
authenticationType |
用來連線到 Web 資料表來源的驗證類型。 |
需要 'ClientCertificate' () |
password |
PFX 檔案的密碼。 |
需要 SecretBase () |
pfx |
PFX 檔案的Base64編碼內容。 |
需要 SecretBase () |
XeroLinkedService
XeroLinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionProperties |
用來連接到 Xero 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 |
|
consumerKey |
與 Xero 應用程式相關聯的取用者金鑰。 |
SecretBase |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
主機 |
Xero 伺服器的端點。 (即 api.xero.com) |
|
privateKey |
從您 Xero 私人應用程式產生之 .pem 檔案的私密金鑰。 您必須包含 .pem 檔案中的所有文字,包括 Unix 行結尾 ( ). |
SecretBase |
useEncryptedEndpoints |
指定是否使用 HTTPS 來加密資料來源端點。 預設值為 true。 |
|
useHostVerification |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名稱符合伺服器的主機名稱。 預設值為 true。 |
|
usePeerVerification |
指定在透過 SSL 連線時,是否要確認伺服器的身分識別。 預設值為 true。 |
|
ZendeskLinkedService
ZendeskLinkedServiceTypeProperties
名稱 |
描述 |
值 |
apiToken |
Zendesk 來源的 API 令牌。 |
SecretBase |
authenticationType |
要使用的驗證類型。 |
'Basic' 需要 『Token』 () |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
Zendesk 來源的密碼。 |
SecretBase |
url |
用來連接 Zendesk 來源的 URL。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
userName |
Zendesk 來源的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
ZohoLinkedService
ZohoLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accessToken |
用於 Zoho 驗證的存取權杖。 |
SecretBase |
connectionProperties |
用來連線到 Zoho 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
端點 |
Zoho 伺服器的端點。 (即 crm.zoho.com/crm/private) |
|
useEncryptedEndpoints |
指定是否使用 HTTPS 來加密資料來源端點。 預設值為 true。 |
|
useHostVerification |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名稱符合伺服器的主機名稱。 預設值為 true。 |
|
usePeerVerification |
指定在透過 SSL 連線時,是否要確認伺服器的身分識別。 預設值為 true。 |
|
快速入門範本
下列快速入門範本會部署此資源類型。
Factory/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 = jsonencode({
properties = {
annotations = [ object ]
connectVia = {
parameters = {}
referenceName = "string"
type = "IntegrationRuntimeReference"
}
description = "string"
parameters = {
{customized property} = {
type = "string"
}
}
type = "string"
// For remaining properties, see LinkedService objects
}
})
}
LinkedService 物件
設定 type 屬性以指定物件的類型。
針對 AmazonMWS,請使用:
type = "AmazonMWS"
typeProperties = {
encryptedCredential = "string"
mwsAuthToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
secretKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 AmazonRdsForOracle,請使用:
type = "AmazonRdsForOracle"
typeProperties = {
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 AmazonRdsForSqlServer,請使用:
type = "AmazonRdsForSqlServer"
typeProperties = {
alwaysEncryptedSettings = {
alwaysEncryptedAkvAuthType = "string"
credential = {
referenceName = "string"
type = "CredentialReference"
}
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 AmazonRedshift,請使用:
type = "AmazonRedshift"
typeProperties = {
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 AmazonS3,請使用:
type = "AmazonS3"
typeProperties = {
encryptedCredential = "string"
secretAccessKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
sessionToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 AmazonS3Compatible,請使用:
type = "AmazonS3Compatible"
typeProperties = {
encryptedCredential = "string"
secretAccessKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 AppFigures,請使用:
type = "AppFigures"
typeProperties = {
clientKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 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
}
credential = {
referenceName = "string"
type = "CredentialReference"
}
encryptedCredential = "string"
linkedServiceName = {
parameters = {}
referenceName = "string"
type = "LinkedServiceReference"
}
}
針對 AzureBlobFS,請使用:
type = "AzureBlobFS"
typeProperties = {
credential = {
referenceName = "string"
type = "CredentialReference"
}
encryptedCredential = "string"
sasToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
servicePrincipalCredential = {
type = "string"
// For remaining properties, see SecretBase objects
}
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 AzureBlobStorage,請使用:
type = "AzureBlobStorage"
typeProperties = {
accountKey = {
store = {
parameters = {}
referenceName = "string"
type = "LinkedServiceReference"
}
type = "string"
}
authenticationType = "string"
credential = {
referenceName = "string"
type = "CredentialReference"
}
encryptedCredential = "string"
sasToken = {
store = {
parameters = {}
referenceName = "string"
type = "LinkedServiceReference"
}
type = "string"
}
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 AzureDatabricks,請使用:
type = "AzureDatabricks"
typeProperties = {
accessToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
credential = {
referenceName = "string"
type = "CredentialReference"
}
encryptedCredential = "string"
newClusterCustomTags = {}
newClusterSparkConf = {}
newClusterSparkEnvVars = {}
}
針對 AzureDatabricksDeltaLake,請使用:
type = "AzureDatabricksDeltaLake"
typeProperties = {
accessToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
credential = {
referenceName = "string"
type = "CredentialReference"
}
encryptedCredential = "string"
}
針對 AzureDataExplorer,請使用:
type = "AzureDataExplorer"
typeProperties = {
credential = {
referenceName = "string"
type = "CredentialReference"
}
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 AzureDataLakeAnalytics,請使用:
type = "AzureDataLakeAnalytics"
typeProperties = {
encryptedCredential = "string"
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 AzureDataLakeStore,請使用:
type = "AzureDataLakeStore"
typeProperties = {
credential = {
referenceName = "string"
type = "CredentialReference"
}
encryptedCredential = "string"
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 AzureFileStorage,請使用:
type = "AzureFileStorage"
typeProperties = {
accountKey = {
store = {
parameters = {}
referenceName = "string"
type = "LinkedServiceReference"
}
type = "string"
}
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
sasToken = {
store = {
parameters = {}
referenceName = "string"
type = "LinkedServiceReference"
}
type = "string"
}
}
針對 AzureFunction,請使用:
type = "AzureFunction"
typeProperties = {
credential = {
referenceName = "string"
type = "CredentialReference"
}
encryptedCredential = "string"
functionKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 AzureKeyVault,請使用:
type = "AzureKeyVault"
typeProperties = {
credential = {
referenceName = "string"
type = "CredentialReference"
}
}
針對 AzureMariaDB,請使用:
type = "AzureMariaDB"
typeProperties = {
encryptedCredential = "string"
pwd = {
store = {
parameters = {}
referenceName = "string"
type = "LinkedServiceReference"
}
type = "string"
}
}
針對 AzureML,請使用:
type = "AzureML"
typeProperties = {
apiKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = "string"
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 AzureMLService,請使用:
type = "AzureMLService"
typeProperties = {
encryptedCredential = "string"
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 AzureMySql,請使用:
type = "AzureMySql"
typeProperties = {
encryptedCredential = "string"
password = {
store = {
parameters = {}
referenceName = "string"
type = "LinkedServiceReference"
}
type = "string"
}
}
針對 AzurePostgreSql,請使用:
type = "AzurePostgreSql"
typeProperties = {
encryptedCredential = "string"
password = {
store = {
parameters = {}
referenceName = "string"
type = "LinkedServiceReference"
}
type = "string"
}
}
針對 AzureSearch,請使用:
type = "AzureSearch"
typeProperties = {
encryptedCredential = "string"
key = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 AzureSqlDatabase,請使用:
type = "AzureSqlDatabase"
typeProperties = {
alwaysEncryptedSettings = {
alwaysEncryptedAkvAuthType = "string"
credential = {
referenceName = "string"
type = "CredentialReference"
}
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
credential = {
referenceName = "string"
type = "CredentialReference"
}
encryptedCredential = "string"
password = {
store = {
parameters = {}
referenceName = "string"
type = "LinkedServiceReference"
}
type = "string"
}
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 AzureSqlDW,請使用:
type = "AzureSqlDW"
typeProperties = {
credential = {
referenceName = "string"
type = "CredentialReference"
}
encryptedCredential = "string"
password = {
store = {
parameters = {}
referenceName = "string"
type = "LinkedServiceReference"
}
type = "string"
}
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 AzureSqlMI,請使用:
type = "AzureSqlMI"
typeProperties = {
alwaysEncryptedSettings = {
alwaysEncryptedAkvAuthType = "string"
credential = {
referenceName = "string"
type = "CredentialReference"
}
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
credential = {
referenceName = "string"
type = "CredentialReference"
}
encryptedCredential = "string"
password = {
store = {
parameters = {}
referenceName = "string"
type = "LinkedServiceReference"
}
type = "string"
}
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 AzureStorage,請使用:
type = "AzureStorage"
typeProperties = {
accountKey = {
store = {
parameters = {}
referenceName = "string"
type = "LinkedServiceReference"
}
type = "string"
}
encryptedCredential = "string"
sasToken = {
store = {
parameters = {}
referenceName = "string"
type = "LinkedServiceReference"
}
type = "string"
}
}
針對 AzureSynapseArtifacts,請使用:
type = "AzureSynapseArtifacts"
typeProperties = {}
針對 AzureTableStorage,請使用:
type = "AzureTableStorage"
typeProperties = {
accountKey = {
store = {
parameters = {}
referenceName = "string"
type = "LinkedServiceReference"
}
type = "string"
}
encryptedCredential = "string"
sasToken = {
store = {
parameters = {}
referenceName = "string"
type = "LinkedServiceReference"
}
type = "string"
}
}
針對 Cassandra,請使用:
type = "Cassandra"
typeProperties = {
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 CommonDataServiceForApps,請使用:
type = "CommonDataServiceForApps"
typeProperties = {
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
servicePrincipalCredential = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 Concur,請使用:
type = "Concur"
typeProperties = {
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 CosmosDb,請使用:
type = "CosmosDb"
typeProperties = {
accountKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
connectionMode = "string"
credential = {
referenceName = "string"
type = "CredentialReference"
}
encryptedCredential = "string"
servicePrincipalCredential = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 CosmosDbMongoDbApi,請使用:
type = "CosmosDbMongoDbApi"
typeProperties = {}
針對 Couchbase,請使用:
type = "Couchbase"
typeProperties = {
credString = {
store = {
parameters = {}
referenceName = "string"
type = "LinkedServiceReference"
}
type = "string"
}
encryptedCredential = "string"
}
針對 CustomDataSource,請使用:
type = "CustomDataSource"
針對 Dataworld,請使用:
type = "Dataworld"
typeProperties = {
apiToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = "string"
}
針對 Db2,請使用:
type = "Db2"
typeProperties = {
authenticationType = "Basic"
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 [鑽研],請使用:
type = "Drill"
typeProperties = {
encryptedCredential = "string"
pwd = {
store = {
parameters = {}
referenceName = "string"
type = "LinkedServiceReference"
}
type = "string"
}
}
針對 Dynamics,請使用:
type = "Dynamics"
typeProperties = {
credential = {
referenceName = "string"
type = "CredentialReference"
}
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
servicePrincipalCredential = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 DynamicsAX,請使用:
type = "DynamicsAX"
typeProperties = {
encryptedCredential = "string"
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 DynamicsCrm,請使用:
type = "DynamicsCrm"
typeProperties = {
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
servicePrincipalCredential = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 Eloqua,請使用:
type = "Eloqua"
typeProperties = {
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 FileServer,請使用:
type = "FileServer"
typeProperties = {
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 FtpServer,請使用:
type = "FtpServer"
typeProperties = {
authenticationType = "string"
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 GoogleAdWords,請使用:
type = "GoogleAdWords"
typeProperties = {
authenticationType = "string"
clientSecret = {
type = "string"
// For remaining properties, see SecretBase objects
}
developerToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = "string"
privateKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
refreshToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 GoogleBigQuery,請使用:
type = "GoogleBigQuery"
typeProperties = {
authenticationType = "string"
clientSecret = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = "string"
refreshToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 GoogleBigQueryV2,請使用:
type = "GoogleBigQueryV2"
typeProperties = {
authenticationType = "string"
clientSecret = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = "string"
keyFileContent = {
type = "string"
// For remaining properties, see SecretBase objects
}
refreshToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 GoogleCloudStorage,請使用:
type = "GoogleCloudStorage"
typeProperties = {
encryptedCredential = "string"
secretAccessKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 GoogleSheets,請使用:
type = "GoogleSheets"
typeProperties = {
apiToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = "string"
}
針對 Greenplum,請使用:
type = "Greenplum"
typeProperties = {
encryptedCredential = "string"
pwd = {
store = {
parameters = {}
referenceName = "string"
type = "LinkedServiceReference"
}
type = "string"
}
}
針對 HBase,請使用:
type = "HBase"
typeProperties = {
authenticationType = "string"
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 Hdfs,請使用:
type = "Hdfs"
typeProperties = {
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 HDInsight,請使用:
type = "HDInsight"
typeProperties = {
encryptedCredential = "string"
hcatalogLinkedServiceName = {
parameters = {}
referenceName = "string"
type = "LinkedServiceReference"
}
linkedServiceName = {
parameters = {}
referenceName = "string"
type = "LinkedServiceReference"
}
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 HDInsightOnDemand,請使用:
type = "HDInsightOnDemand"
typeProperties = {
additionalLinkedServiceNames = [
{
parameters = {}
referenceName = "string"
type = "LinkedServiceReference"
}
]
clusterPassword = {
type = "string"
// For remaining properties, see SecretBase objects
}
clusterSshPassword = {
type = "string"
// For remaining properties, see SecretBase objects
}
credential = {
referenceName = "string"
type = "CredentialReference"
}
encryptedCredential = "string"
hcatalogLinkedServiceName = {
parameters = {}
referenceName = "string"
type = "LinkedServiceReference"
}
linkedServiceName = {
parameters = {}
referenceName = "string"
type = "LinkedServiceReference"
}
scriptActions = [
{
name = "string"
parameters = "string"
uri = "string"
}
]
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 Hive,請使用:
type = "Hive"
typeProperties = {
authenticationType = "string"
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
serverType = "string"
thriftTransportProtocol = "string"
}
針對 HttpServer,請使用:
type = "HttpServer"
typeProperties = {
authenticationType = "string"
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 Hubspot,請使用:
type = "Hubspot"
typeProperties = {
accessToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
clientSecret = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = "string"
refreshToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 Impala,請使用:
type = "Impala"
typeProperties = {
authenticationType = "string"
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 Informix,請使用:
type = "Informix"
typeProperties = {
credential = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 Jira,請使用:
type = "Jira"
typeProperties = {
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 LakeHouse,請使用:
type = "LakeHouse"
typeProperties = {
encryptedCredential = "string"
servicePrincipalCredential = {
type = "string"
// For remaining properties, see SecretBase objects
}
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 Magento,請使用:
type = "Magento"
typeProperties = {
accessToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = "string"
}
針對 MariaDB,請使用:
type = "MariaDB"
typeProperties = {
encryptedCredential = "string"
password = {
store = {
parameters = {}
referenceName = "string"
type = "LinkedServiceReference"
}
type = "string"
}
}
針對 Marketo,請使用:
type = "Marketo"
typeProperties = {
clientSecret = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = "string"
}
針對 MicrosoftAccess,請使用:
type = "MicrosoftAccess"
typeProperties = {
credential = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 MongoDb,請使用:
type = "MongoDb"
typeProperties = {
authenticationType = "string"
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 MongoDbAtlas,請使用:
type = "MongoDbAtlas"
typeProperties = {}
針對 MongoDbV2,請使用:
type = "MongoDbV2"
typeProperties = {}
針對 MySql,請使用:
type = "MySql"
typeProperties = {
encryptedCredential = "string"
password = {
store = {
parameters = {}
referenceName = "string"
type = "LinkedServiceReference"
}
type = "string"
}
}
針對 Netezza,請使用:
type = "Netezza"
typeProperties = {
encryptedCredential = "string"
pwd = {
store = {
parameters = {}
referenceName = "string"
type = "LinkedServiceReference"
}
type = "string"
}
}
針對 OData,請使用:
type = "OData"
typeProperties = {
aadServicePrincipalCredentialType = "string"
authenticationType = "string"
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
}
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 Odbc,請使用:
type = "Odbc"
typeProperties = {
credential = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
若為 Office365,請使用:
type = "Office365"
typeProperties = {
encryptedCredential = "string"
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 Oracle,請使用:
type = "Oracle"
typeProperties = {
encryptedCredential = "string"
password = {
store = {
parameters = {}
referenceName = "string"
type = "LinkedServiceReference"
}
type = "string"
}
}
針對 OracleCloudStorage,請使用:
type = "OracleCloudStorage"
typeProperties = {
encryptedCredential = "string"
secretAccessKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 OracleServiceCloud,請使用:
type = "OracleServiceCloud"
typeProperties = {
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 PayPal,請使用:
type = "Paypal"
typeProperties = {
clientSecret = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = "string"
}
針對 Phoenix,請使用:
type = "Phoenix"
typeProperties = {
authenticationType = "string"
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 PostgreSql,請使用:
type = "PostgreSql"
typeProperties = {
encryptedCredential = "string"
password = {
store = {
parameters = {}
referenceName = "string"
type = "LinkedServiceReference"
}
type = "string"
}
}
針對 PostgreSqlV2,請使用:
type = "PostgreSqlV2"
typeProperties = {
encryptedCredential = "string"
password = {
store = {
parameters = {}
referenceName = "string"
type = "LinkedServiceReference"
}
type = "string"
}
}
針對 Presto,請使用:
type = "Presto"
typeProperties = {
authenticationType = "string"
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 Quickbase,請使用:
type = "Quickbase"
typeProperties = {
encryptedCredential = "string"
userToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 QuickBooks,請使用:
type = "QuickBooks"
typeProperties = {
accessToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
accessTokenSecret = {
type = "string"
// For remaining properties, see SecretBase objects
}
consumerSecret = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = "string"
}
針對 Responsys,請使用:
type = "Responsys"
typeProperties = {
clientSecret = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = "string"
}
針對 RestService,請使用:
type = "RestService"
typeProperties = {
authenticationType = "string"
clientSecret = {
type = "string"
// For remaining properties, see SecretBase objects
}
credential = {
referenceName = "string"
type = "CredentialReference"
}
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 Salesforce,請使用:
type = "Salesforce"
typeProperties = {
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
securityToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 SalesforceMarketingCloud,請使用:
type = "SalesforceMarketingCloud"
typeProperties = {
clientSecret = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = "string"
}
針對 SalesforceServiceCloud,請使用:
type = "SalesforceServiceCloud"
typeProperties = {
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
securityToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 SalesforceServiceCloudV2,請使用:
type = "SalesforceServiceCloudV2"
typeProperties = {
clientSecret = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = "string"
}
針對 SalesforceV2,請使用:
type = "SalesforceV2"
typeProperties = {
clientSecret = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = "string"
}
針對 SapBW,請使用:
type = "SapBW"
typeProperties = {
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 SapCloudForCustomer,請使用:
type = "SapCloudForCustomer"
typeProperties = {
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 SapEcc,請使用:
type = "SapEcc"
typeProperties = {
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 SapHana,請使用:
type = "SapHana"
typeProperties = {
authenticationType = "string"
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 SapOdp,請使用:
type = "SapOdp"
typeProperties = {
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 SapOpenHub,請使用:
type = "SapOpenHub"
typeProperties = {
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 SapTable,請使用:
type = "SapTable"
typeProperties = {
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 ServiceNow,請使用:
type = "ServiceNow"
typeProperties = {
authenticationType = "string"
clientSecret = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 ServiceNowV2,請使用:
type = "ServiceNowV2"
typeProperties = {
authenticationType = "string"
clientSecret = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 Sftp,請使用:
type = "Sftp"
typeProperties = {
authenticationType = "string"
encryptedCredential = "string"
passPhrase = {
type = "string"
// For remaining properties, see SecretBase objects
}
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
privateKeyContent = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
若為 SharePointOnlineList,請使用:
type = "SharePointOnlineList"
typeProperties = {
encryptedCredential = "string"
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 Shopify,請使用:
type = "Shopify"
typeProperties = {
accessToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = "string"
}
針對 Smartsheet,請使用:
type = "Smartsheet"
typeProperties = {
apiToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = "string"
}
針對 Snowflake,請使用:
type = "Snowflake"
typeProperties = {
encryptedCredential = "string"
password = {
store = {
parameters = {}
referenceName = "string"
type = "LinkedServiceReference"
}
type = "string"
}
}
針對 SnowflakeV2,請使用:
type = "SnowflakeV2"
typeProperties = {
authenticationType = "string"
clientSecret = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = "string"
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
}
}
針對 Spark,請使用:
type = "Spark"
typeProperties = {
authenticationType = "string"
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
serverType = "string"
thriftTransportProtocol = "string"
}
針對 SqlServer,請使用:
type = "SqlServer"
typeProperties = {
alwaysEncryptedSettings = {
alwaysEncryptedAkvAuthType = "string"
credential = {
referenceName = "string"
type = "CredentialReference"
}
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 Square,請使用:
type = "Square"
typeProperties = {
clientSecret = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = "string"
}
針對 Sybase,請使用:
type = "Sybase"
typeProperties = {
authenticationType = "string"
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 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
}
}
針對 Teradata,請使用:
type = "Teradata"
typeProperties = {
authenticationType = "string"
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 Twilio,請使用:
type = "Twilio"
typeProperties = {
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 Vertica,請使用:
type = "Vertica"
typeProperties = {
encryptedCredential = "string"
pwd = {
store = {
parameters = {}
referenceName = "string"
type = "LinkedServiceReference"
}
type = "string"
}
}
針對 倉儲,請使用:
type = "Warehouse"
typeProperties = {
encryptedCredential = "string"
servicePrincipalCredential = {
type = "string"
// For remaining properties, see SecretBase objects
}
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 Web,請使用:
type = "Web"
typeProperties = {
authenticationType = "string"
// For remaining properties, see WebLinkedServiceTypeProperties objects
}
針對 Xero,請使用:
type = "Xero"
typeProperties = {
consumerKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = "string"
privateKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
針對 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
}
}
針對 Zoho,請使用:
type = "Zoho"
typeProperties = {
accessToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = "string"
}
SecretBase 物件
設定 type 屬性以指定物件的類型。
針對 AzureKeyVaultSecret,請使用:
type = "AzureKeyVaultSecret"
store = {
parameters = {}
referenceName = "string"
type = "LinkedServiceReference"
}
針對 SecureString,請使用:
type = "SecureString"
value = "string"
WebLinkedServiceTypeProperties 物件
設定 authenticationType 屬性以指定對象的類型。
針對 匿名,請使用:
authenticationType = "Anonymous"
針對 [基本],請使用:
authenticationType = "Basic"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
針對 ClientCertificate,請使用:
authenticationType = "ClientCertificate"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
pfx = {
type = "string"
// For remaining properties, see SecretBase objects
}
屬性值
factoryies/linkedservices
名稱 |
描述 |
值 |
類型 |
資源類型 |
“Microsoft.DataFactory/factories/linkedservices@2018-06-01” |
NAME |
資源名稱 |
需要字串 ()
字元限制:1-260
合法字元: 不能使用:
<>*#.%&:\\+?/ 或控制字元
以英數字元開頭。 |
parent_id |
此資源父系之資源的標識碼。 |
類型資源的標識碼: Factory |
properties |
連結服務的屬性。 |
LinkedService (必要) |
LinkedService
IntegrationRuntimeReference
ParameterValueSpecification
ParameterDefinitionSpecification
ParameterSpecification
名稱 |
描述 |
值 |
defaultValue |
參數的預設值。 |
|
類型 |
參數類型。 |
“Array” “Bool” “Float” “Int” “Object” “SecureString” “String” (必要) |
AmazonMWSLinkedService
AmazonMWSLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accessKeyId |
用來存取資料的存取金鑰標識碼。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
端點 |
Amazon 的 (端點,也就是 mws.amazonservices.com) |
|
marketplaceID |
您想要從中擷取資料的 Amazon Marketplace 識別碼。 若要從多個 Marketplace 標識符擷取數據,請使用逗號分隔 (,) 。 (即A2EUQ1WTGCTBG2) |
|
mwsAuthToken |
Amazon MWS 驗證權杖。 |
SecretBase |
secretKey |
用來存取資料的祕密金鑰。 |
SecretBase |
sellerID |
Amazon 賣方識別碼。 |
|
useEncryptedEndpoints |
指定是否使用 HTTPS 來加密資料來源端點。 預設值為 true。 |
|
useHostVerification |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名稱符合伺服器的主機名稱。 預設值為 true。 |
|
usePeerVerification |
指定在透過 SSL 連線時,是否要確認伺服器的身分識別。 預設值為 true。 |
|
SecretBase
AzureKeyVaultSecretReference
名稱 |
描述 |
值 |
secretName |
Azure 金鑰保存庫 中的秘密名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
secretVersion |
Azure 金鑰保存庫 中的秘密版本。 預設值為最新版本的秘密。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
store |
Azure 金鑰保存庫 鏈接服務參考。 |
需要 LinkedServiceReference () |
類型 |
秘密的類型。 |
需要字串 () |
LinkedServiceReference
名稱 |
描述 |
值 |
參數 |
LinkedService 的自變數。 |
ParameterValueSpecification |
referenceName |
參考 LinkedService 名稱。 |
需要字串 () |
類型 |
鏈接的服務參考類型。 |
“LinkedServiceReference” (必要) |
SecureString
名稱 |
描述 |
值 |
類型 |
秘密的類型。 |
需要字串 () |
值 |
安全字串的值。 |
需要字串 () |
AmazonRdsForOracleLinkedService
AmazonRdsForLinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionString |
連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 |
SecretBase |
AmazonRdsForSqlServerLinkedService
AmazonRdsForSqlServerLinkedServiceTypeProperties
名稱 |
描述 |
值 |
alwaysEncryptedSettings |
Sql 一律加密屬性。 |
SqlAlwaysEncryptedProperties |
connectionString |
連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
內部部署 Windows 驗證 密碼。 |
SecretBase |
userName |
內部部署 Windows 驗證 用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
SqlAlwaysEncryptedProperties
名稱 |
描述 |
值 |
alwaysEncryptedAkvAuthType |
Sql 一律加密 AKV 驗證類型。 類型:字串。 |
“ManagedIdentity” “ServicePrincipal” “UserAssignedManagedIdentity” (必要) |
認證 (credential) |
包含驗證資訊的認證參考。 |
CredentialReference |
servicePrincipalId |
Azure Active Directory 中用於 Azure 金鑰保存庫 驗證的應用程式用戶端識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalKey |
用來向 Azure 金鑰保存庫 進行驗證的服務主體金鑰。 |
SecretBase |
CredentialReference
名稱 |
描述 |
值 |
referenceName |
參考認證名稱。 |
需要字串 () |
類型 |
認證參考類型。 |
“CredentialReference” (必要) |
{自定義屬性} |
|
|
AmazonRedshiftLinkedService
AmazonRedshiftLinkedServiceTypeProperties
名稱 |
描述 |
值 |
[資料庫] |
Amazon Redshift 來源的資料庫名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
Amazon Redshift 來源的密碼。 |
SecretBase |
連接埠 |
Amazon Redshift 伺服器用來接聽用戶端連線的 TCP 連接埠號碼。 預設值為5439。 類型:具有 resultType 整數) 的整數 (或 Expression。 |
|
伺服器 |
Amazon Redshift 伺服器的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
使用者名稱 |
Amazon Redshift 來源的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
AmazonS3LinkedService
AmazonS3LinkedServiceTypeProperties
名稱 |
描述 |
值 |
accessKeyId |
Amazon S3 身分識別與存取管理 (IAM) 使用者的存取密鑰標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
authenticationType |
S3 的驗證類型。 允許的值:AccessKey (預設) 或 TemporarySecurityCredentials。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
secretAccessKey |
Amazon S3 身分識別與存取管理 (IAM) 使用者的秘密存取密鑰。 |
SecretBase |
serviceUrl |
這個值會指定要使用 S3 連接器存取的端點。 這是選擇性屬性;只有在您想要嘗試不同的服務端點,或想要在 HTTPs 和 HTTP 之間切換時,才變更它。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
sessionToken |
S3 暫存安全性認證的會話令牌。 |
SecretBase |
AmazonS3CompatibleLinkedService
AmazonS3CompatibleLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accessKeyId |
Amazon S3 相容身分識別和存取管理 (IAM) 使用者的存取金鑰標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
forcePathStyle |
如果為 true,請使用 S3 路徑樣式存取,而不是虛擬託管樣式存取。 預設值為 False。 Type:boolean (或 Expression with resultType boolean) 。 |
|
secretAccessKey |
Amazon S3 相容身分識別和存取管理 (IAM) 使用者的秘密存取密鑰。 |
SecretBase |
serviceUrl |
這個值會指定要使用 Amazon S3 Compatible Connector 存取的端點。 這是選擇性屬性;只有在您想要嘗試不同的服務端點,或想要在 HTTPs 和 HTTP 之間切換時,才變更它。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
名稱 |
描述 |
值 |
clientKey |
AppFigures 來源的用戶端金鑰。 |
需要 SecretBase () |
password |
AppFigures 來源的密碼。 |
需要 SecretBase () |
userName |
Appfigures 來源的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
AsanaLinkedService
AsanaLinkedServiceTypeProperties
名稱 |
描述 |
值 |
apiToken |
Asana 來源的 API 令牌。 |
需要 SecretBase () |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
AzureBatchLinkedService
AzureBatchLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accessKey |
Azure Batch 帳戶存取金鑰。 |
SecretBase |
accountName |
Azure Batch 帳戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
batchUri |
Azure Batch URI。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
認證 (credential) |
包含驗證資訊的認證參考。 |
CredentialReference |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
linkedServiceName |
Azure 儲存體連結服務參考。 |
需要 LinkedServiceReference () |
poolName |
Azure Batch 集區名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
AzureBlobFSLinkedService
AzureBlobFSLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accountKey |
Azure Data Lake Storage Gen2 服務的帳戶金鑰。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
azureCloudType |
指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
認證 (credential) |
包含驗證資訊的認證參考。 |
CredentialReference |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
sasToken |
sasToken 在 sas uri 中的 Azure 金鑰保存庫秘密參考。 |
SecretBase |
sasUri |
Azure Data Lake Storage Gen2 服務的SAS URI。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
servicePrincipalCredential |
Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 為 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 |
SecretBase |
servicePrincipalCredentialType |
要用於伺服器對伺服器驗證的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey','ServicePrincipalCert' 用於憑證。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalId |
用來對 Azure Data Lake Storage Gen2 帳戶進行驗證的應用程式標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalKey |
用來對 Azure Data Lake Storage Gen2 帳戶進行驗證的應用程式金鑰。 |
SecretBase |
租用戶 |
服務主體所屬租用戶的名稱或標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
url |
Azure Data Lake Storage Gen2 服務的端點。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
AzureBlobStorageLinkedService
AzureBlobStorageLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accountKey |
連接字串 中 accountKey 的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
accountKind |
指定儲存體帳戶的類型。 允許的值為:Storage (一般用途 v1)、StorageV2 (一般用途 v2)、BlobStorage 或 BlockBlobStorage。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
authenticationType |
用於驗證的類型。 類型:字串。 |
“AccountKey” “Anonymous” “Msi” “SasUri” “ServicePrincipal” |
azureCloudType |
指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
connectionString |
連接字串。 它與 sasUri、serviceEndpoint 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
containerUri |
Azure Blob 儲存體 資源的容器 URI 僅支援匿名存取。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
認證 (credential) |
包含驗證資訊的認證參考。 |
CredentialReference |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
sasToken |
sasToken 在 sas uri 中的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
sasUri |
Azure Blob 儲存體 資源的SAS URI。 它與 connectionString、serviceEndpoint 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
serviceEndpoint |
Azure Blob 儲存體 資源的 Blob 服務端點。 它與 connectionString、sasUri 屬性互斥。 |
|
servicePrincipalId |
用來對 Azure SQL Data Warehouse 進行驗證的服務主體標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalKey |
用來對 Azure SQL Data Warehouse 進行驗證的服務主體金鑰。 |
SecretBase |
租用戶 |
服務主體所屬租用戶的名稱或標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
AzureDatabricksLinkedService
AzureDatabricksLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accessToken |
Databricks REST API 的存取令牌。 請參閱 https://docs.azuredatabricks.net/api/latest/authentication.html 。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
SecretBase |
驗證 (authentication) |
如果使用 Databricks REST API 的工作區資源識別符,則需要指定 MSI。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
認證 (credential) |
包含驗證資訊的認證參考。 |
CredentialReference |
網域 |
{REGION}.azuredatabricks.net,Databricks 部署的域名。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
existingClusterId |
將用於此活動所有執行的現有互動式叢集標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
instancePoolId |
將用於此活動所有執行的現有實例集區標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
newClusterCustomTags |
叢集資源的其他標籤。 實例集區組態中會忽略這個屬性。 |
物件 (object) |
newClusterDriverNodeType |
新作業叢集的驅動程序節點類型。 實例集區組態中會忽略這個屬性。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
newClusterEnableElasticDisk |
在新叢集上啟用彈性磁碟。 現在會忽略此屬性,而且一律會啟用 Databricks (彈性磁盤中的默認彈性磁碟行為) 。 Type:boolean (或 Expression with resultType boolean) 。 |
|
newClusterInitScripts |
新叢集的使用者定義初始化腳本。 類型:字串陣列 (或 Expression,其中具有字串) 的 resultType 陣列。 |
|
newClusterLogDestination |
指定要傳遞 Spark 驅動程式、背景工作角色和事件記錄檔的位置。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
newClusterNodeType |
新作業叢集的節點類型。 如果指定 newClusterVersion 且未指定 instancePoolId,則需要這個屬性。 如果指定 instancePoolId,則會忽略這個屬性。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
newClusterNumOfWorker |
如果未使用現有的互動式叢集,這會指定要用於新作業叢集或實例集區的背景工作節點數目。 對於新的作業叢集,此字串格式化的 Int32,例如 '1' 表示 numOfWorker 為 1 或 '1:10' 表示從 1 (min) 自動調整為 10 (max) 。 例如集區,這是字串格式的 Int32,而且只能指定固定數目的背景工作節點,例如 『2』。 如果指定 newClusterVersion,則為必要專案。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
newClusterSparkConf |
一組選擇性、使用者指定的Spark組態索引鍵/值組。 |
AzureDatabricksLinkedServiceTypePropertiesNewCluster... |
newClusterSparkEnvVars |
一組選擇性、使用者指定的Spark環境變數機碼/值組。 |
AzureDatabricksLinkedServiceTypePropertiesNewCluster... |
newClusterVersion |
如果未使用現有的互動式叢集,這會指定針對此活動每次執行所建立之新作業叢集或實例集區節點的Spark版本。 如果指定 instancePoolId,則為必要專案。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
policyId |
原則標識碼,用來限制根據使用者定義的規則集來設定叢集的能力。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
workspaceResourceId |
databricks REST API 的工作區資源標識符。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
AzureDatabricksLinkedServiceTypePropertiesNewCluster...
AzureDatabricksLinkedServiceTypePropertiesNewCluster...
AzureDatabricksDeltaLakeLinkedService
AzureDatabricksDetltaLakeLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accessToken |
Databricks REST API 的存取令牌。 請參閱 https://docs.azuredatabricks.net/api/latest/authentication.html 。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
SecretBase |
clusterId |
將用於此作業所有執行的現有互動式叢集標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
認證 (credential) |
包含驗證資訊的認證參考。 |
CredentialReference |
網域 |
{REGION}.azuredatabricks.net,Databricks 部署的域名。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
workspaceResourceId |
databricks REST API 的工作區資源標識符。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
AzureDataExplorerLinkedService
AzureDataExplorerLinkedServiceTypeProperties
名稱 |
描述 |
值 |
認證 (credential) |
包含驗證資訊的認證參考。 |
CredentialReference |
[資料庫] |
連接的資料庫名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
端點 |
Azure 的端點 Data Explorer (引擎的端點) 。 URL 格式會是 https://{clusterName}.{regionName}.kusto.windows.net 。 類型:具有 resultType 字串的字串 (或 Expression) |
|
servicePrincipalId |
用來向 Azure Data Explorer 進行驗證的服務主體標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalKey |
用來向 Kusto 進行驗證的服務主體金鑰。 |
SecretBase |
租用戶 |
服務主體所屬租用戶的名稱或標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
AzureDataLakeAnalyticsLinkedService
AzureDataLakeAnalyticsLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accountName |
Azure Data Lake Analytics 帳戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
dataLakeAnalyticsUri |
Azure Data Lake Analytics URI 類型:string (或 Expression with resultType string) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
resourceGroupName |
如果與 Data Factory 帳戶) 不同,Data Lake Analytics 帳戶資源組名 (。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalId |
用來向 Azure Data Lake Analytics 帳戶進行驗證的應用程式識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalKey |
用來向 Azure Data Lake Analytics 帳戶進行驗證的應用程式金鑰。 |
SecretBase |
subscriptionId |
如果與 Data Factory 帳戶) 不同,Data Lake Analytics 帳戶訂用帳戶標識碼 (。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
租用戶 |
服務主體所屬租用戶的名稱或標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
AzureDataLakeStoreLinkedService
AzureDataLakeStoreLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accountName |
Data Lake Store 帳戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
azureCloudType |
指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
認證 (credential) |
包含驗證資訊的認證參考。 |
CredentialReference |
dataLakeStoreUri |
Data Lake Store 服務 URI。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
resourceGroupName |
如果與 Data Factory 帳戶) 不同, (Data Lake Store 帳戶資源組名。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalId |
用來向 Azure Data Lake Store 帳戶進行驗證的應用程式識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalKey |
用來向 Azure Data Lake Store 帳戶進行驗證的應用程式密鑰。 |
SecretBase |
subscriptionId |
如果與 Data Factory 帳戶) 不同,Data Lake Store 帳戶訂用帳戶標識碼 (。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
租用戶 |
服務主體所屬租用戶的名稱或標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
AzureFileStorageLinkedService
AzureFileStorageLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accountKey |
連接字串 中 accountKey 的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
connectionString |
連接字串。 它與 sasUri 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
fileShare |
Azure 檔案共用名。 使用 accountKey/sasToken 進行驗證時,這是必要的。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
主機 |
伺服器的主機名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
password |
登入伺服器的密碼。 |
SecretBase |
sasToken |
sasToken 在 sas uri 中的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
sasUri |
Azure 檔案資源的 SAS URI。 它與 connectionString 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
快照集 |
Azure 檔案共用快照集版本。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
userId |
用來登入伺服器的使用者識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
AzureFunctionLinkedService
AzureFunctionLinkedServiceTypeProperties
名稱 |
描述 |
值 |
驗證 (authentication) |
驗證類型 (指定用來連線到 AzureFunction 的 MSI) 。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
認證 (credential) |
包含驗證資訊的認證參考。 |
CredentialReference |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
functionAppUrl |
Azure 函式應用程式的端點。 URL 格式為 https://{accountName}.azurewebsites.net 。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
functionKey |
Azure 函式應用程式的函式或主機密鑰。 |
SecretBase |
resourceId |
Azure 函式允許的令牌物件。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
AzureKeyVaultLinkedService
AzureKeyVaultLinkedServiceTypeProperties
名稱 |
描述 |
值 |
baseUrl |
Azure 金鑰保存庫 的基底 URL。 例如 https://myakv.vault.azure.net :字串 (或 Expression 搭配 resultType 字串) 。 |
|
認證 (credential) |
包含驗證資訊的認證參考。 |
CredentialReference |
AzureMariaDBLinkedService
AzureMariaDBLinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionString |
ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
pwd |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
AzureMLLinkedService
AzureMLLinkedServiceTypeProperties
名稱 |
描述 |
值 |
apiKey |
用來存取 Azure ML 模型端點的 API 金鑰。 |
SecretBase (必要) |
驗證 (authentication) |
驗證類型 (指定用來連線到 AzureML 的 MSI) 。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
mlEndpoint |
Azure ML Studio Web 服務端點的批次執行 REST URL。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalId |
用來針對 Azure ML Studio Web 服務的 ARM 型 updateResourceEndpoint 進行驗證的服務主體標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalKey |
用來針對 Azure ML Studio Web 服務的 ARM 型 updateResourceEndpoint 進行驗證的服務主體密鑰。 |
SecretBase |
租用戶 |
服務主體所屬租用戶的名稱或標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
updateResourceEndpoint |
Azure ML Studio Web 服務端點的更新資源 REST URL。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
AzureMLServiceLinkedService
AzureMLServiceLinkedServiceTypeProperties
名稱 |
描述 |
值 |
驗證 (authentication) |
驗證類型 (指定用來連線到 AzureML 的 MSI) 。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
mlWorkspaceName |
Azure ML 服務工作區名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
resourceGroupName |
Azure ML 服務工作區資源組名。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalId |
用來針對已發佈 Azure ML 服務管線端點進行驗證的服務主體標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalKey |
用來針對已發佈 Azure ML 服務管線端點進行驗證的服務主體密鑰。 |
SecretBase |
subscriptionId |
Azure ML 服務工作區訂用帳戶標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
租用戶 |
服務主體所屬租用戶的名稱或標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
AzureMySqlLinkedService
AzureMySqlLinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionString |
連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
AzurePostgreSqlLinkedService
AzurePostgreSqlLinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionString |
ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
AzureSearchLinkedService
AzureSearchLinkedServiceTypeProperties
名稱 |
描述 |
值 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
索引鍵 |
適用於 Azure 搜尋服務 的 管理員 金鑰 |
SecretBase |
url |
Azure 搜尋服務 的 URL。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
AzureSqlDatabaseLinkedService
AzureSqlDatabaseLinkedServiceTypeProperties
名稱 |
描述 |
值 |
alwaysEncryptedSettings |
Sql 一律加密的屬性。 |
SqlAlwaysEncryptedProperties |
azureCloudType |
指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
connectionString |
連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
認證 (credential) |
包含驗證資訊的認證參考。 |
CredentialReference |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
servicePrincipalId |
用來針對 Azure SQL Database 進行驗證的服務主體標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalKey |
用來針對 Azure SQL Database 進行驗證的服務主體密鑰。 |
SecretBase |
租用戶 |
服務主體所屬租用戶的名稱或標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
AzureSqlDWLinkedService
AzureSqlDWLinkedServiceTypeProperties
名稱 |
描述 |
值 |
azureCloudType |
指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
connectionString |
連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
認證 (credential) |
包含驗證資訊的認證參考。 |
CredentialReference |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
servicePrincipalId |
用來對 Azure SQL Data Warehouse 進行驗證的服務主體標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalKey |
用來對 Azure SQL Data Warehouse 進行驗證的服務主體金鑰。 |
SecretBase |
租用戶 |
服務主體所屬租用戶的名稱或標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
AzureSqlMILinkedService
AzureSqlMILinkedServiceTypeProperties
名稱 |
描述 |
值 |
alwaysEncryptedSettings |
Sql 一律加密屬性。 |
SqlAlwaysEncryptedProperties |
azureCloudType |
指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
connectionString |
連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
認證 (credential) |
包含驗證資訊的認證參考。 |
CredentialReference |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
servicePrincipalId |
用來對 Azure SQL 受控執行個體 進行驗證的服務主體標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalKey |
用來對 Azure SQL 受控執行個體 進行驗證的服務主體金鑰。 |
SecretBase |
租用戶 |
服務主體所屬租用戶的名稱或標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
AzureStorageLinkedService
AzureStorageLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accountKey |
連接字串 中 accountKey 的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
connectionString |
連接字串。 它與 sasUri 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
sasToken |
sasToken 在 sas uri 中的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
sasUri |
Azure 記憶體資源的 SAS URI。 它與 connectionString 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
AzureSynapseArtifactsLinkedService
AzureSynapseArtifactsLinkedServiceTypeProperties
名稱 |
描述 |
值 |
驗證 (authentication) |
如果使用系統指派的受控識別作為驗證方法,則需要指定 MSI。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
端點 |
https://{workspacename}.dev.azuresynapse.net,Azure Synapse Analytics 工作區 URL。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
workspaceResourceId |
Synapse 工作區的資源標識碼。 格式應該是:/subscriptions/{subscriptionID}/resourceGroups/{resourceGroup}/providers/Microsoft.Synapse/workspaces/{workspaceName}。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
AzureTableStorageLinkedService
CassandraLinkedService
CassandraLinkedServiceTypeProperties
名稱 |
描述 |
值 |
authenticationType |
要用於連線的 AuthenticationType。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
主機 |
線上的主機名。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
password |
驗證的密碼。 |
SecretBase |
連接埠 |
線上的埠。 類型:具有 resultType 整數) 的整數 (或 Expression。 |
|
使用者名稱 |
用於驗證的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
CommonDataServiceForAppsLinkedService
CommonDataServiceForAppsLinkedServiceTypeProperties
名稱 |
描述 |
值 |
authenticationType |
要連線到 Common Data Service for Apps 伺服器的驗證類型。 在線案例的 『Office365』,適用於內部部署與 Ifd 案例的 『Ifd』。 在線案例中伺服器對伺服器驗證的 『AADServicePrincipal』。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
deploymentType |
Common Data Service for Apps 實例的部署類型。 Common Data Service for Apps Online 的 'Online' 和適用於 Ifd 之 Common Data Service for Apps 內部部署的 'OnPremisesWithIfd'。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
hostName |
內部部署 Common Data Service for Apps 伺服器的主機名。 內部部署需要 屬性,且不允許在在線使用。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
organizationName |
Common Data Service for Apps 實例的組織名稱。 當有多個與使用者相關聯的 Common Data Service for Apps 實例時,內部部署需要屬性,且在在線需要此屬性。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
password |
存取 Common Data Service for Apps 實例的密碼。 |
SecretBase |
連接埠 |
內部部署 Common Data Service for Apps 伺服器的埠。 內部部署需要 屬性,且不允許在在線使用。 預設值為 443。 Type:integer (或 Expression with resultType integer) ,minimum: 0。 |
|
servicePrincipalCredential |
Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 為 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 |
SecretBase |
servicePrincipalCredentialType |
要用於伺服器對伺服器驗證的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey','ServicePrincipalCert' 用於憑證。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalId |
Azure Active Directory 中用於伺服器對伺服器驗證的應用程式用戶端識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
serviceUri |
Microsoft Common Data Service for Apps 伺服器的 URL。 內部部署不需要 屬性,而且不允許內部部署。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
使用者名稱 |
用來存取 Common Data Service for Apps 實例的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
ConcurLinkedService
ConcurLinkedServiceTypeProperties
名稱 |
描述 |
值 |
clientId |
Concur 應用程式管理所提供的應用程式 client_id。 |
|
connectionProperties |
用來連線到 Concur 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
密碼 |
對應至您在 [使用者名稱] 欄位中提供之使用者名稱的密碼。 |
SecretBase |
useEncryptedEndpoints |
指定是否使用 HTTPS 來加密資料來源端點。 預設值為 true。 |
|
useHostVerification |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名稱符合伺服器的主機名稱。 預設值為 true。 |
|
usePeerVerification |
指定在透過 SSL 連線時,是否要確認伺服器的身分識別。 預設值為 true。 |
|
使用者名稱 |
您用來存取 Concur 服務的使用者名稱。 |
|
CosmosDbLinkedService
CosmosDbLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accountEndpoint |
Azure CosmosDB 帳戶的端點。 類型:具有 resultType 字串的字串 (或 Expression) |
|
accountKey |
Azure CosmosDB 帳戶的帳戶的帳戶密鑰。 類型:SecureString 或 AzureKeyVaultSecretReference。 |
SecretBase |
azureCloudType |
指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
connectionMode |
用來存取 CosmosDB 帳戶的連接模式。 類型:字串。 |
“Direct” “Gateway” |
connectionString |
連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
認證 (credential) |
包含驗證資訊的認證參考。 |
CredentialReference |
[資料庫] |
資料庫的名稱。 類型:字串 (或具有 resultType 字串的 Expression) |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
servicePrincipalCredential |
Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 |
SecretBase |
servicePrincipalCredentialType |
要用於伺服器對伺服器驗證的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey'、憑證的 'ServicePrincipalCert'。 類型:字串。 |
|
servicePrincipalId |
Azure Active Directory 中用於伺服器對伺服器驗證之應用程式的用戶端識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
租用戶 |
服務主體所屬租用戶的名稱或標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
CosmosDbMongoDbApiLinkedService
CosmosDbMongoDbApiLinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionString |
CosmosDB (MongoDB API) 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
[資料庫] |
您想要存取的 CosmosDB (MongoDB API) 資料庫的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
isServerVersionAbove32 |
CosmosDB (MongoDB API) 伺服器版本是否高於 3.2。 預設值為 false。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 |
|
CouchbaseLinkedService
CouchbaseLinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionString |
ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
credString |
連接字串 中 credString 的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
CustomDataSourceLinkedService
名稱 |
描述 |
值 |
類型 |
連結服務的類型。 |
“CustomDataSource” (必要) |
typeProperties |
自訂連結服務屬性。 |
|
DataworldLinkedService
DataworldLinkedServiceTypeProperties
名稱 |
描述 |
值 |
apiToken |
Dataworld 來源的 API 令牌。 |
SecretBase (必要) |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
Db2LinkedService
Db2LinkedServiceTypeProperties
名稱 |
描述 |
值 |
authenticationType |
要用於連線的 AuthenticationType。 它與 connectionString 屬性互斥。 |
"Basic" |
certificateCommonName |
啟用 TLS 時的憑證通用名稱。 它與 connectionString 屬性互斥。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
connectionString |
連接字串。 它與伺服器、資料庫、authenticationType、userName、packageCollection 和 certificateCommonName 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
[資料庫] |
連接的資料庫名稱。 它與 connectionString 屬性互斥。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 它與 connectionString 屬性互斥。 類型:字串。 |
字串 |
packageCollection |
查詢資料庫時,會在其中建立封裝。 它與 connectionString 屬性互斥。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
password |
驗證的密碼。 |
SecretBase |
伺服器 |
線上的伺服器名稱。 它與 connectionString 屬性互斥。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
使用者名稱 |
用於驗證的用戶名稱。 它與 connectionString 屬性互斥。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
DrillLinkedService
DrillLinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionString |
ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
pwd |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
DynamicsLinkedService
DynamicsLinkedServiceTypeProperties
名稱 |
描述 |
值 |
authenticationType |
連線到 Dynamics 伺服器時所要使用的驗證類型。 在線案例的 『Office365』 為內部部署的 『Ifd』,其中 Ifd 案例為 『AADServicePrincipal』,用於在線案例中的伺服器對伺服器驗證。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
認證 (credential) |
包含驗證資訊的認證參考。 |
CredentialReference |
deploymentType |
Dynamics 執行個體的部署類型。 Dynamics Online 的 'Online' 和適用於 Ifd 之 Dynamics 內部部署的 'OnPremisesWithIfd'。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
hostName |
內部部署 Dynamics 伺服器的主機名稱。 內部部署需要 屬性,且不允許在線使用。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
organizationName |
Dynamics 執行個體的組織名稱。 當有多個與使用者相關聯的 Dynamics 實例時,內部部署需要 屬性,且在線需要屬性。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
password |
存取 Dynamics 實例的密碼。 |
SecretBase |
連接埠 |
內部部署 Dynamics 伺服器的連接埠。 內部部署需要 屬性,且不允許在線使用。 預設值為 443。 類型:具有 resultType 整數的整數 (或 Expression) ,最小值:0。 |
|
servicePrincipalCredential |
Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 |
SecretBase |
servicePrincipalCredentialType |
要用於伺服器對伺服器驗證的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey'、憑證的 'ServicePrincipalCert'。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalId |
Azure Active Directory 中用於伺服器對伺服器驗證之應用程式的用戶端識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
serviceUri |
Microsoft Dynamics 伺服器的 URL。 這是內部部署的必要屬性,不允許內部部署。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
使用者名稱 |
要存取 Dynamics 實例的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
DynamicsAXLinkedService
DynamicsAXLinkedServiceTypeProperties
名稱 |
描述 |
值 |
aadResourceId |
指定您要求授權的資源。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
servicePrincipalId |
指定應用程式的用戶端識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalKey |
指定應用程式的金鑰。 將此欄位標記為 SecureString,將它安全地儲存在 Data Factory 中,或參考 Azure Key Vault 中儲存的祕密。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
SecretBase (必要) |
tenant |
指定您的應用程式所在租用戶的資訊 (網域名稱或租用戶識別碼)。 將滑鼠游標暫留在 Azure 入口網站右上角,即可擷取它。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
url |
Dynamics AX (或 Dynamics 365 Finance and Operations) 執行個體 OData 端點。 |
|
DynamicsCrmLinkedService
DynamicsCrmLinkedServiceTypeProperties
名稱 |
描述 |
值 |
authenticationType |
要連線到 Dynamics CRM 伺服器的驗證類型。 在線案例的 『Office365』、適用於內部部署的 『Ifd』、在在線案例中用於伺服器對伺服器驗證的 『AADServicePrincipal』。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
deploymentType |
Dynamics CRM 實例的部署類型。 Dynamics CRM Online 的 'Online' 和適用於 Ifd 之 Dynamics CRM 內部部署的 'OnPremisesWithIfd'。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
hostName |
內部部署 Dynamics CRM 伺服器的主機名。 內部部署需要 屬性,且不允許在線使用。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
organizationName |
Dynamics CRM 實例的組織名稱。 當有多個 Dynamics CRM 實例與使用者相關聯時,內部部署需要 屬性,且在線需要此屬性。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
password |
存取 Dynamics CRM 實例的密碼。 |
SecretBase |
連接埠 |
內部部署 Dynamics CRM 伺服器的埠。 內部部署需要 屬性,且不允許在線使用。 預設值為 443。 類型:具有 resultType 整數的整數 (或 Expression) ,最小值:0。 |
|
servicePrincipalCredential |
Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 |
SecretBase |
servicePrincipalCredentialType |
要用於伺服器對伺服器驗證的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey'、憑證的 'ServicePrincipalCert'。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalId |
Azure Active Directory 中用於伺服器對伺服器驗證之應用程式的用戶端識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
serviceUri |
Microsoft Dynamics CRM 伺服器的URL。 這是內部部署的必要屬性,不允許內部部署。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
使用者名稱 |
存取 Dynamics CRM 實例的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
EloquaLinkedService
EloquaLinkedServiceTypeProperties
名稱 |
描述 |
值 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
端點 |
Eloqua 伺服器的端點。 (即 eloqua.example.com) |
|
密碼 |
對應到使用者名稱的密碼。 |
SecretBase |
useEncryptedEndpoints |
指定是否使用 HTTPS 來加密資料來源端點。 預設值為 true。 |
|
useHostVerification |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名稱符合伺服器的主機名稱。 預設值為 true。 |
|
usePeerVerification |
指定在透過 SSL 連線時,是否要確認伺服器的身分識別。 預設值為 true。 |
|
使用者名稱 |
Eloqua 帳戶的網站名稱和用戶名稱,格式為:sitename/username。 (亦即 Eloqua/Alice) |
|
FileServerLinkedService
FileServerLinkedServiceTypeProperties
名稱 |
描述 |
值 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
主機 |
伺服器的主機名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
password |
登入伺服器的密碼。 |
SecretBase |
userId |
要登入伺服器的使用者識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
FtpServerLinkedService
FtpServerLinkedServiceTypeProperties
名稱 |
描述 |
值 |
authenticationType |
要用來連線到 FTP 伺服器的驗證類型。 |
“Anonymous” "Basic" |
enableServerCertificateValidation |
如果為 true,請透過 SSL/TLS 通道連線時驗證 FTP 伺服器 SSL 憑證。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 |
|
enableSsl |
如果為 true,請透過 SSL/TLS 通道連線到 FTP 伺服器。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
主機 |
FTP 伺服器的主機名。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
password |
登入 FTP 伺服器的密碼。 |
SecretBase |
連接埠 |
FTP 伺服器用來接聽用戶端連線的 TCP 通訊埠號碼。 預設值為 21。 類型:具有 resultType 整數的整數 (或 Expression) ,最小值:0。 |
|
userName |
登入 FTP 伺服器的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
GoogleAdWordsLinkedService
GoogleAdWordsLinkedServiceTypeProperties
名稱 |
描述 |
值 |
authenticationType |
用於驗證的 OAuth 2.0 驗證機制。 ServiceAuthentication 只能在自我裝載 IR 上使用。 |
“ServiceAuthentication” “UserAuthentication” |
clientCustomerID |
要擷取其報告資料的 AdWords 帳戶用戶端客戶識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
clientId |
用來取得重新整理權杖的 Google 應用程式用戶端識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
clientSecret |
用來取得重新整理權杖的 Google 應用程式用戶端密碼。 |
SecretBase |
connectionProperties |
(用來連線到GoogleAds的已淘汰) 屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 |
|
developerToken |
與用來授與 AdWords API 存取權的管理員帳戶相關聯的開發人員權杖。 |
SecretBase |
電子郵件 |
服務帳戶電子郵件識別碼,用於 ServiceAuthentication 且只能在自我裝載 IR 上使用。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
googleAdsApiVersion |
Google Ads API 主要版本,例如 v14。 在上 https://developers.google.com/google-ads/api/docs/release-notes 可以找到支援的主要版本。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
keyFilePath |
(已被取代) 用來驗證服務帳戶電子郵件位址之 .p12 金鑰檔案的完整路徑,而且只能在自我裝載 IR 上使用。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
loginCustomerID |
您想要擷取特定客戶報表數據的Google Ads Manager 帳戶客戶標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
privateKey |
用來驗證服務帳戶電子郵件位址且只能在自我裝載 IR 上使用的私鑰。 |
SecretBase |
refreshToken |
從 Google 取得的重新整理權杖,用於針對 UserAuthentication 授權存取 AdWords。 |
SecretBase |
supportLegacyDataTypes |
指定是否要使用舊版數據類型對應,以將 float、int32 和 int64 從 Google 對應至字串。 除非您想要與舊版驅動程序的數據類型對應保持回溯相容性,否則請勿將此設定為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 |
|
trustedCertPath |
(已淘汰) .pem 檔案的完整路徑,其中包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定這個屬性。 預設值為隨 IR 安裝的 cacerts.pem 檔案。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
useSystemTrustStore |
(已被取代) 指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 預設值為 false。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 |
|
GoogleBigQueryLinkedService
GoogleBigQueryLinkedServiceTypeProperties
名稱 |
描述 |
值 |
additionalProjects |
要存取的公用 BigQuery 專案的逗號分隔清單。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
authenticationType |
用於驗證的 OAuth 2.0 驗證機制。 ServiceAuthentication 只能在自我裝載 IR 上使用。 |
“ServiceAuthentication” 必要 (“UserAuthentication”) |
clientId |
用來取得重新整理權杖的 Google 應用程式用戶端識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
clientSecret |
用來取得重新整理權杖的 Google 應用程式用戶端密碼。 |
SecretBase |
電子郵件 |
服務帳戶電子郵件識別碼,用於 ServiceAuthentication 且只能在自我裝載 IR 上使用。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
keyFilePath |
.p12 金鑰檔的完整路徑,用來驗證服務帳戶電子郵件地址且只能在自我裝載 IR上使用。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
project |
要查詢的預設 BigQuery 專案。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
refreshToken |
從 Google 取得的重新整理權杖,用於針對 UserAuthentication 授權存取 BigQuery。 |
SecretBase |
requestGoogleDriveScope |
是否要求存取 Google 雲端硬碟。 允許 Google 雲端硬碟存取能夠支援同盟資料表,其中結合了 BigQuery 資料與來自 Google 雲端硬碟的資料。 預設值為 false。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
trustedCertPath |
.pem 檔案的完整路徑,其中包含在透過 SSL 連線時,用來驗證伺服器的受信任 CA 憑證。 只有在自我裝載 IR 上使用 SSL 時,才能設定這個屬性。 預設值為隨 IR 安裝的 cacerts.pem 檔案。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
useSystemTrustStore |
指定是否使用來自系統信任存放區或來自指定 PEM 檔案的 CA 憑證。 默認值為 false。類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 |
|
GoogleBigQueryV2LinkedService
GoogleBigQueryV2LinkedServiceTypeProperties
名稱 |
描述 |
值 |
authenticationType |
用於驗證的 OAuth 2.0 驗證機制。 |
“ServiceAuthentication” 必要 (“UserAuthentication”) |
clientId |
用來取得重新整理權杖的 Google 應用程式用戶端識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
clientSecret |
用來取得重新整理權杖的 Google 應用程式用戶端密碼。 |
SecretBase |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
keyFileContent |
用來驗證服務帳戶的.json金鑰檔案內容。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
SecretBase |
projectId |
要查詢的預設 BigQuery 項目識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
refreshToken |
從 Google 取得的重新整理權杖,用於針對 UserAuthentication 授權存取 BigQuery。 |
SecretBase |
GoogleCloudStorageLinkedService
GoogleCloudStorageLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accessKeyId |
Google Cloud Storage Identity and Access Management (IAM) 使用者的存取密鑰標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
secretAccessKey |
Google Cloud Storage Identity and Access Management (IAM) 使用者的秘密存取密鑰。 |
SecretBase |
serviceUrl |
這個值會指定要使用Google Cloud Storage Connector 存取的端點。 這是選擇性屬性;只有在您想要嘗試不同的服務端點,或想要在 HTTPs 和 HTTP 之間切換時,才變更它。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
GoogleSheetsLinkedService
GoogleSheetsLinkedServiceTypeProperties
名稱 |
描述 |
值 |
apiToken |
GoogleSheets 來源的 API 令牌。 |
需要 SecretBase () |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
GreenplumLinkedService
GreenplumLinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionString |
ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
pwd |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
HBaseLinkedService
HBaseLinkedServiceTypeProperties
名稱 |
描述 |
值 |
allowHostNameCNMismatch |
指定在透過 SSL 連線時,是否要求 CA 所核發的 SSL 憑證名稱符合伺服器的主機名稱。 預設值為 false。 |
|
allowSelfSignedServerCert |
指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 |
|
authenticationType |
用來連線到 HBase 伺服器的驗證機制。 |
“Anonymous” “Basic” (必要) |
enableSsl |
指定是否使用 SSL 來加密與伺服器的連線。 預設值為 false。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
主機 |
HBase 伺服器的 IP 位址或主機名稱。 (亦即 192.168.222.160) |
|
httpPath |
對應至 HBase 伺服器的部分 URL。 (亦即 /gateway/sandbox/hbase/version) |
|
密碼 |
對應到使用者名稱的密碼。 |
SecretBase |
連接埠 |
HBase 執行個體用來接聽用戶端連線的 TCP 連接埠。 預設值為 9090。 |
|
trustedCertPath |
.pem 檔案的完整路徑,其中包含在透過 SSL 連線時,用來驗證伺服器的受信任 CA 憑證。 只有在自我裝載 IR 上使用 SSL 時,才能設定這個屬性。 預設值為隨 IR 安裝的 cacerts.pem 檔案。 |
|
username |
用來連線到 HBase 執行個體的使用者名稱。 |
|
HdfsLinkedService
HdfsLinkedServiceTypeProperties
名稱 |
描述 |
值 |
authenticationType |
用來連線到 HDFS 的驗證類型。 可能的值為:匿名和 Windows。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
密碼 |
Windows 驗證的密碼。 |
SecretBase |
url |
HDFS 服務端點的 URL,例如 http://myhostname:50070/webhdfs/v1 。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
userName |
Windows 驗證 的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
HDInsightLinkedService
HDInsightLinkedServiceTypeProperties
名稱 |
描述 |
值 |
clusterUri |
HDInsight 叢集 URI。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
fileSystem |
如果 HDInsight 的主要記憶體是 ADLS Gen2,請指定 FileSystem。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
hcatalogLinkedServiceName |
指向 HCatalog 資料庫的 Azure SQL 連結服務的參考。 |
LinkedServiceReference |
isEspEnabled |
指定是否使用 ESP (Enterprise Security Package) 建立 HDInsight。 類型:布爾值。 |
|
linkedServiceName |
Azure 儲存體連結服務參考。 |
LinkedServiceReference |
password |
HDInsight 叢集密碼。 |
SecretBase |
userName |
HDInsight 叢集用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
HDInsightOnDemandLinkedService
HDInsightOnDemandLinkedServiceTypeProperties
名稱 |
描述 |
值 |
additionalLinkedServiceNames |
指定 HDInsight 連結服務的其他儲存體帳戶,讓 Data Factory 服務代表您註冊它們。 |
LinkedServiceReference[] |
clusterNamePrefix |
叢集名稱的前置詞,後置詞會與時間戳不同。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
clusterPassword |
用來存取叢集的密碼。 |
SecretBase |
clusterResourceGroup |
叢集所屬的資源群組。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
clusterSize |
叢集中的背景工作/資料節點數。 建議值:4。 類型:int (或 Expression 與 resultType int) 。 |
|
clusterSshPassword |
SSH 的密碼會從遠端連線叢集的節點 (linux) 。 |
SecretBase |
clusterSshUserName |
以 SSH 遠端連線到叢集節點的使用者名稱 (適用於 Linux)。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
clusterType |
叢集類型。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
clusterUserName |
存取叢集的使用者名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
coreConfiguration |
指定要建立之 HDInsight 叢集的核心組態參數 (如 core-site.xml 所示)。 |
|
認證 (credential) |
包含驗證資訊的認證參考。 |
CredentialReference |
dataNodeSize |
指定 HDInsight 叢集的數據節點大小。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
hBaseConfiguration |
指定 HDInsight 叢集的 HBase 組態參數 (hbase-site.xml)。 |
|
hcatalogLinkedServiceName |
指向 HCatalog 資料庫的 Azure SQL 連結服務名稱。 會使用 Azure SQL 資料庫作為中繼存放區,建立隨選 HDInsight 叢集。 |
LinkedServiceReference |
hdfsConfiguration |
指定 HDInsight 叢集的 HDFS 組態參數 (hdfs-site.xml)。 |
|
headNodeSize |
指定 HDInsight 叢集前端節點的大小。 |
|
hiveConfiguration |
指定 HDInsight 叢集的 hive 組態參數 (hive-site.xml)。 |
|
hostSubscriptionId |
客戶用來裝載叢集的訂用帳戶。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
linkedServiceName |
隨選叢集用於儲存及處理資料的 Azure 儲存體連結服務。 |
需要 LinkedServiceReference () |
mapReduceConfiguration |
指定 HDInsight 叢集的 MapReduce 組態參數 (mapred-site.xml)。 |
|
oozieConfiguration |
指定 HDInsight 叢集的 Oozie 組態參數 (oozie-site.xml)。 |
|
scriptActions |
自定義腳本動作,一旦啟動 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。 |
ScriptAction[] |
servicePrincipalId |
hostSubscriptionId 的服務主體標識符。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalKey |
服務主體標識碼的金鑰。 |
SecretBase |
sparkVersion |
如果叢集類型為 『spark』,則為 spark 的版本。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
stormConfiguration |
指定 HDInsight 叢集的 Storm 組態參數 (storm-site.xml)。 |
|
subnetName |
vNet 中子網的ARM資源標識碼。 如果指定 virtualNetworkId,則需要這個屬性。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
租用戶 |
服務主體所屬的租用戶標識碼/名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
timeToLive |
隨選 HDInsight 叢集允許的閒置時間。 指定在活動執行完成後,如果叢集中沒有其他作用中的作業,隨選 HDInsight 叢集要保持運作多久。 最小值為 5 分鐘。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
version |
HDInsight 叢集的版本。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
virtualNetworkId |
建立之後應該加入叢集之 vNet 的 ARM 資源識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
yarnConfiguration |
指定 HDInsight 叢集的 Yarn 組態參數 (yarn-site.xml)。 |
|
zookeeperNodeSize |
指定 HDInsight 叢集的 Zoo Keeper 節點大小。 |
|
ScriptAction
名稱 |
描述 |
值 |
NAME |
使用者提供文稿動作的名稱。 |
需要字串 () |
參數 |
腳本動作的參數。 |
字串 |
角色 |
應該執行腳本動作的節點類型。 |
|
uri |
腳本動作的 URI。 |
需要字串 () |
HiveLinkedService
HiveLinkedServiceTypeProperties
名稱 |
描述 |
值 |
allowHostNameCNMismatch |
指定在透過 SSL 連線時,是否要求 CA 所核發的 SSL 憑證名稱符合伺服器的主機名稱。 預設值為 false。 |
|
allowSelfSignedServerCert |
指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 |
|
authenticationType |
用來存取 Hive 伺服器的驗證方法。 |
“Anonymous” “Username” “UsernameAndPassword” “WindowsAzureHDInsightService” (必要) |
enableSsl |
指定是否使用 SSL 來加密與伺服器的連線。 預設值為 false。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
主機 |
Hive 伺服器的 IP 位址和主機名稱,如果有多個主機請以「;」分隔 (僅限啟用 serviceDiscoveryMode 時)。 |
|
httpPath |
對應至 Hive 伺服器的部分 URL。 |
|
password |
對應至您在 [用戶名稱] 字段中提供之使用者名稱的密碼 |
SecretBase |
連接埠 |
Hive 伺服器用來接聽用戶端連線的 TCP 連接埠。 |
|
serverType |
Hive 伺服器的類型。 |
“HiveServer1” “HiveServer2” “HiveThriftServer” |
serviceDiscoveryMode |
true 表示使用 ZooKeeper 服務,false 表示不使用 ZooKeeper 服務。 |
|
thriftTransportProtocol |
Thrift 層中使用的傳輸通訊協定。 |
“Binary” “HTTP ” “SASL” |
trustedCertPath |
.pem 檔案的完整路徑,其中包含在透過 SSL 連線時,用來驗證伺服器的受信任 CA 憑證。 只有在自我裝載 IR 上使用 SSL 時,才能設定這個屬性。 預設值為隨 IR 安裝的 cacerts.pem 檔案。 |
|
useNativeQuery |
指定驅動程式是否使用原生 HiveQL 查詢,或將查詢轉換為 HiveQL 中的對等格式。 |
|
username |
您用來存取 Hive 伺服器的使用者名稱。 |
|
useSystemTrustStore |
指定是否使用來自系統信任存放區或來自指定 PEM 檔案的 CA 憑證。 預設值為 false。 |
|
zooKeeperNameSpace |
ZooKeeper 上的命名空間,Hive Server 2 節點會新增在 ZooKeeper 下方。 |
|
HttpLinkedService
HttpLinkedServiceTypeProperties
名稱 |
描述 |
值 |
authenticationType |
要用來連線到 HTTP 伺服器的驗證類型。 |
“Anonymous” "Basic" "ClientCertificate" “Digest” "Windows" |
authHeaders |
要求中用於授權之 RESTful API 的其他 HTTP 標頭。 類型:索引鍵值組 (值應該是字串類型) 。 |
|
certThumbprint |
ClientCertificate 驗證憑證的指紋。 僅適用於內部部署複本。 針對具有 ClientCertificate 驗證的內部部署複本,應該指定 CertThumbprint 或 EmbeddedCertData/Password。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
embeddedCertData |
ClientCertificate 驗證的Base64編碼憑證數據。 針對具有 ClientCertificate 驗證的內部部署複本,應該指定 CertThumbprint 或 EmbeddedCertData/Password。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
enableServerCertificateValidation |
如果為 true,請驗證 HTTPS 伺服器 SSL 憑證。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
使用 EmbeddedCertData 驗證進行基本、摘要、Windows 或 ClientCertificate 的密碼。 |
SecretBase |
url |
HTTP 端點的基底 URL,例如 https://www.microsoft.com 。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
userName |
基本、摘要或 Windows 驗證 的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
HubspotLinkedService
HubspotLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accessToken |
一開始驗證您 OAuth 整合時所取得的存取權杖。 |
SecretBase |
clientId |
與您 Hubspot 應用程式相關聯的用戶端識別碼。 |
|
clientSecret |
與您 Hubspot 應用程式相關聯的用戶端祕密。 |
SecretBase |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
refreshToken |
一開始驗證您 OAuth 整合時所取得的重新整理權杖。 |
SecretBase |
useEncryptedEndpoints |
指定是否使用 HTTPS 來加密資料來源端點。 預設值為 true。 |
|
useHostVerification |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名稱符合伺服器的主機名稱。 預設值為 true。 |
|
usePeerVerification |
指定在透過 SSL 連線時,是否要確認伺服器的身分識別。 預設值為 true。 |
|
ImpalaLinkedService
ImpalaLinkedServiceTypeProperties
名稱 |
描述 |
值 |
allowHostNameCNMismatch |
指定在透過 SSL 連線時,是否要求 CA 所核發的 SSL 憑證名稱符合伺服器的主機名稱。 預設值為 false。 |
|
allowSelfSignedServerCert |
指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 |
|
authenticationType |
要使用的驗證類型。 |
“Anonymous” “SASLUsername” “UsernameAndPassword” (必要) |
enableSsl |
指定是否使用 SSL 來加密與伺服器的連線。 預設值為 false。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
主機 |
Impala 伺服器的 IP 位址或主機名稱 (亦即 192.168.222.160) |
|
password |
使用 UsernameAndPassword 時,對應到使用者名稱的密碼。 |
SecretBase |
連接埠 |
Impala 伺服器用來接聽用戶端連線的 TCP 連接埠。 預設值為 21050。 |
|
trustedCertPath |
.pem 檔案的完整路徑,其中包含在透過 SSL 連線時,用來驗證伺服器的受信任 CA 憑證。 只有在自我裝載 IR 上使用 SSL 時,才能設定這個屬性。 預設值為隨 IR 安裝的 cacerts.pem 檔案。 |
|
username |
用來存取 Impala 伺服器的使用者名稱。 使用 SASLUsername 時,預設值為 Anonymous。 |
|
useSystemTrustStore |
指定是否使用來自系統信任存放區或來自指定 PEM 檔案的 CA 憑證。 預設值為 false。 |
|
名稱 |
描述 |
值 |
authenticationType |
用來連線到 Informix 做為 ODBC 資料存放區的驗證類型。 可能的值為:Anonymous 和 Basic。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
connectionString |
連接字串 的非存取認證部分,以及選擇性的加密認證。 類型:string、SecureString 或 AzureKeyVaultSecretReference 或 Expression with resultType string。 |
|
認證 (credential) |
以驅動程式特定「屬性-值」格式指定之連接字串的存取認證部分。 |
SecretBase |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
基本驗證用的密碼 |
SecretBase |
userName |
基本身份驗證的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
JiraLinkedService
JiraLinkedServiceTypeProperties
名稱 |
描述 |
值 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
主機 |
Jira 服務的 IP 位址或主機名稱。 (例如 jira.example.com) |
|
密碼 |
對應至您在 [使用者名稱] 欄位中提供之使用者名稱的密碼。 |
SecretBase |
連接埠 |
Jira 伺服器用來接聽用戶端連線的 TCP 連接埠。 若透過 HTTPS 連線,預設值為 443,或者,若透過 HTTP 連線,則為 8080。 |
|
useEncryptedEndpoints |
指定是否使用 HTTPS 來加密資料來源端點。 預設值為 true。 |
|
useHostVerification |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名稱符合伺服器的主機名稱。 預設值為 true。 |
|
usePeerVerification |
指定在透過 SSL 連線時,是否要確認伺服器的身分識別。 預設值為 true。 |
|
username |
您用來存取 Jira 服務的使用者名稱。 |
|
LakeHouseLinkedService
LakeHouseLinkedServiceTypeProperties
名稱 |
描述 |
值 |
artifactId |
Microsoft Fabric LakeHouse 成品的標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
servicePrincipalCredential |
Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 |
SecretBase |
servicePrincipalCredentialType |
要用於伺服器對伺服器驗證的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey'、憑證的 'ServicePrincipalCert'。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalId |
用來向 Microsoft Fabric LakeHouse 進行驗證之應用程式的標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalKey |
用來向 Microsoft Fabric LakeHouse 進行驗證之應用程式的密鑰。 |
SecretBase |
租用戶 |
服務主體所屬租用戶的名稱或標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
workspaceId |
Microsoft Fabric 工作區的標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
MagentoLinkedService
MagentoLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accessToken |
來自 Magento 的存取權杖。 |
SecretBase |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
主機 |
Magento 執行個體的 URL。 (亦即 192.168.222.110/magento3) |
|
useEncryptedEndpoints |
指定是否使用 HTTPS 來加密資料來源端點。 預設值為 true。 |
|
useHostVerification |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名稱符合伺服器的主機名稱。 預設值為 true。 |
|
usePeerVerification |
指定在透過 SSL 連線時,是否要確認伺服器的身分識別。 預設值為 true。 |
|
MariaDBLinkedService
MariaDBLinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionString |
ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
[資料庫] |
連接的資料庫名稱。 類型:字串。 |
|
driverVersion |
MariaDB 驅動程式的版本。 類型:字串。 舊版驅動程式的 V1 或空白,適用於新驅動程式的 V2。 V1 可以支援 連接字串 和屬性包,V2 只能支援 連接字串。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
連接埠 |
線上的埠。 類型:整數。 |
|
伺服器 |
線上的伺服器名稱。 類型:字串。 |
|
使用者名稱 |
用於驗證的用戶名稱。 類型:字串。 |
|
MarketoLinkedService
MarketoLinkedServiceTypeProperties
名稱 |
描述 |
值 |
clientId |
Marketo 服務的用戶端識別碼。 |
|
clientSecret |
Marketo 服務的用戶端密碼。 |
SecretBase |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
端點 |
Marketo 伺服器的端點。 (亦即 123-ABC-321.mktorest.com) |
|
useEncryptedEndpoints |
指定是否使用 HTTPS 來加密資料來源端點。 預設值為 true。 |
|
useHostVerification |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名稱符合伺服器的主機名稱。 預設值為 true。 |
|
usePeerVerification |
指定在透過 SSL 連線時,是否要確認伺服器的身分識別。 預設值為 true。 |
|
MicrosoftAccessLinkedService
MicrosoftAccessLinkedServiceTypeProperties
名稱 |
描述 |
值 |
authenticationType |
用來以 ODBC 資料存放區身分連線至 Microsoft Access 的驗證類型。 可能的值為:Anonymous 和 Basic。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
connectionString |
連接字串 的非存取認證部分,以及選擇性的加密認證。 類型:string、SecureString 或 AzureKeyVaultSecretReference 或 Expression with resultType 字符串。 |
|
認證 (credential) |
以驅動程式特定「屬性-值」格式指定之連接字串的存取認證部分。 |
SecretBase |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
基本驗證用的密碼 |
SecretBase |
userName |
基本身份驗證的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
MongoDbLinkedService
MongoDbLinkedServiceTypeProperties
名稱 |
描述 |
值 |
allowSelfSignedServerCert |
指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 |
|
authenticationType |
要用來連線到 MongoDB 資料庫的驗證類型。 |
“Anonymous” "Basic" |
authSource |
要驗證使用者名稱和密碼的資料庫。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
databaseName |
您想要存取的 MongoDB 資料庫名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
enableSsl |
指定是否使用 SSL 來加密與伺服器的連線。 預設值為 false。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
驗證的密碼。 |
SecretBase |
連接埠 |
MongoDB 伺服器用來接聽用戶端連線的 TCP 通訊埠號碼。 預設值為 27017。 類型:具有 resultType 整數的整數 (或 Expression) ,最小值:0。 |
|
伺服器 |
MongoDB 伺服器的IP位址或伺服器名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
使用者名稱 |
驗證的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
MongoDbAtlasLinkedService
MongoDbAtlasLinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionString |
MongoDB Atlas 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
[資料庫] |
您想要存取的 MongoDB Atlas 資料庫名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
driverVersion |
您要選擇的驅動程式版本。 允許的值為 v1 和 v2。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
MongoDbV2LinkedService
MongoDbV2LinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionString |
MongoDB 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
[資料庫] |
您想要存取的 MongoDB 資料庫名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
MySqlLinkedService
MySqlLinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionString |
連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
[資料庫] |
連接的資料庫名稱。 類型:字串。 |
|
driverVersion |
MySQL 驅動程式的版本。 類型:字串。 舊版驅動程式的 V1 或空白,適用於新驅動程式的 V2。 V1 可以支援 連接字串 和屬性包,V2 只能支援 連接字串。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
連接埠 |
線上的埠。 類型:整數。 |
|
伺服器 |
線上的伺服器名稱。 類型:字串。 |
|
sslMode |
線上的 SSL 模式。 類型:整數。 0: disable, 1: prefer, 2: require, 3: verify-ca, 4: verify-full. |
|
使用者名稱 |
驗證的用戶名稱。 類型:字串。 |
|
useSystemTrustStore |
使用系統信任存放區進行連線。 類型:整數。 0:啟用,1:停用。 |
|
NetezzaLinkedService
NetezzaLinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionString |
ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
pwd |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
ODataLinkedService
ODataLinkedServiceTypeProperties
名稱 |
描述 |
值 |
aadResourceId |
指定您要求授權以使用 Directory 的資源。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
aadServicePrincipalCredentialType |
指定用於服務主體的認證類型 (金鑰或憑證) 。 |
“ServicePrincipalCert” “ServicePrincipalKey” |
authenticationType |
用來連線到 OData 服務的驗證類型。 |
“AadServicePrincipal” “Anonymous” "Basic" “ManagedServiceIdentity” "Windows" |
authHeaders |
要求中用於授權之 RESTful API 的其他 HTTP 標頭。 類型:索引鍵值組 (值應該是字串類型) 。 |
|
azureCloudType |
指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
OData 服務的密碼。 |
SecretBase |
servicePrincipalEmbeddedCert |
指定在 Azure Active Directory 中註冊之您應用程式的 base64 編碼憑證。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
SecretBase |
servicePrincipalEmbeddedCertPassword |
如果您的憑證具有密碼,且您使用 AadServicePrincipal 驗證,請指定憑證的密碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
SecretBase |
servicePrincipalId |
指定在 Azure Active Directory 中註冊之應用程式的應用程式識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalKey |
指定在 Azure Active Directory 中註冊之應用程式的秘密。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
SecretBase |
tenant |
指定您的應用程式所在租用戶的資訊 (網域名稱或租用戶識別碼)。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
url |
OData 服務端點的 URL。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
userName |
OData 服務的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
OdbcLinkedService
OdbcLinkedServiceTypeProperties
名稱 |
描述 |
值 |
authenticationType |
用來連接到 ODBC 資料存放區的驗證類型。 可能的值為:Anonymous 和 Basic。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
connectionString |
連接字串 的非存取認證部分,以及選擇性的加密認證。 類型:string、SecureString 或 AzureKeyVaultSecretReference 或 Expression with resultType 字符串。 |
|
認證 (credential) |
以驅動程式特定「屬性-值」格式指定之連接字串的存取認證部分。 |
SecretBase |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
基本驗證用的密碼 |
SecretBase |
userName |
基本身份驗證的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
Office365LinkedService
Office365LinkedServiceTypeProperties
名稱 |
描述 |
值 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
office365TenantId |
Office 365 帳戶所屬的 Azure 租用戶識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalId |
指定應用程式的用戶端識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalKey |
指定應用程式的金鑰。 |
SecretBase (必要) |
servicePrincipalTenantId |
指定您 Azure AD Web 應用程式所在的租用戶資訊。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
OracleLinkedService
OracleLinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionString |
連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
OracleCloudStorageLinkedService
OracleCloudStorageLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accessKeyId |
Oracle 雲端記憶體身分識別和存取管理 (IAM) 使用者的存取金鑰標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
secretAccessKey |
Oracle 雲端記憶體身分識別和存取管理 (IAM) 使用者的秘密存取密鑰。 |
SecretBase |
serviceUrl |
此值會指定要使用 Oracle 雲端記憶體連接器存取的端點。 這是選擇性屬性;只有在您想要嘗試不同的服務端點或想要在 HTTPs 與 http 之間切換時,才變更它。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
OracleServiceCloudLinkedService
OracleServiceCloudLinkedServiceTypeProperties
名稱 |
描述 |
值 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
主機 |
Oracle Service Cloud 執行個體的 URL。 |
|
密碼 |
密碼,與您在使用者名稱金鑰中提供的使用者名稱相對應。 |
SecretBase (必要) |
useEncryptedEndpoints |
指定是否使用 HTTPS 來加密資料來源端點。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 |
|
useHostVerification |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名稱符合伺服器的主機名稱。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 |
|
usePeerVerification |
指定在透過 SSL 連線時,是否要確認伺服器的身分識別。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 |
|
username |
您用來存取 Oracle Service Cloud 伺服器的使用者名稱。 |
|
PaypalLinkedService
PaypalLinkedServiceTypeProperties
名稱 |
描述 |
值 |
clientId |
與您 PayPal 應用程式相關聯的用戶端識別碼。 |
|
clientSecret |
與您 PayPal 應用程式相關聯的用戶端祕密。 |
SecretBase |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
主機 |
PayPal 執行個體的 URL。 (亦即 api.sandbox.paypal.com) |
|
useEncryptedEndpoints |
指定是否使用 HTTPS 來加密資料來源端點。 預設值為 true。 |
|
useHostVerification |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名稱符合伺服器的主機名稱。 預設值為 true。 |
|
usePeerVerification |
指定在透過 SSL 連線時,是否要確認伺服器的身分識別。 預設值為 true。 |
|
PhoenixLinkedService
PhoenixLinkedServiceTypeProperties
名稱 |
描述 |
值 |
allowHostNameCNMismatch |
指定在透過 SSL 連線時,是否要求 CA 所核發的 SSL 憑證名稱符合伺服器的主機名稱。 預設值為 false。 |
|
allowSelfSignedServerCert |
指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 |
|
authenticationType |
用來連線到 Phoenix 伺服器的驗證機制。 |
“Anonymous” “UsernameAndPassword” “WindowsAzureHDInsightService” (必要) |
enableSsl |
指定是否使用 SSL 來加密與伺服器的連線。 預設值為 false。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
主機 |
Phoenix 伺服器的 IP 位址或主機名稱。 (亦即 192.168.222.160) |
|
httpPath |
對應至 Phoenix 伺服器的部分 URL。 (亦即 /gateway/sandbox/phoenix/version) 。 如果使用 WindowsAzureHDInsightService,預設值為 hbasephoenix。 |
|
密碼 |
對應到使用者名稱的密碼。 |
SecretBase |
連接埠 |
Phoenix 伺服器用來接聽用戶端連線的 TCP 連接埠。 預設值為 8765。 |
|
trustedCertPath |
.pem 檔案的完整路徑,其中包含在透過 SSL 連線時,用來驗證伺服器的受信任 CA 憑證。 只有在自我裝載 IR 上使用 SSL 時,才能設定這個屬性。 預設值為隨 IR 安裝的 cacerts.pem 檔案。 |
|
username |
用來連線到 Phoenix 伺服器的使用者名稱。 |
|
useSystemTrustStore |
指定是否使用來自系統信任存放區或來自指定 PEM 檔案的 CA 憑證。 預設值為 false。 |
|
PostgreSqlLinkedService
PostgreSqlLinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionString |
連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
PostgreSqlV2LinkedService
PostgreSqlV2LinkedServiceTypeProperties
名稱 |
描述 |
值 |
commandTimeout |
在終止嘗試並產生錯誤之前,嘗試執行命令時,) 以秒為單位等候 (的時間。 設定為 infinity 的零。 類型:整數。 |
|
connectionTimeout |
在終止嘗試並產生錯誤之前,嘗試建立連線時,) 以秒為單位等候 (的時間。 類型:整數。 |
|
[資料庫] |
連接的資料庫名稱。 類型:字串。 |
|
編碼 |
取得或設定用來編碼/譯碼 PostgreSQL 字串數據的 .NET 編碼。 類型:字串 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
logParameters |
啟用時,會在執行命令時記錄參數值。 類型:布爾值。 |
|
password |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 類型:字串。 |
AzureKeyVaultSecretReference |
共用 |
是否應該使用連線共用。 類型:布爾值。 |
|
連接埠 |
線上的埠。 類型:整數。 |
|
readBufferSize |
決定讀取時使用的內部緩衝區大小。 如果從資料庫傳輸大型值,增加可能會改善效能。 類型:整數。 |
|
結構描述 |
設定架構搜尋路徑。 類型:字串。 |
|
伺服器 |
線上的伺服器名稱。 類型:字串。 |
|
sslCertificate |
要傳送至伺服器的客戶端憑證位置。 類型:字串。 |
|
sslKey |
要傳送至伺服器的用戶端憑證用戶端金鑰位置。 類型:字串。 |
|
sslMode |
線上的 SSL 模式。 類型:整數。 0:停用、1:allow、2:prefer、3:require、4:verify-ca、5:verify-full。 類型:整數。 |
|
sslPassword |
用戶端憑證金鑰的密碼。 類型:字串。 |
|
timezone |
取得或設定會話時區。 類型:字串。 |
|
trustServerCertificate |
是否信任伺服器證書,而不驗證它。 類型:布爾值。 |
|
使用者名稱 |
用於驗證的用戶名稱。 類型:字串。 |
|
PrestoLinkedService
PrestoLinkedServiceTypeProperties
名稱 |
描述 |
值 |
allowHostNameCNMismatch |
指定在透過 SSL 連線時,是否要求 CA 所核發的 SSL 憑證名稱符合伺服器的主機名稱。 預設值為 false。 |
|
allowSelfSignedServerCert |
指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 |
|
authenticationType |
用來連線到 Presto 伺服器的驗證機制。 |
“Anonymous” “LDAP” (必要) |
catalog |
對伺服器之所有要求的目錄內容。 |
|
enableSsl |
指定是否使用 SSL 來加密與伺服器的連線。 預設值為 false。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
主機 |
Presto 伺服器的 IP 位址或主機名稱。 (亦即 192.168.222.160) |
|
密碼 |
對應到使用者名稱的密碼。 |
SecretBase |
連接埠 |
Presto 伺服器用來接聽用戶端連線的 TCP 連接埠。 預設值為 8080。 |
|
serverVersion |
Presto 伺服器的版本。 (亦即 0.148-t) |
|
timeZoneID |
連線所使用的本機時區。 這個選項的有效值均指定於 IANA 時區資料庫中。 預設值為系統時區。 |
|
trustedCertPath |
.pem 檔案的完整路徑,其中包含在透過 SSL 連線時,用來驗證伺服器的受信任 CA 憑證。 只有在自我裝載 IR 上使用 SSL 時,才能設定這個屬性。 預設值為隨 IR 安裝的 cacerts.pem 檔案。 |
|
username |
用來連線到 Presto 伺服器的使用者名稱。 |
|
useSystemTrustStore |
指定是否使用來自系統信任存放區或來自指定 PEM 檔案的 CA 憑證。 預設值為 false。 |
|
QuickbaseLinkedService
QuickbaseLinkedServiceTypeProperties
名稱 |
描述 |
值 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
url |
用來連線 Quickbase 來源的 URL。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
userToken |
Quickbase 來源的使用者令牌。 |
需要 SecretBase () |
QuickBooksLinkedService
QuickBooksLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accessToken |
用於 OAuth 1.0 驗證的存取權杖。 |
SecretBase |
accessTokenSecret |
用於 OAuth 1.0 驗證的存取權杖祕密。 |
SecretBase |
companyId |
要授權之 QuickBooks 公司的公司識別碼。 |
|
connectionProperties |
用來連線到 QuickBooks 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 |
|
consumerKey |
用於 OAuth 1.0 驗證的取用者金鑰。 |
|
consumerSecret |
用於 OAuth 1.0 驗證的取用者祕密。 |
SecretBase |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
端點 |
QuickBooks 伺服器的端點。 (即 quickbooks.api.intuit.com) |
|
useEncryptedEndpoints |
指定是否使用 HTTPS 來加密資料來源端點。 預設值為 true。 |
|
ResponsysLinkedService
ResponsysLinkedServiceTypeProperties
名稱 |
描述 |
值 |
clientId |
與 Respopnsys 應用程式相關聯的用戶端識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
clientSecret |
與 Respopnsys 應用程式相關聯的用戶端密碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
SecretBase |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
端點 |
Responsys 伺服器的端點。 |
|
useEncryptedEndpoints |
指定是否使用 HTTPS 來加密資料來源端點。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 |
|
useHostVerification |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名稱符合伺服器的主機名稱。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 |
|
usePeerVerification |
指定在透過 SSL 連線時,是否要確認伺服器的身分識別。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 |
|
RestServiceLinkedService
RestServiceLinkedServiceTypeProperties
名稱 |
描述 |
值 |
aadResourceId |
您要求授權使用的資源。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
authenticationType |
用來連線到 REST 服務的驗證類型。 |
“AadServicePrincipal” “Anonymous” "Basic" “ManagedServiceIdentity” “OAuth2ClientCredential” (必要) |
authHeaders |
要求中用於授權之 RESTful API 的其他 HTTP 標頭。 類型:具有 resultType 物件) 的物件 (或 Expression。 |
|
azureCloudType |
指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
clientId |
與應用程式相關的用戶端識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
clientSecret |
與您的應用程式相關的用戶端密碼。 |
SecretBase |
認證 (credential) |
包含驗證資訊的認證參考。 |
CredentialReference |
enableServerCertificateValidation |
連接到端點時,是否要驗證伺服器端 SSL 憑證。默認值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
基本身份驗證類型中使用的密碼。 |
SecretBase |
resource |
要求存取的目標服務或資源。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
scope |
所需的存取範圍。 它會描述要求的存取權種類。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalId |
AadServicePrincipal 驗證類型中使用的應用程式用戶端標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalKey |
AadServicePrincipal 驗證類型中使用的應用程式密鑰。 |
SecretBase |
租用戶 |
租使用者資訊 (功能變數名稱或租使用者標識碼) 在應用程式所在的 AadServicePrincipal 驗證類型中使用。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
tokenEndpoint |
要取得存取令牌之授權伺服器的令牌端點。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
url |
REST 服務的基底 URL。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
userName |
基本身份驗證類型中使用的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
SalesforceLinkedService
SalesforceLinkedServiceTypeProperties
名稱 |
描述 |
值 |
apiVersion |
ADF 中使用的 Salesforce API 版本。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
environmentUrl |
Salesforce 實例的 URL。 預設值為 『https://login.salesforce.com』。 若要從沙箱複製數據,請指定 『https://test.salesforce.com』 。 若要從自定義網域複製數據,請指定 『https://[domain].my.salesforce.com』。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
password |
Salesforce 實例基本身份驗證的密碼。 |
SecretBase |
securityToken |
安全性令牌是遠端訪問 Salesforce 實例的選擇性專案。 |
SecretBase |
使用者名稱 |
Salesforce 實例基本身份驗證的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
SalesforceMarketingCloudLinkedService
SalesforceMarketingCloudLinkedServiceTypeProperties
名稱 |
描述 |
值 |
clientId |
與 Salesforce Marketing Cloud 應用程式相關聯的用戶端識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
clientSecret |
與 Salesforce Marketing Cloud 應用程式相關聯的用戶端密碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
SecretBase |
connectionProperties |
用來連線到 Salesforce Marketing Cloud 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
useEncryptedEndpoints |
指定是否使用 HTTPS 來加密資料來源端點。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 |
|
useHostVerification |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名稱符合伺服器的主機名稱。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 |
|
usePeerVerification |
指定在透過 SSL 連線時,是否要確認伺服器的身分識別。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 |
|
SalesforceServiceCloudLinkedService
SalesforceServiceCloudLinkedServiceTypeProperties
名稱 |
描述 |
值 |
apiVersion |
ADF 中使用的 Salesforce API 版本。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
environmentUrl |
Salesforce Service Cloud 實例的 URL。 預設值為 『https://login.salesforce.com』。 若要從沙箱複製數據,請指定 『https://test.salesforce.com』 。 若要從自定義網域複製數據,請指定 『https://[domain].my.salesforce.com』。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
extendedProperties |
附加至 連接字串的擴充屬性。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
password |
Salesforce 實例基本身份驗證的密碼。 |
SecretBase |
securityToken |
安全性令牌是遠端訪問 Salesforce 實例的選擇性專案。 |
SecretBase |
使用者名稱 |
Salesforce 實例基本身份驗證的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
SalesforceServiceCloudV2LinkedService
SalesforceServiceCloudV2LinkedServiceTypeProperties
名稱 |
描述 |
值 |
apiVersion |
ADF 中使用的 Salesforce API 版本。 版本必須大於或等於 Salesforce BULK API 2.0 所需的 47.0。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
authenticationType |
要用來連線到 Salesforce 的驗證類型。 目前,我們只支援 OAuth2ClientCredentials,這也是預設值 |
|
clientId |
Salesforce 實例 OAuth 2.0 用戶端認證流程驗證的用戶端識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
clientSecret |
Salesforce 實例 OAuth 2.0 用戶端認證流程驗證的客戶端密碼。 |
SecretBase |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
environmentUrl |
Salesforce Service Cloud 實例的 URL。 例如,'https://[domain].my.salesforce.com'。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
SalesforceV2LinkedService
SalesforceV2LinkedServiceTypeProperties
名稱 |
描述 |
值 |
apiVersion |
ADF 中使用的 Salesforce API 版本。 版本必須大於或等於 Salesforce BULK API 2.0 所需的 47.0。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
authenticationType |
要用來連線到 Salesforce 的驗證類型。 目前,我們只支援 OAuth2ClientCredentials,這也是預設值 |
|
clientId |
Salesforce 實例 OAuth 2.0 用戶端認證流程驗證的用戶端識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
clientSecret |
Salesforce 實例 OAuth 2.0 用戶端認證流程驗證的客戶端密碼。 |
SecretBase |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
environmentUrl |
Salesforce 實例的 URL。 例如,'https://[domain].my.salesforce.com'。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
SapBWLinkedService
SapBWLinkedServiceTypeProperties
名稱 |
描述 |
值 |
clientId |
BW 系統上用戶端的用戶端識別碼。 (通常以字串表示的三位數十進位數) Type:string (或 Expression with resultType string) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
存取 SAP BW 伺服器的密碼。 |
SecretBase |
伺服器 |
SAP BW 實例的主機名。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
systemNumber |
BW 系統的系統編號。 (通常以 string.) Type 表示的兩位數十進位數:string (或 Expression with resultType string) 。 |
|
userName |
用來存取 SAP BW 伺服器的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
SapCloudForCustomerLinkedService
SapCloudForCustomerLinkedServiceTypeProperties
名稱 |
描述 |
值 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 必須提供 encryptedCredential 或使用者名稱/密碼。 類型:字串。 |
字串 |
password |
基本身份驗證的密碼。 |
SecretBase |
url |
SAP Cloud for Customer OData API 的 URL。 例如,'[https://[tenantname].crm.ondemand.com/sap/c4c/odata/v1]'。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
使用者名稱 |
基本身份驗證的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
SapEccLinkedService
SapEccLinkedServiceTypeProperties
名稱 |
描述 |
值 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 必須提供 encryptedCredential 或使用者名稱/密碼。 類型:字串。 |
字串 |
password |
基本身份驗證的密碼。 |
SecretBase |
url |
SAP ECC OData API 的 URL。 例如,'[https://hostname:port/sap/opu/odata/sap/servicename/]'。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
使用者名稱 |
基本身份驗證的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
SapHanaLinkedService
SapHanaLinkedServiceProperties
名稱 |
描述 |
值 |
authenticationType |
要用來連線到 SAP HANA 伺服器的驗證類型。 |
"Basic" "Windows" |
connectionString |
SAP HANA ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
存取 SAP HANA 伺服器的密碼。 |
SecretBase |
伺服器 |
SAP HANA 伺服器的主機名。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
userName |
用來存取 SAP HANA 伺服器的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
SapOdpLinkedService
SapOdpLinkedServiceTypeProperties
名稱 |
描述 |
值 |
clientId |
數據表所在 SAP 系統上用戶端的用戶端識別碼。 (通常以字串表示的三位數十進位數) Type:string (或 Expression with resultType string) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
語言 |
數據表所在的 SAP 系統語言。 預設值為 EN。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
logonGroup |
SAP 系統的登入群組。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
messageServer |
SAP 訊息伺服器的主機名。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
messageServerService |
訊息伺服器的服務名稱或埠號碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
password |
存取資料表所在 SAP 伺服器的密碼。 |
SecretBase |
伺服器 |
數據表所在 SAP 實例的主機名。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
sncLibraryPath |
外部安全性產品的連結庫,可存取數據表所在的 SAP 伺服器。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
sncMode |
SNC 啟用指示器,可存取資料表所在的 SAP 伺服器。 必須是 0 (關閉) ,或) 上的 1 (。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
sncMyName |
啟動器的SNC名稱,用來存取數據表所在的 SAP 伺服器。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
sncPartnerName |
通訊夥伴的SNC名稱,以存取數據表所在的 SAP 伺服器。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
sncQop |
SNC 保護品質。 允許的值包括:1、2、3、8、9。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
subscriberName |
訂閱者名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
systemId |
數據表所在 SAP 系統的 SystemID。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
systemNumber |
數據表所在 SAP 系統的系統編號。 (通常以 string.) Type 表示的兩位數十進位數:string (或 Expression with resultType string) 。 |
|
userName |
用來存取數據表所在 SAP 伺服器的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
x509CertificatePath |
SNC X509 憑證檔案路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
SapOpenHubLinkedService
SapOpenHubLinkedServiceTypeProperties
名稱 |
描述 |
值 |
clientId |
開啟中樞目的地所在 BW 系統上用戶端的用戶端識別碼。 (通常以字串表示的三位數十進位數) Type:string (或 Expression with resultType string) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
語言 |
開啟中樞目的地所在 BW 系統的語言。 預設值為 EN。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
logonGroup |
SAP 系統的登入群組。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
messageServer |
SAP 訊息伺服器的主機名。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
messageServerService |
訊息伺服器的服務名稱或埠號碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
password |
用來存取開啟中樞目的地所在 SAP BW 伺服器的密碼。 |
SecretBase |
伺服器 |
開啟中樞目的地所在 SAP BW 實例的主機名。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
systemId |
數據表所在 SAP 系統的 SystemID。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
systemNumber |
開啟中樞目的地所在 BW 系統的系統編號。 (通常以 string.) Type 表示的兩位數十進位數:string (或 Expression with resultType string) 。 |
|
userName |
用來存取開啟中樞目的地所在 SAP BW 伺服器的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
SapTableLinkedService
SapTableLinkedServiceTypeProperties
名稱 |
描述 |
值 |
clientId |
數據表所在 SAP 系統上用戶端的用戶端識別碼。 (通常以字串表示的三位數十進位數) Type:string (或 Expression with resultType string) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
語言 |
數據表所在的 SAP 系統語言。 預設值為 EN。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
logonGroup |
SAP 系統的登入群組。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
messageServer |
SAP 訊息伺服器的主機名。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
messageServerService |
訊息伺服器的服務名稱或埠號碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
password |
存取資料表所在 SAP 伺服器的密碼。 |
SecretBase |
伺服器 |
數據表所在 SAP 實例的主機名。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
sncLibraryPath |
外部安全性產品的連結庫,可存取數據表所在的 SAP 伺服器。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
sncMode |
SNC 啟用指示器,可存取資料表所在的 SAP 伺服器。 必須是 0 (關閉) ,或) 上的 1 (。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
sncMyName |
啟動器的SNC名稱,用來存取數據表所在的 SAP 伺服器。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
sncPartnerName |
通訊夥伴的SNC名稱,以存取數據表所在的 SAP 伺服器。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
sncQop |
SNC 保護品質。 允許的值包括:1、2、3、8、9。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
systemId |
數據表所在 SAP 系統的 SystemID。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
systemNumber |
數據表所在 SAP 系統的系統編號。 (通常以 string.) Type 表示的兩位數十進位數:string (或 Expression with resultType string) 。 |
|
userName |
用來存取數據表所在 SAP 伺服器的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
ServiceNowLinkedService
ServiceNowLinkedServiceTypeProperties
名稱 |
描述 |
值 |
authenticationType |
要使用的驗證類型。 |
"Basic" “OAuth2” (必要) |
clientId |
OAuth2 驗證的用戶端標識碼。 |
|
clientSecret |
用於 OAuth2 驗證的用戶端祕密。 |
SecretBase |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
端點 |
ServiceNow 伺服器的端點。 (即 {instance}.service-now.com) |
|
密碼 |
對應至用於進行 Basic 和 OAuth2 驗證之使用者名稱的密碼。 |
SecretBase |
useEncryptedEndpoints |
指定是否使用 HTTPS 來加密資料來源端點。 預設值為 true。 |
|
useHostVerification |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名稱符合伺服器的主機名稱。 預設值為 true。 |
|
usePeerVerification |
指定在透過 SSL 連線時,是否要確認伺服器的身分識別。 預設值為 true。 |
|
username |
用來連線到 ServiceNow 伺服器以進行 Basic 和 OAuth2 驗證的使用者名稱。 |
|
ServiceNowV2LinkedService
ServiceNowV2LinkedServiceTypeProperties
名稱 |
描述 |
值 |
authenticationType |
要使用的驗證類型。 |
"Basic" “OAuth2” (必要) |
clientId |
OAuth2 驗證的用戶端標識碼。 |
|
clientSecret |
用於 OAuth2 驗證的用戶端祕密。 |
SecretBase |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
端點 |
ServiceNowV2 伺服器的端點。 (亦即 {instance}.service-now.com) |
|
grantType |
OAuth2 驗證的 GrantType。 預設值為password。 |
|
密碼 |
對應至用於進行 Basic 和 OAuth2 驗證之使用者名稱的密碼。 |
SecretBase |
使用者名稱 |
用來連線至 ServiceNowV2 伺服器以進行基本和 OAuth2 驗證的用戶名稱。 |
|
SftpServerLinkedService
SftpServerLinkedServiceTypeProperties
名稱 |
描述 |
值 |
authenticationType |
要用來連線到 FTP 伺服器的驗證類型。 |
"Basic" “MultiFactor” “SshPublicKey” |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
主機 |
SFTP 伺服器主機名。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
hostKeyFingerprint |
SFTP 伺服器的主機按鍵列印。 當 SkipHostKeyValidation 為 false 時,應該指定 HostKeyFingerprint。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
passPhrase |
如果 SSH 私鑰已加密,則解密 SSH 私鑰的密碼。 |
SecretBase |
password |
登入 SFTP 伺服器以進行基本身份驗證的密碼。 |
SecretBase |
連接埠 |
SFTP 伺服器用來接聽用戶端連線的 TCP 通訊埠號碼。 預設值為 22。 類型:具有 resultType 整數的整數 (或 Expression) ,最小值:0。 |
|
privateKeyContent |
適用於 SshPublicKey 驗證的 Base64 編碼 SSH 私鑰內容。 針對使用 SshPublicKey 驗證的內部部署複本,應該指定 PrivateKeyPath 或 PrivateKeyContent。 SSH 私密金鑰的格式應該是 OpenSSH。 |
SecretBase |
privateKeyPath |
SshPublicKey 驗證的 SSH 私鑰檔案路徑。 僅適用於內部部署複本。 針對使用 SshPublicKey 驗證的內部部署複本,應該指定 PrivateKeyPath 或 PrivateKeyContent。 SSH 私密金鑰的格式應該是 OpenSSH。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
skipHostKeyValidation |
如果為 true,請略過 SSH 主機金鑰驗證。 預設值為 False。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 |
|
userName |
用來登入SFTP 伺服器的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
SharePointOnlineListLinkedService
SharePointOnlineListLinkedServiceTypeProperties
名稱 |
描述 |
值 |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
servicePrincipalId |
應用程式 (在 Azure Active Directory 中註冊之應用程式的用戶端) 識別碼。 請務必將 SharePoint 網站許可權授與此應用程式。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalKey |
在 Azure Active Directory 中註冊之應用程式的客戶端密碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
SecretBase (必要) |
siteUrl |
SharePoint Online 網站的 URL。 例如: https://contoso.sharepoint.com/sites/siteName 。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
tenantId |
您的應用程式所在的租用戶識別碼。 您可以從 Azure 入口網站 Active Directory 概觀頁面找到它。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
ShopifyLinkedService
ShopifyLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accessToken |
可以用來存取 Shopify 資料的 API 存取權杖。 如果令牌為離線模式,令牌將不會過期。 |
SecretBase |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
主機 |
Shopify 伺服器的端點。 (即 mystore.myshopify.com) |
|
useEncryptedEndpoints |
指定是否使用 HTTPS 來加密資料來源端點。 預設值為 true。 |
|
useHostVerification |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名稱符合伺服器的主機名稱。 預設值為 true。 |
|
usePeerVerification |
指定在透過 SSL 連線時,是否要確認伺服器的身分識別。 預設值為 true。 |
|
SmartsheetLinkedService
SmartsheetLinkedServiceTypeProperties
名稱 |
描述 |
值 |
apiToken |
Smartsheet 來源的 API 令牌。 |
SecretBase (必要) |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
SnowflakeLinkedService
SnowflakeLinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionString |
雪花的 連接字串。 類型:string、SecureString。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
SnowflakeV2LinkedService
SnowflakeLinkedV2ServiceTypeProperties
名稱 |
描述 |
值 |
accountIdentifier |
Snowflake 帳戶的帳戶標識碼,例如 xy12345.east-us-2.azure |
|
authenticationType |
用於驗證的類型。 類型:字串。 |
“AADServicePrincipal” "Basic" “KeyPair” |
clientId |
在 Azure Active Directory 中註冊以進行 AADServicePrincipal 驗證之應用程式的用戶端識別碼。 |
|
clientSecret |
AADServicePrincipal 驗證之用戶端密碼的 Azure 密鑰保存庫秘密參考。 |
SecretBase |
[資料庫] |
Snowflake 資料庫的名稱。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 |
SecretBase |
privateKey |
適用於 KeyPair 驗證之 privateKey 的 Azure 金鑰保存庫秘密參考。 |
SecretBase |
privateKeyPassphrase |
使用加密私鑰進行 KeyPair 驗證的私鑰密碼的 Azure 金鑰保存庫秘密參考。 |
SecretBase |
範圍 |
在 Azure Active Directory 中註冊以進行 AADServicePrincipal 驗證的應用程式範圍。 |
|
tenantId |
在 Azure Active Directory 中註冊以進行 AADServicePrincipal 驗證之應用程式的租用戶識別碼。 |
|
user |
Snowflake 用戶的名稱。 |
|
warehouse |
Snowflake 倉儲的名稱。 |
|
SparkLinkedService
SparkLinkedServiceTypeProperties
名稱 |
描述 |
值 |
allowHostNameCNMismatch |
指定在透過 SSL 連線時,是否要求 CA 所核發的 SSL 憑證名稱符合伺服器的主機名稱。 預設值為 false。 |
|
allowSelfSignedServerCert |
指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 |
|
authenticationType |
用來存取 Spark 伺服器的驗證方法。 |
“Anonymous” “Username” “UsernameAndPassword” “WindowsAzureHDInsightService” (必要) |
enableSsl |
指定是否使用 SSL 來加密與伺服器的連線。 預設值為 false。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
主機 |
Spark 伺服器的 IP 位址或主機名稱 |
|
httpPath |
對應至 Spark 伺服器的部分 URL。 |
|
password |
對應至您在 [用戶名稱] 字段中提供之使用者名稱的密碼 |
SecretBase |
連接埠 |
Spark 伺服器用來接聽用戶端連線的 TCP 連接埠。 |
|
serverType |
Spark 伺服器的類型。 |
“聯機服務” “聯機服務2” “SparkThriftServer” |
thriftTransportProtocol |
Thrift 層中使用的傳輸通訊協定。 |
“Binary” “HTTP ” “SASL” |
trustedCertPath |
.pem 檔案的完整路徑,其中包含在透過 SSL 連線時,用來驗證伺服器的受信任 CA 憑證。 只有在自我裝載 IR 上使用 SSL 時,才能設定這個屬性。 預設值為隨 IR 安裝的 cacerts.pem 檔案。 |
|
username |
您用來存取 Spark 伺服器的使用者名稱。 |
|
useSystemTrustStore |
指定是否使用來自系統信任存放區或來自指定 PEM 檔案的 CA 憑證。 預設值為 false。 |
|
SqlServerLinkedService
SqlServerLinkedServiceTypeProperties
名稱 |
描述 |
值 |
alwaysEncryptedSettings |
Sql 一律加密屬性。 |
SqlAlwaysEncryptedProperties |
connectionString |
連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
內部部署 Windows 驗證 密碼。 |
SecretBase |
userName |
內部部署 Windows 驗證 用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
SquareLinkedService
SquareLinkedServiceTypeProperties
名稱 |
描述 |
值 |
clientId |
與您 Square 應用程式相關聯的用戶端識別碼。 |
|
clientSecret |
與您 Square 應用程式相關聯的用戶端祕密。 |
SecretBase |
connectionProperties |
用來連接到 Square 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
主機 |
Square 執行個體的 URL。 (亦即 mystore.mysquare.com) |
|
redirectUri |
Square 應用程式儀表板中指派的重新導向 URL。 (亦即 http://localhost:2500 ) |
|
useEncryptedEndpoints |
指定是否使用 HTTPS 來加密資料來源端點。 預設值為 true。 |
|
useHostVerification |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名稱符合伺服器的主機名稱。 預設值為 true。 |
|
usePeerVerification |
指定在透過 SSL 連線時,是否要確認伺服器的身分識別。 預設值為 true。 |
|
SybaseLinkedService
SybaseLinkedServiceTypeProperties
名稱 |
描述 |
值 |
authenticationType |
要用於連線的 AuthenticationType。 |
"Basic" "Windows" |
[資料庫] |
連接的資料庫名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
驗證的密碼。 |
SecretBase |
結構描述 |
連接的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
伺服器 |
線上的伺服器名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
使用者名稱 |
用於驗證的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
TeamDeskLinkedService
TeamDeskLinkedServiceTypeProperties
名稱 |
描述 |
值 |
apiToken |
TeamDesk 來源的 API 令牌。 |
SecretBase |
authenticationType |
要使用的驗證類型。 |
"Basic" “Token” (必要) |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
TeamDesk 來源的密碼。 |
SecretBase |
url |
連線 TeamDesk 來源的 URL。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
userName |
TeamDesk 來源的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
TeradataLinkedService
TeradataLinkedServiceTypeProperties
名稱 |
描述 |
值 |
authenticationType |
要用於連線的 AuthenticationType。 |
"Basic" "Windows" |
connectionString |
Teradata ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
驗證的密碼。 |
SecretBase |
伺服器 |
線上的伺服器名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
使用者名稱 |
驗證的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
TwilioLinkedService
TwilioLinkedServiceTypeProperties
名稱 |
描述 |
值 |
password |
Twilio 服務的驗證令牌。 |
SecretBase (必要) |
userName |
Twilio 服務的帳戶 SID。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
VerticaLinkedService
VerticaLinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionString |
ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
pwd |
連接字串 中密碼的 Azure 金鑰保存庫秘密參考。 |
AzureKeyVaultSecretReference |
WarehouseLinkedService
WarehouseLinkedServiceTypeProperties
名稱 |
描述 |
值 |
artifactId |
Microsoft Fabric Warehouse 成品的標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
端點 |
Microsoft Fabric Warehouse 伺服器的端點。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalCredential |
Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 |
SecretBase |
servicePrincipalCredentialType |
要用於伺服器對伺服器驗證的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey'、憑證的 'ServicePrincipalCert'。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalId |
用來向 Microsoft Fabric Warehouse 進行驗證的應用程式識別碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
servicePrincipalKey |
用來向 Microsoft Fabric Warehouse 進行驗證的應用程式密鑰。 |
SecretBase |
租用戶 |
服務主體所屬租用戶的名稱或標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
workspaceId |
Microsoft Fabric 工作區的標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
WebLinkedService
WebLinkedServiceTypeProperties
名稱 |
描述 |
值 |
url |
Web 服務端點的 URL , 例如 https://www.microsoft.com 。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
authenticationType |
設定物件類型 |
匿名 基本 需要 ClientCertificate () |
WebAnonymousAuthentication
名稱 |
描述 |
值 |
authenticationType |
用來連線到 Web 資料表來源的驗證類型。 |
“Anonymous” (必要) |
WebBasicAuthentication
名稱 |
描述 |
值 |
authenticationType |
用來連線到 Web 資料表來源的驗證類型。 |
“Basic” (必要) |
password |
基本身份驗證的密碼。 |
需要 SecretBase () |
使用者名稱 |
基本身份驗證的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
WebClientCertificateAuthentication
名稱 |
描述 |
值 |
authenticationType |
用來連線到 Web 資料表來源的驗證類型。 |
“ClientCertificate” (必要) |
password |
PFX 檔案的密碼。 |
需要 SecretBase () |
pfx |
PFX 檔案的Base64編碼內容。 |
需要 SecretBase () |
XeroLinkedService
XeroLinkedServiceTypeProperties
名稱 |
描述 |
值 |
connectionProperties |
用來連接到 Xero 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 |
|
consumerKey |
與 Xero 應用程式相關聯的取用者金鑰。 |
SecretBase |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
主機 |
Xero 伺服器的端點。 (即 api.xero.com) |
|
privateKey |
從您 Xero 私人應用程式產生之 .pem 檔案的私密金鑰。 您必須包含 .pem 檔案中的所有文字,包括 Unix 行結尾 ( ). |
SecretBase |
useEncryptedEndpoints |
指定是否使用 HTTPS 來加密資料來源端點。 預設值為 true。 |
|
useHostVerification |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名稱符合伺服器的主機名稱。 預設值為 true。 |
|
usePeerVerification |
指定在透過 SSL 連線時,是否要確認伺服器的身分識別。 預設值為 true。 |
|
ZendeskLinkedService
ZendeskLinkedServiceTypeProperties
名稱 |
描述 |
值 |
apiToken |
Zendesk 來源的 API 令牌。 |
SecretBase |
authenticationType |
要使用的驗證類型。 |
"Basic" “Token” (必要) |
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
password |
Zendesk 來源的密碼。 |
SecretBase |
url |
用來連接 Zendesk 來源的 URL。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
userName |
Zendesk 來源的用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 |
|
ZohoLinkedService
ZohoLinkedServiceTypeProperties
名稱 |
描述 |
值 |
accessToken |
用於 Zoho 驗證的存取權杖。 |
SecretBase |
connectionProperties |
用來連線到 Zoho 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 |
|
encryptedCredential |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
字串 |
端點 |
Zoho 伺服器的端點。 (即 crm.zoho.com/crm/private) |
|
useEncryptedEndpoints |
指定是否使用 HTTPS 來加密資料來源端點。 預設值為 true。 |
|
useHostVerification |
指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名稱符合伺服器的主機名稱。 預設值為 true。 |
|
usePeerVerification |
指定在透過 SSL 連線時,是否要確認伺服器的身分識別。 預設值為 true。 |
|