Microsoft.DataFactory factory/linkedservices 2017-09-01-preview
- più recenti
- 2018-06-01
- 09-09-01-preview 2017
Definizione di risorsa Bicep
Il tipo di risorsa factory/linkedservices può essere distribuito con operazioni destinate a:
Per un elenco delle proprietà modificate in ogni versione dell'API, vedere log delle modifiche.
Formato risorsa
Per creare una risorsa Microsoft.DataFactory/factory/linkedservices, aggiungere il bicep seguente al modello.
resource symbolicname 'Microsoft.DataFactory/factories/linkedservices@2017-09-01-preview' = {
parent: resourceSymbolicName
name: 'string'
properties: {
annotations: [
any(...)
]
connectVia: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
description: 'string'
parameters: {
{customized property}: {
defaultValue: any(...)
type: 'string'
}
}
type: 'string'
// For remaining properties, see LinkedService objects
}
}
Oggetti SecretBase
Impostare la proprietà tipo di
Per AzureKeyVaultSecret, usare:
{
secretName: any(...)
secretVersion: any(...)
store: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
type: 'AzureKeyVaultSecret'
}
Per SecureString, usare:
{
type: 'SecureString'
value: 'string'
}
Oggetti LinkedService
Impostare la proprietà tipo di
Per AmazonMWS, usare:
{
type: 'AmazonMWS'
typeProperties: {
accessKeyId: any(...)
encryptedCredential: any(...)
endpoint: any(...)
marketplaceID: any(...)
mwsAuthToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
secretKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
sellerID: any(...)
useEncryptedEndpoints: any(...)
useHostVerification: any(...)
usePeerVerification: any(...)
}
}
Per AmazonRedshift, usare:
{
type: 'AmazonRedshift'
typeProperties: {
database: any(...)
encryptedCredential: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any(...)
server: any(...)
username: any(...)
}
}
Per AmazonS3, usare:
{
type: 'AmazonS3'
typeProperties: {
accessKeyId: any(...)
encryptedCredential: any(...)
secretAccessKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
}
}
Per AzureBatch, usare:
{
type: 'AzureBatch'
typeProperties: {
accessKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
accountName: any(...)
batchUri: any(...)
encryptedCredential: any(...)
linkedServiceName: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
poolName: any(...)
}
}
Per AzureDataLakeAnalytics, usare:
{
type: 'AzureDataLakeAnalytics'
typeProperties: {
accountName: any(...)
dataLakeAnalyticsUri: any(...)
encryptedCredential: any(...)
resourceGroupName: any(...)
servicePrincipalId: any(...)
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
subscriptionId: any(...)
tenant: any(...)
}
}
Per AzureDataLakeStore, usare:
{
type: 'AzureDataLakeStore'
typeProperties: {
accountName: any(...)
dataLakeStoreUri: any(...)
encryptedCredential: any(...)
resourceGroupName: any(...)
servicePrincipalId: any(...)
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
subscriptionId: any(...)
tenant: any(...)
}
}
Per AzureDatabricks, usare:
{
type: 'AzureDatabricks'
typeProperties: {
accessToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
domain: any(...)
encryptedCredential: any(...)
existingClusterId: any(...)
newClusterNodeType: any(...)
newClusterNumOfWorker: any(...)
newClusterSparkConf: {
{customized property}: any(...)
}
newClusterVersion: any(...)
}
}
Per AzureKeyVault, usare:
{
type: 'AzureKeyVault'
typeProperties: {
baseUrl: any(...)
}
}
Per AzureMLusare:
{
type: 'AzureML'
typeProperties: {
apiKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any(...)
mlEndpoint: any(...)
servicePrincipalId: any(...)
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
tenant: any(...)
updateResourceEndpoint: any(...)
}
}
Per AzureMySql, usare:
{
type: 'AzureMySql'
typeProperties: {
connectionString: any(...)
encryptedCredential: any(...)
}
}
Per AzurePostgreSql, usare:
{
type: 'AzurePostgreSql'
typeProperties: {
connectionString: any(...)
encryptedCredential: any(...)
}
}
Per AzureSearch, usare:
{
type: 'AzureSearch'
typeProperties: {
encryptedCredential: any(...)
key: {
type: 'string'
// For remaining properties, see SecretBase objects
}
url: any(...)
}
}
Per AzureSqlDW, usare:
{
type: 'AzureSqlDW'
typeProperties: {
connectionString: any(...)
encryptedCredential: any(...)
servicePrincipalId: any(...)
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
tenant: any(...)
}
}
Per AzureSqlDatabase, usare:
{
type: 'AzureSqlDatabase'
typeProperties: {
connectionString: any(...)
encryptedCredential: any(...)
servicePrincipalId: any(...)
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
tenant: any(...)
}
}
Per AzureStorageusare:
{
type: 'AzureStorage'
typeProperties: {
connectionString: any(...)
encryptedCredential: any(...)
sasUri: {
type: 'string'
// For remaining properties, see SecretBase objects
}
}
}
Per Cassandra, usare:
{
type: 'Cassandra'
typeProperties: {
authenticationType: any(...)
encryptedCredential: any(...)
host: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any(...)
username: any(...)
}
}
Per concur, usare:
{
type: 'Concur'
typeProperties: {
clientId: any(...)
encryptedCredential: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
useEncryptedEndpoints: any(...)
useHostVerification: any(...)
usePeerVerification: any(...)
username: any(...)
}
}
Per CosmosDb, usare:
{
type: 'CosmosDb'
typeProperties: {
connectionString: any(...)
encryptedCredential: any(...)
}
}
Per Couchbase, usare:
{
type: 'Couchbase'
typeProperties: {
connectionString: any(...)
encryptedCredential: any(...)
}
}
Per CustomDataSource, usare:
{
type: 'CustomDataSource'
typeProperties: any(...)
}
Per Db2, usare:
{
type: 'Db2'
typeProperties: {
authenticationType: 'string'
database: any(...)
encryptedCredential: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
server: any(...)
username: any(...)
}
}
Per Drill, usare:
{
type: 'Drill'
typeProperties: {
connectionString: any(...)
encryptedCredential: any(...)
}
}
Per Dynamics, usare:
{
type: 'Dynamics'
typeProperties: {
authenticationType: 'string'
deploymentType: 'string'
encryptedCredential: any(...)
hostName: any(...)
organizationName: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any(...)
serviceUri: any(...)
username: any(...)
}
}
Per Eloqua, usare:
{
type: 'Eloqua'
typeProperties: {
encryptedCredential: any(...)
endpoint: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
useEncryptedEndpoints: any(...)
useHostVerification: any(...)
usePeerVerification: any(...)
username: any(...)
}
}
Per FileServer, usare:
{
type: 'FileServer'
typeProperties: {
encryptedCredential: any(...)
host: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
userId: any(...)
}
}
Per FtpServer, usare:
{
type: 'FtpServer'
typeProperties: {
authenticationType: 'string'
enableServerCertificateValidation: any(...)
enableSsl: any(...)
encryptedCredential: any(...)
host: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any(...)
userName: any(...)
}
}
Per GoogleBigQuery, usare:
{
type: 'GoogleBigQuery'
typeProperties: {
additionalProjects: any(...)
authenticationType: 'string'
clientId: {
type: 'string'
// For remaining properties, see SecretBase objects
}
clientSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
email: any(...)
encryptedCredential: any(...)
keyFilePath: any(...)
project: any(...)
refreshToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
requestGoogleDriveScope: any(...)
trustedCertPath: any(...)
useSystemTrustStore: any(...)
}
}
Per Greenplum, usare:
{
type: 'Greenplum'
typeProperties: {
connectionString: any(...)
encryptedCredential: any(...)
}
}
Per HBase, usare:
{
type: 'HBase'
typeProperties: {
allowHostNameCNMismatch: any(...)
allowSelfSignedServerCert: any(...)
authenticationType: 'string'
enableSsl: any(...)
encryptedCredential: any(...)
host: any(...)
httpPath: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any(...)
trustedCertPath: any(...)
username: any(...)
}
}
Per HDInsight, usare:
{
type: 'HDInsight'
typeProperties: {
clusterUri: any(...)
encryptedCredential: any(...)
hcatalogLinkedServiceName: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
linkedServiceName: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
userName: any(...)
}
}
Per HDInsightOnDemand, usare:
{
type: 'HDInsightOnDemand'
typeProperties: {
additionalLinkedServiceNames: [
{
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
]
clusterNamePrefix: any(...)
clusterPassword: {
type: 'string'
// For remaining properties, see SecretBase objects
}
clusterResourceGroup: any(...)
clusterSize: any(...)
clusterSshPassword: {
type: 'string'
// For remaining properties, see SecretBase objects
}
clusterSshUserName: any(...)
clusterType: any(...)
clusterUserName: any(...)
coreConfiguration: any(...)
dataNodeSize: any(...)
encryptedCredential: any(...)
hBaseConfiguration: any(...)
hcatalogLinkedServiceName: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
hdfsConfiguration: any(...)
headNodeSize: any(...)
hiveConfiguration: any(...)
hostSubscriptionId: any(...)
linkedServiceName: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
mapReduceConfiguration: any(...)
oozieConfiguration: any(...)
servicePrincipalId: any(...)
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
sparkVersion: any(...)
stormConfiguration: any(...)
tenant: any(...)
timeToLive: any(...)
version: any(...)
yarnConfiguration: any(...)
zookeeperNodeSize: any(...)
}
}
Per Hdfs, usare:
{
type: 'Hdfs'
typeProperties: {
authenticationType: any(...)
encryptedCredential: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
url: any(...)
userName: any(...)
}
}
Per Hive, usare:
{
type: 'Hive'
typeProperties: {
allowHostNameCNMismatch: any(...)
allowSelfSignedServerCert: any(...)
authenticationType: 'string'
enableSsl: any(...)
encryptedCredential: any(...)
host: any(...)
httpPath: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any(...)
serverType: 'string'
serviceDiscoveryMode: any(...)
thriftTransportProtocol: 'string'
trustedCertPath: any(...)
useNativeQuery: any(...)
username: any(...)
useSystemTrustStore: any(...)
zooKeeperNameSpace: any(...)
}
}
Per HttpServer, usare:
{
type: 'HttpServer'
typeProperties: {
authenticationType: 'string'
certThumbprint: any(...)
embeddedCertData: any(...)
enableServerCertificateValidation: any(...)
encryptedCredential: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
url: any(...)
userName: any(...)
}
}
Per Hubspot, usare:
{
type: 'Hubspot'
typeProperties: {
accessToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
clientId: any(...)
clientSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any(...)
refreshToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
useEncryptedEndpoints: any(...)
useHostVerification: any(...)
usePeerVerification: any(...)
}
}
Per Impala, usare:
{
type: 'Impala'
typeProperties: {
allowHostNameCNMismatch: any(...)
allowSelfSignedServerCert: any(...)
authenticationType: 'string'
enableSsl: any(...)
encryptedCredential: any(...)
host: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any(...)
trustedCertPath: any(...)
username: any(...)
useSystemTrustStore: any(...)
}
}
Per Jira, usare:
{
type: 'Jira'
typeProperties: {
encryptedCredential: any(...)
host: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any(...)
useEncryptedEndpoints: any(...)
useHostVerification: any(...)
usePeerVerification: any(...)
username: any(...)
}
}
Per
{
type: 'Magento'
typeProperties: {
accessToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any(...)
host: any(...)
useEncryptedEndpoints: any(...)
useHostVerification: any(...)
usePeerVerification: any(...)
}
}
Per MariaDB, usare:
{
type: 'MariaDB'
typeProperties: {
connectionString: any(...)
encryptedCredential: any(...)
}
}
Per Marketo, usare:
{
type: 'Marketo'
typeProperties: {
clientId: any(...)
clientSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any(...)
endpoint: any(...)
useEncryptedEndpoints: any(...)
useHostVerification: any(...)
usePeerVerification: any(...)
}
}
Per MongoDb, usare:
{
type: 'MongoDb'
typeProperties: {
allowSelfSignedServerCert: any(...)
authenticationType: 'string'
authSource: any(...)
databaseName: any(...)
enableSsl: any(...)
encryptedCredential: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any(...)
server: any(...)
username: any(...)
}
}
Per MySql, usare:
{
type: 'MySql'
typeProperties: {
connectionString: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any(...)
}
}
Per Netezza, usare:
{
type: 'Netezza'
typeProperties: {
connectionString: any(...)
encryptedCredential: any(...)
}
}
Per OData, usare:
{
type: 'OData'
typeProperties: {
authenticationType: 'string'
encryptedCredential: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
url: any(...)
userName: any(...)
}
}
Per Odbc, usare:
{
type: 'Odbc'
typeProperties: {
authenticationType: any(...)
connectionString: any(...)
credential: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
userName: any(...)
}
}
Per Oracle, usare:
{
type: 'Oracle'
typeProperties: {
connectionString: any(...)
encryptedCredential: any(...)
}
}
Per PayPal, usare:
{
type: 'Paypal'
typeProperties: {
clientId: any(...)
clientSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any(...)
host: any(...)
useEncryptedEndpoints: any(...)
useHostVerification: any(...)
usePeerVerification: any(...)
}
}
Per Phoenix, usare:
{
type: 'Phoenix'
typeProperties: {
allowHostNameCNMismatch: any(...)
allowSelfSignedServerCert: any(...)
authenticationType: 'string'
enableSsl: any(...)
encryptedCredential: any(...)
host: any(...)
httpPath: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any(...)
trustedCertPath: any(...)
username: any(...)
useSystemTrustStore: any(...)
}
}
Per PostgreSql, usare:
{
type: 'PostgreSql'
typeProperties: {
connectionString: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any(...)
}
}
Per Presto, usare:
{
type: 'Presto'
typeProperties: {
allowHostNameCNMismatch: any(...)
allowSelfSignedServerCert: any(...)
authenticationType: 'string'
catalog: any(...)
enableSsl: any(...)
encryptedCredential: any(...)
host: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any(...)
serverVersion: any(...)
timeZoneID: any(...)
trustedCertPath: any(...)
username: any(...)
useSystemTrustStore: any(...)
}
}
Per QuickBooks, usare:
{
type: 'QuickBooks'
typeProperties: {
accessToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
accessTokenSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
companyId: any(...)
consumerKey: any(...)
consumerSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any(...)
endpoint: any(...)
useEncryptedEndpoints: any(...)
}
}
Per Responsys, usare:
{
type: 'Responsys'
typeProperties: {
clientId: any(...)
clientSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any(...)
endpoint: any(...)
useEncryptedEndpoints: any(...)
useHostVerification: any(...)
usePeerVerification: any(...)
}
}
Per Salesforce, usare:
{
type: 'Salesforce'
typeProperties: {
encryptedCredential: any(...)
environmentUrl: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
securityToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
username: any(...)
}
}
Per SalesforceMarketingCloud, usare:
{
type: 'SalesforceMarketingCloud'
typeProperties: {
clientId: any(...)
clientSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any(...)
useEncryptedEndpoints: any(...)
useHostVerification: any(...)
usePeerVerification: any(...)
}
}
Per SapBW, usare:
{
type: 'SapBW'
typeProperties: {
clientId: any(...)
encryptedCredential: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
server: any(...)
systemNumber: any(...)
userName: any(...)
}
}
Per SapCloudForCustomer, usare:
{
type: 'SapCloudForCustomer'
typeProperties: {
encryptedCredential: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
url: any(...)
username: any(...)
}
}
Per SapEcc, usare:
{
type: 'SapEcc'
typeProperties: {
encryptedCredential: 'string'
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
url: 'string'
username: 'string'
}
}
Per SapHana, usare:
{
type: 'SapHana'
typeProperties: {
authenticationType: 'string'
encryptedCredential: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
server: any(...)
userName: any(...)
}
}
Per ServiceNow, usare:
{
type: 'ServiceNow'
typeProperties: {
authenticationType: 'string'
clientId: any(...)
clientSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any(...)
endpoint: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
useEncryptedEndpoints: any(...)
useHostVerification: any(...)
usePeerVerification: any(...)
username: any(...)
}
}
Per Sftp, usare:
{
type: 'Sftp'
typeProperties: {
authenticationType: 'string'
encryptedCredential: any(...)
host: any(...)
hostKeyFingerprint: any(...)
passPhrase: {
type: 'string'
// For remaining properties, see SecretBase objects
}
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any(...)
privateKeyContent: {
type: 'string'
// For remaining properties, see SecretBase objects
}
privateKeyPath: any(...)
skipHostKeyValidation: any(...)
userName: any(...)
}
}
Per Shopify, usare:
{
type: 'Shopify'
typeProperties: {
accessToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any(...)
host: any(...)
useEncryptedEndpoints: any(...)
useHostVerification: any(...)
usePeerVerification: any(...)
}
}
Per Spark, usare:
{
type: 'Spark'
typeProperties: {
allowHostNameCNMismatch: any(...)
allowSelfSignedServerCert: any(...)
authenticationType: 'string'
enableSsl: any(...)
encryptedCredential: any(...)
host: any(...)
httpPath: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any(...)
serverType: 'string'
thriftTransportProtocol: 'string'
trustedCertPath: any(...)
username: any(...)
useSystemTrustStore: any(...)
}
}
Per SqlServer, usare:
{
type: 'SqlServer'
typeProperties: {
connectionString: any(...)
encryptedCredential: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
userName: any(...)
}
}
Per Square, usare:
{
type: 'Square'
typeProperties: {
clientId: any(...)
clientSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any(...)
host: any(...)
redirectUri: any(...)
useEncryptedEndpoints: any(...)
useHostVerification: any(...)
usePeerVerification: any(...)
}
}
Per Sybase, usare:
{
type: 'Sybase'
typeProperties: {
authenticationType: 'string'
database: any(...)
encryptedCredential: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
schema: any(...)
server: any(...)
username: any(...)
}
}
Per Teradata, usare:
{
type: 'Teradata'
typeProperties: {
authenticationType: 'string'
encryptedCredential: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
server: any(...)
username: any(...)
}
}
Per Vertica, usare:
{
type: 'Vertica'
typeProperties: {
connectionString: any(...)
encryptedCredential: any(...)
}
}
Per Web, usare:
{
type: 'Web'
typeProperties: {
url: any(...)
authenticationType: 'string'
// For remaining properties, see WebLinkedServiceTypeProperties objects
}
}
Per Xero, usare:
{
type: 'Xero'
typeProperties: {
consumerKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any(...)
host: any(...)
privateKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
useEncryptedEndpoints: any(...)
useHostVerification: any(...)
usePeerVerification: any(...)
}
}
Per Zoho, usare:
{
type: 'Zoho'
typeProperties: {
accessToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any(...)
endpoint: any(...)
useEncryptedEndpoints: any(...)
useHostVerification: any(...)
usePeerVerification: any(...)
}
}
Oggetti WebLinkedServiceTypeProperties
Impostare la proprietà authenticationType
Per anonimo, usare:
{
authenticationType: 'Anonymous'
}
Per basic, usare:
{
authenticationType: 'Basic'
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
username: any(...)
}
Per ClientCertificate, usare:
{
authenticationType: 'ClientCertificate'
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
pfx: {
type: 'string'
// For remaining properties, see SecretBase objects
}
}
Valori delle proprietà
AmazonMWSLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'AmazonMWS' (obbligatorio) |
typeProperties | Proprietà del servizio collegato amazon Marketplace Web Service. | AmazonMWSLinkedServiceTypeProperties (obbligatorio) |
AmazonMWSLinkedServiceTypeProperties
AmazonRedshiftLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'AmazonRedshift' (obbligatorio) |
typeProperties | Proprietà del servizio collegato Amazon Redshift. | AmazonRedshiftLinkedServiceTypeProperties (obbligatorio) |
AmazonRedshiftLinkedServiceTypeProperties
AmazonS3LinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'AmazonS3' (obbligatorio) |
typeProperties | Proprietà del servizio collegato Amazon S3. | AmazonS3LinkedServiceTypeProperties (obbligatorio) |
AmazonS3LinkedServiceTypeProperties
AzureBatchLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'AzureBatch' (obbligatorio) |
typeProperties | Proprietà del servizio collegato di Azure Batch. | azureBatchLinkedServiceTypeProperties (obbligatorio) |
AzureBatchLinkedServiceTypeProperties
AzureDatabricksLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'AzureDatabricks' (obbligatorio) |
typeProperties | Proprietà del servizio collegato di Azure Databricks. | azureDatabricksLinkedServiceTypeProperties (obbligatorio) |
AzureDatabricksLinkedServiceTypeProperties
Nome | Descrizione | Valore |
---|---|---|
accessToken | Token di accesso per l'API REST di Databricks. Fare riferimento a https://docs.azuredatabricks.net/api/latest/authentication.html. Tipo: stringa (o Espressione con stringa resultType). | SecretBase (obbligatorio) |
dominio | <REGION>.azuredatabricks.net, nome di dominio della distribuzione di Databricks. Tipo: stringa (o Espressione con stringa resultType). | any (obbligatorio) |
encryptedCredential | Credenziali crittografate usate per l'autenticazione. Le credenziali vengono crittografate usando gestione credenziali del runtime di integrazione. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
existingClusterId | ID di un cluster esistente che verrà usato per tutte le esecuzioni di questo processo. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
newClusterNodeType | Tipi di nodo del nuovo cluster. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
newClusterNumOfWorker | Numero di nodi di lavoro che il nuovo cluster deve avere. Una stringa formattata int32, ad esempio '1' indica che numOfWorker è 1 o '1:10' indica che la scalabilità automatica viene eseguita da 1 come min e 10 come max. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
newClusterSparkConf | un set di coppie chiave-valore di configurazione spark specificate dall'utente facoltative. | AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkConf |
newClusterVersion | Versione spark del nuovo cluster. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkConf
Nome | Descrizione | Valore |
---|
AzureDataLakeAnalyticsLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'AzureDataLakeAnalytics' (obbligatorio) |
typeProperties | Proprietà del servizio collegato di Azure Data Lake Analytics. | azureDataLakeAnalyticsLinkedServiceTypeProperties (obbligatorio) |
AzureDataLakeAnalyticsLinkedServiceTypeProperties
AzureDataLakeStoreLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'AzureDataLakeStore' (obbligatorio) |
typeProperties | Proprietà del servizio collegato di Azure Data Lake Store. | azureDataLakeStoreLinkedServiceTypeProperties (obbligatorio) |
AzureDataLakeStoreLinkedServiceTypeProperties
AzureKeyVaultLinkedService
AzureKeyVaultLinkedServiceTypeProperties
Nome | Descrizione | Valore |
---|---|---|
baseUrl | URL di base di Azure Key Vault. ad esempio https://myakv.vault.azure.net Tipo: stringa (o Espressione con stringa resultType). | any (obbligatorio) |
AzureKeyVaultSecretReference
AzureMLLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'AzureML' (obbligatorio) |
typeProperties | Proprietà del servizio web del servizio Web di Azure ML. | azureMLLinkedServiceTypeProperties (obbligatorio) |
AzureMLLinkedServiceTypeProperties
AzureMySqlLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'AzureMySql' (obbligatorio) |
typeProperties | Proprietà del servizio collegato del database MySQL di Azure. | AzureMySqlLinkedServiceTypeProperties (obbligatorio) |
AzureMySqlLinkedServiceTypeProperties
Nome | Descrizione | Valore |
---|---|---|
connectionString | Stringa di connessione. Tipo: string, SecureString o AzureKeyVaultSecretReference. | any (obbligatorio) |
encryptedCredential | Credenziali crittografate usate per l'autenticazione. Le credenziali vengono crittografate usando gestione credenziali del runtime di integrazione. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
AzurePostgreSqlLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'AzurePostgreSql' (obbligatorio) |
typeProperties | Proprietà del servizio collegato PostgreSQL di Azure. | azurePostgreSqlLinkedServiceTypeProperties (obbligatorio) |
AzurePostgreSqlLinkedServiceTypeProperties
Nome | Descrizione | Valore |
---|---|---|
connectionString | Stringa di connessione ODBC. Tipo: string, SecureString o AzureKeyVaultSecretReference. | qualunque |
encryptedCredential | Credenziali crittografate usate per l'autenticazione. Le credenziali vengono crittografate usando gestione credenziali del runtime di integrazione. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
AzureSearchLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'AzureSearch' (obbligatorio) |
typeProperties | Proprietà del servizio collegato servizio di Ricerca di Windows Azure. | AzureSearchLinkedServiceTypeProperties (obbligatorio) |
AzureSearchLinkedServiceTypeProperties
AzureSqlDatabaseLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'AzureSqlDatabase' (obbligatorio) |
typeProperties | Proprietà del servizio collegato del database SQL di Azure. | AzureSqlDatabaseLinkedServiceTypeProperties (obbligatorio) |
AzureSqlDatabaseLinkedServiceTypeProperties
AzureSqlDWLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'AzureSqlDW' (obbligatorio) |
typeProperties | Proprietà del servizio collegato di Azure SQL Data Warehouse. | AzureSqlDWLinkedServiceTypeProperties (obbligatorio) |
AzureSqlDWLinkedServiceTypeProperties
AzureStorageLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'AzureStorage' (obbligatorio) |
typeProperties | Proprietà del servizio collegato di Archiviazione di Azure. | azureStorageLinkedServiceTypeProperties (obbligatorio) |
AzureStorageLinkedServiceTypeProperties
CassandraLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Cassandra' (obbligatorio) |
typeProperties | Proprietà del servizio collegato Cassandra. | CassandraLinkedServiceTypeProperties (obbligatorio) |
CassandraLinkedServiceTypeProperties
ConcurLinkedService
ConcurLinkedServiceTypeProperties
CosmosDbLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'CosmosDb' (obbligatorio) |
typeProperties | Proprietà del servizio collegato cosmosDB. | CosmosDbLinkedServiceTypeProperties (obbligatorio) |
CosmosDbLinkedServiceTypeProperties
Nome | Descrizione | Valore |
---|---|---|
connectionString | Stringa di connessione. Tipo: string, SecureString o AzureKeyVaultSecretReference. | any (obbligatorio) |
encryptedCredential | Credenziali crittografate usate per l'autenticazione. Le credenziali vengono crittografate usando gestione credenziali del runtime di integrazione. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
CouchbaseLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Couchbase' (obbligatorio) |
typeProperties | Proprietà del servizio collegato del server Couchbase. | CouchbaseLinkedServiceTypeProperties (obbligatorio) |
CouchbaseLinkedServiceTypeProperties
Nome | Descrizione | Valore |
---|---|---|
connectionString | Stringa di connessione ODBC. Tipo: string, SecureString o AzureKeyVaultSecretReference. | qualunque |
encryptedCredential | Credenziali crittografate usate per l'autenticazione. Le credenziali vengono crittografate usando gestione credenziali del runtime di integrazione. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
CustomDataSourceLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'CustomDataSource' (obbligatorio) |
typeProperties | Proprietà personalizzate del servizio collegato. | any (obbligatorio) |
Db2LinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Db2' (obbligatorio) |
typeProperties | Proprietà del servizio collegato DB2. | Db2LinkedServiceTypeProperties (obbligatorio) |
Db2LinkedServiceTypeProperties
DrillLinkedService
DrillLinkedServiceTypeProperties
Nome | Descrizione | Valore |
---|---|---|
connectionString | Stringa di connessione ODBC. Tipo: string, SecureString o AzureKeyVaultSecretReference. | qualunque |
encryptedCredential | Credenziali crittografate usate per l'autenticazione. Le credenziali vengono crittografate usando gestione credenziali del runtime di integrazione. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
DynamicsLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Dynamics' (obbligatorio) |
typeProperties | Proprietà del servizio collegato Dynamics. | DynamicsLinkedServiceTypeProperties (obbligatorio) |
DynamicsLinkedServiceTypeProperties
EloquaLinkedService
EloquaLinkedServiceTypeProperties
FileServerLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'FileServer' (obbligatorio) |
typeProperties | Proprietà del servizio collegato del file system. | FileServerLinkedServiceTypeProperties (obbligatorio) |
FileServerLinkedServiceTypeProperties
FtpServerLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'FtpServer' (obbligatorio) |
typeProperties | Proprietà specifiche di questo tipo di servizio collegato. | FtpServerLinkedServiceTypeProperties (obbligatorio) |
FtpServerLinkedServiceTypeProperties
GoogleBigQueryLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'GoogleBigQuery' (obbligatorio) |
typeProperties | Proprietà del servizio collegato del servizio Google BigQuery. | GoogleBigQueryLinkedServiceTypeProperties (obbligatorio) |
GoogleBigQueryLinkedServiceTypeProperties
GreenplumLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Greenplum' (obbligatorio) |
typeProperties | Proprietà del servizio collegato greenplum database. | GreenplumLinkedServiceTypeProperties (obbligatorio) |
GreenplumLinkedServiceTypeProperties
Nome | Descrizione | Valore |
---|---|---|
connectionString | Stringa di connessione ODBC. Tipo: string, SecureString o AzureKeyVaultSecretReference. | qualunque |
encryptedCredential | Credenziali crittografate usate per l'autenticazione. Le credenziali vengono crittografate usando gestione credenziali del runtime di integrazione. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
HBaseLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'HBase' (obbligatorio) |
typeProperties | Proprietà del servizio collegato del server HBase. | HBaseLinkedServiceTypeProperties (obbligatorio) |
HBaseLinkedServiceTypeProperties
HdfsLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Hdfs' (obbligatorio) |
typeProperties | Proprietà del servizio collegato HDFS. | HdfsLinkedServiceTypeProperties (obbligatorio) |
HdfsLinkedServiceTypeProperties
HDInsightLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'HDInsight' (obbligatorio) |
typeProperties | Proprietà del servizio collegato HDInsight. | HDInsightLinkedServiceTypeProperties (obbligatorio) |
HDInsightLinkedServiceTypeProperties
Nome | Descrizione | Valore |
---|---|---|
clusterUri | URI del cluster HDInsight. Tipo: stringa (o Espressione con stringa resultType). | any (obbligatorio) |
encryptedCredential | Credenziali crittografate usate per l'autenticazione. Le credenziali vengono crittografate usando gestione credenziali del runtime di integrazione. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
hcatalogLinkedServiceName | Riferimento al servizio collegato SQL di Azure che punta al database HCatalog. | LinkedServiceReference |
linkedServiceName | Informazioni di riferimento sul servizio collegato Archiviazione di Azure. | LinkedServiceReference |
parola d’ordine | Password del cluster HDInsight. | SecretBase |
nome utente | Nome utente del cluster HDInsight. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
HDInsightOnDemandLinkedService
HdInsightOnDemandLinkedServiceTypeProperties
Nome | Descrizione | Valore |
---|---|---|
additionalLinkedServiceNames | Specifica account di archiviazione aggiuntivi per il servizio collegato HDInsight in modo che il servizio Data Factory possa registrarli per conto dell'utente. | LinkedServiceReference[] |
clusterNamePrefix | Il prefisso del nome del cluster, il prefisso sarà distinto con timestamp. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
clusterPassword | Password per accedere al cluster. | SecretBase |
clusterResourceGroup | Gruppo di risorse a cui appartiene il cluster. Tipo: stringa (o Espressione con stringa resultType). | any (obbligatorio) |
clusterSize | Numero di nodi di lavoro/dati nel cluster. Valore suggerimento: 4. Tipo: stringa (o Espressione con stringa resultType). | any (obbligatorio) |
clusterSshPassword | Password per connettersi in remoto al nodo del cluster (per Linux). | SecretBase |
clusterSshUserName | Il nome utente a SSH si connette in remoto al nodo del cluster (per Linux). Tipo: stringa (o Espressione con stringa resultType). | qualunque |
clusterType | Tipo di cluster. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
clusterUserName | Nome utente per accedere al cluster. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
coreConfiguration | Specifica i parametri di configurazione di base (come in core-site.xml) per il cluster HDInsight da creare. | qualunque |
dataNodeSize | Specifica le dimensioni del nodo dati per il cluster HDInsight. | qualunque |
encryptedCredential | Credenziali crittografate usate per l'autenticazione. Le credenziali vengono crittografate usando gestione credenziali del runtime di integrazione. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
hBaseConfiguration | Specifica i parametri di configurazione HBase (hbase-site.xml) per il cluster HDInsight. | qualunque |
hcatalogLinkedServiceName | Nome del servizio collegato SQL di Azure che punta al database HCatalog. Il cluster HDInsight su richiesta viene creato usando il database SQL di Azure come metastore. | LinkedServiceReference |
hdfsConfiguration | Specifica i parametri di configurazione HDFS (hdfs-site.xml) per il cluster HDInsight. | qualunque |
headNodeSize | Specifica le dimensioni del nodo head per il cluster HDInsight. | qualunque |
hiveConfiguration | Specifica i parametri di configurazione hive (hive-site.xml) per il cluster HDInsight. | qualunque |
hostSubscriptionId | Sottoscrizione del cliente per ospitare il cluster. Tipo: stringa (o Espressione con stringa resultType). | any (obbligatorio) |
linkedServiceName | Servizio collegato archiviazione di Azure da usare dal cluster su richiesta per l'archiviazione e l'elaborazione dei dati. | LinkedServiceReference (obbligatorio) |
mapReduceConfiguration | Specifica i parametri di configurazione MapReduce (mapred-site.xml) per il cluster HDInsight. | qualunque |
oozieConfiguration | Specifica i parametri di configurazione di Oozie (oozie-site.xml) per il cluster HDInsight. | qualunque |
servicePrincipalId | ID entità servizio per hostSubscriptionId. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
servicePrincipalKey | Chiave per l'ID entità servizio. | SecretBase |
sparkVersion | Versione di Spark se il tipo di cluster è "spark". Tipo: stringa (o Espressione con stringa resultType). | qualunque |
stormConfiguration | Specifica i parametri di configurazione storm (storm-site.xml) per il cluster HDInsight. | qualunque |
inquilino | ID tenant/nome a cui appartiene l'entità servizio. Tipo: stringa (o Espressione con stringa resultType). | any (obbligatorio) |
timeToLive | Tempo di inattività consentito per il cluster HDInsight su richiesta. Specifica per quanto tempo il cluster HDInsight su richiesta rimane attivo dopo il completamento di un'esecuzione di attività se non sono presenti altri processi attivi nel cluster. Il valore minimo è 5 minuti. Tipo: stringa (o Espressione con stringa resultType). | any (obbligatorio) |
Versione | Versione del cluster HDInsight. Tipo: stringa (o Espressione con stringa resultType). | any (obbligatorio) |
yarnConfiguration | Specifica i parametri di configurazione yarn (yarn-site.xml) per il cluster HDInsight. | qualunque |
zookeeperNodeSize | Specifica le dimensioni del nodo Zoo Keeper per il cluster HDInsight. | qualunque |
HiveLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Hive' (obbligatorio) |
typeProperties | Proprietà del servizio collegato Hive Server. | HiveLinkedServiceTypeProperties (obbligatorio) |
HiveLinkedServiceTypeProperties
HttpLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'HttpServer' (obbligatorio) |
typeProperties | Proprietà specifiche di questo tipo di servizio collegato. | HttpLinkedServiceTypeProperties (obbligatorio) |
HttpLinkedServiceTypeProperties
Nome | Descrizione | Valore |
---|---|---|
authenticationType | Tipo di autenticazione da usare per connettersi al server HTTP. | 'Anonimo' 'Basic' 'ClientCertificate' 'Digest' 'Windows' |
certThumbprint | Identificazione personale del certificato per l'autenticazione ClientCertificate. Valido solo per la copia locale. Per la copia locale con autenticazione ClientCertificate, è necessario specificare CertThumbprint o EmbeddedCertData/Password. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
embeddedCertData | Dati del certificato con codifica Base64 per l'autenticazione ClientCertificate. Per la copia locale con autenticazione ClientCertificate, è necessario specificare CertThumbprint o EmbeddedCertData/Password. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
enableServerCertificateValidation | Se true, convalidare il certificato SSL del server HTTPS. Il valore predefinito è true. Tipo: booleano (o espressione con valore booleano resultType). | qualunque |
encryptedCredential | Credenziali crittografate usate per l'autenticazione. Le credenziali vengono crittografate usando gestione credenziali del runtime di integrazione. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
parola d’ordine | Password per l'autenticazione Basic, Digest, Windows o ClientCertificate con l'autenticazione EmbeddedCertData. | SecretBase |
URL | URL di base dell'endpoint HTTP, ad esempio https://www.microsoft.com. Tipo: stringa (o Espressione con stringa resultType). | any (obbligatorio) |
nome utente | Nome utente per l'autenticazione Di base, Digest o Windows. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
HubspotLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Hubspot' (obbligatorio) |
typeProperties | Proprietà del servizio collegato del servizio Hubspot. | hubspotLinkedServiceTypeProperties (obbligatorio) |
HubspotLinkedServiceTypeProperties
ImpalaLinkedService
ImpalaLinkedServiceTypeProperties
IntegrationRuntimeReference
Nome | Descrizione | Valore |
---|---|---|
Parametri | Argomenti per il runtime di integrazione. | ParameterValueSpecification |
referenceName | Nome del runtime di integrazione di riferimento. | stringa (obbligatorio) |
digitare | Tipo di runtime di integrazione. | 'IntegrationRuntimeReference' (obbligatorio) |
JiraLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Jira' (obbligatorio) |
typeProperties | Proprietà del servizio collegato del servizio Jira. | JiraLinkedServiceTypeProperties (obbligatorio) |
JiraLinkedServiceTypeProperties
LinkedService
Nome | Descrizione | Valore |
---|---|---|
Annotazioni | Elenco di tag che possono essere usati per descrivere il set di dati. | any[] |
connectVia | Informazioni di riferimento sul runtime di integrazione. | IntegrationRuntimeReference |
descrizione | Descrizione del servizio collegato. | corda |
Parametri | Parametri per il servizio collegato. | ParameterDefinitionSpecification |
digitare | Impostare su "AmazonMWS" per il tipo AmazonMWSLinkedService. Impostare su 'AmazonRedshift' per il tipo AmazonRedshiftLinkedService. Impostare su "AmazonS3" per il tipo AmazonS3LinkedService. Impostare su "AzureBatch" per il tipo AzureBatchLinkedService. Impostare su "AzureDataLakeAnalytics" per il tipo AzureDataLakeAnalyticsLinkedService. Impostare su "AzureDataLakeStore" per il tipo AzureDataLakeStoreLinkedService. Impostare su "AzureDatabricks" per il tipo AzureDatabricksLinkedService. Impostare su "AzureKeyVault" per il tipo AzureKeyVaultLinkedService. Impostare su "AzureML" per il tipo AzureMLLinkedService. Impostare su "AzureMySql" per il tipo AzureMySqlLinkedService. Impostare su "AzurePostgreSql" per il tipo AzurePostgreSqlLinkedService. Impostare su "AzureSearch" per il tipo AzureSearchLinkedService. Impostare su "AzureSqlDW" per il tipo AzureSqlDWLinkedService. Impostare su "AzureSqlDatabase" per il tipo AzureSqlDatabaseLinkedService. Impostare su "AzureStorage" per il tipo AzureStorageLinkedService. Impostare su 'Cassandra' per il tipo CassandraLinkedService. Impostare su "Concur" per il tipo ConcurLinkedService. Impostare su "CosmosDb" per il tipo CosmosDbLinkedService. Impostare su 'Couchbase' per il tipo CouchbaseLinkedService. Impostare su 'CustomDataSource' per il tipo CustomDataSourceLinkedService. Impostare su "Db2" per il tipo Db2LinkedService. Impostare su 'Drill' per il tipo DrillLinkedService. Impostare su "Dynamics" per il tipo DynamicsLinkedService. Impostare su "Eloqua" per il tipo EloquaLinkedService. Impostare su 'FileServer' per il tipo FileServerLinkedService. Impostare su "FtpServer" per il tipo FtpServerLinkedService. Impostare su "GoogleBigQuery" per il tipo GoogleBigQueryLinkedService. Impostare su "Greenplum" per il tipo GreenplumLinkedService. Impostare su "HBase" per il tipo HBaseLinkedService. Impostare su "HDInsight" per il tipo HDInsightLinkedService. Impostare su "HDInsightOnDemand" per il tipo HDInsightOnDemandLinkedService. Impostare su "Hdfs" per il tipo HdfsLinkedService. Impostare su "Hive" per il tipo HiveLinkedService. Impostare su "HttpServer" per il tipo HttpLinkedService. Impostare su "Hubspot" per il tipo HubspotLinkedService. Impostare su "Impala" per il tipo ImpalaLinkedService. Impostare su "Jira" per il tipo JiraLinkedService. Impostare su 'Scalabilità' per il tipo |
'AmazonMWS' 'AmazonRedshift' 'AmazonS3' 'AzureBatch' 'AzureDatabricks' 'AzureDataLakeAnalytics' 'AzureDataLakeStore' 'AzureKeyVault' 'AzureML' 'AzureMySql' 'AzurePostgreSql' 'AzureSearch' 'AzureSqlDatabase' 'AzureSqlDW' 'AzureStorage' 'Cassandra' 'Concur' 'CosmosDb' 'Couchbase' 'CustomDataSource' 'Db2' 'Drill' 'Dynamics' 'Eloqua' 'FileServer' 'FtpServer' 'GoogleBigQuery' 'Greenplum' 'HBase' 'Hdfs' 'HDInsight' 'HDInsightOnDemand' 'Hive' 'HttpServer' 'Hubspot' 'Impala' 'Jira' 'Magento' 'MariaDB' 'Marketo' 'MongoDb' 'MySql' 'Netezza' 'OData' 'Odbc' 'Oracle' 'PayPal' 'Phoenix' 'PostgreSql' 'Presto' 'QuickBooks' 'Responsys' 'Salesforce' 'SalesforceMarketingCloud' 'SapBW' 'SapCloudForCustomer' 'SapEcc' 'SapHana' 'ServiceNow' 'Sftp' 'Shopify' 'Spark' 'SqlServer' 'Square' 'Sybase' 'Teradata' 'Vertica' 'Web' 'Xero' 'Zoho' (obbligatorio) |
LinkedServiceReference
Nome | Descrizione | Valore |
---|---|---|
Parametri | Argomenti per LinkedService. | ParameterValueSpecification |
referenceName | Fare riferimento al nome LinkedService. | stringa (obbligatorio) |
digitare | Tipo di riferimento del servizio collegato. | 'LinkedServiceReference' (obbligatorio) |
LinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Language' (obbligatorio) |
typeProperties | Proprietà del servizio collegato al server DiTalk. |
Proprietà DiLinkedServiceType
MariaDBLinkedService
MariaDBLinkedServiceTypeProperties
Nome | Descrizione | Valore |
---|---|---|
connectionString | Stringa di connessione ODBC. Tipo: string, SecureString o AzureKeyVaultSecretReference. | qualunque |
encryptedCredential | Credenziali crittografate usate per l'autenticazione. Le credenziali vengono crittografate usando gestione credenziali del runtime di integrazione. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
MarketoLinkedService
MarketoLinkedServiceTypeProperties
Microsoft.DataFactory/factory/linkedservices
Nome | Descrizione | Valore |
---|---|---|
nome | Nome della risorsa | corda Vincoli: Lunghezza minima = 1 Lunghezza massima = 260 Pattern = ^[A-Za-z0-9_][^<>*#.%&:\\+?/]*$ (obbligatorio) |
genitore | In Bicep è possibile specificare la risorsa padre per una risorsa figlio. È necessario aggiungere questa proprietà solo quando la risorsa figlio viene dichiarata all'esterno della risorsa padre. Per altre informazioni, vedere risorsa figlio all'esterno della risorsa padre. |
Nome simbolico per la risorsa di tipo: factory |
proprietà | Proprietà del servizio collegato. | LinkedService (obbligatorio) |
MongoDbLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'MongoDb' (obbligatorio) |
typeProperties | Proprietà del servizio collegato MongoDB. | MongoDbLinkedServiceTypeProperties (obbligatorio) |
MongoDbLinkedServiceTypeProperties
MySqlLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'MySql' (obbligatorio) |
typeProperties | Proprietà del servizio collegato MySQL. | MySqlLinkedServiceTypeProperties (obbligatorio) |
MySqlLinkedServiceTypeProperties
NetezzaLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Netezza' (obbligatorio) |
typeProperties | Proprietà del servizio collegato Netezza. | NetezzaLinkedServiceTypeProperties (obbligatorio) |
NetezzaLinkedServiceTypeProperties
Nome | Descrizione | Valore |
---|---|---|
connectionString | Stringa di connessione ODBC. Tipo: string, SecureString o AzureKeyVaultSecretReference. | qualunque |
encryptedCredential | Credenziali crittografate usate per l'autenticazione. Le credenziali vengono crittografate usando gestione credenziali del runtime di integrazione. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
ODataLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'OData' (obbligatorio) |
typeProperties | Proprietà del servizio collegato OData. | ODataLinkedServiceTypeProperties (obbligatorio) |
ODataLinkedServiceTypeProperties
OdbcLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Odbc' (obbligatorio) |
typeProperties | Proprietà del servizio collegato ODBC. | OdbcLinkedServiceTypeProperties (obbligatorio) |
OdbcLinkedServiceTypeProperties
OracleLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Oracle' (obbligatorio) |
typeProperties | Proprietà del servizio collegato del database Oracle. | OracleLinkedServiceTypeProperties (obbligatorio) |
OracleLinkedServiceTypeProperties
Nome | Descrizione | Valore |
---|---|---|
connectionString | Stringa di connessione. Tipo: string, SecureString o AzureKeyVaultSecretReference. | any (obbligatorio) |
encryptedCredential | Credenziali crittografate usate per l'autenticazione. Le credenziali vengono crittografate usando gestione credenziali del runtime di integrazione. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
ParameterDefinitionSpecification
Nome | Descrizione | Valore |
---|
ParameterSpecification
Nome | Descrizione | Valore |
---|---|---|
defaultValue | Valore predefinito del parametro. | qualunque |
digitare | Tipo di parametro. | 'Array' 'Bool' 'Float' 'Int' 'Object' 'SecureString' 'String' (obbligatorio) |
ParameterValueSpecification
Nome | Descrizione | Valore |
---|
ParameterValueSpecification
Nome | Descrizione | Valore |
---|
StackLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'PayPal' (obbligatorio) |
typeProperties | PayPal proprietà del servizio collegato al servizio. |
TypeLinkedServiceTypeProperties
PhoenixLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Phoenix' (obbligatorio) |
typeProperties | Proprietà del servizio collegato del server Phoenix. | PhoenixLinkedServiceTypeProperties (obbligatorio) |
PhoenixLinkedServiceTypeProperties
PostgreSqlLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'PostgreSql' (obbligatorio) |
typeProperties | Proprietà del servizio collegato PostgreSQL. | PostgreSqlLinkedServiceTypeProperties (obbligatorio) |
PostgreSqlLinkedServiceTypeProperties
PrestoLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Presto' (obbligatorio) |
typeProperties | Proprietà del servizio collegato presto server. | PrestoLinkedServiceTypeProperties (obbligatorio) |
PrestoLinkedServiceTypeProperties
QuickBooksLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'QuickBooks' (obbligatorio) |
typeProperties | Proprietà del servizio collegato del server QuickBooks. | QuickBooksLinkedServiceTypeProperties (obbligatorio) |
QuickBooksLinkedServiceTypeProperties
ResponsysLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Responsys' (obbligatorio) |
typeProperties | Proprietà del servizio collegato Responsys. | ResponsysLinkedServiceTypeProperties (obbligatorio) |
ResponsysLinkedServiceTypeProperties
SalesforceLinkedService
SalesforceLinkedServiceTypeProperties
SalesforceMarketingCloudLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'SalesforceMarketingCloud' (obbligatorio) |
typeProperties | Proprietà del servizio collegato Salesforce Marketing Cloud. | SalesforceMarketingCloudLinkedServiceTypeProperties (obbligatorio) |
SalesforceMarketingCloudLinkedServiceTypeProperties
SapBWLinkedService
SapBWLinkedServiceTypeProperties
SapCloudForCustomerLinkedService
SapCloudForCustomerLinkedServiceTypeProperties
SapEccLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'SapEcc' (obbligatorio) |
typeProperties | Proprietà del servizio collegato SAP ECC. | SapEccLinkedServiceTypeProperties (obbligatorio) |
SapEccLinkedServiceTypeProperties
SapHanaLinkedService
SapHanaLinkedServiceProperties
SecretBase
Nome | Descrizione | Valore |
---|---|---|
digitare | Impostare su "AzureKeyVaultSecret" per il tipo AzureKeyVaultSecretReference. Impostare su 'SecureString' per il tipo SecureString. | 'AzureKeyVaultSecret' 'SecureString' (obbligatorio) |
SecureString
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo del segreto. | 'SecureString' (obbligatorio) |
valore | Valore della stringa protetta. | stringa (obbligatorio) |
ServiceNowLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'ServiceNow' (obbligatorio) |
typeProperties | Proprietà del servizio collegato del server ServiceNow. | ServiceNowLinkedServiceTypeProperties (obbligatorio) |
ServiceNowLinkedServiceTypeProperties
SftpServerLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Sftp' (obbligatorio) |
typeProperties | Proprietà specifiche di questo tipo di servizio collegato. | SftpServerLinkedServiceTypeProperties (obbligatorio) |
SftpServerLinkedServiceTypeProperties
ShopifyLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Shopify' (obbligatorio) |
typeProperties | Proprietà del servizio collegato Shopify Service. | ShopifyLinkedServiceTypeProperties (obbligatorio) |
ShopifyLinkedServiceTypeProperties
SparkLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Spark' (obbligatorio) |
typeProperties | Proprietà del servizio collegato di Spark Server. | SparkLinkedServiceTypeProperties (obbligatorio) |
SparkLinkedServiceTypeProperties
SqlServerLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'SqlServer' (obbligatorio) |
typeProperties | Proprietà del servizio collegato di SQL Server. | SqlServerLinkedServiceTypeProperties (obbligatorio) |
SqlServerLinkedServiceTypeProperties
SquareLinkedService
SquareLinkedServiceTypeProperties
SybaseLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Sybase' (obbligatorio) |
typeProperties | Proprietà del servizio collegato Sybase. | SybaseLinkedServiceTypeProperties (obbligatorio) |
SybaseLinkedServiceTypeProperties
TeradataLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Teradata' (obbligatorio) |
typeProperties | Proprietà del servizio collegato Teradata. | TeradataLinkedServiceTypeProperties (obbligatorio) |
TeradataLinkedServiceTypeProperties
VerticaLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Vertica' (obbligatorio) |
typeProperties | Proprietà del servizio collegato Vertica. | VerticaLinkedServiceTypeProperties (obbligatorio) |
VerticaLinkedServiceTypeProperties
Nome | Descrizione | Valore |
---|---|---|
connectionString | Stringa di connessione ODBC. Tipo: string, SecureString o AzureKeyVaultSecretReference. | qualunque |
encryptedCredential | Credenziali crittografate usate per l'autenticazione. Le credenziali vengono crittografate usando gestione credenziali del runtime di integrazione. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
WebAnonymousAuthentication
Nome | Descrizione | Valore |
---|---|---|
authenticationType | Tipo di autenticazione utilizzata per connettersi all'origine della tabella Web. | 'Anonymous' (obbligatorio) |
WebBasicAuthentication
WebClientCertificateAuthentication
WebLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Web' (obbligatorio) |
typeProperties | Proprietà del servizio collegato Web. | WebLinkedServiceTypeProperties (obbligatorio) |
WebLinkedServiceTypeProperties
Nome | Descrizione | Valore |
---|---|---|
authenticationType | Impostare su "Anonimo" per il tipo WebAnonymousAuthentication. Impostare su 'Basic' per il tipo WebBasicAuthentication. Impostare su 'ClientCertificate' per il tipo WebClientCertificateAuthentication. | 'Anonimo' 'Basic' 'ClientCertificate' (obbligatorio) |
URL | URL dell'endpoint del servizio Web, ad esempio https://www.microsoft.com . Tipo: stringa (o Espressione con stringa resultType). | any (obbligatorio) |
XeroLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Xero' (obbligatorio) |
typeProperties | Proprietà del servizio collegato del servizio Xero. | XeroLinkedServiceTypeProperties (obbligatorio) |
XeroLinkedServiceTypeProperties
ZohoLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Zoho' (obbligatorio) |
typeProperties | Proprietà del servizio collegato del server Zoho. | ZohoLinkedServiceTypeProperties (obbligatorio) |
ZohoLinkedServiceTypeProperties
Esempi di utilizzo
Esempi di avvio rapido di Azure
I modelli di avvio rapido di Azure seguenti contengono esempi Bicep per la distribuzione di questo tipo di risorsa.
Bicep File | Descrizione |
---|---|
Creare una data factory V2 | Questo modello crea una data factory V2 che copia i dati da una cartella in un archivio BLOB di Azure in un'altra cartella nell'archiviazione. |
Distribuire Sports Analytics nell'architettura di Azure | Crea un account di archiviazione di Azure con ADLS Gen 2 abilitato, un'istanza di Azure Data Factory con servizi collegati per l'account di archiviazione (un database SQL di Azure se distribuito) e un'istanza di Azure Databricks. All'identità di AAD per l'utente che distribuisce il modello e all'identità gestita per l'istanza di Azure Data Factory verrà concesso il ruolo Collaboratore ai dati del BLOB di archiviazione nell'account di archiviazione. Sono disponibili anche opzioni per distribuire un'istanza di Azure Key Vault, un database SQL di Azure e un hub eventi di Azure (per i casi d'uso di streaming). Quando viene distribuito un insieme di credenziali delle chiavi di Azure, all'identità gestita della data factory e all'identità di AAD per l'utente che distribuisce il modello verrà concesso il ruolo utente Segreti dell'insieme di credenziali delle chiavi. |
Altro è possibile con Azure Data Factory- Fare clic per provare Azure Data Factory | Questo modello crea una pipeline di data factory per un'attività di copia da BLOB di Azure in un altro BLOB di Azure |
Definizione di risorsa del modello di Resource Manager
Il tipo di risorsa factory/linkedservices può essere distribuito con operazioni destinate a:
Per un elenco delle proprietà modificate in ogni versione dell'API, vedere log delle modifiche.
Formato risorsa
Per creare una risorsa Microsoft.DataFactory/factory/linkedservices, aggiungere il codice JSON seguente al modello.
{
"type": "Microsoft.DataFactory/factories/linkedservices",
"apiVersion": "2017-09-01-preview",
"name": "string",
"properties": {
"annotations": [ {} ],
"connectVia": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"description": "string",
"parameters": {
"{customized property}": {
"defaultValue": {},
"type": "string"
}
},
"type": "string"
// For remaining properties, see LinkedService objects
}
}
Oggetti SecretBase
Impostare la proprietà tipo di
Per AzureKeyVaultSecret, usare:
{
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"type": "AzureKeyVaultSecret"
}
Per SecureString, usare:
{
"type": "SecureString",
"value": "string"
}
Oggetti LinkedService
Impostare la proprietà tipo di
Per AmazonMWS, usare:
{
"type": "AmazonMWS",
"typeProperties": {
"accessKeyId": {},
"encryptedCredential": {},
"endpoint": {},
"marketplaceID": {},
"mwsAuthToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"secretKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"sellerID": {},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {}
}
}
Per AmazonRedshift, usare:
{
"type": "AmazonRedshift",
"typeProperties": {
"database": {},
"encryptedCredential": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"server": {},
"username": {}
}
}
Per AmazonS3, usare:
{
"type": "AmazonS3",
"typeProperties": {
"accessKeyId": {},
"encryptedCredential": {},
"secretAccessKey": {
"type": "string"
// For remaining properties, see SecretBase objects
}
}
}
Per AzureBatch, usare:
{
"type": "AzureBatch",
"typeProperties": {
"accessKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"accountName": {},
"batchUri": {},
"encryptedCredential": {},
"linkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"poolName": {}
}
}
Per AzureDataLakeAnalytics, usare:
{
"type": "AzureDataLakeAnalytics",
"typeProperties": {
"accountName": {},
"dataLakeAnalyticsUri": {},
"encryptedCredential": {},
"resourceGroupName": {},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"subscriptionId": {},
"tenant": {}
}
}
Per AzureDataLakeStore, usare:
{
"type": "AzureDataLakeStore",
"typeProperties": {
"accountName": {},
"dataLakeStoreUri": {},
"encryptedCredential": {},
"resourceGroupName": {},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"subscriptionId": {},
"tenant": {}
}
}
Per AzureDatabricks, usare:
{
"type": "AzureDatabricks",
"typeProperties": {
"accessToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"domain": {},
"encryptedCredential": {},
"existingClusterId": {},
"newClusterNodeType": {},
"newClusterNumOfWorker": {},
"newClusterSparkConf": {
"{customized property}": {}
},
"newClusterVersion": {}
}
}
Per AzureKeyVault, usare:
{
"type": "AzureKeyVault",
"typeProperties": {
"baseUrl": {}
}
}
Per AzureMLusare:
{
"type": "AzureML",
"typeProperties": {
"apiKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": {},
"mlEndpoint": {},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"tenant": {},
"updateResourceEndpoint": {}
}
}
Per AzureMySql, usare:
{
"type": "AzureMySql",
"typeProperties": {
"connectionString": {},
"encryptedCredential": {}
}
}
Per AzurePostgreSql, usare:
{
"type": "AzurePostgreSql",
"typeProperties": {
"connectionString": {},
"encryptedCredential": {}
}
}
Per AzureSearch, usare:
{
"type": "AzureSearch",
"typeProperties": {
"encryptedCredential": {},
"key": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"url": {}
}
}
Per AzureSqlDW, usare:
{
"type": "AzureSqlDW",
"typeProperties": {
"connectionString": {},
"encryptedCredential": {},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"tenant": {}
}
}
Per AzureSqlDatabase, usare:
{
"type": "AzureSqlDatabase",
"typeProperties": {
"connectionString": {},
"encryptedCredential": {},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"tenant": {}
}
}
Per AzureStorageusare:
{
"type": "AzureStorage",
"typeProperties": {
"connectionString": {},
"encryptedCredential": {},
"sasUri": {
"type": "string"
// For remaining properties, see SecretBase objects
}
}
}
Per Cassandra, usare:
{
"type": "Cassandra",
"typeProperties": {
"authenticationType": {},
"encryptedCredential": {},
"host": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"username": {}
}
}
Per concur, usare:
{
"type": "Concur",
"typeProperties": {
"clientId": {},
"encryptedCredential": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {},
"username": {}
}
}
Per CosmosDb, usare:
{
"type": "CosmosDb",
"typeProperties": {
"connectionString": {},
"encryptedCredential": {}
}
}
Per Couchbase, usare:
{
"type": "Couchbase",
"typeProperties": {
"connectionString": {},
"encryptedCredential": {}
}
}
Per CustomDataSource, usare:
{
"type": "CustomDataSource",
"typeProperties": {}
}
Per Db2, usare:
{
"type": "Db2",
"typeProperties": {
"authenticationType": "string",
"database": {},
"encryptedCredential": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"server": {},
"username": {}
}
}
Per Drill, usare:
{
"type": "Drill",
"typeProperties": {
"connectionString": {},
"encryptedCredential": {}
}
}
Per Dynamics, usare:
{
"type": "Dynamics",
"typeProperties": {
"authenticationType": "string",
"deploymentType": "string",
"encryptedCredential": {},
"hostName": {},
"organizationName": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"serviceUri": {},
"username": {}
}
}
Per Eloqua, usare:
{
"type": "Eloqua",
"typeProperties": {
"encryptedCredential": {},
"endpoint": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {},
"username": {}
}
}
Per FileServer, usare:
{
"type": "FileServer",
"typeProperties": {
"encryptedCredential": {},
"host": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"userId": {}
}
}
Per FtpServer, usare:
{
"type": "FtpServer",
"typeProperties": {
"authenticationType": "string",
"enableServerCertificateValidation": {},
"enableSsl": {},
"encryptedCredential": {},
"host": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"userName": {}
}
}
Per GoogleBigQuery, usare:
{
"type": "GoogleBigQuery",
"typeProperties": {
"additionalProjects": {},
"authenticationType": "string",
"clientId": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"clientSecret": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"email": {},
"encryptedCredential": {},
"keyFilePath": {},
"project": {},
"refreshToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"requestGoogleDriveScope": {},
"trustedCertPath": {},
"useSystemTrustStore": {}
}
}
Per Greenplum, usare:
{
"type": "Greenplum",
"typeProperties": {
"connectionString": {},
"encryptedCredential": {}
}
}
Per HBase, usare:
{
"type": "HBase",
"typeProperties": {
"allowHostNameCNMismatch": {},
"allowSelfSignedServerCert": {},
"authenticationType": "string",
"enableSsl": {},
"encryptedCredential": {},
"host": {},
"httpPath": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"trustedCertPath": {},
"username": {}
}
}
Per HDInsight, usare:
{
"type": "HDInsight",
"typeProperties": {
"clusterUri": {},
"encryptedCredential": {},
"hcatalogLinkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"linkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"userName": {}
}
}
Per HDInsightOnDemand, usare:
{
"type": "HDInsightOnDemand",
"typeProperties": {
"additionalLinkedServiceNames": [
{
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
}
],
"clusterNamePrefix": {},
"clusterPassword": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"clusterResourceGroup": {},
"clusterSize": {},
"clusterSshPassword": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"clusterSshUserName": {},
"clusterType": {},
"clusterUserName": {},
"coreConfiguration": {},
"dataNodeSize": {},
"encryptedCredential": {},
"hBaseConfiguration": {},
"hcatalogLinkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"hdfsConfiguration": {},
"headNodeSize": {},
"hiveConfiguration": {},
"hostSubscriptionId": {},
"linkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"mapReduceConfiguration": {},
"oozieConfiguration": {},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"sparkVersion": {},
"stormConfiguration": {},
"tenant": {},
"timeToLive": {},
"version": {},
"yarnConfiguration": {},
"zookeeperNodeSize": {}
}
}
Per Hdfs, usare:
{
"type": "Hdfs",
"typeProperties": {
"authenticationType": {},
"encryptedCredential": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"url": {},
"userName": {}
}
}
Per Hive, usare:
{
"type": "Hive",
"typeProperties": {
"allowHostNameCNMismatch": {},
"allowSelfSignedServerCert": {},
"authenticationType": "string",
"enableSsl": {},
"encryptedCredential": {},
"host": {},
"httpPath": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"serverType": "string",
"serviceDiscoveryMode": {},
"thriftTransportProtocol": "string",
"trustedCertPath": {},
"useNativeQuery": {},
"username": {},
"useSystemTrustStore": {},
"zooKeeperNameSpace": {}
}
}
Per HttpServer, usare:
{
"type": "HttpServer",
"typeProperties": {
"authenticationType": "string",
"certThumbprint": {},
"embeddedCertData": {},
"enableServerCertificateValidation": {},
"encryptedCredential": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"url": {},
"userName": {}
}
}
Per Hubspot, usare:
{
"type": "Hubspot",
"typeProperties": {
"accessToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"clientId": {},
"clientSecret": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": {},
"refreshToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {}
}
}
Per Impala, usare:
{
"type": "Impala",
"typeProperties": {
"allowHostNameCNMismatch": {},
"allowSelfSignedServerCert": {},
"authenticationType": "string",
"enableSsl": {},
"encryptedCredential": {},
"host": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"trustedCertPath": {},
"username": {},
"useSystemTrustStore": {}
}
}
Per Jira, usare:
{
"type": "Jira",
"typeProperties": {
"encryptedCredential": {},
"host": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {},
"username": {}
}
}
Per
{
"type": "Magento",
"typeProperties": {
"accessToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": {},
"host": {},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {}
}
}
Per MariaDB, usare:
{
"type": "MariaDB",
"typeProperties": {
"connectionString": {},
"encryptedCredential": {}
}
}
Per Marketo, usare:
{
"type": "Marketo",
"typeProperties": {
"clientId": {},
"clientSecret": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": {},
"endpoint": {},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {}
}
}
Per MongoDb, usare:
{
"type": "MongoDb",
"typeProperties": {
"allowSelfSignedServerCert": {},
"authenticationType": "string",
"authSource": {},
"databaseName": {},
"enableSsl": {},
"encryptedCredential": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"server": {},
"username": {}
}
}
Per MySql, usare:
{
"type": "MySql",
"typeProperties": {
"connectionString": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": {}
}
}
Per Netezza, usare:
{
"type": "Netezza",
"typeProperties": {
"connectionString": {},
"encryptedCredential": {}
}
}
Per OData, usare:
{
"type": "OData",
"typeProperties": {
"authenticationType": "string",
"encryptedCredential": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"url": {},
"userName": {}
}
}
Per Odbc, usare:
{
"type": "Odbc",
"typeProperties": {
"authenticationType": {},
"connectionString": {},
"credential": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"userName": {}
}
}
Per Oracle, usare:
{
"type": "Oracle",
"typeProperties": {
"connectionString": {},
"encryptedCredential": {}
}
}
Per PayPal, usare:
{
"type": "Paypal",
"typeProperties": {
"clientId": {},
"clientSecret": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": {},
"host": {},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {}
}
}
Per Phoenix, usare:
{
"type": "Phoenix",
"typeProperties": {
"allowHostNameCNMismatch": {},
"allowSelfSignedServerCert": {},
"authenticationType": "string",
"enableSsl": {},
"encryptedCredential": {},
"host": {},
"httpPath": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"trustedCertPath": {},
"username": {},
"useSystemTrustStore": {}
}
}
Per PostgreSql, usare:
{
"type": "PostgreSql",
"typeProperties": {
"connectionString": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": {}
}
}
Per Presto, usare:
{
"type": "Presto",
"typeProperties": {
"allowHostNameCNMismatch": {},
"allowSelfSignedServerCert": {},
"authenticationType": "string",
"catalog": {},
"enableSsl": {},
"encryptedCredential": {},
"host": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"serverVersion": {},
"timeZoneID": {},
"trustedCertPath": {},
"username": {},
"useSystemTrustStore": {}
}
}
Per QuickBooks, usare:
{
"type": "QuickBooks",
"typeProperties": {
"accessToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"accessTokenSecret": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"companyId": {},
"consumerKey": {},
"consumerSecret": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": {},
"endpoint": {},
"useEncryptedEndpoints": {}
}
}
Per Responsys, usare:
{
"type": "Responsys",
"typeProperties": {
"clientId": {},
"clientSecret": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": {},
"endpoint": {},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {}
}
}
Per Salesforce, usare:
{
"type": "Salesforce",
"typeProperties": {
"encryptedCredential": {},
"environmentUrl": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"securityToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"username": {}
}
}
Per SalesforceMarketingCloud, usare:
{
"type": "SalesforceMarketingCloud",
"typeProperties": {
"clientId": {},
"clientSecret": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": {},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {}
}
}
Per SapBW, usare:
{
"type": "SapBW",
"typeProperties": {
"clientId": {},
"encryptedCredential": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"server": {},
"systemNumber": {},
"userName": {}
}
}
Per SapCloudForCustomer, usare:
{
"type": "SapCloudForCustomer",
"typeProperties": {
"encryptedCredential": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"url": {},
"username": {}
}
}
Per SapEcc, usare:
{
"type": "SapEcc",
"typeProperties": {
"encryptedCredential": "string",
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"url": "string",
"username": "string"
}
}
Per SapHana, usare:
{
"type": "SapHana",
"typeProperties": {
"authenticationType": "string",
"encryptedCredential": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"server": {},
"userName": {}
}
}
Per ServiceNow, usare:
{
"type": "ServiceNow",
"typeProperties": {
"authenticationType": "string",
"clientId": {},
"clientSecret": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": {},
"endpoint": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {},
"username": {}
}
}
Per Sftp, usare:
{
"type": "Sftp",
"typeProperties": {
"authenticationType": "string",
"encryptedCredential": {},
"host": {},
"hostKeyFingerprint": {},
"passPhrase": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"privateKeyContent": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"privateKeyPath": {},
"skipHostKeyValidation": {},
"userName": {}
}
}
Per Shopify, usare:
{
"type": "Shopify",
"typeProperties": {
"accessToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": {},
"host": {},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {}
}
}
Per Spark, usare:
{
"type": "Spark",
"typeProperties": {
"allowHostNameCNMismatch": {},
"allowSelfSignedServerCert": {},
"authenticationType": "string",
"enableSsl": {},
"encryptedCredential": {},
"host": {},
"httpPath": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"serverType": "string",
"thriftTransportProtocol": "string",
"trustedCertPath": {},
"username": {},
"useSystemTrustStore": {}
}
}
Per SqlServer, usare:
{
"type": "SqlServer",
"typeProperties": {
"connectionString": {},
"encryptedCredential": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"userName": {}
}
}
Per Square, usare:
{
"type": "Square",
"typeProperties": {
"clientId": {},
"clientSecret": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": {},
"host": {},
"redirectUri": {},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {}
}
}
Per Sybase, usare:
{
"type": "Sybase",
"typeProperties": {
"authenticationType": "string",
"database": {},
"encryptedCredential": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"schema": {},
"server": {},
"username": {}
}
}
Per Teradata, usare:
{
"type": "Teradata",
"typeProperties": {
"authenticationType": "string",
"encryptedCredential": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"server": {},
"username": {}
}
}
Per Vertica, usare:
{
"type": "Vertica",
"typeProperties": {
"connectionString": {},
"encryptedCredential": {}
}
}
Per Web, usare:
{
"type": "Web",
"typeProperties": {
"url": {},
"authenticationType": "string"
// For remaining properties, see WebLinkedServiceTypeProperties objects
}
}
Per Xero, usare:
{
"type": "Xero",
"typeProperties": {
"consumerKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": {},
"host": {},
"privateKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {}
}
}
Per Zoho, usare:
{
"type": "Zoho",
"typeProperties": {
"accessToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": {},
"endpoint": {},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {}
}
}
Oggetti WebLinkedServiceTypeProperties
Impostare la proprietà authenticationType
Per anonimo, usare:
{
"authenticationType": "Anonymous"
}
Per basic, usare:
{
"authenticationType": "Basic",
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"username": {}
}
Per ClientCertificate, usare:
{
"authenticationType": "ClientCertificate",
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"pfx": {
"type": "string"
// For remaining properties, see SecretBase objects
}
}
Valori delle proprietà
AmazonMWSLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'AmazonMWS' (obbligatorio) |
typeProperties | Proprietà del servizio collegato amazon Marketplace Web Service. | AmazonMWSLinkedServiceTypeProperties (obbligatorio) |
AmazonMWSLinkedServiceTypeProperties
AmazonRedshiftLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'AmazonRedshift' (obbligatorio) |
typeProperties | Proprietà del servizio collegato Amazon Redshift. | AmazonRedshiftLinkedServiceTypeProperties (obbligatorio) |
AmazonRedshiftLinkedServiceTypeProperties
AmazonS3LinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'AmazonS3' (obbligatorio) |
typeProperties | Proprietà del servizio collegato Amazon S3. | AmazonS3LinkedServiceTypeProperties (obbligatorio) |
AmazonS3LinkedServiceTypeProperties
AzureBatchLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'AzureBatch' (obbligatorio) |
typeProperties | Proprietà del servizio collegato di Azure Batch. | azureBatchLinkedServiceTypeProperties (obbligatorio) |
AzureBatchLinkedServiceTypeProperties
AzureDatabricksLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'AzureDatabricks' (obbligatorio) |
typeProperties | Proprietà del servizio collegato di Azure Databricks. | azureDatabricksLinkedServiceTypeProperties (obbligatorio) |
AzureDatabricksLinkedServiceTypeProperties
Nome | Descrizione | Valore |
---|---|---|
accessToken | Token di accesso per l'API REST di Databricks. Fare riferimento a https://docs.azuredatabricks.net/api/latest/authentication.html. Tipo: stringa (o Espressione con stringa resultType). | SecretBase (obbligatorio) |
dominio | <REGION>.azuredatabricks.net, nome di dominio della distribuzione di Databricks. Tipo: stringa (o Espressione con stringa resultType). | any (obbligatorio) |
encryptedCredential | Credenziali crittografate usate per l'autenticazione. Le credenziali vengono crittografate usando gestione credenziali del runtime di integrazione. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
existingClusterId | ID di un cluster esistente che verrà usato per tutte le esecuzioni di questo processo. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
newClusterNodeType | Tipi di nodo del nuovo cluster. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
newClusterNumOfWorker | Numero di nodi di lavoro che il nuovo cluster deve avere. Una stringa formattata int32, ad esempio '1' indica che numOfWorker è 1 o '1:10' indica che la scalabilità automatica viene eseguita da 1 come min e 10 come max. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
newClusterSparkConf | un set di coppie chiave-valore di configurazione spark specificate dall'utente facoltative. | AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkConf |
newClusterVersion | Versione spark del nuovo cluster. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkConf
Nome | Descrizione | Valore |
---|
AzureDataLakeAnalyticsLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'AzureDataLakeAnalytics' (obbligatorio) |
typeProperties | Proprietà del servizio collegato di Azure Data Lake Analytics. | azureDataLakeAnalyticsLinkedServiceTypeProperties (obbligatorio) |
AzureDataLakeAnalyticsLinkedServiceTypeProperties
AzureDataLakeStoreLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'AzureDataLakeStore' (obbligatorio) |
typeProperties | Proprietà del servizio collegato di Azure Data Lake Store. | azureDataLakeStoreLinkedServiceTypeProperties (obbligatorio) |
AzureDataLakeStoreLinkedServiceTypeProperties
AzureKeyVaultLinkedService
AzureKeyVaultLinkedServiceTypeProperties
Nome | Descrizione | Valore |
---|---|---|
baseUrl | URL di base di Azure Key Vault. ad esempio https://myakv.vault.azure.net Tipo: stringa (o Espressione con stringa resultType). | any (obbligatorio) |
AzureKeyVaultSecretReference
AzureMLLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'AzureML' (obbligatorio) |
typeProperties | Proprietà del servizio web del servizio Web di Azure ML. | azureMLLinkedServiceTypeProperties (obbligatorio) |
AzureMLLinkedServiceTypeProperties
AzureMySqlLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'AzureMySql' (obbligatorio) |
typeProperties | Proprietà del servizio collegato del database MySQL di Azure. | AzureMySqlLinkedServiceTypeProperties (obbligatorio) |
AzureMySqlLinkedServiceTypeProperties
Nome | Descrizione | Valore |
---|---|---|
connectionString | Stringa di connessione. Tipo: string, SecureString o AzureKeyVaultSecretReference. | any (obbligatorio) |
encryptedCredential | Credenziali crittografate usate per l'autenticazione. Le credenziali vengono crittografate usando gestione credenziali del runtime di integrazione. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
AzurePostgreSqlLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'AzurePostgreSql' (obbligatorio) |
typeProperties | Proprietà del servizio collegato PostgreSQL di Azure. | azurePostgreSqlLinkedServiceTypeProperties (obbligatorio) |
AzurePostgreSqlLinkedServiceTypeProperties
Nome | Descrizione | Valore |
---|---|---|
connectionString | Stringa di connessione ODBC. Tipo: string, SecureString o AzureKeyVaultSecretReference. | qualunque |
encryptedCredential | Credenziali crittografate usate per l'autenticazione. Le credenziali vengono crittografate usando gestione credenziali del runtime di integrazione. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
AzureSearchLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'AzureSearch' (obbligatorio) |
typeProperties | Proprietà del servizio collegato servizio di Ricerca di Windows Azure. | AzureSearchLinkedServiceTypeProperties (obbligatorio) |
AzureSearchLinkedServiceTypeProperties
AzureSqlDatabaseLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'AzureSqlDatabase' (obbligatorio) |
typeProperties | Proprietà del servizio collegato del database SQL di Azure. | AzureSqlDatabaseLinkedServiceTypeProperties (obbligatorio) |
AzureSqlDatabaseLinkedServiceTypeProperties
AzureSqlDWLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'AzureSqlDW' (obbligatorio) |
typeProperties | Proprietà del servizio collegato di Azure SQL Data Warehouse. | AzureSqlDWLinkedServiceTypeProperties (obbligatorio) |
AzureSqlDWLinkedServiceTypeProperties
AzureStorageLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'AzureStorage' (obbligatorio) |
typeProperties | Proprietà del servizio collegato di Archiviazione di Azure. | azureStorageLinkedServiceTypeProperties (obbligatorio) |
AzureStorageLinkedServiceTypeProperties
CassandraLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Cassandra' (obbligatorio) |
typeProperties | Proprietà del servizio collegato Cassandra. | CassandraLinkedServiceTypeProperties (obbligatorio) |
CassandraLinkedServiceTypeProperties
ConcurLinkedService
ConcurLinkedServiceTypeProperties
CosmosDbLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'CosmosDb' (obbligatorio) |
typeProperties | Proprietà del servizio collegato cosmosDB. | CosmosDbLinkedServiceTypeProperties (obbligatorio) |
CosmosDbLinkedServiceTypeProperties
Nome | Descrizione | Valore |
---|---|---|
connectionString | Stringa di connessione. Tipo: string, SecureString o AzureKeyVaultSecretReference. | any (obbligatorio) |
encryptedCredential | Credenziali crittografate usate per l'autenticazione. Le credenziali vengono crittografate usando gestione credenziali del runtime di integrazione. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
CouchbaseLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Couchbase' (obbligatorio) |
typeProperties | Proprietà del servizio collegato del server Couchbase. | CouchbaseLinkedServiceTypeProperties (obbligatorio) |
CouchbaseLinkedServiceTypeProperties
Nome | Descrizione | Valore |
---|---|---|
connectionString | Stringa di connessione ODBC. Tipo: string, SecureString o AzureKeyVaultSecretReference. | qualunque |
encryptedCredential | Credenziali crittografate usate per l'autenticazione. Le credenziali vengono crittografate usando gestione credenziali del runtime di integrazione. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
CustomDataSourceLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'CustomDataSource' (obbligatorio) |
typeProperties | Proprietà personalizzate del servizio collegato. | any (obbligatorio) |
Db2LinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Db2' (obbligatorio) |
typeProperties | Proprietà del servizio collegato DB2. | Db2LinkedServiceTypeProperties (obbligatorio) |
Db2LinkedServiceTypeProperties
DrillLinkedService
DrillLinkedServiceTypeProperties
Nome | Descrizione | Valore |
---|---|---|
connectionString | Stringa di connessione ODBC. Tipo: string, SecureString o AzureKeyVaultSecretReference. | qualunque |
encryptedCredential | Credenziali crittografate usate per l'autenticazione. Le credenziali vengono crittografate usando gestione credenziali del runtime di integrazione. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
DynamicsLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Dynamics' (obbligatorio) |
typeProperties | Proprietà del servizio collegato Dynamics. | DynamicsLinkedServiceTypeProperties (obbligatorio) |
DynamicsLinkedServiceTypeProperties
EloquaLinkedService
EloquaLinkedServiceTypeProperties
FileServerLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'FileServer' (obbligatorio) |
typeProperties | Proprietà del servizio collegato del file system. | FileServerLinkedServiceTypeProperties (obbligatorio) |
FileServerLinkedServiceTypeProperties
FtpServerLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'FtpServer' (obbligatorio) |
typeProperties | Proprietà specifiche di questo tipo di servizio collegato. | FtpServerLinkedServiceTypeProperties (obbligatorio) |
FtpServerLinkedServiceTypeProperties
GoogleBigQueryLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'GoogleBigQuery' (obbligatorio) |
typeProperties | Proprietà del servizio collegato del servizio Google BigQuery. | GoogleBigQueryLinkedServiceTypeProperties (obbligatorio) |
GoogleBigQueryLinkedServiceTypeProperties
GreenplumLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Greenplum' (obbligatorio) |
typeProperties | Proprietà del servizio collegato greenplum database. | GreenplumLinkedServiceTypeProperties (obbligatorio) |
GreenplumLinkedServiceTypeProperties
Nome | Descrizione | Valore |
---|---|---|
connectionString | Stringa di connessione ODBC. Tipo: string, SecureString o AzureKeyVaultSecretReference. | qualunque |
encryptedCredential | Credenziali crittografate usate per l'autenticazione. Le credenziali vengono crittografate usando gestione credenziali del runtime di integrazione. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
HBaseLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'HBase' (obbligatorio) |
typeProperties | Proprietà del servizio collegato del server HBase. | HBaseLinkedServiceTypeProperties (obbligatorio) |
HBaseLinkedServiceTypeProperties
HdfsLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Hdfs' (obbligatorio) |
typeProperties | Proprietà del servizio collegato HDFS. | HdfsLinkedServiceTypeProperties (obbligatorio) |
HdfsLinkedServiceTypeProperties
HDInsightLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'HDInsight' (obbligatorio) |
typeProperties | Proprietà del servizio collegato HDInsight. | HDInsightLinkedServiceTypeProperties (obbligatorio) |
HDInsightLinkedServiceTypeProperties
Nome | Descrizione | Valore |
---|---|---|
clusterUri | URI del cluster HDInsight. Tipo: stringa (o Espressione con stringa resultType). | any (obbligatorio) |
encryptedCredential | Credenziali crittografate usate per l'autenticazione. Le credenziali vengono crittografate usando gestione credenziali del runtime di integrazione. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
hcatalogLinkedServiceName | Riferimento al servizio collegato SQL di Azure che punta al database HCatalog. | LinkedServiceReference |
linkedServiceName | Informazioni di riferimento sul servizio collegato Archiviazione di Azure. | LinkedServiceReference |
parola d’ordine | Password del cluster HDInsight. | SecretBase |
nome utente | Nome utente del cluster HDInsight. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
HDInsightOnDemandLinkedService
HdInsightOnDemandLinkedServiceTypeProperties
Nome | Descrizione | Valore |
---|---|---|
additionalLinkedServiceNames | Specifica account di archiviazione aggiuntivi per il servizio collegato HDInsight in modo che il servizio Data Factory possa registrarli per conto dell'utente. | LinkedServiceReference[] |
clusterNamePrefix | Il prefisso del nome del cluster, il prefisso sarà distinto con timestamp. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
clusterPassword | Password per accedere al cluster. | SecretBase |
clusterResourceGroup | Gruppo di risorse a cui appartiene il cluster. Tipo: stringa (o Espressione con stringa resultType). | any (obbligatorio) |
clusterSize | Numero di nodi di lavoro/dati nel cluster. Valore suggerimento: 4. Tipo: stringa (o Espressione con stringa resultType). | any (obbligatorio) |
clusterSshPassword | Password per connettersi in remoto al nodo del cluster (per Linux). | SecretBase |
clusterSshUserName | Il nome utente a SSH si connette in remoto al nodo del cluster (per Linux). Tipo: stringa (o Espressione con stringa resultType). | qualunque |
clusterType | Tipo di cluster. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
clusterUserName | Nome utente per accedere al cluster. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
coreConfiguration | Specifica i parametri di configurazione di base (come in core-site.xml) per il cluster HDInsight da creare. | qualunque |
dataNodeSize | Specifica le dimensioni del nodo dati per il cluster HDInsight. | qualunque |
encryptedCredential | Credenziali crittografate usate per l'autenticazione. Le credenziali vengono crittografate usando gestione credenziali del runtime di integrazione. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
hBaseConfiguration | Specifica i parametri di configurazione HBase (hbase-site.xml) per il cluster HDInsight. | qualunque |
hcatalogLinkedServiceName | Nome del servizio collegato SQL di Azure che punta al database HCatalog. Il cluster HDInsight su richiesta viene creato usando il database SQL di Azure come metastore. | LinkedServiceReference |
hdfsConfiguration | Specifica i parametri di configurazione HDFS (hdfs-site.xml) per il cluster HDInsight. | qualunque |
headNodeSize | Specifica le dimensioni del nodo head per il cluster HDInsight. | qualunque |
hiveConfiguration | Specifica i parametri di configurazione hive (hive-site.xml) per il cluster HDInsight. | qualunque |
hostSubscriptionId | Sottoscrizione del cliente per ospitare il cluster. Tipo: stringa (o Espressione con stringa resultType). | any (obbligatorio) |
linkedServiceName | Servizio collegato archiviazione di Azure da usare dal cluster su richiesta per l'archiviazione e l'elaborazione dei dati. | LinkedServiceReference (obbligatorio) |
mapReduceConfiguration | Specifica i parametri di configurazione MapReduce (mapred-site.xml) per il cluster HDInsight. | qualunque |
oozieConfiguration | Specifica i parametri di configurazione di Oozie (oozie-site.xml) per il cluster HDInsight. | qualunque |
servicePrincipalId | ID entità servizio per hostSubscriptionId. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
servicePrincipalKey | Chiave per l'ID entità servizio. | SecretBase |
sparkVersion | Versione di Spark se il tipo di cluster è "spark". Tipo: stringa (o Espressione con stringa resultType). | qualunque |
stormConfiguration | Specifica i parametri di configurazione storm (storm-site.xml) per il cluster HDInsight. | qualunque |
inquilino | ID tenant/nome a cui appartiene l'entità servizio. Tipo: stringa (o Espressione con stringa resultType). | any (obbligatorio) |
timeToLive | Tempo di inattività consentito per il cluster HDInsight su richiesta. Specifica per quanto tempo il cluster HDInsight su richiesta rimane attivo dopo il completamento di un'esecuzione di attività se non sono presenti altri processi attivi nel cluster. Il valore minimo è 5 minuti. Tipo: stringa (o Espressione con stringa resultType). | any (obbligatorio) |
Versione | Versione del cluster HDInsight. Tipo: stringa (o Espressione con stringa resultType). | any (obbligatorio) |
yarnConfiguration | Specifica i parametri di configurazione yarn (yarn-site.xml) per il cluster HDInsight. | qualunque |
zookeeperNodeSize | Specifica le dimensioni del nodo Zoo Keeper per il cluster HDInsight. | qualunque |
HiveLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Hive' (obbligatorio) |
typeProperties | Proprietà del servizio collegato Hive Server. | HiveLinkedServiceTypeProperties (obbligatorio) |
HiveLinkedServiceTypeProperties
HttpLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'HttpServer' (obbligatorio) |
typeProperties | Proprietà specifiche di questo tipo di servizio collegato. | HttpLinkedServiceTypeProperties (obbligatorio) |
HttpLinkedServiceTypeProperties
Nome | Descrizione | Valore |
---|---|---|
authenticationType | Tipo di autenticazione da usare per connettersi al server HTTP. | 'Anonimo' 'Basic' 'ClientCertificate' 'Digest' 'Windows' |
certThumbprint | Identificazione personale del certificato per l'autenticazione ClientCertificate. Valido solo per la copia locale. Per la copia locale con autenticazione ClientCertificate, è necessario specificare CertThumbprint o EmbeddedCertData/Password. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
embeddedCertData | Dati del certificato con codifica Base64 per l'autenticazione ClientCertificate. Per la copia locale con autenticazione ClientCertificate, è necessario specificare CertThumbprint o EmbeddedCertData/Password. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
enableServerCertificateValidation | Se true, convalidare il certificato SSL del server HTTPS. Il valore predefinito è true. Tipo: booleano (o espressione con valore booleano resultType). | qualunque |
encryptedCredential | Credenziali crittografate usate per l'autenticazione. Le credenziali vengono crittografate usando gestione credenziali del runtime di integrazione. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
parola d’ordine | Password per l'autenticazione Basic, Digest, Windows o ClientCertificate con l'autenticazione EmbeddedCertData. | SecretBase |
URL | URL di base dell'endpoint HTTP, ad esempio https://www.microsoft.com. Tipo: stringa (o Espressione con stringa resultType). | any (obbligatorio) |
nome utente | Nome utente per l'autenticazione Di base, Digest o Windows. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
HubspotLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Hubspot' (obbligatorio) |
typeProperties | Proprietà del servizio collegato del servizio Hubspot. | hubspotLinkedServiceTypeProperties (obbligatorio) |
HubspotLinkedServiceTypeProperties
ImpalaLinkedService
ImpalaLinkedServiceTypeProperties
IntegrationRuntimeReference
Nome | Descrizione | Valore |
---|---|---|
Parametri | Argomenti per il runtime di integrazione. | ParameterValueSpecification |
referenceName | Nome del runtime di integrazione di riferimento. | stringa (obbligatorio) |
digitare | Tipo di runtime di integrazione. | 'IntegrationRuntimeReference' (obbligatorio) |
JiraLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Jira' (obbligatorio) |
typeProperties | Proprietà del servizio collegato del servizio Jira. | JiraLinkedServiceTypeProperties (obbligatorio) |
JiraLinkedServiceTypeProperties
LinkedService
Nome | Descrizione | Valore |
---|---|---|
Annotazioni | Elenco di tag che possono essere usati per descrivere il set di dati. | any[] |
connectVia | Informazioni di riferimento sul runtime di integrazione. | IntegrationRuntimeReference |
descrizione | Descrizione del servizio collegato. | corda |
Parametri | Parametri per il servizio collegato. | ParameterDefinitionSpecification |
digitare | Impostare su "AmazonMWS" per il tipo AmazonMWSLinkedService. Impostare su 'AmazonRedshift' per il tipo AmazonRedshiftLinkedService. Impostare su "AmazonS3" per il tipo AmazonS3LinkedService. Impostare su "AzureBatch" per il tipo AzureBatchLinkedService. Impostare su "AzureDataLakeAnalytics" per il tipo AzureDataLakeAnalyticsLinkedService. Impostare su "AzureDataLakeStore" per il tipo AzureDataLakeStoreLinkedService. Impostare su "AzureDatabricks" per il tipo AzureDatabricksLinkedService. Impostare su "AzureKeyVault" per il tipo AzureKeyVaultLinkedService. Impostare su "AzureML" per il tipo AzureMLLinkedService. Impostare su "AzureMySql" per il tipo AzureMySqlLinkedService. Impostare su "AzurePostgreSql" per il tipo AzurePostgreSqlLinkedService. Impostare su "AzureSearch" per il tipo AzureSearchLinkedService. Impostare su "AzureSqlDW" per il tipo AzureSqlDWLinkedService. Impostare su "AzureSqlDatabase" per il tipo AzureSqlDatabaseLinkedService. Impostare su "AzureStorage" per il tipo AzureStorageLinkedService. Impostare su 'Cassandra' per il tipo CassandraLinkedService. Impostare su "Concur" per il tipo ConcurLinkedService. Impostare su "CosmosDb" per il tipo CosmosDbLinkedService. Impostare su 'Couchbase' per il tipo CouchbaseLinkedService. Impostare su 'CustomDataSource' per il tipo CustomDataSourceLinkedService. Impostare su "Db2" per il tipo Db2LinkedService. Impostare su 'Drill' per il tipo DrillLinkedService. Impostare su "Dynamics" per il tipo DynamicsLinkedService. Impostare su "Eloqua" per il tipo EloquaLinkedService. Impostare su 'FileServer' per il tipo FileServerLinkedService. Impostare su "FtpServer" per il tipo FtpServerLinkedService. Impostare su "GoogleBigQuery" per il tipo GoogleBigQueryLinkedService. Impostare su "Greenplum" per il tipo GreenplumLinkedService. Impostare su "HBase" per il tipo HBaseLinkedService. Impostare su "HDInsight" per il tipo HDInsightLinkedService. Impostare su "HDInsightOnDemand" per il tipo HDInsightOnDemandLinkedService. Impostare su "Hdfs" per il tipo HdfsLinkedService. Impostare su "Hive" per il tipo HiveLinkedService. Impostare su "HttpServer" per il tipo HttpLinkedService. Impostare su "Hubspot" per il tipo HubspotLinkedService. Impostare su "Impala" per il tipo ImpalaLinkedService. Impostare su "Jira" per il tipo JiraLinkedService. Impostare su 'Scalabilità' per il tipo |
'AmazonMWS' 'AmazonRedshift' 'AmazonS3' 'AzureBatch' 'AzureDatabricks' 'AzureDataLakeAnalytics' 'AzureDataLakeStore' 'AzureKeyVault' 'AzureML' 'AzureMySql' 'AzurePostgreSql' 'AzureSearch' 'AzureSqlDatabase' 'AzureSqlDW' 'AzureStorage' 'Cassandra' 'Concur' 'CosmosDb' 'Couchbase' 'CustomDataSource' 'Db2' 'Drill' 'Dynamics' 'Eloqua' 'FileServer' 'FtpServer' 'GoogleBigQuery' 'Greenplum' 'HBase' 'Hdfs' 'HDInsight' 'HDInsightOnDemand' 'Hive' 'HttpServer' 'Hubspot' 'Impala' 'Jira' 'Magento' 'MariaDB' 'Marketo' 'MongoDb' 'MySql' 'Netezza' 'OData' 'Odbc' 'Oracle' 'PayPal' 'Phoenix' 'PostgreSql' 'Presto' 'QuickBooks' 'Responsys' 'Salesforce' 'SalesforceMarketingCloud' 'SapBW' 'SapCloudForCustomer' 'SapEcc' 'SapHana' 'ServiceNow' 'Sftp' 'Shopify' 'Spark' 'SqlServer' 'Square' 'Sybase' 'Teradata' 'Vertica' 'Web' 'Xero' 'Zoho' (obbligatorio) |
LinkedServiceReference
Nome | Descrizione | Valore |
---|---|---|
Parametri | Argomenti per LinkedService. | ParameterValueSpecification |
referenceName | Fare riferimento al nome LinkedService. | stringa (obbligatorio) |
digitare | Tipo di riferimento del servizio collegato. | 'LinkedServiceReference' (obbligatorio) |
LinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Language' (obbligatorio) |
typeProperties | Proprietà del servizio collegato al server DiTalk. |
Proprietà DiLinkedServiceType
MariaDBLinkedService
MariaDBLinkedServiceTypeProperties
Nome | Descrizione | Valore |
---|---|---|
connectionString | Stringa di connessione ODBC. Tipo: string, SecureString o AzureKeyVaultSecretReference. | qualunque |
encryptedCredential | Credenziali crittografate usate per l'autenticazione. Le credenziali vengono crittografate usando gestione credenziali del runtime di integrazione. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
MarketoLinkedService
MarketoLinkedServiceTypeProperties
Microsoft.DataFactory/factory/linkedservices
MongoDbLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'MongoDb' (obbligatorio) |
typeProperties | Proprietà del servizio collegato MongoDB. | MongoDbLinkedServiceTypeProperties (obbligatorio) |
MongoDbLinkedServiceTypeProperties
MySqlLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'MySql' (obbligatorio) |
typeProperties | Proprietà del servizio collegato MySQL. | MySqlLinkedServiceTypeProperties (obbligatorio) |
MySqlLinkedServiceTypeProperties
NetezzaLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Netezza' (obbligatorio) |
typeProperties | Proprietà del servizio collegato Netezza. | NetezzaLinkedServiceTypeProperties (obbligatorio) |
NetezzaLinkedServiceTypeProperties
Nome | Descrizione | Valore |
---|---|---|
connectionString | Stringa di connessione ODBC. Tipo: string, SecureString o AzureKeyVaultSecretReference. | qualunque |
encryptedCredential | Credenziali crittografate usate per l'autenticazione. Le credenziali vengono crittografate usando gestione credenziali del runtime di integrazione. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
ODataLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'OData' (obbligatorio) |
typeProperties | Proprietà del servizio collegato OData. | ODataLinkedServiceTypeProperties (obbligatorio) |
ODataLinkedServiceTypeProperties
OdbcLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Odbc' (obbligatorio) |
typeProperties | Proprietà del servizio collegato ODBC. | OdbcLinkedServiceTypeProperties (obbligatorio) |
OdbcLinkedServiceTypeProperties
OracleLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Oracle' (obbligatorio) |
typeProperties | Proprietà del servizio collegato del database Oracle. | OracleLinkedServiceTypeProperties (obbligatorio) |
OracleLinkedServiceTypeProperties
Nome | Descrizione | Valore |
---|---|---|
connectionString | Stringa di connessione. Tipo: string, SecureString o AzureKeyVaultSecretReference. | any (obbligatorio) |
encryptedCredential | Credenziali crittografate usate per l'autenticazione. Le credenziali vengono crittografate usando gestione credenziali del runtime di integrazione. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
ParameterDefinitionSpecification
Nome | Descrizione | Valore |
---|
ParameterSpecification
Nome | Descrizione | Valore |
---|---|---|
defaultValue | Valore predefinito del parametro. | qualunque |
digitare | Tipo di parametro. | 'Array' 'Bool' 'Float' 'Int' 'Object' 'SecureString' 'String' (obbligatorio) |
ParameterValueSpecification
Nome | Descrizione | Valore |
---|
ParameterValueSpecification
Nome | Descrizione | Valore |
---|
StackLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'PayPal' (obbligatorio) |
typeProperties | PayPal proprietà del servizio collegato al servizio. |
TypeLinkedServiceTypeProperties
PhoenixLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Phoenix' (obbligatorio) |
typeProperties | Proprietà del servizio collegato del server Phoenix. | PhoenixLinkedServiceTypeProperties (obbligatorio) |
PhoenixLinkedServiceTypeProperties
PostgreSqlLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'PostgreSql' (obbligatorio) |
typeProperties | Proprietà del servizio collegato PostgreSQL. | PostgreSqlLinkedServiceTypeProperties (obbligatorio) |
PostgreSqlLinkedServiceTypeProperties
PrestoLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Presto' (obbligatorio) |
typeProperties | Proprietà del servizio collegato presto server. | PrestoLinkedServiceTypeProperties (obbligatorio) |
PrestoLinkedServiceTypeProperties
QuickBooksLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'QuickBooks' (obbligatorio) |
typeProperties | Proprietà del servizio collegato del server QuickBooks. | QuickBooksLinkedServiceTypeProperties (obbligatorio) |
QuickBooksLinkedServiceTypeProperties
ResponsysLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Responsys' (obbligatorio) |
typeProperties | Proprietà del servizio collegato Responsys. | ResponsysLinkedServiceTypeProperties (obbligatorio) |
ResponsysLinkedServiceTypeProperties
SalesforceLinkedService
SalesforceLinkedServiceTypeProperties
SalesforceMarketingCloudLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'SalesforceMarketingCloud' (obbligatorio) |
typeProperties | Proprietà del servizio collegato Salesforce Marketing Cloud. | SalesforceMarketingCloudLinkedServiceTypeProperties (obbligatorio) |
SalesforceMarketingCloudLinkedServiceTypeProperties
SapBWLinkedService
SapBWLinkedServiceTypeProperties
SapCloudForCustomerLinkedService
SapCloudForCustomerLinkedServiceTypeProperties
SapEccLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'SapEcc' (obbligatorio) |
typeProperties | Proprietà del servizio collegato SAP ECC. | SapEccLinkedServiceTypeProperties (obbligatorio) |
SapEccLinkedServiceTypeProperties
SapHanaLinkedService
SapHanaLinkedServiceProperties
SecretBase
Nome | Descrizione | Valore |
---|---|---|
digitare | Impostare su "AzureKeyVaultSecret" per il tipo AzureKeyVaultSecretReference. Impostare su 'SecureString' per il tipo SecureString. | 'AzureKeyVaultSecret' 'SecureString' (obbligatorio) |
SecureString
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo del segreto. | 'SecureString' (obbligatorio) |
valore | Valore della stringa protetta. | stringa (obbligatorio) |
ServiceNowLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'ServiceNow' (obbligatorio) |
typeProperties | Proprietà del servizio collegato del server ServiceNow. | ServiceNowLinkedServiceTypeProperties (obbligatorio) |
ServiceNowLinkedServiceTypeProperties
SftpServerLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Sftp' (obbligatorio) |
typeProperties | Proprietà specifiche di questo tipo di servizio collegato. | SftpServerLinkedServiceTypeProperties (obbligatorio) |
SftpServerLinkedServiceTypeProperties
ShopifyLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Shopify' (obbligatorio) |
typeProperties | Proprietà del servizio collegato Shopify Service. | ShopifyLinkedServiceTypeProperties (obbligatorio) |
ShopifyLinkedServiceTypeProperties
SparkLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Spark' (obbligatorio) |
typeProperties | Proprietà del servizio collegato di Spark Server. | SparkLinkedServiceTypeProperties (obbligatorio) |
SparkLinkedServiceTypeProperties
SqlServerLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'SqlServer' (obbligatorio) |
typeProperties | Proprietà del servizio collegato di SQL Server. | SqlServerLinkedServiceTypeProperties (obbligatorio) |
SqlServerLinkedServiceTypeProperties
SquareLinkedService
SquareLinkedServiceTypeProperties
SybaseLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Sybase' (obbligatorio) |
typeProperties | Proprietà del servizio collegato Sybase. | SybaseLinkedServiceTypeProperties (obbligatorio) |
SybaseLinkedServiceTypeProperties
TeradataLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Teradata' (obbligatorio) |
typeProperties | Proprietà del servizio collegato Teradata. | TeradataLinkedServiceTypeProperties (obbligatorio) |
TeradataLinkedServiceTypeProperties
VerticaLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Vertica' (obbligatorio) |
typeProperties | Proprietà del servizio collegato Vertica. | VerticaLinkedServiceTypeProperties (obbligatorio) |
VerticaLinkedServiceTypeProperties
Nome | Descrizione | Valore |
---|---|---|
connectionString | Stringa di connessione ODBC. Tipo: string, SecureString o AzureKeyVaultSecretReference. | qualunque |
encryptedCredential | Credenziali crittografate usate per l'autenticazione. Le credenziali vengono crittografate usando gestione credenziali del runtime di integrazione. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
WebAnonymousAuthentication
Nome | Descrizione | Valore |
---|---|---|
authenticationType | Tipo di autenticazione utilizzata per connettersi all'origine della tabella Web. | 'Anonymous' (obbligatorio) |
WebBasicAuthentication
WebClientCertificateAuthentication
WebLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Web' (obbligatorio) |
typeProperties | Proprietà del servizio collegato Web. | WebLinkedServiceTypeProperties (obbligatorio) |
WebLinkedServiceTypeProperties
Nome | Descrizione | Valore |
---|---|---|
authenticationType | Impostare su "Anonimo" per il tipo WebAnonymousAuthentication. Impostare su 'Basic' per il tipo WebBasicAuthentication. Impostare su 'ClientCertificate' per il tipo WebClientCertificateAuthentication. | 'Anonimo' 'Basic' 'ClientCertificate' (obbligatorio) |
URL | URL dell'endpoint del servizio Web, ad esempio https://www.microsoft.com . Tipo: stringa (o Espressione con stringa resultType). | any (obbligatorio) |
XeroLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Xero' (obbligatorio) |
typeProperties | Proprietà del servizio collegato del servizio Xero. | XeroLinkedServiceTypeProperties (obbligatorio) |
XeroLinkedServiceTypeProperties
ZohoLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Zoho' (obbligatorio) |
typeProperties | Proprietà del servizio collegato del server Zoho. | ZohoLinkedServiceTypeProperties (obbligatorio) |
ZohoLinkedServiceTypeProperties
Esempi di utilizzo
Modelli di avvio rapido di Azure
I modelli di avvio rapido di Azure seguenti distribuire questo tipo di risorsa.
Sagoma | Descrizione |
---|---|
Creare una data factory V2 |
Questo modello crea una data factory V2 che copia i dati da una cartella in un archivio BLOB di Azure in un'altra cartella nell'archiviazione. |
Distribuire Sports Analytics nell'architettura di Azure |
Crea un account di archiviazione di Azure con ADLS Gen 2 abilitato, un'istanza di Azure Data Factory con servizi collegati per l'account di archiviazione (un database SQL di Azure se distribuito) e un'istanza di Azure Databricks. All'identità di AAD per l'utente che distribuisce il modello e all'identità gestita per l'istanza di Azure Data Factory verrà concesso il ruolo Collaboratore ai dati del BLOB di archiviazione nell'account di archiviazione. Sono disponibili anche opzioni per distribuire un'istanza di Azure Key Vault, un database SQL di Azure e un hub eventi di Azure (per i casi d'uso di streaming). Quando viene distribuito un insieme di credenziali delle chiavi di Azure, all'identità gestita della data factory e all'identità di AAD per l'utente che distribuisce il modello verrà concesso il ruolo utente Segreti dell'insieme di credenziali delle chiavi. |
Altro è possibile con Azure Data Factory- Fare clic per provare Azure Data Factory |
Questo modello crea una pipeline di data factory per un'attività di copia da BLOB di Azure in un altro BLOB di Azure |
Definizione di risorsa Terraform (provider AzAPI)
Il tipo di risorsa factory/linkedservices può essere distribuito con operazioni destinate a:
- gruppi di risorse
Per un elenco delle proprietà modificate in ogni versione dell'API, vedere log delle modifiche.
Formato risorsa
Per creare una risorsa Microsoft.DataFactory/factory/linkedservices, aggiungere il codice Terraform seguente al modello.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.DataFactory/factories/linkedservices@2017-09-01-preview"
name = "string"
body = jsonencode({
properties = {
annotations = [
?
]
connectVia = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
description = "string"
parameters = {
{customized property} = {
defaultValue = ?
type = "string"
}
}
type = "string"
// For remaining properties, see LinkedService objects
}
})
}
Oggetti SecretBase
Impostare la proprietà tipo di
Per AzureKeyVaultSecret, usare:
{
secretName = ?
secretVersion = ?
store = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
type = "AzureKeyVaultSecret"
}
Per SecureString, usare:
{
type = "SecureString"
value = "string"
}
Oggetti LinkedService
Impostare la proprietà tipo di
Per AmazonMWS, usare:
{
type = "AmazonMWS"
typeProperties = {
accessKeyId = ?
encryptedCredential = ?
endpoint = ?
marketplaceID = ?
mwsAuthToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
secretKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
sellerID = ?
useEncryptedEndpoints = ?
useHostVerification = ?
usePeerVerification = ?
}
}
Per AmazonRedshift, usare:
{
type = "AmazonRedshift"
typeProperties = {
database = ?
encryptedCredential = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
port = ?
server = ?
username = ?
}
}
Per AmazonS3, usare:
{
type = "AmazonS3"
typeProperties = {
accessKeyId = ?
encryptedCredential = ?
secretAccessKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
}
Per AzureBatch, usare:
{
type = "AzureBatch"
typeProperties = {
accessKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
accountName = ?
batchUri = ?
encryptedCredential = ?
linkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
poolName = ?
}
}
Per AzureDataLakeAnalytics, usare:
{
type = "AzureDataLakeAnalytics"
typeProperties = {
accountName = ?
dataLakeAnalyticsUri = ?
encryptedCredential = ?
resourceGroupName = ?
servicePrincipalId = ?
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
subscriptionId = ?
tenant = ?
}
}
Per AzureDataLakeStore, usare:
{
type = "AzureDataLakeStore"
typeProperties = {
accountName = ?
dataLakeStoreUri = ?
encryptedCredential = ?
resourceGroupName = ?
servicePrincipalId = ?
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
subscriptionId = ?
tenant = ?
}
}
Per AzureDatabricks, usare:
{
type = "AzureDatabricks"
typeProperties = {
accessToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
domain = ?
encryptedCredential = ?
existingClusterId = ?
newClusterNodeType = ?
newClusterNumOfWorker = ?
newClusterSparkConf = {
{customized property} = ?
}
newClusterVersion = ?
}
}
Per AzureKeyVault, usare:
{
type = "AzureKeyVault"
typeProperties = {
baseUrl = ?
}
}
Per AzureMLusare:
{
type = "AzureML"
typeProperties = {
apiKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = ?
mlEndpoint = ?
servicePrincipalId = ?
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
tenant = ?
updateResourceEndpoint = ?
}
}
Per AzureMySql, usare:
{
type = "AzureMySql"
typeProperties = {
connectionString = ?
encryptedCredential = ?
}
}
Per AzurePostgreSql, usare:
{
type = "AzurePostgreSql"
typeProperties = {
connectionString = ?
encryptedCredential = ?
}
}
Per AzureSearch, usare:
{
type = "AzureSearch"
typeProperties = {
encryptedCredential = ?
key = {
type = "string"
// For remaining properties, see SecretBase objects
}
url = ?
}
}
Per AzureSqlDW, usare:
{
type = "AzureSqlDW"
typeProperties = {
connectionString = ?
encryptedCredential = ?
servicePrincipalId = ?
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
tenant = ?
}
}
Per AzureSqlDatabase, usare:
{
type = "AzureSqlDatabase"
typeProperties = {
connectionString = ?
encryptedCredential = ?
servicePrincipalId = ?
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
tenant = ?
}
}
Per AzureStorageusare:
{
type = "AzureStorage"
typeProperties = {
connectionString = ?
encryptedCredential = ?
sasUri = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
}
Per Cassandra, usare:
{
type = "Cassandra"
typeProperties = {
authenticationType = ?
encryptedCredential = ?
host = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
port = ?
username = ?
}
}
Per concur, usare:
{
type = "Concur"
typeProperties = {
clientId = ?
encryptedCredential = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
useEncryptedEndpoints = ?
useHostVerification = ?
usePeerVerification = ?
username = ?
}
}
Per CosmosDb, usare:
{
type = "CosmosDb"
typeProperties = {
connectionString = ?
encryptedCredential = ?
}
}
Per Couchbase, usare:
{
type = "Couchbase"
typeProperties = {
connectionString = ?
encryptedCredential = ?
}
}
Per CustomDataSource, usare:
{
type = "CustomDataSource"
typeProperties = ?
}
Per Db2, usare:
{
type = "Db2"
typeProperties = {
authenticationType = "string"
database = ?
encryptedCredential = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
server = ?
username = ?
}
}
Per Drill, usare:
{
type = "Drill"
typeProperties = {
connectionString = ?
encryptedCredential = ?
}
}
Per Dynamics, usare:
{
type = "Dynamics"
typeProperties = {
authenticationType = "string"
deploymentType = "string"
encryptedCredential = ?
hostName = ?
organizationName = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
port = ?
serviceUri = ?
username = ?
}
}
Per Eloqua, usare:
{
type = "Eloqua"
typeProperties = {
encryptedCredential = ?
endpoint = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
useEncryptedEndpoints = ?
useHostVerification = ?
usePeerVerification = ?
username = ?
}
}
Per FileServer, usare:
{
type = "FileServer"
typeProperties = {
encryptedCredential = ?
host = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
userId = ?
}
}
Per FtpServer, usare:
{
type = "FtpServer"
typeProperties = {
authenticationType = "string"
enableServerCertificateValidation = ?
enableSsl = ?
encryptedCredential = ?
host = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
port = ?
userName = ?
}
}
Per GoogleBigQuery, usare:
{
type = "GoogleBigQuery"
typeProperties = {
additionalProjects = ?
authenticationType = "string"
clientId = {
type = "string"
// For remaining properties, see SecretBase objects
}
clientSecret = {
type = "string"
// For remaining properties, see SecretBase objects
}
email = ?
encryptedCredential = ?
keyFilePath = ?
project = ?
refreshToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
requestGoogleDriveScope = ?
trustedCertPath = ?
useSystemTrustStore = ?
}
}
Per Greenplum, usare:
{
type = "Greenplum"
typeProperties = {
connectionString = ?
encryptedCredential = ?
}
}
Per HBase, usare:
{
type = "HBase"
typeProperties = {
allowHostNameCNMismatch = ?
allowSelfSignedServerCert = ?
authenticationType = "string"
enableSsl = ?
encryptedCredential = ?
host = ?
httpPath = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
port = ?
trustedCertPath = ?
username = ?
}
}
Per HDInsight, usare:
{
type = "HDInsight"
typeProperties = {
clusterUri = ?
encryptedCredential = ?
hcatalogLinkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
linkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
userName = ?
}
}
Per HDInsightOnDemand, usare:
{
type = "HDInsightOnDemand"
typeProperties = {
additionalLinkedServiceNames = [
{
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
]
clusterNamePrefix = ?
clusterPassword = {
type = "string"
// For remaining properties, see SecretBase objects
}
clusterResourceGroup = ?
clusterSize = ?
clusterSshPassword = {
type = "string"
// For remaining properties, see SecretBase objects
}
clusterSshUserName = ?
clusterType = ?
clusterUserName = ?
coreConfiguration = ?
dataNodeSize = ?
encryptedCredential = ?
hBaseConfiguration = ?
hcatalogLinkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
hdfsConfiguration = ?
headNodeSize = ?
hiveConfiguration = ?
hostSubscriptionId = ?
linkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
mapReduceConfiguration = ?
oozieConfiguration = ?
servicePrincipalId = ?
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
sparkVersion = ?
stormConfiguration = ?
tenant = ?
timeToLive = ?
version = ?
yarnConfiguration = ?
zookeeperNodeSize = ?
}
}
Per Hdfs, usare:
{
type = "Hdfs"
typeProperties = {
authenticationType = ?
encryptedCredential = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
url = ?
userName = ?
}
}
Per Hive, usare:
{
type = "Hive"
typeProperties = {
allowHostNameCNMismatch = ?
allowSelfSignedServerCert = ?
authenticationType = "string"
enableSsl = ?
encryptedCredential = ?
host = ?
httpPath = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
port = ?
serverType = "string"
serviceDiscoveryMode = ?
thriftTransportProtocol = "string"
trustedCertPath = ?
useNativeQuery = ?
username = ?
useSystemTrustStore = ?
zooKeeperNameSpace = ?
}
}
Per HttpServer, usare:
{
type = "HttpServer"
typeProperties = {
authenticationType = "string"
certThumbprint = ?
embeddedCertData = ?
enableServerCertificateValidation = ?
encryptedCredential = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
url = ?
userName = ?
}
}
Per Hubspot, usare:
{
type = "Hubspot"
typeProperties = {
accessToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
clientId = ?
clientSecret = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = ?
refreshToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
useEncryptedEndpoints = ?
useHostVerification = ?
usePeerVerification = ?
}
}
Per Impala, usare:
{
type = "Impala"
typeProperties = {
allowHostNameCNMismatch = ?
allowSelfSignedServerCert = ?
authenticationType = "string"
enableSsl = ?
encryptedCredential = ?
host = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
port = ?
trustedCertPath = ?
username = ?
useSystemTrustStore = ?
}
}
Per Jira, usare:
{
type = "Jira"
typeProperties = {
encryptedCredential = ?
host = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
port = ?
useEncryptedEndpoints = ?
useHostVerification = ?
usePeerVerification = ?
username = ?
}
}
Per
{
type = "Magento"
typeProperties = {
accessToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = ?
host = ?
useEncryptedEndpoints = ?
useHostVerification = ?
usePeerVerification = ?
}
}
Per MariaDB, usare:
{
type = "MariaDB"
typeProperties = {
connectionString = ?
encryptedCredential = ?
}
}
Per Marketo, usare:
{
type = "Marketo"
typeProperties = {
clientId = ?
clientSecret = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = ?
endpoint = ?
useEncryptedEndpoints = ?
useHostVerification = ?
usePeerVerification = ?
}
}
Per MongoDb, usare:
{
type = "MongoDb"
typeProperties = {
allowSelfSignedServerCert = ?
authenticationType = "string"
authSource = ?
databaseName = ?
enableSsl = ?
encryptedCredential = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
port = ?
server = ?
username = ?
}
}
Per MySql, usare:
{
type = "MySql"
typeProperties = {
connectionString = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = ?
}
}
Per Netezza, usare:
{
type = "Netezza"
typeProperties = {
connectionString = ?
encryptedCredential = ?
}
}
Per OData, usare:
{
type = "OData"
typeProperties = {
authenticationType = "string"
encryptedCredential = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
url = ?
userName = ?
}
}
Per Odbc, usare:
{
type = "Odbc"
typeProperties = {
authenticationType = ?
connectionString = ?
credential = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
userName = ?
}
}
Per Oracle, usare:
{
type = "Oracle"
typeProperties = {
connectionString = ?
encryptedCredential = ?
}
}
Per PayPal, usare:
{
type = "Paypal"
typeProperties = {
clientId = ?
clientSecret = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = ?
host = ?
useEncryptedEndpoints = ?
useHostVerification = ?
usePeerVerification = ?
}
}
Per Phoenix, usare:
{
type = "Phoenix"
typeProperties = {
allowHostNameCNMismatch = ?
allowSelfSignedServerCert = ?
authenticationType = "string"
enableSsl = ?
encryptedCredential = ?
host = ?
httpPath = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
port = ?
trustedCertPath = ?
username = ?
useSystemTrustStore = ?
}
}
Per PostgreSql, usare:
{
type = "PostgreSql"
typeProperties = {
connectionString = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = ?
}
}
Per Presto, usare:
{
type = "Presto"
typeProperties = {
allowHostNameCNMismatch = ?
allowSelfSignedServerCert = ?
authenticationType = "string"
catalog = ?
enableSsl = ?
encryptedCredential = ?
host = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
port = ?
serverVersion = ?
timeZoneID = ?
trustedCertPath = ?
username = ?
useSystemTrustStore = ?
}
}
Per QuickBooks, usare:
{
type = "QuickBooks"
typeProperties = {
accessToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
accessTokenSecret = {
type = "string"
// For remaining properties, see SecretBase objects
}
companyId = ?
consumerKey = ?
consumerSecret = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = ?
endpoint = ?
useEncryptedEndpoints = ?
}
}
Per Responsys, usare:
{
type = "Responsys"
typeProperties = {
clientId = ?
clientSecret = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = ?
endpoint = ?
useEncryptedEndpoints = ?
useHostVerification = ?
usePeerVerification = ?
}
}
Per Salesforce, usare:
{
type = "Salesforce"
typeProperties = {
encryptedCredential = ?
environmentUrl = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
securityToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
username = ?
}
}
Per SalesforceMarketingCloud, usare:
{
type = "SalesforceMarketingCloud"
typeProperties = {
clientId = ?
clientSecret = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = ?
useEncryptedEndpoints = ?
useHostVerification = ?
usePeerVerification = ?
}
}
Per SapBW, usare:
{
type = "SapBW"
typeProperties = {
clientId = ?
encryptedCredential = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
server = ?
systemNumber = ?
userName = ?
}
}
Per SapCloudForCustomer, usare:
{
type = "SapCloudForCustomer"
typeProperties = {
encryptedCredential = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
url = ?
username = ?
}
}
Per SapEcc, usare:
{
type = "SapEcc"
typeProperties = {
encryptedCredential = "string"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
url = "string"
username = "string"
}
}
Per SapHana, usare:
{
type = "SapHana"
typeProperties = {
authenticationType = "string"
encryptedCredential = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
server = ?
userName = ?
}
}
Per ServiceNow, usare:
{
type = "ServiceNow"
typeProperties = {
authenticationType = "string"
clientId = ?
clientSecret = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = ?
endpoint = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
useEncryptedEndpoints = ?
useHostVerification = ?
usePeerVerification = ?
username = ?
}
}
Per Sftp, usare:
{
type = "Sftp"
typeProperties = {
authenticationType = "string"
encryptedCredential = ?
host = ?
hostKeyFingerprint = ?
passPhrase = {
type = "string"
// For remaining properties, see SecretBase objects
}
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
port = ?
privateKeyContent = {
type = "string"
// For remaining properties, see SecretBase objects
}
privateKeyPath = ?
skipHostKeyValidation = ?
userName = ?
}
}
Per Shopify, usare:
{
type = "Shopify"
typeProperties = {
accessToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = ?
host = ?
useEncryptedEndpoints = ?
useHostVerification = ?
usePeerVerification = ?
}
}
Per Spark, usare:
{
type = "Spark"
typeProperties = {
allowHostNameCNMismatch = ?
allowSelfSignedServerCert = ?
authenticationType = "string"
enableSsl = ?
encryptedCredential = ?
host = ?
httpPath = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
port = ?
serverType = "string"
thriftTransportProtocol = "string"
trustedCertPath = ?
username = ?
useSystemTrustStore = ?
}
}
Per SqlServer, usare:
{
type = "SqlServer"
typeProperties = {
connectionString = ?
encryptedCredential = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
userName = ?
}
}
Per Square, usare:
{
type = "Square"
typeProperties = {
clientId = ?
clientSecret = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = ?
host = ?
redirectUri = ?
useEncryptedEndpoints = ?
useHostVerification = ?
usePeerVerification = ?
}
}
Per Sybase, usare:
{
type = "Sybase"
typeProperties = {
authenticationType = "string"
database = ?
encryptedCredential = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
schema = ?
server = ?
username = ?
}
}
Per Teradata, usare:
{
type = "Teradata"
typeProperties = {
authenticationType = "string"
encryptedCredential = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
server = ?
username = ?
}
}
Per Vertica, usare:
{
type = "Vertica"
typeProperties = {
connectionString = ?
encryptedCredential = ?
}
}
Per Web, usare:
{
type = "Web"
typeProperties = {
url = ?
authenticationType = "string"
// For remaining properties, see WebLinkedServiceTypeProperties objects
}
}
Per Xero, usare:
{
type = "Xero"
typeProperties = {
consumerKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = ?
host = ?
privateKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
useEncryptedEndpoints = ?
useHostVerification = ?
usePeerVerification = ?
}
}
Per Zoho, usare:
{
type = "Zoho"
typeProperties = {
accessToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
encryptedCredential = ?
endpoint = ?
useEncryptedEndpoints = ?
useHostVerification = ?
usePeerVerification = ?
}
}
Oggetti WebLinkedServiceTypeProperties
Impostare la proprietà authenticationType
Per anonimo, usare:
{
authenticationType = "Anonymous"
}
Per basic, usare:
{
authenticationType = "Basic"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
username = ?
}
Per ClientCertificate, usare:
{
authenticationType = "ClientCertificate"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
pfx = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
Valori delle proprietà
AmazonMWSLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'AmazonMWS' (obbligatorio) |
typeProperties | Proprietà del servizio collegato amazon Marketplace Web Service. | AmazonMWSLinkedServiceTypeProperties (obbligatorio) |
AmazonMWSLinkedServiceTypeProperties
AmazonRedshiftLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'AmazonRedshift' (obbligatorio) |
typeProperties | Proprietà del servizio collegato Amazon Redshift. | AmazonRedshiftLinkedServiceTypeProperties (obbligatorio) |
AmazonRedshiftLinkedServiceTypeProperties
AmazonS3LinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'AmazonS3' (obbligatorio) |
typeProperties | Proprietà del servizio collegato Amazon S3. | AmazonS3LinkedServiceTypeProperties (obbligatorio) |
AmazonS3LinkedServiceTypeProperties
AzureBatchLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'AzureBatch' (obbligatorio) |
typeProperties | Proprietà del servizio collegato di Azure Batch. | azureBatchLinkedServiceTypeProperties (obbligatorio) |
AzureBatchLinkedServiceTypeProperties
AzureDatabricksLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'AzureDatabricks' (obbligatorio) |
typeProperties | Proprietà del servizio collegato di Azure Databricks. | azureDatabricksLinkedServiceTypeProperties (obbligatorio) |
AzureDatabricksLinkedServiceTypeProperties
Nome | Descrizione | Valore |
---|---|---|
accessToken | Token di accesso per l'API REST di Databricks. Fare riferimento a https://docs.azuredatabricks.net/api/latest/authentication.html. Tipo: stringa (o Espressione con stringa resultType). | SecretBase (obbligatorio) |
dominio | <REGION>.azuredatabricks.net, nome di dominio della distribuzione di Databricks. Tipo: stringa (o Espressione con stringa resultType). | any (obbligatorio) |
encryptedCredential | Credenziali crittografate usate per l'autenticazione. Le credenziali vengono crittografate usando gestione credenziali del runtime di integrazione. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
existingClusterId | ID di un cluster esistente che verrà usato per tutte le esecuzioni di questo processo. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
newClusterNodeType | Tipi di nodo del nuovo cluster. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
newClusterNumOfWorker | Numero di nodi di lavoro che il nuovo cluster deve avere. Una stringa formattata int32, ad esempio '1' indica che numOfWorker è 1 o '1:10' indica che la scalabilità automatica viene eseguita da 1 come min e 10 come max. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
newClusterSparkConf | un set di coppie chiave-valore di configurazione spark specificate dall'utente facoltative. | AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkConf |
newClusterVersion | Versione spark del nuovo cluster. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkConf
Nome | Descrizione | Valore |
---|
AzureDataLakeAnalyticsLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'AzureDataLakeAnalytics' (obbligatorio) |
typeProperties | Proprietà del servizio collegato di Azure Data Lake Analytics. | azureDataLakeAnalyticsLinkedServiceTypeProperties (obbligatorio) |
AzureDataLakeAnalyticsLinkedServiceTypeProperties
AzureDataLakeStoreLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'AzureDataLakeStore' (obbligatorio) |
typeProperties | Proprietà del servizio collegato di Azure Data Lake Store. | azureDataLakeStoreLinkedServiceTypeProperties (obbligatorio) |
AzureDataLakeStoreLinkedServiceTypeProperties
AzureKeyVaultLinkedService
AzureKeyVaultLinkedServiceTypeProperties
Nome | Descrizione | Valore |
---|---|---|
baseUrl | URL di base di Azure Key Vault. ad esempio https://myakv.vault.azure.net Tipo: stringa (o Espressione con stringa resultType). | any (obbligatorio) |
AzureKeyVaultSecretReference
AzureMLLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'AzureML' (obbligatorio) |
typeProperties | Proprietà del servizio web del servizio Web di Azure ML. | azureMLLinkedServiceTypeProperties (obbligatorio) |
AzureMLLinkedServiceTypeProperties
AzureMySqlLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'AzureMySql' (obbligatorio) |
typeProperties | Proprietà del servizio collegato del database MySQL di Azure. | AzureMySqlLinkedServiceTypeProperties (obbligatorio) |
AzureMySqlLinkedServiceTypeProperties
Nome | Descrizione | Valore |
---|---|---|
connectionString | Stringa di connessione. Tipo: string, SecureString o AzureKeyVaultSecretReference. | any (obbligatorio) |
encryptedCredential | Credenziali crittografate usate per l'autenticazione. Le credenziali vengono crittografate usando gestione credenziali del runtime di integrazione. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
AzurePostgreSqlLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'AzurePostgreSql' (obbligatorio) |
typeProperties | Proprietà del servizio collegato PostgreSQL di Azure. | azurePostgreSqlLinkedServiceTypeProperties (obbligatorio) |
AzurePostgreSqlLinkedServiceTypeProperties
Nome | Descrizione | Valore |
---|---|---|
connectionString | Stringa di connessione ODBC. Tipo: string, SecureString o AzureKeyVaultSecretReference. | qualunque |
encryptedCredential | Credenziali crittografate usate per l'autenticazione. Le credenziali vengono crittografate usando gestione credenziali del runtime di integrazione. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
AzureSearchLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'AzureSearch' (obbligatorio) |
typeProperties | Proprietà del servizio collegato servizio di Ricerca di Windows Azure. | AzureSearchLinkedServiceTypeProperties (obbligatorio) |
AzureSearchLinkedServiceTypeProperties
AzureSqlDatabaseLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'AzureSqlDatabase' (obbligatorio) |
typeProperties | Proprietà del servizio collegato del database SQL di Azure. | AzureSqlDatabaseLinkedServiceTypeProperties (obbligatorio) |
AzureSqlDatabaseLinkedServiceTypeProperties
AzureSqlDWLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'AzureSqlDW' (obbligatorio) |
typeProperties | Proprietà del servizio collegato di Azure SQL Data Warehouse. | AzureSqlDWLinkedServiceTypeProperties (obbligatorio) |
AzureSqlDWLinkedServiceTypeProperties
AzureStorageLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'AzureStorage' (obbligatorio) |
typeProperties | Proprietà del servizio collegato di Archiviazione di Azure. | azureStorageLinkedServiceTypeProperties (obbligatorio) |
AzureStorageLinkedServiceTypeProperties
CassandraLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Cassandra' (obbligatorio) |
typeProperties | Proprietà del servizio collegato Cassandra. | CassandraLinkedServiceTypeProperties (obbligatorio) |
CassandraLinkedServiceTypeProperties
ConcurLinkedService
ConcurLinkedServiceTypeProperties
CosmosDbLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'CosmosDb' (obbligatorio) |
typeProperties | Proprietà del servizio collegato cosmosDB. | CosmosDbLinkedServiceTypeProperties (obbligatorio) |
CosmosDbLinkedServiceTypeProperties
Nome | Descrizione | Valore |
---|---|---|
connectionString | Stringa di connessione. Tipo: string, SecureString o AzureKeyVaultSecretReference. | any (obbligatorio) |
encryptedCredential | Credenziali crittografate usate per l'autenticazione. Le credenziali vengono crittografate usando gestione credenziali del runtime di integrazione. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
CouchbaseLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Couchbase' (obbligatorio) |
typeProperties | Proprietà del servizio collegato del server Couchbase. | CouchbaseLinkedServiceTypeProperties (obbligatorio) |
CouchbaseLinkedServiceTypeProperties
Nome | Descrizione | Valore |
---|---|---|
connectionString | Stringa di connessione ODBC. Tipo: string, SecureString o AzureKeyVaultSecretReference. | qualunque |
encryptedCredential | Credenziali crittografate usate per l'autenticazione. Le credenziali vengono crittografate usando gestione credenziali del runtime di integrazione. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
CustomDataSourceLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'CustomDataSource' (obbligatorio) |
typeProperties | Proprietà personalizzate del servizio collegato. | any (obbligatorio) |
Db2LinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Db2' (obbligatorio) |
typeProperties | Proprietà del servizio collegato DB2. | Db2LinkedServiceTypeProperties (obbligatorio) |
Db2LinkedServiceTypeProperties
DrillLinkedService
DrillLinkedServiceTypeProperties
Nome | Descrizione | Valore |
---|---|---|
connectionString | Stringa di connessione ODBC. Tipo: string, SecureString o AzureKeyVaultSecretReference. | qualunque |
encryptedCredential | Credenziali crittografate usate per l'autenticazione. Le credenziali vengono crittografate usando gestione credenziali del runtime di integrazione. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
DynamicsLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Dynamics' (obbligatorio) |
typeProperties | Proprietà del servizio collegato Dynamics. | DynamicsLinkedServiceTypeProperties (obbligatorio) |
DynamicsLinkedServiceTypeProperties
EloquaLinkedService
EloquaLinkedServiceTypeProperties
FileServerLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'FileServer' (obbligatorio) |
typeProperties | Proprietà del servizio collegato del file system. | FileServerLinkedServiceTypeProperties (obbligatorio) |
FileServerLinkedServiceTypeProperties
FtpServerLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'FtpServer' (obbligatorio) |
typeProperties | Proprietà specifiche di questo tipo di servizio collegato. | FtpServerLinkedServiceTypeProperties (obbligatorio) |
FtpServerLinkedServiceTypeProperties
GoogleBigQueryLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'GoogleBigQuery' (obbligatorio) |
typeProperties | Proprietà del servizio collegato del servizio Google BigQuery. | GoogleBigQueryLinkedServiceTypeProperties (obbligatorio) |
GoogleBigQueryLinkedServiceTypeProperties
GreenplumLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Greenplum' (obbligatorio) |
typeProperties | Proprietà del servizio collegato greenplum database. | GreenplumLinkedServiceTypeProperties (obbligatorio) |
GreenplumLinkedServiceTypeProperties
Nome | Descrizione | Valore |
---|---|---|
connectionString | Stringa di connessione ODBC. Tipo: string, SecureString o AzureKeyVaultSecretReference. | qualunque |
encryptedCredential | Credenziali crittografate usate per l'autenticazione. Le credenziali vengono crittografate usando gestione credenziali del runtime di integrazione. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
HBaseLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'HBase' (obbligatorio) |
typeProperties | Proprietà del servizio collegato del server HBase. | HBaseLinkedServiceTypeProperties (obbligatorio) |
HBaseLinkedServiceTypeProperties
HdfsLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Hdfs' (obbligatorio) |
typeProperties | Proprietà del servizio collegato HDFS. | HdfsLinkedServiceTypeProperties (obbligatorio) |
HdfsLinkedServiceTypeProperties
HDInsightLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'HDInsight' (obbligatorio) |
typeProperties | Proprietà del servizio collegato HDInsight. | HDInsightLinkedServiceTypeProperties (obbligatorio) |
HDInsightLinkedServiceTypeProperties
Nome | Descrizione | Valore |
---|---|---|
clusterUri | URI del cluster HDInsight. Tipo: stringa (o Espressione con stringa resultType). | any (obbligatorio) |
encryptedCredential | Credenziali crittografate usate per l'autenticazione. Le credenziali vengono crittografate usando gestione credenziali del runtime di integrazione. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
hcatalogLinkedServiceName | Riferimento al servizio collegato SQL di Azure che punta al database HCatalog. | LinkedServiceReference |
linkedServiceName | Informazioni di riferimento sul servizio collegato Archiviazione di Azure. | LinkedServiceReference |
parola d’ordine | Password del cluster HDInsight. | SecretBase |
nome utente | Nome utente del cluster HDInsight. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
HDInsightOnDemandLinkedService
HdInsightOnDemandLinkedServiceTypeProperties
Nome | Descrizione | Valore |
---|---|---|
additionalLinkedServiceNames | Specifica account di archiviazione aggiuntivi per il servizio collegato HDInsight in modo che il servizio Data Factory possa registrarli per conto dell'utente. | LinkedServiceReference[] |
clusterNamePrefix | Il prefisso del nome del cluster, il prefisso sarà distinto con timestamp. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
clusterPassword | Password per accedere al cluster. | SecretBase |
clusterResourceGroup | Gruppo di risorse a cui appartiene il cluster. Tipo: stringa (o Espressione con stringa resultType). | any (obbligatorio) |
clusterSize | Numero di nodi di lavoro/dati nel cluster. Valore suggerimento: 4. Tipo: stringa (o Espressione con stringa resultType). | any (obbligatorio) |
clusterSshPassword | Password per connettersi in remoto al nodo del cluster (per Linux). | SecretBase |
clusterSshUserName | Il nome utente a SSH si connette in remoto al nodo del cluster (per Linux). Tipo: stringa (o Espressione con stringa resultType). | qualunque |
clusterType | Tipo di cluster. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
clusterUserName | Nome utente per accedere al cluster. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
coreConfiguration | Specifica i parametri di configurazione di base (come in core-site.xml) per il cluster HDInsight da creare. | qualunque |
dataNodeSize | Specifica le dimensioni del nodo dati per il cluster HDInsight. | qualunque |
encryptedCredential | Credenziali crittografate usate per l'autenticazione. Le credenziali vengono crittografate usando gestione credenziali del runtime di integrazione. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
hBaseConfiguration | Specifica i parametri di configurazione HBase (hbase-site.xml) per il cluster HDInsight. | qualunque |
hcatalogLinkedServiceName | Nome del servizio collegato SQL di Azure che punta al database HCatalog. Il cluster HDInsight su richiesta viene creato usando il database SQL di Azure come metastore. | LinkedServiceReference |
hdfsConfiguration | Specifica i parametri di configurazione HDFS (hdfs-site.xml) per il cluster HDInsight. | qualunque |
headNodeSize | Specifica le dimensioni del nodo head per il cluster HDInsight. | qualunque |
hiveConfiguration | Specifica i parametri di configurazione hive (hive-site.xml) per il cluster HDInsight. | qualunque |
hostSubscriptionId | Sottoscrizione del cliente per ospitare il cluster. Tipo: stringa (o Espressione con stringa resultType). | any (obbligatorio) |
linkedServiceName | Servizio collegato archiviazione di Azure da usare dal cluster su richiesta per l'archiviazione e l'elaborazione dei dati. | LinkedServiceReference (obbligatorio) |
mapReduceConfiguration | Specifica i parametri di configurazione MapReduce (mapred-site.xml) per il cluster HDInsight. | qualunque |
oozieConfiguration | Specifica i parametri di configurazione di Oozie (oozie-site.xml) per il cluster HDInsight. | qualunque |
servicePrincipalId | ID entità servizio per hostSubscriptionId. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
servicePrincipalKey | Chiave per l'ID entità servizio. | SecretBase |
sparkVersion | Versione di Spark se il tipo di cluster è "spark". Tipo: stringa (o Espressione con stringa resultType). | qualunque |
stormConfiguration | Specifica i parametri di configurazione storm (storm-site.xml) per il cluster HDInsight. | qualunque |
inquilino | ID tenant/nome a cui appartiene l'entità servizio. Tipo: stringa (o Espressione con stringa resultType). | any (obbligatorio) |
timeToLive | Tempo di inattività consentito per il cluster HDInsight su richiesta. Specifica per quanto tempo il cluster HDInsight su richiesta rimane attivo dopo il completamento di un'esecuzione di attività se non sono presenti altri processi attivi nel cluster. Il valore minimo è 5 minuti. Tipo: stringa (o Espressione con stringa resultType). | any (obbligatorio) |
Versione | Versione del cluster HDInsight. Tipo: stringa (o Espressione con stringa resultType). | any (obbligatorio) |
yarnConfiguration | Specifica i parametri di configurazione yarn (yarn-site.xml) per il cluster HDInsight. | qualunque |
zookeeperNodeSize | Specifica le dimensioni del nodo Zoo Keeper per il cluster HDInsight. | qualunque |
HiveLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Hive' (obbligatorio) |
typeProperties | Proprietà del servizio collegato Hive Server. | HiveLinkedServiceTypeProperties (obbligatorio) |
HiveLinkedServiceTypeProperties
HttpLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'HttpServer' (obbligatorio) |
typeProperties | Proprietà specifiche di questo tipo di servizio collegato. | HttpLinkedServiceTypeProperties (obbligatorio) |
HttpLinkedServiceTypeProperties
Nome | Descrizione | Valore |
---|---|---|
authenticationType | Tipo di autenticazione da usare per connettersi al server HTTP. | 'Anonimo' 'Basic' 'ClientCertificate' 'Digest' 'Windows' |
certThumbprint | Identificazione personale del certificato per l'autenticazione ClientCertificate. Valido solo per la copia locale. Per la copia locale con autenticazione ClientCertificate, è necessario specificare CertThumbprint o EmbeddedCertData/Password. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
embeddedCertData | Dati del certificato con codifica Base64 per l'autenticazione ClientCertificate. Per la copia locale con autenticazione ClientCertificate, è necessario specificare CertThumbprint o EmbeddedCertData/Password. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
enableServerCertificateValidation | Se true, convalidare il certificato SSL del server HTTPS. Il valore predefinito è true. Tipo: booleano (o espressione con valore booleano resultType). | qualunque |
encryptedCredential | Credenziali crittografate usate per l'autenticazione. Le credenziali vengono crittografate usando gestione credenziali del runtime di integrazione. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
parola d’ordine | Password per l'autenticazione Basic, Digest, Windows o ClientCertificate con l'autenticazione EmbeddedCertData. | SecretBase |
URL | URL di base dell'endpoint HTTP, ad esempio https://www.microsoft.com. Tipo: stringa (o Espressione con stringa resultType). | any (obbligatorio) |
nome utente | Nome utente per l'autenticazione Di base, Digest o Windows. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
HubspotLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Hubspot' (obbligatorio) |
typeProperties | Proprietà del servizio collegato del servizio Hubspot. | hubspotLinkedServiceTypeProperties (obbligatorio) |
HubspotLinkedServiceTypeProperties
ImpalaLinkedService
ImpalaLinkedServiceTypeProperties
IntegrationRuntimeReference
Nome | Descrizione | Valore |
---|---|---|
Parametri | Argomenti per il runtime di integrazione. | ParameterValueSpecification |
referenceName | Nome del runtime di integrazione di riferimento. | stringa (obbligatorio) |
digitare | Tipo di runtime di integrazione. | 'IntegrationRuntimeReference' (obbligatorio) |
JiraLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Jira' (obbligatorio) |
typeProperties | Proprietà del servizio collegato del servizio Jira. | JiraLinkedServiceTypeProperties (obbligatorio) |
JiraLinkedServiceTypeProperties
LinkedService
Nome | Descrizione | Valore |
---|---|---|
Annotazioni | Elenco di tag che possono essere usati per descrivere il set di dati. | any[] |
connectVia | Informazioni di riferimento sul runtime di integrazione. | IntegrationRuntimeReference |
descrizione | Descrizione del servizio collegato. | corda |
Parametri | Parametri per il servizio collegato. | ParameterDefinitionSpecification |
digitare | Impostare su "AmazonMWS" per il tipo AmazonMWSLinkedService. Impostare su 'AmazonRedshift' per il tipo AmazonRedshiftLinkedService. Impostare su "AmazonS3" per il tipo AmazonS3LinkedService. Impostare su "AzureBatch" per il tipo AzureBatchLinkedService. Impostare su "AzureDataLakeAnalytics" per il tipo AzureDataLakeAnalyticsLinkedService. Impostare su "AzureDataLakeStore" per il tipo AzureDataLakeStoreLinkedService. Impostare su "AzureDatabricks" per il tipo AzureDatabricksLinkedService. Impostare su "AzureKeyVault" per il tipo AzureKeyVaultLinkedService. Impostare su "AzureML" per il tipo AzureMLLinkedService. Impostare su "AzureMySql" per il tipo AzureMySqlLinkedService. Impostare su "AzurePostgreSql" per il tipo AzurePostgreSqlLinkedService. Impostare su "AzureSearch" per il tipo AzureSearchLinkedService. Impostare su "AzureSqlDW" per il tipo AzureSqlDWLinkedService. Impostare su "AzureSqlDatabase" per il tipo AzureSqlDatabaseLinkedService. Impostare su "AzureStorage" per il tipo AzureStorageLinkedService. Impostare su 'Cassandra' per il tipo CassandraLinkedService. Impostare su "Concur" per il tipo ConcurLinkedService. Impostare su "CosmosDb" per il tipo CosmosDbLinkedService. Impostare su 'Couchbase' per il tipo CouchbaseLinkedService. Impostare su 'CustomDataSource' per il tipo CustomDataSourceLinkedService. Impostare su "Db2" per il tipo Db2LinkedService. Impostare su 'Drill' per il tipo DrillLinkedService. Impostare su "Dynamics" per il tipo DynamicsLinkedService. Impostare su "Eloqua" per il tipo EloquaLinkedService. Impostare su 'FileServer' per il tipo FileServerLinkedService. Impostare su "FtpServer" per il tipo FtpServerLinkedService. Impostare su "GoogleBigQuery" per il tipo GoogleBigQueryLinkedService. Impostare su "Greenplum" per il tipo GreenplumLinkedService. Impostare su "HBase" per il tipo HBaseLinkedService. Impostare su "HDInsight" per il tipo HDInsightLinkedService. Impostare su "HDInsightOnDemand" per il tipo HDInsightOnDemandLinkedService. Impostare su "Hdfs" per il tipo HdfsLinkedService. Impostare su "Hive" per il tipo HiveLinkedService. Impostare su "HttpServer" per il tipo HttpLinkedService. Impostare su "Hubspot" per il tipo HubspotLinkedService. Impostare su "Impala" per il tipo ImpalaLinkedService. Impostare su "Jira" per il tipo JiraLinkedService. Impostare su 'Scalabilità' per il tipo |
'AmazonMWS' 'AmazonRedshift' 'AmazonS3' 'AzureBatch' 'AzureDatabricks' 'AzureDataLakeAnalytics' 'AzureDataLakeStore' 'AzureKeyVault' 'AzureML' 'AzureMySql' 'AzurePostgreSql' 'AzureSearch' 'AzureSqlDatabase' 'AzureSqlDW' 'AzureStorage' 'Cassandra' 'Concur' 'CosmosDb' 'Couchbase' 'CustomDataSource' 'Db2' 'Drill' 'Dynamics' 'Eloqua' 'FileServer' 'FtpServer' 'GoogleBigQuery' 'Greenplum' 'HBase' 'Hdfs' 'HDInsight' 'HDInsightOnDemand' 'Hive' 'HttpServer' 'Hubspot' 'Impala' 'Jira' 'Magento' 'MariaDB' 'Marketo' 'MongoDb' 'MySql' 'Netezza' 'OData' 'Odbc' 'Oracle' 'PayPal' 'Phoenix' 'PostgreSql' 'Presto' 'QuickBooks' 'Responsys' 'Salesforce' 'SalesforceMarketingCloud' 'SapBW' 'SapCloudForCustomer' 'SapEcc' 'SapHana' 'ServiceNow' 'Sftp' 'Shopify' 'Spark' 'SqlServer' 'Square' 'Sybase' 'Teradata' 'Vertica' 'Web' 'Xero' 'Zoho' (obbligatorio) |
LinkedServiceReference
Nome | Descrizione | Valore |
---|---|---|
Parametri | Argomenti per LinkedService. | ParameterValueSpecification |
referenceName | Fare riferimento al nome LinkedService. | stringa (obbligatorio) |
digitare | Tipo di riferimento del servizio collegato. | 'LinkedServiceReference' (obbligatorio) |
LinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Language' (obbligatorio) |
typeProperties | Proprietà del servizio collegato al server DiTalk. |
Proprietà DiLinkedServiceType
MariaDBLinkedService
MariaDBLinkedServiceTypeProperties
Nome | Descrizione | Valore |
---|---|---|
connectionString | Stringa di connessione ODBC. Tipo: string, SecureString o AzureKeyVaultSecretReference. | qualunque |
encryptedCredential | Credenziali crittografate usate per l'autenticazione. Le credenziali vengono crittografate usando gestione credenziali del runtime di integrazione. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
MarketoLinkedService
MarketoLinkedServiceTypeProperties
Microsoft.DataFactory/factory/linkedservices
Nome | Descrizione | Valore |
---|---|---|
nome | Nome della risorsa | corda Vincoli: Lunghezza minima = 1 Lunghezza massima = 260 Pattern = ^[A-Za-z0-9_][^<>*#.%&:\\+?/]*$ (obbligatorio) |
parent_id | ID della risorsa padre per questa risorsa. | ID per la risorsa di tipo: factory |
proprietà | Proprietà del servizio collegato. | LinkedService (obbligatorio) |
digitare | Tipo di risorsa | "Microsoft.DataFactory/factory/linkedservices@2017-09-01-preview" |
MongoDbLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'MongoDb' (obbligatorio) |
typeProperties | Proprietà del servizio collegato MongoDB. | MongoDbLinkedServiceTypeProperties (obbligatorio) |
MongoDbLinkedServiceTypeProperties
MySqlLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'MySql' (obbligatorio) |
typeProperties | Proprietà del servizio collegato MySQL. | MySqlLinkedServiceTypeProperties (obbligatorio) |
MySqlLinkedServiceTypeProperties
NetezzaLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Netezza' (obbligatorio) |
typeProperties | Proprietà del servizio collegato Netezza. | NetezzaLinkedServiceTypeProperties (obbligatorio) |
NetezzaLinkedServiceTypeProperties
Nome | Descrizione | Valore |
---|---|---|
connectionString | Stringa di connessione ODBC. Tipo: string, SecureString o AzureKeyVaultSecretReference. | qualunque |
encryptedCredential | Credenziali crittografate usate per l'autenticazione. Le credenziali vengono crittografate usando gestione credenziali del runtime di integrazione. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
ODataLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'OData' (obbligatorio) |
typeProperties | Proprietà del servizio collegato OData. | ODataLinkedServiceTypeProperties (obbligatorio) |
ODataLinkedServiceTypeProperties
OdbcLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Odbc' (obbligatorio) |
typeProperties | Proprietà del servizio collegato ODBC. | OdbcLinkedServiceTypeProperties (obbligatorio) |
OdbcLinkedServiceTypeProperties
OracleLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Oracle' (obbligatorio) |
typeProperties | Proprietà del servizio collegato del database Oracle. | OracleLinkedServiceTypeProperties (obbligatorio) |
OracleLinkedServiceTypeProperties
Nome | Descrizione | Valore |
---|---|---|
connectionString | Stringa di connessione. Tipo: string, SecureString o AzureKeyVaultSecretReference. | any (obbligatorio) |
encryptedCredential | Credenziali crittografate usate per l'autenticazione. Le credenziali vengono crittografate usando gestione credenziali del runtime di integrazione. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
ParameterDefinitionSpecification
Nome | Descrizione | Valore |
---|
ParameterSpecification
Nome | Descrizione | Valore |
---|---|---|
defaultValue | Valore predefinito del parametro. | qualunque |
digitare | Tipo di parametro. | 'Array' 'Bool' 'Float' 'Int' 'Object' 'SecureString' 'String' (obbligatorio) |
ParameterValueSpecification
Nome | Descrizione | Valore |
---|
ParameterValueSpecification
Nome | Descrizione | Valore |
---|
StackLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'PayPal' (obbligatorio) |
typeProperties | PayPal proprietà del servizio collegato al servizio. |
TypeLinkedServiceTypeProperties
PhoenixLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Phoenix' (obbligatorio) |
typeProperties | Proprietà del servizio collegato del server Phoenix. | PhoenixLinkedServiceTypeProperties (obbligatorio) |
PhoenixLinkedServiceTypeProperties
PostgreSqlLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'PostgreSql' (obbligatorio) |
typeProperties | Proprietà del servizio collegato PostgreSQL. | PostgreSqlLinkedServiceTypeProperties (obbligatorio) |
PostgreSqlLinkedServiceTypeProperties
PrestoLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Presto' (obbligatorio) |
typeProperties | Proprietà del servizio collegato presto server. | PrestoLinkedServiceTypeProperties (obbligatorio) |
PrestoLinkedServiceTypeProperties
QuickBooksLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'QuickBooks' (obbligatorio) |
typeProperties | Proprietà del servizio collegato del server QuickBooks. | QuickBooksLinkedServiceTypeProperties (obbligatorio) |
QuickBooksLinkedServiceTypeProperties
ResponsysLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Responsys' (obbligatorio) |
typeProperties | Proprietà del servizio collegato Responsys. | ResponsysLinkedServiceTypeProperties (obbligatorio) |
ResponsysLinkedServiceTypeProperties
SalesforceLinkedService
SalesforceLinkedServiceTypeProperties
SalesforceMarketingCloudLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'SalesforceMarketingCloud' (obbligatorio) |
typeProperties | Proprietà del servizio collegato Salesforce Marketing Cloud. | SalesforceMarketingCloudLinkedServiceTypeProperties (obbligatorio) |
SalesforceMarketingCloudLinkedServiceTypeProperties
SapBWLinkedService
SapBWLinkedServiceTypeProperties
SapCloudForCustomerLinkedService
SapCloudForCustomerLinkedServiceTypeProperties
SapEccLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'SapEcc' (obbligatorio) |
typeProperties | Proprietà del servizio collegato SAP ECC. | SapEccLinkedServiceTypeProperties (obbligatorio) |
SapEccLinkedServiceTypeProperties
SapHanaLinkedService
SapHanaLinkedServiceProperties
SecretBase
Nome | Descrizione | Valore |
---|---|---|
digitare | Impostare su "AzureKeyVaultSecret" per il tipo AzureKeyVaultSecretReference. Impostare su 'SecureString' per il tipo SecureString. | 'AzureKeyVaultSecret' 'SecureString' (obbligatorio) |
SecureString
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo del segreto. | 'SecureString' (obbligatorio) |
valore | Valore della stringa protetta. | stringa (obbligatorio) |
ServiceNowLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'ServiceNow' (obbligatorio) |
typeProperties | Proprietà del servizio collegato del server ServiceNow. | ServiceNowLinkedServiceTypeProperties (obbligatorio) |
ServiceNowLinkedServiceTypeProperties
SftpServerLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Sftp' (obbligatorio) |
typeProperties | Proprietà specifiche di questo tipo di servizio collegato. | SftpServerLinkedServiceTypeProperties (obbligatorio) |
SftpServerLinkedServiceTypeProperties
ShopifyLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Shopify' (obbligatorio) |
typeProperties | Proprietà del servizio collegato Shopify Service. | ShopifyLinkedServiceTypeProperties (obbligatorio) |
ShopifyLinkedServiceTypeProperties
SparkLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Spark' (obbligatorio) |
typeProperties | Proprietà del servizio collegato di Spark Server. | SparkLinkedServiceTypeProperties (obbligatorio) |
SparkLinkedServiceTypeProperties
SqlServerLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'SqlServer' (obbligatorio) |
typeProperties | Proprietà del servizio collegato di SQL Server. | SqlServerLinkedServiceTypeProperties (obbligatorio) |
SqlServerLinkedServiceTypeProperties
SquareLinkedService
SquareLinkedServiceTypeProperties
SybaseLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Sybase' (obbligatorio) |
typeProperties | Proprietà del servizio collegato Sybase. | SybaseLinkedServiceTypeProperties (obbligatorio) |
SybaseLinkedServiceTypeProperties
TeradataLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Teradata' (obbligatorio) |
typeProperties | Proprietà del servizio collegato Teradata. | TeradataLinkedServiceTypeProperties (obbligatorio) |
TeradataLinkedServiceTypeProperties
VerticaLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Vertica' (obbligatorio) |
typeProperties | Proprietà del servizio collegato Vertica. | VerticaLinkedServiceTypeProperties (obbligatorio) |
VerticaLinkedServiceTypeProperties
Nome | Descrizione | Valore |
---|---|---|
connectionString | Stringa di connessione ODBC. Tipo: string, SecureString o AzureKeyVaultSecretReference. | qualunque |
encryptedCredential | Credenziali crittografate usate per l'autenticazione. Le credenziali vengono crittografate usando gestione credenziali del runtime di integrazione. Tipo: stringa (o Espressione con stringa resultType). | qualunque |
WebAnonymousAuthentication
Nome | Descrizione | Valore |
---|---|---|
authenticationType | Tipo di autenticazione utilizzata per connettersi all'origine della tabella Web. | 'Anonymous' (obbligatorio) |
WebBasicAuthentication
WebClientCertificateAuthentication
WebLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Web' (obbligatorio) |
typeProperties | Proprietà del servizio collegato Web. | WebLinkedServiceTypeProperties (obbligatorio) |
WebLinkedServiceTypeProperties
Nome | Descrizione | Valore |
---|---|---|
authenticationType | Impostare su "Anonimo" per il tipo WebAnonymousAuthentication. Impostare su 'Basic' per il tipo WebBasicAuthentication. Impostare su 'ClientCertificate' per il tipo WebClientCertificateAuthentication. | 'Anonimo' 'Basic' 'ClientCertificate' (obbligatorio) |
URL | URL dell'endpoint del servizio Web, ad esempio https://www.microsoft.com . Tipo: stringa (o Espressione con stringa resultType). | any (obbligatorio) |
XeroLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Xero' (obbligatorio) |
typeProperties | Proprietà del servizio collegato del servizio Xero. | XeroLinkedServiceTypeProperties (obbligatorio) |
XeroLinkedServiceTypeProperties
ZohoLinkedService
Nome | Descrizione | Valore |
---|---|---|
digitare | Tipo di servizio collegato. | 'Zoho' (obbligatorio) |
typeProperties | Proprietà del servizio collegato del server Zoho. | ZohoLinkedServiceTypeProperties (obbligatorio) |