你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Microsoft.DataFactory 工厂/linkedservices

Bicep 资源定义

可以使用目标作部署工厂/linkedservices 资源类型:

有关每个 API 版本中已更改属性的列表,请参阅 更改日志

资源格式

若要创建 Microsoft.DataFactory/factories/linkedservices 资源,请将以下 Bicep 添加到模板。

resource symbolicname 'Microsoft.DataFactory/factories/linkedservices@2018-06-01' = {
  parent: resourceSymbolicName
  name: 'string'
  properties: {
    annotations: [
      any(...)
    ]
    connectVia: {
      parameters: {
        {customized property}: any(...)
      }
      referenceName: 'string'
      type: 'string'
    }
    description: 'string'
    parameters: {
      {customized property}: {
        defaultValue: any(...)
        type: 'string'
      }
    }
    version: 'string'
    type: 'string'
    // For remaining properties, see LinkedService objects
  }
}

WebLinkedServiceTypeProperties 对象

设置 authenticationType 属性以指定对象的类型。

对于 匿名,请使用:

{
  authenticationType: 'Anonymous'
}

对于 基本版,请使用:

{
  authenticationType: 'Basic'
  password: {
    type: 'string'
    // For remaining properties, see SecretBase objects
  }
  username: any(...)
}

对于 ClientCertificate,请使用:

{
  authenticationType: 'ClientCertificate'
  password: {
    type: 'string'
    // For remaining properties, see SecretBase objects
  }
  pfx: {
    type: 'string'
    // For remaining properties, see SecretBase objects
  }
}

LinkedService 对象

设置 类型 属性以指定对象的类型。

对于 AmazonMWS,请使用:

{
  type: 'AmazonMWS'
  typeProperties: {
    accessKeyId: any(...)
    encryptedCredential: 'string'
    endpoint: any(...)
    marketplaceID: any(...)
    mwsAuthToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    secretKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    sellerID: any(...)
    useEncryptedEndpoints: any(...)
    useHostVerification: any(...)
    usePeerVerification: any(...)
  }
}

对于 AmazonRdsForOracle,请使用:

{
  type: 'AmazonRdsForOracle'
  typeProperties: {
    authenticationType: 'string'
    connectionString: any(...)
    cryptoChecksumClient: any(...)
    cryptoChecksumTypesClient: any(...)
    enableBulkLoad: any(...)
    encryptedCredential: 'string'
    encryptionClient: any(...)
    encryptionTypesClient: any(...)
    fetchSize: any(...)
    fetchTswtzAsTimestamp: any(...)
    initializationString: any(...)
    initialLobFetchSize: any(...)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    server: any(...)
    statementCacheSize: any(...)
    supportV1DataTypes: any(...)
    username: any(...)
  }
}

对于 AmazonRdsForSqlServer,请使用:

{
  type: 'AmazonRdsForSqlServer'
  typeProperties: {
    alwaysEncryptedSettings: {
      alwaysEncryptedAkvAuthType: 'string'
      credential: {
        referenceName: 'string'
        type: 'string'
      }
      servicePrincipalId: any(...)
      servicePrincipalKey: {
        type: 'string'
        // For remaining properties, see SecretBase objects
      }
    }
    applicationIntent: any(...)
    authenticationType: 'string'
    commandTimeout: any(...)
    connectionString: any(...)
    connectRetryCount: any(...)
    connectRetryInterval: any(...)
    connectTimeout: any(...)
    database: any(...)
    encrypt: any(...)
    encryptedCredential: 'string'
    failoverPartner: any(...)
    hostNameInCertificate: any(...)
    integratedSecurity: any(...)
    loadBalanceTimeout: any(...)
    maxPoolSize: any(...)
    minPoolSize: any(...)
    multipleActiveResultSets: any(...)
    multiSubnetFailover: any(...)
    packetSize: any(...)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    pooling: any(...)
    server: any(...)
    trustServerCertificate: any(...)
    userName: any(...)
  }
}

对于 AmazonRedshift,请使用:

{
  type: 'AmazonRedshift'
  typeProperties: {
    database: any(...)
    encryptedCredential: 'string'
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    port: any(...)
    server: any(...)
    username: any(...)
  }
}

对于 AmazonS3,请使用:

{
  type: 'AmazonS3'
  typeProperties: {
    accessKeyId: any(...)
    authenticationType: any(...)
    encryptedCredential: 'string'
    secretAccessKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    serviceUrl: any(...)
    sessionToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
  }
}

对于 AmazonS3Compatible,请使用:

{
  type: 'AmazonS3Compatible'
  typeProperties: {
    accessKeyId: any(...)
    encryptedCredential: 'string'
    forcePathStyle: any(...)
    secretAccessKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    serviceUrl: any(...)
  }
}

对于 AppFigures,请使用:

{
  type: 'AppFigures'
  typeProperties: {
    clientKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    userName: any(...)
  }
}

对于 Asana,请使用:

{
  type: 'Asana'
  typeProperties: {
    apiToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential: 'string'
  }
}

对于 AzureBatch,请使用:

{
  type: 'AzureBatch'
  typeProperties: {
    accessKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    accountName: any(...)
    batchUri: any(...)
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    encryptedCredential: 'string'
    linkedServiceName: {
      parameters: {
        {customized property}: any(...)
      }
      referenceName: 'string'
      type: 'string'
    }
    poolName: any(...)
  }
}

对于 AzureBlobFS,请使用:

{
  type: 'AzureBlobFS'
  typeProperties: {
    accountKey: any(...)
    azureCloudType: any(...)
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    encryptedCredential: 'string'
    sasToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    sasUri: any(...)
    servicePrincipalCredential: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredentialType: any(...)
    servicePrincipalId: any(...)
    servicePrincipalKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    tenant: any(...)
    url: any(...)
  }
}

对于 AzureBlobStorage,请使用:

{
  type: 'AzureBlobStorage'
  typeProperties: {
    accountKey: {
      secretName: any(...)
      secretVersion: any(...)
      store: {
        parameters: {
          {customized property}: any(...)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
    accountKind: any(...)
    authenticationType: 'string'
    azureCloudType: any(...)
    connectionString: any(...)
    containerUri: any(...)
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    encryptedCredential: 'string'
    sasToken: {
      secretName: any(...)
      secretVersion: any(...)
      store: {
        parameters: {
          {customized property}: any(...)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
    sasUri: any(...)
    serviceEndpoint: any(...)
    servicePrincipalId: any(...)
    servicePrincipalKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    tenant: any(...)
  }
}

对于 AzureDataExplorer,请使用:

{
  type: 'AzureDataExplorer'
  typeProperties: {
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    database: any(...)
    endpoint: any(...)
    servicePrincipalId: any(...)
    servicePrincipalKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    tenant: any(...)
  }
}

对于 AzureDataLakeAnalytics,请使用:

{
  type: 'AzureDataLakeAnalytics'
  typeProperties: {
    accountName: any(...)
    dataLakeAnalyticsUri: any(...)
    encryptedCredential: 'string'
    resourceGroupName: any(...)
    servicePrincipalId: any(...)
    servicePrincipalKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    subscriptionId: any(...)
    tenant: any(...)
  }
}

对于 AzureDataLakeStore,请使用:

{
  type: 'AzureDataLakeStore'
  typeProperties: {
    accountName: any(...)
    azureCloudType: any(...)
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    dataLakeStoreUri: any(...)
    encryptedCredential: 'string'
    resourceGroupName: any(...)
    servicePrincipalId: any(...)
    servicePrincipalKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    subscriptionId: any(...)
    tenant: any(...)
  }
}

对于 AzureDatabricks,请使用:

{
  type: 'AzureDatabricks'
  typeProperties: {
    accessToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    authentication: any(...)
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    dataSecurityMode: any(...)
    domain: any(...)
    encryptedCredential: 'string'
    existingClusterId: any(...)
    instancePoolId: any(...)
    newClusterCustomTags: {
      {customized property}: any(...)
    }
    newClusterDriverNodeType: any(...)
    newClusterEnableElasticDisk: any(...)
    newClusterInitScripts: any(...)
    newClusterLogDestination: any(...)
    newClusterNodeType: any(...)
    newClusterNumOfWorker: any(...)
    newClusterSparkConf: {
      {customized property}: any(...)
    }
    newClusterSparkEnvVars: {
      {customized property}: any(...)
    }
    newClusterVersion: any(...)
    policyId: any(...)
    workspaceResourceId: any(...)
  }
}

对于 AzureDatabricksDeltaLake,请使用:

{
  type: 'AzureDatabricksDeltaLake'
  typeProperties: {
    accessToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    clusterId: any(...)
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    domain: any(...)
    encryptedCredential: 'string'
    workspaceResourceId: any(...)
  }
}

对于 AzureFileStorage,请使用:

{
  type: 'AzureFileStorage'
  typeProperties: {
    accountKey: {
      secretName: any(...)
      secretVersion: any(...)
      store: {
        parameters: {
          {customized property}: any(...)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
    connectionString: any(...)
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    encryptedCredential: 'string'
    fileShare: any(...)
    host: any(...)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    sasToken: {
      secretName: any(...)
      secretVersion: any(...)
      store: {
        parameters: {
          {customized property}: any(...)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
    sasUri: any(...)
    serviceEndpoint: any(...)
    snapshot: any(...)
    userId: any(...)
  }
}

对于 AzureFunction,请使用:

{
  type: 'AzureFunction'
  typeProperties: {
    authentication: any(...)
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    encryptedCredential: 'string'
    functionAppUrl: any(...)
    functionKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    resourceId: any(...)
  }
}

对于 AzureKeyVault,请使用:

{
  type: 'AzureKeyVault'
  typeProperties: {
    baseUrl: any(...)
    credential: {
      referenceName: 'string'
      type: 'string'
    }
  }
}

对于 AzureML,请使用:

{
  type: 'AzureML'
  typeProperties: {
    apiKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    authentication: any(...)
    encryptedCredential: 'string'
    mlEndpoint: any(...)
    servicePrincipalId: any(...)
    servicePrincipalKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    tenant: any(...)
    updateResourceEndpoint: any(...)
  }
}

对于 AzureMLService,请使用:

{
  type: 'AzureMLService'
  typeProperties: {
    authentication: any(...)
    encryptedCredential: 'string'
    mlWorkspaceName: any(...)
    resourceGroupName: any(...)
    servicePrincipalId: any(...)
    servicePrincipalKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    subscriptionId: any(...)
    tenant: any(...)
  }
}

对于 AzureMariaDB,请使用:

{
  type: 'AzureMariaDB'
  typeProperties: {
    connectionString: any(...)
    encryptedCredential: 'string'
    pwd: {
      secretName: any(...)
      secretVersion: any(...)
      store: {
        parameters: {
          {customized property}: any(...)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
  }
}

对于 AzureMySql,请使用:

{
  type: 'AzureMySql'
  typeProperties: {
    connectionString: any(...)
    encryptedCredential: 'string'
    password: {
      secretName: any(...)
      secretVersion: any(...)
      store: {
        parameters: {
          {customized property}: any(...)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
  }
}

对于 AzurePostgreSql,请使用:

{
  type: 'AzurePostgreSql'
  typeProperties: {
    azureCloudType: any(...)
    commandTimeout: any(...)
    connectionString: any(...)
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    database: any(...)
    encoding: any(...)
    encryptedCredential: 'string'
    password: {
      secretName: any(...)
      secretVersion: any(...)
      store: {
        parameters: {
          {customized property}: any(...)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
    port: any(...)
    readBufferSize: any(...)
    server: any(...)
    servicePrincipalCredentialType: any(...)
    servicePrincipalEmbeddedCert: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalEmbeddedCertPassword: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalId: any(...)
    servicePrincipalKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    sslMode: any(...)
    tenant: any(...)
    timeout: any(...)
    timezone: any(...)
    trustServerCertificate: any(...)
    username: any(...)
  }
}

对于 AzureSearch,请使用:

{
  type: 'AzureSearch'
  typeProperties: {
    encryptedCredential: 'string'
    key: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    url: any(...)
  }
}

对于 AzureSqlDW,请使用:

{
  type: 'AzureSqlDW'
  typeProperties: {
    applicationIntent: any(...)
    authenticationType: 'string'
    azureCloudType: any(...)
    commandTimeout: any(...)
    connectionString: any(...)
    connectRetryCount: any(...)
    connectRetryInterval: any(...)
    connectTimeout: any(...)
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    database: any(...)
    encrypt: any(...)
    encryptedCredential: 'string'
    failoverPartner: any(...)
    hostNameInCertificate: any(...)
    integratedSecurity: any(...)
    loadBalanceTimeout: any(...)
    maxPoolSize: any(...)
    minPoolSize: any(...)
    multipleActiveResultSets: any(...)
    multiSubnetFailover: any(...)
    packetSize: any(...)
    password: {
      secretName: any(...)
      secretVersion: any(...)
      store: {
        parameters: {
          {customized property}: any(...)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
    pooling: any(...)
    server: any(...)
    servicePrincipalCredential: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredentialType: any(...)
    servicePrincipalId: any(...)
    servicePrincipalKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    tenant: any(...)
    trustServerCertificate: any(...)
    userName: any(...)
  }
}

对于 AzureSqlDatabase,请使用:

{
  type: 'AzureSqlDatabase'
  typeProperties: {
    alwaysEncryptedSettings: {
      alwaysEncryptedAkvAuthType: 'string'
      credential: {
        referenceName: 'string'
        type: 'string'
      }
      servicePrincipalId: any(...)
      servicePrincipalKey: {
        type: 'string'
        // For remaining properties, see SecretBase objects
      }
    }
    applicationIntent: any(...)
    authenticationType: 'string'
    azureCloudType: any(...)
    commandTimeout: any(...)
    connectionString: any(...)
    connectRetryCount: any(...)
    connectRetryInterval: any(...)
    connectTimeout: any(...)
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    database: any(...)
    encrypt: any(...)
    encryptedCredential: 'string'
    failoverPartner: any(...)
    hostNameInCertificate: any(...)
    integratedSecurity: any(...)
    loadBalanceTimeout: any(...)
    maxPoolSize: any(...)
    minPoolSize: any(...)
    multipleActiveResultSets: any(...)
    multiSubnetFailover: any(...)
    packetSize: any(...)
    password: {
      secretName: any(...)
      secretVersion: any(...)
      store: {
        parameters: {
          {customized property}: any(...)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
    pooling: any(...)
    server: any(...)
    servicePrincipalCredential: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredentialType: any(...)
    servicePrincipalId: any(...)
    servicePrincipalKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    tenant: any(...)
    trustServerCertificate: any(...)
    userName: any(...)
  }
}

对于 AzureSqlMI,请使用:

{
  type: 'AzureSqlMI'
  typeProperties: {
    alwaysEncryptedSettings: {
      alwaysEncryptedAkvAuthType: 'string'
      credential: {
        referenceName: 'string'
        type: 'string'
      }
      servicePrincipalId: any(...)
      servicePrincipalKey: {
        type: 'string'
        // For remaining properties, see SecretBase objects
      }
    }
    applicationIntent: any(...)
    authenticationType: 'string'
    azureCloudType: any(...)
    commandTimeout: any(...)
    connectionString: any(...)
    connectRetryCount: any(...)
    connectRetryInterval: any(...)
    connectTimeout: any(...)
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    database: any(...)
    encrypt: any(...)
    encryptedCredential: 'string'
    failoverPartner: any(...)
    hostNameInCertificate: any(...)
    integratedSecurity: any(...)
    loadBalanceTimeout: any(...)
    maxPoolSize: any(...)
    minPoolSize: any(...)
    multipleActiveResultSets: any(...)
    multiSubnetFailover: any(...)
    packetSize: any(...)
    password: {
      secretName: any(...)
      secretVersion: any(...)
      store: {
        parameters: {
          {customized property}: any(...)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
    pooling: any(...)
    server: any(...)
    servicePrincipalCredential: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredentialType: any(...)
    servicePrincipalId: any(...)
    servicePrincipalKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    tenant: any(...)
    trustServerCertificate: any(...)
    userName: any(...)
  }
}

对于 AzureStorage,请使用:

{
  type: 'AzureStorage'
  typeProperties: {
    accountKey: {
      secretName: any(...)
      secretVersion: any(...)
      store: {
        parameters: {
          {customized property}: any(...)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
    connectionString: any(...)
    encryptedCredential: 'string'
    sasToken: {
      secretName: any(...)
      secretVersion: any(...)
      store: {
        parameters: {
          {customized property}: any(...)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
    sasUri: any(...)
  }
}

对于 AzureSynapseArtifacts,请使用:

{
  type: 'AzureSynapseArtifacts'
  typeProperties: {
    authentication: any(...)
    endpoint: any(...)
    workspaceResourceId: any(...)
  }
}

对于 AzureTableStorage,请使用:

{
  type: 'AzureTableStorage'
  typeProperties: {
    accountKey: {
      secretName: any(...)
      secretVersion: any(...)
      store: {
        parameters: {
          {customized property}: any(...)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
    connectionString: any(...)
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    encryptedCredential: 'string'
    sasToken: {
      secretName: any(...)
      secretVersion: any(...)
      store: {
        parameters: {
          {customized property}: any(...)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
    sasUri: any(...)
    serviceEndpoint: any(...)
  }
}

对于 Cassandra,请使用:

{
  type: 'Cassandra'
  typeProperties: {
    authenticationType: any(...)
    encryptedCredential: 'string'
    host: any(...)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    port: any(...)
    username: any(...)
  }
}

对于 CommonDataServiceForApps,请使用:

{
  type: 'CommonDataServiceForApps'
  typeProperties: {
    authenticationType: any(...)
    deploymentType: any(...)
    domain: any(...)
    encryptedCredential: 'string'
    hostName: any(...)
    organizationName: any(...)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    port: any(...)
    servicePrincipalCredential: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredentialType: any(...)
    servicePrincipalId: any(...)
    serviceUri: any(...)
    username: any(...)
  }
}

对于 Concur,请使用:

{
  type: 'Concur'
  typeProperties: {
    clientId: any(...)
    connectionProperties: any(...)
    encryptedCredential: 'string'
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    useEncryptedEndpoints: any(...)
    useHostVerification: any(...)
    usePeerVerification: any(...)
    username: any(...)
  }
}

对于 CosmosDb,请使用:

{
  type: 'CosmosDb'
  typeProperties: {
    accountEndpoint: any(...)
    accountKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    azureCloudType: any(...)
    connectionMode: 'string'
    connectionString: any(...)
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    database: any(...)
    encryptedCredential: 'string'
    servicePrincipalCredential: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredentialType: any(...)
    servicePrincipalId: any(...)
    tenant: any(...)
  }
}

对于 CosmosDbMongoDbApi,请使用:

{
  type: 'CosmosDbMongoDbApi'
  typeProperties: {
    connectionString: any(...)
    database: any(...)
    isServerVersionAbove32: any(...)
  }
}

对于 Couchbase,请使用:

{
  type: 'Couchbase'
  typeProperties: {
    connectionString: any(...)
    credString: {
      secretName: any(...)
      secretVersion: any(...)
      store: {
        parameters: {
          {customized property}: any(...)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
    encryptedCredential: 'string'
  }
}

对于 CustomDataSource,请使用:

{
  type: 'CustomDataSource'
  typeProperties: any(...)
}

对于 Dataworld,请使用:

{
  type: 'Dataworld'
  typeProperties: {
    apiToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential: 'string'
  }
}

对于 Db2,请使用:

{
  type: 'Db2'
  typeProperties: {
    authenticationType: 'string'
    certificateCommonName: any(...)
    connectionString: any(...)
    database: any(...)
    encryptedCredential: 'string'
    packageCollection: any(...)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    server: any(...)
    username: any(...)
  }
}

对于 钻头,请使用:

{
  type: 'Drill'
  typeProperties: {
    connectionString: any(...)
    encryptedCredential: 'string'
    pwd: {
      secretName: any(...)
      secretVersion: any(...)
      store: {
        parameters: {
          {customized property}: any(...)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
  }
}

对于 Dynamics,请使用:

{
  type: 'Dynamics'
  typeProperties: {
    authenticationType: any(...)
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    deploymentType: any(...)
    domain: any(...)
    encryptedCredential: 'string'
    hostName: any(...)
    organizationName: any(...)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    port: any(...)
    servicePrincipalCredential: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredentialType: any(...)
    servicePrincipalId: any(...)
    serviceUri: any(...)
    username: any(...)
  }
}

对于 DynamicsAX,请使用:

{
  type: 'DynamicsAX'
  typeProperties: {
    aadResourceId: any(...)
    encryptedCredential: 'string'
    servicePrincipalId: any(...)
    servicePrincipalKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    tenant: any(...)
    url: any(...)
  }
}

对于 DynamicsCrm,请使用:

{
  type: 'DynamicsCrm'
  typeProperties: {
    authenticationType: any(...)
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    deploymentType: any(...)
    domain: any(...)
    encryptedCredential: 'string'
    hostName: any(...)
    organizationName: any(...)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    port: any(...)
    servicePrincipalCredential: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredentialType: any(...)
    servicePrincipalId: any(...)
    serviceUri: any(...)
    username: any(...)
  }
}

对于 Eloqua,请使用:

{
  type: 'Eloqua'
  typeProperties: {
    encryptedCredential: 'string'
    endpoint: any(...)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    useEncryptedEndpoints: any(...)
    useHostVerification: any(...)
    usePeerVerification: any(...)
    username: any(...)
  }
}

对于 FileServer,请使用:

{
  type: 'FileServer'
  typeProperties: {
    encryptedCredential: 'string'
    host: any(...)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    userId: any(...)
  }
}

对于 FtpServer,请使用:

{
  type: 'FtpServer'
  typeProperties: {
    authenticationType: 'string'
    enableServerCertificateValidation: any(...)
    enableSsl: any(...)
    encryptedCredential: 'string'
    host: any(...)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    port: any(...)
    userName: any(...)
  }
}

对于 GoogleAdWords,请使用:

{
  type: 'GoogleAdWords'
  typeProperties: {
    authenticationType: 'string'
    clientCustomerID: any(...)
    clientId: any(...)
    clientSecret: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    connectionProperties: any(...)
    developerToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    email: any(...)
    encryptedCredential: 'string'
    googleAdsApiVersion: any(...)
    keyFilePath: any(...)
    loginCustomerID: any(...)
    privateKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    refreshToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    supportLegacyDataTypes: any(...)
    trustedCertPath: any(...)
    useSystemTrustStore: any(...)
  }
}

对于 GoogleBigQuery,请使用:

{
  type: 'GoogleBigQuery'
  typeProperties: {
    additionalProjects: any(...)
    authenticationType: 'string'
    clientId: any(...)
    clientSecret: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    email: any(...)
    encryptedCredential: 'string'
    keyFilePath: any(...)
    project: any(...)
    refreshToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    requestGoogleDriveScope: any(...)
    trustedCertPath: any(...)
    useSystemTrustStore: any(...)
  }
}

对于 GoogleBigQueryV2,请使用:

{
  type: 'GoogleBigQueryV2'
  typeProperties: {
    authenticationType: 'string'
    clientId: any(...)
    clientSecret: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential: 'string'
    keyFileContent: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    projectId: any(...)
    refreshToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
  }
}

对于 GoogleCloudStorage,请使用:

{
  type: 'GoogleCloudStorage'
  typeProperties: {
    accessKeyId: any(...)
    encryptedCredential: 'string'
    secretAccessKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    serviceUrl: any(...)
  }
}

对于 GoogleSheets,请使用:

{
  type: 'GoogleSheets'
  typeProperties: {
    apiToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential: 'string'
  }
}

对于 Greenplum,请使用:

{
  type: 'Greenplum'
  typeProperties: {
    authenticationType: 'string'
    commandTimeout: any(...)
    connectionString: any(...)
    connectionTimeout: any(...)
    database: any(...)
    encryptedCredential: 'string'
    host: any(...)
    port: any(...)
    pwd: {
      secretName: any(...)
      secretVersion: any(...)
      store: {
        parameters: {
          {customized property}: any(...)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
    sslMode: any(...)
    username: any(...)
  }
}

对于 HBase,请使用:

{
  type: 'HBase'
  typeProperties: {
    allowHostNameCNMismatch: any(...)
    allowSelfSignedServerCert: any(...)
    authenticationType: 'string'
    enableSsl: any(...)
    encryptedCredential: 'string'
    host: any(...)
    httpPath: any(...)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    port: any(...)
    trustedCertPath: any(...)
    username: any(...)
  }
}

对于 HDInsight,请使用:

{
  type: 'HDInsight'
  typeProperties: {
    clusterAuthType: 'string'
    clusterUri: any(...)
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    encryptedCredential: 'string'
    fileSystem: any(...)
    hcatalogLinkedServiceName: {
      parameters: {
        {customized property}: any(...)
      }
      referenceName: 'string'
      type: 'string'
    }
    isEspEnabled: any(...)
    linkedServiceName: {
      parameters: {
        {customized property}: any(...)
      }
      referenceName: 'string'
      type: 'string'
    }
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    userName: any(...)
  }
}

对于 HDInsightOnDemand,请使用:

{
  type: 'HDInsightOnDemand'
  typeProperties: {
    additionalLinkedServiceNames: [
      {
        parameters: {
          {customized property}: any(...)
        }
        referenceName: 'string'
        type: 'string'
      }
    ]
    clusterNamePrefix: any(...)
    clusterPassword: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    clusterResourceGroup: any(...)
    clusterResourceGroupAuthType: 'string'
    clusterSize: any(...)
    clusterSshPassword: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    clusterSshUserName: any(...)
    clusterType: any(...)
    clusterUserName: any(...)
    coreConfiguration: any(...)
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    dataNodeSize: any(...)
    encryptedCredential: 'string'
    hBaseConfiguration: any(...)
    hcatalogLinkedServiceName: {
      parameters: {
        {customized property}: any(...)
      }
      referenceName: 'string'
      type: 'string'
    }
    hdfsConfiguration: any(...)
    headNodeSize: any(...)
    hiveConfiguration: any(...)
    hostSubscriptionId: any(...)
    linkedServiceName: {
      parameters: {
        {customized property}: any(...)
      }
      referenceName: 'string'
      type: 'string'
    }
    mapReduceConfiguration: any(...)
    oozieConfiguration: any(...)
    scriptActions: [
      {
        name: 'string'
        parameters: 'string'
        roles: any(...)
        uri: 'string'
      }
    ]
    servicePrincipalId: any(...)
    servicePrincipalKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    sparkVersion: any(...)
    stormConfiguration: any(...)
    subnetName: any(...)
    tenant: any(...)
    timeToLive: any(...)
    version: any(...)
    virtualNetworkId: any(...)
    yarnConfiguration: any(...)
    zookeeperNodeSize: any(...)
  }
}

对于 Hdfs,请使用:

{
  type: 'Hdfs'
  typeProperties: {
    authenticationType: any(...)
    encryptedCredential: 'string'
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    url: any(...)
    userName: any(...)
  }
}

对于 Hive,请使用:

{
  type: 'Hive'
  typeProperties: {
    allowHostNameCNMismatch: any(...)
    allowSelfSignedServerCert: any(...)
    authenticationType: 'string'
    enableServerCertificateValidation: any(...)
    enableSsl: any(...)
    encryptedCredential: 'string'
    host: any(...)
    httpPath: any(...)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    port: any(...)
    serverType: 'string'
    serviceDiscoveryMode: any(...)
    thriftTransportProtocol: 'string'
    trustedCertPath: any(...)
    useNativeQuery: any(...)
    username: any(...)
    useSystemTrustStore: any(...)
    zooKeeperNameSpace: any(...)
  }
}

对于 HttpServer,请使用:

{
  type: 'HttpServer'
  typeProperties: {
    authenticationType: 'string'
    authHeaders: any(...)
    certThumbprint: any(...)
    embeddedCertData: any(...)
    enableServerCertificateValidation: any(...)
    encryptedCredential: 'string'
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    url: any(...)
    userName: any(...)
  }
}

对于 Hubspot,请使用:

{
  type: 'Hubspot'
  typeProperties: {
    accessToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    clientId: any(...)
    clientSecret: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential: 'string'
    refreshToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    useEncryptedEndpoints: any(...)
    useHostVerification: any(...)
    usePeerVerification: any(...)
  }
}

对于 Impala,请使用:

{
  type: 'Impala'
  typeProperties: {
    allowHostNameCNMismatch: any(...)
    allowSelfSignedServerCert: any(...)
    authenticationType: 'string'
    enableServerCertificateValidation: any(...)
    enableSsl: any(...)
    encryptedCredential: 'string'
    host: any(...)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    port: any(...)
    thriftTransportProtocol: 'string'
    trustedCertPath: any(...)
    username: any(...)
    useSystemTrustStore: any(...)
  }
}

对于 Informix,请使用:

{
  type: 'Informix'
  typeProperties: {
    authenticationType: any(...)
    connectionString: any(...)
    credential: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential: 'string'
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    userName: any(...)
  }
}

对于 Jira,请使用:

{
  type: 'Jira'
  typeProperties: {
    encryptedCredential: 'string'
    host: any(...)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    port: any(...)
    useEncryptedEndpoints: any(...)
    useHostVerification: any(...)
    usePeerVerification: any(...)
    username: any(...)
  }
}

对于 Lakehouse,请使用:

{
  type: 'Lakehouse'
  typeProperties: {
    artifactId: any(...)
    authenticationType: 'string'
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    encryptedCredential: 'string'
    servicePrincipalCredential: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredentialType: any(...)
    servicePrincipalId: any(...)
    servicePrincipalKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    tenant: any(...)
    workspaceId: any(...)
  }
}

对于 Magento,请使用:

{
  type: 'Magento'
  typeProperties: {
    accessToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential: 'string'
    host: any(...)
    useEncryptedEndpoints: any(...)
    useHostVerification: any(...)
    usePeerVerification: any(...)
  }
}

对于 MariaDB,请使用:

{
  type: 'MariaDB'
  typeProperties: {
    connectionString: any(...)
    database: any(...)
    driverVersion: any(...)
    encryptedCredential: 'string'
    password: {
      secretName: any(...)
      secretVersion: any(...)
      store: {
        parameters: {
          {customized property}: any(...)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
    port: any(...)
    server: any(...)
    sslMode: any(...)
    username: any(...)
    useSystemTrustStore: any(...)
  }
}

对于 Marketo,请使用:

{
  type: 'Marketo'
  typeProperties: {
    clientId: any(...)
    clientSecret: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential: 'string'
    endpoint: any(...)
    useEncryptedEndpoints: any(...)
    useHostVerification: any(...)
    usePeerVerification: any(...)
  }
}

对于 MicrosoftAccess,请使用:

{
  type: 'MicrosoftAccess'
  typeProperties: {
    authenticationType: any(...)
    connectionString: any(...)
    credential: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential: 'string'
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    userName: any(...)
  }
}

对于 MongoDb,请使用:

{
  type: 'MongoDb'
  typeProperties: {
    allowSelfSignedServerCert: any(...)
    authenticationType: 'string'
    authSource: any(...)
    databaseName: any(...)
    enableSsl: any(...)
    encryptedCredential: 'string'
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    port: any(...)
    server: any(...)
    username: any(...)
  }
}

对于 MongoDbAtlas,请使用:

{
  type: 'MongoDbAtlas'
  typeProperties: {
    connectionString: any(...)
    database: any(...)
    driverVersion: any(...)
  }
}

对于 MongoDbV2,请使用:

{
  type: 'MongoDbV2'
  typeProperties: {
    connectionString: any(...)
    database: any(...)
  }
}

对于 MySql,请使用:

{
  type: 'MySql'
  typeProperties: {
    allowZeroDateTime: any(...)
    connectionString: any(...)
    connectionTimeout: any(...)
    convertZeroDateTime: any(...)
    database: any(...)
    driverVersion: any(...)
    encryptedCredential: 'string'
    guidFormat: any(...)
    password: {
      secretName: any(...)
      secretVersion: any(...)
      store: {
        parameters: {
          {customized property}: any(...)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
    port: any(...)
    server: any(...)
    sslCert: any(...)
    sslKey: any(...)
    sslMode: any(...)
    treatTinyAsBoolean: any(...)
    username: any(...)
    useSystemTrustStore: any(...)
  }
}

对于 Netezza,请使用:

{
  type: 'Netezza'
  typeProperties: {
    connectionString: any(...)
    database: any(...)
    encryptedCredential: 'string'
    port: any(...)
    pwd: {
      secretName: any(...)
      secretVersion: any(...)
      store: {
        parameters: {
          {customized property}: any(...)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
    securityLevel: 'string'
    server: any(...)
    uid: any(...)
  }
}

对于 OData,请使用:

{
  type: 'OData'
  typeProperties: {
    aadResourceId: any(...)
    aadServicePrincipalCredentialType: 'string'
    authenticationType: 'string'
    authHeaders: any(...)
    azureCloudType: any(...)
    encryptedCredential: 'string'
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalEmbeddedCert: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalEmbeddedCertPassword: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalId: any(...)
    servicePrincipalKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    tenant: any(...)
    url: any(...)
    userName: any(...)
  }
}

对于 Odbc,请使用:

{
  type: 'Odbc'
  typeProperties: {
    authenticationType: any(...)
    connectionString: any(...)
    credential: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential: 'string'
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    userName: any(...)
  }
}

对于 Office365,请使用:

{
  type: 'Office365'
  typeProperties: {
    encryptedCredential: 'string'
    office365TenantId: any(...)
    servicePrincipalCredentialType: any(...)
    servicePrincipalEmbeddedCert: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalEmbeddedCertPassword: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalId: any(...)
    servicePrincipalKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalTenantId: any(...)
  }
}

对于 Oracle,请使用:

{
  type: 'Oracle'
  typeProperties: {
    authenticationType: 'string'
    connectionString: any(...)
    cryptoChecksumClient: any(...)
    cryptoChecksumTypesClient: any(...)
    enableBulkLoad: any(...)
    encryptedCredential: 'string'
    encryptionClient: any(...)
    encryptionTypesClient: any(...)
    fetchSize: any(...)
    fetchTswtzAsTimestamp: any(...)
    initializationString: any(...)
    initialLobFetchSize: any(...)
    password: {
      secretName: any(...)
      secretVersion: any(...)
      store: {
        parameters: {
          {customized property}: any(...)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
    server: any(...)
    statementCacheSize: any(...)
    supportV1DataTypes: any(...)
    username: any(...)
  }
}

对于 OracleCloudStorage,请使用:

{
  type: 'OracleCloudStorage'
  typeProperties: {
    accessKeyId: any(...)
    encryptedCredential: 'string'
    secretAccessKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    serviceUrl: any(...)
  }
}

对于 OracleServiceCloud,请使用:

{
  type: 'OracleServiceCloud'
  typeProperties: {
    encryptedCredential: 'string'
    host: any(...)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    useEncryptedEndpoints: any(...)
    useHostVerification: any(...)
    usePeerVerification: any(...)
    username: any(...)
  }
}

对于 PayPal,请使用:

{
  type: 'Paypal'
  typeProperties: {
    clientId: any(...)
    clientSecret: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential: 'string'
    host: any(...)
    useEncryptedEndpoints: any(...)
    useHostVerification: any(...)
    usePeerVerification: any(...)
  }
}

对于 凤凰,请使用:

{
  type: 'Phoenix'
  typeProperties: {
    allowHostNameCNMismatch: any(...)
    allowSelfSignedServerCert: any(...)
    authenticationType: 'string'
    enableSsl: any(...)
    encryptedCredential: 'string'
    host: any(...)
    httpPath: any(...)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    port: any(...)
    trustedCertPath: any(...)
    username: any(...)
    useSystemTrustStore: any(...)
  }
}

对于 PostgreSql,请使用:

{
  type: 'PostgreSql'
  typeProperties: {
    connectionString: any(...)
    encryptedCredential: 'string'
    password: {
      secretName: any(...)
      secretVersion: any(...)
      store: {
        parameters: {
          {customized property}: any(...)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
  }
}

对于 PostgreSqlV2,请使用:

{
  type: 'PostgreSqlV2'
  typeProperties: {
    authenticationType: any(...)
    commandTimeout: any(...)
    connectionTimeout: any(...)
    database: any(...)
    encoding: any(...)
    encryptedCredential: 'string'
    logParameters: any(...)
    password: {
      secretName: any(...)
      secretVersion: any(...)
      store: {
        parameters: {
          {customized property}: any(...)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
    pooling: any(...)
    port: any(...)
    readBufferSize: any(...)
    schema: any(...)
    server: any(...)
    sslCertificate: any(...)
    sslKey: any(...)
    sslMode: any(...)
    sslPassword: any(...)
    timezone: any(...)
    trustServerCertificate: any(...)
    username: any(...)
  }
}

对于 Presto,请使用:

{
  type: 'Presto'
  typeProperties: {
    allowHostNameCNMismatch: any(...)
    allowSelfSignedServerCert: any(...)
    authenticationType: 'string'
    catalog: any(...)
    enableServerCertificateValidation: any(...)
    enableSsl: any(...)
    encryptedCredential: 'string'
    host: any(...)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    port: any(...)
    serverVersion: any(...)
    timeZoneID: any(...)
    trustedCertPath: any(...)
    username: any(...)
    useSystemTrustStore: any(...)
  }
}

对于 QuickBooks,请使用:

{
  type: 'QuickBooks'
  typeProperties: {
    accessToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    accessTokenSecret: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    companyId: any(...)
    connectionProperties: any(...)
    consumerKey: any(...)
    consumerSecret: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential: 'string'
    endpoint: any(...)
    refreshToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    useEncryptedEndpoints: any(...)
  }
}

对于 Quickbase,请使用:

{
  type: 'Quickbase'
  typeProperties: {
    encryptedCredential: 'string'
    url: any(...)
    userToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
  }
}

对于 Responsys,请使用:

{
  type: 'Responsys'
  typeProperties: {
    clientId: any(...)
    clientSecret: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential: 'string'
    endpoint: any(...)
    useEncryptedEndpoints: any(...)
    useHostVerification: any(...)
    usePeerVerification: any(...)
  }
}

对于 RestService,请使用:

{
  type: 'RestService'
  typeProperties: {
    aadResourceId: any(...)
    authenticationType: 'string'
    authHeaders: any(...)
    azureCloudType: any(...)
    clientId: any(...)
    clientSecret: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    enableServerCertificateValidation: any(...)
    encryptedCredential: 'string'
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    resource: any(...)
    scope: any(...)
    servicePrincipalCredentialType: any(...)
    servicePrincipalEmbeddedCert: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalEmbeddedCertPassword: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalId: any(...)
    servicePrincipalKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    tenant: any(...)
    tokenEndpoint: any(...)
    url: any(...)
    userName: any(...)
  }
}

对于 Salesforce,请使用:

{
  type: 'Salesforce'
  typeProperties: {
    apiVersion: any(...)
    encryptedCredential: 'string'
    environmentUrl: any(...)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    securityToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    username: any(...)
  }
}

对于 SalesforceMarketingCloud,请使用:

{
  type: 'SalesforceMarketingCloud'
  typeProperties: {
    clientId: any(...)
    clientSecret: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    connectionProperties: any(...)
    encryptedCredential: 'string'
    useEncryptedEndpoints: any(...)
    useHostVerification: any(...)
    usePeerVerification: any(...)
  }
}

对于 SalesforceServiceCloud,请使用:

{
  type: 'SalesforceServiceCloud'
  typeProperties: {
    apiVersion: any(...)
    encryptedCredential: 'string'
    environmentUrl: any(...)
    extendedProperties: any(...)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    securityToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    username: any(...)
  }
}

对于 SalesforceServiceCloudV2,请使用:

{
  type: 'SalesforceServiceCloudV2'
  typeProperties: {
    apiVersion: any(...)
    authenticationType: any(...)
    clientId: any(...)
    clientSecret: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential: 'string'
    environmentUrl: any(...)
  }
}

对于 SalesforceV2,请使用:

{
  type: 'SalesforceV2'
  typeProperties: {
    apiVersion: any(...)
    authenticationType: any(...)
    clientId: any(...)
    clientSecret: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential: 'string'
    environmentUrl: any(...)
  }
}

对于 SapBW,请使用:

{
  type: 'SapBW'
  typeProperties: {
    clientId: any(...)
    encryptedCredential: 'string'
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    server: any(...)
    systemNumber: any(...)
    userName: any(...)
  }
}

对于 SapCloudForCustomer,请使用:

{
  type: 'SapCloudForCustomer'
  typeProperties: {
    encryptedCredential: 'string'
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    url: any(...)
    username: any(...)
  }
}

对于 SapEcc,请使用:

{
  type: 'SapEcc'
  typeProperties: {
    encryptedCredential: 'string'
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    url: any(...)
    username: any(...)
  }
}

对于 SapHana,请使用:

{
  type: 'SapHana'
  typeProperties: {
    authenticationType: 'string'
    connectionString: any(...)
    encryptedCredential: 'string'
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    server: any(...)
    userName: any(...)
  }
}

对于 SapOdp,请使用:

{
  type: 'SapOdp'
  typeProperties: {
    clientId: any(...)
    encryptedCredential: 'string'
    language: any(...)
    logonGroup: any(...)
    messageServer: any(...)
    messageServerService: any(...)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    server: any(...)
    sncLibraryPath: any(...)
    sncMode: any(...)
    sncMyName: any(...)
    sncPartnerName: any(...)
    sncQop: any(...)
    subscriberName: any(...)
    systemId: any(...)
    systemNumber: any(...)
    userName: any(...)
    x509CertificatePath: any(...)
  }
}

对于 SapOpenHub,请使用:

{
  type: 'SapOpenHub'
  typeProperties: {
    clientId: any(...)
    encryptedCredential: 'string'
    language: any(...)
    logonGroup: any(...)
    messageServer: any(...)
    messageServerService: any(...)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    server: any(...)
    systemId: any(...)
    systemNumber: any(...)
    userName: any(...)
  }
}

对于 SapTable,请使用:

{
  type: 'SapTable'
  typeProperties: {
    clientId: any(...)
    encryptedCredential: 'string'
    language: any(...)
    logonGroup: any(...)
    messageServer: any(...)
    messageServerService: any(...)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    server: any(...)
    sncLibraryPath: any(...)
    sncMode: any(...)
    sncMyName: any(...)
    sncPartnerName: any(...)
    sncQop: any(...)
    systemId: any(...)
    systemNumber: any(...)
    userName: any(...)
  }
}

对于 ServiceNow,请使用:

{
  type: 'ServiceNow'
  typeProperties: {
    authenticationType: 'string'
    clientId: any(...)
    clientSecret: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential: 'string'
    endpoint: any(...)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    useEncryptedEndpoints: any(...)
    useHostVerification: any(...)
    usePeerVerification: any(...)
    username: any(...)
  }
}

对于 ServiceNowV2,请使用:

{
  type: 'ServiceNowV2'
  typeProperties: {
    authenticationType: 'string'
    clientId: any(...)
    clientSecret: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential: 'string'
    endpoint: any(...)
    grantType: any(...)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    username: any(...)
  }
}

对于 Sftp,请使用:

{
  type: 'Sftp'
  typeProperties: {
    authenticationType: 'string'
    encryptedCredential: 'string'
    host: any(...)
    hostKeyFingerprint: any(...)
    passPhrase: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    port: any(...)
    privateKeyContent: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    privateKeyPath: any(...)
    skipHostKeyValidation: any(...)
    userName: any(...)
  }
}

对于 SharePointOnlineList,请使用:

{
  type: 'SharePointOnlineList'
  typeProperties: {
    encryptedCredential: 'string'
    servicePrincipalCredentialType: any(...)
    servicePrincipalEmbeddedCert: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalEmbeddedCertPassword: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalId: any(...)
    servicePrincipalKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    siteUrl: any(...)
    tenantId: any(...)
  }
}

对于 Shopify,请使用:

{
  type: 'Shopify'
  typeProperties: {
    accessToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential: 'string'
    host: any(...)
    useEncryptedEndpoints: any(...)
    useHostVerification: any(...)
    usePeerVerification: any(...)
  }
}

对于 Smartsheet,请使用:

{
  type: 'Smartsheet'
  typeProperties: {
    apiToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential: 'string'
  }
}

对于 Snowflake,请使用:

{
  type: 'Snowflake'
  typeProperties: {
    connectionString: any(...)
    encryptedCredential: 'string'
    password: {
      secretName: any(...)
      secretVersion: any(...)
      store: {
        parameters: {
          {customized property}: any(...)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
  }
}

对于 SnowflakeV2,请使用:

{
  type: 'SnowflakeV2'
  typeProperties: {
    accountIdentifier: any(...)
    authenticationType: 'string'
    clientId: any(...)
    clientSecret: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    database: any(...)
    encryptedCredential: 'string'
    host: any(...)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    privateKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    privateKeyPassphrase: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    role: any(...)
    schema: any(...)
    scope: any(...)
    tenantId: any(...)
    user: any(...)
    useUtcTimestamps: any(...)
    warehouse: any(...)
  }
}

对于 Spark,请使用:

{
  type: 'Spark'
  typeProperties: {
    allowHostNameCNMismatch: any(...)
    allowSelfSignedServerCert: any(...)
    authenticationType: 'string'
    enableServerCertificateValidation: any(...)
    enableSsl: any(...)
    encryptedCredential: 'string'
    host: any(...)
    httpPath: any(...)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    port: any(...)
    serverType: 'string'
    thriftTransportProtocol: 'string'
    trustedCertPath: any(...)
    username: any(...)
    useSystemTrustStore: any(...)
  }
}

对于 SqlServer,请使用:

{
  type: 'SqlServer'
  typeProperties: {
    alwaysEncryptedSettings: {
      alwaysEncryptedAkvAuthType: 'string'
      credential: {
        referenceName: 'string'
        type: 'string'
      }
      servicePrincipalId: any(...)
      servicePrincipalKey: {
        type: 'string'
        // For remaining properties, see SecretBase objects
      }
    }
    applicationIntent: any(...)
    authenticationType: 'string'
    commandTimeout: any(...)
    connectionString: any(...)
    connectRetryCount: any(...)
    connectRetryInterval: any(...)
    connectTimeout: any(...)
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    database: any(...)
    encrypt: any(...)
    encryptedCredential: 'string'
    failoverPartner: any(...)
    hostNameInCertificate: any(...)
    integratedSecurity: any(...)
    loadBalanceTimeout: any(...)
    maxPoolSize: any(...)
    minPoolSize: any(...)
    multipleActiveResultSets: any(...)
    multiSubnetFailover: any(...)
    packetSize: any(...)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    pooling: any(...)
    server: any(...)
    trustServerCertificate: any(...)
    userName: any(...)
  }
}

对于 Square,请使用:

{
  type: 'Square'
  typeProperties: {
    clientId: any(...)
    clientSecret: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    connectionProperties: any(...)
    encryptedCredential: 'string'
    host: any(...)
    redirectUri: any(...)
    useEncryptedEndpoints: any(...)
    useHostVerification: any(...)
    usePeerVerification: any(...)
  }
}

对于 Sybase,请使用:

{
  type: 'Sybase'
  typeProperties: {
    authenticationType: 'string'
    database: any(...)
    encryptedCredential: 'string'
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    schema: any(...)
    server: any(...)
    username: any(...)
  }
}

对于 TeamDesk,请使用:

{
  type: 'TeamDesk'
  typeProperties: {
    apiToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    authenticationType: 'string'
    encryptedCredential: 'string'
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    url: any(...)
    userName: any(...)
  }
}

对于 Teradata,请使用:

{
  type: 'Teradata'
  typeProperties: {
    authenticationType: 'string'
    characterSet: any(...)
    connectionString: any(...)
    encryptedCredential: 'string'
    httpsPortNumber: any(...)
    maxRespSize: any(...)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    portNumber: any(...)
    server: any(...)
    sslMode: any(...)
    useDataEncryption: any(...)
    username: any(...)
  }
}

对于 Twilio,请使用:

{
  type: 'Twilio'
  typeProperties: {
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    userName: any(...)
  }
}

对于 Vertica,请使用:

{
  type: 'Vertica'
  typeProperties: {
    connectionString: any(...)
    database: any(...)
    encryptedCredential: 'string'
    port: any(...)
    pwd: {
      secretName: any(...)
      secretVersion: any(...)
      store: {
        parameters: {
          {customized property}: any(...)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
    server: any(...)
    uid: any(...)
  }
}

对于 仓库,请使用:

{
  type: 'Warehouse'
  typeProperties: {
    artifactId: any(...)
    authenticationType: 'string'
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    encryptedCredential: 'string'
    endpoint: any(...)
    servicePrincipalCredential: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredentialType: any(...)
    servicePrincipalId: any(...)
    servicePrincipalKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    tenant: any(...)
    workspaceId: any(...)
  }
}

对于 Web,请使用:

{
  type: 'Web'
  typeProperties: {
    url: any(...)
    authenticationType: 'string'
    // For remaining properties, see WebLinkedServiceTypeProperties objects
  }
}

对于 Xero,请使用:

{
  type: 'Xero'
  typeProperties: {
    connectionProperties: any(...)
    consumerKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential: 'string'
    host: any(...)
    privateKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    useEncryptedEndpoints: any(...)
    useHostVerification: any(...)
    usePeerVerification: any(...)
  }
}

对于 Zendesk,请使用:

{
  type: 'Zendesk'
  typeProperties: {
    apiToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    authenticationType: 'string'
    encryptedCredential: 'string'
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    url: any(...)
    userName: any(...)
  }
}

对于 Zoho,请使用:

{
  type: 'Zoho'
  typeProperties: {
    accessToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    connectionProperties: any(...)
    encryptedCredential: 'string'
    endpoint: any(...)
    useEncryptedEndpoints: any(...)
    useHostVerification: any(...)
    usePeerVerification: any(...)
  }
}

SecretBase 对象

设置 类型 属性以指定对象的类型。

对于 AzureKeyVaultSecret,请使用:

{
  secretName: any(...)
  secretVersion: any(...)
  store: {
    parameters: {
      {customized property}: any(...)
    }
    referenceName: 'string'
    type: 'string'
  }
  type: 'AzureKeyVaultSecret'
}

对于 SecureString,请使用:

{
  type: 'SecureString'
  value: 'string'
}

属性值

Microsoft.DataFactory/factories/linkedservices

Name Description Value
name 资源名称 string

Constraints:
最小长度 = 1
最大长度 = 260
模式 = ^[A-Za-z0-9_][^<>*#.%&:\\+?/]*$ (必需)
父级 在 Bicep 中,可以为子资源指定父资源。 仅当子资源在父资源外部声明时,才需要添加此属性。

有关详细信息,请参阅 父资源外部的子资源
类型为:工厂的资源的符号名称
properties 链接服务的属性。 LinkedService (必填)

AmazonMWSLinkedService

Name Description Value
类型 链接服务的类型。 “AmazonMWS”(必填)
typeProperties Amazon Marketplace Web Service 链接服务属性。 AmazonMWSLinkedServiceTypeProperties (必填)

AmazonMWSLinkedServiceTypeProperties

Name Description Value
accessKeyId 用于访问数据的访问密钥 ID。 任何(必填)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
终结点 AmazonMWS 服务器的终结点(即 mws.amazonservices.com) 任何(必填)
marketplaceID 要从中检索数据的 Amazon 市场 ID。 若要从多个市场 ID 检索数据,请用逗号(,)将它们分隔开来。 (即A2EUQ1WTGCTBG2) 任何(必填)
mwsAuthToken AmazonMWS 身份验证令牌。 SecretBase
secretKey 用于访问数据的密钥。 SecretBase
sellerID 亚马逊卖家 ID。 任何(必填)
useEncryptedEndpoints 指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 any
useHostVerification 指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 any
usePeerVerification 指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 any

AmazonRdsForLinkedServiceTypeProperties

Name Description Value
authenticationType 用于连接到 AmazonRdsForOracle 数据库的身份验证类型。 仅用于版本 2.0。 'Basic'
connectionString 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 仅用于版本 1.0。 any
cryptoChecksumClient 指定当此客户端连接到服务器时所需的数据完整性行为。 支持的值接受、拒绝、请求或必需,默认值是必需的。 类型:字符串。 仅用于版本 2.0。 any
cryptoChecksumTypesClient 指定客户端可以使用的加密校验算法。 支持的值为 SHA1、SHA256、SHA384、SHA512、默认值为 (SHA512)。 类型:字符串。 仅用于版本 2.0。 any
enableBulkLoad 指定在将数据加载到数据库中时是使用大容量复制还是批量插入,默认值为 true。 类型:布尔值。 仅用于版本 2.0。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
encryptionClient 指定加密客户端的行为。 支持的值接受、拒绝、请求或必需,默认值是必需的。 类型:字符串。 仅用于版本 2.0。 any
encryptionTypesClient 指定客户端可以使用的加密算法。 支持的值为 AES128、AES192、AES256、3DES112、3DES168、默认值为 (AES256)。 类型:字符串。 仅用于版本 2.0。 any
fetchSize 指定驱动程序为提取一个数据库往返中的数据而分配的字节数,默认值为10485760。 类型:整数。 仅用于版本 2.0。 any
fetchTswtzAsTimestamp 指定驱动程序是否将 TIMESTAMP WITH TIME ZONE 数据类型的列值作为 DateTime 或字符串返回。 如果 supportV1DataTypes 不为 true,则忽略此设置,默认值为 true。 类型:布尔值。 仅用于版本 2.0。 any
initializationString 指定一个命令,该命令在连接数据库后立即执行,以管理会话设置。 类型:字符串。 仅用于版本 2.0。 any
initialLobFetchSize 指定源最初为 LOB 列提取的量,默认值为 0。 类型:整数。 仅用于版本 2.0。 any
密码 连接字符串中密码的 Azure Key Vault 机密引用。 SecretBase
服务器 要连接到的 AmazonRdsForOracle 数据库的位置,支持的表单包括连接器描述符、Easy Connect (Plus) 命名和 Oracle Net Services 名称(仅自承载 IR)。 类型:字符串。 仅用于版本 2.0。 any
statementCacheSize 指定要为每个数据库连接缓存的游标数或语句数,默认值为 0。 类型:整数。 仅用于版本 2.0。 any
supportV1DataTypes 指定是否使用版本 1.0 数据类型映射。 除非要保持与版本 1.0 数据类型映射的向后兼容性,否则不要将其设置为 true,默认值为 false。 类型:布尔值。 仅用于版本 2.0。 any
用户名 AmazonRdsForOracle 数据库用户名。 类型:字符串。 仅用于版本 2.0。 any

AmazonRdsForOracleLinkedService

Name Description Value
类型 链接服务的类型。 “AmazonRdsForOracle”(必需)
typeProperties AmazonRdsForOracle 数据库链接服务属性。 AmazonRdsForLinkedServiceTypeProperties (必需)

AmazonRdsForSqlServerLinkedService

Name Description Value
类型 链接服务的类型。 “AmazonRdsForSqlServer”(必需)
typeProperties Amazon RDS for SQL Server 链接服务属性。 AmazonRdsForSqlServerLinkedServiceTypeProperties (必需)

AmazonRdsForSqlServerLinkedServiceTypeProperties

Name Description Value
alwaysEncryptedSettings Sql 始终加密属性。 SqlAlwaysEncryptedProperties
applicationIntent 连接到服务器时的应用程序工作负荷类型,由建议的版本使用。 可能的值为 ReadOnly 和 ReadWrite。 类型:字符串(或带有 resultType 字符串的表达式)。 any
authenticationType 用于身份验证的类型。 类型:字符串。 'SQL'
'Windows'
commandTimeout 在终止尝试执行命令并生成错误之前(以秒为单位)的默认等待时间(以秒为单位),由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 any
connectionString 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
connectRetryCount 确定有空闲连接失败(由建议的版本使用)后尝试的重新连接数。 这必须是介于 0 和 255 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 any
connectRetryInterval 确定建议的版本使用空闲连接失败后,每个重新连接尝试之间的时间(以秒为单位)。 这必须是介于 1 和 60 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 any
connectTimeout 在终止尝试并生成由建议版本使用的错误之前,等待与服务器的连接的时间长度(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 any
数据库 建议的版本使用的数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 any
加密 指示客户端和服务器之间发送的所有数据是否需要 TLS 加密(由建议的版本使用)。 可能的值为 true/yes/mandatory、false/no/optional 和 strict。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
failoverPartner 如果主服务器关闭(由建议的版本使用)连接到的伙伴服务器的名称或地址。 类型:字符串(或带有 resultType 字符串的表达式)。 any
hostNameInCertificate 验证连接的服务器证书时要使用的主机名。 如果未指定,则数据源中的服务器名称用于证书验证,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 any
integratedSecurity 指示是否在连接(如果为 false)中指定用户 ID 和密码,或者当前 Windows 帐户凭据是否用于身份验证(如果为 true),由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
loadBalanceTimeout 在被建议的版本使用之前,连接在连接池中生存的最短时间(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 any
maxPoolSize 此特定连接字符串的连接池中允许的最大连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 any
minPoolSize 此特定连接字符串的连接池中允许的最小连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 any
multipleActiveResultSets 如果为 true,应用程序可以维护多个活动结果集(MARS)。 如果为 false,应用程序必须处理或取消一个批处理中的所有结果集,然后才能在该连接上执行任何其他批处理(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
multiSubnetFailover 如果应用程序连接到不同子网上的 AlwaysOn 可用性组(AG),则设置 MultiSubnetFailover=true 可以更快地检测和连接到(当前)活动服务器(当前)活动服务器(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
packetSize 用于与服务器实例通信的网络数据包的大小(以字节为单位,由建议的版本使用)。 类型:整数(或包含 resultType 整数的表达式)。 any
密码 本地 Windows 身份验证密码。 SecretBase
pooling 指示每次请求连接时,连接是共用的还是显式打开的,由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
服务器 要连接到的 SQL Server 实例的名称或网络地址,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 any
trustServerCertificate 指示通道是否在绕过证书链来验证推荐版本使用的信任时是否加密通道。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
userName 本地 Windows 身份验证用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

AmazonRedshiftLinkedService

Name Description Value
类型 链接服务的类型。 “AmazonRedshift”(必填)
typeProperties Amazon Redshift 链接服务属性。 AmazonRedshiftLinkedServiceTypeProperties (必需)

AmazonRedshiftLinkedServiceTypeProperties

Name Description Value
数据库 Amazon Redshift 源的数据库名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 Amazon Redshift 源的密码。 SecretBase
移植 Amazon Redshift 服务器用来侦听客户端连接的 TCP 端口号。 默认值为 5439。 类型:整数(或包含 resultType 整数的表达式)。 any
服务器 Amazon Redshift 服务器的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
用户名 Amazon Redshift 源的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

AmazonS3CompatibleLinkedService

Name Description Value
类型 链接服务的类型。 “AmazonS3Compatible”(必填)
typeProperties Amazon S3 兼容链接服务属性。 AmazonS3CompatibleLinkedServiceTypeProperties (必填)

AmazonS3CompatibleLinkedServiceTypeProperties

Name Description Value
accessKeyId Amazon S3 兼容标识和访问管理(IAM)用户的访问密钥标识符。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
forcePathStyle 如果为 true,请使用 S3 路径样式访问,而不是虚拟托管样式的访问。 默认值为 false。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
secretAccessKey Amazon S3 兼容标识和访问管理 (IAM) 用户的机密访问密钥。 SecretBase
serviceUrl 此值指定要使用 Amazon S3 兼容连接器访问的终结点。 这是一个可选属性;仅当想要尝试其他服务终结点或想要在 https 和 http 之间切换时更改它。 类型:字符串(或带有 resultType 字符串的表达式)。 any

AmazonS3LinkedService

Name Description Value
类型 链接服务的类型。 “AmazonS3”(必需)
typeProperties Amazon S3 链接服务属性。 AmazonS3LinkedServiceTypeProperties (必需)

AmazonS3LinkedServiceTypeProperties

Name Description Value
accessKeyId Amazon S3 标识和访问管理(IAM)用户的访问密钥标识符。 类型:字符串(或带有 resultType 字符串的表达式)。 any
authenticationType S3 的身份验证类型。 允许的值:AccessKey(默认值)或 TemporarySecurityCredentials。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
secretAccessKey Amazon S3 标识和访问管理(IAM)用户的机密访问密钥。 SecretBase
serviceUrl 此值指定要使用 S3 连接器访问的终结点。 这是一个可选属性;仅当想要尝试其他服务终结点或想要在 https 和 http 之间切换时更改它。 类型:字符串(或带有 resultType 字符串的表达式)。 any
sessionToken S3 临时安全凭据的会话令牌。 SecretBase

AppFiguresLinkedService

Name Description Value
类型 链接服务的类型。 'AppFigures'(必填)
typeProperties AppFigures 链接服务属性。 AppFiguresLinkedServiceTypeProperties (必需)

AppFiguresLinkedServiceTypeProperties

Name Description Value
clientKey AppFigures 源的客户端密钥。 SecretBase (必需)
密码 AppFigures 源的密码。 SecretBase (必需)
userName Appfigures 源的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)

AsanaLinkedService

Name Description Value
类型 链接服务的类型。 “体式”(必填)
typeProperties Asana 链接服务属性。 AsanaLinkedServiceTypeProperties (必需)

AsanaLinkedServiceTypeProperties

Name Description Value
apiToken Asana 源的 API 令牌。 SecretBase (必需)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串

AzureBatchLinkedService

Name Description Value
类型 链接服务的类型。 “AzureBatch”(必需)
typeProperties Azure Batch 链接服务属性。 AzureBatchLinkedServiceTypeProperties (必需)

AzureBatchLinkedServiceTypeProperties

Name Description Value
accessKey Azure Batch 帐户访问密钥。 SecretBase
accountName Azure Batch 帐户名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
batchUri Azure Batch URI。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
凭据 包含身份验证信息的凭据引用。 CredentialReference
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
linkedServiceName Azure 存储链接服务引用。 LinkedServiceReference (必填)
poolName Azure Batch 池名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)

AzureBlobFSLinkedService

Name Description Value
类型 链接服务的类型。 “AzureBlobFS”(必需)
typeProperties Azure Data Lake Storage Gen2 链接服务属性。 AzureBlobFSLinkedServiceTypeProperties (必需)

AzureBlobFSLinkedServiceTypeProperties

Name Description Value
accountKey Azure Data Lake Storage Gen2 服务的帐户密钥。 类型:字符串(或带有 resultType 字符串的表达式)。 any
azureCloudType 指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 any
凭据 包含身份验证信息的凭据引用。 CredentialReference
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
sasToken sasToken 的 Azure 密钥保管库机密引用在 sas uri 中。 SecretBase
sasUri Azure Data Lake Storage Gen2 服务的 SAS URI。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
servicePrincipalCredential Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalId 用于对 Azure Data Lake Storage Gen2 帐户进行身份验证的应用程序的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalKey 用于对 Azure Data Lake Storage Gen2 帐户进行身份验证的应用程序密钥。 SecretBase
租户 服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
url Azure Data Lake Storage Gen2 服务的终结点。 类型:字符串(或带有 resultType 字符串的表达式)。 any

AzureBlobStorageLinkedService

Name Description Value
类型 链接服务的类型。 “AzureBlobStorage”(必需)
typeProperties Azure Blob 存储链接服务属性。 AzureBlobStorageLinkedServiceTypeProperties (必需)

AzureBlobStorageLinkedServiceTypeProperties

Name Description Value
accountKey 连接字符串中 accountKey 的 Azure 密钥保管库机密引用。 AzureKeyVaultSecretReference
accountKind 指定存储帐户的种类。 允许的值为:存储(常规用途 v1)、StorageV2(常规用途 v2)、BlobStorage 或 BlockBlobStorage。 类型:字符串(或带有 resultType 字符串的表达式)。 any
authenticationType 用于身份验证的类型。 类型:字符串。 'AccountKey'
'Anonymous'
'Msi'
'SasUri'
'ServicePrincipal'
azureCloudType 指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 any
connectionString 连接字符串。 它与 sasUri、serviceEndpoint 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
containerUri Azure Blob 存储资源的容器 URI 仅支持匿名访问。 类型:字符串(或带有 resultType 字符串的表达式)。 any
凭据 包含身份验证信息的凭据引用。 CredentialReference
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
sasToken sasToken 的 Azure 密钥保管库机密引用在 sas uri 中。 AzureKeyVaultSecretReference
sasUri Azure Blob 存储资源的 SAS URI。 它与 connectionString、serviceEndpoint 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
serviceEndpoint Azure Blob 存储资源的 Blob 服务终结点。 它与 connectionString、sasUri 属性互斥。 any
servicePrincipalId 用于对 Azure SQL 数据仓库进行身份验证的服务主体的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalKey 用于对 Azure SQL 数据仓库进行身份验证的服务主体的密钥。 SecretBase
租户 服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any

AzureDatabricksDeltaLakeLinkedService

Name Description Value
类型 链接服务的类型。 “AzureDatabricksDeltaLake”(必需)
typeProperties Azure Databricks Delta Lake 链接服务属性。 AzureDatabricksDetltaLakeLinkedServiceTypeProperties (必需)

AzureDatabricksDetltaLakeLinkedServiceTypeProperties

Name Description Value
accessToken databricks REST API 的访问令牌。 请参阅 https://docs.azuredatabricks.net/api/latest/authentication.html。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 SecretBase
clusterId 将用于此作业的所有运行的现有交互式群集的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
凭据 包含身份验证信息的凭据引用。 CredentialReference
<REGION.azuredatabricks.net,Databricks> 部署的域名。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
workspaceResourceId databricks REST API 的工作区资源 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any

AzureDatabricksLinkedService

Name Description Value
类型 链接服务的类型。 “AzureDatabricks”(必需)
typeProperties Azure Databricks 链接服务属性。 AzureDatabricksLinkedServiceTypeProperties (必需)

AzureDatabricksLinkedServiceTypeProperties

Name Description Value
accessToken databricks REST API 的访问令牌。 请参阅 https://docs.azuredatabricks.net/api/latest/authentication.html。 类型:字符串(或带有 resultType 字符串的表达式)。 SecretBase
身份验证 如果对 databricks REST API 使用工作区资源 ID,则需要指定 MSI。 类型:字符串(或带有 resultType 字符串的表达式)。 any
凭据 包含身份验证信息的凭据引用。 CredentialReference
dataSecurityMode Databricks 群集的数据安全模式。 类型:字符串(或带有 resultType 字符串的表达式)。 any
<REGION.azuredatabricks.net,Databricks> 部署的域名。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
existingClusterId 将用于此活动的所有运行的现有交互式群集的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
instancePoolId 将用于此活动的所有运行的现有实例池的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
newClusterCustomTags 群集资源的其他标记。 实例池配置中忽略此属性。 AzureDatabricksLinkedServiceTypePropertiesNewClusterCustomTags
newClusterDriverNodeType 新作业群集的驱动程序节点类型。 实例池配置中忽略此属性。 类型:字符串(或带有 resultType 字符串的表达式)。 any
newClusterEnableElasticDisk 在新群集上启用弹性磁盘。 此属性现已被忽略,并采用 Databricks 中的默认弹性磁盘行为(始终启用弹性磁盘)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
newClusterInitScripts 新群集的用户定义的初始化脚本。 类型:字符串数组(或包含字符串 resultType 数组的表达式)。 any
newClusterLogDestination 指定用于传送 Spark 驱动程序、辅助角色和事件日志的位置。 类型:字符串(或带有 resultType 字符串的表达式)。 any
newClusterNodeType 新作业群集的节点类型。 如果指定 newClusterVersion 且未指定 instancePoolId,则此属性是必需的。 如果指定了 instancePoolId,则忽略此属性。 类型:字符串(或带有 resultType 字符串的表达式)。 any
newClusterNumOfWorker 如果未使用现有的交互式群集,则指定用于新作业群集或实例池的工作器节点数。 对于新的作业群集,此字符串格式的 Int32(如“1”表示 numOfWorker 为 1 或“1:10”表示从 1(最小值)自动缩放到 10(最大值)。 例如,池是字符串格式的 Int32,只能指定固定数量的工作节点,例如“2”。 如果指定 newClusterVersion,则为必需。 类型:字符串(或带有 resultType 字符串的表达式)。 any
newClusterSparkConf 一组可选的用户指定的 Spark 配置键值对。 AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkConf
newClusterSparkEnvVars 一组可选的用户指定的 Spark 环境变量键值对。 AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkEnvVars
newClusterVersion 如果未使用现有的交互式群集,则指定为此活动的每个运行创建的新作业群集或实例池节点的 Spark 版本。 如果指定了 instancePoolId,则为必需。 类型:字符串(或带有 resultType 字符串的表达式)。 any
policyId 用于限制基于用户定义的规则集配置群集的功能的策略 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
workspaceResourceId databricks REST API 的工作区资源 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any

AzureDatabricksLinkedServiceTypePropertiesNewClusterCustomTags

Name Description Value

AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkConf

Name Description Value

AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkEnvVars

Name Description Value

AzureDataExplorerLinkedService

Name Description Value
类型 链接服务的类型。 “AzureDataExplorer”(必需)
typeProperties Azure 数据资源管理器(Kusto)链接服务属性。 AzureDataExplorerLinkedServiceTypeProperties (必需)

AzureDataExplorerLinkedServiceTypeProperties

Name Description Value
凭据 包含身份验证信息的凭据引用。 CredentialReference
数据库 连接的数据库名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
终结点 Azure 数据资源管理器的终结点(引擎的终结点)。 URL 的格式为 https://< clusterName>。<regionName.kusto.windows.net>。 类型:字符串(或带有 resultType 字符串的表达式) 任何(必填)
servicePrincipalId 用于对 Azure 数据资源管理器进行身份验证的服务主体的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalKey 用于对 Kusto 进行身份验证的服务主体的密钥。 SecretBase
租户 服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any

AzureDataLakeAnalyticsLinkedService

Name Description Value
类型 链接服务的类型。 “AzureDataLakeAnalytics”(必需)
typeProperties Azure Data Lake Analytics 链接服务属性。 AzureDataLakeAnalyticsLinkedServiceTypeProperties (必需)

AzureDataLakeAnalyticsLinkedServiceTypeProperties

Name Description Value
accountName Azure Data Lake Analytics 帐户名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
dataLakeAnalyticsUri Azure Data Lake Analytics URI 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
resourceGroupName Data Lake Analytics 帐户资源组名称(如果不同于数据工厂帐户)。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalId 用于对 Azure Data Lake Analytics 帐户进行身份验证的应用程序 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalKey 用于对 Azure Data Lake Analytics 帐户进行身份验证的应用程序密钥。 SecretBase
subscriptionId Data Lake Analytics 帐户订阅 ID(如果不同于数据工厂帐户)。 类型:字符串(或带有 resultType 字符串的表达式)。 any
租户 服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)

AzureDataLakeStoreLinkedService

Name Description Value
类型 链接服务的类型。 “AzureDataLakeStore”(必需)
typeProperties Azure Data Lake Store 链接服务属性。 AzureDataLakeStoreLinkedServiceTypeProperties (必需)

AzureDataLakeStoreLinkedServiceTypeProperties

Name Description Value
accountName Data Lake Store 帐户名称。 类型:字符串(或带有 resultType 字符串的表达式)。 any
azureCloudType 指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 any
凭据 包含身份验证信息的凭据引用。 CredentialReference
dataLakeStoreUri Data Lake Store 服务 URI。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
resourceGroupName Data Lake Store 帐户资源组名称(如果不同于数据工厂帐户)。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalId 用于对 Azure Data Lake Store 帐户进行身份验证的应用程序的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalKey 用于对 Azure Data Lake Store 帐户进行身份验证的应用程序密钥。 SecretBase
subscriptionId Data Lake Store 帐户订阅 ID(如果不同于数据工厂帐户)。 类型:字符串(或带有 resultType 字符串的表达式)。 any
租户 服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any

AzureFileStorageLinkedService

Name Description Value
类型 链接服务的类型。 “AzureFileStorage”(必需)
typeProperties Azure 文件存储链接服务属性。 AzureFileStorageLinkedServiceTypeProperties (必需)

AzureFileStorageLinkedServiceTypeProperties

Name Description Value
accountKey 连接字符串中 accountKey 的 Azure 密钥保管库机密引用。 AzureKeyVaultSecretReference
connectionString 连接字符串。 它与 sasUri 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
凭据 包含身份验证信息的凭据引用。 CredentialReference
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
fileShare Azure 文件共享名称。 使用 accountKey/sasToken 进行身份验证时需要它。 类型:字符串(或带有 resultType 字符串的表达式)。 any
主持人 服务器的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 any
密码 用于登录服务器的密码。 SecretBase
sasToken sasToken 的 Azure 密钥保管库机密引用在 sas uri 中。 AzureKeyVaultSecretReference
sasUri Azure 文件资源的 SAS URI。 它与 connectionString 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
serviceEndpoint Azure 文件存储资源的文件服务终结点。 它与 connectionString、sasUri 属性互斥。 any
快照 Azure 文件共享快照版本。 类型:字符串(或带有 resultType 字符串的表达式)。 any
userId 用于登录服务器的用户 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any

AzureFunctionLinkedService

Name Description Value
类型 链接服务的类型。 “AzureFunction”(必需)
typeProperties Azure Function 链接服务属性。 AzureFunctionLinkedServiceTypeProperties (必需)

AzureFunctionLinkedServiceTypeProperties

Name Description Value
身份验证 用于连接到 AzureFunction 的身份验证类型(需要指定 MSI)。 类型:字符串(或带有 resultType 字符串的表达式)。 any
凭据 包含身份验证信息的凭据引用。 CredentialReference
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
functionAppUrl Azure Function App 的终结点。 URL 的格式为 https://< accountName.azurewebsites.net>。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
functionKey Azure Function App 的函数或主机密钥。 SecretBase
resourceId Azure 函数的允许令牌访问群体。 类型:字符串(或带有 resultType 字符串的表达式)。 any

AzureKeyVaultLinkedService

Name Description Value
类型 链接服务的类型。 “AzureKeyVault”(必需)
typeProperties Azure Key Vault 链接服务属性。 AzureKeyVaultLinkedServiceTypeProperties (必需)

AzureKeyVaultLinkedServiceTypeProperties

Name Description Value
baseUrl Azure Key Vault 的基 URL。 例如 https://myakv.vault.azure.net 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
凭据 包含身份验证信息的凭据引用。 CredentialReference

AzureKeyVaultSecretReference

Name Description Value
secretName Azure Key Vault 中机密的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
secretVersion Azure Key Vault 中的机密版本。 默认值为最新版本的机密。 类型:字符串(或带有 resultType 字符串的表达式)。 any
存储 Azure Key Vault 链接服务参考。 LinkedServiceReference (必填)
类型 机密的类型。 字符串(必填)

AzureKeyVaultSecretReference

Name Description Value
secretName Azure Key Vault 中机密的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
secretVersion Azure Key Vault 中的机密版本。 默认值为最新版本的机密。 类型:字符串(或带有 resultType 字符串的表达式)。 any
存储 Azure Key Vault 链接服务参考。 LinkedServiceReference (必填)
类型 机密的类型。 “AzureKeyVaultSecret”(必需)

AzureMariaDBLinkedService

Name Description Value
类型 链接服务的类型。 “AzureMariaDB”(必需)
typeProperties Azure Database for MariaDB 链接服务属性。 AzureMariaDBLinkedServiceTypeProperties (必需)

AzureMariaDBLinkedServiceTypeProperties

Name Description Value
connectionString ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
pwd 连接字符串中密码的 Azure Key Vault 机密引用。 AzureKeyVaultSecretReference

AzureMLLinkedService

Name Description Value
类型 链接服务的类型。 “AzureML”(必需)
typeProperties Azure ML Studio Web 服务链接服务属性。 AzureMLLinkedServiceTypeProperties (必需)

AzureMLLinkedServiceTypeProperties

Name Description Value
apiKey 用于访问 Azure ML 模型终结点的 API 密钥。 SecretBase (必需)
身份验证 用于连接到 AzureML 的身份验证类型(需要指定 MSI)。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
mlEndpoint Azure ML Studio Web 服务终结点的批处理执行 REST URL。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
servicePrincipalId 用于针对 Azure ML Studio Web 服务的基于 ARM 的 updateResourceEndpoint 进行身份验证的服务主体的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalKey 用于针对 Azure ML Studio Web 服务的基于 ARM 的 updateResourceEndpoint 进行身份验证的服务主体的密钥。 SecretBase
租户 服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
updateResourceEndpoint Azure ML Studio Web 服务终结点的更新资源 REST URL。 类型:字符串(或带有 resultType 字符串的表达式)。 any

AzureMLServiceLinkedService

Name Description Value
类型 链接服务的类型。 “AzureMLService”(必需)
typeProperties Azure ML 服务链接服务属性。 AzureMLServiceLinkedServiceTypeProperties (必需)

AzureMLServiceLinkedServiceTypeProperties

Name Description Value
身份验证 用于连接到 AzureML 的身份验证类型(需要指定 MSI)。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
mlWorkspaceName Azure ML 服务工作区名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
resourceGroupName Azure ML 服务工作区资源组名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
servicePrincipalId 用于针对已发布 Azure ML 服务管道的终结点进行身份验证的服务主体的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalKey 用于针对已发布 Azure ML 服务管道的终结点进行身份验证的服务主体的密钥。 SecretBase
subscriptionId Azure ML 服务工作区订阅 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
租户 服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any

AzureMySqlLinkedService

Name Description Value
类型 链接服务的类型。 “AzureMySql”(必需)
typeProperties Azure MySQL 数据库链接服务属性。 AzureMySqlLinkedServiceTypeProperties (必需)

AzureMySqlLinkedServiceTypeProperties

Name Description Value
connectionString 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 任何(必填)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 连接字符串中密码的 Azure Key Vault 机密引用。 AzureKeyVaultSecretReference

AzurePostgreSqlLinkedService

Name Description Value
类型 链接服务的类型。 'AzurePostgreSql'(必需)
typeProperties Azure PostgreSQL 链接服务属性。 AzurePostgreSqlLinkedServiceTypeProperties (必需)

AzurePostgreSqlLinkedServiceTypeProperties

Name Description Value
azureCloudType 指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 any
commandTimeout 尝试执行命令之前等待的时间(以秒为单位),如果超过这个时间,将终止尝试并产生错误。 对于无穷大,设置为零。 类型:整数。 any
connectionString ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
凭据 包含身份验证信息的凭据引用。 CredentialReference
数据库 连接的数据库名称。 类型:字符串。 any
编码 获取或设置用于编码/解码 PostgreSQL 字符串数据的 .NET 编码格式。 类型:字符串 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 连接字符串中密码的 Azure Key Vault 机密引用。 AzureKeyVaultSecretReference
移植 连接的端口。 类型:整数。 any
readBufferSize 确定读取时内部缓冲区使用的大小。 如果从数据库传输大型值,则增加大小可能会提高性能。 类型:整数。 any
服务器 连接的服务器名称。 类型:字符串。 any
servicePrincipalCredentialType 在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalEmbeddedCert 指定在 Azure Active Directory 中注册的应用程序的 base64 编码证书。 类型:字符串(或带有 resultType 字符串的表达式)。 SecretBase
servicePrincipalEmbeddedCertPassword 如果证书具有密码,并且使用的是 AadServicePrincipal 身份验证,请指定证书的密码。 类型:字符串(或带有 resultType 字符串的表达式)。 SecretBase
servicePrincipalId 用于对 Azure Database for PostgreSQL 灵活服务器进行身份验证的服务主体的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalKey 用于对 Azure Database for PostgreSQL 灵活服务器进行身份验证的服务主体的密钥。 SecretBase
sslMode 用于连接的 SSL 模式。 类型:整数。 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full. 类型:整数。 any
租户 服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
timeout 等待的时间(以秒为单位),这是在尝试建立连接时,终止尝试并生成错误之前的时间。 类型:整数。 any
timezone 获取或设置会话时区。 类型:字符串。 any
trustServerCertificate 是否在不验证服务器证书的情况下信任该证书。 类型:布尔值。 any
用户名 身份验证的用户名。 类型:字符串。 any

AzureSearchLinkedService

Name Description Value
类型 链接服务的类型。 “AzureSearch”(必需)
typeProperties Windows Azure 搜索服务链接服务属性。 AzureSearchLinkedServiceTypeProperties (必需)

AzureSearchLinkedServiceTypeProperties

Name Description Value
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
关键值 Azure 搜索服务的管理密钥 SecretBase
url Azure 搜索服务的 URL。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)

AzureSqlDatabaseLinkedService

Name Description Value
类型 链接服务的类型。 'AzureSqlDatabase'(必需)
typeProperties Azure SQL 数据库链接服务属性。 AzureSqlDatabaseLinkedServiceTypeProperties (必需)

AzureSqlDatabaseLinkedServiceTypeProperties

Name Description Value
alwaysEncryptedSettings Sql 始终加密属性。 SqlAlwaysEncryptedProperties
applicationIntent 连接到服务器时的应用程序工作负荷类型,由建议的版本使用。 可能的值为 ReadOnly 和 ReadWrite。 类型:字符串(或带有 resultType 字符串的表达式)。 any
authenticationType 用于身份验证的类型。 类型:字符串。 'ServicePrincipal'
'SQL'
'SystemAssignedManagedIdentity'
'UserAssignedManagedIdentity'
azureCloudType 指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 any
commandTimeout 在终止尝试执行命令并生成错误之前(以秒为单位)的默认等待时间(以秒为单位),由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 any
connectionString 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
connectRetryCount 确定有空闲连接失败(由建议的版本使用)后尝试的重新连接数。 这必须是介于 0 和 255 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 any
connectRetryInterval 确定建议的版本使用空闲连接失败后,每个重新连接尝试之间的时间(以秒为单位)。 这必须是介于 1 和 60 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 any
connectTimeout 在终止尝试并生成由建议版本使用的错误之前,等待与服务器的连接的时间长度(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 any
凭据 包含身份验证信息的凭据引用。 CredentialReference
数据库 建议的版本使用的数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 any
加密 指示客户端和服务器之间发送的所有数据是否需要 TLS 加密(由建议的版本使用)。 可能的值为 true/yes/mandatory、false/no/optional 和 strict。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
failoverPartner 如果主服务器关闭(由建议的版本使用)连接到的伙伴服务器的名称或地址。 类型:字符串(或带有 resultType 字符串的表达式)。 any
hostNameInCertificate 验证连接的服务器证书时要使用的主机名。 如果未指定,则数据源中的服务器名称用于证书验证,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 any
integratedSecurity 指示是否在连接(如果为 false)中指定用户 ID 和密码,或者当前 Windows 帐户凭据是否用于身份验证(如果为 true),由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
loadBalanceTimeout 在被建议的版本使用之前,连接在连接池中生存的最短时间(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 any
maxPoolSize 此特定连接字符串的连接池中允许的最大连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 any
minPoolSize 此特定连接字符串的连接池中允许的最小连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 any
multipleActiveResultSets 如果为 true,应用程序可以维护多个活动结果集(MARS)。 如果为 false,应用程序必须处理或取消一个批处理中的所有结果集,然后才能在该连接上执行任何其他批处理(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
multiSubnetFailover 如果应用程序连接到不同子网上的 AlwaysOn 可用性组(AG),则设置 MultiSubnetFailover=true 可以更快地检测和连接到(当前)活动服务器(当前)活动服务器(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
packetSize 用于与服务器实例通信的网络数据包的大小(以字节为单位,由建议的版本使用)。 类型:整数(或包含 resultType 整数的表达式)。 any
密码 连接字符串中密码的 Azure Key Vault 机密引用。 AzureKeyVaultSecretReference
pooling 指示每次请求连接时,连接是共用的还是显式打开的,由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
服务器 要连接到的 SQL Server 实例的名称或网络地址,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalCredential Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalId 用于对 Azure SQL 数据库进行身份验证的服务主体的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalKey 用于对 Azure SQL 数据库进行身份验证的服务主体的密钥。 SecretBase
租户 服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
trustServerCertificate 指示通道是否在绕过证书链来验证推荐版本使用的信任时是否加密通道。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
userName 连接到服务器时要使用的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

AzureSqlDWLinkedService

Name Description Value
类型 链接服务的类型。 “AzureSqlDW”(必需)
typeProperties Azure SQL 数据仓库链接服务属性。 AzureSqlDWLinkedServiceTypeProperties (必需)

AzureSqlDWLinkedServiceTypeProperties

Name Description Value
applicationIntent 连接到服务器时的应用程序工作负荷类型,由建议的版本使用。 可能的值为 ReadOnly 和 ReadWrite。 类型:字符串(或带有 resultType 字符串的表达式)。 any
authenticationType 用于身份验证的类型。 类型:字符串。 'ServicePrincipal'
'SQL'
'SystemAssignedManagedIdentity'
'UserAssignedManagedIdentity'
azureCloudType 指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 any
commandTimeout 在终止尝试执行命令并生成错误之前(以秒为单位)的默认等待时间(以秒为单位),由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 any
connectionString 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
connectRetryCount 确定有空闲连接失败(由建议的版本使用)后尝试的重新连接数。 这必须是介于 0 和 255 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 any
connectRetryInterval 确定建议的版本使用空闲连接失败后,每个重新连接尝试之间的时间(以秒为单位)。 这必须是介于 1 和 60 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 any
connectTimeout 在终止尝试并生成由建议版本使用的错误之前,等待与服务器的连接的时间长度(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 any
凭据 包含身份验证信息的凭据引用。 CredentialReference
数据库 建议的版本使用的数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 any
加密 指示客户端和服务器之间发送的所有数据是否需要 TLS 加密(由建议的版本使用)。 可能的值为 true/yes/mandatory、false/no/optional 和 strict。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
failoverPartner 如果主服务器关闭(由建议的版本使用)连接到的伙伴服务器的名称或地址。 类型:字符串(或带有 resultType 字符串的表达式)。 any
hostNameInCertificate 验证连接的服务器证书时要使用的主机名。 如果未指定,则数据源中的服务器名称用于证书验证,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 any
integratedSecurity 指示是否在连接(如果为 false)中指定用户 ID 和密码,或者当前 Windows 帐户凭据是否用于身份验证(如果为 true),由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
loadBalanceTimeout 在被建议的版本使用之前,连接在连接池中生存的最短时间(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 any
maxPoolSize 此特定连接字符串的连接池中允许的最大连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 any
minPoolSize 此特定连接字符串的连接池中允许的最小连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 any
multipleActiveResultSets 如果为 true,应用程序可以维护多个活动结果集(MARS)。 如果为 false,应用程序必须处理或取消一个批处理中的所有结果集,然后才能在该连接上执行任何其他批处理(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
multiSubnetFailover 如果应用程序连接到不同子网上的 AlwaysOn 可用性组(AG),则设置 MultiSubnetFailover=true 可以更快地检测和连接到(当前)活动服务器(当前)活动服务器(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
packetSize 用于与服务器实例通信的网络数据包的大小(以字节为单位,由建议的版本使用)。 类型:整数(或包含 resultType 整数的表达式)。 any
密码 连接字符串中密码的 Azure Key Vault 机密引用。 AzureKeyVaultSecretReference
pooling 指示每次请求连接时,连接是共用的还是显式打开的,由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
服务器 要连接到的 SQL Server 实例的名称或网络地址,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalCredential Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalId 用于对 Azure SQL 数据仓库进行身份验证的服务主体的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalKey 用于对 Azure SQL 数据仓库进行身份验证的服务主体的密钥。 SecretBase
租户 服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
trustServerCertificate 指示通道是否在绕过证书链来验证推荐版本使用的信任时是否加密通道。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
userName 连接到服务器时要使用的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

AzureSqlMILinkedService

Name Description Value
类型 链接服务的类型。 “AzureSqlMI”(必需)
typeProperties Azure SQL 托管实例链接服务属性。 AzureSqlMILinkedServiceTypeProperties (必需)

AzureSqlMILinkedServiceTypeProperties

Name Description Value
alwaysEncryptedSettings Sql 始终加密属性。 SqlAlwaysEncryptedProperties
applicationIntent 连接到服务器时的应用程序工作负荷类型,由建议的版本使用。 可能的值为 ReadOnly 和 ReadWrite。 类型:字符串(或带有 resultType 字符串的表达式)。 any
authenticationType 用于身份验证的类型。 类型:字符串。 'ServicePrincipal'
'SQL'
'SystemAssignedManagedIdentity'
'UserAssignedManagedIdentity'
azureCloudType 指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 any
commandTimeout 在终止尝试执行命令并生成错误之前(以秒为单位)的默认等待时间(以秒为单位),由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 any
connectionString 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
connectRetryCount 确定有空闲连接失败(由建议的版本使用)后尝试的重新连接数。 这必须是介于 0 和 255 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 any
connectRetryInterval 确定建议的版本使用空闲连接失败后,每个重新连接尝试之间的时间(以秒为单位)。 这必须是介于 1 和 60 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 any
connectTimeout 在终止尝试并生成由建议版本使用的错误之前,等待与服务器的连接的时间长度(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 any
凭据 包含身份验证信息的凭据引用。 CredentialReference
数据库 建议的版本使用的数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 any
加密 指示客户端和服务器之间发送的所有数据是否需要 TLS 加密(由建议的版本使用)。 可能的值为 true/yes/mandatory、false/no/optional 和 strict。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
failoverPartner 如果主服务器关闭(由建议的版本使用)连接到的伙伴服务器的名称或地址。 类型:字符串(或带有 resultType 字符串的表达式)。 any
hostNameInCertificate 验证连接的服务器证书时要使用的主机名。 如果未指定,则数据源中的服务器名称用于证书验证,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 any
integratedSecurity 指示是否在连接(如果为 false)中指定用户 ID 和密码,或者当前 Windows 帐户凭据是否用于身份验证(如果为 true),由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
loadBalanceTimeout 在被建议的版本使用之前,连接在连接池中生存的最短时间(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 any
maxPoolSize 此特定连接字符串的连接池中允许的最大连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 any
minPoolSize 此特定连接字符串的连接池中允许的最小连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 any
multipleActiveResultSets 如果为 true,应用程序可以维护多个活动结果集(MARS)。 如果为 false,应用程序必须处理或取消一个批处理中的所有结果集,然后才能在该连接上执行任何其他批处理(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
multiSubnetFailover 如果应用程序连接到不同子网上的 AlwaysOn 可用性组(AG),则设置 MultiSubnetFailover=true 可以更快地检测和连接到(当前)活动服务器(当前)活动服务器(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
packetSize 用于与服务器实例通信的网络数据包的大小(以字节为单位,由建议的版本使用)。 类型:整数(或包含 resultType 整数的表达式)。 any
密码 连接字符串中密码的 Azure Key Vault 机密引用。 AzureKeyVaultSecretReference
pooling 指示每次请求连接时,连接是共用的还是显式打开的,由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
服务器 要连接到的 SQL Server 实例的名称或网络地址,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalCredential Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalId 用于对 Azure SQL 托管实例进行身份验证的服务主体的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalKey 用于对 Azure SQL 托管实例进行身份验证的服务主体的密钥。 SecretBase
租户 服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
trustServerCertificate 指示通道是否在绕过证书链来验证推荐版本使用的信任时是否加密通道。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
userName 连接到服务器时要使用的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

AzureStorageLinkedService

Name Description Value
类型 链接服务的类型。 'AzureStorage'(必需)
typeProperties Azure 存储链接服务属性。 AzureStorageLinkedServiceTypeProperties (必需)

AzureStorageLinkedServiceTypeProperties

Name Description Value
accountKey 连接字符串中 accountKey 的 Azure 密钥保管库机密引用。 AzureKeyVaultSecretReference
connectionString 连接字符串。 它与 sasUri 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
sasToken sasToken 的 Azure 密钥保管库机密引用在 sas uri 中。 AzureKeyVaultSecretReference
sasUri Azure 存储资源的 SAS URI。 它与 connectionString 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any

AzureSynapseArtifactsLinkedService

Name Description Value
类型 链接服务的类型。 “AzureSynapseArtifacts”(必需)
typeProperties Azure Synapse Analytics (Artifacts) 链接服务属性。 AzureSynapseArtifactsLinkedServiceTypeProperties (必需)

AzureSynapseArtifactsLinkedServiceTypeProperties

Name Description Value
身份验证 如果使用系统分配的托管标识作为身份验证方法,则需要指定 MSI。 类型:字符串(或带有 resultType 字符串的表达式)。 any
终结点 <https:// workspacename.dev.azuresynapse.net>、Azure Synapse Analytics 工作区 URL。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
workspaceResourceId Synapse 工作区的资源 ID。 格式应为:/subscriptions/{subscriptionID}/resourceGroups/{resourceGroup}/providers/Microsoft.Synapse/workspaces/{workspaceName}。 类型:字符串(或带有 resultType 字符串的表达式)。 any

AzureTableStorageLinkedService

Name Description Value
类型 链接服务的类型。 “AzureTableStorage”(必需)
typeProperties Azure 表存储链接服务属性。 AzureTableStorageLinkedServiceTypeProperties (必需)

AzureTableStorageLinkedServiceTypeProperties

Name Description Value
accountKey 连接字符串中 accountKey 的 Azure 密钥保管库机密引用。 AzureKeyVaultSecretReference
connectionString 连接字符串。 它与 sasUri 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
凭据 包含身份验证信息的凭据引用。 CredentialReference
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
sasToken sasToken 的 Azure 密钥保管库机密引用在 sas uri 中。 AzureKeyVaultSecretReference
sasUri Azure 存储资源的 SAS URI。 它与 connectionString 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
serviceEndpoint Azure 表存储资源的表服务终结点。 它与 connectionString、sasUri 属性互斥。 any

CassandraLinkedService

Name Description Value
类型 链接服务的类型。 'Cassandra'(必填)
typeProperties Cassandra 链接服务属性。 CassandraLinkedServiceTypeProperties (必需)

CassandraLinkedServiceTypeProperties

Name Description Value
authenticationType 要用于连接的 AuthenticationType。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 连接的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
密码 身份验证密码。 SecretBase
移植 连接的端口。 类型:整数(或包含 resultType 整数的表达式)。 any
用户名 身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

CommonDataServiceForAppsLinkedService

Name Description Value
类型 链接服务的类型。 “CommonDataServiceForApps”(必需)
typeProperties Common Data Service for Apps 链接服务属性。 CommonDataServiceForAppsLinkedServiceTypeProperties (必需)

CommonDataServiceForAppsLinkedServiceTypeProperties

Name Description Value
authenticationType 要连接到 Common Data Service for Apps 服务器的身份验证类型。 联机方案的“Office365”,对于本地使用 Ifd 方案,则为“Ifd”。 联机方案中用于 Server-To-Server 身份验证的“AADServicePrincipal”,适用于具有 IFD 的本地 Dynamics 的“Active Directory”。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
deploymentType Common Data Service for Apps 实例的部署类型。 Common Data Service for Apps Online 的“Online”和“OnPremisesWithIfd”,适用于本地具有 Ifd 的 Common Data Service for Apps。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
将验证用户凭据的 Active Directory 域。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
hostName 本地 Common Data Service for Apps 服务器的主机名。 属性是本地所必需的,不允许联机。 类型:字符串(或带有 resultType 字符串的表达式)。 any
organizationName Common Data Service for Apps 实例的组织名称。 当有多个与用户关联的 Common Data Service for Apps 实例时,本地需要此属性,并且需要联机属性。 类型:字符串(或带有 resultType 字符串的表达式)。 any
密码 用于访问 Common Data Service for Apps 实例的密码。 SecretBase
移植 本地 Common Data Service for Apps 服务器的端口。 属性是本地所必需的,不允许联机。 默认端口为 443。 类型:整数(或包含 resultType 整数的表达式),最小值:0。 any
servicePrincipalCredential Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalId Azure Active Directory 中用于服务器To-Server 身份验证的应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
serviceUri Microsoft Common Data Service for Apps 服务器的 URL。 该属性对于在线是必需的,不允许本地使用。 类型:字符串(或带有 resultType 字符串的表达式)。 any
用户名 用于访问 Common Data Service for Apps 实例的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

ConcurLinkedService

Name Description Value
类型 链接服务的类型。 “Concur”(必填)
typeProperties Concur Service 链接服务属性。 ConcurLinkedServiceTypeProperties (必需)

ConcurLinkedServiceTypeProperties

Name Description Value
clientId Concur 应用管理提供的应用程序client_id。 任何(必填)
connectionProperties 用于连接到 Concur 的属性。 它与链接服务中的其他任何属性互斥。 类型:对象。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 在“用户名”字段中提供的用户名所对应的密码。 SecretBase
useEncryptedEndpoints 指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 any
useHostVerification 指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 any
usePeerVerification 指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 any
用户名 用于访问 Concur 服务的用户名。 任何(必填)

CosmosDbLinkedService

Name Description Value
类型 链接服务的类型。 'CosmosDb'(必需)
typeProperties CosmosDB 链接服务属性。 CosmosDbLinkedServiceTypeProperties (必需)

CosmosDbLinkedServiceTypeProperties

Name Description Value
accountEndpoint Azure CosmosDB 帐户的终结点。 类型:字符串(或带有 resultType 字符串的表达式) any
accountKey Azure CosmosDB 帐户的帐户密钥。 类型:SecureString 或 AzureKeyVaultSecretReference。 SecretBase
azureCloudType 指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 any
connectionMode 用于访问 CosmosDB 帐户的连接模式。 类型:字符串。 'Direct'
'Gateway'
connectionString 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
凭据 包含身份验证信息的凭据引用。 CredentialReference
数据库 数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式) any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
servicePrincipalCredential Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串。 any
servicePrincipalId Azure Active Directory 中用于服务器To-Server 身份验证的应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
租户 服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any

CosmosDbMongoDbApiLinkedService

Name Description Value
类型 链接服务的类型。 “CosmosDbMongoDbApi”(必需)
typeProperties CosmosDB (MongoDB API) 链接服务属性。 CosmosDbMongoDbApiLinkedServiceTypeProperties (必需)

CosmosDbMongoDbApiLinkedServiceTypeProperties

Name Description Value
connectionString CosmosDB (MongoDB API) 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 任何(必填)
数据库 要访问的 CosmosDB (MongoDB API) 数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
isServerVersionAbove32 CosmosDB (MongoDB API) 服务器版本是否高于 3.2。 默认值为 false。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any

CouchbaseLinkedService

Name Description Value
类型 链接服务的类型。 'Couchbase'(必填)
typeProperties Couchbase 服务器链接服务属性。 CouchbaseLinkedServiceTypeProperties (必需)

CouchbaseLinkedServiceTypeProperties

Name Description Value
connectionString ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
credString 连接字符串中 credString 的 Azure Key Vault 机密引用。 AzureKeyVaultSecretReference
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串

CredentialReference

Name Description Value
referenceName 引用凭据名称。 字符串(必填)
类型 凭据引用类型。 'CredentialReference'(必需)

CustomDataSourceLinkedService

Name Description Value
类型 链接服务的类型。 “CustomDataSource”(必需)
typeProperties 自定义链接服务属性。 任何(必填)

DataworldLinkedService

Name Description Value
类型 链接服务的类型。 “Dataworld”(必需)
typeProperties Dataworld 链接服务属性。 DataworldLinkedServiceTypeProperties (必需)

DataworldLinkedServiceTypeProperties

Name Description Value
apiToken Dataworld 源的 API 令牌。 SecretBase (必需)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串

Db2LinkedService

Name Description Value
类型 链接服务的类型。 'Db2'(必需)
typeProperties DB2 链接服务属性。 Db2LinkedServiceTypeProperties (必需)

Db2LinkedServiceTypeProperties

Name Description Value
authenticationType 要用于连接的 AuthenticationType。 它与 connectionString 属性互斥。 'Basic'
certificateCommonName 启用 TLS 时证书公用名。 它与 connectionString 属性互斥。 类型:字符串(或带有 resultType 字符串的表达式)。 any
connectionString 连接字符串。 它与服务器、数据库、authenticationType、userName、packageCollection 和 certificateCommonName 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
数据库 连接的数据库名称。 它与 connectionString 属性互斥。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 它与 connectionString 属性互斥。 类型:字符串。 字符串
packageCollection 在查询数据库时创建包的位置下。 它与 connectionString 属性互斥。 类型:字符串(或带有 resultType 字符串的表达式)。 any
密码 身份验证密码。 SecretBase
服务器 连接的服务器名称。 它与 connectionString 属性互斥。 类型:字符串(或带有 resultType 字符串的表达式)。 any
用户名 身份验证的用户名。 它与 connectionString 属性互斥。 类型:字符串(或带有 resultType 字符串的表达式)。 any

DrillLinkedService

Name Description Value
类型 链接服务的类型。 “钻头”(必填)
typeProperties 钻取服务器链接服务属性。 DrillLinkedServiceTypeProperties (必需)

DrillLinkedServiceTypeProperties

Name Description Value
connectionString ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
pwd 连接字符串中密码的 Azure Key Vault 机密引用。 AzureKeyVaultSecretReference

DynamicsAXLinkedService

Name Description Value
类型 链接服务的类型。 “DynamicsAX”(必需)
typeProperties Dynamics AX 链接服务属性。 DynamicsAXLinkedServiceTypeProperties (必需)

DynamicsAXLinkedServiceTypeProperties

Name Description Value
aadResourceId 指定要请求授权的资源。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
servicePrincipalId 指定应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
servicePrincipalKey 指定应用程序的密钥。 将此字段标记为 SecureString 以安全地将其存储在数据工厂中,或引用存储在 Azure Key Vault 中的机密。 类型:字符串(或带有 resultType 字符串的表达式)。 SecretBase (必需)
租户 指定您的应用程序所属的租户信息(域名或租户 ID)。 将鼠标悬停在 Azure 门户右上角进行检索。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
url Dynamics AX(或 Dynamics 365 Finance and Operations)实例 OData 终结点。 任何(必填)

DynamicsCrmLinkedService

Name Description Value
类型 链接服务的类型。 'DynamicsCrm'(必需)
typeProperties Dynamics CRM 链接服务属性。 DynamicsCrmLinkedServiceTypeProperties (必需)

DynamicsCrmLinkedServiceTypeProperties

Name Description Value
authenticationType 要连接到 Dynamics CRM 服务器的身份验证类型。 联机方案的“Office365”、“Ifd”(适用于本地 Ifd 方案)的“AADServicePrincipal”,用于联机方案中的服务器To-Server 身份验证的“Active Directory”,适用于具有 IFD 的 Dynamics 本地的“Active Directory”。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
凭据 包含身份验证信息的凭据引用。 CredentialReference
deploymentType Dynamics CRM 实例的部署类型。 Dynamics CRM Online 的“Online”和“OnPremisesWithIfd”(适用于具有 Ifd 的本地 Dynamics CRM)。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
将验证用户凭据的 Active Directory 域。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
hostName 本地 Dynamics CRM 服务器的主机名。 属性是本地所必需的,不允许联机。 类型:字符串(或带有 resultType 字符串的表达式)。 any
organizationName Dynamics CRM 实例的组织名称。 当有多个与用户关联的 Dynamics CRM 实例时,本地属性是必需的,并且需要联机属性。 类型:字符串(或带有 resultType 字符串的表达式)。 any
密码 用于访问 Dynamics CRM 实例的密码。 SecretBase
移植 本地 Dynamics CRM 服务器的端口。 属性是本地所必需的,不允许联机。 默认端口为 443。 类型:整数(或包含 resultType 整数的表达式),最小值:0。 any
servicePrincipalCredential Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalId Azure Active Directory 中用于服务器To-Server 身份验证的应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
serviceUri Microsoft Dynamics CRM 服务器的 URL。 该属性对于在线是必需的,不允许本地使用。 类型:字符串(或带有 resultType 字符串的表达式)。 any
用户名 用于访问 Dynamics CRM 实例的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

DynamicsLinkedService

Name Description Value
类型 链接服务的类型。 'Dynamics'(必填)
typeProperties Dynamics 链接服务属性。 DynamicsLinkedServiceTypeProperties (必需)

DynamicsLinkedServiceTypeProperties

Name Description Value
authenticationType 要连接到 Dynamics 服务器的身份验证类型。 联机方案的“Office365”、“Ifd”(适用于本地 Ifd 方案)的“AADServicePrincipal”,用于联机方案中的服务器To-Server 身份验证的“Active Directory”,适用于具有 IFD 的 Dynamics 本地的“Active Directory”。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
凭据 包含身份验证信息的凭据引用。 CredentialReference
deploymentType Dynamics 实例的部署类型。 Dynamics Online 的“Online”和“OnPremisesWithIfd”(适用于具有 Ifd 的本地 Dynamics)。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
将验证用户凭据的 Active Directory 域。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
hostName 本地 Dynamics 服务器的主机名称。 属性是本地所必需的,不允许联机。 类型:字符串(或带有 resultType 字符串的表达式)。 any
organizationName Dynamics 实例的组织名称。 当有多个与用户关联的 Dynamics 实例时,本地需要此属性,并且对于联机是必需的。 类型:字符串(或带有 resultType 字符串的表达式)。 any
密码 用于访问 Dynamics 实例的密码。 SecretBase
移植 本地 Dynamics 服务器的端口。 属性是本地所必需的,不允许联机。 默认端口为 443。 类型:整数(或包含 resultType 整数的表达式),最小值:0。 any
servicePrincipalCredential Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalId Azure Active Directory 中用于服务器To-Server 身份验证的应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
serviceUri Microsoft Dynamics 服务器的 URL。 该属性对于在线是必需的,不允许本地使用。 类型:字符串(或带有 resultType 字符串的表达式)。 any
用户名 用于访问 Dynamics 实例的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

EloquaLinkedService

Name Description Value
类型 链接服务的类型。 'Eloqua'(必填)
typeProperties Eloqua 服务器链接服务属性。 EloquaLinkedServiceTypeProperties (必需)

EloquaLinkedServiceTypeProperties

Name Description Value
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
终结点 Eloqua 服务器的终结点。 (即 eloqua.example.com) 任何(必填)
密码 用户名所对应的密码。 SecretBase
useEncryptedEndpoints 指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 any
useHostVerification 指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 any
usePeerVerification 指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 any
用户名 Eloqua 帐户的网站名称和用户名,格式为:sitename/username。 (即埃洛夸/爱丽丝) 任何(必填)

FileServerLinkedService

Name Description Value
类型 链接服务的类型。 'FileServer'(必需)
typeProperties 文件系统链接服务属性。 FileServerLinkedServiceTypeProperties (必需)

FileServerLinkedServiceTypeProperties

Name Description Value
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 服务器的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
密码 用于登录服务器的密码。 SecretBase
userId 用于登录服务器的用户 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any

FtpServerLinkedService

Name Description Value
类型 链接服务的类型。 'FtpServer'(必需)
typeProperties 特定于此链接服务类型的属性。 FtpServerLinkedServiceTypeProperties (必需)

FtpServerLinkedServiceTypeProperties

Name Description Value
authenticationType 用于连接到 FTP 服务器的身份验证类型。 'Anonymous'
'Basic'
enableServerCertificateValidation 如果为 true,则通过 SSL/TLS 通道连接时验证 FTP 服务器 SSL 证书。 默认值为 true。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
enableSsl 如果为 true,请通过 SSL/TLS 通道连接到 FTP 服务器。 默认值为 true。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 FTP 服务器的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
密码 用于登录 FTP 服务器的密码。 SecretBase
移植 FTP 服务器用于侦听客户端连接的 TCP 端口号。 默认值为 21。 类型:整数(或包含 resultType 整数的表达式),最小值:0。 any
userName 用于登录 FTP 服务器的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

GoogleAdWordsLinkedService

Name Description Value
类型 链接服务的类型。 “GoogleAdWords”(必填)
typeProperties Google AdWords 服务链接服务属性。 GoogleAdWordsLinkedServiceTypeProperties (必需)

GoogleAdWordsLinkedServiceTypeProperties

Name Description Value
authenticationType 用于身份验证的 OAuth 2.0 身份验证机制。 ServiceAuthentication 只能在自承载 IR 上使用。 'ServiceAuthentication'
'UserAuthentication'
clientCustomerID 要为其提取报表数据的 AdWords 帐户的客户端客户 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
clientId 用于获取刷新令牌的 google 应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
clientSecret Google 应用程序的客户端机密,用户获取刷新令牌。 SecretBase
connectionProperties (已弃用)用于连接到 GoogleAds 的属性。 它与链接服务中的其他任何属性互斥。 类型:对象。 any
developerToken 与用于授予 AdWords API 访问权限的经理帐户关联的开发人员令牌。 SecretBase
电子邮件 用于 ServiceAuthentication 的服务帐户电子邮件 ID,只能在自承载 IR 上使用。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
googleAdsApiVersion Google Ads API 主版本(如 v14)。 可在 https://developers.google.com/google-ads/api/docs/release-notes中找到支持的主要版本。 类型:字符串(或带有 resultType 字符串的表达式)。 any
keyFilePath (已弃用)用于对服务帐户电子邮件地址进行身份验证的 .p12 密钥文件的完整路径,只能在自承载 IR 上使用。 类型:字符串(或带有 resultType 字符串的表达式)。 any
loginCustomerID 要通过该帐户提取特定客户的报表数据的 Google Ads Manager 帐户的客户 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
privateKey 用于对服务帐户电子邮件地址进行身份验证的私钥,只能在自承载 IR 上使用。 SecretBase
refreshToken 从 Google 获取的刷新令牌,用于授权访问 AdWords for UserAuthentication。 SecretBase
supportLegacyDataTypes 指定是否使用旧数据类型映射,这些映射将 float、int32 和 int64 从 Google 映射到字符串。 除非要保持与旧驱动程序数据类型映射的向后兼容性,否则不要将其设置为 true。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
trustedCertPath (已弃用)包含受信任的 CA 证书的 .pem 文件的完整路径,用于通过 SSL 连接时验证服务器。 只能在自承载 IR 上使用 SSL 时设置此属性。 默认值是随 IR 一起安装的 cacerts.pem 文件。 类型:字符串(或带有 resultType 字符串的表达式)。 any
useSystemTrustStore (已弃用)指定是使用系统信任存储中的 CA 证书还是从指定的 PEM 文件使用 CA 证书。 默认值为 false。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any

GoogleBigQueryLinkedService

Name Description Value
类型 链接服务的类型。 “GoogleBigQuery”(必填)
typeProperties Google BigQuery 服务链接服务属性。 GoogleBigQueryLinkedServiceTypeProperties (必需)

GoogleBigQueryLinkedServiceTypeProperties

Name Description Value
additionalProjects 要访问的公共 BigQuery 项目的逗号分隔列表。 类型:字符串(或带有 resultType 字符串的表达式)。 any
authenticationType 用于身份验证的 OAuth 2.0 身份验证机制。 ServiceAuthentication 只能在自承载 IR 上使用。 'ServiceAuthentication'
“UserAuthentication”(必需)
clientId 用于获取刷新令牌的 google 应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
clientSecret Google 应用程序的客户端机密,用户获取刷新令牌。 SecretBase
电子邮件 用于 ServiceAuthentication 的服务帐户电子邮件 ID,只能在自承载 IR 上使用。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
keyFilePath 用于对服务帐户电子邮件地址进行身份验证的 .p12 密钥文件的完整路径,只能在自承载 IR 上使用。 类型:字符串(或带有 resultType 字符串的表达式)。 any
项目 要查询的默认 BigQuery 项目。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
refreshToken 从 Google 获取的刷新令牌,用于授权访问 BigQuery for UserAuthentication。 SecretBase
requestGoogleDriveScope 是否要请求访问 Google Drive。 允许 Google Drive 访问可支持将 BigQuery 数据与 Google Drive 中的数据组合的联合表。 默认值为 false。 类型:字符串(或带有 resultType 字符串的表达式)。 any
trustedCertPath 包含受信任的 CA 证书的 .pem 文件的完整路径,用于通过 SSL 连接时验证服务器。 只能在自承载 IR 上使用 SSL 时设置此属性。 默认值是随 IR 一起安装的 cacerts.pem 文件。 类型:字符串(或带有 resultType 字符串的表达式)。 any
useSystemTrustStore 指定是使用系统信任存储中的 CA 证书还是使用指定 PEM 文件中的 CA 证书。 默认值为 false。类型:布尔值(或带有 resultType 布尔值的表达式)。 any

GoogleBigQueryV2LinkedService

Name Description Value
类型 链接服务的类型。 'GoogleBigQueryV2'(必填)
typeProperties Google BigQuery 服务链接服务属性。 GoogleBigQueryV2LinkedServiceTypeProperties (必需)

GoogleBigQueryV2LinkedServiceTypeProperties

Name Description Value
authenticationType 用于身份验证的 OAuth 2.0 身份验证机制。 'ServiceAuthentication'
“UserAuthentication”(必需)
clientId 用于获取刷新令牌的 google 应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
clientSecret Google 应用程序的客户端机密,用户获取刷新令牌。 SecretBase
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
keyFileContent 用于对服务帐户进行身份验证的 .json 密钥文件的内容。 类型:字符串(或带有 resultType 字符串的表达式)。 SecretBase
projectId 要查询的默认 BigQuery 项目 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
refreshToken 从 Google 获取的刷新令牌,用于授权访问 BigQuery for UserAuthentication。 SecretBase

GoogleCloudStorageLinkedService

Name Description Value
类型 链接服务的类型。 “GoogleCloudStorage”(必填)
typeProperties Google Cloud Storage 链接服务属性。 GoogleCloudStorageLinkedServiceTypeProperties (必填)

GoogleCloudStorageLinkedServiceTypeProperties

Name Description Value
accessKeyId Google Cloud Storage Identity and Access Management (IAM) 用户的访问密钥标识符。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
secretAccessKey Google Cloud Storage Identity and Access Management (IAM) 用户的机密访问密钥。 SecretBase
serviceUrl 此值指定要使用 Google Cloud Storage Connector 访问的终结点。 这是一个可选属性;仅当想要尝试其他服务终结点或想要在 https 和 http 之间切换时更改它。 类型:字符串(或带有 resultType 字符串的表达式)。 any

GoogleSheetsLinkedService

Name Description Value
类型 链接服务的类型。 “Google表格”(必填)
typeProperties GoogleSheets 链接服务属性。 GoogleSheetsLinkedServiceTypeProperties (必填)

GoogleSheetsLinkedServiceTypeProperties

Name Description Value
apiToken GoogleSheets 源的 API 令牌。 SecretBase (必需)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串

GreenplumLinkedService

Name Description Value
类型 链接服务的类型。 'Greenplum'(必填)
typeProperties Greenplum 数据库链接服务属性。 GreenplumLinkedServiceTypeProperties (必填)

GreenplumLinkedServiceTypeProperties

Name Description Value
authenticationType 要使用的认证类型。 类型:字符串。 仅用于 V2。 'Basic'
commandTimeout 尝试执行命令之前等待的时间(以秒为单位),如果超过这个时间,将终止尝试并产生错误。 对于无穷大,设置为零。 类型:整数。 仅用于 V2。 any
connectionString ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
connectionTimeout 等待的时间(以秒为单位),这是在尝试建立连接时,终止尝试并生成错误之前的时间。 类型:整数。 仅用于 V2。 any
数据库 连接的数据库名称。 类型:字符串。 仅用于 V2。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 连接的主机名。 类型:字符串。 仅用于 V2。 any
移植 连接的端口。 类型:整数。 仅用于 V2。 any
pwd 连接字符串中密码的 Azure Key Vault 机密引用。 AzureKeyVaultSecretReference
sslMode 用于连接的 SSL 模式。 类型:整数。 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full. 类型:整数。 仅用于 V2。 any
用户名 身份验证的用户名。 类型:字符串。 仅用于 V2。 any

HBaseLinkedService

Name Description Value
类型 链接服务的类型。 'HBase'(必需)
typeProperties HBase 服务器链接服务属性。 HBaseLinkedServiceTypeProperties (必需)

HBaseLinkedServiceTypeProperties

Name Description Value
allowHostNameCNMismatch 指定是否要求 CA 颁发的 SSL 证书名称与通过 SSL 连接时服务器的主机名匹配。 默认值为 false。 any
allowSelfSignedServerCert 指定是否允许来自服务器的自签名证书。 默认值为 false。 any
authenticationType 用于连接到 HBase 服务器的身份验证机制。 'Anonymous'
“基本”(必填)
enableSsl 指定是否使用 SSL 加密与服务器的连接。 默认值为 false。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 HBase 服务器的 IP 地址或主机名。 (即 192.168.222.160) 任何(必填)
httpPath 对应于 HBase 服务器的部分 URL。 (即 /gateway/sandbox/hbase/version) any
密码 用户名所对应的密码。 SecretBase
移植 HBase 实例用来侦听客户端连接的 TCP 端口。 默认值为 9090。 any
trustedCertPath 包含受信任的 CA 证书的 .pem 文件的完整路径,用于通过 SSL 连接时验证服务器。 只能在自承载 IR 上使用 SSL 时设置此属性。 默认值是随 IR 一起安装的 cacerts.pem 文件。 any
用户名 用于连接到 HBase 实例的用户名。 any

HdfsLinkedService

Name Description Value
类型 链接服务的类型。 'Hdfs'(必需)
typeProperties HDFS 链接服务属性。 HdfsLinkedServiceTypeProperties (必需)

HdfsLinkedServiceTypeProperties

Name Description Value
authenticationType 用于连接到 HDFS 的身份验证类型。 可能的值为:Anonymous 和 Windows。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 Windows 身份验证的密码。 SecretBase
url HDFS 服务终结点的 URL,例如 http://myhostname:50070/webhdfs/v1。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
userName Windows 身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

HDInsightLinkedService

Name Description Value
类型 链接服务的类型。 “HDInsight”(必需)
typeProperties HDInsight 链接服务属性。 HDInsightLinkedServiceTypeProperties (必需)

HDInsightLinkedServiceTypeProperties

Name Description Value
clusterAuthType HDInsight 群集身份验证类型。 “BasicAuth”
'SystemAssignedManagedIdentity'
'UserAssignedManagedIdentity'
clusterUri HDInsight 群集 URI。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
凭据 包含 HDInsight 群集的 MI 身份验证信息的凭据引用。 CredentialReference
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
fileSystem 如果 HDInsight 的主存储为 ADLS Gen2,请指定 FileSystem。 类型:字符串(或带有 resultType 字符串的表达式)。 any
hcatalogLinkedServiceName 指向 HCatalog 数据库的 Azure SQL 链接服务的引用。 LinkedServiceReference
isEspEnabled 指定是否使用 ESP 创建 HDInsight(企业安全包)。 类型:布尔值。 any
linkedServiceName Azure 存储链接服务引用。 LinkedServiceReference
密码 HDInsight 群集密码。 SecretBase
userName HDInsight 群集用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

HDInsightOnDemandLinkedService

Name Description Value
类型 链接服务的类型。 “HDInsightOnDemand”(必需)
typeProperties HDInsight ondemand 链接服务属性。 HDInsightOnDemandLinkedServiceTypeProperties (必需)

HDInsightOnDemandLinkedServiceTypeProperties

Name Description Value
additionalLinkedServiceNames 为 HDInsight 链接服务指定其他存储帐户,以便数据工厂服务可以代表你注册它们。 LinkedServiceReference[]
clusterNamePrefix 群集名称的前缀,后缀将不同于时间戳。 类型:字符串(或带有 resultType 字符串的表达式)。 any
clusterPassword 用于访问群集的密码。 SecretBase
clusterResourceGroup 群集所属的资源组。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
clusterResourceGroupAuthType HDInsight 按需群集资源组身份验证类型。 'ServicePrincipalKey'
'SystemAssignedManagedIdentity'
'UserAssignedManagedIdentity'
clusterSize 群集中辅助进程/数据节点的数量。 建议值:4。 类型:int(或包含 resultType int 的表达式)。 任何(必填)
clusterSshPassword SSH 远程连接群集节点(适用于 Linux)的密码。 SecretBase
clusterSshUserName SSH 的用户名远程连接到群集的节点(适用于 Linux)。 类型:字符串(或带有 resultType 字符串的表达式)。 any
clusterType 群集类型。 类型:字符串(或带有 resultType 字符串的表达式)。 any
clusterUserName 用于访问群集的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any
coreConfiguration 为待创建的 HDInsight 群集指定核心配置参数(如在 core-site.xml 中)。 any
凭据 包含身份验证信息的凭据引用。 CredentialReference
dataNodeSize 指定 HDInsight 群集的数据节点的大小。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
hBaseConfiguration 为 HDInsight 群集指定 HBase 配置参数 (hbase-site.xml)。 any
hcatalogLinkedServiceName 指向 HCatalog 数据库的 Azure SQL 链接服务的名称。 将 Azure SQL 数据库用作元存储以创建按需 HDInsight 群集。 LinkedServiceReference
hdfsConfiguration 为 HDInsight 群集指定 HDFS 配置参数 (hdfs-site.xml)。 any
headNodeSize 指定 HDInsight 群集的头节点的大小。 any
hiveConfiguration 为 HDInsight 群集指定 hive 配置参数 (hive-site.xml)。 any
hostSubscriptionId 用于托管群集的客户订阅。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
linkedServiceName 由按需群集用于存储和处理数据的 Azure 存储链接服务。 LinkedServiceReference (必填)
mapReduceConfiguration 为 HDInsight 群集指定 MapReduce 配置参数 (mapred-site.xml)。 any
oozieConfiguration 为 HDInsight 群集指定 Oozie 配置参数 (oozie-site.xml)。 any
scriptActions 自定义脚本操作,在 HDI ondemand 群集上运行一旦启动。 请参阅 /azure/hdinsight/hdinsight-hadoop-customize-cluster-linux?toc=%2Fen-us%2Fazure%2Fhdinsight%2Fr-server%2FTOC.json&bc=%2Fen-us%2Fazure%2Fbread%2Ftoc.json#understanding-script-actions。 ScriptAction[]
servicePrincipalId hostSubscriptionId 的服务主体 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalKey 服务主体 ID 的密钥。 SecretBase
sparkVersion 如果群集类型为“spark”,则为 spark 的版本。 类型:字符串(或带有 resultType 字符串的表达式)。 any
stormConfiguration 为 HDInsight 群集指定 Storm 配置参数 (storm-site.xml)。 any
subnetName vNet 中子网的 ARM 资源 ID。 如果指定了 virtualNetworkId,则需要此属性。 类型:字符串(或带有 resultType 字符串的表达式)。 any
租户 服务主体所属的租户 ID/名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
timeToLive 按需 HDInsight 群集允许的空闲时间。 指定当活动运行完成后,如果群集中没有其他的活动作业,按需 HDInsight 群集保持活动状态的时间。 最小值为 5 分钟。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
版本 HDInsight 群集的版本。  类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
virtualNetworkId 创建群集后应加入的 vNet 的 ARM 资源 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
yarnConfiguration 为 HDInsight 群集指定 Yarn 配置参数 (yarn-site.xml)。 any
zookeeperNodeSize 指定 HDInsight 群集的 Zoo Keeper 节点的大小。 any

HiveLinkedService

Name Description Value
类型 链接服务的类型。 'Hive'(必填)
typeProperties Hive Server 链接服务属性。 HiveLinkedServiceTypeProperties( 必需)

HiveLinkedServiceTypeProperties

Name Description Value
allowHostNameCNMismatch 指定是否要求 CA 颁发的 SSL 证书名称与通过 SSL 连接时服务器的主机名匹配。 默认值为 false。 any
allowSelfSignedServerCert 指定是否允许来自服务器的自签名证书。 默认值为 false。 any
authenticationType 用于访问 Hive 服务器的身份验证方法。 'Anonymous'
'Username'
'UsernameAndPassword'
“WindowsAzureHDInsightService”(必需)
enableServerCertificateValidation 指定与服务器的连接是否会验证服务器证书,默认值为 True。 仅适用于版本 2.0 any
enableSsl 指定是否使用 SSL 加密与服务器的连接。 默认值为 false。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 Hive 服务器的 IP 地址或主机名,由多个主机的“;”分隔(仅当 serviceDiscoveryMode 启用时)。 任何(必填)
httpPath 对应于 Hive 服务器的部分 URL。 any
密码 与你在“用户名”字段中提供的用户名对应的密码 SecretBase
移植 Hive 服务器用来侦听客户端连接的 TCP 端口。 any
serverType Hive 服务器的类型。 'HiveServer1'
'HiveServer2'
'HiveThriftServer'
serviceDiscoveryMode true 指示使用 ZooKeeper 服务,false 指示不使用。 any
thriftTransportProtocol Thrift 层中要使用的传输协议。 'Binary'
“HTTP”的
'SASL'
trustedCertPath 包含受信任的 CA 证书的 .pem 文件的完整路径,用于通过 SSL 连接时验证服务器。 只能在自承载 IR 上使用 SSL 时设置此属性。 默认值是随 IR 一起安装的 cacerts.pem 文件。 any
useNativeQuery 指定驱动程序是使用本机 HiveQL 查询,还是将它们转换为 HiveQL 中的等效形式。 any
用户名 用于访问 Hive 服务器的用户名。 any
useSystemTrustStore 指定是使用系统信任存储中的 CA 证书还是使用指定 PEM 文件中的 CA 证书。 默认值为 false。 any
zooKeeperNameSpace ZooKeeper 上要将 Hive Server 2 节点添加到其下的命名空间。 any

HttpLinkedService

Name Description Value
类型 链接服务的类型。 'HttpServer'(必需)
typeProperties 特定于此链接服务类型的属性。 HttpLinkedServiceTypeProperties (必需)

HttpLinkedServiceTypeProperties

Name Description Value
authenticationType 用于连接到 HTTP 服务器的身份验证类型。 'Anonymous'
'Basic'
'ClientCertificate'
'Digest'
'Windows'
authHeaders 请求中用于授权的 RESTful API 中的其他 HTTP 标头。 类型:键值对(值应为字符串类型)。 any
certThumbprint ClientCertificate 身份验证的证书指纹。 仅适用于本地复制。 对于使用 ClientCertificate 身份验证的本地复制,应指定 CertThumbprint 或 EmbeddedCertData/Password。 类型:字符串(或带有 resultType 字符串的表达式)。 any
embeddedCertData 用于 ClientCertificate 身份验证的 Base64 编码证书数据。 对于使用 ClientCertificate 身份验证的本地复制,应指定 CertThumbprint 或 EmbeddedCertData/Password。 类型:字符串(或带有 resultType 字符串的表达式)。 any
enableServerCertificateValidation 如果为 true,请验证 HTTPS 服务器 SSL 证书。 默认值为 true。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 使用 EmbeddedCertData 身份验证进行基本、摘要、Windows 或 ClientCertificate 的密码。 SecretBase
url HTTP 终结点的基 URL,例如 https://www.microsoft.com。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
userName 基本、摘要或 Windows 身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

HubspotLinkedService

Name Description Value
类型 链接服务的类型。 “Hubspot”(必填)
typeProperties Hubspot Service 链接服务属性。 HubspotLinkedServiceTypeProperties (必需)

HubspotLinkedServiceTypeProperties

Name Description Value
accessToken 最初进行 OAuth 集成身份验证时获得的访问令牌。 SecretBase
clientId 与 Hubspot 应用程序关联的客户端 ID。 任何(必填)
clientSecret 与 Hubspot 应用程序关联的客户端密码。 SecretBase
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
refreshToken 最初进行 OAuth 集成身份验证时获得的刷新令牌。 SecretBase
useEncryptedEndpoints 指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 any
useHostVerification 指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 any
usePeerVerification 指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 any

ImpalaLinkedService

Name Description Value
类型 链接服务的类型。 “Impala”(必填)
typeProperties Impala 服务器链接服务属性。 ImpalaLinkedServiceTypeProperties (必需)

ImpalaLinkedServiceTypeProperties

Name Description Value
allowHostNameCNMismatch 指定是否要求 CA 颁发的 SSL 证书名称与通过 SSL 连接时服务器的主机名匹配。 默认值为 false。 any
allowSelfSignedServerCert 指定是否允许来自服务器的自签名证书。 默认值为 false。 any
authenticationType 要使用的认证类型。 'Anonymous'
'SASLUsername'
'UsernameAndPassword'(必填)
enableServerCertificateValidation 指定在连接时是否启用服务器 SSL 证书验证。始终使用系统信任存储(仅适用于 V2)。 默认值为真。 any
enableSsl 指定是否使用 SSL 加密与服务器的连接。 默认值为 false。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 Impala 服务器的 IP 地址或主机名。 (即 192.168.222.160) 任何(必填)
密码 使用 UsernameAndPassword 时,与用户名对应的密码。 SecretBase
移植 Impala 服务器用来侦听客户端连接的 TCP 端口。 默认值为 21050。 any
thriftTransportProtocol 要在 Thrift 层中使用的传输协议(仅适用于 V2)。 默认值为 Binary。 'Binary'
'HTTP'
trustedCertPath 包含受信任的 CA 证书的 .pem 文件的完整路径,用于通过 SSL 连接时验证服务器。 只能在自承载 IR 上使用 SSL 时设置此属性。 默认值是随 IR 一起安装的 cacerts.pem 文件。 any
用户名 用于访问 Impala 服务器的用户名。 使用 SASLUsername 时,默认值为匿名。 any
useSystemTrustStore 指定是使用系统信任存储中的 CA 证书还是使用指定 PEM 文件中的 CA 证书。 默认值为 false。 any

InformixLinkedService

Name Description Value
类型 链接服务的类型。 'Informix'(必填)
typeProperties Informix 链接服务属性。 InformixLinkedServiceTypeProperties (必需)

InformixLinkedServiceTypeProperties

Name Description Value
authenticationType 用于作为 ODBC 数据存储连接到 Informix 的身份验证类型。 可能的值为:Anonymous 和 Basic。 类型:字符串(或带有 resultType 字符串的表达式)。 any
connectionString 连接字符串的非访问凭据部分以及可选的加密凭据。 类型:string、SecureString、AzureKeyVaultSecretReference 或 Expression 和 resultType 字符串。 任何(必填)
凭据 连接字符串的访问凭据部分,采用特定于驱动程序的属性值格式指定。 SecretBase
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 基本身份验证的密码。 SecretBase
userName 基本身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

IntegrationRuntimeReference

Name Description Value
parameters 集成运行时的参数。 ParameterValueSpecification
referenceName 引用集成运行时名称。 字符串(必填)
类型 集成运行时的类型。 'IntegrationRuntimeReference'(必需)

JiraLinkedService

Name Description Value
类型 链接服务的类型。 “Jira”(必填)
typeProperties Jira 服务链接服务属性。 JiraLinkedServiceTypeProperties (必需)

JiraLinkedServiceTypeProperties

Name Description Value
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 Jira 服务的 IP 地址或主机名。 (例如 jira.example.com) 任何(必填)
密码 在“用户名”字段中提供的用户名所对应的密码。 SecretBase
移植 Jira 服务器用来侦听客户端连接的 TCP 端口。 默认值为 443(如果通过 HTTPS 进行连接)或 8080(如果通过 HTTP 进行连接)。 any
useEncryptedEndpoints 指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 any
useHostVerification 指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 any
usePeerVerification 指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 any
用户名 用于访问 Jira 服务的用户名。 任何(必填)

LakeHouseLinkedService

Name Description Value
类型 链接服务的类型。 “Lakehouse”(必需)
typeProperties Microsoft Fabric Lakehouse 链接服务属性。 LakeHouseLinkedServiceTypeProperties (必需)

LakeHouseLinkedServiceTypeProperties

Name Description Value
artifactId Microsoft Fabric Lakehouse 项目的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
authenticationType 要使用的认证类型。 'ServicePrincipal'
'SystemAssignedManagedIdentity'
'UserAssignedManagedIdentity'
凭据 包含身份验证信息的凭据引用。 CredentialReference
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
servicePrincipalCredential Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalId 用于对 Microsoft Fabric Lakehouse 进行身份验证的应用程序的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalKey 用于对 Microsoft Fabric Lakehouse 进行身份验证的应用程序密钥。 SecretBase
租户 服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
workspaceId Microsoft Fabric 工作区的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any

LinkedService

Name Description Value
annotations 可用于描述链接服务的标记列表。 any[]
connectVia 集成运行时参考。 IntegrationRuntimeReference
description 链接服务说明。 字符串
parameters 链接服务的参数。 ParameterDefinitionSpecification
类型 AmazonMWSLinkedService 类型设置为“AmazonMWS”。 对于 AmazonRdsForOracleLinkedService 类型,设置为“AmazonRdsForOracle”。 对于 AmazonRdsForSqlServerLinkedService 类型,设置为“AmazonRdsForSqlServer”。 将类型 AmazonRedshiftLinkedService 设置为“AmazonRedshift”。 将 AmazonS3LinkedService 类型设置为“AmazonS3”。 将 AmazonS3CompatibleLinkedService 类型设置为“AmazonS3Compatible”。 将类型 AppFiguresLinkedService 设置为“AppFigures”。 将 类型 AsanaLinkedService 设置为“Asana”。 对于类型 AzureBatchLinkedService,设置为“AzureBatch”。 将类型 AzureBlobFSLinkedService 设置为“AzureBlobFS”。 对于 AzureBlobStorageLinkedService 类型,设置为“AzureBlobStorage”。 对于类型 AzureDataExplorerLinkedService,设置为“AzureDataExplorer”。 对于类型 AzureDataLakeAnalyticsLinkedService,设置为“AzureDataLakeAnalytics”。 对于类型 AzureDataLakeStoreLinkedService,设置为“AzureDataLakeStore”。 将类型 AzureDatabricksLinkedService 设置为“AzureDatabricks”。 对于类型 AzureDatabricksDeltaLakeLinkedService,设置为“AzureDatabricksDeltaLake”。 对于类型 AzureFileStorageLinkedService,设置为“AzureFileStorage”。 对于类型 AzureFunctionLinkedService,设置为“AzureFunction”。 对于类型 AzureKeyVaultLinkedService,设置为“AzureKeyVault”。 将 AzureMLLinkedService 类型设置为“AzureML”。 对于类型 AzureMLServiceLinkedService,设置为“AzureMLService”。 将类型 AzureMariaDBLinkedService 设置为“AzureMariaDB”。 将类型 AzureMySqlLinkedService 设置为“AzureMySql”。 将类型 AzurePostgreSqlLinkedService 设置为“AzurePostgreSql”。 将类型 AzureSearchLinkedService 设置为“AzureSearch”。 对于类型 AzureSqlDWLinkedService,设置为“AzureSqlDW”。 将类型 AzureSqlDatabaseLinkedService 设置为“AzureSqlDatabase”。 对于类型 AzureSqlMILinkedService,设置为“AzureSqlMI”。 将类型 AzureStorageLinkedService 设置为“AzureStorage”。 对于类型 AzureSynapseArtifactsLinkedService,设置为“AzureSynapseArtifacts”。 将类型 AzureTableStorageLinkedService 设置为“AzureTableStorage”。 将类型 CassandraLinkedService 设置为“Cassandra”。 对于 类型 CommonDataServiceForAppsLinkedService,设置为“CommonDataServiceForApps”。 将类型 ConcurLinkedService 设置为“Concur”。 将类型 CosmosDbLinkedService 设置为“CosmosDb”。 对于类型 CosmosDbMongoDbApiLinkedService,设置为“CosmosDbMongoDbApi”。 将 CouchbaseLinkedService 类型设置为“Couchbase”。 对于 类型 CustomDataSourceLinkedService,设置为“CustomDataSource”。 将类型 DataworldLinkedService 设置为“Dataworld”。 对于 类型 Db2LinkedService,请设置为 'Db2'。 将类型 DrillLinkedService 设置为“Drill”。 将类型 DynamicsLinkedService 设置为“Dynamics”。 对于 类型 DynamicsAXLinkedService,设置为“DynamicsAX”。 对于 类型 DynamicsCrmLinkedService,设置为“DynamicsCrm”。 将类型 EloquaLinkedService 设置为“Eloqua”。 将类型 FileServerLinkedService 设置为“FileServer”。 对于类型 FtpServerLinkedService,设置为“FtpServer”。 将类型 GoogleAdWordsLinkedService 设置为“GoogleAdWords”。 将 GoogleBigQueryLinkedService 类型设置为“GoogleBigQuery”。 对于类型 GoogleBigQueryV2LinkedService,设置为“GoogleBigQueryV2”。 将 GoogleCloudStorageLinkedService 类型设置为“GoogleCloudStorage”。 将 GoogleSheetsLinkedService 类型设置为“GoogleSheets”。 将 类型 GreenplumLinkedService 设置为 'Greenplum'。 将 HBaseLinkedService 类型设置为“HBase”。 将类型 HDInsightLinkedService 设置为“HDInsight”。 将类型 HDInsightOnDemandLinkedService 设置为“HDInsightOnDemand”。 将类型 HdfsLinkedService 设置为“Hdfs”。 将类型 HiveLinkedService 设置为“Hive”。 将类型 HttpLinkedService 设置为“HttpServer”。 将类型 HubspotLinkedService 设置为“Hubspot”。 将类型 ImpalaLinkedService 设置为“Impala”。 将 类型 InformixLinkedService 设置为“Informix”。 将类型 JiraLinkedService 设置为“Jira”。 将类型 LakeHouseLinkedService 设置为“Lakehouse”。 将类型 MagentoLinkedService 设置为“Magento”。 将类型 MariaDBLinkedService 设置为“MariaDB”。 将类型设置为“Marketo” MarketoLinkedService。 将类型 MicrosoftAccessLinkedService 设置为“MicrosoftAccess”。 将类型 MongoDbLinkedService 设置为“MongoDb”。 对于 类型 MongoDbAtlasLinkedService,设置为“MongoDbAtlas”。 对于 类型 MongoDbV2LinkedService,设置为“MongoDbV2”。 将 MySqlLinkedService 类型设置为“MySql”。 将类型 NetezzaLinkedService 设置为“Netezza”。 将类型 ODataLinkedService 设置为“OData”。 对于 类型 OdbcLinkedService,设置为“Odbc”。 将 Office365LinkedService 类型设置为“Office365”。 将类型 OracleLinkedService 设置为“Oracle”。 将类型 OracleCloudStorageLinkedService 设置为“OracleCloudStorage”。 将类型 OracleServiceCloudLinkedService 设置为“OracleServiceCloud”。 将类型 PaypalLinkedService 设置为“PayPal”。 将类型 PhoenixLinkedService 设置为“Phoenix”。 将 PostgreSqlLinkedService 类型设置为“PostgreSql”。 将类型 PostgreSqlV2LinkedService 设置为“PostgreSqlV2”。 将类型 PrestoLinkedService 设置为“Presto”。 将 QuickBooksLinkedService 类型设置为“QuickBooks”。 将类型 QuickbaseLinkedService 设置为“Quickbase”。 将类型 ResponsysLinkedService 设置为“Responsys”。 将类型 RestServiceLinkedService 设置为“RestService”。 将类型 SalesforceLinkedService 设置为“Salesforce”。 将类型 SalesforceMarketingCloudLinkedService 设置为“SalesforceMarketingCloud”。 对于 类型 SalesforceServiceCloudLinkedService,设置为“SalesforceServiceCloud”。 对于 类型 SalesforceServiceCloudV2LinkedService,设置为“SalesforceServiceCloudV2”。 将类型 SalesforceV2LinkedService 设置为“SalesforceV2”。 将类型 SapBWLinkedService 设置为“SapBW”。 将类型 SapCloudForCustomerLinkedService 设置为“SapCloudForCustomer”。 对于 类型 SapEccLinkedService,设置为“SapEcc”。 将类型 SapHanaLinkedService 设置为“SapHana”。 将类型 SapOdpLinkedService 设置为“SapOdp”。 将类型 SapOpenHubLinkedService 设置为“SapOpenHub”。 将类型 SapTableLinkedService 设置为“SapTable”。 将类型 ServiceNowLinkedService 设置为“ServiceNow”。 对于类型 ServiceNowV2LinkedService,设置为“ServiceNowV2”。 将类型 SftpServerLinkedService 设置为“Sftp”。 将类型 SharePointOnlineListLinkedService 设置为“SharePointOnlineList”。 将 Shopify LinkedService 类型设置为“Shopify”。 将类型 SmartsheetLinkedService 设置为“Smartsheet”。 将 类型 SnowflakeLinkedService 设置为“Snowflake”。 将 类型 SnowflakeV2LinkedService 设置为“SnowflakeV2”。 将类型 SparkLinkedService 设置为“Spark”。 将类型 SqlServerLinkedService 设置为“SqlServer”。 将 类型 SquareLinkedService 设置为“Square”。 将 类型 SybaseLinkedService 设置为“Sybase”。 将类型 TeamDeskLinkedService 设置为“TeamDesk”。 将类型 TeradataLinkedService 设置为“Teradata”。 将类型 TwilioLinkedService 设置为“Twilio”。 将类型 VerticaLinkedService 设置为“Vertica”。 将类型 WarehouseLinkedService 设置为“仓库”。 将 WebLinkedService 类型设置为“Web”。 将类型 XeroLinkedService 设置为“Xero”。 将 ZendeskLinkedService 类型设置为“Zendesk”。 将 类型 ZohoLinkedService 设置为“Zoho”。 'AmazonMWS'
'AmazonRdsForOracle'
'AmazonRdsForSqlServer'
'AmazonRedshift'
'AmazonS3'
'AmazonS3Compatible'
'AppFigures'
'Asana'
'AzureBatch'
'AzureBlobFS'
'AzureBlobStorage'
'AzureDatabricks'
'AzureDatabricksDeltaLake'
'AzureDataExplorer'
'AzureDataLakeAnalytics'
'AzureDataLakeStore'
'AzureFileStorage'
'AzureFunction'
'AzureKeyVault'
'AzureMariaDB'
'AzureML'
'AzureMLService'
'AzureMySql'
'AzurePostgreSql'
'AzureSearch'
'AzureSqlDatabase'
'AzureSqlDW'
'AzureSqlMI'
'AzureStorage'
'AzureSynapseArtifacts'
'AzureTableStorage'
'Cassandra'
'CommonDataServiceForApps'
'Concur'
'CosmosDb'
'CosmosDbMongoDbApi'
'Couchbase'
'CustomDataSource'
'Dataworld'
'Db2'
'Drill'
'Dynamics'
'DynamicsAX'
'DynamicsCrm'
'Eloqua'
'FileServer'
'FtpServer'
'GoogleAdWords'
'GoogleBigQuery'
'GoogleBigQueryV2'
'GoogleCloudStorage'
'GoogleSheets'
'Greenplum'
'HBase'
'Hdfs'
'HDInsight'
'HDInsightOnDemand'
'Hive'
'HttpServer'
'Hubspot'
'Impala'
'Informix'
'Jira'
'Lakehouse'
'Magento'
'MariaDB'
'Marketo'
'MicrosoftAccess'
'MongoDb'
'MongoDbAtlas'
'MongoDbV2'
'MySql'
'Netezza'
'OData'
'Odbc'
'Office365'
'Oracle'
'OracleCloudStorage'
'OracleServiceCloud'
'Paypal'
'Phoenix'
'PostgreSql'
'PostgreSqlV2'
'Presto'
'Quickbase'
'QuickBooks'
'Responsys'
'RestService'
'Salesforce'
'SalesforceMarketingCloud'
'SalesforceServiceCloud'
'SalesforceServiceCloudV2'
'SalesforceV2'
'SapBW'
'SapCloudForCustomer'
'SapEcc'
'SapHana'
'SapOdp'
'SapOpenHub'
'SapTable'
'ServiceNow'
'ServiceNowV2'
'Sftp'
'SharePointOnlineList'
'Shopify'
'Smartsheet'
'Snowflake'
'SnowflakeV2'
'Spark'
'SqlServer'
'Square'
'Sybase'
'TeamDesk'
'Teradata'
'Twilio'
'Vertica'
'Warehouse'
'Web'
'Xero'
'Zendesk'
“Zoho”(必填)
版本 链接服务的版本。 字符串

LinkedServiceReference

Name Description Value
parameters LinkedService 的参数。 ParameterValueSpecification
referenceName 引用 LinkedService 名称。 字符串(必填)
类型 链接服务引用类型。 'LinkedServiceReference'(必需)

MagentoLinkedService

Name Description Value
类型 链接服务的类型。 “Magento”(必填)
typeProperties Magento 服务器链接服务属性。 MagentoLinkedServiceTypeProperties (必需)

MagentoLinkedServiceTypeProperties

Name Description Value
accessToken 来自 Magento 的访问令牌。 SecretBase
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 Magento 实例的 URL。 (即 192.168.222.110/magento3) 任何(必填)
useEncryptedEndpoints 指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 any
useHostVerification 指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 any
usePeerVerification 指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 any

MariaDBLinkedService

Name Description Value
类型 链接服务的类型。 'MariaDB'(必填)
typeProperties MariaDB 服务器链接服务属性。 MariaDBLinkedServiceTypeProperties (必需)

MariaDBLinkedServiceTypeProperties

Name Description Value
connectionString ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
数据库 连接的数据库名称。 类型:字符串。 any
driverVersion MariaDB 驱动程序的版本。 类型:字符串。 对于旧驱动程序,V1 或为空,V2 用于新驱动程序。 V1 可以支持连接字符串和属性包,V2 只能支持连接字符串。 旧驱动程序计划于 2024 年 10 月弃用。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 连接字符串中密码的 Azure Key Vault 机密引用。 AzureKeyVaultSecretReference
移植 连接的端口。 类型:整数。 any
服务器 连接的服务器名称。 类型:字符串。 any
sslMode 此选项指定驱动程序在连接到 MariaDB 时是否使用 TLS 加密和验证。 例如,SSLMode=<0/1/2/3/4>。 选项:DISABLED (0) / PREFERRED (1) /REQUIRED (2) / VERIFY_CA (3) / VERIFY_IDENTITY (4), REQUIRED (2) 建议仅允许使用 SSL/TLS 加密的连接。 any
用户名 身份验证的用户名。 类型:字符串。 any
useSystemTrustStore 此选项指定是使用系统信任存储中的 CA 证书还是使用指定 PEM 文件中的 CA 证书。 例如 UseSystemTrustStore=<0/1>;选项:已启用 (1) / 禁用 (0) (默认) any

MarketoLinkedService

Name Description Value
类型 链接服务的类型。 “Marketo”(必需)
typeProperties Marketo 服务器链接服务属性。 MarketoLinkedServiceTypeProperties (必需)

MarketoLinkedServiceTypeProperties

Name Description Value
clientId Marketo 服务的客户端 ID。 任何(必填)
clientSecret Marketo 服务的客户端密码。 SecretBase
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
终结点 Marketo 服务器的终结点。 (即 123-ABC-321.mktorest.com) 任何(必填)
useEncryptedEndpoints 指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 any
useHostVerification 指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 any
usePeerVerification 指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 any

MicrosoftAccessLinkedService

Name Description Value
类型 链接服务的类型。 “MicrosoftAccess”(必需)
typeProperties Microsoft Access 链接服务属性。 MicrosoftAccessLinkedServiceTypeProperties (必需)

MicrosoftAccessLinkedServiceTypeProperties

Name Description Value
authenticationType 用于作为 ODBC 数据存储连接到 Microsoft Access 的身份验证类型。 可能的值为:Anonymous 和 Basic。 类型:字符串(或带有 resultType 字符串的表达式)。 any
connectionString 连接字符串的非访问凭据部分以及可选的加密凭据。 类型:string、SecureString、AzureKeyVaultSecretReference 或 Expression 和 resultType 字符串。 任何(必填)
凭据 连接字符串的访问凭据部分,采用特定于驱动程序的属性值格式指定。 SecretBase
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 基本身份验证的密码。 SecretBase
userName 基本身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

MongoDbAtlasLinkedService

Name Description Value
类型 链接服务的类型。 'MongoDbAtlas'(必需)
typeProperties MongoDB Atlas 链接服务属性。 MongoDbAtlasLinkedServiceTypeProperties (必需)

MongoDbAtlasLinkedServiceTypeProperties

Name Description Value
connectionString MongoDB Atlas 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 任何(必填)
数据库 要访问的 MongoDB Atlas 数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
driverVersion 要选择的驱动程序版本。 允许的值为 v1 和 v2。 类型:字符串(或带有 resultType 字符串的表达式)。 any

MongoDbLinkedService

Name Description Value
类型 链接服务的类型。 'MongoDb'(必填)
typeProperties MongoDB 链接服务属性。 MongoDbLinkedServiceTypeProperties (必需)

MongoDbLinkedServiceTypeProperties

Name Description Value
allowSelfSignedServerCert 指定是否允许来自服务器的自签名证书。 默认值为 false。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
authenticationType 用于连接到 MongoDB 数据库的身份验证类型。 'Anonymous'
'Basic'
authSource 用于验证用户名和密码的数据库。 类型:字符串(或带有 resultType 字符串的表达式)。 any
databaseName 要访问的 MongoDB 数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
enableSsl 指定是否使用 SSL 加密与服务器的连接。 默认值为 false。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 身份验证密码。 SecretBase
移植 MongoDB 服务器用于侦听客户端连接的 TCP 端口号。 默认值为 27017。 类型:整数(或包含 resultType 整数的表达式),最小值:0。 any
服务器 MongoDB 服务器的 IP 地址或服务器名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
用户名 身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

MongoDbV2LinkedService

Name Description Value
类型 链接服务的类型。 “MongoDbV2”(必需)
typeProperties MongoDB 链接服务属性。 MongoDbV2LinkedServiceTypeProperties (必需)

MongoDbV2LinkedServiceTypeProperties

Name Description Value
connectionString MongoDB 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 任何(必填)
数据库 要访问的 MongoDB 数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)

MySqlLinkedService

Name Description Value
类型 链接服务的类型。 'MySql'(必需)
typeProperties MySQL 链接服务属性。 MySqlLinkedServiceTypeProperties (必需)

MySqlLinkedServiceTypeProperties

Name Description Value
allowZeroDateTime 这允许从数据库检索特殊的“零”日期值 0000-00-00。 类型:布尔值。 any
connectionString 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
connectionTimeout 在终止尝试并生成错误之前等待与服务器建立连接的时间(以秒为单位)。 类型:整数。 any
convertZeroDateTime 如果返回日期或日期/时间列的 DateTime.MinValue,则返回不允许的值。 类型:布尔值。 any
数据库 连接的数据库名称。 类型:字符串。 any
driverVersion MySQL 驱动程序的版本。 类型:字符串。 对于旧驱动程序,V1 或为空,V2 用于新驱动程序。 V1 可以支持连接字符串和属性包,V2 只能支持连接字符串。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
guidFormat 确定应将哪个列类型(如果有)读取为 GUID。 类型:字符串。 无:不会将列类型作为 Guid 自动读取;Char36:所有 CHAR(36)列都以小写十六进制和连字符(与 UUID 匹配)作为 Guid 读取/写入。 any
密码 连接字符串中密码的 Azure Key Vault 机密引用。 AzureKeyVaultSecretReference
移植 连接的端口。 类型:整数。 any
服务器 连接的服务器名称。 类型:字符串。 any
sslCert 客户端 SSL 证书文件的路径(采用 PEM 格式)。 必须同时指定 SslKey。 类型:字符串。 any
sslKey 客户端 SSL 私钥的路径(采用 PEM 格式)。 还必须指定 SslCert。 类型:字符串。 any
sslMode 用于连接的 SSL 模式。 类型:整数。 0:禁用,1:首选,2:需要,3:verify-ca,4:验证完整。 any
treatTinyAsBoolean 设置为 true 时,TINYINT(1) 值将作为布尔值返回。 类型:bool。 any
用户名 身份验证的用户名。 类型:字符串。 any
useSystemTrustStore 使用系统信任存储进行连接。 类型:整数。 0:启用,1:禁用。 any

NetezzaLinkedService

Name Description Value
类型 链接服务的类型。 'Netezza'(必填)
typeProperties Netezza 链接服务属性。 NetezzaLinkedServiceTypeProperties (必需)

NetezzaLinkedServiceTypeProperties

Name Description Value
connectionString ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
数据库 连接的数据库名称。 类型:字符串。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
移植 连接的端口。 类型:整数。 any
pwd 连接字符串中密码的 Azure Key Vault 机密引用。 AzureKeyVaultSecretReference
securityLevel 安全级别 指定驱动程序与数据存储的连接的安全级别。 PreferredUnSecured:首选不安全,如果需要,允许回退到安全连接。 OnlyUnSecured:严格不安全,没有回退。 《只有无担保》
“优先无担保”
服务器 连接的服务器名称。 类型:字符串。 any
uid 身份验证的用户名。 类型:字符串。 any

ODataLinkedService

Name Description Value
类型 链接服务的类型。 'OData'(必需)
typeProperties OData 链接服务属性。 ODataLinkedServiceTypeProperties (必需)

ODataLinkedServiceTypeProperties

Name Description Value
aadResourceId 指定要请求授权以使用 Directory 的资源。 类型:字符串(或带有 resultType 字符串的表达式)。 any
aadServicePrincipalCredentialType 指定用于服务主体的凭据类型(密钥或证书)。 'ServicePrincipalCert'
'ServicePrincipalKey'
authenticationType 用于连接到 OData 服务的身份验证类型。 'AadServicePrincipal'
'Anonymous'
'Basic'
'ManagedServiceIdentity'
'Windows'
authHeaders 请求中用于授权的 RESTful API 中的其他 HTTP 标头。 类型:键值对(值应为字符串类型)。 any
azureCloudType 指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 OData 服务的密码。 SecretBase
servicePrincipalEmbeddedCert 指定在 Azure Active Directory 中注册的应用程序的 base64 编码证书。 类型:字符串(或带有 resultType 字符串的表达式)。 SecretBase
servicePrincipalEmbeddedCertPassword 如果证书具有密码,并且使用的是 AadServicePrincipal 身份验证,请指定证书的密码。 类型:字符串(或带有 resultType 字符串的表达式)。 SecretBase
servicePrincipalId 指定在 Azure Active Directory 中注册的应用程序的应用程序 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalKey 指定在 Azure Active Directory 中注册的应用程序的机密。 类型:字符串(或带有 resultType 字符串的表达式)。 SecretBase
租户 指定您的应用程序所属的租户信息(域名或租户 ID)。 类型:字符串(或带有 resultType 字符串的表达式)。 any
url OData 服务终结点的 URL。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
userName OData 服务的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

OdbcLinkedService

Name Description Value
类型 链接服务的类型。 'Odbc'(必需)
typeProperties ODBC 链接服务属性。 OdbcLinkedServiceTypeProperties (必需)

OdbcLinkedServiceTypeProperties

Name Description Value
authenticationType 用于连接 ODBC 数据存储的身份验证类型。 可能的值为:Anonymous 和 Basic。 类型:字符串(或带有 resultType 字符串的表达式)。 any
connectionString 连接字符串的非访问凭据部分以及可选的加密凭据。 类型:string、SecureString、AzureKeyVaultSecretReference 或 Expression 和 resultType 字符串。 任何(必填)
凭据 连接字符串的访问凭据部分,采用特定于驱动程序的属性值格式指定。 SecretBase
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 基本身份验证的密码。 SecretBase
userName 基本身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

Office365LinkedService

Name Description Value
类型 链接服务的类型。 “Office365”(必需)
typeProperties Office365 链接服务属性。 Office365LinkedServiceTypeProperties (必需)

Office365LinkedServiceTypeProperties

Name Description Value
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
office365TenantId Office 365 帐户所属的 Azure 租户 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
servicePrincipalCredentialType 身份验证的服务主体凭据类型。“ServicePrincipalKey”用于密钥/机密,用于证书的“ServicePrincipalCert”。 如果未指定,则使用“ServicePrincipalKey”。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalEmbeddedCert 指定在 Azure Active Directory 中注册的应用程序的 base64 编码证书。 类型:字符串(或带有 resultType 字符串的表达式)。 SecretBase
servicePrincipalEmbeddedCertPassword 如果证书具有密码,并且使用的是 AadServicePrincipal 身份验证,请指定证书的密码。 类型:字符串(或带有 resultType 字符串的表达式)。 SecretBase
servicePrincipalId 指定应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
servicePrincipalKey 指定应用程序的密钥。 SecretBase (必需)
servicePrincipalTenantId 指定 Azure AD Web 应用程序所在的租户信息。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)

OracleCloudStorageLinkedService

Name Description Value
类型 链接服务的类型。 “OracleCloudStorage”(必需)
typeProperties Oracle 云存储链接服务属性。 OracleCloudStorageLinkedServiceTypeProperties (必需)

OracleCloudStorageLinkedServiceTypeProperties

Name Description Value
accessKeyId Oracle 云存储标识和访问管理(IAM)用户的访问密钥标识符。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
secretAccessKey Oracle 云存储标识和访问管理 (IAM) 用户的机密访问密钥。 SecretBase
serviceUrl 此值指定要使用 Oracle 云存储连接器访问的终结点。 这是一个可选属性;仅当想要尝试其他服务终结点或想要在 https 和 http 之间切换时更改它。 类型:字符串(或带有 resultType 字符串的表达式)。 any

OracleLinkedService

Name Description Value
类型 链接服务的类型。 'Oracle'(必需)
typeProperties Oracle 数据库链接服务属性。 OracleLinkedServiceTypeProperties (必需)

OracleLinkedServiceTypeProperties

Name Description Value
authenticationType 连接到 Oracle 数据库的身份验证类型。 仅用于版本 2.0。 'Basic'
connectionString 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 仅用于版本 1.0。 any
cryptoChecksumClient 指定当此客户端连接到服务器时所需的数据完整性行为。 支持的值接受、拒绝、请求或必需,默认值是必需的。 类型:字符串。 仅用于版本 2.0。 any
cryptoChecksumTypesClient 指定客户端可以使用的加密校验算法。 支持的值为 SHA1、SHA256、SHA384、SHA512、默认值为 (SHA512)。 类型:字符串。 仅用于版本 2.0。 any
enableBulkLoad 指定在将数据加载到数据库中时是使用大容量复制还是批量插入,默认值为 true。 类型:布尔值。 仅用于版本 2.0。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
encryptionClient 指定加密客户端的行为。 支持的值接受、拒绝、请求或必需,默认值是必需的。 类型:字符串。 仅用于版本 2.0。 any
encryptionTypesClient 指定客户端可以使用的加密算法。 支持的值为 AES128、AES192、AES256、3DES112、3DES168、默认值为 (AES256)。 类型:字符串。 仅用于版本 2.0。 any
fetchSize 指定驱动程序为提取一个数据库往返中的数据而分配的字节数,默认值为10485760。 类型:整数。 仅用于版本 2.0。 any
fetchTswtzAsTimestamp 指定驱动程序是否将 TIMESTAMP WITH TIME ZONE 数据类型的列值作为 DateTime 或字符串返回。 如果 supportV1DataTypes 不为 true,则忽略此设置,默认值为 true。 类型:布尔值。 仅用于版本 2.0。 any
initializationString 指定一个命令,该命令在连接数据库后立即执行,以管理会话设置。 类型:字符串。 仅用于版本 2.0。 any
initialLobFetchSize 指定源最初为 LOB 列提取的量,默认值为 0。 类型:整数。 仅用于版本 2.0。 any
密码 连接字符串中密码的 Azure Key Vault 机密引用。 AzureKeyVaultSecretReference
服务器 要连接到的 Oracle 数据库的位置,支持的表单包括连接器描述符、简易连接(Plus)命名和 Oracle Net Services 名称(仅自承载 IR)。 类型:字符串。 仅用于版本 2.0。 any
statementCacheSize 指定要为每个数据库连接缓存的游标数或语句数,默认值为 0。 类型:整数。 仅用于版本 2.0。 any
supportV1DataTypes 指定是否使用版本 1.0 数据类型映射。 除非要保持与版本 1.0 数据类型映射的向后兼容性,否则不要将其设置为 true,默认值为 false。 类型:布尔值。 仅用于版本 2.0。 any
用户名 Oracle 数据库用户名。 类型:字符串。 仅用于版本 2.0。 any

OracleServiceCloudLinkedService

Name Description Value
类型 链接服务的类型。 “OracleServiceCloud”(必需)
typeProperties Oracle 服务云链接服务属性。 OracleServiceCloudLinkedServiceTypeProperties (必需)

OracleServiceCloudLinkedServiceTypeProperties

Name Description Value
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 Oracle 服务云实例的 URL。 任何(必填)
密码 在用户名键中提供的用户名所对应的密码。 SecretBase (必需)
useEncryptedEndpoints 指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
useHostVerification 指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
usePeerVerification 指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
用户名 用于访问 Oracle 服务云服务器的用户名。 任何(必填)

ParameterDefinitionSpecification

Name Description Value

ParameterSpecification

Name Description Value
defaultValue 参数的默认值。 any
类型 参数类型。 'Array'
'Bool'
'Float'
'Int'
'Object'
'SecureString'
'String'(必填)

ParameterValueSpecification

Name Description Value

ParameterValueSpecification

Name Description Value

PaypalLinkedService

Name Description Value
类型 链接服务的类型。 “PayPal”(必填)
typeProperties PayPal服务链接服务属性。 PaypalLinkedServiceTypeProperties (必需)

PaypalLinkedServiceTypeProperties

Name Description Value
clientId 与 PayPal 应用程序关联的客户端 ID。 任何(必填)
clientSecret 与 PayPal 应用程序关联的客户端密码。 SecretBase
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 PayPal 实例的 URL。 (即 api.sandbox.paypal.com) 任何(必填)
useEncryptedEndpoints 指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 any
useHostVerification 指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 any
usePeerVerification 指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 any

PhoenixLinkedService

Name Description Value
类型 链接服务的类型。 “凤凰”(必填)
typeProperties Phoenix 服务器链接服务属性。 PhoenixLinkedServiceTypeProperties (必需)

PhoenixLinkedServiceTypeProperties

Name Description Value
allowHostNameCNMismatch 指定是否要求 CA 颁发的 SSL 证书名称与通过 SSL 连接时服务器的主机名匹配。 默认值为 false。 any
allowSelfSignedServerCert 指定是否允许来自服务器的自签名证书。 默认值为 false。 any
authenticationType 用于连接到 Phoenix 服务器的身份验证机制。 'Anonymous'
'UsernameAndPassword'
“WindowsAzureHDInsightService”(必需)
enableSsl 指定是否使用 SSL 加密与服务器的连接。 默认值为 false。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 Phoenix 服务器的 IP 地址或主机名。 (即 192.168.222.160) 任何(必填)
httpPath 对应于 Phoenix 服务器的部分 URL。 (即 /gateway/sandbox/phoenix/version)。 如果使用 WindowsAzureHDInsightService,则默认值为 hbasephoenix。 any
密码 用户名所对应的密码。 SecretBase
移植 Phoenix 服务器用来侦听客户端连接的 TCP 端口。 默认值为 8765。 any
trustedCertPath 包含受信任的 CA 证书的 .pem 文件的完整路径,用于通过 SSL 连接时验证服务器。 只能在自承载 IR 上使用 SSL 时设置此属性。 默认值是随 IR 一起安装的 cacerts.pem 文件。 any
用户名 用于连接到 Phoenix 服务器的用户名。 any
useSystemTrustStore 指定是使用系统信任存储中的 CA 证书还是使用指定 PEM 文件中的 CA 证书。 默认值为 false。 any

PostgreSqlLinkedService

Name Description Value
类型 链接服务的类型。 'PostgreSql'(必需)
typeProperties PostgreSQL 链接服务属性。 PostgreSqlLinkedServiceTypeProperties (必需)

PostgreSqlLinkedServiceTypeProperties

Name Description Value
connectionString 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 任何(必填)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 连接字符串中密码的 Azure Key Vault 机密引用。 AzureKeyVaultSecretReference

PostgreSqlV2LinkedService

Name Description Value
类型 链接服务的类型。 'PostgreSqlV2'(必需)
typeProperties PostgreSQLV2 链接服务属性。 PostgreSqlV2LinkedServiceTypeProperties (必需)

PostgreSqlV2LinkedServiceTypeProperties

Name Description Value
authenticationType 要使用的认证类型。 类型:字符串。 任何(必填)
commandTimeout 尝试执行命令之前等待的时间(以秒为单位),如果超过这个时间,将终止尝试并产生错误。 对于无穷大,设置为零。 类型:整数。 any
connectionTimeout 等待的时间(以秒为单位),这是在尝试建立连接时,终止尝试并生成错误之前的时间。 类型:整数。 any
数据库 连接的数据库名称。 类型:字符串。 任何(必填)
编码 获取或设置用于编码/解码 PostgreSQL 字符串数据的 .NET 编码格式。 类型:字符串 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
logParameters 启用后,在执行命令时将会记录参数值。 类型:布尔值。 any
密码 连接字符串中密码的 Azure Key Vault 机密引用。 类型:字符串。 AzureKeyVaultSecretReference
pooling 是否应使用连接池。 类型:布尔值。 any
移植 连接的端口。 类型:整数。 any
readBufferSize 确定读取时内部缓冲区使用的大小。 如果从数据库传输大型值,则增加大小可能会提高性能。 类型:整数。 any
架构 设置架构搜索路径。 类型:字符串。 any
服务器 连接的服务器名称。 类型:字符串。 任何(必填)
sslCertificate 要发送到服务器的客户端证书的位置。 类型:字符串。 any
sslKey 要发送到服务器的客户端证书的客户端密钥位置。 类型:字符串。 any
sslMode 用于连接的 SSL 模式。 类型:整数。 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full. 类型:整数。 任何(必填)
sslPassword 客户端证书密钥的密码。 类型:字符串。 any
timezone 获取或设置会话时区。 类型:字符串。 any
trustServerCertificate 是否在不验证服务器证书的情况下信任该证书。 类型:布尔值。 any
用户名 身份验证的用户名。 类型:字符串。 任何(必填)

PrestoLinkedService

Name Description Value
类型 链接服务的类型。 'Presto'(必填)
typeProperties Presto 服务器链接服务属性。 PrestoLinkedServiceTypeProperties (必需)

PrestoLinkedServiceTypeProperties

Name Description Value
allowHostNameCNMismatch 指定是否要求 CA 颁发的 SSL 证书名称与通过 SSL 连接时服务器的主机名匹配。 默认值为 false。 仅用于版本 1.0。 any
allowSelfSignedServerCert 指定是否允许来自服务器的自签名证书。 默认值为 false。 仅用于版本 1.0。 any
authenticationType 用于连接到 Presto 服务器的身份验证机制。 'Anonymous'
'LDAP'(必填)
目录 针对服务器的所有请求的目录上下文。 任何(必填)
enableServerCertificateValidation 指定与服务器的连接是否会验证服务器证书,默认值为 True。 仅适用于版本 2.0 any
enableSsl 指定是否使用 SSL 加密与服务器的连接。 旧版的默认值为 False。 版本 2.0 的默认值为 True。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 Presto 服务器的 IP 地址或主机名。 (即 192.168.222.160) 任何(必填)
密码 用户名所对应的密码。 SecretBase
移植 Presto 服务器用来侦听客户端连接的 TCP 端口。 禁用 SSL 时,默认值为 8080,启用 SSL 时默认值为 443。 any
serverVersion Presto 服务器的版本。 (即 0.148-t)仅用于版本 1.0。 any
timeZoneID 连接使用的本地时区。 IANA 时区数据库中指定了此选项的有效值。 版本 1.0 的默认值是客户端系统时区。 版本 2.0 的默认值为服务器系统 timeZone any
trustedCertPath 包含受信任的 CA 证书的 .pem 文件的完整路径,用于通过 SSL 连接时验证服务器。 只能在自承载 IR 上使用 SSL 时设置此属性。 默认值是随 IR 一起安装的 cacerts.pem 文件。 仅用于版本 1.0。 any
用户名 用于连接到 Presto 服务器的用户名。 any
useSystemTrustStore 指定是使用系统信任存储中的 CA 证书还是使用指定 PEM 文件中的 CA 证书。 默认值为 false。 仅用于版本 1.0。 any

QuickbaseLinkedService

Name Description Value
类型 链接服务的类型。 'Quickbase'(必填)
typeProperties 快速数据库链接服务属性。 QuickbaseLinkedServiceTypeProperties (必需)

QuickbaseLinkedServiceTypeProperties

Name Description Value
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
url 用于连接 Quickbase 源的 URL。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
userToken Quickbase 源的用户令牌。 SecretBase (必需)

QuickBooksLinkedService

Name Description Value
类型 链接服务的类型。 “QuickBooks”(必填)
typeProperties QuickBooks 服务器链接服务属性。 QuickBooksLinkedServiceTypeProperties (必需)

QuickBooksLinkedServiceTypeProperties

Name Description Value
accessToken OAuth 2.0 身份验证的访问令牌。 SecretBase
accessTokenSecret OAuth 1.0 身份验证已弃用访问令牌密钥。 仅用于版本 1.0。 SecretBase
companyId 要授权的 QuickBooks 公司的公司 ID。 any
connectionProperties 用于连接到 QuickBooks 的属性。 它与链接服务中的其他任何属性互斥。 类型:对象。 any
consumerKey OAuth 2.0 身份验证的使用者密钥。 any
consumerSecret OAuth 2.0 身份验证的使用者密钥。 SecretBase
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
终结点 QuickBooks 服务器的终结点。 (即 quickbooks.api.intuit.com) any
refreshToken OAuth 2.0 身份验证的刷新令牌。 SecretBase
useEncryptedEndpoints 指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 仅用于版本 1.0。 any

ResponsysLinkedService

Name Description Value
类型 链接服务的类型。 'Responsys'(必需)
typeProperties Responsys 链接服务属性。 ResponsysLinkedServiceTypeProperties (必需)

ResponsysLinkedServiceTypeProperties

Name Description Value
clientId 与 Responsys 应用程序关联的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
clientSecret 与 Responsys 应用程序关联的客户端密码。 类型:字符串(或带有 resultType 字符串的表达式)。 SecretBase
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
终结点 Responsys 服务器的终结点。 任何(必填)
useEncryptedEndpoints 指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
useHostVerification 指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
usePeerVerification 指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any

RestServiceLinkedService

Name Description Value
类型 链接服务的类型。 'RestService'(必需)
typeProperties Rest Service 链接服务属性。 RestServiceLinkedServiceTypeProperties (必需)

RestServiceLinkedServiceTypeProperties

Name Description Value
aadResourceId 请求使用授权的资源。 类型:字符串(或带有 resultType 字符串的表达式)。 any
authenticationType 用于连接到 REST 服务的身份验证类型。 'AadServicePrincipal'
'Anonymous'
'Basic'
'ManagedServiceIdentity'
'OAuth2ClientCredential'(必需)
authHeaders 请求中用于授权的 RESTful API 中的其他 HTTP 标头。 类型:对象(或带有 resultType 对象的表达式)。 any
azureCloudType 指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 any
clientId 与应用程序关联的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
clientSecret 与应用程序关联的客户端密码。 SecretBase
凭据 包含身份验证信息的凭据引用。 CredentialReference
enableServerCertificateValidation 是否在连接到终结点时验证服务器端 SSL 证书。默认值为 true。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 基本身份验证类型中使用的密码。 SecretBase
资源 将请求访问的目标服务或资源。 类型:字符串(或带有 resultType 字符串的表达式)。 any
作用域 所需的访问范围。 它描述将请求哪种类型的访问。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalCredentialType 在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalEmbeddedCert 指定在 Azure Active Directory 中注册的应用程序的 base64 编码证书。 类型:字符串(或带有 resultType 字符串的表达式)。 SecretBase
servicePrincipalEmbeddedCertPassword 如果证书具有密码,并且使用的是 AadServicePrincipal 身份验证,请指定证书的密码。 类型:字符串(或带有 resultType 字符串的表达式)。 SecretBase
servicePrincipalId AadServicePrincipal 身份验证类型中使用的应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalKey AadServicePrincipal 身份验证类型中使用的应用程序的密钥。 SecretBase
租户 应用程序所在的 AadServicePrincipal 身份验证类型中使用的租户信息(域名或租户 ID)。 类型:字符串(或带有 resultType 字符串的表达式)。 any
tokenEndpoint 要获取访问令牌的授权服务器的令牌终结点。 类型:字符串(或带有 resultType 字符串的表达式)。 any
url REST 服务的基 URL。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
userName 基本身份验证类型中使用的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

SalesforceLinkedService

Name Description Value
类型 链接服务的类型。 “Salesforce”(必填)
typeProperties Salesforce 链接服务属性。 SalesforceLinkedServiceTypeProperties (必需)

SalesforceLinkedServiceTypeProperties

Name Description Value
apiVersion ADF 中使用的 Salesforce API 版本。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
environmentUrl Salesforce 实例的 URL。 默认值为“https://login.salesforce.com”。 若要从沙盒复制数据,请指定“https://test.salesforce.com”。 若要从自定义域复制数据,请指定“https://[domain].my.salesforce.com”。 类型:字符串(或带有 resultType 字符串的表达式)。 any
密码 Salesforce 实例的基本身份验证的密码。 SecretBase
securityToken 安全令牌是可选的,用于远程访问 Salesforce 实例。 SecretBase
用户名 Salesforce 实例的基本身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

SalesforceMarketingCloudLinkedService

Name Description Value
类型 链接服务的类型。 “SalesforceMarketingCloud”(必填)
typeProperties Salesforce Marketing Cloud 链接服务属性。 SalesforceMarketingCloudLinkedServiceTypeProperties (必需)

SalesforceMarketingCloudLinkedServiceTypeProperties

Name Description Value
clientId 与 Salesforce Marketing Cloud 应用程序关联的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
clientSecret 与 Salesforce Marketing Cloud 应用程序关联的客户端密码。 类型:字符串(或带有 resultType 字符串的表达式)。 SecretBase
connectionProperties 用于连接到 Salesforce Marketing Cloud 的属性。 它与链接服务中的其他任何属性互斥。 类型:对象。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
useEncryptedEndpoints 指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
useHostVerification 指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
usePeerVerification 指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any

SalesforceServiceCloudLinkedService

Name Description Value
类型 链接服务的类型。 “SalesforceServiceCloud”(必需)
typeProperties Salesforce Service Cloud 链接服务属性。 SalesforceServiceCloudLinkedServiceTypeProperties (必需)

SalesforceServiceCloudLinkedServiceTypeProperties

Name Description Value
apiVersion ADF 中使用的 Salesforce API 版本。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
environmentUrl Salesforce Service Cloud 实例的 URL。 默认值为“https://login.salesforce.com”。 若要从沙盒复制数据,请指定“https://test.salesforce.com”。 若要从自定义域复制数据,请指定“https://[domain].my.salesforce.com”。 类型:字符串(或带有 resultType 字符串的表达式)。 any
extendedProperties 追加到连接字符串的扩展属性。 类型:字符串(或带有 resultType 字符串的表达式)。 any
密码 Salesforce 实例的基本身份验证的密码。 SecretBase
securityToken 安全令牌是可选的,用于远程访问 Salesforce 实例。 SecretBase
用户名 Salesforce 实例的基本身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

SalesforceServiceCloudV2LinkedService

Name Description Value
类型 链接服务的类型。 “SalesforceServiceCloudV2”(必需)
typeProperties Salesforce Service Cloud V2 链接服务属性。 SalesforceServiceCloudV2LinkedServiceTypeProperties (必需)

SalesforceServiceCloudV2LinkedServiceTypeProperties

Name Description Value
apiVersion ADF 中使用的 Salesforce API 版本。 版本必须大于或等于 Salesforce BULK API 2.0 所需的 47.0。 类型:字符串(或带有 resultType 字符串的表达式)。 any
authenticationType 用于连接到 Salesforce 的身份验证类型。 目前,我们仅支持 OAuth2ClientCredentials,这也是默认值 any
clientId Salesforce 实例的 OAuth 2.0 客户端凭据流身份验证的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
clientSecret Salesforce 实例的 OAuth 2.0 客户端凭据流身份验证的客户端密码。 SecretBase
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
environmentUrl Salesforce Service Cloud 实例的 URL。 例如,“https://[domain].my.salesforce.com”。 类型:字符串(或带有 resultType 字符串的表达式)。 any

SalesforceV2LinkedService

Name Description Value
类型 链接服务的类型。 “SalesforceV2”(必需)
typeProperties Salesforce V2 链接服务属性。 SalesforceV2LinkedServiceTypeProperties (必需)

SalesforceV2LinkedServiceTypeProperties

Name Description Value
apiVersion ADF 中使用的 Salesforce API 版本。 版本必须大于或等于 Salesforce BULK API 2.0 所需的 47.0。 类型:字符串(或带有 resultType 字符串的表达式)。 any
authenticationType 用于连接到 Salesforce 的身份验证类型。 目前,我们仅支持 OAuth2ClientCredentials,这也是默认值 any
clientId Salesforce 实例的 OAuth 2.0 客户端凭据流身份验证的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
clientSecret Salesforce 实例的 OAuth 2.0 客户端凭据流身份验证的客户端密码。 SecretBase
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
environmentUrl Salesforce 实例的 URL。 例如,“https://[domain].my.salesforce.com”。 类型:字符串(或带有 resultType 字符串的表达式)。 any

SapBWLinkedService

Name Description Value
类型 链接服务的类型。 “SapBW”(必填)
typeProperties 特定于此链接服务类型的属性。 SapBWLinkedServiceTypeProperties (必需)

SapBWLinkedServiceTypeProperties

Name Description Value
clientId BW 系统上客户端的客户端 ID。 (通常为表示为字符串的三位数十进制数)类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 用于访问 SAP BW 服务器的密码。 SecretBase
服务器 SAP BW 实例的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
systemNumber BW 系统的系统编号。 (通常为表示为字符串的两位数十进制数字。类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
userName 用于访问 SAP BW 服务器的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

SapCloudForCustomerLinkedService

Name Description Value
类型 链接服务的类型。 “SapCloudForCustomer”(必需)
typeProperties SAP Cloud for Customer 链接服务属性。 SapCloudForCustomerLinkedServiceTypeProperties (必需)

SapCloudForCustomerLinkedServiceTypeProperties

Name Description Value
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 必须提供 encryptedCredential 或用户名/密码。 类型:字符串。 字符串
密码 基本身份验证的密码。 SecretBase
url SAP Cloud for Customer OData API 的 URL。 例如,“[https://[tenantname].crm.ondemand.com/sap/c4c/odata/v1]”。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
用户名 基本身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

SapEccLinkedService

Name Description Value
类型 链接服务的类型。 “SapEcc”(必填)
typeProperties SAP ECC 链接服务属性。 SapEccLinkedServiceTypeProperties (必需)

SapEccLinkedServiceTypeProperties

Name Description Value
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 必须提供 encryptedCredential 或用户名/密码。 类型:字符串。 字符串
密码 基本身份验证的密码。 SecretBase
url SAP ECC OData API 的 URL。 例如,“[https://hostname:port/sap/opu/odata/sap/servicename/]”。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
用户名 基本身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

SapHanaLinkedService

Name Description Value
类型 链接服务的类型。 “SapHana”(必填)
typeProperties 特定于此链接服务类型的属性。 SapHanaLinkedServiceProperties (必需)

SapHanaLinkedServiceProperties

Name Description Value
authenticationType 用于连接到 SAP HANA 服务器的身份验证类型。 'Basic'
'Windows'
connectionString SAP HANA ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 用于访问 SAP HANA 服务器的密码。 SecretBase
服务器 SAP HANA 服务器的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 any
userName 用于访问 SAP HANA 服务器的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

SapOdpLinkedService

Name Description Value
类型 链接服务的类型。 “SapOdp”(必填)
typeProperties 特定于 SAP ODP 链接服务类型的属性。 SapOdpLinkedServiceTypeProperties( 必需)

SapOdpLinkedServiceTypeProperties

Name Description Value
clientId 表所在的 SAP 系统上客户端的客户端 ID。 (通常为表示为字符串的三位数十进制数)类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
语言 表所在的 SAP 系统的语言。 默认值为 EN。 类型:字符串(或带有 resultType 字符串的表达式)。 any
logonGroup SAP 系统的登录组。 类型:字符串(或带有 resultType 字符串的表达式)。 any
messageServer SAP 消息服务器的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 any
messageServerService 消息服务器的服务名称或端口号。 类型:字符串(或带有 resultType 字符串的表达式)。 any
密码 用于访问表所在的 SAP 服务器的密码。 SecretBase
服务器 表所在的 SAP 实例的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 any
sncLibraryPath 外部安全产品的库,用于访问表所在的 SAP 服务器。 类型:字符串(或带有 resultType 字符串的表达式)。 any
sncMode SNC 激活标志(布尔值)用于访问表所在的 SAP 服务器。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
sncMyName 发起程序的 SNC 名称,用于访问表所在的 SAP 服务器。 类型:字符串(或带有 resultType 字符串的表达式)。 any
sncPartnerName 通信合作伙伴的 SNC 名称,用于访问表所在的 SAP 服务器。 类型:字符串(或带有 resultType 字符串的表达式)。 any
sncQop SNC 保护质量。 允许的值包括:1、2、3、8、9。 类型:字符串(或带有 resultType 字符串的表达式)。 any
subscriberName 订阅者名称。 类型:字符串(或带有 resultType 字符串的表达式)。 any
systemId 表所在的 SAP 系统的 SystemID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
systemNumber 表所在的 SAP 系统的系统编号。 (通常为表示为字符串的两位数十进制数字。类型:字符串(或带有 resultType 字符串的表达式)。 any
userName 用于访问表所在的 SAP 服务器的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any
x509CertificatePath SNC X509 证书文件路径。 类型:字符串(或带有 resultType 字符串的表达式)。 any

SapOpenHubLinkedService

Name Description Value
类型 链接服务的类型。 “SapOpenHub”(必需)
typeProperties 特定于 SAP Business Warehouse Open Hub 目标链接服务类型的属性。 SapOpenHubLinkedServiceTypeProperties (必需)

SapOpenHubLinkedServiceTypeProperties

Name Description Value
clientId 开放中心目标的 BW 系统上的客户端的客户端 ID。 (通常为表示为字符串的三位数十进制数)类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
语言 开放中心目标所在的 BW 系统的语言。 默认值为 EN。 类型:字符串(或带有 resultType 字符串的表达式)。 any
logonGroup SAP 系统的登录组。 类型:字符串(或带有 resultType 字符串的表达式)。 any
messageServer SAP 消息服务器的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 any
messageServerService 消息服务器的服务名称或端口号。 类型:字符串(或带有 resultType 字符串的表达式)。 any
密码 用于访问开放中心目标所在的 SAP BW 服务器的密码。 SecretBase
服务器 打开中心目标的 SAP BW 实例的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 any
systemId 表所在的 SAP 系统的 SystemID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
systemNumber 开放中心目标所在的 BW 系统的系统编号。 (通常为表示为字符串的两位数十进制数字。类型:字符串(或带有 resultType 字符串的表达式)。 any
userName 用于访问打开中心目标的 SAP BW 服务器的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

SapTableLinkedService

Name Description Value
类型 链接服务的类型。 'SapTable'(必填)
typeProperties 特定于此链接服务类型的属性。 SapTableLinkedServiceTypeProperties (必需)

SapTableLinkedServiceTypeProperties

Name Description Value
clientId 表所在的 SAP 系统上客户端的客户端 ID。 (通常为表示为字符串的三位数十进制数)类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
语言 表所在的 SAP 系统的语言。 默认值为 EN。 类型:字符串(或带有 resultType 字符串的表达式)。 any
logonGroup SAP 系统的登录组。 类型:字符串(或带有 resultType 字符串的表达式)。 any
messageServer SAP 消息服务器的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 any
messageServerService 消息服务器的服务名称或端口号。 类型:字符串(或带有 resultType 字符串的表达式)。 any
密码 用于访问表所在的 SAP 服务器的密码。 SecretBase
服务器 表所在的 SAP 实例的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 any
sncLibraryPath 外部安全产品的库,用于访问表所在的 SAP 服务器。 类型:字符串(或带有 resultType 字符串的表达式)。 any
sncMode SNC 激活标志(布尔值)用于访问表所在的 SAP 服务器。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
sncMyName 发起程序的 SNC 名称,用于访问表所在的 SAP 服务器。 类型:字符串(或带有 resultType 字符串的表达式)。 any
sncPartnerName 通信合作伙伴的 SNC 名称,用于访问表所在的 SAP 服务器。 类型:字符串(或带有 resultType 字符串的表达式)。 any
sncQop SNC 保护质量。 允许的值包括:1、2、3、8、9。 类型:字符串(或带有 resultType 字符串的表达式)。 any
systemId 表所在的 SAP 系统的 SystemID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
systemNumber 表所在的 SAP 系统的系统编号。 (通常为表示为字符串的两位数十进制数字。类型:字符串(或带有 resultType 字符串的表达式)。 any
userName 用于访问表所在的 SAP 服务器的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

ScriptAction

Name Description Value
name 脚本操作的用户提供的名称。 字符串(必填)
parameters 脚本操作的参数。 字符串
roles 应对其执行脚本操作的节点类型。 任何(必填)
uri 脚本操作的 URI。 字符串(必填)

SecretBase

Name Description Value
类型 对于类型 AzureKeyVaultSecretReference,设置为“AzureKeyVaultSecret”。 对于 类型 SecureString,请设置为“SecureString”。 'AzureKeyVaultSecret'
'SecureString'(必需)

SecureString

Name Description Value
类型 机密的类型。 'SecureString'(必需)
value 安全字符串的值。 字符串(必填)

ServiceNowLinkedService

Name Description Value
类型 链接服务的类型。 'ServiceNow'(必填)
typeProperties ServiceNow 服务器链接服务属性。 ServiceNowLinkedServiceTypeProperties( 必需)

ServiceNowLinkedServiceTypeProperties

Name Description Value
authenticationType 要使用的认证类型。 'Basic'
'OAuth2'(必填)
clientId OAuth2 身份验证的客户端 ID。 any
clientSecret OAuth2 身份验证的客户端密码。 SecretBase
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
终结点 ServiceNow 服务器的终结点。 (即 <instance.service-now.com>) 任何(必填)
密码 基本和 OAuth2 身份验证的用户名所对应的密码。 SecretBase
useEncryptedEndpoints 指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 any
useHostVerification 指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 any
usePeerVerification 指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 any
用户名 用户名用于连接到 ServiceNow 服务器,进行基本和 OAuth2 身份验证。 any

ServiceNowV2LinkedService

Name Description Value
类型 链接服务的类型。 “ServiceNowV2”(必需)
typeProperties ServiceNowV2 服务器链接服务属性。 ServiceNowV2LinkedServiceTypeProperties (必需)

ServiceNowV2LinkedServiceTypeProperties

Name Description Value
authenticationType 要使用的认证类型。 'Basic'
'OAuth2'(必填)
clientId OAuth2 身份验证的客户端 ID。 any
clientSecret OAuth2 身份验证的客户端密码。 SecretBase
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
终结点 ServiceNowV2 服务器的终结点。 (即 <instance.service-now.com>) 任何(必填)
grantType 用于 OAuth2 身份验证的 GrantType。 默认值为密码。 any
密码 基本和 OAuth2 身份验证的用户名所对应的密码。 SecretBase
用户名 用于连接到 ServiceNowV2 服务器以进行基本身份验证和 OAuth2 身份验证的用户名。 any

SftpServerLinkedService

Name Description Value
类型 链接服务的类型。 'Sftp'(必填)
typeProperties 特定于此链接服务类型的属性。 SftpServerLinkedServiceTypeProperties (必需)

SftpServerLinkedServiceTypeProperties

Name Description Value
authenticationType 用于连接到 FTP 服务器的身份验证类型。 'Basic'
'MultiFactor'
'SshPublicKey'
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 SFTP 服务器主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
hostKeyFingerprint SFTP 服务器的主机键指打印。 当 SkipHostKeyValidation 为 false 时,应指定 HostKeyFingerprint。 类型:字符串(或带有 resultType 字符串的表达式)。 any
passPhrase 如果 SSH 私钥已加密,则解密 SSH 私钥的密码。 SecretBase
密码 用于登录 SFTP 服务器进行基本身份验证的密码。 SecretBase
移植 SFTP 服务器用于侦听客户端连接的 TCP 端口号。 默认值为 22。 类型:整数(或包含 resultType 整数的表达式),最小值:0。 any
privateKeyContent 用于 SshPublicKey 身份验证的 Base64 编码 SSH 私钥内容。 对于使用 SshPublicKey 身份验证的本地复制,应指定 PrivateKeyPath 或 PrivateKeyContent。 SSH 私钥应采用 OpenSSH 格式。 SecretBase
privateKeyPath SshPublicKey 身份验证的 SSH 私钥文件路径。 仅适用于本地复制。 对于使用 SshPublicKey 身份验证的本地复制,应指定 PrivateKeyPath 或 PrivateKeyContent。 SSH 私钥应采用 OpenSSH 格式。 类型:字符串(或带有 resultType 字符串的表达式)。 any
skipHostKeyValidation 如果为 true,请跳过 SSH 主机密钥验证。 默认值为 false。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
userName 用于登录到 SFTP 服务器的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

SharePointOnlineListLinkedService

Name Description Value
类型 链接服务的类型。 “SharePointOnlineList”(必需)
typeProperties SharePoint Online 列表链接服务属性。 SharePointOnlineListLinkedServiceTypeProperties (必需)

SharePointOnlineListLinkedServiceTypeProperties

Name Description Value
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
servicePrincipalCredentialType 在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalEmbeddedCert 指定在 Azure Active Directory 中注册的应用程序的 base64 编码证书。 类型:字符串(或带有 resultType 字符串的表达式)。 SecretBase
servicePrincipalEmbeddedCertPassword 如果证书具有密码,并且使用的是 AadServicePrincipal 身份验证,请指定证书的密码。 类型:字符串(或带有 resultType 字符串的表达式)。 SecretBase
servicePrincipalId 在 Azure Active Directory 中注册的应用程序(客户端)ID。 请确保向此应用程序授予 SharePoint 网站权限。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
servicePrincipalKey 在 Azure Active Directory 中注册的应用程序的客户端密码。 类型:字符串(或带有 resultType 字符串的表达式)。 SecretBase
siteUrl SharePoint Online 网站的 URL。 例如,https://contoso.sharepoint.com/sites/siteName。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
tenantId 应用程序所在的租户 ID。 可以从 Azure 门户 Active Directory 概述页找到它。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)

ShopifyLinkedService

Name Description Value
类型 链接服务的类型。 “Shopify”(必填)
typeProperties Shopify Service 链接服务属性。 ShopifyLinkedServiceTypeProperties (必填)

ShopifyLinkedServiceTypeProperties

Name Description Value
accessToken 可用于访问 Shopify 数据的 API 访问令牌。 如果令牌处于脱机模式,则令牌不会过期。 SecretBase
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 Shopify 服务器的终结点。 (即 mystore.myshopify.com) 任何(必填)
useEncryptedEndpoints 指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 any
useHostVerification 指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 any
usePeerVerification 指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 any

SmartsheetLinkedService

Name Description Value
类型 链接服务的类型。 “Smartsheet”(必填)
typeProperties Smartsheet 链接服务属性。 SmartsheetLinkedServiceTypeProperties (必需)

SmartsheetLinkedServiceTypeProperties

Name Description Value
apiToken Smartsheet 源的 API 令牌。 SecretBase (必需)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串

SnowflakeLinkedService

Name Description Value
类型 链接服务的类型。 'Snowflake'(必填)
typeProperties Snowflake 链接服务属性。 SnowflakeLinkedServiceTypeProperties (必需)

SnowflakeLinkedServiceTypeProperties

Name Description Value
connectionString 雪花的连接字符串。 类型:string、SecureString。 任何(必填)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 连接字符串中密码的 Azure Key Vault 机密引用。 AzureKeyVaultSecretReference

SnowflakeLinkedV2ServiceTypeProperties

Name Description Value
accountIdentifier Snowflake 帐户的帐户标识符,例如 xy12345.east-us-2.azure 任何(必填)
authenticationType 用于身份验证的类型。 类型:字符串。 'AADServicePrincipal'
'Basic'
'KeyPair'
clientId 在 Azure Active Directory 中注册用于 AADServicePrincipal 身份验证的应用程序的客户端 ID。 any
clientSecret 用于 AADServicePrincipal 身份验证的客户端机密的 Azure 密钥保管库机密参考。 SecretBase
数据库 Snowflake 数据库的名称。 任何(必填)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 Snowflake 帐户的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 any
密码 连接字符串中密码的 Azure Key Vault 机密引用。 SecretBase
privateKey 用于 KeyPair 身份验证的 privateKey 的 Azure Key Vault 机密参考。 SecretBase
privateKeyPassphrase 使用加密私钥进行 KeyPair 身份验证的私钥密码的 Azure 密钥保管库机密参考。 SecretBase
角色 在 Snowflake 会话中使用的默认访问控制角色。 类型:字符串(或带有 resultType 字符串的表达式)。 any
架构 连接的架构名称。 类型:字符串(或带有 resultType 字符串的表达式)。 any
作用域 在 Azure Active Directory 中注册用于 AADServicePrincipal 身份验证的应用程序的范围。 any
tenantId 在 Azure Active Directory 中注册用于 AADServicePrincipal 身份验证的应用程序的租户 ID。 any
用户 Snowflake 用户的名称。 any
useUtc时间戳 指示是否对时间戳数据类型使用 UTC 时区。 类型:布尔值。 any
warehouse Snowflake 仓库的名称。 任何(必填)

SnowflakeV2LinkedService

Name Description Value
类型 链接服务的类型。 'SnowflakeV2'(必需)
typeProperties Snowflake 链接服务属性。 SnowflakeLinkedV2ServiceTypeProperties (必需)

SparkLinkedService

Name Description Value
类型 链接服务的类型。 “Spark”(必填)
typeProperties Spark Server 链接服务属性。 SparkLinkedServiceTypeProperties (必需)

SparkLinkedServiceTypeProperties

Name Description Value
allowHostNameCNMismatch 指定是否要求 CA 颁发的 SSL 证书名称与通过 SSL 连接时服务器的主机名匹配。 默认值为 false。 any
allowSelfSignedServerCert 指定是否允许来自服务器的自签名证书。 默认值为 false。 any
authenticationType 用于访问 Spark 服务器的身份验证方法。 'Anonymous'
'Username'
'UsernameAndPassword'
“WindowsAzureHDInsightService”(必需)
enableServerCertificateValidation 指定与服务器的连接是否会验证服务器证书,默认值为 True。 仅适用于版本 2.0 any
enableSsl 指定是否使用 SSL 加密与服务器的连接。 默认值为 false。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 Spark 服务器的 IP 地址或主机名 任何(必填)
httpPath 对应于 Spark 服务器的部分 URL。 any
密码 与你在“用户名”字段中提供的用户名对应的密码 SecretBase
移植 Spark 服务器用来侦听客户端连接的 TCP 端口。 任何(必填)
serverType Spark 服务器的类型。 'SharkServer'
'SharkServer2'
'SparkThriftServer'
thriftTransportProtocol Thrift 层中要使用的传输协议。 'Binary'
“HTTP”的
'SASL'
trustedCertPath 包含受信任的 CA 证书的 .pem 文件的完整路径,用于通过 SSL 连接时验证服务器。 只能在自承载 IR 上使用 SSL 时设置此属性。 默认值是随 IR 一起安装的 cacerts.pem 文件。 any
用户名 用于访问 Spark 服务器的用户名。 any
useSystemTrustStore 指定是使用系统信任存储中的 CA 证书还是使用指定 PEM 文件中的 CA 证书。 默认值为 false。 any

SqlAlwaysEncryptedProperties

Name Description Value
alwaysEncryptedAkvAuthType Sql 始终加密 AKV 身份验证类型。 类型:字符串。 'ManagedIdentity'
'ServicePrincipal'
“UserAssignedManagedIdentity”(必需)
凭据 包含身份验证信息的凭据引用。 CredentialReference
servicePrincipalId Azure Active Directory 中用于 Azure Key Vault 身份验证的应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalKey 用于对 Azure Key Vault 进行身份验证的服务主体的密钥。 SecretBase

SqlServerLinkedService

Name Description Value
类型 链接服务的类型。 'SqlServer'(必需)
typeProperties SQL Server 链接服务属性。 SqlServerLinkedServiceTypeProperties (必需)

SqlServerLinkedServiceTypeProperties

Name Description Value
alwaysEncryptedSettings Sql 始终加密属性。 SqlAlwaysEncryptedProperties
applicationIntent 连接到服务器时的应用程序工作负荷类型,由建议的版本使用。 可能的值为 ReadOnly 和 ReadWrite。 类型:字符串(或带有 resultType 字符串的表达式)。 any
authenticationType 用于身份验证的类型。 类型:字符串。 'SQL'
'UserAssignedManagedIdentity'
'Windows'
commandTimeout 在终止尝试执行命令并生成错误之前(以秒为单位)的默认等待时间(以秒为单位),由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 any
connectionString 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
connectRetryCount 确定有空闲连接失败(由建议的版本使用)后尝试的重新连接数。 这必须是介于 0 和 255 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 any
connectRetryInterval 确定建议的版本使用空闲连接失败后,每个重新连接尝试之间的时间(以秒为单位)。 这必须是介于 1 和 60 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 any
connectTimeout 在终止尝试并生成由建议版本使用的错误之前,等待与服务器的连接的时间长度(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 any
凭据 包含身份验证信息的凭据引用。 CredentialReference
数据库 建议的版本使用的数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 any
加密 指示客户端和服务器之间发送的所有数据是否需要 TLS 加密(由建议的版本使用)。 可能的值为 true/yes/mandatory、false/no/optional 和 strict。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
failoverPartner 如果主服务器关闭(由建议的版本使用)连接到的伙伴服务器的名称或地址。 类型:字符串(或带有 resultType 字符串的表达式)。 any
hostNameInCertificate 验证连接的服务器证书时要使用的主机名。 如果未指定,则数据源中的服务器名称用于证书验证,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 any
integratedSecurity 指示是否在连接(如果为 false)中指定用户 ID 和密码,或者当前 Windows 帐户凭据是否用于身份验证(如果为 true),由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
loadBalanceTimeout 在被建议的版本使用之前,连接在连接池中生存的最短时间(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 any
maxPoolSize 此特定连接字符串的连接池中允许的最大连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 any
minPoolSize 此特定连接字符串的连接池中允许的最小连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 any
multipleActiveResultSets 如果为 true,应用程序可以维护多个活动结果集(MARS)。 如果为 false,应用程序必须处理或取消一个批处理中的所有结果集,然后才能在该连接上执行任何其他批处理(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
multiSubnetFailover 如果应用程序连接到不同子网上的 AlwaysOn 可用性组(AG),则设置 MultiSubnetFailover=true 可以更快地检测和连接到(当前)活动服务器(当前)活动服务器(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
packetSize 用于与服务器实例通信的网络数据包的大小(以字节为单位,由建议的版本使用)。 类型:整数(或包含 resultType 整数的表达式)。 any
密码 本地 Windows 身份验证密码。 SecretBase
pooling 指示每次请求连接时,连接是共用的还是显式打开的,由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
服务器 要连接到的 SQL Server 实例的名称或网络地址,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 any
trustServerCertificate 指示通道是否在绕过证书链来验证推荐版本使用的信任时是否加密通道。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
userName 本地 Windows 身份验证用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

SquareLinkedService

Name Description Value
类型 链接服务的类型。 “正方形”(必填)
typeProperties 方块服务链接服务属性。 SquareLinkedServiceTypeProperties (必需)

SquareLinkedServiceTypeProperties

Name Description Value
clientId 与 Square 应用程序关联的客户端 ID。 any
clientSecret 与 Square 应用程序关联的客户端密码。 SecretBase
connectionProperties 用于连接到 Square 的属性。 它与链接服务中的其他任何属性互斥。 类型:对象。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 Square 实例的 URL。 (即 mystore.mysquare.com) any
redirectUri 在 Square 应用程序仪表板中分配的重定向 URL。 (即 http://localhost:2500) any
useEncryptedEndpoints 指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 any
useHostVerification 指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 any
usePeerVerification 指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 any

SybaseLinkedService

Name Description Value
类型 链接服务的类型。 'Sybase'(必需)
typeProperties Sybase 链接服务属性。 SybaseLinkedServiceTypeProperties (必需)

SybaseLinkedServiceTypeProperties

Name Description Value
authenticationType 要用于连接的 AuthenticationType。 'Basic'
'Windows'
数据库 连接的数据库名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 身份验证密码。 SecretBase
架构 连接的架构名称。 类型:字符串(或带有 resultType 字符串的表达式)。 any
服务器 连接的服务器名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
用户名 身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

TeamDeskLinkedService

Name Description Value
类型 链接服务的类型。 “TeamDesk”(必填)
typeProperties TeamDesk 链接服务属性。 TeamDeskLinkedServiceTypeProperties (必需)

TeamDeskLinkedServiceTypeProperties

Name Description Value
apiToken TeamDesk 源的 API 令牌。 SecretBase
authenticationType 要使用的认证类型。 'Basic'
“令牌”(必填)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 TeamDesk 源的密码。 SecretBase
url 用于连接 TeamDesk 源的 URL。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
userName TeamDesk 源的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

TeradataLinkedService

Name Description Value
类型 链接服务的类型。 “Teradata”(必填)
typeProperties Teradata 链接服务属性。 TeradataLinkedServiceTypeProperties( 必需)

TeradataLinkedServiceTypeProperties

Name Description Value
authenticationType 要用于连接的 AuthenticationType。 'Basic'
'Windows'
characterSet 要用于连接的字符集。 类型:字符串(或带有 resultType 字符串的表达式)。 仅适用于版本 2.0。 any
connectionString Teradata ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 仅适用于版本 1.0。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
httpsPortNumber 通过HTTPS/TLS连接连接到服务器时使用的端口号。 类型:整数(或包含 resultType 整数的表达式)。 仅适用于版本 2.0。 any
maxRespSize SQL请求的响应缓冲区的最大大小,以字节为单位。 类型:整数。 仅适用于版本 2.0。 any
密码 身份验证密码。 SecretBase
portNumber 通过非 HTTPS/TLS 连接连接到服务器的端口号。 类型:整数(或包含 resultType 整数的表达式)。 仅用于 V2。 仅适用于版本 2.0。 any
服务器 连接的服务器名称。 类型:字符串(或带有 resultType 字符串的表达式)。 any
sslMode 用于连接的 SSL 模式。 有效值包括:“Disable”、“Allow”、“Prefer”、“Require”、“Verify-CA”、“Verify-Full”。 默认值为“Verify-Full”。 类型:字符串(或带有 resultType 字符串的表达式)。 仅适用于版本 2.0。 any
useDataEncryption 指定是否对 Teradata 数据库的所有通信进行加密。 允许的值为 0 或 1。 对于 HTTPS/TLS 连接,将忽略此设置。 类型:整数(或包含 resultType 整数的表达式)。 仅适用于版本 2.0。 any
用户名 身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

TwilioLinkedService

Name Description Value
类型 链接服务的类型。 “Twilio”(必填)
typeProperties Twilio 链接服务属性。 TwilioLinkedServiceTypeProperties (必需)

TwilioLinkedServiceTypeProperties

Name Description Value
密码 Twilio 服务的身份验证令牌。 SecretBase (必需)
userName Twilio 服务的帐户 SID。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)

VerticaLinkedService

Name Description Value
类型 链接服务的类型。 'Vertica'(必填)
typeProperties Vertica 链接服务属性。 VerticaLinkedServiceTypeProperties (必需)

VerticaLinkedServiceTypeProperties

Name Description Value
connectionString ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
数据库 连接的数据库名称。 类型:字符串。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
移植 连接的端口。 类型:整数。 any
pwd 连接字符串中密码的 Azure Key Vault 机密引用。 AzureKeyVaultSecretReference
服务器 连接的服务器名称。 类型:字符串。 any
uid 身份验证的用户名。 类型:字符串。 any

WarehouseLinkedService

Name Description Value
类型 链接服务的类型。 “仓库”(必填)
typeProperties Microsoft Fabric Warehouse 链接服务属性。 WarehouseLinkedServiceTypeProperties (必需)

WarehouseLinkedServiceTypeProperties

Name Description Value
artifactId Microsoft Fabric Warehouse 项目的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
authenticationType 要使用的认证类型。 'ServicePrincipal'
'SystemAssignedManagedIdentity'
'UserAssignedManagedIdentity'
凭据 包含身份验证信息的凭据引用。 CredentialReference
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
终结点 Microsoft Fabric Warehouse 服务器的终结点。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
servicePrincipalCredential Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalId 用于对 Microsoft Fabric Warehouse 进行身份验证的应用程序的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalKey 用于对 Microsoft Fabric Warehouse 进行身份验证的应用程序密钥。 SecretBase
租户 服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
workspaceId Microsoft Fabric 工作区的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any

WebAnonymousAuthentication

Name Description Value
authenticationType 用于连接到 Web 表源的身份验证类型。 “匿名”(必填)

WebBasicAuthentication

Name Description Value
authenticationType 用于连接到 Web 表源的身份验证类型。 “基本”(必填)
密码 基本身份验证的密码。 SecretBase (必需)
用户名 基本身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)

WebClientCertificateAuthentication

Name Description Value
authenticationType 用于连接到 Web 表源的身份验证类型。 'ClientCertificate'(必填)
密码 PFX 文件的密码。 SecretBase (必需)
pfx PFX 文件的 Base64 编码内容。 SecretBase (必需)

WebLinkedService

Name Description Value
类型 链接服务的类型。 “Web”(必填)
typeProperties Web 链接服务属性。 WebLinkedServiceTypeProperties (必需)

WebLinkedServiceTypeProperties

Name Description Value
authenticationType 将类型 WebAnonymousAuthentication 设置为“Anonymous”。 将 WebBasicAuthentication 类型设置为“基本”。 对于 WebClientCertificateAuthentication 类型,设置为“ClientCertificate”。 'Anonymous'
'Basic'
'ClientCertificate'(必填)
url Web 服务终结点的 URL,例如 https://www.microsoft.com。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)

XeroLinkedService

Name Description Value
类型 链接服务的类型。 “Xero”(必填)
typeProperties Xero 服务链接服务属性。 XeroLinkedServiceTypeProperties (必需)

XeroLinkedServiceTypeProperties

Name Description Value
connectionProperties 用于连接到 Xero 的属性。 它与链接服务中的其他任何属性互斥。 类型:对象。 any
consumerKey 与 Xero 应用程序关联的使用者密钥。 SecretBase
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 Xero 服务器的终结点。 (即 api.xero.com) any
privateKey 为 Xero 专用应用程序生成的 .pem 文件中的私钥。 必须包括 .pem 文件中的所有文本,包括 Unix 行结尾(
).
SecretBase
useEncryptedEndpoints 指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 any
useHostVerification 指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 any
usePeerVerification 指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 any

ZendeskLinkedService

Name Description Value
类型 链接服务的类型。 “Zendesk”(必填)
typeProperties Zendesk 链接服务属性。 ZendeskLinkedServiceTypeProperties (必需)

ZendeskLinkedServiceTypeProperties

Name Description Value
apiToken Zendesk 源的 API 令牌。 SecretBase
authenticationType 要使用的认证类型。 'Basic'
“令牌”(必填)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 Zendesk 源的密码。 SecretBase
url 用于连接 Zendesk 源的 URL。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
userName Zendesk 源的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

ZohoLinkedService

Name Description Value
类型 链接服务的类型。 “Zoho”(必填)
typeProperties Zoho 服务器链接服务属性。 ZohoLinkedServiceTypeProperties (必填)

ZohoLinkedServiceTypeProperties

Name Description Value
accessToken 用于 Zoho 身份验证的访问令牌。 SecretBase
connectionProperties 用于连接到 Zoho 的属性。 它与链接服务中的其他任何属性互斥。 类型:对象。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
终结点 Zoho 服务器的终结点。 (即 crm.zoho.com/crm/private) any
useEncryptedEndpoints 指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 any
useHostVerification 指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 any
usePeerVerification 指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 any

用法示例

Azure 快速入门示例

以下 Azure 快速入门模板 包含用于部署此资源类型的 Bicep 示例。

Bicep 文件 Description
创建 V2 数据工厂 此模板创建一个 V2 数据工厂,用于将数据从 Azure Blob 存储中的文件夹复制到存储中的另一个文件夹。
在 Azure 体系结构 上部署体育分析 创建启用了 ADLS Gen 2 的 Azure 存储帐户、存储帐户的链接服务的 Azure 数据工厂实例(如果已部署的 Azure SQL 数据库)和 Azure Databricks 实例。 将为部署模板的用户的 AAD 标识以及 ADF 实例的托管标识授予存储帐户上的存储 Blob 数据参与者角色。 还有一些选项可用于部署 Azure Key Vault 实例、Azure SQL 数据库和 Azure 事件中心(用于流式处理用例)。 部署 Azure Key Vault 后,将为部署模板的用户提供数据工厂托管标识和 AAD 标识,并被授予 Key Vault 机密用户角色。
可以使用 Azure 数据工厂 更多 - 单击一次尝试 Azure 数据工厂 此模板为从 Azure Blob 复制到另一个 Azure Blob 中的复制活动创建数据工厂管道

ARM 模板资源定义

可以使用目标作部署工厂/linkedservices 资源类型:

有关每个 API 版本中已更改属性的列表,请参阅 更改日志

资源格式

若要创建 Microsoft.DataFactory/factories/linkedservices 资源,请将以下 JSON 添加到模板。

{
  "type": "Microsoft.DataFactory/factories/linkedservices",
  "apiVersion": "2018-06-01",
  "name": "string",
  "properties": {
    "annotations": [ {} ],
    "connectVia": {
      "parameters": {
        "{customized property}": {}
      },
      "referenceName": "string",
      "type": "string"
    },
    "description": "string",
    "parameters": {
      "{customized property}": {
        "defaultValue": {},
        "type": "string"
      }
    },
    "version": "string",
    "type": "string"
    // For remaining properties, see LinkedService objects
  }
}

WebLinkedServiceTypeProperties 对象

设置 authenticationType 属性以指定对象的类型。

对于 匿名,请使用:

{
  "authenticationType": "Anonymous"
}

对于 基本版,请使用:

{
  "authenticationType": "Basic",
  "password": {
    "type": "string"
    // For remaining properties, see SecretBase objects
  },
  "username": {}
}

对于 ClientCertificate,请使用:

{
  "authenticationType": "ClientCertificate",
  "password": {
    "type": "string"
    // For remaining properties, see SecretBase objects
  },
  "pfx": {
    "type": "string"
    // For remaining properties, see SecretBase objects
  }
}

LinkedService 对象

设置 类型 属性以指定对象的类型。

对于 AmazonMWS,请使用:

{
  "type": "AmazonMWS",
  "typeProperties": {
    "accessKeyId": {},
    "encryptedCredential": "string",
    "endpoint": {},
    "marketplaceID": {},
    "mwsAuthToken": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "secretKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "sellerID": {},
    "useEncryptedEndpoints": {},
    "useHostVerification": {},
    "usePeerVerification": {}
  }
}

对于 AmazonRdsForOracle,请使用:

{
  "type": "AmazonRdsForOracle",
  "typeProperties": {
    "authenticationType": "string",
    "connectionString": {},
    "cryptoChecksumClient": {},
    "cryptoChecksumTypesClient": {},
    "enableBulkLoad": {},
    "encryptedCredential": "string",
    "encryptionClient": {},
    "encryptionTypesClient": {},
    "fetchSize": {},
    "fetchTswtzAsTimestamp": {},
    "initializationString": {},
    "initialLobFetchSize": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "server": {},
    "statementCacheSize": {},
    "supportV1DataTypes": {},
    "username": {}
  }
}

对于 AmazonRdsForSqlServer,请使用:

{
  "type": "AmazonRdsForSqlServer",
  "typeProperties": {
    "alwaysEncryptedSettings": {
      "alwaysEncryptedAkvAuthType": "string",
      "credential": {
        "referenceName": "string",
        "type": "string"
      },
      "servicePrincipalId": {},
      "servicePrincipalKey": {
        "type": "string"
        // For remaining properties, see SecretBase objects
      }
    },
    "applicationIntent": {},
    "authenticationType": "string",
    "commandTimeout": {},
    "connectionString": {},
    "connectRetryCount": {},
    "connectRetryInterval": {},
    "connectTimeout": {},
    "database": {},
    "encrypt": {},
    "encryptedCredential": "string",
    "failoverPartner": {},
    "hostNameInCertificate": {},
    "integratedSecurity": {},
    "loadBalanceTimeout": {},
    "maxPoolSize": {},
    "minPoolSize": {},
    "multipleActiveResultSets": {},
    "multiSubnetFailover": {},
    "packetSize": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "pooling": {},
    "server": {},
    "trustServerCertificate": {},
    "userName": {}
  }
}

对于 AmazonRedshift,请使用:

{
  "type": "AmazonRedshift",
  "typeProperties": {
    "database": {},
    "encryptedCredential": "string",
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "port": {},
    "server": {},
    "username": {}
  }
}

对于 AmazonS3,请使用:

{
  "type": "AmazonS3",
  "typeProperties": {
    "accessKeyId": {},
    "authenticationType": {},
    "encryptedCredential": "string",
    "secretAccessKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "serviceUrl": {},
    "sessionToken": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    }
  }
}

对于 AmazonS3Compatible,请使用:

{
  "type": "AmazonS3Compatible",
  "typeProperties": {
    "accessKeyId": {},
    "encryptedCredential": "string",
    "forcePathStyle": {},
    "secretAccessKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "serviceUrl": {}
  }
}

对于 AppFigures,请使用:

{
  "type": "AppFigures",
  "typeProperties": {
    "clientKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "userName": {}
  }
}

对于 Asana,请使用:

{
  "type": "Asana",
  "typeProperties": {
    "apiToken": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "encryptedCredential": "string"
  }
}

对于 AzureBatch,请使用:

{
  "type": "AzureBatch",
  "typeProperties": {
    "accessKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "accountName": {},
    "batchUri": {},
    "credential": {
      "referenceName": "string",
      "type": "string"
    },
    "encryptedCredential": "string",
    "linkedServiceName": {
      "parameters": {
        "{customized property}": {}
      },
      "referenceName": "string",
      "type": "string"
    },
    "poolName": {}
  }
}

对于 AzureBlobFS,请使用:

{
  "type": "AzureBlobFS",
  "typeProperties": {
    "accountKey": {},
    "azureCloudType": {},
    "credential": {
      "referenceName": "string",
      "type": "string"
    },
    "encryptedCredential": "string",
    "sasToken": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "sasUri": {},
    "servicePrincipalCredential": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "servicePrincipalCredentialType": {},
    "servicePrincipalId": {},
    "servicePrincipalKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "tenant": {},
    "url": {}
  }
}

对于 AzureBlobStorage,请使用:

{
  "type": "AzureBlobStorage",
  "typeProperties": {
    "accountKey": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    },
    "accountKind": {},
    "authenticationType": "string",
    "azureCloudType": {},
    "connectionString": {},
    "containerUri": {},
    "credential": {
      "referenceName": "string",
      "type": "string"
    },
    "encryptedCredential": "string",
    "sasToken": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    },
    "sasUri": {},
    "serviceEndpoint": {},
    "servicePrincipalId": {},
    "servicePrincipalKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "tenant": {}
  }
}

对于 AzureDataExplorer,请使用:

{
  "type": "AzureDataExplorer",
  "typeProperties": {
    "credential": {
      "referenceName": "string",
      "type": "string"
    },
    "database": {},
    "endpoint": {},
    "servicePrincipalId": {},
    "servicePrincipalKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "tenant": {}
  }
}

对于 AzureDataLakeAnalytics,请使用:

{
  "type": "AzureDataLakeAnalytics",
  "typeProperties": {
    "accountName": {},
    "dataLakeAnalyticsUri": {},
    "encryptedCredential": "string",
    "resourceGroupName": {},
    "servicePrincipalId": {},
    "servicePrincipalKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "subscriptionId": {},
    "tenant": {}
  }
}

对于 AzureDataLakeStore,请使用:

{
  "type": "AzureDataLakeStore",
  "typeProperties": {
    "accountName": {},
    "azureCloudType": {},
    "credential": {
      "referenceName": "string",
      "type": "string"
    },
    "dataLakeStoreUri": {},
    "encryptedCredential": "string",
    "resourceGroupName": {},
    "servicePrincipalId": {},
    "servicePrincipalKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "subscriptionId": {},
    "tenant": {}
  }
}

对于 AzureDatabricks,请使用:

{
  "type": "AzureDatabricks",
  "typeProperties": {
    "accessToken": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "authentication": {},
    "credential": {
      "referenceName": "string",
      "type": "string"
    },
    "dataSecurityMode": {},
    "domain": {},
    "encryptedCredential": "string",
    "existingClusterId": {},
    "instancePoolId": {},
    "newClusterCustomTags": {
      "{customized property}": {}
    },
    "newClusterDriverNodeType": {},
    "newClusterEnableElasticDisk": {},
    "newClusterInitScripts": {},
    "newClusterLogDestination": {},
    "newClusterNodeType": {},
    "newClusterNumOfWorker": {},
    "newClusterSparkConf": {
      "{customized property}": {}
    },
    "newClusterSparkEnvVars": {
      "{customized property}": {}
    },
    "newClusterVersion": {},
    "policyId": {},
    "workspaceResourceId": {}
  }
}

对于 AzureDatabricksDeltaLake,请使用:

{
  "type": "AzureDatabricksDeltaLake",
  "typeProperties": {
    "accessToken": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "clusterId": {},
    "credential": {
      "referenceName": "string",
      "type": "string"
    },
    "domain": {},
    "encryptedCredential": "string",
    "workspaceResourceId": {}
  }
}

对于 AzureFileStorage,请使用:

{
  "type": "AzureFileStorage",
  "typeProperties": {
    "accountKey": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    },
    "connectionString": {},
    "credential": {
      "referenceName": "string",
      "type": "string"
    },
    "encryptedCredential": "string",
    "fileShare": {},
    "host": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "sasToken": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    },
    "sasUri": {},
    "serviceEndpoint": {},
    "snapshot": {},
    "userId": {}
  }
}

对于 AzureFunction,请使用:

{
  "type": "AzureFunction",
  "typeProperties": {
    "authentication": {},
    "credential": {
      "referenceName": "string",
      "type": "string"
    },
    "encryptedCredential": "string",
    "functionAppUrl": {},
    "functionKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "resourceId": {}
  }
}

对于 AzureKeyVault,请使用:

{
  "type": "AzureKeyVault",
  "typeProperties": {
    "baseUrl": {},
    "credential": {
      "referenceName": "string",
      "type": "string"
    }
  }
}

对于 AzureML,请使用:

{
  "type": "AzureML",
  "typeProperties": {
    "apiKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "authentication": {},
    "encryptedCredential": "string",
    "mlEndpoint": {},
    "servicePrincipalId": {},
    "servicePrincipalKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "tenant": {},
    "updateResourceEndpoint": {}
  }
}

对于 AzureMLService,请使用:

{
  "type": "AzureMLService",
  "typeProperties": {
    "authentication": {},
    "encryptedCredential": "string",
    "mlWorkspaceName": {},
    "resourceGroupName": {},
    "servicePrincipalId": {},
    "servicePrincipalKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "subscriptionId": {},
    "tenant": {}
  }
}

对于 AzureMariaDB,请使用:

{
  "type": "AzureMariaDB",
  "typeProperties": {
    "connectionString": {},
    "encryptedCredential": "string",
    "pwd": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    }
  }
}

对于 AzureMySql,请使用:

{
  "type": "AzureMySql",
  "typeProperties": {
    "connectionString": {},
    "encryptedCredential": "string",
    "password": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    }
  }
}

对于 AzurePostgreSql,请使用:

{
  "type": "AzurePostgreSql",
  "typeProperties": {
    "azureCloudType": {},
    "commandTimeout": {},
    "connectionString": {},
    "credential": {
      "referenceName": "string",
      "type": "string"
    },
    "database": {},
    "encoding": {},
    "encryptedCredential": "string",
    "password": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    },
    "port": {},
    "readBufferSize": {},
    "server": {},
    "servicePrincipalCredentialType": {},
    "servicePrincipalEmbeddedCert": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "servicePrincipalEmbeddedCertPassword": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "servicePrincipalId": {},
    "servicePrincipalKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "sslMode": {},
    "tenant": {},
    "timeout": {},
    "timezone": {},
    "trustServerCertificate": {},
    "username": {}
  }
}

对于 AzureSearch,请使用:

{
  "type": "AzureSearch",
  "typeProperties": {
    "encryptedCredential": "string",
    "key": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "url": {}
  }
}

对于 AzureSqlDW,请使用:

{
  "type": "AzureSqlDW",
  "typeProperties": {
    "applicationIntent": {},
    "authenticationType": "string",
    "azureCloudType": {},
    "commandTimeout": {},
    "connectionString": {},
    "connectRetryCount": {},
    "connectRetryInterval": {},
    "connectTimeout": {},
    "credential": {
      "referenceName": "string",
      "type": "string"
    },
    "database": {},
    "encrypt": {},
    "encryptedCredential": "string",
    "failoverPartner": {},
    "hostNameInCertificate": {},
    "integratedSecurity": {},
    "loadBalanceTimeout": {},
    "maxPoolSize": {},
    "minPoolSize": {},
    "multipleActiveResultSets": {},
    "multiSubnetFailover": {},
    "packetSize": {},
    "password": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    },
    "pooling": {},
    "server": {},
    "servicePrincipalCredential": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "servicePrincipalCredentialType": {},
    "servicePrincipalId": {},
    "servicePrincipalKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "tenant": {},
    "trustServerCertificate": {},
    "userName": {}
  }
}

对于 AzureSqlDatabase,请使用:

{
  "type": "AzureSqlDatabase",
  "typeProperties": {
    "alwaysEncryptedSettings": {
      "alwaysEncryptedAkvAuthType": "string",
      "credential": {
        "referenceName": "string",
        "type": "string"
      },
      "servicePrincipalId": {},
      "servicePrincipalKey": {
        "type": "string"
        // For remaining properties, see SecretBase objects
      }
    },
    "applicationIntent": {},
    "authenticationType": "string",
    "azureCloudType": {},
    "commandTimeout": {},
    "connectionString": {},
    "connectRetryCount": {},
    "connectRetryInterval": {},
    "connectTimeout": {},
    "credential": {
      "referenceName": "string",
      "type": "string"
    },
    "database": {},
    "encrypt": {},
    "encryptedCredential": "string",
    "failoverPartner": {},
    "hostNameInCertificate": {},
    "integratedSecurity": {},
    "loadBalanceTimeout": {},
    "maxPoolSize": {},
    "minPoolSize": {},
    "multipleActiveResultSets": {},
    "multiSubnetFailover": {},
    "packetSize": {},
    "password": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    },
    "pooling": {},
    "server": {},
    "servicePrincipalCredential": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "servicePrincipalCredentialType": {},
    "servicePrincipalId": {},
    "servicePrincipalKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "tenant": {},
    "trustServerCertificate": {},
    "userName": {}
  }
}

对于 AzureSqlMI,请使用:

{
  "type": "AzureSqlMI",
  "typeProperties": {
    "alwaysEncryptedSettings": {
      "alwaysEncryptedAkvAuthType": "string",
      "credential": {
        "referenceName": "string",
        "type": "string"
      },
      "servicePrincipalId": {},
      "servicePrincipalKey": {
        "type": "string"
        // For remaining properties, see SecretBase objects
      }
    },
    "applicationIntent": {},
    "authenticationType": "string",
    "azureCloudType": {},
    "commandTimeout": {},
    "connectionString": {},
    "connectRetryCount": {},
    "connectRetryInterval": {},
    "connectTimeout": {},
    "credential": {
      "referenceName": "string",
      "type": "string"
    },
    "database": {},
    "encrypt": {},
    "encryptedCredential": "string",
    "failoverPartner": {},
    "hostNameInCertificate": {},
    "integratedSecurity": {},
    "loadBalanceTimeout": {},
    "maxPoolSize": {},
    "minPoolSize": {},
    "multipleActiveResultSets": {},
    "multiSubnetFailover": {},
    "packetSize": {},
    "password": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    },
    "pooling": {},
    "server": {},
    "servicePrincipalCredential": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "servicePrincipalCredentialType": {},
    "servicePrincipalId": {},
    "servicePrincipalKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "tenant": {},
    "trustServerCertificate": {},
    "userName": {}
  }
}

对于 AzureStorage,请使用:

{
  "type": "AzureStorage",
  "typeProperties": {
    "accountKey": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    },
    "connectionString": {},
    "encryptedCredential": "string",
    "sasToken": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    },
    "sasUri": {}
  }
}

对于 AzureSynapseArtifacts,请使用:

{
  "type": "AzureSynapseArtifacts",
  "typeProperties": {
    "authentication": {},
    "endpoint": {},
    "workspaceResourceId": {}
  }
}

对于 AzureTableStorage,请使用:

{
  "type": "AzureTableStorage",
  "typeProperties": {
    "accountKey": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    },
    "connectionString": {},
    "credential": {
      "referenceName": "string",
      "type": "string"
    },
    "encryptedCredential": "string",
    "sasToken": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    },
    "sasUri": {},
    "serviceEndpoint": {}
  }
}

对于 Cassandra,请使用:

{
  "type": "Cassandra",
  "typeProperties": {
    "authenticationType": {},
    "encryptedCredential": "string",
    "host": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "port": {},
    "username": {}
  }
}

对于 CommonDataServiceForApps,请使用:

{
  "type": "CommonDataServiceForApps",
  "typeProperties": {
    "authenticationType": {},
    "deploymentType": {},
    "domain": {},
    "encryptedCredential": "string",
    "hostName": {},
    "organizationName": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "port": {},
    "servicePrincipalCredential": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "servicePrincipalCredentialType": {},
    "servicePrincipalId": {},
    "serviceUri": {},
    "username": {}
  }
}

对于 Concur,请使用:

{
  "type": "Concur",
  "typeProperties": {
    "clientId": {},
    "connectionProperties": {},
    "encryptedCredential": "string",
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "useEncryptedEndpoints": {},
    "useHostVerification": {},
    "usePeerVerification": {},
    "username": {}
  }
}

对于 CosmosDb,请使用:

{
  "type": "CosmosDb",
  "typeProperties": {
    "accountEndpoint": {},
    "accountKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "azureCloudType": {},
    "connectionMode": "string",
    "connectionString": {},
    "credential": {
      "referenceName": "string",
      "type": "string"
    },
    "database": {},
    "encryptedCredential": "string",
    "servicePrincipalCredential": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "servicePrincipalCredentialType": {},
    "servicePrincipalId": {},
    "tenant": {}
  }
}

对于 CosmosDbMongoDbApi,请使用:

{
  "type": "CosmosDbMongoDbApi",
  "typeProperties": {
    "connectionString": {},
    "database": {},
    "isServerVersionAbove32": {}
  }
}

对于 Couchbase,请使用:

{
  "type": "Couchbase",
  "typeProperties": {
    "connectionString": {},
    "credString": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    },
    "encryptedCredential": "string"
  }
}

对于 CustomDataSource,请使用:

{
  "type": "CustomDataSource",
  "typeProperties": {}
}

对于 Dataworld,请使用:

{
  "type": "Dataworld",
  "typeProperties": {
    "apiToken": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "encryptedCredential": "string"
  }
}

对于 Db2,请使用:

{
  "type": "Db2",
  "typeProperties": {
    "authenticationType": "string",
    "certificateCommonName": {},
    "connectionString": {},
    "database": {},
    "encryptedCredential": "string",
    "packageCollection": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "server": {},
    "username": {}
  }
}

对于 钻头,请使用:

{
  "type": "Drill",
  "typeProperties": {
    "connectionString": {},
    "encryptedCredential": "string",
    "pwd": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    }
  }
}

对于 Dynamics,请使用:

{
  "type": "Dynamics",
  "typeProperties": {
    "authenticationType": {},
    "credential": {
      "referenceName": "string",
      "type": "string"
    },
    "deploymentType": {},
    "domain": {},
    "encryptedCredential": "string",
    "hostName": {},
    "organizationName": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "port": {},
    "servicePrincipalCredential": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "servicePrincipalCredentialType": {},
    "servicePrincipalId": {},
    "serviceUri": {},
    "username": {}
  }
}

对于 DynamicsAX,请使用:

{
  "type": "DynamicsAX",
  "typeProperties": {
    "aadResourceId": {},
    "encryptedCredential": "string",
    "servicePrincipalId": {},
    "servicePrincipalKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "tenant": {},
    "url": {}
  }
}

对于 DynamicsCrm,请使用:

{
  "type": "DynamicsCrm",
  "typeProperties": {
    "authenticationType": {},
    "credential": {
      "referenceName": "string",
      "type": "string"
    },
    "deploymentType": {},
    "domain": {},
    "encryptedCredential": "string",
    "hostName": {},
    "organizationName": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "port": {},
    "servicePrincipalCredential": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "servicePrincipalCredentialType": {},
    "servicePrincipalId": {},
    "serviceUri": {},
    "username": {}
  }
}

对于 Eloqua,请使用:

{
  "type": "Eloqua",
  "typeProperties": {
    "encryptedCredential": "string",
    "endpoint": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "useEncryptedEndpoints": {},
    "useHostVerification": {},
    "usePeerVerification": {},
    "username": {}
  }
}

对于 FileServer,请使用:

{
  "type": "FileServer",
  "typeProperties": {
    "encryptedCredential": "string",
    "host": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "userId": {}
  }
}

对于 FtpServer,请使用:

{
  "type": "FtpServer",
  "typeProperties": {
    "authenticationType": "string",
    "enableServerCertificateValidation": {},
    "enableSsl": {},
    "encryptedCredential": "string",
    "host": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "port": {},
    "userName": {}
  }
}

对于 GoogleAdWords,请使用:

{
  "type": "GoogleAdWords",
  "typeProperties": {
    "authenticationType": "string",
    "clientCustomerID": {},
    "clientId": {},
    "clientSecret": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "connectionProperties": {},
    "developerToken": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "email": {},
    "encryptedCredential": "string",
    "googleAdsApiVersion": {},
    "keyFilePath": {},
    "loginCustomerID": {},
    "privateKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "refreshToken": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "supportLegacyDataTypes": {},
    "trustedCertPath": {},
    "useSystemTrustStore": {}
  }
}

对于 GoogleBigQuery,请使用:

{
  "type": "GoogleBigQuery",
  "typeProperties": {
    "additionalProjects": {},
    "authenticationType": "string",
    "clientId": {},
    "clientSecret": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "email": {},
    "encryptedCredential": "string",
    "keyFilePath": {},
    "project": {},
    "refreshToken": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "requestGoogleDriveScope": {},
    "trustedCertPath": {},
    "useSystemTrustStore": {}
  }
}

对于 GoogleBigQueryV2,请使用:

{
  "type": "GoogleBigQueryV2",
  "typeProperties": {
    "authenticationType": "string",
    "clientId": {},
    "clientSecret": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "encryptedCredential": "string",
    "keyFileContent": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "projectId": {},
    "refreshToken": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    }
  }
}

对于 GoogleCloudStorage,请使用:

{
  "type": "GoogleCloudStorage",
  "typeProperties": {
    "accessKeyId": {},
    "encryptedCredential": "string",
    "secretAccessKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "serviceUrl": {}
  }
}

对于 GoogleSheets,请使用:

{
  "type": "GoogleSheets",
  "typeProperties": {
    "apiToken": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "encryptedCredential": "string"
  }
}

对于 Greenplum,请使用:

{
  "type": "Greenplum",
  "typeProperties": {
    "authenticationType": "string",
    "commandTimeout": {},
    "connectionString": {},
    "connectionTimeout": {},
    "database": {},
    "encryptedCredential": "string",
    "host": {},
    "port": {},
    "pwd": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    },
    "sslMode": {},
    "username": {}
  }
}

对于 HBase,请使用:

{
  "type": "HBase",
  "typeProperties": {
    "allowHostNameCNMismatch": {},
    "allowSelfSignedServerCert": {},
    "authenticationType": "string",
    "enableSsl": {},
    "encryptedCredential": "string",
    "host": {},
    "httpPath": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "port": {},
    "trustedCertPath": {},
    "username": {}
  }
}

对于 HDInsight,请使用:

{
  "type": "HDInsight",
  "typeProperties": {
    "clusterAuthType": "string",
    "clusterUri": {},
    "credential": {
      "referenceName": "string",
      "type": "string"
    },
    "encryptedCredential": "string",
    "fileSystem": {},
    "hcatalogLinkedServiceName": {
      "parameters": {
        "{customized property}": {}
      },
      "referenceName": "string",
      "type": "string"
    },
    "isEspEnabled": {},
    "linkedServiceName": {
      "parameters": {
        "{customized property}": {}
      },
      "referenceName": "string",
      "type": "string"
    },
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "userName": {}
  }
}

对于 HDInsightOnDemand,请使用:

{
  "type": "HDInsightOnDemand",
  "typeProperties": {
    "additionalLinkedServiceNames": [
      {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      }
    ],
    "clusterNamePrefix": {},
    "clusterPassword": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "clusterResourceGroup": {},
    "clusterResourceGroupAuthType": "string",
    "clusterSize": {},
    "clusterSshPassword": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "clusterSshUserName": {},
    "clusterType": {},
    "clusterUserName": {},
    "coreConfiguration": {},
    "credential": {
      "referenceName": "string",
      "type": "string"
    },
    "dataNodeSize": {},
    "encryptedCredential": "string",
    "hBaseConfiguration": {},
    "hcatalogLinkedServiceName": {
      "parameters": {
        "{customized property}": {}
      },
      "referenceName": "string",
      "type": "string"
    },
    "hdfsConfiguration": {},
    "headNodeSize": {},
    "hiveConfiguration": {},
    "hostSubscriptionId": {},
    "linkedServiceName": {
      "parameters": {
        "{customized property}": {}
      },
      "referenceName": "string",
      "type": "string"
    },
    "mapReduceConfiguration": {},
    "oozieConfiguration": {},
    "scriptActions": [
      {
        "name": "string",
        "parameters": "string",
        "roles": {},
        "uri": "string"
      }
    ],
    "servicePrincipalId": {},
    "servicePrincipalKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "sparkVersion": {},
    "stormConfiguration": {},
    "subnetName": {},
    "tenant": {},
    "timeToLive": {},
    "version": {},
    "virtualNetworkId": {},
    "yarnConfiguration": {},
    "zookeeperNodeSize": {}
  }
}

对于 Hdfs,请使用:

{
  "type": "Hdfs",
  "typeProperties": {
    "authenticationType": {},
    "encryptedCredential": "string",
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "url": {},
    "userName": {}
  }
}

对于 Hive,请使用:

{
  "type": "Hive",
  "typeProperties": {
    "allowHostNameCNMismatch": {},
    "allowSelfSignedServerCert": {},
    "authenticationType": "string",
    "enableServerCertificateValidation": {},
    "enableSsl": {},
    "encryptedCredential": "string",
    "host": {},
    "httpPath": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "port": {},
    "serverType": "string",
    "serviceDiscoveryMode": {},
    "thriftTransportProtocol": "string",
    "trustedCertPath": {},
    "useNativeQuery": {},
    "username": {},
    "useSystemTrustStore": {},
    "zooKeeperNameSpace": {}
  }
}

对于 HttpServer,请使用:

{
  "type": "HttpServer",
  "typeProperties": {
    "authenticationType": "string",
    "authHeaders": {},
    "certThumbprint": {},
    "embeddedCertData": {},
    "enableServerCertificateValidation": {},
    "encryptedCredential": "string",
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "url": {},
    "userName": {}
  }
}

对于 Hubspot,请使用:

{
  "type": "Hubspot",
  "typeProperties": {
    "accessToken": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "clientId": {},
    "clientSecret": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "encryptedCredential": "string",
    "refreshToken": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "useEncryptedEndpoints": {},
    "useHostVerification": {},
    "usePeerVerification": {}
  }
}

对于 Impala,请使用:

{
  "type": "Impala",
  "typeProperties": {
    "allowHostNameCNMismatch": {},
    "allowSelfSignedServerCert": {},
    "authenticationType": "string",
    "enableServerCertificateValidation": {},
    "enableSsl": {},
    "encryptedCredential": "string",
    "host": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "port": {},
    "thriftTransportProtocol": "string",
    "trustedCertPath": {},
    "username": {},
    "useSystemTrustStore": {}
  }
}

对于 Informix,请使用:

{
  "type": "Informix",
  "typeProperties": {
    "authenticationType": {},
    "connectionString": {},
    "credential": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "encryptedCredential": "string",
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "userName": {}
  }
}

对于 Jira,请使用:

{
  "type": "Jira",
  "typeProperties": {
    "encryptedCredential": "string",
    "host": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "port": {},
    "useEncryptedEndpoints": {},
    "useHostVerification": {},
    "usePeerVerification": {},
    "username": {}
  }
}

对于 Lakehouse,请使用:

{
  "type": "Lakehouse",
  "typeProperties": {
    "artifactId": {},
    "authenticationType": "string",
    "credential": {
      "referenceName": "string",
      "type": "string"
    },
    "encryptedCredential": "string",
    "servicePrincipalCredential": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "servicePrincipalCredentialType": {},
    "servicePrincipalId": {},
    "servicePrincipalKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "tenant": {},
    "workspaceId": {}
  }
}

对于 Magento,请使用:

{
  "type": "Magento",
  "typeProperties": {
    "accessToken": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "encryptedCredential": "string",
    "host": {},
    "useEncryptedEndpoints": {},
    "useHostVerification": {},
    "usePeerVerification": {}
  }
}

对于 MariaDB,请使用:

{
  "type": "MariaDB",
  "typeProperties": {
    "connectionString": {},
    "database": {},
    "driverVersion": {},
    "encryptedCredential": "string",
    "password": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    },
    "port": {},
    "server": {},
    "sslMode": {},
    "username": {},
    "useSystemTrustStore": {}
  }
}

对于 Marketo,请使用:

{
  "type": "Marketo",
  "typeProperties": {
    "clientId": {},
    "clientSecret": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "encryptedCredential": "string",
    "endpoint": {},
    "useEncryptedEndpoints": {},
    "useHostVerification": {},
    "usePeerVerification": {}
  }
}

对于 MicrosoftAccess,请使用:

{
  "type": "MicrosoftAccess",
  "typeProperties": {
    "authenticationType": {},
    "connectionString": {},
    "credential": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "encryptedCredential": "string",
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "userName": {}
  }
}

对于 MongoDb,请使用:

{
  "type": "MongoDb",
  "typeProperties": {
    "allowSelfSignedServerCert": {},
    "authenticationType": "string",
    "authSource": {},
    "databaseName": {},
    "enableSsl": {},
    "encryptedCredential": "string",
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "port": {},
    "server": {},
    "username": {}
  }
}

对于 MongoDbAtlas,请使用:

{
  "type": "MongoDbAtlas",
  "typeProperties": {
    "connectionString": {},
    "database": {},
    "driverVersion": {}
  }
}

对于 MongoDbV2,请使用:

{
  "type": "MongoDbV2",
  "typeProperties": {
    "connectionString": {},
    "database": {}
  }
}

对于 MySql,请使用:

{
  "type": "MySql",
  "typeProperties": {
    "allowZeroDateTime": {},
    "connectionString": {},
    "connectionTimeout": {},
    "convertZeroDateTime": {},
    "database": {},
    "driverVersion": {},
    "encryptedCredential": "string",
    "guidFormat": {},
    "password": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    },
    "port": {},
    "server": {},
    "sslCert": {},
    "sslKey": {},
    "sslMode": {},
    "treatTinyAsBoolean": {},
    "username": {},
    "useSystemTrustStore": {}
  }
}

对于 Netezza,请使用:

{
  "type": "Netezza",
  "typeProperties": {
    "connectionString": {},
    "database": {},
    "encryptedCredential": "string",
    "port": {},
    "pwd": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    },
    "securityLevel": "string",
    "server": {},
    "uid": {}
  }
}

对于 OData,请使用:

{
  "type": "OData",
  "typeProperties": {
    "aadResourceId": {},
    "aadServicePrincipalCredentialType": "string",
    "authenticationType": "string",
    "authHeaders": {},
    "azureCloudType": {},
    "encryptedCredential": "string",
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "servicePrincipalEmbeddedCert": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "servicePrincipalEmbeddedCertPassword": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "servicePrincipalId": {},
    "servicePrincipalKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "tenant": {},
    "url": {},
    "userName": {}
  }
}

对于 Odbc,请使用:

{
  "type": "Odbc",
  "typeProperties": {
    "authenticationType": {},
    "connectionString": {},
    "credential": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "encryptedCredential": "string",
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "userName": {}
  }
}

对于 Office365,请使用:

{
  "type": "Office365",
  "typeProperties": {
    "encryptedCredential": "string",
    "office365TenantId": {},
    "servicePrincipalCredentialType": {},
    "servicePrincipalEmbeddedCert": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "servicePrincipalEmbeddedCertPassword": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "servicePrincipalId": {},
    "servicePrincipalKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "servicePrincipalTenantId": {}
  }
}

对于 Oracle,请使用:

{
  "type": "Oracle",
  "typeProperties": {
    "authenticationType": "string",
    "connectionString": {},
    "cryptoChecksumClient": {},
    "cryptoChecksumTypesClient": {},
    "enableBulkLoad": {},
    "encryptedCredential": "string",
    "encryptionClient": {},
    "encryptionTypesClient": {},
    "fetchSize": {},
    "fetchTswtzAsTimestamp": {},
    "initializationString": {},
    "initialLobFetchSize": {},
    "password": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    },
    "server": {},
    "statementCacheSize": {},
    "supportV1DataTypes": {},
    "username": {}
  }
}

对于 OracleCloudStorage,请使用:

{
  "type": "OracleCloudStorage",
  "typeProperties": {
    "accessKeyId": {},
    "encryptedCredential": "string",
    "secretAccessKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "serviceUrl": {}
  }
}

对于 OracleServiceCloud,请使用:

{
  "type": "OracleServiceCloud",
  "typeProperties": {
    "encryptedCredential": "string",
    "host": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "useEncryptedEndpoints": {},
    "useHostVerification": {},
    "usePeerVerification": {},
    "username": {}
  }
}

对于 PayPal,请使用:

{
  "type": "Paypal",
  "typeProperties": {
    "clientId": {},
    "clientSecret": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "encryptedCredential": "string",
    "host": {},
    "useEncryptedEndpoints": {},
    "useHostVerification": {},
    "usePeerVerification": {}
  }
}

对于 凤凰,请使用:

{
  "type": "Phoenix",
  "typeProperties": {
    "allowHostNameCNMismatch": {},
    "allowSelfSignedServerCert": {},
    "authenticationType": "string",
    "enableSsl": {},
    "encryptedCredential": "string",
    "host": {},
    "httpPath": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "port": {},
    "trustedCertPath": {},
    "username": {},
    "useSystemTrustStore": {}
  }
}

对于 PostgreSql,请使用:

{
  "type": "PostgreSql",
  "typeProperties": {
    "connectionString": {},
    "encryptedCredential": "string",
    "password": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    }
  }
}

对于 PostgreSqlV2,请使用:

{
  "type": "PostgreSqlV2",
  "typeProperties": {
    "authenticationType": {},
    "commandTimeout": {},
    "connectionTimeout": {},
    "database": {},
    "encoding": {},
    "encryptedCredential": "string",
    "logParameters": {},
    "password": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    },
    "pooling": {},
    "port": {},
    "readBufferSize": {},
    "schema": {},
    "server": {},
    "sslCertificate": {},
    "sslKey": {},
    "sslMode": {},
    "sslPassword": {},
    "timezone": {},
    "trustServerCertificate": {},
    "username": {}
  }
}

对于 Presto,请使用:

{
  "type": "Presto",
  "typeProperties": {
    "allowHostNameCNMismatch": {},
    "allowSelfSignedServerCert": {},
    "authenticationType": "string",
    "catalog": {},
    "enableServerCertificateValidation": {},
    "enableSsl": {},
    "encryptedCredential": "string",
    "host": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "port": {},
    "serverVersion": {},
    "timeZoneID": {},
    "trustedCertPath": {},
    "username": {},
    "useSystemTrustStore": {}
  }
}

对于 QuickBooks,请使用:

{
  "type": "QuickBooks",
  "typeProperties": {
    "accessToken": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "accessTokenSecret": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "companyId": {},
    "connectionProperties": {},
    "consumerKey": {},
    "consumerSecret": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "encryptedCredential": "string",
    "endpoint": {},
    "refreshToken": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "useEncryptedEndpoints": {}
  }
}

对于 Quickbase,请使用:

{
  "type": "Quickbase",
  "typeProperties": {
    "encryptedCredential": "string",
    "url": {},
    "userToken": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    }
  }
}

对于 Responsys,请使用:

{
  "type": "Responsys",
  "typeProperties": {
    "clientId": {},
    "clientSecret": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "encryptedCredential": "string",
    "endpoint": {},
    "useEncryptedEndpoints": {},
    "useHostVerification": {},
    "usePeerVerification": {}
  }
}

对于 RestService,请使用:

{
  "type": "RestService",
  "typeProperties": {
    "aadResourceId": {},
    "authenticationType": "string",
    "authHeaders": {},
    "azureCloudType": {},
    "clientId": {},
    "clientSecret": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "credential": {
      "referenceName": "string",
      "type": "string"
    },
    "enableServerCertificateValidation": {},
    "encryptedCredential": "string",
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "resource": {},
    "scope": {},
    "servicePrincipalCredentialType": {},
    "servicePrincipalEmbeddedCert": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "servicePrincipalEmbeddedCertPassword": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "servicePrincipalId": {},
    "servicePrincipalKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "tenant": {},
    "tokenEndpoint": {},
    "url": {},
    "userName": {}
  }
}

对于 Salesforce,请使用:

{
  "type": "Salesforce",
  "typeProperties": {
    "apiVersion": {},
    "encryptedCredential": "string",
    "environmentUrl": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "securityToken": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "username": {}
  }
}

对于 SalesforceMarketingCloud,请使用:

{
  "type": "SalesforceMarketingCloud",
  "typeProperties": {
    "clientId": {},
    "clientSecret": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "connectionProperties": {},
    "encryptedCredential": "string",
    "useEncryptedEndpoints": {},
    "useHostVerification": {},
    "usePeerVerification": {}
  }
}

对于 SalesforceServiceCloud,请使用:

{
  "type": "SalesforceServiceCloud",
  "typeProperties": {
    "apiVersion": {},
    "encryptedCredential": "string",
    "environmentUrl": {},
    "extendedProperties": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "securityToken": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "username": {}
  }
}

对于 SalesforceServiceCloudV2,请使用:

{
  "type": "SalesforceServiceCloudV2",
  "typeProperties": {
    "apiVersion": {},
    "authenticationType": {},
    "clientId": {},
    "clientSecret": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "encryptedCredential": "string",
    "environmentUrl": {}
  }
}

对于 SalesforceV2,请使用:

{
  "type": "SalesforceV2",
  "typeProperties": {
    "apiVersion": {},
    "authenticationType": {},
    "clientId": {},
    "clientSecret": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "encryptedCredential": "string",
    "environmentUrl": {}
  }
}

对于 SapBW,请使用:

{
  "type": "SapBW",
  "typeProperties": {
    "clientId": {},
    "encryptedCredential": "string",
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "server": {},
    "systemNumber": {},
    "userName": {}
  }
}

对于 SapCloudForCustomer,请使用:

{
  "type": "SapCloudForCustomer",
  "typeProperties": {
    "encryptedCredential": "string",
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "url": {},
    "username": {}
  }
}

对于 SapEcc,请使用:

{
  "type": "SapEcc",
  "typeProperties": {
    "encryptedCredential": "string",
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "url": {},
    "username": {}
  }
}

对于 SapHana,请使用:

{
  "type": "SapHana",
  "typeProperties": {
    "authenticationType": "string",
    "connectionString": {},
    "encryptedCredential": "string",
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "server": {},
    "userName": {}
  }
}

对于 SapOdp,请使用:

{
  "type": "SapOdp",
  "typeProperties": {
    "clientId": {},
    "encryptedCredential": "string",
    "language": {},
    "logonGroup": {},
    "messageServer": {},
    "messageServerService": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "server": {},
    "sncLibraryPath": {},
    "sncMode": {},
    "sncMyName": {},
    "sncPartnerName": {},
    "sncQop": {},
    "subscriberName": {},
    "systemId": {},
    "systemNumber": {},
    "userName": {},
    "x509CertificatePath": {}
  }
}

对于 SapOpenHub,请使用:

{
  "type": "SapOpenHub",
  "typeProperties": {
    "clientId": {},
    "encryptedCredential": "string",
    "language": {},
    "logonGroup": {},
    "messageServer": {},
    "messageServerService": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "server": {},
    "systemId": {},
    "systemNumber": {},
    "userName": {}
  }
}

对于 SapTable,请使用:

{
  "type": "SapTable",
  "typeProperties": {
    "clientId": {},
    "encryptedCredential": "string",
    "language": {},
    "logonGroup": {},
    "messageServer": {},
    "messageServerService": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "server": {},
    "sncLibraryPath": {},
    "sncMode": {},
    "sncMyName": {},
    "sncPartnerName": {},
    "sncQop": {},
    "systemId": {},
    "systemNumber": {},
    "userName": {}
  }
}

对于 ServiceNow,请使用:

{
  "type": "ServiceNow",
  "typeProperties": {
    "authenticationType": "string",
    "clientId": {},
    "clientSecret": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "encryptedCredential": "string",
    "endpoint": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "useEncryptedEndpoints": {},
    "useHostVerification": {},
    "usePeerVerification": {},
    "username": {}
  }
}

对于 ServiceNowV2,请使用:

{
  "type": "ServiceNowV2",
  "typeProperties": {
    "authenticationType": "string",
    "clientId": {},
    "clientSecret": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "encryptedCredential": "string",
    "endpoint": {},
    "grantType": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "username": {}
  }
}

对于 Sftp,请使用:

{
  "type": "Sftp",
  "typeProperties": {
    "authenticationType": "string",
    "encryptedCredential": "string",
    "host": {},
    "hostKeyFingerprint": {},
    "passPhrase": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "port": {},
    "privateKeyContent": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "privateKeyPath": {},
    "skipHostKeyValidation": {},
    "userName": {}
  }
}

对于 SharePointOnlineList,请使用:

{
  "type": "SharePointOnlineList",
  "typeProperties": {
    "encryptedCredential": "string",
    "servicePrincipalCredentialType": {},
    "servicePrincipalEmbeddedCert": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "servicePrincipalEmbeddedCertPassword": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "servicePrincipalId": {},
    "servicePrincipalKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "siteUrl": {},
    "tenantId": {}
  }
}

对于 Shopify,请使用:

{
  "type": "Shopify",
  "typeProperties": {
    "accessToken": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "encryptedCredential": "string",
    "host": {},
    "useEncryptedEndpoints": {},
    "useHostVerification": {},
    "usePeerVerification": {}
  }
}

对于 Smartsheet,请使用:

{
  "type": "Smartsheet",
  "typeProperties": {
    "apiToken": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "encryptedCredential": "string"
  }
}

对于 Snowflake,请使用:

{
  "type": "Snowflake",
  "typeProperties": {
    "connectionString": {},
    "encryptedCredential": "string",
    "password": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    }
  }
}

对于 SnowflakeV2,请使用:

{
  "type": "SnowflakeV2",
  "typeProperties": {
    "accountIdentifier": {},
    "authenticationType": "string",
    "clientId": {},
    "clientSecret": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "database": {},
    "encryptedCredential": "string",
    "host": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "privateKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "privateKeyPassphrase": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "role": {},
    "schema": {},
    "scope": {},
    "tenantId": {},
    "user": {},
    "useUtcTimestamps": {},
    "warehouse": {}
  }
}

对于 Spark,请使用:

{
  "type": "Spark",
  "typeProperties": {
    "allowHostNameCNMismatch": {},
    "allowSelfSignedServerCert": {},
    "authenticationType": "string",
    "enableServerCertificateValidation": {},
    "enableSsl": {},
    "encryptedCredential": "string",
    "host": {},
    "httpPath": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "port": {},
    "serverType": "string",
    "thriftTransportProtocol": "string",
    "trustedCertPath": {},
    "username": {},
    "useSystemTrustStore": {}
  }
}

对于 SqlServer,请使用:

{
  "type": "SqlServer",
  "typeProperties": {
    "alwaysEncryptedSettings": {
      "alwaysEncryptedAkvAuthType": "string",
      "credential": {
        "referenceName": "string",
        "type": "string"
      },
      "servicePrincipalId": {},
      "servicePrincipalKey": {
        "type": "string"
        // For remaining properties, see SecretBase objects
      }
    },
    "applicationIntent": {},
    "authenticationType": "string",
    "commandTimeout": {},
    "connectionString": {},
    "connectRetryCount": {},
    "connectRetryInterval": {},
    "connectTimeout": {},
    "credential": {
      "referenceName": "string",
      "type": "string"
    },
    "database": {},
    "encrypt": {},
    "encryptedCredential": "string",
    "failoverPartner": {},
    "hostNameInCertificate": {},
    "integratedSecurity": {},
    "loadBalanceTimeout": {},
    "maxPoolSize": {},
    "minPoolSize": {},
    "multipleActiveResultSets": {},
    "multiSubnetFailover": {},
    "packetSize": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "pooling": {},
    "server": {},
    "trustServerCertificate": {},
    "userName": {}
  }
}

对于 Square,请使用:

{
  "type": "Square",
  "typeProperties": {
    "clientId": {},
    "clientSecret": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "connectionProperties": {},
    "encryptedCredential": "string",
    "host": {},
    "redirectUri": {},
    "useEncryptedEndpoints": {},
    "useHostVerification": {},
    "usePeerVerification": {}
  }
}

对于 Sybase,请使用:

{
  "type": "Sybase",
  "typeProperties": {
    "authenticationType": "string",
    "database": {},
    "encryptedCredential": "string",
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "schema": {},
    "server": {},
    "username": {}
  }
}

对于 TeamDesk,请使用:

{
  "type": "TeamDesk",
  "typeProperties": {
    "apiToken": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "authenticationType": "string",
    "encryptedCredential": "string",
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "url": {},
    "userName": {}
  }
}

对于 Teradata,请使用:

{
  "type": "Teradata",
  "typeProperties": {
    "authenticationType": "string",
    "characterSet": {},
    "connectionString": {},
    "encryptedCredential": "string",
    "httpsPortNumber": {},
    "maxRespSize": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "portNumber": {},
    "server": {},
    "sslMode": {},
    "useDataEncryption": {},
    "username": {}
  }
}

对于 Twilio,请使用:

{
  "type": "Twilio",
  "typeProperties": {
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "userName": {}
  }
}

对于 Vertica,请使用:

{
  "type": "Vertica",
  "typeProperties": {
    "connectionString": {},
    "database": {},
    "encryptedCredential": "string",
    "port": {},
    "pwd": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    },
    "server": {},
    "uid": {}
  }
}

对于 仓库,请使用:

{
  "type": "Warehouse",
  "typeProperties": {
    "artifactId": {},
    "authenticationType": "string",
    "credential": {
      "referenceName": "string",
      "type": "string"
    },
    "encryptedCredential": "string",
    "endpoint": {},
    "servicePrincipalCredential": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "servicePrincipalCredentialType": {},
    "servicePrincipalId": {},
    "servicePrincipalKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "tenant": {},
    "workspaceId": {}
  }
}

对于 Web,请使用:

{
  "type": "Web",
  "typeProperties": {
    "url": {},
    "authenticationType": "string"
    // For remaining properties, see WebLinkedServiceTypeProperties objects
  }
}

对于 Xero,请使用:

{
  "type": "Xero",
  "typeProperties": {
    "connectionProperties": {},
    "consumerKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "encryptedCredential": "string",
    "host": {},
    "privateKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "useEncryptedEndpoints": {},
    "useHostVerification": {},
    "usePeerVerification": {}
  }
}

对于 Zendesk,请使用:

{
  "type": "Zendesk",
  "typeProperties": {
    "apiToken": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "authenticationType": "string",
    "encryptedCredential": "string",
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "url": {},
    "userName": {}
  }
}

对于 Zoho,请使用:

{
  "type": "Zoho",
  "typeProperties": {
    "accessToken": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "connectionProperties": {},
    "encryptedCredential": "string",
    "endpoint": {},
    "useEncryptedEndpoints": {},
    "useHostVerification": {},
    "usePeerVerification": {}
  }
}

SecretBase 对象

设置 类型 属性以指定对象的类型。

对于 AzureKeyVaultSecret,请使用:

{
  "secretName": {},
  "secretVersion": {},
  "store": {
    "parameters": {
      "{customized property}": {}
    },
    "referenceName": "string",
    "type": "string"
  },
  "type": "AzureKeyVaultSecret"
}

对于 SecureString,请使用:

{
  "type": "SecureString",
  "value": "string"
}

属性值

Microsoft.DataFactory/factories/linkedservices

Name Description Value
apiVersion API 版本 '2018-06-01'
name 资源名称 string

Constraints:
最小长度 = 1
最大长度 = 260
模式 = ^[A-Za-z0-9_][^<>*#.%&:\\+?/]*$ (必需)
properties 链接服务的属性。 LinkedService (必填)
类型 资源类型 'Microsoft.DataFactory/factories/linkedservices'

AmazonMWSLinkedService

Name Description Value
类型 链接服务的类型。 “AmazonMWS”(必填)
typeProperties Amazon Marketplace Web Service 链接服务属性。 AmazonMWSLinkedServiceTypeProperties (必填)

AmazonMWSLinkedServiceTypeProperties

Name Description Value
accessKeyId 用于访问数据的访问密钥 ID。 任何(必填)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
终结点 AmazonMWS 服务器的终结点(即 mws.amazonservices.com) 任何(必填)
marketplaceID 要从中检索数据的 Amazon 市场 ID。 若要从多个市场 ID 检索数据,请用逗号(,)将它们分隔开来。 (即A2EUQ1WTGCTBG2) 任何(必填)
mwsAuthToken AmazonMWS 身份验证令牌。 SecretBase
secretKey 用于访问数据的密钥。 SecretBase
sellerID 亚马逊卖家 ID。 任何(必填)
useEncryptedEndpoints 指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 any
useHostVerification 指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 any
usePeerVerification 指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 any

AmazonRdsForLinkedServiceTypeProperties

Name Description Value
authenticationType 用于连接到 AmazonRdsForOracle 数据库的身份验证类型。 仅用于版本 2.0。 'Basic'
connectionString 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 仅用于版本 1.0。 any
cryptoChecksumClient 指定当此客户端连接到服务器时所需的数据完整性行为。 支持的值接受、拒绝、请求或必需,默认值是必需的。 类型:字符串。 仅用于版本 2.0。 any
cryptoChecksumTypesClient 指定客户端可以使用的加密校验算法。 支持的值为 SHA1、SHA256、SHA384、SHA512、默认值为 (SHA512)。 类型:字符串。 仅用于版本 2.0。 any
enableBulkLoad 指定在将数据加载到数据库中时是使用大容量复制还是批量插入,默认值为 true。 类型:布尔值。 仅用于版本 2.0。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
encryptionClient 指定加密客户端的行为。 支持的值接受、拒绝、请求或必需,默认值是必需的。 类型:字符串。 仅用于版本 2.0。 any
encryptionTypesClient 指定客户端可以使用的加密算法。 支持的值为 AES128、AES192、AES256、3DES112、3DES168、默认值为 (AES256)。 类型:字符串。 仅用于版本 2.0。 any
fetchSize 指定驱动程序为提取一个数据库往返中的数据而分配的字节数,默认值为10485760。 类型:整数。 仅用于版本 2.0。 any
fetchTswtzAsTimestamp 指定驱动程序是否将 TIMESTAMP WITH TIME ZONE 数据类型的列值作为 DateTime 或字符串返回。 如果 supportV1DataTypes 不为 true,则忽略此设置,默认值为 true。 类型:布尔值。 仅用于版本 2.0。 any
initializationString 指定一个命令,该命令在连接数据库后立即执行,以管理会话设置。 类型:字符串。 仅用于版本 2.0。 any
initialLobFetchSize 指定源最初为 LOB 列提取的量,默认值为 0。 类型:整数。 仅用于版本 2.0。 any
密码 连接字符串中密码的 Azure Key Vault 机密引用。 SecretBase
服务器 要连接到的 AmazonRdsForOracle 数据库的位置,支持的表单包括连接器描述符、Easy Connect (Plus) 命名和 Oracle Net Services 名称(仅自承载 IR)。 类型:字符串。 仅用于版本 2.0。 any
statementCacheSize 指定要为每个数据库连接缓存的游标数或语句数,默认值为 0。 类型:整数。 仅用于版本 2.0。 any
supportV1DataTypes 指定是否使用版本 1.0 数据类型映射。 除非要保持与版本 1.0 数据类型映射的向后兼容性,否则不要将其设置为 true,默认值为 false。 类型:布尔值。 仅用于版本 2.0。 any
用户名 AmazonRdsForOracle 数据库用户名。 类型:字符串。 仅用于版本 2.0。 any

AmazonRdsForOracleLinkedService

Name Description Value
类型 链接服务的类型。 “AmazonRdsForOracle”(必需)
typeProperties AmazonRdsForOracle 数据库链接服务属性。 AmazonRdsForLinkedServiceTypeProperties (必需)

AmazonRdsForSqlServerLinkedService

Name Description Value
类型 链接服务的类型。 “AmazonRdsForSqlServer”(必需)
typeProperties Amazon RDS for SQL Server 链接服务属性。 AmazonRdsForSqlServerLinkedServiceTypeProperties (必需)

AmazonRdsForSqlServerLinkedServiceTypeProperties

Name Description Value
alwaysEncryptedSettings Sql 始终加密属性。 SqlAlwaysEncryptedProperties
applicationIntent 连接到服务器时的应用程序工作负荷类型,由建议的版本使用。 可能的值为 ReadOnly 和 ReadWrite。 类型:字符串(或带有 resultType 字符串的表达式)。 any
authenticationType 用于身份验证的类型。 类型:字符串。 'SQL'
'Windows'
commandTimeout 在终止尝试执行命令并生成错误之前(以秒为单位)的默认等待时间(以秒为单位),由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 any
connectionString 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
connectRetryCount 确定有空闲连接失败(由建议的版本使用)后尝试的重新连接数。 这必须是介于 0 和 255 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 any
connectRetryInterval 确定建议的版本使用空闲连接失败后,每个重新连接尝试之间的时间(以秒为单位)。 这必须是介于 1 和 60 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 any
connectTimeout 在终止尝试并生成由建议版本使用的错误之前,等待与服务器的连接的时间长度(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 any
数据库 建议的版本使用的数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 any
加密 指示客户端和服务器之间发送的所有数据是否需要 TLS 加密(由建议的版本使用)。 可能的值为 true/yes/mandatory、false/no/optional 和 strict。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
failoverPartner 如果主服务器关闭(由建议的版本使用)连接到的伙伴服务器的名称或地址。 类型:字符串(或带有 resultType 字符串的表达式)。 any
hostNameInCertificate 验证连接的服务器证书时要使用的主机名。 如果未指定,则数据源中的服务器名称用于证书验证,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 any
integratedSecurity 指示是否在连接(如果为 false)中指定用户 ID 和密码,或者当前 Windows 帐户凭据是否用于身份验证(如果为 true),由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
loadBalanceTimeout 在被建议的版本使用之前,连接在连接池中生存的最短时间(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 any
maxPoolSize 此特定连接字符串的连接池中允许的最大连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 any
minPoolSize 此特定连接字符串的连接池中允许的最小连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 any
multipleActiveResultSets 如果为 true,应用程序可以维护多个活动结果集(MARS)。 如果为 false,应用程序必须处理或取消一个批处理中的所有结果集,然后才能在该连接上执行任何其他批处理(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
multiSubnetFailover 如果应用程序连接到不同子网上的 AlwaysOn 可用性组(AG),则设置 MultiSubnetFailover=true 可以更快地检测和连接到(当前)活动服务器(当前)活动服务器(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
packetSize 用于与服务器实例通信的网络数据包的大小(以字节为单位,由建议的版本使用)。 类型:整数(或包含 resultType 整数的表达式)。 any
密码 本地 Windows 身份验证密码。 SecretBase
pooling 指示每次请求连接时,连接是共用的还是显式打开的,由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
服务器 要连接到的 SQL Server 实例的名称或网络地址,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 any
trustServerCertificate 指示通道是否在绕过证书链来验证推荐版本使用的信任时是否加密通道。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
userName 本地 Windows 身份验证用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

AmazonRedshiftLinkedService

Name Description Value
类型 链接服务的类型。 “AmazonRedshift”(必填)
typeProperties Amazon Redshift 链接服务属性。 AmazonRedshiftLinkedServiceTypeProperties (必需)

AmazonRedshiftLinkedServiceTypeProperties

Name Description Value
数据库 Amazon Redshift 源的数据库名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 Amazon Redshift 源的密码。 SecretBase
移植 Amazon Redshift 服务器用来侦听客户端连接的 TCP 端口号。 默认值为 5439。 类型:整数(或包含 resultType 整数的表达式)。 any
服务器 Amazon Redshift 服务器的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
用户名 Amazon Redshift 源的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

AmazonS3CompatibleLinkedService

Name Description Value
类型 链接服务的类型。 “AmazonS3Compatible”(必填)
typeProperties Amazon S3 兼容链接服务属性。 AmazonS3CompatibleLinkedServiceTypeProperties (必填)

AmazonS3CompatibleLinkedServiceTypeProperties

Name Description Value
accessKeyId Amazon S3 兼容标识和访问管理(IAM)用户的访问密钥标识符。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
forcePathStyle 如果为 true,请使用 S3 路径样式访问,而不是虚拟托管样式的访问。 默认值为 false。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
secretAccessKey Amazon S3 兼容标识和访问管理 (IAM) 用户的机密访问密钥。 SecretBase
serviceUrl 此值指定要使用 Amazon S3 兼容连接器访问的终结点。 这是一个可选属性;仅当想要尝试其他服务终结点或想要在 https 和 http 之间切换时更改它。 类型:字符串(或带有 resultType 字符串的表达式)。 any

AmazonS3LinkedService

Name Description Value
类型 链接服务的类型。 “AmazonS3”(必需)
typeProperties Amazon S3 链接服务属性。 AmazonS3LinkedServiceTypeProperties (必需)

AmazonS3LinkedServiceTypeProperties

Name Description Value
accessKeyId Amazon S3 标识和访问管理(IAM)用户的访问密钥标识符。 类型:字符串(或带有 resultType 字符串的表达式)。 any
authenticationType S3 的身份验证类型。 允许的值:AccessKey(默认值)或 TemporarySecurityCredentials。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
secretAccessKey Amazon S3 标识和访问管理(IAM)用户的机密访问密钥。 SecretBase
serviceUrl 此值指定要使用 S3 连接器访问的终结点。 这是一个可选属性;仅当想要尝试其他服务终结点或想要在 https 和 http 之间切换时更改它。 类型:字符串(或带有 resultType 字符串的表达式)。 any
sessionToken S3 临时安全凭据的会话令牌。 SecretBase

AppFiguresLinkedService

Name Description Value
类型 链接服务的类型。 'AppFigures'(必填)
typeProperties AppFigures 链接服务属性。 AppFiguresLinkedServiceTypeProperties (必需)

AppFiguresLinkedServiceTypeProperties

Name Description Value
clientKey AppFigures 源的客户端密钥。 SecretBase (必需)
密码 AppFigures 源的密码。 SecretBase (必需)
userName Appfigures 源的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)

AsanaLinkedService

Name Description Value
类型 链接服务的类型。 “体式”(必填)
typeProperties Asana 链接服务属性。 AsanaLinkedServiceTypeProperties (必需)

AsanaLinkedServiceTypeProperties

Name Description Value
apiToken Asana 源的 API 令牌。 SecretBase (必需)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串

AzureBatchLinkedService

Name Description Value
类型 链接服务的类型。 “AzureBatch”(必需)
typeProperties Azure Batch 链接服务属性。 AzureBatchLinkedServiceTypeProperties (必需)

AzureBatchLinkedServiceTypeProperties

Name Description Value
accessKey Azure Batch 帐户访问密钥。 SecretBase
accountName Azure Batch 帐户名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
batchUri Azure Batch URI。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
凭据 包含身份验证信息的凭据引用。 CredentialReference
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
linkedServiceName Azure 存储链接服务引用。 LinkedServiceReference (必填)
poolName Azure Batch 池名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)

AzureBlobFSLinkedService

Name Description Value
类型 链接服务的类型。 “AzureBlobFS”(必需)
typeProperties Azure Data Lake Storage Gen2 链接服务属性。 AzureBlobFSLinkedServiceTypeProperties (必需)

AzureBlobFSLinkedServiceTypeProperties

Name Description Value
accountKey Azure Data Lake Storage Gen2 服务的帐户密钥。 类型:字符串(或带有 resultType 字符串的表达式)。 any
azureCloudType 指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 any
凭据 包含身份验证信息的凭据引用。 CredentialReference
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
sasToken sasToken 的 Azure 密钥保管库机密引用在 sas uri 中。 SecretBase
sasUri Azure Data Lake Storage Gen2 服务的 SAS URI。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
servicePrincipalCredential Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalId 用于对 Azure Data Lake Storage Gen2 帐户进行身份验证的应用程序的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalKey 用于对 Azure Data Lake Storage Gen2 帐户进行身份验证的应用程序密钥。 SecretBase
租户 服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
url Azure Data Lake Storage Gen2 服务的终结点。 类型:字符串(或带有 resultType 字符串的表达式)。 any

AzureBlobStorageLinkedService

Name Description Value
类型 链接服务的类型。 “AzureBlobStorage”(必需)
typeProperties Azure Blob 存储链接服务属性。 AzureBlobStorageLinkedServiceTypeProperties (必需)

AzureBlobStorageLinkedServiceTypeProperties

Name Description Value
accountKey 连接字符串中 accountKey 的 Azure 密钥保管库机密引用。 AzureKeyVaultSecretReference
accountKind 指定存储帐户的种类。 允许的值为:存储(常规用途 v1)、StorageV2(常规用途 v2)、BlobStorage 或 BlockBlobStorage。 类型:字符串(或带有 resultType 字符串的表达式)。 any
authenticationType 用于身份验证的类型。 类型:字符串。 'AccountKey'
'Anonymous'
'Msi'
'SasUri'
'ServicePrincipal'
azureCloudType 指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 any
connectionString 连接字符串。 它与 sasUri、serviceEndpoint 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
containerUri Azure Blob 存储资源的容器 URI 仅支持匿名访问。 类型:字符串(或带有 resultType 字符串的表达式)。 any
凭据 包含身份验证信息的凭据引用。 CredentialReference
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
sasToken sasToken 的 Azure 密钥保管库机密引用在 sas uri 中。 AzureKeyVaultSecretReference
sasUri Azure Blob 存储资源的 SAS URI。 它与 connectionString、serviceEndpoint 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
serviceEndpoint Azure Blob 存储资源的 Blob 服务终结点。 它与 connectionString、sasUri 属性互斥。 any
servicePrincipalId 用于对 Azure SQL 数据仓库进行身份验证的服务主体的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalKey 用于对 Azure SQL 数据仓库进行身份验证的服务主体的密钥。 SecretBase
租户 服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any

AzureDatabricksDeltaLakeLinkedService

Name Description Value
类型 链接服务的类型。 “AzureDatabricksDeltaLake”(必需)
typeProperties Azure Databricks Delta Lake 链接服务属性。 AzureDatabricksDetltaLakeLinkedServiceTypeProperties (必需)

AzureDatabricksDetltaLakeLinkedServiceTypeProperties

Name Description Value
accessToken databricks REST API 的访问令牌。 请参阅 https://docs.azuredatabricks.net/api/latest/authentication.html。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 SecretBase
clusterId 将用于此作业的所有运行的现有交互式群集的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
凭据 包含身份验证信息的凭据引用。 CredentialReference
<REGION.azuredatabricks.net,Databricks> 部署的域名。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
workspaceResourceId databricks REST API 的工作区资源 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any

AzureDatabricksLinkedService

Name Description Value
类型 链接服务的类型。 “AzureDatabricks”(必需)
typeProperties Azure Databricks 链接服务属性。 AzureDatabricksLinkedServiceTypeProperties (必需)

AzureDatabricksLinkedServiceTypeProperties

Name Description Value
accessToken databricks REST API 的访问令牌。 请参阅 https://docs.azuredatabricks.net/api/latest/authentication.html。 类型:字符串(或带有 resultType 字符串的表达式)。 SecretBase
身份验证 如果对 databricks REST API 使用工作区资源 ID,则需要指定 MSI。 类型:字符串(或带有 resultType 字符串的表达式)。 any
凭据 包含身份验证信息的凭据引用。 CredentialReference
dataSecurityMode Databricks 群集的数据安全模式。 类型:字符串(或带有 resultType 字符串的表达式)。 any
<REGION.azuredatabricks.net,Databricks> 部署的域名。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
existingClusterId 将用于此活动的所有运行的现有交互式群集的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
instancePoolId 将用于此活动的所有运行的现有实例池的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
newClusterCustomTags 群集资源的其他标记。 实例池配置中忽略此属性。 AzureDatabricksLinkedServiceTypePropertiesNewClusterCustomTags
newClusterDriverNodeType 新作业群集的驱动程序节点类型。 实例池配置中忽略此属性。 类型:字符串(或带有 resultType 字符串的表达式)。 any
newClusterEnableElasticDisk 在新群集上启用弹性磁盘。 此属性现已被忽略,并采用 Databricks 中的默认弹性磁盘行为(始终启用弹性磁盘)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
newClusterInitScripts 新群集的用户定义的初始化脚本。 类型:字符串数组(或包含字符串 resultType 数组的表达式)。 any
newClusterLogDestination 指定用于传送 Spark 驱动程序、辅助角色和事件日志的位置。 类型:字符串(或带有 resultType 字符串的表达式)。 any
newClusterNodeType 新作业群集的节点类型。 如果指定 newClusterVersion 且未指定 instancePoolId,则此属性是必需的。 如果指定了 instancePoolId,则忽略此属性。 类型:字符串(或带有 resultType 字符串的表达式)。 any
newClusterNumOfWorker 如果未使用现有的交互式群集,则指定用于新作业群集或实例池的工作器节点数。 对于新的作业群集,此字符串格式的 Int32(如“1”表示 numOfWorker 为 1 或“1:10”表示从 1(最小值)自动缩放到 10(最大值)。 例如,池是字符串格式的 Int32,只能指定固定数量的工作节点,例如“2”。 如果指定 newClusterVersion,则为必需。 类型:字符串(或带有 resultType 字符串的表达式)。 any
newClusterSparkConf 一组可选的用户指定的 Spark 配置键值对。 AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkConf
newClusterSparkEnvVars 一组可选的用户指定的 Spark 环境变量键值对。 AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkEnvVars
newClusterVersion 如果未使用现有的交互式群集,则指定为此活动的每个运行创建的新作业群集或实例池节点的 Spark 版本。 如果指定了 instancePoolId,则为必需。 类型:字符串(或带有 resultType 字符串的表达式)。 any
policyId 用于限制基于用户定义的规则集配置群集的功能的策略 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
workspaceResourceId databricks REST API 的工作区资源 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any

AzureDatabricksLinkedServiceTypePropertiesNewClusterCustomTags

Name Description Value

AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkConf

Name Description Value

AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkEnvVars

Name Description Value

AzureDataExplorerLinkedService

Name Description Value
类型 链接服务的类型。 “AzureDataExplorer”(必需)
typeProperties Azure 数据资源管理器(Kusto)链接服务属性。 AzureDataExplorerLinkedServiceTypeProperties (必需)

AzureDataExplorerLinkedServiceTypeProperties

Name Description Value
凭据 包含身份验证信息的凭据引用。 CredentialReference
数据库 连接的数据库名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
终结点 Azure 数据资源管理器的终结点(引擎的终结点)。 URL 的格式为 https://< clusterName>。<regionName.kusto.windows.net>。 类型:字符串(或带有 resultType 字符串的表达式) 任何(必填)
servicePrincipalId 用于对 Azure 数据资源管理器进行身份验证的服务主体的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalKey 用于对 Kusto 进行身份验证的服务主体的密钥。 SecretBase
租户 服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any

AzureDataLakeAnalyticsLinkedService

Name Description Value
类型 链接服务的类型。 “AzureDataLakeAnalytics”(必需)
typeProperties Azure Data Lake Analytics 链接服务属性。 AzureDataLakeAnalyticsLinkedServiceTypeProperties (必需)

AzureDataLakeAnalyticsLinkedServiceTypeProperties

Name Description Value
accountName Azure Data Lake Analytics 帐户名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
dataLakeAnalyticsUri Azure Data Lake Analytics URI 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
resourceGroupName Data Lake Analytics 帐户资源组名称(如果不同于数据工厂帐户)。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalId 用于对 Azure Data Lake Analytics 帐户进行身份验证的应用程序 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalKey 用于对 Azure Data Lake Analytics 帐户进行身份验证的应用程序密钥。 SecretBase
subscriptionId Data Lake Analytics 帐户订阅 ID(如果不同于数据工厂帐户)。 类型:字符串(或带有 resultType 字符串的表达式)。 any
租户 服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)

AzureDataLakeStoreLinkedService

Name Description Value
类型 链接服务的类型。 “AzureDataLakeStore”(必需)
typeProperties Azure Data Lake Store 链接服务属性。 AzureDataLakeStoreLinkedServiceTypeProperties (必需)

AzureDataLakeStoreLinkedServiceTypeProperties

Name Description Value
accountName Data Lake Store 帐户名称。 类型:字符串(或带有 resultType 字符串的表达式)。 any
azureCloudType 指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 any
凭据 包含身份验证信息的凭据引用。 CredentialReference
dataLakeStoreUri Data Lake Store 服务 URI。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
resourceGroupName Data Lake Store 帐户资源组名称(如果不同于数据工厂帐户)。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalId 用于对 Azure Data Lake Store 帐户进行身份验证的应用程序的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalKey 用于对 Azure Data Lake Store 帐户进行身份验证的应用程序密钥。 SecretBase
subscriptionId Data Lake Store 帐户订阅 ID(如果不同于数据工厂帐户)。 类型:字符串(或带有 resultType 字符串的表达式)。 any
租户 服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any

AzureFileStorageLinkedService

Name Description Value
类型 链接服务的类型。 “AzureFileStorage”(必需)
typeProperties Azure 文件存储链接服务属性。 AzureFileStorageLinkedServiceTypeProperties (必需)

AzureFileStorageLinkedServiceTypeProperties

Name Description Value
accountKey 连接字符串中 accountKey 的 Azure 密钥保管库机密引用。 AzureKeyVaultSecretReference
connectionString 连接字符串。 它与 sasUri 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
凭据 包含身份验证信息的凭据引用。 CredentialReference
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
fileShare Azure 文件共享名称。 使用 accountKey/sasToken 进行身份验证时需要它。 类型:字符串(或带有 resultType 字符串的表达式)。 any
主持人 服务器的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 any
密码 用于登录服务器的密码。 SecretBase
sasToken sasToken 的 Azure 密钥保管库机密引用在 sas uri 中。 AzureKeyVaultSecretReference
sasUri Azure 文件资源的 SAS URI。 它与 connectionString 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
serviceEndpoint Azure 文件存储资源的文件服务终结点。 它与 connectionString、sasUri 属性互斥。 any
快照 Azure 文件共享快照版本。 类型:字符串(或带有 resultType 字符串的表达式)。 any
userId 用于登录服务器的用户 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any

AzureFunctionLinkedService

Name Description Value
类型 链接服务的类型。 “AzureFunction”(必需)
typeProperties Azure Function 链接服务属性。 AzureFunctionLinkedServiceTypeProperties (必需)

AzureFunctionLinkedServiceTypeProperties

Name Description Value
身份验证 用于连接到 AzureFunction 的身份验证类型(需要指定 MSI)。 类型:字符串(或带有 resultType 字符串的表达式)。 any
凭据 包含身份验证信息的凭据引用。 CredentialReference
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
functionAppUrl Azure Function App 的终结点。 URL 的格式为 https://< accountName.azurewebsites.net>。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
functionKey Azure Function App 的函数或主机密钥。 SecretBase
resourceId Azure 函数的允许令牌访问群体。 类型:字符串(或带有 resultType 字符串的表达式)。 any

AzureKeyVaultLinkedService

Name Description Value
类型 链接服务的类型。 “AzureKeyVault”(必需)
typeProperties Azure Key Vault 链接服务属性。 AzureKeyVaultLinkedServiceTypeProperties (必需)

AzureKeyVaultLinkedServiceTypeProperties

Name Description Value
baseUrl Azure Key Vault 的基 URL。 例如 https://myakv.vault.azure.net 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
凭据 包含身份验证信息的凭据引用。 CredentialReference

AzureKeyVaultSecretReference

Name Description Value
secretName Azure Key Vault 中机密的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
secretVersion Azure Key Vault 中的机密版本。 默认值为最新版本的机密。 类型:字符串(或带有 resultType 字符串的表达式)。 any
存储 Azure Key Vault 链接服务参考。 LinkedServiceReference (必填)
类型 机密的类型。 字符串(必填)

AzureKeyVaultSecretReference

Name Description Value
secretName Azure Key Vault 中机密的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
secretVersion Azure Key Vault 中的机密版本。 默认值为最新版本的机密。 类型:字符串(或带有 resultType 字符串的表达式)。 any
存储 Azure Key Vault 链接服务参考。 LinkedServiceReference (必填)
类型 机密的类型。 “AzureKeyVaultSecret”(必需)

AzureMariaDBLinkedService

Name Description Value
类型 链接服务的类型。 “AzureMariaDB”(必需)
typeProperties Azure Database for MariaDB 链接服务属性。 AzureMariaDBLinkedServiceTypeProperties (必需)

AzureMariaDBLinkedServiceTypeProperties

Name Description Value
connectionString ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
pwd 连接字符串中密码的 Azure Key Vault 机密引用。 AzureKeyVaultSecretReference

AzureMLLinkedService

Name Description Value
类型 链接服务的类型。 “AzureML”(必需)
typeProperties Azure ML Studio Web 服务链接服务属性。 AzureMLLinkedServiceTypeProperties (必需)

AzureMLLinkedServiceTypeProperties

Name Description Value
apiKey 用于访问 Azure ML 模型终结点的 API 密钥。 SecretBase (必需)
身份验证 用于连接到 AzureML 的身份验证类型(需要指定 MSI)。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
mlEndpoint Azure ML Studio Web 服务终结点的批处理执行 REST URL。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
servicePrincipalId 用于针对 Azure ML Studio Web 服务的基于 ARM 的 updateResourceEndpoint 进行身份验证的服务主体的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalKey 用于针对 Azure ML Studio Web 服务的基于 ARM 的 updateResourceEndpoint 进行身份验证的服务主体的密钥。 SecretBase
租户 服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
updateResourceEndpoint Azure ML Studio Web 服务终结点的更新资源 REST URL。 类型:字符串(或带有 resultType 字符串的表达式)。 any

AzureMLServiceLinkedService

Name Description Value
类型 链接服务的类型。 “AzureMLService”(必需)
typeProperties Azure ML 服务链接服务属性。 AzureMLServiceLinkedServiceTypeProperties (必需)

AzureMLServiceLinkedServiceTypeProperties

Name Description Value
身份验证 用于连接到 AzureML 的身份验证类型(需要指定 MSI)。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
mlWorkspaceName Azure ML 服务工作区名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
resourceGroupName Azure ML 服务工作区资源组名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
servicePrincipalId 用于针对已发布 Azure ML 服务管道的终结点进行身份验证的服务主体的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalKey 用于针对已发布 Azure ML 服务管道的终结点进行身份验证的服务主体的密钥。 SecretBase
subscriptionId Azure ML 服务工作区订阅 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
租户 服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any

AzureMySqlLinkedService

Name Description Value
类型 链接服务的类型。 “AzureMySql”(必需)
typeProperties Azure MySQL 数据库链接服务属性。 AzureMySqlLinkedServiceTypeProperties (必需)

AzureMySqlLinkedServiceTypeProperties

Name Description Value
connectionString 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 任何(必填)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 连接字符串中密码的 Azure Key Vault 机密引用。 AzureKeyVaultSecretReference

AzurePostgreSqlLinkedService

Name Description Value
类型 链接服务的类型。 'AzurePostgreSql'(必需)
typeProperties Azure PostgreSQL 链接服务属性。 AzurePostgreSqlLinkedServiceTypeProperties (必需)

AzurePostgreSqlLinkedServiceTypeProperties

Name Description Value
azureCloudType 指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 any
commandTimeout 尝试执行命令之前等待的时间(以秒为单位),如果超过这个时间,将终止尝试并产生错误。 对于无穷大,设置为零。 类型:整数。 any
connectionString ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
凭据 包含身份验证信息的凭据引用。 CredentialReference
数据库 连接的数据库名称。 类型:字符串。 any
编码 获取或设置用于编码/解码 PostgreSQL 字符串数据的 .NET 编码格式。 类型:字符串 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 连接字符串中密码的 Azure Key Vault 机密引用。 AzureKeyVaultSecretReference
移植 连接的端口。 类型:整数。 any
readBufferSize 确定读取时内部缓冲区使用的大小。 如果从数据库传输大型值,则增加大小可能会提高性能。 类型:整数。 any
服务器 连接的服务器名称。 类型:字符串。 any
servicePrincipalCredentialType 在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalEmbeddedCert 指定在 Azure Active Directory 中注册的应用程序的 base64 编码证书。 类型:字符串(或带有 resultType 字符串的表达式)。 SecretBase
servicePrincipalEmbeddedCertPassword 如果证书具有密码,并且使用的是 AadServicePrincipal 身份验证,请指定证书的密码。 类型:字符串(或带有 resultType 字符串的表达式)。 SecretBase
servicePrincipalId 用于对 Azure Database for PostgreSQL 灵活服务器进行身份验证的服务主体的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalKey 用于对 Azure Database for PostgreSQL 灵活服务器进行身份验证的服务主体的密钥。 SecretBase
sslMode 用于连接的 SSL 模式。 类型:整数。 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full. 类型:整数。 any
租户 服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
timeout 等待的时间(以秒为单位),这是在尝试建立连接时,终止尝试并生成错误之前的时间。 类型:整数。 any
timezone 获取或设置会话时区。 类型:字符串。 any
trustServerCertificate 是否在不验证服务器证书的情况下信任该证书。 类型:布尔值。 any
用户名 身份验证的用户名。 类型:字符串。 any

AzureSearchLinkedService

Name Description Value
类型 链接服务的类型。 “AzureSearch”(必需)
typeProperties Windows Azure 搜索服务链接服务属性。 AzureSearchLinkedServiceTypeProperties (必需)

AzureSearchLinkedServiceTypeProperties

Name Description Value
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
关键值 Azure 搜索服务的管理密钥 SecretBase
url Azure 搜索服务的 URL。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)

AzureSqlDatabaseLinkedService

Name Description Value
类型 链接服务的类型。 'AzureSqlDatabase'(必需)
typeProperties Azure SQL 数据库链接服务属性。 AzureSqlDatabaseLinkedServiceTypeProperties (必需)

AzureSqlDatabaseLinkedServiceTypeProperties

Name Description Value
alwaysEncryptedSettings Sql 始终加密属性。 SqlAlwaysEncryptedProperties
applicationIntent 连接到服务器时的应用程序工作负荷类型,由建议的版本使用。 可能的值为 ReadOnly 和 ReadWrite。 类型:字符串(或带有 resultType 字符串的表达式)。 any
authenticationType 用于身份验证的类型。 类型:字符串。 'ServicePrincipal'
'SQL'
'SystemAssignedManagedIdentity'
'UserAssignedManagedIdentity'
azureCloudType 指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 any
commandTimeout 在终止尝试执行命令并生成错误之前(以秒为单位)的默认等待时间(以秒为单位),由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 any
connectionString 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
connectRetryCount 确定有空闲连接失败(由建议的版本使用)后尝试的重新连接数。 这必须是介于 0 和 255 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 any
connectRetryInterval 确定建议的版本使用空闲连接失败后,每个重新连接尝试之间的时间(以秒为单位)。 这必须是介于 1 和 60 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 any
connectTimeout 在终止尝试并生成由建议版本使用的错误之前,等待与服务器的连接的时间长度(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 any
凭据 包含身份验证信息的凭据引用。 CredentialReference
数据库 建议的版本使用的数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 any
加密 指示客户端和服务器之间发送的所有数据是否需要 TLS 加密(由建议的版本使用)。 可能的值为 true/yes/mandatory、false/no/optional 和 strict。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
failoverPartner 如果主服务器关闭(由建议的版本使用)连接到的伙伴服务器的名称或地址。 类型:字符串(或带有 resultType 字符串的表达式)。 any
hostNameInCertificate 验证连接的服务器证书时要使用的主机名。 如果未指定,则数据源中的服务器名称用于证书验证,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 any
integratedSecurity 指示是否在连接(如果为 false)中指定用户 ID 和密码,或者当前 Windows 帐户凭据是否用于身份验证(如果为 true),由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
loadBalanceTimeout 在被建议的版本使用之前,连接在连接池中生存的最短时间(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 any
maxPoolSize 此特定连接字符串的连接池中允许的最大连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 any
minPoolSize 此特定连接字符串的连接池中允许的最小连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 any
multipleActiveResultSets 如果为 true,应用程序可以维护多个活动结果集(MARS)。 如果为 false,应用程序必须处理或取消一个批处理中的所有结果集,然后才能在该连接上执行任何其他批处理(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
multiSubnetFailover 如果应用程序连接到不同子网上的 AlwaysOn 可用性组(AG),则设置 MultiSubnetFailover=true 可以更快地检测和连接到(当前)活动服务器(当前)活动服务器(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
packetSize 用于与服务器实例通信的网络数据包的大小(以字节为单位,由建议的版本使用)。 类型:整数(或包含 resultType 整数的表达式)。 any
密码 连接字符串中密码的 Azure Key Vault 机密引用。 AzureKeyVaultSecretReference
pooling 指示每次请求连接时,连接是共用的还是显式打开的,由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
服务器 要连接到的 SQL Server 实例的名称或网络地址,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalCredential Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalId 用于对 Azure SQL 数据库进行身份验证的服务主体的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalKey 用于对 Azure SQL 数据库进行身份验证的服务主体的密钥。 SecretBase
租户 服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
trustServerCertificate 指示通道是否在绕过证书链来验证推荐版本使用的信任时是否加密通道。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
userName 连接到服务器时要使用的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

AzureSqlDWLinkedService

Name Description Value
类型 链接服务的类型。 “AzureSqlDW”(必需)
typeProperties Azure SQL 数据仓库链接服务属性。 AzureSqlDWLinkedServiceTypeProperties (必需)

AzureSqlDWLinkedServiceTypeProperties

Name Description Value
applicationIntent 连接到服务器时的应用程序工作负荷类型,由建议的版本使用。 可能的值为 ReadOnly 和 ReadWrite。 类型:字符串(或带有 resultType 字符串的表达式)。 any
authenticationType 用于身份验证的类型。 类型:字符串。 'ServicePrincipal'
'SQL'
'SystemAssignedManagedIdentity'
'UserAssignedManagedIdentity'
azureCloudType 指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 any
commandTimeout 在终止尝试执行命令并生成错误之前(以秒为单位)的默认等待时间(以秒为单位),由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 any
connectionString 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
connectRetryCount 确定有空闲连接失败(由建议的版本使用)后尝试的重新连接数。 这必须是介于 0 和 255 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 any
connectRetryInterval 确定建议的版本使用空闲连接失败后,每个重新连接尝试之间的时间(以秒为单位)。 这必须是介于 1 和 60 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 any
connectTimeout 在终止尝试并生成由建议版本使用的错误之前,等待与服务器的连接的时间长度(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 any
凭据 包含身份验证信息的凭据引用。 CredentialReference
数据库 建议的版本使用的数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 any
加密 指示客户端和服务器之间发送的所有数据是否需要 TLS 加密(由建议的版本使用)。 可能的值为 true/yes/mandatory、false/no/optional 和 strict。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
failoverPartner 如果主服务器关闭(由建议的版本使用)连接到的伙伴服务器的名称或地址。 类型:字符串(或带有 resultType 字符串的表达式)。 any
hostNameInCertificate 验证连接的服务器证书时要使用的主机名。 如果未指定,则数据源中的服务器名称用于证书验证,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 any
integratedSecurity 指示是否在连接(如果为 false)中指定用户 ID 和密码,或者当前 Windows 帐户凭据是否用于身份验证(如果为 true),由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
loadBalanceTimeout 在被建议的版本使用之前,连接在连接池中生存的最短时间(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 any
maxPoolSize 此特定连接字符串的连接池中允许的最大连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 any
minPoolSize 此特定连接字符串的连接池中允许的最小连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 any
multipleActiveResultSets 如果为 true,应用程序可以维护多个活动结果集(MARS)。 如果为 false,应用程序必须处理或取消一个批处理中的所有结果集,然后才能在该连接上执行任何其他批处理(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
multiSubnetFailover 如果应用程序连接到不同子网上的 AlwaysOn 可用性组(AG),则设置 MultiSubnetFailover=true 可以更快地检测和连接到(当前)活动服务器(当前)活动服务器(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
packetSize 用于与服务器实例通信的网络数据包的大小(以字节为单位,由建议的版本使用)。 类型:整数(或包含 resultType 整数的表达式)。 any
密码 连接字符串中密码的 Azure Key Vault 机密引用。 AzureKeyVaultSecretReference
pooling 指示每次请求连接时,连接是共用的还是显式打开的,由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
服务器 要连接到的 SQL Server 实例的名称或网络地址,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalCredential Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalId 用于对 Azure SQL 数据仓库进行身份验证的服务主体的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalKey 用于对 Azure SQL 数据仓库进行身份验证的服务主体的密钥。 SecretBase
租户 服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
trustServerCertificate 指示通道是否在绕过证书链来验证推荐版本使用的信任时是否加密通道。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
userName 连接到服务器时要使用的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

AzureSqlMILinkedService

Name Description Value
类型 链接服务的类型。 “AzureSqlMI”(必需)
typeProperties Azure SQL 托管实例链接服务属性。 AzureSqlMILinkedServiceTypeProperties (必需)

AzureSqlMILinkedServiceTypeProperties

Name Description Value
alwaysEncryptedSettings Sql 始终加密属性。 SqlAlwaysEncryptedProperties
applicationIntent 连接到服务器时的应用程序工作负荷类型,由建议的版本使用。 可能的值为 ReadOnly 和 ReadWrite。 类型:字符串(或带有 resultType 字符串的表达式)。 any
authenticationType 用于身份验证的类型。 类型:字符串。 'ServicePrincipal'
'SQL'
'SystemAssignedManagedIdentity'
'UserAssignedManagedIdentity'
azureCloudType 指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 any
commandTimeout 在终止尝试执行命令并生成错误之前(以秒为单位)的默认等待时间(以秒为单位),由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 any
connectionString 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
connectRetryCount 确定有空闲连接失败(由建议的版本使用)后尝试的重新连接数。 这必须是介于 0 和 255 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 any
connectRetryInterval 确定建议的版本使用空闲连接失败后,每个重新连接尝试之间的时间(以秒为单位)。 这必须是介于 1 和 60 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 any
connectTimeout 在终止尝试并生成由建议版本使用的错误之前,等待与服务器的连接的时间长度(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 any
凭据 包含身份验证信息的凭据引用。 CredentialReference
数据库 建议的版本使用的数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 any
加密 指示客户端和服务器之间发送的所有数据是否需要 TLS 加密(由建议的版本使用)。 可能的值为 true/yes/mandatory、false/no/optional 和 strict。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
failoverPartner 如果主服务器关闭(由建议的版本使用)连接到的伙伴服务器的名称或地址。 类型:字符串(或带有 resultType 字符串的表达式)。 any
hostNameInCertificate 验证连接的服务器证书时要使用的主机名。 如果未指定,则数据源中的服务器名称用于证书验证,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 any
integratedSecurity 指示是否在连接(如果为 false)中指定用户 ID 和密码,或者当前 Windows 帐户凭据是否用于身份验证(如果为 true),由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
loadBalanceTimeout 在被建议的版本使用之前,连接在连接池中生存的最短时间(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 any
maxPoolSize 此特定连接字符串的连接池中允许的最大连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 any
minPoolSize 此特定连接字符串的连接池中允许的最小连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 any
multipleActiveResultSets 如果为 true,应用程序可以维护多个活动结果集(MARS)。 如果为 false,应用程序必须处理或取消一个批处理中的所有结果集,然后才能在该连接上执行任何其他批处理(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
multiSubnetFailover 如果应用程序连接到不同子网上的 AlwaysOn 可用性组(AG),则设置 MultiSubnetFailover=true 可以更快地检测和连接到(当前)活动服务器(当前)活动服务器(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
packetSize 用于与服务器实例通信的网络数据包的大小(以字节为单位,由建议的版本使用)。 类型:整数(或包含 resultType 整数的表达式)。 any
密码 连接字符串中密码的 Azure Key Vault 机密引用。 AzureKeyVaultSecretReference
pooling 指示每次请求连接时,连接是共用的还是显式打开的,由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
服务器 要连接到的 SQL Server 实例的名称或网络地址,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalCredential Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalId 用于对 Azure SQL 托管实例进行身份验证的服务主体的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalKey 用于对 Azure SQL 托管实例进行身份验证的服务主体的密钥。 SecretBase
租户 服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
trustServerCertificate 指示通道是否在绕过证书链来验证推荐版本使用的信任时是否加密通道。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
userName 连接到服务器时要使用的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

AzureStorageLinkedService

Name Description Value
类型 链接服务的类型。 'AzureStorage'(必需)
typeProperties Azure 存储链接服务属性。 AzureStorageLinkedServiceTypeProperties (必需)

AzureStorageLinkedServiceTypeProperties

Name Description Value
accountKey 连接字符串中 accountKey 的 Azure 密钥保管库机密引用。 AzureKeyVaultSecretReference
connectionString 连接字符串。 它与 sasUri 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
sasToken sasToken 的 Azure 密钥保管库机密引用在 sas uri 中。 AzureKeyVaultSecretReference
sasUri Azure 存储资源的 SAS URI。 它与 connectionString 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any

AzureSynapseArtifactsLinkedService

Name Description Value
类型 链接服务的类型。 “AzureSynapseArtifacts”(必需)
typeProperties Azure Synapse Analytics (Artifacts) 链接服务属性。 AzureSynapseArtifactsLinkedServiceTypeProperties (必需)

AzureSynapseArtifactsLinkedServiceTypeProperties

Name Description Value
身份验证 如果使用系统分配的托管标识作为身份验证方法,则需要指定 MSI。 类型:字符串(或带有 resultType 字符串的表达式)。 any
终结点 <https:// workspacename.dev.azuresynapse.net>、Azure Synapse Analytics 工作区 URL。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
workspaceResourceId Synapse 工作区的资源 ID。 格式应为:/subscriptions/{subscriptionID}/resourceGroups/{resourceGroup}/providers/Microsoft.Synapse/workspaces/{workspaceName}。 类型:字符串(或带有 resultType 字符串的表达式)。 any

AzureTableStorageLinkedService

Name Description Value
类型 链接服务的类型。 “AzureTableStorage”(必需)
typeProperties Azure 表存储链接服务属性。 AzureTableStorageLinkedServiceTypeProperties (必需)

AzureTableStorageLinkedServiceTypeProperties

Name Description Value
accountKey 连接字符串中 accountKey 的 Azure 密钥保管库机密引用。 AzureKeyVaultSecretReference
connectionString 连接字符串。 它与 sasUri 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
凭据 包含身份验证信息的凭据引用。 CredentialReference
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
sasToken sasToken 的 Azure 密钥保管库机密引用在 sas uri 中。 AzureKeyVaultSecretReference
sasUri Azure 存储资源的 SAS URI。 它与 connectionString 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
serviceEndpoint Azure 表存储资源的表服务终结点。 它与 connectionString、sasUri 属性互斥。 any

CassandraLinkedService

Name Description Value
类型 链接服务的类型。 'Cassandra'(必填)
typeProperties Cassandra 链接服务属性。 CassandraLinkedServiceTypeProperties (必需)

CassandraLinkedServiceTypeProperties

Name Description Value
authenticationType 要用于连接的 AuthenticationType。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 连接的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
密码 身份验证密码。 SecretBase
移植 连接的端口。 类型:整数(或包含 resultType 整数的表达式)。 any
用户名 身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

CommonDataServiceForAppsLinkedService

Name Description Value
类型 链接服务的类型。 “CommonDataServiceForApps”(必需)
typeProperties Common Data Service for Apps 链接服务属性。 CommonDataServiceForAppsLinkedServiceTypeProperties (必需)

CommonDataServiceForAppsLinkedServiceTypeProperties

Name Description Value
authenticationType 要连接到 Common Data Service for Apps 服务器的身份验证类型。 联机方案的“Office365”,对于本地使用 Ifd 方案,则为“Ifd”。 联机方案中用于 Server-To-Server 身份验证的“AADServicePrincipal”,适用于具有 IFD 的本地 Dynamics 的“Active Directory”。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
deploymentType Common Data Service for Apps 实例的部署类型。 Common Data Service for Apps Online 的“Online”和“OnPremisesWithIfd”,适用于本地具有 Ifd 的 Common Data Service for Apps。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
将验证用户凭据的 Active Directory 域。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
hostName 本地 Common Data Service for Apps 服务器的主机名。 属性是本地所必需的,不允许联机。 类型:字符串(或带有 resultType 字符串的表达式)。 any
organizationName Common Data Service for Apps 实例的组织名称。 当有多个与用户关联的 Common Data Service for Apps 实例时,本地需要此属性,并且需要联机属性。 类型:字符串(或带有 resultType 字符串的表达式)。 any
密码 用于访问 Common Data Service for Apps 实例的密码。 SecretBase
移植 本地 Common Data Service for Apps 服务器的端口。 属性是本地所必需的,不允许联机。 默认端口为 443。 类型:整数(或包含 resultType 整数的表达式),最小值:0。 any
servicePrincipalCredential Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalId Azure Active Directory 中用于服务器To-Server 身份验证的应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
serviceUri Microsoft Common Data Service for Apps 服务器的 URL。 该属性对于在线是必需的,不允许本地使用。 类型:字符串(或带有 resultType 字符串的表达式)。 any
用户名 用于访问 Common Data Service for Apps 实例的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

ConcurLinkedService

Name Description Value
类型 链接服务的类型。 “Concur”(必填)
typeProperties Concur Service 链接服务属性。 ConcurLinkedServiceTypeProperties (必需)

ConcurLinkedServiceTypeProperties

Name Description Value
clientId Concur 应用管理提供的应用程序client_id。 任何(必填)
connectionProperties 用于连接到 Concur 的属性。 它与链接服务中的其他任何属性互斥。 类型:对象。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 在“用户名”字段中提供的用户名所对应的密码。 SecretBase
useEncryptedEndpoints 指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 any
useHostVerification 指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 any
usePeerVerification 指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 any
用户名 用于访问 Concur 服务的用户名。 任何(必填)

CosmosDbLinkedService

Name Description Value
类型 链接服务的类型。 'CosmosDb'(必需)
typeProperties CosmosDB 链接服务属性。 CosmosDbLinkedServiceTypeProperties (必需)

CosmosDbLinkedServiceTypeProperties

Name Description Value
accountEndpoint Azure CosmosDB 帐户的终结点。 类型:字符串(或带有 resultType 字符串的表达式) any
accountKey Azure CosmosDB 帐户的帐户密钥。 类型:SecureString 或 AzureKeyVaultSecretReference。 SecretBase
azureCloudType 指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 any
connectionMode 用于访问 CosmosDB 帐户的连接模式。 类型:字符串。 'Direct'
'Gateway'
connectionString 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
凭据 包含身份验证信息的凭据引用。 CredentialReference
数据库 数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式) any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
servicePrincipalCredential Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串。 any
servicePrincipalId Azure Active Directory 中用于服务器To-Server 身份验证的应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
租户 服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any

CosmosDbMongoDbApiLinkedService

Name Description Value
类型 链接服务的类型。 “CosmosDbMongoDbApi”(必需)
typeProperties CosmosDB (MongoDB API) 链接服务属性。 CosmosDbMongoDbApiLinkedServiceTypeProperties (必需)

CosmosDbMongoDbApiLinkedServiceTypeProperties

Name Description Value
connectionString CosmosDB (MongoDB API) 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 任何(必填)
数据库 要访问的 CosmosDB (MongoDB API) 数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
isServerVersionAbove32 CosmosDB (MongoDB API) 服务器版本是否高于 3.2。 默认值为 false。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any

CouchbaseLinkedService

Name Description Value
类型 链接服务的类型。 'Couchbase'(必填)
typeProperties Couchbase 服务器链接服务属性。 CouchbaseLinkedServiceTypeProperties (必需)

CouchbaseLinkedServiceTypeProperties

Name Description Value
connectionString ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
credString 连接字符串中 credString 的 Azure Key Vault 机密引用。 AzureKeyVaultSecretReference
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串

CredentialReference

Name Description Value
referenceName 引用凭据名称。 字符串(必填)
类型 凭据引用类型。 'CredentialReference'(必需)

CustomDataSourceLinkedService

Name Description Value
类型 链接服务的类型。 “CustomDataSource”(必需)
typeProperties 自定义链接服务属性。 任何(必填)

DataworldLinkedService

Name Description Value
类型 链接服务的类型。 “Dataworld”(必需)
typeProperties Dataworld 链接服务属性。 DataworldLinkedServiceTypeProperties (必需)

DataworldLinkedServiceTypeProperties

Name Description Value
apiToken Dataworld 源的 API 令牌。 SecretBase (必需)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串

Db2LinkedService

Name Description Value
类型 链接服务的类型。 'Db2'(必需)
typeProperties DB2 链接服务属性。 Db2LinkedServiceTypeProperties (必需)

Db2LinkedServiceTypeProperties

Name Description Value
authenticationType 要用于连接的 AuthenticationType。 它与 connectionString 属性互斥。 'Basic'
certificateCommonName 启用 TLS 时证书公用名。 它与 connectionString 属性互斥。 类型:字符串(或带有 resultType 字符串的表达式)。 any
connectionString 连接字符串。 它与服务器、数据库、authenticationType、userName、packageCollection 和 certificateCommonName 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
数据库 连接的数据库名称。 它与 connectionString 属性互斥。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 它与 connectionString 属性互斥。 类型:字符串。 字符串
packageCollection 在查询数据库时创建包的位置下。 它与 connectionString 属性互斥。 类型:字符串(或带有 resultType 字符串的表达式)。 any
密码 身份验证密码。 SecretBase
服务器 连接的服务器名称。 它与 connectionString 属性互斥。 类型:字符串(或带有 resultType 字符串的表达式)。 any
用户名 身份验证的用户名。 它与 connectionString 属性互斥。 类型:字符串(或带有 resultType 字符串的表达式)。 any

DrillLinkedService

Name Description Value
类型 链接服务的类型。 “钻头”(必填)
typeProperties 钻取服务器链接服务属性。 DrillLinkedServiceTypeProperties (必需)

DrillLinkedServiceTypeProperties

Name Description Value
connectionString ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
pwd 连接字符串中密码的 Azure Key Vault 机密引用。 AzureKeyVaultSecretReference

DynamicsAXLinkedService

Name Description Value
类型 链接服务的类型。 “DynamicsAX”(必需)
typeProperties Dynamics AX 链接服务属性。 DynamicsAXLinkedServiceTypeProperties (必需)

DynamicsAXLinkedServiceTypeProperties

Name Description Value
aadResourceId 指定要请求授权的资源。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
servicePrincipalId 指定应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
servicePrincipalKey 指定应用程序的密钥。 将此字段标记为 SecureString 以安全地将其存储在数据工厂中,或引用存储在 Azure Key Vault 中的机密。 类型:字符串(或带有 resultType 字符串的表达式)。 SecretBase (必需)
租户 指定您的应用程序所属的租户信息(域名或租户 ID)。 将鼠标悬停在 Azure 门户右上角进行检索。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
url Dynamics AX(或 Dynamics 365 Finance and Operations)实例 OData 终结点。 任何(必填)

DynamicsCrmLinkedService

Name Description Value
类型 链接服务的类型。 'DynamicsCrm'(必需)
typeProperties Dynamics CRM 链接服务属性。 DynamicsCrmLinkedServiceTypeProperties (必需)

DynamicsCrmLinkedServiceTypeProperties

Name Description Value
authenticationType 要连接到 Dynamics CRM 服务器的身份验证类型。 联机方案的“Office365”、“Ifd”(适用于本地 Ifd 方案)的“AADServicePrincipal”,用于联机方案中的服务器To-Server 身份验证的“Active Directory”,适用于具有 IFD 的 Dynamics 本地的“Active Directory”。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
凭据 包含身份验证信息的凭据引用。 CredentialReference
deploymentType Dynamics CRM 实例的部署类型。 Dynamics CRM Online 的“Online”和“OnPremisesWithIfd”(适用于具有 Ifd 的本地 Dynamics CRM)。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
将验证用户凭据的 Active Directory 域。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
hostName 本地 Dynamics CRM 服务器的主机名。 属性是本地所必需的,不允许联机。 类型:字符串(或带有 resultType 字符串的表达式)。 any
organizationName Dynamics CRM 实例的组织名称。 当有多个与用户关联的 Dynamics CRM 实例时,本地属性是必需的,并且需要联机属性。 类型:字符串(或带有 resultType 字符串的表达式)。 any
密码 用于访问 Dynamics CRM 实例的密码。 SecretBase
移植 本地 Dynamics CRM 服务器的端口。 属性是本地所必需的,不允许联机。 默认端口为 443。 类型:整数(或包含 resultType 整数的表达式),最小值:0。 any
servicePrincipalCredential Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalId Azure Active Directory 中用于服务器To-Server 身份验证的应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
serviceUri Microsoft Dynamics CRM 服务器的 URL。 该属性对于在线是必需的,不允许本地使用。 类型:字符串(或带有 resultType 字符串的表达式)。 any
用户名 用于访问 Dynamics CRM 实例的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

DynamicsLinkedService

Name Description Value
类型 链接服务的类型。 'Dynamics'(必填)
typeProperties Dynamics 链接服务属性。 DynamicsLinkedServiceTypeProperties (必需)

DynamicsLinkedServiceTypeProperties

Name Description Value
authenticationType 要连接到 Dynamics 服务器的身份验证类型。 联机方案的“Office365”、“Ifd”(适用于本地 Ifd 方案)的“AADServicePrincipal”,用于联机方案中的服务器To-Server 身份验证的“Active Directory”,适用于具有 IFD 的 Dynamics 本地的“Active Directory”。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
凭据 包含身份验证信息的凭据引用。 CredentialReference
deploymentType Dynamics 实例的部署类型。 Dynamics Online 的“Online”和“OnPremisesWithIfd”(适用于具有 Ifd 的本地 Dynamics)。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
将验证用户凭据的 Active Directory 域。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
hostName 本地 Dynamics 服务器的主机名称。 属性是本地所必需的,不允许联机。 类型:字符串(或带有 resultType 字符串的表达式)。 any
organizationName Dynamics 实例的组织名称。 当有多个与用户关联的 Dynamics 实例时,本地需要此属性,并且对于联机是必需的。 类型:字符串(或带有 resultType 字符串的表达式)。 any
密码 用于访问 Dynamics 实例的密码。 SecretBase
移植 本地 Dynamics 服务器的端口。 属性是本地所必需的,不允许联机。 默认端口为 443。 类型:整数(或包含 resultType 整数的表达式),最小值:0。 any
servicePrincipalCredential Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalId Azure Active Directory 中用于服务器To-Server 身份验证的应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
serviceUri Microsoft Dynamics 服务器的 URL。 该属性对于在线是必需的,不允许本地使用。 类型:字符串(或带有 resultType 字符串的表达式)。 any
用户名 用于访问 Dynamics 实例的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

EloquaLinkedService

Name Description Value
类型 链接服务的类型。 'Eloqua'(必填)
typeProperties Eloqua 服务器链接服务属性。 EloquaLinkedServiceTypeProperties (必需)

EloquaLinkedServiceTypeProperties

Name Description Value
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
终结点 Eloqua 服务器的终结点。 (即 eloqua.example.com) 任何(必填)
密码 用户名所对应的密码。 SecretBase
useEncryptedEndpoints 指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 any
useHostVerification 指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 any
usePeerVerification 指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 any
用户名 Eloqua 帐户的网站名称和用户名,格式为:sitename/username。 (即埃洛夸/爱丽丝) 任何(必填)

FileServerLinkedService

Name Description Value
类型 链接服务的类型。 'FileServer'(必需)
typeProperties 文件系统链接服务属性。 FileServerLinkedServiceTypeProperties (必需)

FileServerLinkedServiceTypeProperties

Name Description Value
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 服务器的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
密码 用于登录服务器的密码。 SecretBase
userId 用于登录服务器的用户 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any

FtpServerLinkedService

Name Description Value
类型 链接服务的类型。 'FtpServer'(必需)
typeProperties 特定于此链接服务类型的属性。 FtpServerLinkedServiceTypeProperties (必需)

FtpServerLinkedServiceTypeProperties

Name Description Value
authenticationType 用于连接到 FTP 服务器的身份验证类型。 'Anonymous'
'Basic'
enableServerCertificateValidation 如果为 true,则通过 SSL/TLS 通道连接时验证 FTP 服务器 SSL 证书。 默认值为 true。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
enableSsl 如果为 true,请通过 SSL/TLS 通道连接到 FTP 服务器。 默认值为 true。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 FTP 服务器的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
密码 用于登录 FTP 服务器的密码。 SecretBase
移植 FTP 服务器用于侦听客户端连接的 TCP 端口号。 默认值为 21。 类型:整数(或包含 resultType 整数的表达式),最小值:0。 any
userName 用于登录 FTP 服务器的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

GoogleAdWordsLinkedService

Name Description Value
类型 链接服务的类型。 “GoogleAdWords”(必填)
typeProperties Google AdWords 服务链接服务属性。 GoogleAdWordsLinkedServiceTypeProperties (必需)

GoogleAdWordsLinkedServiceTypeProperties

Name Description Value
authenticationType 用于身份验证的 OAuth 2.0 身份验证机制。 ServiceAuthentication 只能在自承载 IR 上使用。 'ServiceAuthentication'
'UserAuthentication'
clientCustomerID 要为其提取报表数据的 AdWords 帐户的客户端客户 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
clientId 用于获取刷新令牌的 google 应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
clientSecret Google 应用程序的客户端机密,用户获取刷新令牌。 SecretBase
connectionProperties (已弃用)用于连接到 GoogleAds 的属性。 它与链接服务中的其他任何属性互斥。 类型:对象。 any
developerToken 与用于授予 AdWords API 访问权限的经理帐户关联的开发人员令牌。 SecretBase
电子邮件 用于 ServiceAuthentication 的服务帐户电子邮件 ID,只能在自承载 IR 上使用。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
googleAdsApiVersion Google Ads API 主版本(如 v14)。 可在 https://developers.google.com/google-ads/api/docs/release-notes中找到支持的主要版本。 类型:字符串(或带有 resultType 字符串的表达式)。 any
keyFilePath (已弃用)用于对服务帐户电子邮件地址进行身份验证的 .p12 密钥文件的完整路径,只能在自承载 IR 上使用。 类型:字符串(或带有 resultType 字符串的表达式)。 any
loginCustomerID 要通过该帐户提取特定客户的报表数据的 Google Ads Manager 帐户的客户 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
privateKey 用于对服务帐户电子邮件地址进行身份验证的私钥,只能在自承载 IR 上使用。 SecretBase
refreshToken 从 Google 获取的刷新令牌,用于授权访问 AdWords for UserAuthentication。 SecretBase
supportLegacyDataTypes 指定是否使用旧数据类型映射,这些映射将 float、int32 和 int64 从 Google 映射到字符串。 除非要保持与旧驱动程序数据类型映射的向后兼容性,否则不要将其设置为 true。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
trustedCertPath (已弃用)包含受信任的 CA 证书的 .pem 文件的完整路径,用于通过 SSL 连接时验证服务器。 只能在自承载 IR 上使用 SSL 时设置此属性。 默认值是随 IR 一起安装的 cacerts.pem 文件。 类型:字符串(或带有 resultType 字符串的表达式)。 any
useSystemTrustStore (已弃用)指定是使用系统信任存储中的 CA 证书还是从指定的 PEM 文件使用 CA 证书。 默认值为 false。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any

GoogleBigQueryLinkedService

Name Description Value
类型 链接服务的类型。 “GoogleBigQuery”(必填)
typeProperties Google BigQuery 服务链接服务属性。 GoogleBigQueryLinkedServiceTypeProperties (必需)

GoogleBigQueryLinkedServiceTypeProperties

Name Description Value
additionalProjects 要访问的公共 BigQuery 项目的逗号分隔列表。 类型:字符串(或带有 resultType 字符串的表达式)。 any
authenticationType 用于身份验证的 OAuth 2.0 身份验证机制。 ServiceAuthentication 只能在自承载 IR 上使用。 'ServiceAuthentication'
“UserAuthentication”(必需)
clientId 用于获取刷新令牌的 google 应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
clientSecret Google 应用程序的客户端机密,用户获取刷新令牌。 SecretBase
电子邮件 用于 ServiceAuthentication 的服务帐户电子邮件 ID,只能在自承载 IR 上使用。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
keyFilePath 用于对服务帐户电子邮件地址进行身份验证的 .p12 密钥文件的完整路径,只能在自承载 IR 上使用。 类型:字符串(或带有 resultType 字符串的表达式)。 any
项目 要查询的默认 BigQuery 项目。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
refreshToken 从 Google 获取的刷新令牌,用于授权访问 BigQuery for UserAuthentication。 SecretBase
requestGoogleDriveScope 是否要请求访问 Google Drive。 允许 Google Drive 访问可支持将 BigQuery 数据与 Google Drive 中的数据组合的联合表。 默认值为 false。 类型:字符串(或带有 resultType 字符串的表达式)。 any
trustedCertPath 包含受信任的 CA 证书的 .pem 文件的完整路径,用于通过 SSL 连接时验证服务器。 只能在自承载 IR 上使用 SSL 时设置此属性。 默认值是随 IR 一起安装的 cacerts.pem 文件。 类型:字符串(或带有 resultType 字符串的表达式)。 any
useSystemTrustStore 指定是使用系统信任存储中的 CA 证书还是使用指定 PEM 文件中的 CA 证书。 默认值为 false。类型:布尔值(或带有 resultType 布尔值的表达式)。 any

GoogleBigQueryV2LinkedService

Name Description Value
类型 链接服务的类型。 'GoogleBigQueryV2'(必填)
typeProperties Google BigQuery 服务链接服务属性。 GoogleBigQueryV2LinkedServiceTypeProperties (必需)

GoogleBigQueryV2LinkedServiceTypeProperties

Name Description Value
authenticationType 用于身份验证的 OAuth 2.0 身份验证机制。 'ServiceAuthentication'
“UserAuthentication”(必需)
clientId 用于获取刷新令牌的 google 应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
clientSecret Google 应用程序的客户端机密,用户获取刷新令牌。 SecretBase
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
keyFileContent 用于对服务帐户进行身份验证的 .json 密钥文件的内容。 类型:字符串(或带有 resultType 字符串的表达式)。 SecretBase
projectId 要查询的默认 BigQuery 项目 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
refreshToken 从 Google 获取的刷新令牌,用于授权访问 BigQuery for UserAuthentication。 SecretBase

GoogleCloudStorageLinkedService

Name Description Value
类型 链接服务的类型。 “GoogleCloudStorage”(必填)
typeProperties Google Cloud Storage 链接服务属性。 GoogleCloudStorageLinkedServiceTypeProperties (必填)

GoogleCloudStorageLinkedServiceTypeProperties

Name Description Value
accessKeyId Google Cloud Storage Identity and Access Management (IAM) 用户的访问密钥标识符。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
secretAccessKey Google Cloud Storage Identity and Access Management (IAM) 用户的机密访问密钥。 SecretBase
serviceUrl 此值指定要使用 Google Cloud Storage Connector 访问的终结点。 这是一个可选属性;仅当想要尝试其他服务终结点或想要在 https 和 http 之间切换时更改它。 类型:字符串(或带有 resultType 字符串的表达式)。 any

GoogleSheetsLinkedService

Name Description Value
类型 链接服务的类型。 “Google表格”(必填)
typeProperties GoogleSheets 链接服务属性。 GoogleSheetsLinkedServiceTypeProperties (必填)

GoogleSheetsLinkedServiceTypeProperties

Name Description Value
apiToken GoogleSheets 源的 API 令牌。 SecretBase (必需)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串

GreenplumLinkedService

Name Description Value
类型 链接服务的类型。 'Greenplum'(必填)
typeProperties Greenplum 数据库链接服务属性。 GreenplumLinkedServiceTypeProperties (必填)

GreenplumLinkedServiceTypeProperties

Name Description Value
authenticationType 要使用的认证类型。 类型:字符串。 仅用于 V2。 'Basic'
commandTimeout 尝试执行命令之前等待的时间(以秒为单位),如果超过这个时间,将终止尝试并产生错误。 对于无穷大,设置为零。 类型:整数。 仅用于 V2。 any
connectionString ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
connectionTimeout 等待的时间(以秒为单位),这是在尝试建立连接时,终止尝试并生成错误之前的时间。 类型:整数。 仅用于 V2。 any
数据库 连接的数据库名称。 类型:字符串。 仅用于 V2。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 连接的主机名。 类型:字符串。 仅用于 V2。 any
移植 连接的端口。 类型:整数。 仅用于 V2。 any
pwd 连接字符串中密码的 Azure Key Vault 机密引用。 AzureKeyVaultSecretReference
sslMode 用于连接的 SSL 模式。 类型:整数。 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full. 类型:整数。 仅用于 V2。 any
用户名 身份验证的用户名。 类型:字符串。 仅用于 V2。 any

HBaseLinkedService

Name Description Value
类型 链接服务的类型。 'HBase'(必需)
typeProperties HBase 服务器链接服务属性。 HBaseLinkedServiceTypeProperties (必需)

HBaseLinkedServiceTypeProperties

Name Description Value
allowHostNameCNMismatch 指定是否要求 CA 颁发的 SSL 证书名称与通过 SSL 连接时服务器的主机名匹配。 默认值为 false。 any
allowSelfSignedServerCert 指定是否允许来自服务器的自签名证书。 默认值为 false。 any
authenticationType 用于连接到 HBase 服务器的身份验证机制。 'Anonymous'
“基本”(必填)
enableSsl 指定是否使用 SSL 加密与服务器的连接。 默认值为 false。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 HBase 服务器的 IP 地址或主机名。 (即 192.168.222.160) 任何(必填)
httpPath 对应于 HBase 服务器的部分 URL。 (即 /gateway/sandbox/hbase/version) any
密码 用户名所对应的密码。 SecretBase
移植 HBase 实例用来侦听客户端连接的 TCP 端口。 默认值为 9090。 any
trustedCertPath 包含受信任的 CA 证书的 .pem 文件的完整路径,用于通过 SSL 连接时验证服务器。 只能在自承载 IR 上使用 SSL 时设置此属性。 默认值是随 IR 一起安装的 cacerts.pem 文件。 any
用户名 用于连接到 HBase 实例的用户名。 any

HdfsLinkedService

Name Description Value
类型 链接服务的类型。 'Hdfs'(必需)
typeProperties HDFS 链接服务属性。 HdfsLinkedServiceTypeProperties (必需)

HdfsLinkedServiceTypeProperties

Name Description Value
authenticationType 用于连接到 HDFS 的身份验证类型。 可能的值为:Anonymous 和 Windows。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 Windows 身份验证的密码。 SecretBase
url HDFS 服务终结点的 URL,例如 http://myhostname:50070/webhdfs/v1。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
userName Windows 身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

HDInsightLinkedService

Name Description Value
类型 链接服务的类型。 “HDInsight”(必需)
typeProperties HDInsight 链接服务属性。 HDInsightLinkedServiceTypeProperties (必需)

HDInsightLinkedServiceTypeProperties

Name Description Value
clusterAuthType HDInsight 群集身份验证类型。 “BasicAuth”
'SystemAssignedManagedIdentity'
'UserAssignedManagedIdentity'
clusterUri HDInsight 群集 URI。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
凭据 包含 HDInsight 群集的 MI 身份验证信息的凭据引用。 CredentialReference
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
fileSystem 如果 HDInsight 的主存储为 ADLS Gen2,请指定 FileSystem。 类型:字符串(或带有 resultType 字符串的表达式)。 any
hcatalogLinkedServiceName 指向 HCatalog 数据库的 Azure SQL 链接服务的引用。 LinkedServiceReference
isEspEnabled 指定是否使用 ESP 创建 HDInsight(企业安全包)。 类型:布尔值。 any
linkedServiceName Azure 存储链接服务引用。 LinkedServiceReference
密码 HDInsight 群集密码。 SecretBase
userName HDInsight 群集用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

HDInsightOnDemandLinkedService

Name Description Value
类型 链接服务的类型。 “HDInsightOnDemand”(必需)
typeProperties HDInsight ondemand 链接服务属性。 HDInsightOnDemandLinkedServiceTypeProperties (必需)

HDInsightOnDemandLinkedServiceTypeProperties

Name Description Value
additionalLinkedServiceNames 为 HDInsight 链接服务指定其他存储帐户,以便数据工厂服务可以代表你注册它们。 LinkedServiceReference[]
clusterNamePrefix 群集名称的前缀,后缀将不同于时间戳。 类型:字符串(或带有 resultType 字符串的表达式)。 any
clusterPassword 用于访问群集的密码。 SecretBase
clusterResourceGroup 群集所属的资源组。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
clusterResourceGroupAuthType HDInsight 按需群集资源组身份验证类型。 'ServicePrincipalKey'
'SystemAssignedManagedIdentity'
'UserAssignedManagedIdentity'
clusterSize 群集中辅助进程/数据节点的数量。 建议值:4。 类型:int(或包含 resultType int 的表达式)。 任何(必填)
clusterSshPassword SSH 远程连接群集节点(适用于 Linux)的密码。 SecretBase
clusterSshUserName SSH 的用户名远程连接到群集的节点(适用于 Linux)。 类型:字符串(或带有 resultType 字符串的表达式)。 any
clusterType 群集类型。 类型:字符串(或带有 resultType 字符串的表达式)。 any
clusterUserName 用于访问群集的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any
coreConfiguration 为待创建的 HDInsight 群集指定核心配置参数(如在 core-site.xml 中)。 any
凭据 包含身份验证信息的凭据引用。 CredentialReference
dataNodeSize 指定 HDInsight 群集的数据节点的大小。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
hBaseConfiguration 为 HDInsight 群集指定 HBase 配置参数 (hbase-site.xml)。 any
hcatalogLinkedServiceName 指向 HCatalog 数据库的 Azure SQL 链接服务的名称。 将 Azure SQL 数据库用作元存储以创建按需 HDInsight 群集。 LinkedServiceReference
hdfsConfiguration 为 HDInsight 群集指定 HDFS 配置参数 (hdfs-site.xml)。 any
headNodeSize 指定 HDInsight 群集的头节点的大小。 any
hiveConfiguration 为 HDInsight 群集指定 hive 配置参数 (hive-site.xml)。 any
hostSubscriptionId 用于托管群集的客户订阅。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
linkedServiceName 由按需群集用于存储和处理数据的 Azure 存储链接服务。 LinkedServiceReference (必填)
mapReduceConfiguration 为 HDInsight 群集指定 MapReduce 配置参数 (mapred-site.xml)。 any
oozieConfiguration 为 HDInsight 群集指定 Oozie 配置参数 (oozie-site.xml)。 any
scriptActions 自定义脚本操作,在 HDI ondemand 群集上运行一旦启动。 请参阅 /azure/hdinsight/hdinsight-hadoop-customize-cluster-linux?toc=%2Fen-us%2Fazure%2Fhdinsight%2Fr-server%2FTOC.json&bc=%2Fen-us%2Fazure%2Fbread%2Ftoc.json#understanding-script-actions。 ScriptAction[]
servicePrincipalId hostSubscriptionId 的服务主体 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalKey 服务主体 ID 的密钥。 SecretBase
sparkVersion 如果群集类型为“spark”,则为 spark 的版本。 类型:字符串(或带有 resultType 字符串的表达式)。 any
stormConfiguration 为 HDInsight 群集指定 Storm 配置参数 (storm-site.xml)。 any
subnetName vNet 中子网的 ARM 资源 ID。 如果指定了 virtualNetworkId,则需要此属性。 类型:字符串(或带有 resultType 字符串的表达式)。 any
租户 服务主体所属的租户 ID/名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
timeToLive 按需 HDInsight 群集允许的空闲时间。 指定当活动运行完成后,如果群集中没有其他的活动作业,按需 HDInsight 群集保持活动状态的时间。 最小值为 5 分钟。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
版本 HDInsight 群集的版本。  类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
virtualNetworkId 创建群集后应加入的 vNet 的 ARM 资源 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
yarnConfiguration 为 HDInsight 群集指定 Yarn 配置参数 (yarn-site.xml)。 any
zookeeperNodeSize 指定 HDInsight 群集的 Zoo Keeper 节点的大小。 any

HiveLinkedService

Name Description Value
类型 链接服务的类型。 'Hive'(必填)
typeProperties Hive Server 链接服务属性。 HiveLinkedServiceTypeProperties( 必需)

HiveLinkedServiceTypeProperties

Name Description Value
allowHostNameCNMismatch 指定是否要求 CA 颁发的 SSL 证书名称与通过 SSL 连接时服务器的主机名匹配。 默认值为 false。 any
allowSelfSignedServerCert 指定是否允许来自服务器的自签名证书。 默认值为 false。 any
authenticationType 用于访问 Hive 服务器的身份验证方法。 'Anonymous'
'Username'
'UsernameAndPassword'
“WindowsAzureHDInsightService”(必需)
enableServerCertificateValidation 指定与服务器的连接是否会验证服务器证书,默认值为 True。 仅适用于版本 2.0 any
enableSsl 指定是否使用 SSL 加密与服务器的连接。 默认值为 false。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 Hive 服务器的 IP 地址或主机名,由多个主机的“;”分隔(仅当 serviceDiscoveryMode 启用时)。 任何(必填)
httpPath 对应于 Hive 服务器的部分 URL。 any
密码 与你在“用户名”字段中提供的用户名对应的密码 SecretBase
移植 Hive 服务器用来侦听客户端连接的 TCP 端口。 any
serverType Hive 服务器的类型。 'HiveServer1'
'HiveServer2'
'HiveThriftServer'
serviceDiscoveryMode true 指示使用 ZooKeeper 服务,false 指示不使用。 any
thriftTransportProtocol Thrift 层中要使用的传输协议。 'Binary'
“HTTP”的
'SASL'
trustedCertPath 包含受信任的 CA 证书的 .pem 文件的完整路径,用于通过 SSL 连接时验证服务器。 只能在自承载 IR 上使用 SSL 时设置此属性。 默认值是随 IR 一起安装的 cacerts.pem 文件。 any
useNativeQuery 指定驱动程序是使用本机 HiveQL 查询,还是将它们转换为 HiveQL 中的等效形式。 any
用户名 用于访问 Hive 服务器的用户名。 any
useSystemTrustStore 指定是使用系统信任存储中的 CA 证书还是使用指定 PEM 文件中的 CA 证书。 默认值为 false。 any
zooKeeperNameSpace ZooKeeper 上要将 Hive Server 2 节点添加到其下的命名空间。 any

HttpLinkedService

Name Description Value
类型 链接服务的类型。 'HttpServer'(必需)
typeProperties 特定于此链接服务类型的属性。 HttpLinkedServiceTypeProperties (必需)

HttpLinkedServiceTypeProperties

Name Description Value
authenticationType 用于连接到 HTTP 服务器的身份验证类型。 'Anonymous'
'Basic'
'ClientCertificate'
'Digest'
'Windows'
authHeaders 请求中用于授权的 RESTful API 中的其他 HTTP 标头。 类型:键值对(值应为字符串类型)。 any
certThumbprint ClientCertificate 身份验证的证书指纹。 仅适用于本地复制。 对于使用 ClientCertificate 身份验证的本地复制,应指定 CertThumbprint 或 EmbeddedCertData/Password。 类型:字符串(或带有 resultType 字符串的表达式)。 any
embeddedCertData 用于 ClientCertificate 身份验证的 Base64 编码证书数据。 对于使用 ClientCertificate 身份验证的本地复制,应指定 CertThumbprint 或 EmbeddedCertData/Password。 类型:字符串(或带有 resultType 字符串的表达式)。 any
enableServerCertificateValidation 如果为 true,请验证 HTTPS 服务器 SSL 证书。 默认值为 true。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 使用 EmbeddedCertData 身份验证进行基本、摘要、Windows 或 ClientCertificate 的密码。 SecretBase
url HTTP 终结点的基 URL,例如 https://www.microsoft.com。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
userName 基本、摘要或 Windows 身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

HubspotLinkedService

Name Description Value
类型 链接服务的类型。 “Hubspot”(必填)
typeProperties Hubspot Service 链接服务属性。 HubspotLinkedServiceTypeProperties (必需)

HubspotLinkedServiceTypeProperties

Name Description Value
accessToken 最初进行 OAuth 集成身份验证时获得的访问令牌。 SecretBase
clientId 与 Hubspot 应用程序关联的客户端 ID。 任何(必填)
clientSecret 与 Hubspot 应用程序关联的客户端密码。 SecretBase
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
refreshToken 最初进行 OAuth 集成身份验证时获得的刷新令牌。 SecretBase
useEncryptedEndpoints 指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 any
useHostVerification 指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 any
usePeerVerification 指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 any

ImpalaLinkedService

Name Description Value
类型 链接服务的类型。 “Impala”(必填)
typeProperties Impala 服务器链接服务属性。 ImpalaLinkedServiceTypeProperties (必需)

ImpalaLinkedServiceTypeProperties

Name Description Value
allowHostNameCNMismatch 指定是否要求 CA 颁发的 SSL 证书名称与通过 SSL 连接时服务器的主机名匹配。 默认值为 false。 any
allowSelfSignedServerCert 指定是否允许来自服务器的自签名证书。 默认值为 false。 any
authenticationType 要使用的认证类型。 'Anonymous'
'SASLUsername'
'UsernameAndPassword'(必填)
enableServerCertificateValidation 指定在连接时是否启用服务器 SSL 证书验证。始终使用系统信任存储(仅适用于 V2)。 默认值为真。 any
enableSsl 指定是否使用 SSL 加密与服务器的连接。 默认值为 false。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 Impala 服务器的 IP 地址或主机名。 (即 192.168.222.160) 任何(必填)
密码 使用 UsernameAndPassword 时,与用户名对应的密码。 SecretBase
移植 Impala 服务器用来侦听客户端连接的 TCP 端口。 默认值为 21050。 any
thriftTransportProtocol 要在 Thrift 层中使用的传输协议(仅适用于 V2)。 默认值为 Binary。 'Binary'
'HTTP'
trustedCertPath 包含受信任的 CA 证书的 .pem 文件的完整路径,用于通过 SSL 连接时验证服务器。 只能在自承载 IR 上使用 SSL 时设置此属性。 默认值是随 IR 一起安装的 cacerts.pem 文件。 any
用户名 用于访问 Impala 服务器的用户名。 使用 SASLUsername 时,默认值为匿名。 any
useSystemTrustStore 指定是使用系统信任存储中的 CA 证书还是使用指定 PEM 文件中的 CA 证书。 默认值为 false。 any

InformixLinkedService

Name Description Value
类型 链接服务的类型。 'Informix'(必填)
typeProperties Informix 链接服务属性。 InformixLinkedServiceTypeProperties (必需)

InformixLinkedServiceTypeProperties

Name Description Value
authenticationType 用于作为 ODBC 数据存储连接到 Informix 的身份验证类型。 可能的值为:Anonymous 和 Basic。 类型:字符串(或带有 resultType 字符串的表达式)。 any
connectionString 连接字符串的非访问凭据部分以及可选的加密凭据。 类型:string、SecureString、AzureKeyVaultSecretReference 或 Expression 和 resultType 字符串。 任何(必填)
凭据 连接字符串的访问凭据部分,采用特定于驱动程序的属性值格式指定。 SecretBase
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 基本身份验证的密码。 SecretBase
userName 基本身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

IntegrationRuntimeReference

Name Description Value
parameters 集成运行时的参数。 ParameterValueSpecification
referenceName 引用集成运行时名称。 字符串(必填)
类型 集成运行时的类型。 'IntegrationRuntimeReference'(必需)

JiraLinkedService

Name Description Value
类型 链接服务的类型。 “Jira”(必填)
typeProperties Jira 服务链接服务属性。 JiraLinkedServiceTypeProperties (必需)

JiraLinkedServiceTypeProperties

Name Description Value
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 Jira 服务的 IP 地址或主机名。 (例如 jira.example.com) 任何(必填)
密码 在“用户名”字段中提供的用户名所对应的密码。 SecretBase
移植 Jira 服务器用来侦听客户端连接的 TCP 端口。 默认值为 443(如果通过 HTTPS 进行连接)或 8080(如果通过 HTTP 进行连接)。 any
useEncryptedEndpoints 指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 any
useHostVerification 指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 any
usePeerVerification 指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 any
用户名 用于访问 Jira 服务的用户名。 任何(必填)

LakeHouseLinkedService

Name Description Value
类型 链接服务的类型。 “Lakehouse”(必需)
typeProperties Microsoft Fabric Lakehouse 链接服务属性。 LakeHouseLinkedServiceTypeProperties (必需)

LakeHouseLinkedServiceTypeProperties

Name Description Value
artifactId Microsoft Fabric Lakehouse 项目的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
authenticationType 要使用的认证类型。 'ServicePrincipal'
'SystemAssignedManagedIdentity'
'UserAssignedManagedIdentity'
凭据 包含身份验证信息的凭据引用。 CredentialReference
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
servicePrincipalCredential Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalId 用于对 Microsoft Fabric Lakehouse 进行身份验证的应用程序的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalKey 用于对 Microsoft Fabric Lakehouse 进行身份验证的应用程序密钥。 SecretBase
租户 服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
workspaceId Microsoft Fabric 工作区的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any

LinkedService

Name Description Value
annotations 可用于描述链接服务的标记列表。 any[]
connectVia 集成运行时参考。 IntegrationRuntimeReference
description 链接服务说明。 字符串
parameters 链接服务的参数。 ParameterDefinitionSpecification
类型 AmazonMWSLinkedService 类型设置为“AmazonMWS”。 对于 AmazonRdsForOracleLinkedService 类型,设置为“AmazonRdsForOracle”。 对于 AmazonRdsForSqlServerLinkedService 类型,设置为“AmazonRdsForSqlServer”。 将类型 AmazonRedshiftLinkedService 设置为“AmazonRedshift”。 将 AmazonS3LinkedService 类型设置为“AmazonS3”。 将 AmazonS3CompatibleLinkedService 类型设置为“AmazonS3Compatible”。 将类型 AppFiguresLinkedService 设置为“AppFigures”。 将 类型 AsanaLinkedService 设置为“Asana”。 对于类型 AzureBatchLinkedService,设置为“AzureBatch”。 将类型 AzureBlobFSLinkedService 设置为“AzureBlobFS”。 对于 AzureBlobStorageLinkedService 类型,设置为“AzureBlobStorage”。 对于类型 AzureDataExplorerLinkedService,设置为“AzureDataExplorer”。 对于类型 AzureDataLakeAnalyticsLinkedService,设置为“AzureDataLakeAnalytics”。 对于类型 AzureDataLakeStoreLinkedService,设置为“AzureDataLakeStore”。 将类型 AzureDatabricksLinkedService 设置为“AzureDatabricks”。 对于类型 AzureDatabricksDeltaLakeLinkedService,设置为“AzureDatabricksDeltaLake”。 对于类型 AzureFileStorageLinkedService,设置为“AzureFileStorage”。 对于类型 AzureFunctionLinkedService,设置为“AzureFunction”。 对于类型 AzureKeyVaultLinkedService,设置为“AzureKeyVault”。 将 AzureMLLinkedService 类型设置为“AzureML”。 对于类型 AzureMLServiceLinkedService,设置为“AzureMLService”。 将类型 AzureMariaDBLinkedService 设置为“AzureMariaDB”。 将类型 AzureMySqlLinkedService 设置为“AzureMySql”。 将类型 AzurePostgreSqlLinkedService 设置为“AzurePostgreSql”。 将类型 AzureSearchLinkedService 设置为“AzureSearch”。 对于类型 AzureSqlDWLinkedService,设置为“AzureSqlDW”。 将类型 AzureSqlDatabaseLinkedService 设置为“AzureSqlDatabase”。 对于类型 AzureSqlMILinkedService,设置为“AzureSqlMI”。 将类型 AzureStorageLinkedService 设置为“AzureStorage”。 对于类型 AzureSynapseArtifactsLinkedService,设置为“AzureSynapseArtifacts”。 将类型 AzureTableStorageLinkedService 设置为“AzureTableStorage”。 将类型 CassandraLinkedService 设置为“Cassandra”。 对于 类型 CommonDataServiceForAppsLinkedService,设置为“CommonDataServiceForApps”。 将类型 ConcurLinkedService 设置为“Concur”。 将类型 CosmosDbLinkedService 设置为“CosmosDb”。 对于类型 CosmosDbMongoDbApiLinkedService,设置为“CosmosDbMongoDbApi”。 将 CouchbaseLinkedService 类型设置为“Couchbase”。 对于 类型 CustomDataSourceLinkedService,设置为“CustomDataSource”。 将类型 DataworldLinkedService 设置为“Dataworld”。 对于 类型 Db2LinkedService,请设置为 'Db2'。 将类型 DrillLinkedService 设置为“Drill”。 将类型 DynamicsLinkedService 设置为“Dynamics”。 对于 类型 DynamicsAXLinkedService,设置为“DynamicsAX”。 对于 类型 DynamicsCrmLinkedService,设置为“DynamicsCrm”。 将类型 EloquaLinkedService 设置为“Eloqua”。 将类型 FileServerLinkedService 设置为“FileServer”。 对于类型 FtpServerLinkedService,设置为“FtpServer”。 将类型 GoogleAdWordsLinkedService 设置为“GoogleAdWords”。 将 GoogleBigQueryLinkedService 类型设置为“GoogleBigQuery”。 对于类型 GoogleBigQueryV2LinkedService,设置为“GoogleBigQueryV2”。 将 GoogleCloudStorageLinkedService 类型设置为“GoogleCloudStorage”。 将 GoogleSheetsLinkedService 类型设置为“GoogleSheets”。 将 类型 GreenplumLinkedService 设置为 'Greenplum'。 将 HBaseLinkedService 类型设置为“HBase”。 将类型 HDInsightLinkedService 设置为“HDInsight”。 将类型 HDInsightOnDemandLinkedService 设置为“HDInsightOnDemand”。 将类型 HdfsLinkedService 设置为“Hdfs”。 将类型 HiveLinkedService 设置为“Hive”。 将类型 HttpLinkedService 设置为“HttpServer”。 将类型 HubspotLinkedService 设置为“Hubspot”。 将类型 ImpalaLinkedService 设置为“Impala”。 将 类型 InformixLinkedService 设置为“Informix”。 将类型 JiraLinkedService 设置为“Jira”。 将类型 LakeHouseLinkedService 设置为“Lakehouse”。 将类型 MagentoLinkedService 设置为“Magento”。 将类型 MariaDBLinkedService 设置为“MariaDB”。 将类型设置为“Marketo” MarketoLinkedService。 将类型 MicrosoftAccessLinkedService 设置为“MicrosoftAccess”。 将类型 MongoDbLinkedService 设置为“MongoDb”。 对于 类型 MongoDbAtlasLinkedService,设置为“MongoDbAtlas”。 对于 类型 MongoDbV2LinkedService,设置为“MongoDbV2”。 将 MySqlLinkedService 类型设置为“MySql”。 将类型 NetezzaLinkedService 设置为“Netezza”。 将类型 ODataLinkedService 设置为“OData”。 对于 类型 OdbcLinkedService,设置为“Odbc”。 将 Office365LinkedService 类型设置为“Office365”。 将类型 OracleLinkedService 设置为“Oracle”。 将类型 OracleCloudStorageLinkedService 设置为“OracleCloudStorage”。 将类型 OracleServiceCloudLinkedService 设置为“OracleServiceCloud”。 将类型 PaypalLinkedService 设置为“PayPal”。 将类型 PhoenixLinkedService 设置为“Phoenix”。 将 PostgreSqlLinkedService 类型设置为“PostgreSql”。 将类型 PostgreSqlV2LinkedService 设置为“PostgreSqlV2”。 将类型 PrestoLinkedService 设置为“Presto”。 将 QuickBooksLinkedService 类型设置为“QuickBooks”。 将类型 QuickbaseLinkedService 设置为“Quickbase”。 将类型 ResponsysLinkedService 设置为“Responsys”。 将类型 RestServiceLinkedService 设置为“RestService”。 将类型 SalesforceLinkedService 设置为“Salesforce”。 将类型 SalesforceMarketingCloudLinkedService 设置为“SalesforceMarketingCloud”。 对于 类型 SalesforceServiceCloudLinkedService,设置为“SalesforceServiceCloud”。 对于 类型 SalesforceServiceCloudV2LinkedService,设置为“SalesforceServiceCloudV2”。 将类型 SalesforceV2LinkedService 设置为“SalesforceV2”。 将类型 SapBWLinkedService 设置为“SapBW”。 将类型 SapCloudForCustomerLinkedService 设置为“SapCloudForCustomer”。 对于 类型 SapEccLinkedService,设置为“SapEcc”。 将类型 SapHanaLinkedService 设置为“SapHana”。 将类型 SapOdpLinkedService 设置为“SapOdp”。 将类型 SapOpenHubLinkedService 设置为“SapOpenHub”。 将类型 SapTableLinkedService 设置为“SapTable”。 将类型 ServiceNowLinkedService 设置为“ServiceNow”。 对于类型 ServiceNowV2LinkedService,设置为“ServiceNowV2”。 将类型 SftpServerLinkedService 设置为“Sftp”。 将类型 SharePointOnlineListLinkedService 设置为“SharePointOnlineList”。 将 Shopify LinkedService 类型设置为“Shopify”。 将类型 SmartsheetLinkedService 设置为“Smartsheet”。 将 类型 SnowflakeLinkedService 设置为“Snowflake”。 将 类型 SnowflakeV2LinkedService 设置为“SnowflakeV2”。 将类型 SparkLinkedService 设置为“Spark”。 将类型 SqlServerLinkedService 设置为“SqlServer”。 将 类型 SquareLinkedService 设置为“Square”。 将 类型 SybaseLinkedService 设置为“Sybase”。 将类型 TeamDeskLinkedService 设置为“TeamDesk”。 将类型 TeradataLinkedService 设置为“Teradata”。 将类型 TwilioLinkedService 设置为“Twilio”。 将类型 VerticaLinkedService 设置为“Vertica”。 将类型 WarehouseLinkedService 设置为“仓库”。 将 WebLinkedService 类型设置为“Web”。 将类型 XeroLinkedService 设置为“Xero”。 将 ZendeskLinkedService 类型设置为“Zendesk”。 将 类型 ZohoLinkedService 设置为“Zoho”。 'AmazonMWS'
'AmazonRdsForOracle'
'AmazonRdsForSqlServer'
'AmazonRedshift'
'AmazonS3'
'AmazonS3Compatible'
'AppFigures'
'Asana'
'AzureBatch'
'AzureBlobFS'
'AzureBlobStorage'
'AzureDatabricks'
'AzureDatabricksDeltaLake'
'AzureDataExplorer'
'AzureDataLakeAnalytics'
'AzureDataLakeStore'
'AzureFileStorage'
'AzureFunction'
'AzureKeyVault'
'AzureMariaDB'
'AzureML'
'AzureMLService'
'AzureMySql'
'AzurePostgreSql'
'AzureSearch'
'AzureSqlDatabase'
'AzureSqlDW'
'AzureSqlMI'
'AzureStorage'
'AzureSynapseArtifacts'
'AzureTableStorage'
'Cassandra'
'CommonDataServiceForApps'
'Concur'
'CosmosDb'
'CosmosDbMongoDbApi'
'Couchbase'
'CustomDataSource'
'Dataworld'
'Db2'
'Drill'
'Dynamics'
'DynamicsAX'
'DynamicsCrm'
'Eloqua'
'FileServer'
'FtpServer'
'GoogleAdWords'
'GoogleBigQuery'
'GoogleBigQueryV2'
'GoogleCloudStorage'
'GoogleSheets'
'Greenplum'
'HBase'
'Hdfs'
'HDInsight'
'HDInsightOnDemand'
'Hive'
'HttpServer'
'Hubspot'
'Impala'
'Informix'
'Jira'
'Lakehouse'
'Magento'
'MariaDB'
'Marketo'
'MicrosoftAccess'
'MongoDb'
'MongoDbAtlas'
'MongoDbV2'
'MySql'
'Netezza'
'OData'
'Odbc'
'Office365'
'Oracle'
'OracleCloudStorage'
'OracleServiceCloud'
'Paypal'
'Phoenix'
'PostgreSql'
'PostgreSqlV2'
'Presto'
'Quickbase'
'QuickBooks'
'Responsys'
'RestService'
'Salesforce'
'SalesforceMarketingCloud'
'SalesforceServiceCloud'
'SalesforceServiceCloudV2'
'SalesforceV2'
'SapBW'
'SapCloudForCustomer'
'SapEcc'
'SapHana'
'SapOdp'
'SapOpenHub'
'SapTable'
'ServiceNow'
'ServiceNowV2'
'Sftp'
'SharePointOnlineList'
'Shopify'
'Smartsheet'
'Snowflake'
'SnowflakeV2'
'Spark'
'SqlServer'
'Square'
'Sybase'
'TeamDesk'
'Teradata'
'Twilio'
'Vertica'
'Warehouse'
'Web'
'Xero'
'Zendesk'
“Zoho”(必填)
版本 链接服务的版本。 字符串

LinkedServiceReference

Name Description Value
parameters LinkedService 的参数。 ParameterValueSpecification
referenceName 引用 LinkedService 名称。 字符串(必填)
类型 链接服务引用类型。 'LinkedServiceReference'(必需)

MagentoLinkedService

Name Description Value
类型 链接服务的类型。 “Magento”(必填)
typeProperties Magento 服务器链接服务属性。 MagentoLinkedServiceTypeProperties (必需)

MagentoLinkedServiceTypeProperties

Name Description Value
accessToken 来自 Magento 的访问令牌。 SecretBase
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 Magento 实例的 URL。 (即 192.168.222.110/magento3) 任何(必填)
useEncryptedEndpoints 指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 any
useHostVerification 指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 any
usePeerVerification 指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 any

MariaDBLinkedService

Name Description Value
类型 链接服务的类型。 'MariaDB'(必填)
typeProperties MariaDB 服务器链接服务属性。 MariaDBLinkedServiceTypeProperties (必需)

MariaDBLinkedServiceTypeProperties

Name Description Value
connectionString ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
数据库 连接的数据库名称。 类型:字符串。 any
driverVersion MariaDB 驱动程序的版本。 类型:字符串。 对于旧驱动程序,V1 或为空,V2 用于新驱动程序。 V1 可以支持连接字符串和属性包,V2 只能支持连接字符串。 旧驱动程序计划于 2024 年 10 月弃用。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 连接字符串中密码的 Azure Key Vault 机密引用。 AzureKeyVaultSecretReference
移植 连接的端口。 类型:整数。 any
服务器 连接的服务器名称。 类型:字符串。 any
sslMode 此选项指定驱动程序在连接到 MariaDB 时是否使用 TLS 加密和验证。 例如,SSLMode=<0/1/2/3/4>。 选项:DISABLED (0) / PREFERRED (1) /REQUIRED (2) / VERIFY_CA (3) / VERIFY_IDENTITY (4), REQUIRED (2) 建议仅允许使用 SSL/TLS 加密的连接。 any
用户名 身份验证的用户名。 类型:字符串。 any
useSystemTrustStore 此选项指定是使用系统信任存储中的 CA 证书还是使用指定 PEM 文件中的 CA 证书。 例如 UseSystemTrustStore=<0/1>;选项:已启用 (1) / 禁用 (0) (默认) any

MarketoLinkedService

Name Description Value
类型 链接服务的类型。 “Marketo”(必需)
typeProperties Marketo 服务器链接服务属性。 MarketoLinkedServiceTypeProperties (必需)

MarketoLinkedServiceTypeProperties

Name Description Value
clientId Marketo 服务的客户端 ID。 任何(必填)
clientSecret Marketo 服务的客户端密码。 SecretBase
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
终结点 Marketo 服务器的终结点。 (即 123-ABC-321.mktorest.com) 任何(必填)
useEncryptedEndpoints 指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 any
useHostVerification 指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 any
usePeerVerification 指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 any

MicrosoftAccessLinkedService

Name Description Value
类型 链接服务的类型。 “MicrosoftAccess”(必需)
typeProperties Microsoft Access 链接服务属性。 MicrosoftAccessLinkedServiceTypeProperties (必需)

MicrosoftAccessLinkedServiceTypeProperties

Name Description Value
authenticationType 用于作为 ODBC 数据存储连接到 Microsoft Access 的身份验证类型。 可能的值为:Anonymous 和 Basic。 类型:字符串(或带有 resultType 字符串的表达式)。 any
connectionString 连接字符串的非访问凭据部分以及可选的加密凭据。 类型:string、SecureString、AzureKeyVaultSecretReference 或 Expression 和 resultType 字符串。 任何(必填)
凭据 连接字符串的访问凭据部分,采用特定于驱动程序的属性值格式指定。 SecretBase
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 基本身份验证的密码。 SecretBase
userName 基本身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

MongoDbAtlasLinkedService

Name Description Value
类型 链接服务的类型。 'MongoDbAtlas'(必需)
typeProperties MongoDB Atlas 链接服务属性。 MongoDbAtlasLinkedServiceTypeProperties (必需)

MongoDbAtlasLinkedServiceTypeProperties

Name Description Value
connectionString MongoDB Atlas 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 任何(必填)
数据库 要访问的 MongoDB Atlas 数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
driverVersion 要选择的驱动程序版本。 允许的值为 v1 和 v2。 类型:字符串(或带有 resultType 字符串的表达式)。 any

MongoDbLinkedService

Name Description Value
类型 链接服务的类型。 'MongoDb'(必填)
typeProperties MongoDB 链接服务属性。 MongoDbLinkedServiceTypeProperties (必需)

MongoDbLinkedServiceTypeProperties

Name Description Value
allowSelfSignedServerCert 指定是否允许来自服务器的自签名证书。 默认值为 false。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
authenticationType 用于连接到 MongoDB 数据库的身份验证类型。 'Anonymous'
'Basic'
authSource 用于验证用户名和密码的数据库。 类型:字符串(或带有 resultType 字符串的表达式)。 any
databaseName 要访问的 MongoDB 数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
enableSsl 指定是否使用 SSL 加密与服务器的连接。 默认值为 false。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 身份验证密码。 SecretBase
移植 MongoDB 服务器用于侦听客户端连接的 TCP 端口号。 默认值为 27017。 类型:整数(或包含 resultType 整数的表达式),最小值:0。 any
服务器 MongoDB 服务器的 IP 地址或服务器名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
用户名 身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

MongoDbV2LinkedService

Name Description Value
类型 链接服务的类型。 “MongoDbV2”(必需)
typeProperties MongoDB 链接服务属性。 MongoDbV2LinkedServiceTypeProperties (必需)

MongoDbV2LinkedServiceTypeProperties

Name Description Value
connectionString MongoDB 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 任何(必填)
数据库 要访问的 MongoDB 数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)

MySqlLinkedService

Name Description Value
类型 链接服务的类型。 'MySql'(必需)
typeProperties MySQL 链接服务属性。 MySqlLinkedServiceTypeProperties (必需)

MySqlLinkedServiceTypeProperties

Name Description Value
allowZeroDateTime 这允许从数据库检索特殊的“零”日期值 0000-00-00。 类型:布尔值。 any
connectionString 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
connectionTimeout 在终止尝试并生成错误之前等待与服务器建立连接的时间(以秒为单位)。 类型:整数。 any
convertZeroDateTime 如果返回日期或日期/时间列的 DateTime.MinValue,则返回不允许的值。 类型:布尔值。 any
数据库 连接的数据库名称。 类型:字符串。 any
driverVersion MySQL 驱动程序的版本。 类型:字符串。 对于旧驱动程序,V1 或为空,V2 用于新驱动程序。 V1 可以支持连接字符串和属性包,V2 只能支持连接字符串。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
guidFormat 确定应将哪个列类型(如果有)读取为 GUID。 类型:字符串。 无:不会将列类型作为 Guid 自动读取;Char36:所有 CHAR(36)列都以小写十六进制和连字符(与 UUID 匹配)作为 Guid 读取/写入。 any
密码 连接字符串中密码的 Azure Key Vault 机密引用。 AzureKeyVaultSecretReference
移植 连接的端口。 类型:整数。 any
服务器 连接的服务器名称。 类型:字符串。 any
sslCert 客户端 SSL 证书文件的路径(采用 PEM 格式)。 必须同时指定 SslKey。 类型:字符串。 any
sslKey 客户端 SSL 私钥的路径(采用 PEM 格式)。 还必须指定 SslCert。 类型:字符串。 any
sslMode 用于连接的 SSL 模式。 类型:整数。 0:禁用,1:首选,2:需要,3:verify-ca,4:验证完整。 any
treatTinyAsBoolean 设置为 true 时,TINYINT(1) 值将作为布尔值返回。 类型:bool。 any
用户名 身份验证的用户名。 类型:字符串。 any
useSystemTrustStore 使用系统信任存储进行连接。 类型:整数。 0:启用,1:禁用。 any

NetezzaLinkedService

Name Description Value
类型 链接服务的类型。 'Netezza'(必填)
typeProperties Netezza 链接服务属性。 NetezzaLinkedServiceTypeProperties (必需)

NetezzaLinkedServiceTypeProperties

Name Description Value
connectionString ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
数据库 连接的数据库名称。 类型:字符串。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
移植 连接的端口。 类型:整数。 any
pwd 连接字符串中密码的 Azure Key Vault 机密引用。 AzureKeyVaultSecretReference
securityLevel 安全级别 指定驱动程序与数据存储的连接的安全级别。 PreferredUnSecured:首选不安全,如果需要,允许回退到安全连接。 OnlyUnSecured:严格不安全,没有回退。 《只有无担保》
“优先无担保”
服务器 连接的服务器名称。 类型:字符串。 any
uid 身份验证的用户名。 类型:字符串。 any

ODataLinkedService

Name Description Value
类型 链接服务的类型。 'OData'(必需)
typeProperties OData 链接服务属性。 ODataLinkedServiceTypeProperties (必需)

ODataLinkedServiceTypeProperties

Name Description Value
aadResourceId 指定要请求授权以使用 Directory 的资源。 类型:字符串(或带有 resultType 字符串的表达式)。 any
aadServicePrincipalCredentialType 指定用于服务主体的凭据类型(密钥或证书)。 'ServicePrincipalCert'
'ServicePrincipalKey'
authenticationType 用于连接到 OData 服务的身份验证类型。 'AadServicePrincipal'
'Anonymous'
'Basic'
'ManagedServiceIdentity'
'Windows'
authHeaders 请求中用于授权的 RESTful API 中的其他 HTTP 标头。 类型:键值对(值应为字符串类型)。 any
azureCloudType 指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 OData 服务的密码。 SecretBase
servicePrincipalEmbeddedCert 指定在 Azure Active Directory 中注册的应用程序的 base64 编码证书。 类型:字符串(或带有 resultType 字符串的表达式)。 SecretBase
servicePrincipalEmbeddedCertPassword 如果证书具有密码,并且使用的是 AadServicePrincipal 身份验证,请指定证书的密码。 类型:字符串(或带有 resultType 字符串的表达式)。 SecretBase
servicePrincipalId 指定在 Azure Active Directory 中注册的应用程序的应用程序 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalKey 指定在 Azure Active Directory 中注册的应用程序的机密。 类型:字符串(或带有 resultType 字符串的表达式)。 SecretBase
租户 指定您的应用程序所属的租户信息(域名或租户 ID)。 类型:字符串(或带有 resultType 字符串的表达式)。 any
url OData 服务终结点的 URL。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
userName OData 服务的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

OdbcLinkedService

Name Description Value
类型 链接服务的类型。 'Odbc'(必需)
typeProperties ODBC 链接服务属性。 OdbcLinkedServiceTypeProperties (必需)

OdbcLinkedServiceTypeProperties

Name Description Value
authenticationType 用于连接 ODBC 数据存储的身份验证类型。 可能的值为:Anonymous 和 Basic。 类型:字符串(或带有 resultType 字符串的表达式)。 any
connectionString 连接字符串的非访问凭据部分以及可选的加密凭据。 类型:string、SecureString、AzureKeyVaultSecretReference 或 Expression 和 resultType 字符串。 任何(必填)
凭据 连接字符串的访问凭据部分,采用特定于驱动程序的属性值格式指定。 SecretBase
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 基本身份验证的密码。 SecretBase
userName 基本身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

Office365LinkedService

Name Description Value
类型 链接服务的类型。 “Office365”(必需)
typeProperties Office365 链接服务属性。 Office365LinkedServiceTypeProperties (必需)

Office365LinkedServiceTypeProperties

Name Description Value
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
office365TenantId Office 365 帐户所属的 Azure 租户 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
servicePrincipalCredentialType 身份验证的服务主体凭据类型。“ServicePrincipalKey”用于密钥/机密,用于证书的“ServicePrincipalCert”。 如果未指定,则使用“ServicePrincipalKey”。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalEmbeddedCert 指定在 Azure Active Directory 中注册的应用程序的 base64 编码证书。 类型:字符串(或带有 resultType 字符串的表达式)。 SecretBase
servicePrincipalEmbeddedCertPassword 如果证书具有密码,并且使用的是 AadServicePrincipal 身份验证,请指定证书的密码。 类型:字符串(或带有 resultType 字符串的表达式)。 SecretBase
servicePrincipalId 指定应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
servicePrincipalKey 指定应用程序的密钥。 SecretBase (必需)
servicePrincipalTenantId 指定 Azure AD Web 应用程序所在的租户信息。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)

OracleCloudStorageLinkedService

Name Description Value
类型 链接服务的类型。 “OracleCloudStorage”(必需)
typeProperties Oracle 云存储链接服务属性。 OracleCloudStorageLinkedServiceTypeProperties (必需)

OracleCloudStorageLinkedServiceTypeProperties

Name Description Value
accessKeyId Oracle 云存储标识和访问管理(IAM)用户的访问密钥标识符。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
secretAccessKey Oracle 云存储标识和访问管理 (IAM) 用户的机密访问密钥。 SecretBase
serviceUrl 此值指定要使用 Oracle 云存储连接器访问的终结点。 这是一个可选属性;仅当想要尝试其他服务终结点或想要在 https 和 http 之间切换时更改它。 类型:字符串(或带有 resultType 字符串的表达式)。 any

OracleLinkedService

Name Description Value
类型 链接服务的类型。 'Oracle'(必需)
typeProperties Oracle 数据库链接服务属性。 OracleLinkedServiceTypeProperties (必需)

OracleLinkedServiceTypeProperties

Name Description Value
authenticationType 连接到 Oracle 数据库的身份验证类型。 仅用于版本 2.0。 'Basic'
connectionString 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 仅用于版本 1.0。 any
cryptoChecksumClient 指定当此客户端连接到服务器时所需的数据完整性行为。 支持的值接受、拒绝、请求或必需,默认值是必需的。 类型:字符串。 仅用于版本 2.0。 any
cryptoChecksumTypesClient 指定客户端可以使用的加密校验算法。 支持的值为 SHA1、SHA256、SHA384、SHA512、默认值为 (SHA512)。 类型:字符串。 仅用于版本 2.0。 any
enableBulkLoad 指定在将数据加载到数据库中时是使用大容量复制还是批量插入,默认值为 true。 类型:布尔值。 仅用于版本 2.0。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
encryptionClient 指定加密客户端的行为。 支持的值接受、拒绝、请求或必需,默认值是必需的。 类型:字符串。 仅用于版本 2.0。 any
encryptionTypesClient 指定客户端可以使用的加密算法。 支持的值为 AES128、AES192、AES256、3DES112、3DES168、默认值为 (AES256)。 类型:字符串。 仅用于版本 2.0。 any
fetchSize 指定驱动程序为提取一个数据库往返中的数据而分配的字节数,默认值为10485760。 类型:整数。 仅用于版本 2.0。 any
fetchTswtzAsTimestamp 指定驱动程序是否将 TIMESTAMP WITH TIME ZONE 数据类型的列值作为 DateTime 或字符串返回。 如果 supportV1DataTypes 不为 true,则忽略此设置,默认值为 true。 类型:布尔值。 仅用于版本 2.0。 any
initializationString 指定一个命令,该命令在连接数据库后立即执行,以管理会话设置。 类型:字符串。 仅用于版本 2.0。 any
initialLobFetchSize 指定源最初为 LOB 列提取的量,默认值为 0。 类型:整数。 仅用于版本 2.0。 any
密码 连接字符串中密码的 Azure Key Vault 机密引用。 AzureKeyVaultSecretReference
服务器 要连接到的 Oracle 数据库的位置,支持的表单包括连接器描述符、简易连接(Plus)命名和 Oracle Net Services 名称(仅自承载 IR)。 类型:字符串。 仅用于版本 2.0。 any
statementCacheSize 指定要为每个数据库连接缓存的游标数或语句数,默认值为 0。 类型:整数。 仅用于版本 2.0。 any
supportV1DataTypes 指定是否使用版本 1.0 数据类型映射。 除非要保持与版本 1.0 数据类型映射的向后兼容性,否则不要将其设置为 true,默认值为 false。 类型:布尔值。 仅用于版本 2.0。 any
用户名 Oracle 数据库用户名。 类型:字符串。 仅用于版本 2.0。 any

OracleServiceCloudLinkedService

Name Description Value
类型 链接服务的类型。 “OracleServiceCloud”(必需)
typeProperties Oracle 服务云链接服务属性。 OracleServiceCloudLinkedServiceTypeProperties (必需)

OracleServiceCloudLinkedServiceTypeProperties

Name Description Value
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 Oracle 服务云实例的 URL。 任何(必填)
密码 在用户名键中提供的用户名所对应的密码。 SecretBase (必需)
useEncryptedEndpoints 指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
useHostVerification 指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
usePeerVerification 指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
用户名 用于访问 Oracle 服务云服务器的用户名。 任何(必填)

ParameterDefinitionSpecification

Name Description Value

ParameterSpecification

Name Description Value
defaultValue 参数的默认值。 any
类型 参数类型。 'Array'
'Bool'
'Float'
'Int'
'Object'
'SecureString'
'String'(必填)

ParameterValueSpecification

Name Description Value

ParameterValueSpecification

Name Description Value

PaypalLinkedService

Name Description Value
类型 链接服务的类型。 “PayPal”(必填)
typeProperties PayPal服务链接服务属性。 PaypalLinkedServiceTypeProperties (必需)

PaypalLinkedServiceTypeProperties

Name Description Value
clientId 与 PayPal 应用程序关联的客户端 ID。 任何(必填)
clientSecret 与 PayPal 应用程序关联的客户端密码。 SecretBase
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 PayPal 实例的 URL。 (即 api.sandbox.paypal.com) 任何(必填)
useEncryptedEndpoints 指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 any
useHostVerification 指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 any
usePeerVerification 指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 any

PhoenixLinkedService

Name Description Value
类型 链接服务的类型。 “凤凰”(必填)
typeProperties Phoenix 服务器链接服务属性。 PhoenixLinkedServiceTypeProperties (必需)

PhoenixLinkedServiceTypeProperties

Name Description Value
allowHostNameCNMismatch 指定是否要求 CA 颁发的 SSL 证书名称与通过 SSL 连接时服务器的主机名匹配。 默认值为 false。 any
allowSelfSignedServerCert 指定是否允许来自服务器的自签名证书。 默认值为 false。 any
authenticationType 用于连接到 Phoenix 服务器的身份验证机制。 'Anonymous'
'UsernameAndPassword'
“WindowsAzureHDInsightService”(必需)
enableSsl 指定是否使用 SSL 加密与服务器的连接。 默认值为 false。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 Phoenix 服务器的 IP 地址或主机名。 (即 192.168.222.160) 任何(必填)
httpPath 对应于 Phoenix 服务器的部分 URL。 (即 /gateway/sandbox/phoenix/version)。 如果使用 WindowsAzureHDInsightService,则默认值为 hbasephoenix。 any
密码 用户名所对应的密码。 SecretBase
移植 Phoenix 服务器用来侦听客户端连接的 TCP 端口。 默认值为 8765。 any
trustedCertPath 包含受信任的 CA 证书的 .pem 文件的完整路径,用于通过 SSL 连接时验证服务器。 只能在自承载 IR 上使用 SSL 时设置此属性。 默认值是随 IR 一起安装的 cacerts.pem 文件。 any
用户名 用于连接到 Phoenix 服务器的用户名。 any
useSystemTrustStore 指定是使用系统信任存储中的 CA 证书还是使用指定 PEM 文件中的 CA 证书。 默认值为 false。 any

PostgreSqlLinkedService

Name Description Value
类型 链接服务的类型。 'PostgreSql'(必需)
typeProperties PostgreSQL 链接服务属性。 PostgreSqlLinkedServiceTypeProperties (必需)

PostgreSqlLinkedServiceTypeProperties

Name Description Value
connectionString 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 任何(必填)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 连接字符串中密码的 Azure Key Vault 机密引用。 AzureKeyVaultSecretReference

PostgreSqlV2LinkedService

Name Description Value
类型 链接服务的类型。 'PostgreSqlV2'(必需)
typeProperties PostgreSQLV2 链接服务属性。 PostgreSqlV2LinkedServiceTypeProperties (必需)

PostgreSqlV2LinkedServiceTypeProperties

Name Description Value
authenticationType 要使用的认证类型。 类型:字符串。 任何(必填)
commandTimeout 尝试执行命令之前等待的时间(以秒为单位),如果超过这个时间,将终止尝试并产生错误。 对于无穷大,设置为零。 类型:整数。 any
connectionTimeout 等待的时间(以秒为单位),这是在尝试建立连接时,终止尝试并生成错误之前的时间。 类型:整数。 any
数据库 连接的数据库名称。 类型:字符串。 任何(必填)
编码 获取或设置用于编码/解码 PostgreSQL 字符串数据的 .NET 编码格式。 类型:字符串 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
logParameters 启用后,在执行命令时将会记录参数值。 类型:布尔值。 any
密码 连接字符串中密码的 Azure Key Vault 机密引用。 类型:字符串。 AzureKeyVaultSecretReference
pooling 是否应使用连接池。 类型:布尔值。 any
移植 连接的端口。 类型:整数。 any
readBufferSize 确定读取时内部缓冲区使用的大小。 如果从数据库传输大型值,则增加大小可能会提高性能。 类型:整数。 any
架构 设置架构搜索路径。 类型:字符串。 any
服务器 连接的服务器名称。 类型:字符串。 任何(必填)
sslCertificate 要发送到服务器的客户端证书的位置。 类型:字符串。 any
sslKey 要发送到服务器的客户端证书的客户端密钥位置。 类型:字符串。 any
sslMode 用于连接的 SSL 模式。 类型:整数。 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full. 类型:整数。 任何(必填)
sslPassword 客户端证书密钥的密码。 类型:字符串。 any
timezone 获取或设置会话时区。 类型:字符串。 any
trustServerCertificate 是否在不验证服务器证书的情况下信任该证书。 类型:布尔值。 any
用户名 身份验证的用户名。 类型:字符串。 任何(必填)

PrestoLinkedService

Name Description Value
类型 链接服务的类型。 'Presto'(必填)
typeProperties Presto 服务器链接服务属性。 PrestoLinkedServiceTypeProperties (必需)

PrestoLinkedServiceTypeProperties

Name Description Value
allowHostNameCNMismatch 指定是否要求 CA 颁发的 SSL 证书名称与通过 SSL 连接时服务器的主机名匹配。 默认值为 false。 仅用于版本 1.0。 any
allowSelfSignedServerCert 指定是否允许来自服务器的自签名证书。 默认值为 false。 仅用于版本 1.0。 any
authenticationType 用于连接到 Presto 服务器的身份验证机制。 'Anonymous'
'LDAP'(必填)
目录 针对服务器的所有请求的目录上下文。 任何(必填)
enableServerCertificateValidation 指定与服务器的连接是否会验证服务器证书,默认值为 True。 仅适用于版本 2.0 any
enableSsl 指定是否使用 SSL 加密与服务器的连接。 旧版的默认值为 False。 版本 2.0 的默认值为 True。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 Presto 服务器的 IP 地址或主机名。 (即 192.168.222.160) 任何(必填)
密码 用户名所对应的密码。 SecretBase
移植 Presto 服务器用来侦听客户端连接的 TCP 端口。 禁用 SSL 时,默认值为 8080,启用 SSL 时默认值为 443。 any
serverVersion Presto 服务器的版本。 (即 0.148-t)仅用于版本 1.0。 any
timeZoneID 连接使用的本地时区。 IANA 时区数据库中指定了此选项的有效值。 版本 1.0 的默认值是客户端系统时区。 版本 2.0 的默认值为服务器系统 timeZone any
trustedCertPath 包含受信任的 CA 证书的 .pem 文件的完整路径,用于通过 SSL 连接时验证服务器。 只能在自承载 IR 上使用 SSL 时设置此属性。 默认值是随 IR 一起安装的 cacerts.pem 文件。 仅用于版本 1.0。 any
用户名 用于连接到 Presto 服务器的用户名。 any
useSystemTrustStore 指定是使用系统信任存储中的 CA 证书还是使用指定 PEM 文件中的 CA 证书。 默认值为 false。 仅用于版本 1.0。 any

QuickbaseLinkedService

Name Description Value
类型 链接服务的类型。 'Quickbase'(必填)
typeProperties 快速数据库链接服务属性。 QuickbaseLinkedServiceTypeProperties (必需)

QuickbaseLinkedServiceTypeProperties

Name Description Value
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
url 用于连接 Quickbase 源的 URL。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
userToken Quickbase 源的用户令牌。 SecretBase (必需)

QuickBooksLinkedService

Name Description Value
类型 链接服务的类型。 “QuickBooks”(必填)
typeProperties QuickBooks 服务器链接服务属性。 QuickBooksLinkedServiceTypeProperties (必需)

QuickBooksLinkedServiceTypeProperties

Name Description Value
accessToken OAuth 2.0 身份验证的访问令牌。 SecretBase
accessTokenSecret OAuth 1.0 身份验证已弃用访问令牌密钥。 仅用于版本 1.0。 SecretBase
companyId 要授权的 QuickBooks 公司的公司 ID。 any
connectionProperties 用于连接到 QuickBooks 的属性。 它与链接服务中的其他任何属性互斥。 类型:对象。 any
consumerKey OAuth 2.0 身份验证的使用者密钥。 any
consumerSecret OAuth 2.0 身份验证的使用者密钥。 SecretBase
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
终结点 QuickBooks 服务器的终结点。 (即 quickbooks.api.intuit.com) any
refreshToken OAuth 2.0 身份验证的刷新令牌。 SecretBase
useEncryptedEndpoints 指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 仅用于版本 1.0。 any

ResponsysLinkedService

Name Description Value
类型 链接服务的类型。 'Responsys'(必需)
typeProperties Responsys 链接服务属性。 ResponsysLinkedServiceTypeProperties (必需)

ResponsysLinkedServiceTypeProperties

Name Description Value
clientId 与 Responsys 应用程序关联的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
clientSecret 与 Responsys 应用程序关联的客户端密码。 类型:字符串(或带有 resultType 字符串的表达式)。 SecretBase
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
终结点 Responsys 服务器的终结点。 任何(必填)
useEncryptedEndpoints 指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
useHostVerification 指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
usePeerVerification 指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any

RestServiceLinkedService

Name Description Value
类型 链接服务的类型。 'RestService'(必需)
typeProperties Rest Service 链接服务属性。 RestServiceLinkedServiceTypeProperties (必需)

RestServiceLinkedServiceTypeProperties

Name Description Value
aadResourceId 请求使用授权的资源。 类型:字符串(或带有 resultType 字符串的表达式)。 any
authenticationType 用于连接到 REST 服务的身份验证类型。 'AadServicePrincipal'
'Anonymous'
'Basic'
'ManagedServiceIdentity'
'OAuth2ClientCredential'(必需)
authHeaders 请求中用于授权的 RESTful API 中的其他 HTTP 标头。 类型:对象(或带有 resultType 对象的表达式)。 any
azureCloudType 指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 any
clientId 与应用程序关联的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
clientSecret 与应用程序关联的客户端密码。 SecretBase
凭据 包含身份验证信息的凭据引用。 CredentialReference
enableServerCertificateValidation 是否在连接到终结点时验证服务器端 SSL 证书。默认值为 true。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 基本身份验证类型中使用的密码。 SecretBase
资源 将请求访问的目标服务或资源。 类型:字符串(或带有 resultType 字符串的表达式)。 any
作用域 所需的访问范围。 它描述将请求哪种类型的访问。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalCredentialType 在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalEmbeddedCert 指定在 Azure Active Directory 中注册的应用程序的 base64 编码证书。 类型:字符串(或带有 resultType 字符串的表达式)。 SecretBase
servicePrincipalEmbeddedCertPassword 如果证书具有密码,并且使用的是 AadServicePrincipal 身份验证,请指定证书的密码。 类型:字符串(或带有 resultType 字符串的表达式)。 SecretBase
servicePrincipalId AadServicePrincipal 身份验证类型中使用的应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalKey AadServicePrincipal 身份验证类型中使用的应用程序的密钥。 SecretBase
租户 应用程序所在的 AadServicePrincipal 身份验证类型中使用的租户信息(域名或租户 ID)。 类型:字符串(或带有 resultType 字符串的表达式)。 any
tokenEndpoint 要获取访问令牌的授权服务器的令牌终结点。 类型:字符串(或带有 resultType 字符串的表达式)。 any
url REST 服务的基 URL。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
userName 基本身份验证类型中使用的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

SalesforceLinkedService

Name Description Value
类型 链接服务的类型。 “Salesforce”(必填)
typeProperties Salesforce 链接服务属性。 SalesforceLinkedServiceTypeProperties (必需)

SalesforceLinkedServiceTypeProperties

Name Description Value
apiVersion ADF 中使用的 Salesforce API 版本。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
environmentUrl Salesforce 实例的 URL。 默认值为“https://login.salesforce.com”。 若要从沙盒复制数据,请指定“https://test.salesforce.com”。 若要从自定义域复制数据,请指定“https://[domain].my.salesforce.com”。 类型:字符串(或带有 resultType 字符串的表达式)。 any
密码 Salesforce 实例的基本身份验证的密码。 SecretBase
securityToken 安全令牌是可选的,用于远程访问 Salesforce 实例。 SecretBase
用户名 Salesforce 实例的基本身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

SalesforceMarketingCloudLinkedService

Name Description Value
类型 链接服务的类型。 “SalesforceMarketingCloud”(必填)
typeProperties Salesforce Marketing Cloud 链接服务属性。 SalesforceMarketingCloudLinkedServiceTypeProperties (必需)

SalesforceMarketingCloudLinkedServiceTypeProperties

Name Description Value
clientId 与 Salesforce Marketing Cloud 应用程序关联的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
clientSecret 与 Salesforce Marketing Cloud 应用程序关联的客户端密码。 类型:字符串(或带有 resultType 字符串的表达式)。 SecretBase
connectionProperties 用于连接到 Salesforce Marketing Cloud 的属性。 它与链接服务中的其他任何属性互斥。 类型:对象。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
useEncryptedEndpoints 指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
useHostVerification 指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
usePeerVerification 指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any

SalesforceServiceCloudLinkedService

Name Description Value
类型 链接服务的类型。 “SalesforceServiceCloud”(必需)
typeProperties Salesforce Service Cloud 链接服务属性。 SalesforceServiceCloudLinkedServiceTypeProperties (必需)

SalesforceServiceCloudLinkedServiceTypeProperties

Name Description Value
apiVersion ADF 中使用的 Salesforce API 版本。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
environmentUrl Salesforce Service Cloud 实例的 URL。 默认值为“https://login.salesforce.com”。 若要从沙盒复制数据,请指定“https://test.salesforce.com”。 若要从自定义域复制数据,请指定“https://[domain].my.salesforce.com”。 类型:字符串(或带有 resultType 字符串的表达式)。 any
extendedProperties 追加到连接字符串的扩展属性。 类型:字符串(或带有 resultType 字符串的表达式)。 any
密码 Salesforce 实例的基本身份验证的密码。 SecretBase
securityToken 安全令牌是可选的,用于远程访问 Salesforce 实例。 SecretBase
用户名 Salesforce 实例的基本身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

SalesforceServiceCloudV2LinkedService

Name Description Value
类型 链接服务的类型。 “SalesforceServiceCloudV2”(必需)
typeProperties Salesforce Service Cloud V2 链接服务属性。 SalesforceServiceCloudV2LinkedServiceTypeProperties (必需)

SalesforceServiceCloudV2LinkedServiceTypeProperties

Name Description Value
apiVersion ADF 中使用的 Salesforce API 版本。 版本必须大于或等于 Salesforce BULK API 2.0 所需的 47.0。 类型:字符串(或带有 resultType 字符串的表达式)。 any
authenticationType 用于连接到 Salesforce 的身份验证类型。 目前,我们仅支持 OAuth2ClientCredentials,这也是默认值 any
clientId Salesforce 实例的 OAuth 2.0 客户端凭据流身份验证的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
clientSecret Salesforce 实例的 OAuth 2.0 客户端凭据流身份验证的客户端密码。 SecretBase
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
environmentUrl Salesforce Service Cloud 实例的 URL。 例如,“https://[domain].my.salesforce.com”。 类型:字符串(或带有 resultType 字符串的表达式)。 any

SalesforceV2LinkedService

Name Description Value
类型 链接服务的类型。 “SalesforceV2”(必需)
typeProperties Salesforce V2 链接服务属性。 SalesforceV2LinkedServiceTypeProperties (必需)

SalesforceV2LinkedServiceTypeProperties

Name Description Value
apiVersion ADF 中使用的 Salesforce API 版本。 版本必须大于或等于 Salesforce BULK API 2.0 所需的 47.0。 类型:字符串(或带有 resultType 字符串的表达式)。 any
authenticationType 用于连接到 Salesforce 的身份验证类型。 目前,我们仅支持 OAuth2ClientCredentials,这也是默认值 any
clientId Salesforce 实例的 OAuth 2.0 客户端凭据流身份验证的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
clientSecret Salesforce 实例的 OAuth 2.0 客户端凭据流身份验证的客户端密码。 SecretBase
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
environmentUrl Salesforce 实例的 URL。 例如,“https://[domain].my.salesforce.com”。 类型:字符串(或带有 resultType 字符串的表达式)。 any

SapBWLinkedService

Name Description Value
类型 链接服务的类型。 “SapBW”(必填)
typeProperties 特定于此链接服务类型的属性。 SapBWLinkedServiceTypeProperties (必需)

SapBWLinkedServiceTypeProperties

Name Description Value
clientId BW 系统上客户端的客户端 ID。 (通常为表示为字符串的三位数十进制数)类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 用于访问 SAP BW 服务器的密码。 SecretBase
服务器 SAP BW 实例的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
systemNumber BW 系统的系统编号。 (通常为表示为字符串的两位数十进制数字。类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
userName 用于访问 SAP BW 服务器的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

SapCloudForCustomerLinkedService

Name Description Value
类型 链接服务的类型。 “SapCloudForCustomer”(必需)
typeProperties SAP Cloud for Customer 链接服务属性。 SapCloudForCustomerLinkedServiceTypeProperties (必需)

SapCloudForCustomerLinkedServiceTypeProperties

Name Description Value
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 必须提供 encryptedCredential 或用户名/密码。 类型:字符串。 字符串
密码 基本身份验证的密码。 SecretBase
url SAP Cloud for Customer OData API 的 URL。 例如,“[https://[tenantname].crm.ondemand.com/sap/c4c/odata/v1]”。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
用户名 基本身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

SapEccLinkedService

Name Description Value
类型 链接服务的类型。 “SapEcc”(必填)
typeProperties SAP ECC 链接服务属性。 SapEccLinkedServiceTypeProperties (必需)

SapEccLinkedServiceTypeProperties

Name Description Value
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 必须提供 encryptedCredential 或用户名/密码。 类型:字符串。 字符串
密码 基本身份验证的密码。 SecretBase
url SAP ECC OData API 的 URL。 例如,“[https://hostname:port/sap/opu/odata/sap/servicename/]”。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
用户名 基本身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

SapHanaLinkedService

Name Description Value
类型 链接服务的类型。 “SapHana”(必填)
typeProperties 特定于此链接服务类型的属性。 SapHanaLinkedServiceProperties (必需)

SapHanaLinkedServiceProperties

Name Description Value
authenticationType 用于连接到 SAP HANA 服务器的身份验证类型。 'Basic'
'Windows'
connectionString SAP HANA ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 用于访问 SAP HANA 服务器的密码。 SecretBase
服务器 SAP HANA 服务器的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 any
userName 用于访问 SAP HANA 服务器的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

SapOdpLinkedService

Name Description Value
类型 链接服务的类型。 “SapOdp”(必填)
typeProperties 特定于 SAP ODP 链接服务类型的属性。 SapOdpLinkedServiceTypeProperties( 必需)

SapOdpLinkedServiceTypeProperties

Name Description Value
clientId 表所在的 SAP 系统上客户端的客户端 ID。 (通常为表示为字符串的三位数十进制数)类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
语言 表所在的 SAP 系统的语言。 默认值为 EN。 类型:字符串(或带有 resultType 字符串的表达式)。 any
logonGroup SAP 系统的登录组。 类型:字符串(或带有 resultType 字符串的表达式)。 any
messageServer SAP 消息服务器的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 any
messageServerService 消息服务器的服务名称或端口号。 类型:字符串(或带有 resultType 字符串的表达式)。 any
密码 用于访问表所在的 SAP 服务器的密码。 SecretBase
服务器 表所在的 SAP 实例的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 any
sncLibraryPath 外部安全产品的库,用于访问表所在的 SAP 服务器。 类型:字符串(或带有 resultType 字符串的表达式)。 any
sncMode SNC 激活标志(布尔值)用于访问表所在的 SAP 服务器。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
sncMyName 发起程序的 SNC 名称,用于访问表所在的 SAP 服务器。 类型:字符串(或带有 resultType 字符串的表达式)。 any
sncPartnerName 通信合作伙伴的 SNC 名称,用于访问表所在的 SAP 服务器。 类型:字符串(或带有 resultType 字符串的表达式)。 any
sncQop SNC 保护质量。 允许的值包括:1、2、3、8、9。 类型:字符串(或带有 resultType 字符串的表达式)。 any
subscriberName 订阅者名称。 类型:字符串(或带有 resultType 字符串的表达式)。 any
systemId 表所在的 SAP 系统的 SystemID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
systemNumber 表所在的 SAP 系统的系统编号。 (通常为表示为字符串的两位数十进制数字。类型:字符串(或带有 resultType 字符串的表达式)。 any
userName 用于访问表所在的 SAP 服务器的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any
x509CertificatePath SNC X509 证书文件路径。 类型:字符串(或带有 resultType 字符串的表达式)。 any

SapOpenHubLinkedService

Name Description Value
类型 链接服务的类型。 “SapOpenHub”(必需)
typeProperties 特定于 SAP Business Warehouse Open Hub 目标链接服务类型的属性。 SapOpenHubLinkedServiceTypeProperties (必需)

SapOpenHubLinkedServiceTypeProperties

Name Description Value
clientId 开放中心目标的 BW 系统上的客户端的客户端 ID。 (通常为表示为字符串的三位数十进制数)类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
语言 开放中心目标所在的 BW 系统的语言。 默认值为 EN。 类型:字符串(或带有 resultType 字符串的表达式)。 any
logonGroup SAP 系统的登录组。 类型:字符串(或带有 resultType 字符串的表达式)。 any
messageServer SAP 消息服务器的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 any
messageServerService 消息服务器的服务名称或端口号。 类型:字符串(或带有 resultType 字符串的表达式)。 any
密码 用于访问开放中心目标所在的 SAP BW 服务器的密码。 SecretBase
服务器 打开中心目标的 SAP BW 实例的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 any
systemId 表所在的 SAP 系统的 SystemID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
systemNumber 开放中心目标所在的 BW 系统的系统编号。 (通常为表示为字符串的两位数十进制数字。类型:字符串(或带有 resultType 字符串的表达式)。 any
userName 用于访问打开中心目标的 SAP BW 服务器的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

SapTableLinkedService

Name Description Value
类型 链接服务的类型。 'SapTable'(必填)
typeProperties 特定于此链接服务类型的属性。 SapTableLinkedServiceTypeProperties (必需)

SapTableLinkedServiceTypeProperties

Name Description Value
clientId 表所在的 SAP 系统上客户端的客户端 ID。 (通常为表示为字符串的三位数十进制数)类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
语言 表所在的 SAP 系统的语言。 默认值为 EN。 类型:字符串(或带有 resultType 字符串的表达式)。 any
logonGroup SAP 系统的登录组。 类型:字符串(或带有 resultType 字符串的表达式)。 any
messageServer SAP 消息服务器的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 any
messageServerService 消息服务器的服务名称或端口号。 类型:字符串(或带有 resultType 字符串的表达式)。 any
密码 用于访问表所在的 SAP 服务器的密码。 SecretBase
服务器 表所在的 SAP 实例的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 any
sncLibraryPath 外部安全产品的库,用于访问表所在的 SAP 服务器。 类型:字符串(或带有 resultType 字符串的表达式)。 any
sncMode SNC 激活标志(布尔值)用于访问表所在的 SAP 服务器。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
sncMyName 发起程序的 SNC 名称,用于访问表所在的 SAP 服务器。 类型:字符串(或带有 resultType 字符串的表达式)。 any
sncPartnerName 通信合作伙伴的 SNC 名称,用于访问表所在的 SAP 服务器。 类型:字符串(或带有 resultType 字符串的表达式)。 any
sncQop SNC 保护质量。 允许的值包括:1、2、3、8、9。 类型:字符串(或带有 resultType 字符串的表达式)。 any
systemId 表所在的 SAP 系统的 SystemID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
systemNumber 表所在的 SAP 系统的系统编号。 (通常为表示为字符串的两位数十进制数字。类型:字符串(或带有 resultType 字符串的表达式)。 any
userName 用于访问表所在的 SAP 服务器的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

ScriptAction

Name Description Value
name 脚本操作的用户提供的名称。 字符串(必填)
parameters 脚本操作的参数。 字符串
roles 应对其执行脚本操作的节点类型。 任何(必填)
uri 脚本操作的 URI。 字符串(必填)

SecretBase

Name Description Value
类型 对于类型 AzureKeyVaultSecretReference,设置为“AzureKeyVaultSecret”。 对于 类型 SecureString,请设置为“SecureString”。 'AzureKeyVaultSecret'
'SecureString'(必需)

SecureString

Name Description Value
类型 机密的类型。 'SecureString'(必需)
value 安全字符串的值。 字符串(必填)

ServiceNowLinkedService

Name Description Value
类型 链接服务的类型。 'ServiceNow'(必填)
typeProperties ServiceNow 服务器链接服务属性。 ServiceNowLinkedServiceTypeProperties( 必需)

ServiceNowLinkedServiceTypeProperties

Name Description Value
authenticationType 要使用的认证类型。 'Basic'
'OAuth2'(必填)
clientId OAuth2 身份验证的客户端 ID。 any
clientSecret OAuth2 身份验证的客户端密码。 SecretBase
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
终结点 ServiceNow 服务器的终结点。 (即 <instance.service-now.com>) 任何(必填)
密码 基本和 OAuth2 身份验证的用户名所对应的密码。 SecretBase
useEncryptedEndpoints 指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 any
useHostVerification 指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 any
usePeerVerification 指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 any
用户名 用户名用于连接到 ServiceNow 服务器,进行基本和 OAuth2 身份验证。 any

ServiceNowV2LinkedService

Name Description Value
类型 链接服务的类型。 “ServiceNowV2”(必需)
typeProperties ServiceNowV2 服务器链接服务属性。 ServiceNowV2LinkedServiceTypeProperties (必需)

ServiceNowV2LinkedServiceTypeProperties

Name Description Value
authenticationType 要使用的认证类型。 'Basic'
'OAuth2'(必填)
clientId OAuth2 身份验证的客户端 ID。 any
clientSecret OAuth2 身份验证的客户端密码。 SecretBase
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
终结点 ServiceNowV2 服务器的终结点。 (即 <instance.service-now.com>) 任何(必填)
grantType 用于 OAuth2 身份验证的 GrantType。 默认值为密码。 any
密码 基本和 OAuth2 身份验证的用户名所对应的密码。 SecretBase
用户名 用于连接到 ServiceNowV2 服务器以进行基本身份验证和 OAuth2 身份验证的用户名。 any

SftpServerLinkedService

Name Description Value
类型 链接服务的类型。 'Sftp'(必填)
typeProperties 特定于此链接服务类型的属性。 SftpServerLinkedServiceTypeProperties (必需)

SftpServerLinkedServiceTypeProperties

Name Description Value
authenticationType 用于连接到 FTP 服务器的身份验证类型。 'Basic'
'MultiFactor'
'SshPublicKey'
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 SFTP 服务器主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
hostKeyFingerprint SFTP 服务器的主机键指打印。 当 SkipHostKeyValidation 为 false 时,应指定 HostKeyFingerprint。 类型:字符串(或带有 resultType 字符串的表达式)。 any
passPhrase 如果 SSH 私钥已加密,则解密 SSH 私钥的密码。 SecretBase
密码 用于登录 SFTP 服务器进行基本身份验证的密码。 SecretBase
移植 SFTP 服务器用于侦听客户端连接的 TCP 端口号。 默认值为 22。 类型:整数(或包含 resultType 整数的表达式),最小值:0。 any
privateKeyContent 用于 SshPublicKey 身份验证的 Base64 编码 SSH 私钥内容。 对于使用 SshPublicKey 身份验证的本地复制,应指定 PrivateKeyPath 或 PrivateKeyContent。 SSH 私钥应采用 OpenSSH 格式。 SecretBase
privateKeyPath SshPublicKey 身份验证的 SSH 私钥文件路径。 仅适用于本地复制。 对于使用 SshPublicKey 身份验证的本地复制,应指定 PrivateKeyPath 或 PrivateKeyContent。 SSH 私钥应采用 OpenSSH 格式。 类型:字符串(或带有 resultType 字符串的表达式)。 any
skipHostKeyValidation 如果为 true,请跳过 SSH 主机密钥验证。 默认值为 false。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
userName 用于登录到 SFTP 服务器的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

SharePointOnlineListLinkedService

Name Description Value
类型 链接服务的类型。 “SharePointOnlineList”(必需)
typeProperties SharePoint Online 列表链接服务属性。 SharePointOnlineListLinkedServiceTypeProperties (必需)

SharePointOnlineListLinkedServiceTypeProperties

Name Description Value
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
servicePrincipalCredentialType 在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalEmbeddedCert 指定在 Azure Active Directory 中注册的应用程序的 base64 编码证书。 类型:字符串(或带有 resultType 字符串的表达式)。 SecretBase
servicePrincipalEmbeddedCertPassword 如果证书具有密码,并且使用的是 AadServicePrincipal 身份验证,请指定证书的密码。 类型:字符串(或带有 resultType 字符串的表达式)。 SecretBase
servicePrincipalId 在 Azure Active Directory 中注册的应用程序(客户端)ID。 请确保向此应用程序授予 SharePoint 网站权限。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
servicePrincipalKey 在 Azure Active Directory 中注册的应用程序的客户端密码。 类型:字符串(或带有 resultType 字符串的表达式)。 SecretBase
siteUrl SharePoint Online 网站的 URL。 例如,https://contoso.sharepoint.com/sites/siteName。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
tenantId 应用程序所在的租户 ID。 可以从 Azure 门户 Active Directory 概述页找到它。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)

ShopifyLinkedService

Name Description Value
类型 链接服务的类型。 “Shopify”(必填)
typeProperties Shopify Service 链接服务属性。 ShopifyLinkedServiceTypeProperties (必填)

ShopifyLinkedServiceTypeProperties

Name Description Value
accessToken 可用于访问 Shopify 数据的 API 访问令牌。 如果令牌处于脱机模式,则令牌不会过期。 SecretBase
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 Shopify 服务器的终结点。 (即 mystore.myshopify.com) 任何(必填)
useEncryptedEndpoints 指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 any
useHostVerification 指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 any
usePeerVerification 指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 any

SmartsheetLinkedService

Name Description Value
类型 链接服务的类型。 “Smartsheet”(必填)
typeProperties Smartsheet 链接服务属性。 SmartsheetLinkedServiceTypeProperties (必需)

SmartsheetLinkedServiceTypeProperties

Name Description Value
apiToken Smartsheet 源的 API 令牌。 SecretBase (必需)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串

SnowflakeLinkedService

Name Description Value
类型 链接服务的类型。 'Snowflake'(必填)
typeProperties Snowflake 链接服务属性。 SnowflakeLinkedServiceTypeProperties (必需)

SnowflakeLinkedServiceTypeProperties

Name Description Value
connectionString 雪花的连接字符串。 类型:string、SecureString。 任何(必填)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 连接字符串中密码的 Azure Key Vault 机密引用。 AzureKeyVaultSecretReference

SnowflakeLinkedV2ServiceTypeProperties

Name Description Value
accountIdentifier Snowflake 帐户的帐户标识符,例如 xy12345.east-us-2.azure 任何(必填)
authenticationType 用于身份验证的类型。 类型:字符串。 'AADServicePrincipal'
'Basic'
'KeyPair'
clientId 在 Azure Active Directory 中注册用于 AADServicePrincipal 身份验证的应用程序的客户端 ID。 any
clientSecret 用于 AADServicePrincipal 身份验证的客户端机密的 Azure 密钥保管库机密参考。 SecretBase
数据库 Snowflake 数据库的名称。 任何(必填)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 Snowflake 帐户的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 any
密码 连接字符串中密码的 Azure Key Vault 机密引用。 SecretBase
privateKey 用于 KeyPair 身份验证的 privateKey 的 Azure Key Vault 机密参考。 SecretBase
privateKeyPassphrase 使用加密私钥进行 KeyPair 身份验证的私钥密码的 Azure 密钥保管库机密参考。 SecretBase
角色 在 Snowflake 会话中使用的默认访问控制角色。 类型:字符串(或带有 resultType 字符串的表达式)。 any
架构 连接的架构名称。 类型:字符串(或带有 resultType 字符串的表达式)。 any
作用域 在 Azure Active Directory 中注册用于 AADServicePrincipal 身份验证的应用程序的范围。 any
tenantId 在 Azure Active Directory 中注册用于 AADServicePrincipal 身份验证的应用程序的租户 ID。 any
用户 Snowflake 用户的名称。 any
useUtc时间戳 指示是否对时间戳数据类型使用 UTC 时区。 类型:布尔值。 any
warehouse Snowflake 仓库的名称。 任何(必填)

SnowflakeV2LinkedService

Name Description Value
类型 链接服务的类型。 'SnowflakeV2'(必需)
typeProperties Snowflake 链接服务属性。 SnowflakeLinkedV2ServiceTypeProperties (必需)

SparkLinkedService

Name Description Value
类型 链接服务的类型。 “Spark”(必填)
typeProperties Spark Server 链接服务属性。 SparkLinkedServiceTypeProperties (必需)

SparkLinkedServiceTypeProperties

Name Description Value
allowHostNameCNMismatch 指定是否要求 CA 颁发的 SSL 证书名称与通过 SSL 连接时服务器的主机名匹配。 默认值为 false。 any
allowSelfSignedServerCert 指定是否允许来自服务器的自签名证书。 默认值为 false。 any
authenticationType 用于访问 Spark 服务器的身份验证方法。 'Anonymous'
'Username'
'UsernameAndPassword'
“WindowsAzureHDInsightService”(必需)
enableServerCertificateValidation 指定与服务器的连接是否会验证服务器证书,默认值为 True。 仅适用于版本 2.0 any
enableSsl 指定是否使用 SSL 加密与服务器的连接。 默认值为 false。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 Spark 服务器的 IP 地址或主机名 任何(必填)
httpPath 对应于 Spark 服务器的部分 URL。 any
密码 与你在“用户名”字段中提供的用户名对应的密码 SecretBase
移植 Spark 服务器用来侦听客户端连接的 TCP 端口。 任何(必填)
serverType Spark 服务器的类型。 'SharkServer'
'SharkServer2'
'SparkThriftServer'
thriftTransportProtocol Thrift 层中要使用的传输协议。 'Binary'
“HTTP”的
'SASL'
trustedCertPath 包含受信任的 CA 证书的 .pem 文件的完整路径,用于通过 SSL 连接时验证服务器。 只能在自承载 IR 上使用 SSL 时设置此属性。 默认值是随 IR 一起安装的 cacerts.pem 文件。 any
用户名 用于访问 Spark 服务器的用户名。 any
useSystemTrustStore 指定是使用系统信任存储中的 CA 证书还是使用指定 PEM 文件中的 CA 证书。 默认值为 false。 any

SqlAlwaysEncryptedProperties

Name Description Value
alwaysEncryptedAkvAuthType Sql 始终加密 AKV 身份验证类型。 类型:字符串。 'ManagedIdentity'
'ServicePrincipal'
“UserAssignedManagedIdentity”(必需)
凭据 包含身份验证信息的凭据引用。 CredentialReference
servicePrincipalId Azure Active Directory 中用于 Azure Key Vault 身份验证的应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalKey 用于对 Azure Key Vault 进行身份验证的服务主体的密钥。 SecretBase

SqlServerLinkedService

Name Description Value
类型 链接服务的类型。 'SqlServer'(必需)
typeProperties SQL Server 链接服务属性。 SqlServerLinkedServiceTypeProperties (必需)

SqlServerLinkedServiceTypeProperties

Name Description Value
alwaysEncryptedSettings Sql 始终加密属性。 SqlAlwaysEncryptedProperties
applicationIntent 连接到服务器时的应用程序工作负荷类型,由建议的版本使用。 可能的值为 ReadOnly 和 ReadWrite。 类型:字符串(或带有 resultType 字符串的表达式)。 any
authenticationType 用于身份验证的类型。 类型:字符串。 'SQL'
'UserAssignedManagedIdentity'
'Windows'
commandTimeout 在终止尝试执行命令并生成错误之前(以秒为单位)的默认等待时间(以秒为单位),由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 any
connectionString 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
connectRetryCount 确定有空闲连接失败(由建议的版本使用)后尝试的重新连接数。 这必须是介于 0 和 255 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 any
connectRetryInterval 确定建议的版本使用空闲连接失败后,每个重新连接尝试之间的时间(以秒为单位)。 这必须是介于 1 和 60 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 any
connectTimeout 在终止尝试并生成由建议版本使用的错误之前,等待与服务器的连接的时间长度(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 any
凭据 包含身份验证信息的凭据引用。 CredentialReference
数据库 建议的版本使用的数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 any
加密 指示客户端和服务器之间发送的所有数据是否需要 TLS 加密(由建议的版本使用)。 可能的值为 true/yes/mandatory、false/no/optional 和 strict。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
failoverPartner 如果主服务器关闭(由建议的版本使用)连接到的伙伴服务器的名称或地址。 类型:字符串(或带有 resultType 字符串的表达式)。 any
hostNameInCertificate 验证连接的服务器证书时要使用的主机名。 如果未指定,则数据源中的服务器名称用于证书验证,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 any
integratedSecurity 指示是否在连接(如果为 false)中指定用户 ID 和密码,或者当前 Windows 帐户凭据是否用于身份验证(如果为 true),由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
loadBalanceTimeout 在被建议的版本使用之前,连接在连接池中生存的最短时间(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 any
maxPoolSize 此特定连接字符串的连接池中允许的最大连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 any
minPoolSize 此特定连接字符串的连接池中允许的最小连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 any
multipleActiveResultSets 如果为 true,应用程序可以维护多个活动结果集(MARS)。 如果为 false,应用程序必须处理或取消一个批处理中的所有结果集,然后才能在该连接上执行任何其他批处理(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
multiSubnetFailover 如果应用程序连接到不同子网上的 AlwaysOn 可用性组(AG),则设置 MultiSubnetFailover=true 可以更快地检测和连接到(当前)活动服务器(当前)活动服务器(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
packetSize 用于与服务器实例通信的网络数据包的大小(以字节为单位,由建议的版本使用)。 类型:整数(或包含 resultType 整数的表达式)。 any
密码 本地 Windows 身份验证密码。 SecretBase
pooling 指示每次请求连接时,连接是共用的还是显式打开的,由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
服务器 要连接到的 SQL Server 实例的名称或网络地址,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 any
trustServerCertificate 指示通道是否在绕过证书链来验证推荐版本使用的信任时是否加密通道。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
userName 本地 Windows 身份验证用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

SquareLinkedService

Name Description Value
类型 链接服务的类型。 “正方形”(必填)
typeProperties 方块服务链接服务属性。 SquareLinkedServiceTypeProperties (必需)

SquareLinkedServiceTypeProperties

Name Description Value
clientId 与 Square 应用程序关联的客户端 ID。 any
clientSecret 与 Square 应用程序关联的客户端密码。 SecretBase
connectionProperties 用于连接到 Square 的属性。 它与链接服务中的其他任何属性互斥。 类型:对象。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 Square 实例的 URL。 (即 mystore.mysquare.com) any
redirectUri 在 Square 应用程序仪表板中分配的重定向 URL。 (即 http://localhost:2500) any
useEncryptedEndpoints 指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 any
useHostVerification 指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 any
usePeerVerification 指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 any

SybaseLinkedService

Name Description Value
类型 链接服务的类型。 'Sybase'(必需)
typeProperties Sybase 链接服务属性。 SybaseLinkedServiceTypeProperties (必需)

SybaseLinkedServiceTypeProperties

Name Description Value
authenticationType 要用于连接的 AuthenticationType。 'Basic'
'Windows'
数据库 连接的数据库名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 身份验证密码。 SecretBase
架构 连接的架构名称。 类型:字符串(或带有 resultType 字符串的表达式)。 any
服务器 连接的服务器名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
用户名 身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

TeamDeskLinkedService

Name Description Value
类型 链接服务的类型。 “TeamDesk”(必填)
typeProperties TeamDesk 链接服务属性。 TeamDeskLinkedServiceTypeProperties (必需)

TeamDeskLinkedServiceTypeProperties

Name Description Value
apiToken TeamDesk 源的 API 令牌。 SecretBase
authenticationType 要使用的认证类型。 'Basic'
“令牌”(必填)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 TeamDesk 源的密码。 SecretBase
url 用于连接 TeamDesk 源的 URL。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
userName TeamDesk 源的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

TeradataLinkedService

Name Description Value
类型 链接服务的类型。 “Teradata”(必填)
typeProperties Teradata 链接服务属性。 TeradataLinkedServiceTypeProperties( 必需)

TeradataLinkedServiceTypeProperties

Name Description Value
authenticationType 要用于连接的 AuthenticationType。 'Basic'
'Windows'
characterSet 要用于连接的字符集。 类型:字符串(或带有 resultType 字符串的表达式)。 仅适用于版本 2.0。 any
connectionString Teradata ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 仅适用于版本 1.0。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
httpsPortNumber 通过HTTPS/TLS连接连接到服务器时使用的端口号。 类型:整数(或包含 resultType 整数的表达式)。 仅适用于版本 2.0。 any
maxRespSize SQL请求的响应缓冲区的最大大小,以字节为单位。 类型:整数。 仅适用于版本 2.0。 any
密码 身份验证密码。 SecretBase
portNumber 通过非 HTTPS/TLS 连接连接到服务器的端口号。 类型:整数(或包含 resultType 整数的表达式)。 仅用于 V2。 仅适用于版本 2.0。 any
服务器 连接的服务器名称。 类型:字符串(或带有 resultType 字符串的表达式)。 any
sslMode 用于连接的 SSL 模式。 有效值包括:“Disable”、“Allow”、“Prefer”、“Require”、“Verify-CA”、“Verify-Full”。 默认值为“Verify-Full”。 类型:字符串(或带有 resultType 字符串的表达式)。 仅适用于版本 2.0。 any
useDataEncryption 指定是否对 Teradata 数据库的所有通信进行加密。 允许的值为 0 或 1。 对于 HTTPS/TLS 连接,将忽略此设置。 类型:整数(或包含 resultType 整数的表达式)。 仅适用于版本 2.0。 any
用户名 身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

TwilioLinkedService

Name Description Value
类型 链接服务的类型。 “Twilio”(必填)
typeProperties Twilio 链接服务属性。 TwilioLinkedServiceTypeProperties (必需)

TwilioLinkedServiceTypeProperties

Name Description Value
密码 Twilio 服务的身份验证令牌。 SecretBase (必需)
userName Twilio 服务的帐户 SID。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)

VerticaLinkedService

Name Description Value
类型 链接服务的类型。 'Vertica'(必填)
typeProperties Vertica 链接服务属性。 VerticaLinkedServiceTypeProperties (必需)

VerticaLinkedServiceTypeProperties

Name Description Value
connectionString ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
数据库 连接的数据库名称。 类型:字符串。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
移植 连接的端口。 类型:整数。 any
pwd 连接字符串中密码的 Azure Key Vault 机密引用。 AzureKeyVaultSecretReference
服务器 连接的服务器名称。 类型:字符串。 any
uid 身份验证的用户名。 类型:字符串。 any

WarehouseLinkedService

Name Description Value
类型 链接服务的类型。 “仓库”(必填)
typeProperties Microsoft Fabric Warehouse 链接服务属性。 WarehouseLinkedServiceTypeProperties (必需)

WarehouseLinkedServiceTypeProperties

Name Description Value
artifactId Microsoft Fabric Warehouse 项目的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
authenticationType 要使用的认证类型。 'ServicePrincipal'
'SystemAssignedManagedIdentity'
'UserAssignedManagedIdentity'
凭据 包含身份验证信息的凭据引用。 CredentialReference
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
终结点 Microsoft Fabric Warehouse 服务器的终结点。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
servicePrincipalCredential Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalId 用于对 Microsoft Fabric Warehouse 进行身份验证的应用程序的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalKey 用于对 Microsoft Fabric Warehouse 进行身份验证的应用程序密钥。 SecretBase
租户 服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
workspaceId Microsoft Fabric 工作区的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any

WebAnonymousAuthentication

Name Description Value
authenticationType 用于连接到 Web 表源的身份验证类型。 “匿名”(必填)

WebBasicAuthentication

Name Description Value
authenticationType 用于连接到 Web 表源的身份验证类型。 “基本”(必填)
密码 基本身份验证的密码。 SecretBase (必需)
用户名 基本身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)

WebClientCertificateAuthentication

Name Description Value
authenticationType 用于连接到 Web 表源的身份验证类型。 'ClientCertificate'(必填)
密码 PFX 文件的密码。 SecretBase (必需)
pfx PFX 文件的 Base64 编码内容。 SecretBase (必需)

WebLinkedService

Name Description Value
类型 链接服务的类型。 “Web”(必填)
typeProperties Web 链接服务属性。 WebLinkedServiceTypeProperties (必需)

WebLinkedServiceTypeProperties

Name Description Value
authenticationType 将类型 WebAnonymousAuthentication 设置为“Anonymous”。 将 WebBasicAuthentication 类型设置为“基本”。 对于 WebClientCertificateAuthentication 类型,设置为“ClientCertificate”。 'Anonymous'
'Basic'
'ClientCertificate'(必填)
url Web 服务终结点的 URL,例如 https://www.microsoft.com。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)

XeroLinkedService

Name Description Value
类型 链接服务的类型。 “Xero”(必填)
typeProperties Xero 服务链接服务属性。 XeroLinkedServiceTypeProperties (必需)

XeroLinkedServiceTypeProperties

Name Description Value
connectionProperties 用于连接到 Xero 的属性。 它与链接服务中的其他任何属性互斥。 类型:对象。 any
consumerKey 与 Xero 应用程序关联的使用者密钥。 SecretBase
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 Xero 服务器的终结点。 (即 api.xero.com) any
privateKey 为 Xero 专用应用程序生成的 .pem 文件中的私钥。 必须包括 .pem 文件中的所有文本,包括 Unix 行结尾(
).
SecretBase
useEncryptedEndpoints 指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 any
useHostVerification 指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 any
usePeerVerification 指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 any

ZendeskLinkedService

Name Description Value
类型 链接服务的类型。 “Zendesk”(必填)
typeProperties Zendesk 链接服务属性。 ZendeskLinkedServiceTypeProperties (必需)

ZendeskLinkedServiceTypeProperties

Name Description Value
apiToken Zendesk 源的 API 令牌。 SecretBase
authenticationType 要使用的认证类型。 'Basic'
“令牌”(必填)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 Zendesk 源的密码。 SecretBase
url 用于连接 Zendesk 源的 URL。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
userName Zendesk 源的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

ZohoLinkedService

Name Description Value
类型 链接服务的类型。 “Zoho”(必填)
typeProperties Zoho 服务器链接服务属性。 ZohoLinkedServiceTypeProperties (必填)

ZohoLinkedServiceTypeProperties

Name Description Value
accessToken 用于 Zoho 身份验证的访问令牌。 SecretBase
connectionProperties 用于连接到 Zoho 的属性。 它与链接服务中的其他任何属性互斥。 类型:对象。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
终结点 Zoho 服务器的终结点。 (即 crm.zoho.com/crm/private) any
useEncryptedEndpoints 指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 any
useHostVerification 指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 any
usePeerVerification 指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 any

用法示例

Azure 快速入门模板

以下 Azure 快速入门模板 部署此资源类型。

Template Description
创建 V2 数据工厂

部署到 Azure
此模板创建一个 V2 数据工厂,用于将数据从 Azure Blob 存储中的文件夹复制到存储中的另一个文件夹。
在 Azure 体系结构 上部署体育分析

部署到 Azure
创建启用了 ADLS Gen 2 的 Azure 存储帐户、存储帐户的链接服务的 Azure 数据工厂实例(如果已部署的 Azure SQL 数据库)和 Azure Databricks 实例。 将为部署模板的用户的 AAD 标识以及 ADF 实例的托管标识授予存储帐户上的存储 Blob 数据参与者角色。 还有一些选项可用于部署 Azure Key Vault 实例、Azure SQL 数据库和 Azure 事件中心(用于流式处理用例)。 部署 Azure Key Vault 后,将为部署模板的用户提供数据工厂托管标识和 AAD 标识,并被授予 Key Vault 机密用户角色。
可以使用 Azure 数据工厂 更多 - 单击一次尝试 Azure 数据工厂

部署到 Azure
此模板为从 Azure Blob 复制到另一个 Azure Blob 中的复制活动创建数据工厂管道

Terraform (AzAPI 提供程序)资源定义

可以使用目标作部署工厂/linkedservices 资源类型:

有关每个 API 版本中已更改属性的列表,请参阅 更改日志

资源格式

若要创建 Microsoft.DataFactory/factories/linkedservices 资源,请将以下 Terraform 添加到模板。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.DataFactory/factories/linkedservices@2018-06-01"
  name = "string"
  parent_id = "string"
  body = {
    properties = {
      annotations = [
        ?
      ]
      connectVia = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      description = "string"
      parameters = {
        {customized property} = {
          defaultValue = ?
          type = "string"
        }
      }
      version = "string"
      type = "string"
      // For remaining properties, see LinkedService objects
    }
  }
}

WebLinkedServiceTypeProperties 对象

设置 authenticationType 属性以指定对象的类型。

对于 匿名,请使用:

{
  authenticationType = "Anonymous"
}

对于 基本版,请使用:

{
  authenticationType = "Basic"
  password = {
    type = "string"
    // For remaining properties, see SecretBase objects
  }
  username = ?
}

对于 ClientCertificate,请使用:

{
  authenticationType = "ClientCertificate"
  password = {
    type = "string"
    // For remaining properties, see SecretBase objects
  }
  pfx = {
    type = "string"
    // For remaining properties, see SecretBase objects
  }
}

LinkedService 对象

设置 类型 属性以指定对象的类型。

对于 AmazonMWS,请使用:

{
  type = "AmazonMWS"
  typeProperties = {
    accessKeyId = ?
    encryptedCredential = "string"
    endpoint = ?
    marketplaceID = ?
    mwsAuthToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    secretKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    sellerID = ?
    useEncryptedEndpoints = ?
    useHostVerification = ?
    usePeerVerification = ?
  }
}

对于 AmazonRdsForOracle,请使用:

{
  type = "AmazonRdsForOracle"
  typeProperties = {
    authenticationType = "string"
    connectionString = ?
    cryptoChecksumClient = ?
    cryptoChecksumTypesClient = ?
    enableBulkLoad = ?
    encryptedCredential = "string"
    encryptionClient = ?
    encryptionTypesClient = ?
    fetchSize = ?
    fetchTswtzAsTimestamp = ?
    initializationString = ?
    initialLobFetchSize = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    server = ?
    statementCacheSize = ?
    supportV1DataTypes = ?
    username = ?
  }
}

对于 AmazonRdsForSqlServer,请使用:

{
  type = "AmazonRdsForSqlServer"
  typeProperties = {
    alwaysEncryptedSettings = {
      alwaysEncryptedAkvAuthType = "string"
      credential = {
        referenceName = "string"
        type = "string"
      }
      servicePrincipalId = ?
      servicePrincipalKey = {
        type = "string"
        // For remaining properties, see SecretBase objects
      }
    }
    applicationIntent = ?
    authenticationType = "string"
    commandTimeout = ?
    connectionString = ?
    connectRetryCount = ?
    connectRetryInterval = ?
    connectTimeout = ?
    database = ?
    encrypt = ?
    encryptedCredential = "string"
    failoverPartner = ?
    hostNameInCertificate = ?
    integratedSecurity = ?
    loadBalanceTimeout = ?
    maxPoolSize = ?
    minPoolSize = ?
    multipleActiveResultSets = ?
    multiSubnetFailover = ?
    packetSize = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    pooling = ?
    server = ?
    trustServerCertificate = ?
    userName = ?
  }
}

对于 AmazonRedshift,请使用:

{
  type = "AmazonRedshift"
  typeProperties = {
    database = ?
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    port = ?
    server = ?
    username = ?
  }
}

对于 AmazonS3,请使用:

{
  type = "AmazonS3"
  typeProperties = {
    accessKeyId = ?
    authenticationType = ?
    encryptedCredential = "string"
    secretAccessKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    serviceUrl = ?
    sessionToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }
}

对于 AmazonS3Compatible,请使用:

{
  type = "AmazonS3Compatible"
  typeProperties = {
    accessKeyId = ?
    encryptedCredential = "string"
    forcePathStyle = ?
    secretAccessKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    serviceUrl = ?
  }
}

对于 AppFigures,请使用:

{
  type = "AppFigures"
  typeProperties = {
    clientKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    userName = ?
  }
}

对于 Asana,请使用:

{
  type = "Asana"
  typeProperties = {
    apiToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
  }
}

对于 AzureBatch,请使用:

{
  type = "AzureBatch"
  typeProperties = {
    accessKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    accountName = ?
    batchUri = ?
    credential = {
      referenceName = "string"
      type = "string"
    }
    encryptedCredential = "string"
    linkedServiceName = {
      parameters = {
        {customized property} = ?
      }
      referenceName = "string"
      type = "string"
    }
    poolName = ?
  }
}

对于 AzureBlobFS,请使用:

{
  type = "AzureBlobFS"
  typeProperties = {
    accountKey = ?
    azureCloudType = ?
    credential = {
      referenceName = "string"
      type = "string"
    }
    encryptedCredential = "string"
    sasToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    sasUri = ?
    servicePrincipalCredential = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredentialType = ?
    servicePrincipalId = ?
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    tenant = ?
    url = ?
  }
}

对于 AzureBlobStorage,请使用:

{
  type = "AzureBlobStorage"
  typeProperties = {
    accountKey = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
    accountKind = ?
    authenticationType = "string"
    azureCloudType = ?
    connectionString = ?
    containerUri = ?
    credential = {
      referenceName = "string"
      type = "string"
    }
    encryptedCredential = "string"
    sasToken = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
    sasUri = ?
    serviceEndpoint = ?
    servicePrincipalId = ?
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    tenant = ?
  }
}

对于 AzureDataExplorer,请使用:

{
  type = "AzureDataExplorer"
  typeProperties = {
    credential = {
      referenceName = "string"
      type = "string"
    }
    database = ?
    endpoint = ?
    servicePrincipalId = ?
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    tenant = ?
  }
}

对于 AzureDataLakeAnalytics,请使用:

{
  type = "AzureDataLakeAnalytics"
  typeProperties = {
    accountName = ?
    dataLakeAnalyticsUri = ?
    encryptedCredential = "string"
    resourceGroupName = ?
    servicePrincipalId = ?
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    subscriptionId = ?
    tenant = ?
  }
}

对于 AzureDataLakeStore,请使用:

{
  type = "AzureDataLakeStore"
  typeProperties = {
    accountName = ?
    azureCloudType = ?
    credential = {
      referenceName = "string"
      type = "string"
    }
    dataLakeStoreUri = ?
    encryptedCredential = "string"
    resourceGroupName = ?
    servicePrincipalId = ?
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    subscriptionId = ?
    tenant = ?
  }
}

对于 AzureDatabricks,请使用:

{
  type = "AzureDatabricks"
  typeProperties = {
    accessToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    authentication = ?
    credential = {
      referenceName = "string"
      type = "string"
    }
    dataSecurityMode = ?
    domain = ?
    encryptedCredential = "string"
    existingClusterId = ?
    instancePoolId = ?
    newClusterCustomTags = {
      {customized property} = ?
    }
    newClusterDriverNodeType = ?
    newClusterEnableElasticDisk = ?
    newClusterInitScripts = ?
    newClusterLogDestination = ?
    newClusterNodeType = ?
    newClusterNumOfWorker = ?
    newClusterSparkConf = {
      {customized property} = ?
    }
    newClusterSparkEnvVars = {
      {customized property} = ?
    }
    newClusterVersion = ?
    policyId = ?
    workspaceResourceId = ?
  }
}

对于 AzureDatabricksDeltaLake,请使用:

{
  type = "AzureDatabricksDeltaLake"
  typeProperties = {
    accessToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    clusterId = ?
    credential = {
      referenceName = "string"
      type = "string"
    }
    domain = ?
    encryptedCredential = "string"
    workspaceResourceId = ?
  }
}

对于 AzureFileStorage,请使用:

{
  type = "AzureFileStorage"
  typeProperties = {
    accountKey = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
    connectionString = ?
    credential = {
      referenceName = "string"
      type = "string"
    }
    encryptedCredential = "string"
    fileShare = ?
    host = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    sasToken = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
    sasUri = ?
    serviceEndpoint = ?
    snapshot = ?
    userId = ?
  }
}

对于 AzureFunction,请使用:

{
  type = "AzureFunction"
  typeProperties = {
    authentication = ?
    credential = {
      referenceName = "string"
      type = "string"
    }
    encryptedCredential = "string"
    functionAppUrl = ?
    functionKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    resourceId = ?
  }
}

对于 AzureKeyVault,请使用:

{
  type = "AzureKeyVault"
  typeProperties = {
    baseUrl = ?
    credential = {
      referenceName = "string"
      type = "string"
    }
  }
}

对于 AzureML,请使用:

{
  type = "AzureML"
  typeProperties = {
    apiKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    authentication = ?
    encryptedCredential = "string"
    mlEndpoint = ?
    servicePrincipalId = ?
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    tenant = ?
    updateResourceEndpoint = ?
  }
}

对于 AzureMLService,请使用:

{
  type = "AzureMLService"
  typeProperties = {
    authentication = ?
    encryptedCredential = "string"
    mlWorkspaceName = ?
    resourceGroupName = ?
    servicePrincipalId = ?
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    subscriptionId = ?
    tenant = ?
  }
}

对于 AzureMariaDB,请使用:

{
  type = "AzureMariaDB"
  typeProperties = {
    connectionString = ?
    encryptedCredential = "string"
    pwd = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
  }
}

对于 AzureMySql,请使用:

{
  type = "AzureMySql"
  typeProperties = {
    connectionString = ?
    encryptedCredential = "string"
    password = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
  }
}

对于 AzurePostgreSql,请使用:

{
  type = "AzurePostgreSql"
  typeProperties = {
    azureCloudType = ?
    commandTimeout = ?
    connectionString = ?
    credential = {
      referenceName = "string"
      type = "string"
    }
    database = ?
    encoding = ?
    encryptedCredential = "string"
    password = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
    port = ?
    readBufferSize = ?
    server = ?
    servicePrincipalCredentialType = ?
    servicePrincipalEmbeddedCert = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalEmbeddedCertPassword = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalId = ?
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    sslMode = ?
    tenant = ?
    timeout = ?
    timezone = ?
    trustServerCertificate = ?
    username = ?
  }
}

对于 AzureSearch,请使用:

{
  type = "AzureSearch"
  typeProperties = {
    encryptedCredential = "string"
    key = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    url = ?
  }
}

对于 AzureSqlDW,请使用:

{
  type = "AzureSqlDW"
  typeProperties = {
    applicationIntent = ?
    authenticationType = "string"
    azureCloudType = ?
    commandTimeout = ?
    connectionString = ?
    connectRetryCount = ?
    connectRetryInterval = ?
    connectTimeout = ?
    credential = {
      referenceName = "string"
      type = "string"
    }
    database = ?
    encrypt = ?
    encryptedCredential = "string"
    failoverPartner = ?
    hostNameInCertificate = ?
    integratedSecurity = ?
    loadBalanceTimeout = ?
    maxPoolSize = ?
    minPoolSize = ?
    multipleActiveResultSets = ?
    multiSubnetFailover = ?
    packetSize = ?
    password = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
    pooling = ?
    server = ?
    servicePrincipalCredential = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredentialType = ?
    servicePrincipalId = ?
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    tenant = ?
    trustServerCertificate = ?
    userName = ?
  }
}

对于 AzureSqlDatabase,请使用:

{
  type = "AzureSqlDatabase"
  typeProperties = {
    alwaysEncryptedSettings = {
      alwaysEncryptedAkvAuthType = "string"
      credential = {
        referenceName = "string"
        type = "string"
      }
      servicePrincipalId = ?
      servicePrincipalKey = {
        type = "string"
        // For remaining properties, see SecretBase objects
      }
    }
    applicationIntent = ?
    authenticationType = "string"
    azureCloudType = ?
    commandTimeout = ?
    connectionString = ?
    connectRetryCount = ?
    connectRetryInterval = ?
    connectTimeout = ?
    credential = {
      referenceName = "string"
      type = "string"
    }
    database = ?
    encrypt = ?
    encryptedCredential = "string"
    failoverPartner = ?
    hostNameInCertificate = ?
    integratedSecurity = ?
    loadBalanceTimeout = ?
    maxPoolSize = ?
    minPoolSize = ?
    multipleActiveResultSets = ?
    multiSubnetFailover = ?
    packetSize = ?
    password = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
    pooling = ?
    server = ?
    servicePrincipalCredential = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredentialType = ?
    servicePrincipalId = ?
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    tenant = ?
    trustServerCertificate = ?
    userName = ?
  }
}

对于 AzureSqlMI,请使用:

{
  type = "AzureSqlMI"
  typeProperties = {
    alwaysEncryptedSettings = {
      alwaysEncryptedAkvAuthType = "string"
      credential = {
        referenceName = "string"
        type = "string"
      }
      servicePrincipalId = ?
      servicePrincipalKey = {
        type = "string"
        // For remaining properties, see SecretBase objects
      }
    }
    applicationIntent = ?
    authenticationType = "string"
    azureCloudType = ?
    commandTimeout = ?
    connectionString = ?
    connectRetryCount = ?
    connectRetryInterval = ?
    connectTimeout = ?
    credential = {
      referenceName = "string"
      type = "string"
    }
    database = ?
    encrypt = ?
    encryptedCredential = "string"
    failoverPartner = ?
    hostNameInCertificate = ?
    integratedSecurity = ?
    loadBalanceTimeout = ?
    maxPoolSize = ?
    minPoolSize = ?
    multipleActiveResultSets = ?
    multiSubnetFailover = ?
    packetSize = ?
    password = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
    pooling = ?
    server = ?
    servicePrincipalCredential = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredentialType = ?
    servicePrincipalId = ?
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    tenant = ?
    trustServerCertificate = ?
    userName = ?
  }
}

对于 AzureStorage,请使用:

{
  type = "AzureStorage"
  typeProperties = {
    accountKey = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
    connectionString = ?
    encryptedCredential = "string"
    sasToken = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
    sasUri = ?
  }
}

对于 AzureSynapseArtifacts,请使用:

{
  type = "AzureSynapseArtifacts"
  typeProperties = {
    authentication = ?
    endpoint = ?
    workspaceResourceId = ?
  }
}

对于 AzureTableStorage,请使用:

{
  type = "AzureTableStorage"
  typeProperties = {
    accountKey = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
    connectionString = ?
    credential = {
      referenceName = "string"
      type = "string"
    }
    encryptedCredential = "string"
    sasToken = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
    sasUri = ?
    serviceEndpoint = ?
  }
}

对于 Cassandra,请使用:

{
  type = "Cassandra"
  typeProperties = {
    authenticationType = ?
    encryptedCredential = "string"
    host = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    port = ?
    username = ?
  }
}

对于 CommonDataServiceForApps,请使用:

{
  type = "CommonDataServiceForApps"
  typeProperties = {
    authenticationType = ?
    deploymentType = ?
    domain = ?
    encryptedCredential = "string"
    hostName = ?
    organizationName = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    port = ?
    servicePrincipalCredential = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredentialType = ?
    servicePrincipalId = ?
    serviceUri = ?
    username = ?
  }
}

对于 Concur,请使用:

{
  type = "Concur"
  typeProperties = {
    clientId = ?
    connectionProperties = ?
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    useEncryptedEndpoints = ?
    useHostVerification = ?
    usePeerVerification = ?
    username = ?
  }
}

对于 CosmosDb,请使用:

{
  type = "CosmosDb"
  typeProperties = {
    accountEndpoint = ?
    accountKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    azureCloudType = ?
    connectionMode = "string"
    connectionString = ?
    credential = {
      referenceName = "string"
      type = "string"
    }
    database = ?
    encryptedCredential = "string"
    servicePrincipalCredential = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredentialType = ?
    servicePrincipalId = ?
    tenant = ?
  }
}

对于 CosmosDbMongoDbApi,请使用:

{
  type = "CosmosDbMongoDbApi"
  typeProperties = {
    connectionString = ?
    database = ?
    isServerVersionAbove32 = ?
  }
}

对于 Couchbase,请使用:

{
  type = "Couchbase"
  typeProperties = {
    connectionString = ?
    credString = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
    encryptedCredential = "string"
  }
}

对于 CustomDataSource,请使用:

{
  type = "CustomDataSource"
  typeProperties = ?
}

对于 Dataworld,请使用:

{
  type = "Dataworld"
  typeProperties = {
    apiToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
  }
}

对于 Db2,请使用:

{
  type = "Db2"
  typeProperties = {
    authenticationType = "string"
    certificateCommonName = ?
    connectionString = ?
    database = ?
    encryptedCredential = "string"
    packageCollection = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    server = ?
    username = ?
  }
}

对于 钻头,请使用:

{
  type = "Drill"
  typeProperties = {
    connectionString = ?
    encryptedCredential = "string"
    pwd = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
  }
}

对于 Dynamics,请使用:

{
  type = "Dynamics"
  typeProperties = {
    authenticationType = ?
    credential = {
      referenceName = "string"
      type = "string"
    }
    deploymentType = ?
    domain = ?
    encryptedCredential = "string"
    hostName = ?
    organizationName = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    port = ?
    servicePrincipalCredential = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredentialType = ?
    servicePrincipalId = ?
    serviceUri = ?
    username = ?
  }
}

对于 DynamicsAX,请使用:

{
  type = "DynamicsAX"
  typeProperties = {
    aadResourceId = ?
    encryptedCredential = "string"
    servicePrincipalId = ?
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    tenant = ?
    url = ?
  }
}

对于 DynamicsCrm,请使用:

{
  type = "DynamicsCrm"
  typeProperties = {
    authenticationType = ?
    credential = {
      referenceName = "string"
      type = "string"
    }
    deploymentType = ?
    domain = ?
    encryptedCredential = "string"
    hostName = ?
    organizationName = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    port = ?
    servicePrincipalCredential = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredentialType = ?
    servicePrincipalId = ?
    serviceUri = ?
    username = ?
  }
}

对于 Eloqua,请使用:

{
  type = "Eloqua"
  typeProperties = {
    encryptedCredential = "string"
    endpoint = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    useEncryptedEndpoints = ?
    useHostVerification = ?
    usePeerVerification = ?
    username = ?
  }
}

对于 FileServer,请使用:

{
  type = "FileServer"
  typeProperties = {
    encryptedCredential = "string"
    host = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    userId = ?
  }
}

对于 FtpServer,请使用:

{
  type = "FtpServer"
  typeProperties = {
    authenticationType = "string"
    enableServerCertificateValidation = ?
    enableSsl = ?
    encryptedCredential = "string"
    host = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    port = ?
    userName = ?
  }
}

对于 GoogleAdWords,请使用:

{
  type = "GoogleAdWords"
  typeProperties = {
    authenticationType = "string"
    clientCustomerID = ?
    clientId = ?
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    connectionProperties = ?
    developerToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    email = ?
    encryptedCredential = "string"
    googleAdsApiVersion = ?
    keyFilePath = ?
    loginCustomerID = ?
    privateKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    refreshToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    supportLegacyDataTypes = ?
    trustedCertPath = ?
    useSystemTrustStore = ?
  }
}

对于 GoogleBigQuery,请使用:

{
  type = "GoogleBigQuery"
  typeProperties = {
    additionalProjects = ?
    authenticationType = "string"
    clientId = ?
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    email = ?
    encryptedCredential = "string"
    keyFilePath = ?
    project = ?
    refreshToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    requestGoogleDriveScope = ?
    trustedCertPath = ?
    useSystemTrustStore = ?
  }
}

对于 GoogleBigQueryV2,请使用:

{
  type = "GoogleBigQueryV2"
  typeProperties = {
    authenticationType = "string"
    clientId = ?
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
    keyFileContent = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    projectId = ?
    refreshToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }
}

对于 GoogleCloudStorage,请使用:

{
  type = "GoogleCloudStorage"
  typeProperties = {
    accessKeyId = ?
    encryptedCredential = "string"
    secretAccessKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    serviceUrl = ?
  }
}

对于 GoogleSheets,请使用:

{
  type = "GoogleSheets"
  typeProperties = {
    apiToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
  }
}

对于 Greenplum,请使用:

{
  type = "Greenplum"
  typeProperties = {
    authenticationType = "string"
    commandTimeout = ?
    connectionString = ?
    connectionTimeout = ?
    database = ?
    encryptedCredential = "string"
    host = ?
    port = ?
    pwd = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
    sslMode = ?
    username = ?
  }
}

对于 HBase,请使用:

{
  type = "HBase"
  typeProperties = {
    allowHostNameCNMismatch = ?
    allowSelfSignedServerCert = ?
    authenticationType = "string"
    enableSsl = ?
    encryptedCredential = "string"
    host = ?
    httpPath = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    port = ?
    trustedCertPath = ?
    username = ?
  }
}

对于 HDInsight,请使用:

{
  type = "HDInsight"
  typeProperties = {
    clusterAuthType = "string"
    clusterUri = ?
    credential = {
      referenceName = "string"
      type = "string"
    }
    encryptedCredential = "string"
    fileSystem = ?
    hcatalogLinkedServiceName = {
      parameters = {
        {customized property} = ?
      }
      referenceName = "string"
      type = "string"
    }
    isEspEnabled = ?
    linkedServiceName = {
      parameters = {
        {customized property} = ?
      }
      referenceName = "string"
      type = "string"
    }
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    userName = ?
  }
}

对于 HDInsightOnDemand,请使用:

{
  type = "HDInsightOnDemand"
  typeProperties = {
    additionalLinkedServiceNames = [
      {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
    ]
    clusterNamePrefix = ?
    clusterPassword = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    clusterResourceGroup = ?
    clusterResourceGroupAuthType = "string"
    clusterSize = ?
    clusterSshPassword = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    clusterSshUserName = ?
    clusterType = ?
    clusterUserName = ?
    coreConfiguration = ?
    credential = {
      referenceName = "string"
      type = "string"
    }
    dataNodeSize = ?
    encryptedCredential = "string"
    hBaseConfiguration = ?
    hcatalogLinkedServiceName = {
      parameters = {
        {customized property} = ?
      }
      referenceName = "string"
      type = "string"
    }
    hdfsConfiguration = ?
    headNodeSize = ?
    hiveConfiguration = ?
    hostSubscriptionId = ?
    linkedServiceName = {
      parameters = {
        {customized property} = ?
      }
      referenceName = "string"
      type = "string"
    }
    mapReduceConfiguration = ?
    oozieConfiguration = ?
    scriptActions = [
      {
        name = "string"
        parameters = "string"
        roles = ?
        uri = "string"
      }
    ]
    servicePrincipalId = ?
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    sparkVersion = ?
    stormConfiguration = ?
    subnetName = ?
    tenant = ?
    timeToLive = ?
    version = ?
    virtualNetworkId = ?
    yarnConfiguration = ?
    zookeeperNodeSize = ?
  }
}

对于 Hdfs,请使用:

{
  type = "Hdfs"
  typeProperties = {
    authenticationType = ?
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    url = ?
    userName = ?
  }
}

对于 Hive,请使用:

{
  type = "Hive"
  typeProperties = {
    allowHostNameCNMismatch = ?
    allowSelfSignedServerCert = ?
    authenticationType = "string"
    enableServerCertificateValidation = ?
    enableSsl = ?
    encryptedCredential = "string"
    host = ?
    httpPath = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    port = ?
    serverType = "string"
    serviceDiscoveryMode = ?
    thriftTransportProtocol = "string"
    trustedCertPath = ?
    useNativeQuery = ?
    username = ?
    useSystemTrustStore = ?
    zooKeeperNameSpace = ?
  }
}

对于 HttpServer,请使用:

{
  type = "HttpServer"
  typeProperties = {
    authenticationType = "string"
    authHeaders = ?
    certThumbprint = ?
    embeddedCertData = ?
    enableServerCertificateValidation = ?
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    url = ?
    userName = ?
  }
}

对于 Hubspot,请使用:

{
  type = "Hubspot"
  typeProperties = {
    accessToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    clientId = ?
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
    refreshToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    useEncryptedEndpoints = ?
    useHostVerification = ?
    usePeerVerification = ?
  }
}

对于 Impala,请使用:

{
  type = "Impala"
  typeProperties = {
    allowHostNameCNMismatch = ?
    allowSelfSignedServerCert = ?
    authenticationType = "string"
    enableServerCertificateValidation = ?
    enableSsl = ?
    encryptedCredential = "string"
    host = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    port = ?
    thriftTransportProtocol = "string"
    trustedCertPath = ?
    username = ?
    useSystemTrustStore = ?
  }
}

对于 Informix,请使用:

{
  type = "Informix"
  typeProperties = {
    authenticationType = ?
    connectionString = ?
    credential = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    userName = ?
  }
}

对于 Jira,请使用:

{
  type = "Jira"
  typeProperties = {
    encryptedCredential = "string"
    host = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    port = ?
    useEncryptedEndpoints = ?
    useHostVerification = ?
    usePeerVerification = ?
    username = ?
  }
}

对于 Lakehouse,请使用:

{
  type = "Lakehouse"
  typeProperties = {
    artifactId = ?
    authenticationType = "string"
    credential = {
      referenceName = "string"
      type = "string"
    }
    encryptedCredential = "string"
    servicePrincipalCredential = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredentialType = ?
    servicePrincipalId = ?
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    tenant = ?
    workspaceId = ?
  }
}

对于 Magento,请使用:

{
  type = "Magento"
  typeProperties = {
    accessToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
    host = ?
    useEncryptedEndpoints = ?
    useHostVerification = ?
    usePeerVerification = ?
  }
}

对于 MariaDB,请使用:

{
  type = "MariaDB"
  typeProperties = {
    connectionString = ?
    database = ?
    driverVersion = ?
    encryptedCredential = "string"
    password = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
    port = ?
    server = ?
    sslMode = ?
    username = ?
    useSystemTrustStore = ?
  }
}

对于 Marketo,请使用:

{
  type = "Marketo"
  typeProperties = {
    clientId = ?
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
    endpoint = ?
    useEncryptedEndpoints = ?
    useHostVerification = ?
    usePeerVerification = ?
  }
}

对于 MicrosoftAccess,请使用:

{
  type = "MicrosoftAccess"
  typeProperties = {
    authenticationType = ?
    connectionString = ?
    credential = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    userName = ?
  }
}

对于 MongoDb,请使用:

{
  type = "MongoDb"
  typeProperties = {
    allowSelfSignedServerCert = ?
    authenticationType = "string"
    authSource = ?
    databaseName = ?
    enableSsl = ?
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    port = ?
    server = ?
    username = ?
  }
}

对于 MongoDbAtlas,请使用:

{
  type = "MongoDbAtlas"
  typeProperties = {
    connectionString = ?
    database = ?
    driverVersion = ?
  }
}

对于 MongoDbV2,请使用:

{
  type = "MongoDbV2"
  typeProperties = {
    connectionString = ?
    database = ?
  }
}

对于 MySql,请使用:

{
  type = "MySql"
  typeProperties = {
    allowZeroDateTime = ?
    connectionString = ?
    connectionTimeout = ?
    convertZeroDateTime = ?
    database = ?
    driverVersion = ?
    encryptedCredential = "string"
    guidFormat = ?
    password = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
    port = ?
    server = ?
    sslCert = ?
    sslKey = ?
    sslMode = ?
    treatTinyAsBoolean = ?
    username = ?
    useSystemTrustStore = ?
  }
}

对于 Netezza,请使用:

{
  type = "Netezza"
  typeProperties = {
    connectionString = ?
    database = ?
    encryptedCredential = "string"
    port = ?
    pwd = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
    securityLevel = "string"
    server = ?
    uid = ?
  }
}

对于 OData,请使用:

{
  type = "OData"
  typeProperties = {
    aadResourceId = ?
    aadServicePrincipalCredentialType = "string"
    authenticationType = "string"
    authHeaders = ?
    azureCloudType = ?
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalEmbeddedCert = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalEmbeddedCertPassword = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalId = ?
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    tenant = ?
    url = ?
    userName = ?
  }
}

对于 Odbc,请使用:

{
  type = "Odbc"
  typeProperties = {
    authenticationType = ?
    connectionString = ?
    credential = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    userName = ?
  }
}

对于 Office365,请使用:

{
  type = "Office365"
  typeProperties = {
    encryptedCredential = "string"
    office365TenantId = ?
    servicePrincipalCredentialType = ?
    servicePrincipalEmbeddedCert = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalEmbeddedCertPassword = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalId = ?
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalTenantId = ?
  }
}

对于 Oracle,请使用:

{
  type = "Oracle"
  typeProperties = {
    authenticationType = "string"
    connectionString = ?
    cryptoChecksumClient = ?
    cryptoChecksumTypesClient = ?
    enableBulkLoad = ?
    encryptedCredential = "string"
    encryptionClient = ?
    encryptionTypesClient = ?
    fetchSize = ?
    fetchTswtzAsTimestamp = ?
    initializationString = ?
    initialLobFetchSize = ?
    password = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
    server = ?
    statementCacheSize = ?
    supportV1DataTypes = ?
    username = ?
  }
}

对于 OracleCloudStorage,请使用:

{
  type = "OracleCloudStorage"
  typeProperties = {
    accessKeyId = ?
    encryptedCredential = "string"
    secretAccessKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    serviceUrl = ?
  }
}

对于 OracleServiceCloud,请使用:

{
  type = "OracleServiceCloud"
  typeProperties = {
    encryptedCredential = "string"
    host = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    useEncryptedEndpoints = ?
    useHostVerification = ?
    usePeerVerification = ?
    username = ?
  }
}

对于 PayPal,请使用:

{
  type = "Paypal"
  typeProperties = {
    clientId = ?
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
    host = ?
    useEncryptedEndpoints = ?
    useHostVerification = ?
    usePeerVerification = ?
  }
}

对于 凤凰,请使用:

{
  type = "Phoenix"
  typeProperties = {
    allowHostNameCNMismatch = ?
    allowSelfSignedServerCert = ?
    authenticationType = "string"
    enableSsl = ?
    encryptedCredential = "string"
    host = ?
    httpPath = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    port = ?
    trustedCertPath = ?
    username = ?
    useSystemTrustStore = ?
  }
}

对于 PostgreSql,请使用:

{
  type = "PostgreSql"
  typeProperties = {
    connectionString = ?
    encryptedCredential = "string"
    password = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
  }
}

对于 PostgreSqlV2,请使用:

{
  type = "PostgreSqlV2"
  typeProperties = {
    authenticationType = ?
    commandTimeout = ?
    connectionTimeout = ?
    database = ?
    encoding = ?
    encryptedCredential = "string"
    logParameters = ?
    password = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
    pooling = ?
    port = ?
    readBufferSize = ?
    schema = ?
    server = ?
    sslCertificate = ?
    sslKey = ?
    sslMode = ?
    sslPassword = ?
    timezone = ?
    trustServerCertificate = ?
    username = ?
  }
}

对于 Presto,请使用:

{
  type = "Presto"
  typeProperties = {
    allowHostNameCNMismatch = ?
    allowSelfSignedServerCert = ?
    authenticationType = "string"
    catalog = ?
    enableServerCertificateValidation = ?
    enableSsl = ?
    encryptedCredential = "string"
    host = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    port = ?
    serverVersion = ?
    timeZoneID = ?
    trustedCertPath = ?
    username = ?
    useSystemTrustStore = ?
  }
}

对于 QuickBooks,请使用:

{
  type = "QuickBooks"
  typeProperties = {
    accessToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    accessTokenSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    companyId = ?
    connectionProperties = ?
    consumerKey = ?
    consumerSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
    endpoint = ?
    refreshToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    useEncryptedEndpoints = ?
  }
}

对于 Quickbase,请使用:

{
  type = "Quickbase"
  typeProperties = {
    encryptedCredential = "string"
    url = ?
    userToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }
}

对于 Responsys,请使用:

{
  type = "Responsys"
  typeProperties = {
    clientId = ?
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
    endpoint = ?
    useEncryptedEndpoints = ?
    useHostVerification = ?
    usePeerVerification = ?
  }
}

对于 RestService,请使用:

{
  type = "RestService"
  typeProperties = {
    aadResourceId = ?
    authenticationType = "string"
    authHeaders = ?
    azureCloudType = ?
    clientId = ?
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    credential = {
      referenceName = "string"
      type = "string"
    }
    enableServerCertificateValidation = ?
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    resource = ?
    scope = ?
    servicePrincipalCredentialType = ?
    servicePrincipalEmbeddedCert = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalEmbeddedCertPassword = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalId = ?
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    tenant = ?
    tokenEndpoint = ?
    url = ?
    userName = ?
  }
}

对于 Salesforce,请使用:

{
  type = "Salesforce"
  typeProperties = {
    apiVersion = ?
    encryptedCredential = "string"
    environmentUrl = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    securityToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    username = ?
  }
}

对于 SalesforceMarketingCloud,请使用:

{
  type = "SalesforceMarketingCloud"
  typeProperties = {
    clientId = ?
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    connectionProperties = ?
    encryptedCredential = "string"
    useEncryptedEndpoints = ?
    useHostVerification = ?
    usePeerVerification = ?
  }
}

对于 SalesforceServiceCloud,请使用:

{
  type = "SalesforceServiceCloud"
  typeProperties = {
    apiVersion = ?
    encryptedCredential = "string"
    environmentUrl = ?
    extendedProperties = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    securityToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    username = ?
  }
}

对于 SalesforceServiceCloudV2,请使用:

{
  type = "SalesforceServiceCloudV2"
  typeProperties = {
    apiVersion = ?
    authenticationType = ?
    clientId = ?
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
    environmentUrl = ?
  }
}

对于 SalesforceV2,请使用:

{
  type = "SalesforceV2"
  typeProperties = {
    apiVersion = ?
    authenticationType = ?
    clientId = ?
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
    environmentUrl = ?
  }
}

对于 SapBW,请使用:

{
  type = "SapBW"
  typeProperties = {
    clientId = ?
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    server = ?
    systemNumber = ?
    userName = ?
  }
}

对于 SapCloudForCustomer,请使用:

{
  type = "SapCloudForCustomer"
  typeProperties = {
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    url = ?
    username = ?
  }
}

对于 SapEcc,请使用:

{
  type = "SapEcc"
  typeProperties = {
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    url = ?
    username = ?
  }
}

对于 SapHana,请使用:

{
  type = "SapHana"
  typeProperties = {
    authenticationType = "string"
    connectionString = ?
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    server = ?
    userName = ?
  }
}

对于 SapOdp,请使用:

{
  type = "SapOdp"
  typeProperties = {
    clientId = ?
    encryptedCredential = "string"
    language = ?
    logonGroup = ?
    messageServer = ?
    messageServerService = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    server = ?
    sncLibraryPath = ?
    sncMode = ?
    sncMyName = ?
    sncPartnerName = ?
    sncQop = ?
    subscriberName = ?
    systemId = ?
    systemNumber = ?
    userName = ?
    x509CertificatePath = ?
  }
}

对于 SapOpenHub,请使用:

{
  type = "SapOpenHub"
  typeProperties = {
    clientId = ?
    encryptedCredential = "string"
    language = ?
    logonGroup = ?
    messageServer = ?
    messageServerService = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    server = ?
    systemId = ?
    systemNumber = ?
    userName = ?
  }
}

对于 SapTable,请使用:

{
  type = "SapTable"
  typeProperties = {
    clientId = ?
    encryptedCredential = "string"
    language = ?
    logonGroup = ?
    messageServer = ?
    messageServerService = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    server = ?
    sncLibraryPath = ?
    sncMode = ?
    sncMyName = ?
    sncPartnerName = ?
    sncQop = ?
    systemId = ?
    systemNumber = ?
    userName = ?
  }
}

对于 ServiceNow,请使用:

{
  type = "ServiceNow"
  typeProperties = {
    authenticationType = "string"
    clientId = ?
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
    endpoint = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    useEncryptedEndpoints = ?
    useHostVerification = ?
    usePeerVerification = ?
    username = ?
  }
}

对于 ServiceNowV2,请使用:

{
  type = "ServiceNowV2"
  typeProperties = {
    authenticationType = "string"
    clientId = ?
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
    endpoint = ?
    grantType = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    username = ?
  }
}

对于 Sftp,请使用:

{
  type = "Sftp"
  typeProperties = {
    authenticationType = "string"
    encryptedCredential = "string"
    host = ?
    hostKeyFingerprint = ?
    passPhrase = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    port = ?
    privateKeyContent = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    privateKeyPath = ?
    skipHostKeyValidation = ?
    userName = ?
  }
}

对于 SharePointOnlineList,请使用:

{
  type = "SharePointOnlineList"
  typeProperties = {
    encryptedCredential = "string"
    servicePrincipalCredentialType = ?
    servicePrincipalEmbeddedCert = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalEmbeddedCertPassword = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalId = ?
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    siteUrl = ?
    tenantId = ?
  }
}

对于 Shopify,请使用:

{
  type = "Shopify"
  typeProperties = {
    accessToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
    host = ?
    useEncryptedEndpoints = ?
    useHostVerification = ?
    usePeerVerification = ?
  }
}

对于 Smartsheet,请使用:

{
  type = "Smartsheet"
  typeProperties = {
    apiToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
  }
}

对于 Snowflake,请使用:

{
  type = "Snowflake"
  typeProperties = {
    connectionString = ?
    encryptedCredential = "string"
    password = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
  }
}

对于 SnowflakeV2,请使用:

{
  type = "SnowflakeV2"
  typeProperties = {
    accountIdentifier = ?
    authenticationType = "string"
    clientId = ?
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    database = ?
    encryptedCredential = "string"
    host = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    privateKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    privateKeyPassphrase = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    role = ?
    schema = ?
    scope = ?
    tenantId = ?
    user = ?
    useUtcTimestamps = ?
    warehouse = ?
  }
}

对于 Spark,请使用:

{
  type = "Spark"
  typeProperties = {
    allowHostNameCNMismatch = ?
    allowSelfSignedServerCert = ?
    authenticationType = "string"
    enableServerCertificateValidation = ?
    enableSsl = ?
    encryptedCredential = "string"
    host = ?
    httpPath = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    port = ?
    serverType = "string"
    thriftTransportProtocol = "string"
    trustedCertPath = ?
    username = ?
    useSystemTrustStore = ?
  }
}

对于 SqlServer,请使用:

{
  type = "SqlServer"
  typeProperties = {
    alwaysEncryptedSettings = {
      alwaysEncryptedAkvAuthType = "string"
      credential = {
        referenceName = "string"
        type = "string"
      }
      servicePrincipalId = ?
      servicePrincipalKey = {
        type = "string"
        // For remaining properties, see SecretBase objects
      }
    }
    applicationIntent = ?
    authenticationType = "string"
    commandTimeout = ?
    connectionString = ?
    connectRetryCount = ?
    connectRetryInterval = ?
    connectTimeout = ?
    credential = {
      referenceName = "string"
      type = "string"
    }
    database = ?
    encrypt = ?
    encryptedCredential = "string"
    failoverPartner = ?
    hostNameInCertificate = ?
    integratedSecurity = ?
    loadBalanceTimeout = ?
    maxPoolSize = ?
    minPoolSize = ?
    multipleActiveResultSets = ?
    multiSubnetFailover = ?
    packetSize = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    pooling = ?
    server = ?
    trustServerCertificate = ?
    userName = ?
  }
}

对于 Square,请使用:

{
  type = "Square"
  typeProperties = {
    clientId = ?
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    connectionProperties = ?
    encryptedCredential = "string"
    host = ?
    redirectUri = ?
    useEncryptedEndpoints = ?
    useHostVerification = ?
    usePeerVerification = ?
  }
}

对于 Sybase,请使用:

{
  type = "Sybase"
  typeProperties = {
    authenticationType = "string"
    database = ?
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    schema = ?
    server = ?
    username = ?
  }
}

对于 TeamDesk,请使用:

{
  type = "TeamDesk"
  typeProperties = {
    apiToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    authenticationType = "string"
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    url = ?
    userName = ?
  }
}

对于 Teradata,请使用:

{
  type = "Teradata"
  typeProperties = {
    authenticationType = "string"
    characterSet = ?
    connectionString = ?
    encryptedCredential = "string"
    httpsPortNumber = ?
    maxRespSize = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    portNumber = ?
    server = ?
    sslMode = ?
    useDataEncryption = ?
    username = ?
  }
}

对于 Twilio,请使用:

{
  type = "Twilio"
  typeProperties = {
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    userName = ?
  }
}

对于 Vertica,请使用:

{
  type = "Vertica"
  typeProperties = {
    connectionString = ?
    database = ?
    encryptedCredential = "string"
    port = ?
    pwd = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
    server = ?
    uid = ?
  }
}

对于 仓库,请使用:

{
  type = "Warehouse"
  typeProperties = {
    artifactId = ?
    authenticationType = "string"
    credential = {
      referenceName = "string"
      type = "string"
    }
    encryptedCredential = "string"
    endpoint = ?
    servicePrincipalCredential = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredentialType = ?
    servicePrincipalId = ?
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    tenant = ?
    workspaceId = ?
  }
}

对于 Web,请使用:

{
  type = "Web"
  typeProperties = {
    url = ?
    authenticationType = "string"
    // For remaining properties, see WebLinkedServiceTypeProperties objects
  }
}

对于 Xero,请使用:

{
  type = "Xero"
  typeProperties = {
    connectionProperties = ?
    consumerKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
    host = ?
    privateKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    useEncryptedEndpoints = ?
    useHostVerification = ?
    usePeerVerification = ?
  }
}

对于 Zendesk,请使用:

{
  type = "Zendesk"
  typeProperties = {
    apiToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    authenticationType = "string"
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    url = ?
    userName = ?
  }
}

对于 Zoho,请使用:

{
  type = "Zoho"
  typeProperties = {
    accessToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    connectionProperties = ?
    encryptedCredential = "string"
    endpoint = ?
    useEncryptedEndpoints = ?
    useHostVerification = ?
    usePeerVerification = ?
  }
}

SecretBase 对象

设置 类型 属性以指定对象的类型。

对于 AzureKeyVaultSecret,请使用:

{
  secretName = ?
  secretVersion = ?
  store = {
    parameters = {
      {customized property} = ?
    }
    referenceName = "string"
    type = "string"
  }
  type = "AzureKeyVaultSecret"
}

对于 SecureString,请使用:

{
  type = "SecureString"
  value = "string"
}

属性值

Microsoft.DataFactory/factories/linkedservices

Name Description Value
name 资源名称 string

Constraints:
最小长度 = 1
最大长度 = 260
模式 = ^[A-Za-z0-9_][^<>*#.%&:\\+?/]*$ (必需)
parent_id 此资源的父资源的 ID。 类型为:工厂的资源 ID
properties 链接服务的属性。 LinkedService (必填)
类型 资源类型 "Microsoft.DataFactory/factories/linkedservices@2018-06-01"

AmazonMWSLinkedService

Name Description Value
类型 链接服务的类型。 “AmazonMWS”(必填)
typeProperties Amazon Marketplace Web Service 链接服务属性。 AmazonMWSLinkedServiceTypeProperties (必填)

AmazonMWSLinkedServiceTypeProperties

Name Description Value
accessKeyId 用于访问数据的访问密钥 ID。 任何(必填)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
终结点 AmazonMWS 服务器的终结点(即 mws.amazonservices.com) 任何(必填)
marketplaceID 要从中检索数据的 Amazon 市场 ID。 若要从多个市场 ID 检索数据,请用逗号(,)将它们分隔开来。 (即A2EUQ1WTGCTBG2) 任何(必填)
mwsAuthToken AmazonMWS 身份验证令牌。 SecretBase
secretKey 用于访问数据的密钥。 SecretBase
sellerID 亚马逊卖家 ID。 任何(必填)
useEncryptedEndpoints 指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 any
useHostVerification 指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 any
usePeerVerification 指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 any

AmazonRdsForLinkedServiceTypeProperties

Name Description Value
authenticationType 用于连接到 AmazonRdsForOracle 数据库的身份验证类型。 仅用于版本 2.0。 'Basic'
connectionString 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 仅用于版本 1.0。 any
cryptoChecksumClient 指定当此客户端连接到服务器时所需的数据完整性行为。 支持的值接受、拒绝、请求或必需,默认值是必需的。 类型:字符串。 仅用于版本 2.0。 any
cryptoChecksumTypesClient 指定客户端可以使用的加密校验算法。 支持的值为 SHA1、SHA256、SHA384、SHA512、默认值为 (SHA512)。 类型:字符串。 仅用于版本 2.0。 any
enableBulkLoad 指定在将数据加载到数据库中时是使用大容量复制还是批量插入,默认值为 true。 类型:布尔值。 仅用于版本 2.0。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
encryptionClient 指定加密客户端的行为。 支持的值接受、拒绝、请求或必需,默认值是必需的。 类型:字符串。 仅用于版本 2.0。 any
encryptionTypesClient 指定客户端可以使用的加密算法。 支持的值为 AES128、AES192、AES256、3DES112、3DES168、默认值为 (AES256)。 类型:字符串。 仅用于版本 2.0。 any
fetchSize 指定驱动程序为提取一个数据库往返中的数据而分配的字节数,默认值为10485760。 类型:整数。 仅用于版本 2.0。 any
fetchTswtzAsTimestamp 指定驱动程序是否将 TIMESTAMP WITH TIME ZONE 数据类型的列值作为 DateTime 或字符串返回。 如果 supportV1DataTypes 不为 true,则忽略此设置,默认值为 true。 类型:布尔值。 仅用于版本 2.0。 any
initializationString 指定一个命令,该命令在连接数据库后立即执行,以管理会话设置。 类型:字符串。 仅用于版本 2.0。 any
initialLobFetchSize 指定源最初为 LOB 列提取的量,默认值为 0。 类型:整数。 仅用于版本 2.0。 any
密码 连接字符串中密码的 Azure Key Vault 机密引用。 SecretBase
服务器 要连接到的 AmazonRdsForOracle 数据库的位置,支持的表单包括连接器描述符、Easy Connect (Plus) 命名和 Oracle Net Services 名称(仅自承载 IR)。 类型:字符串。 仅用于版本 2.0。 any
statementCacheSize 指定要为每个数据库连接缓存的游标数或语句数,默认值为 0。 类型:整数。 仅用于版本 2.0。 any
supportV1DataTypes 指定是否使用版本 1.0 数据类型映射。 除非要保持与版本 1.0 数据类型映射的向后兼容性,否则不要将其设置为 true,默认值为 false。 类型:布尔值。 仅用于版本 2.0。 any
用户名 AmazonRdsForOracle 数据库用户名。 类型:字符串。 仅用于版本 2.0。 any

AmazonRdsForOracleLinkedService

Name Description Value
类型 链接服务的类型。 “AmazonRdsForOracle”(必需)
typeProperties AmazonRdsForOracle 数据库链接服务属性。 AmazonRdsForLinkedServiceTypeProperties (必需)

AmazonRdsForSqlServerLinkedService

Name Description Value
类型 链接服务的类型。 “AmazonRdsForSqlServer”(必需)
typeProperties Amazon RDS for SQL Server 链接服务属性。 AmazonRdsForSqlServerLinkedServiceTypeProperties (必需)

AmazonRdsForSqlServerLinkedServiceTypeProperties

Name Description Value
alwaysEncryptedSettings Sql 始终加密属性。 SqlAlwaysEncryptedProperties
applicationIntent 连接到服务器时的应用程序工作负荷类型,由建议的版本使用。 可能的值为 ReadOnly 和 ReadWrite。 类型:字符串(或带有 resultType 字符串的表达式)。 any
authenticationType 用于身份验证的类型。 类型:字符串。 'SQL'
'Windows'
commandTimeout 在终止尝试执行命令并生成错误之前(以秒为单位)的默认等待时间(以秒为单位),由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 any
connectionString 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
connectRetryCount 确定有空闲连接失败(由建议的版本使用)后尝试的重新连接数。 这必须是介于 0 和 255 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 any
connectRetryInterval 确定建议的版本使用空闲连接失败后,每个重新连接尝试之间的时间(以秒为单位)。 这必须是介于 1 和 60 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 any
connectTimeout 在终止尝试并生成由建议版本使用的错误之前,等待与服务器的连接的时间长度(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 any
数据库 建议的版本使用的数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 any
加密 指示客户端和服务器之间发送的所有数据是否需要 TLS 加密(由建议的版本使用)。 可能的值为 true/yes/mandatory、false/no/optional 和 strict。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
failoverPartner 如果主服务器关闭(由建议的版本使用)连接到的伙伴服务器的名称或地址。 类型:字符串(或带有 resultType 字符串的表达式)。 any
hostNameInCertificate 验证连接的服务器证书时要使用的主机名。 如果未指定,则数据源中的服务器名称用于证书验证,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 any
integratedSecurity 指示是否在连接(如果为 false)中指定用户 ID 和密码,或者当前 Windows 帐户凭据是否用于身份验证(如果为 true),由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
loadBalanceTimeout 在被建议的版本使用之前,连接在连接池中生存的最短时间(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 any
maxPoolSize 此特定连接字符串的连接池中允许的最大连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 any
minPoolSize 此特定连接字符串的连接池中允许的最小连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 any
multipleActiveResultSets 如果为 true,应用程序可以维护多个活动结果集(MARS)。 如果为 false,应用程序必须处理或取消一个批处理中的所有结果集,然后才能在该连接上执行任何其他批处理(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
multiSubnetFailover 如果应用程序连接到不同子网上的 AlwaysOn 可用性组(AG),则设置 MultiSubnetFailover=true 可以更快地检测和连接到(当前)活动服务器(当前)活动服务器(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
packetSize 用于与服务器实例通信的网络数据包的大小(以字节为单位,由建议的版本使用)。 类型:整数(或包含 resultType 整数的表达式)。 any
密码 本地 Windows 身份验证密码。 SecretBase
pooling 指示每次请求连接时,连接是共用的还是显式打开的,由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
服务器 要连接到的 SQL Server 实例的名称或网络地址,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 any
trustServerCertificate 指示通道是否在绕过证书链来验证推荐版本使用的信任时是否加密通道。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
userName 本地 Windows 身份验证用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

AmazonRedshiftLinkedService

Name Description Value
类型 链接服务的类型。 “AmazonRedshift”(必填)
typeProperties Amazon Redshift 链接服务属性。 AmazonRedshiftLinkedServiceTypeProperties (必需)

AmazonRedshiftLinkedServiceTypeProperties

Name Description Value
数据库 Amazon Redshift 源的数据库名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 Amazon Redshift 源的密码。 SecretBase
移植 Amazon Redshift 服务器用来侦听客户端连接的 TCP 端口号。 默认值为 5439。 类型:整数(或包含 resultType 整数的表达式)。 any
服务器 Amazon Redshift 服务器的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
用户名 Amazon Redshift 源的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

AmazonS3CompatibleLinkedService

Name Description Value
类型 链接服务的类型。 “AmazonS3Compatible”(必填)
typeProperties Amazon S3 兼容链接服务属性。 AmazonS3CompatibleLinkedServiceTypeProperties (必填)

AmazonS3CompatibleLinkedServiceTypeProperties

Name Description Value
accessKeyId Amazon S3 兼容标识和访问管理(IAM)用户的访问密钥标识符。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
forcePathStyle 如果为 true,请使用 S3 路径样式访问,而不是虚拟托管样式的访问。 默认值为 false。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
secretAccessKey Amazon S3 兼容标识和访问管理 (IAM) 用户的机密访问密钥。 SecretBase
serviceUrl 此值指定要使用 Amazon S3 兼容连接器访问的终结点。 这是一个可选属性;仅当想要尝试其他服务终结点或想要在 https 和 http 之间切换时更改它。 类型:字符串(或带有 resultType 字符串的表达式)。 any

AmazonS3LinkedService

Name Description Value
类型 链接服务的类型。 “AmazonS3”(必需)
typeProperties Amazon S3 链接服务属性。 AmazonS3LinkedServiceTypeProperties (必需)

AmazonS3LinkedServiceTypeProperties

Name Description Value
accessKeyId Amazon S3 标识和访问管理(IAM)用户的访问密钥标识符。 类型:字符串(或带有 resultType 字符串的表达式)。 any
authenticationType S3 的身份验证类型。 允许的值:AccessKey(默认值)或 TemporarySecurityCredentials。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
secretAccessKey Amazon S3 标识和访问管理(IAM)用户的机密访问密钥。 SecretBase
serviceUrl 此值指定要使用 S3 连接器访问的终结点。 这是一个可选属性;仅当想要尝试其他服务终结点或想要在 https 和 http 之间切换时更改它。 类型:字符串(或带有 resultType 字符串的表达式)。 any
sessionToken S3 临时安全凭据的会话令牌。 SecretBase

AppFiguresLinkedService

Name Description Value
类型 链接服务的类型。 'AppFigures'(必填)
typeProperties AppFigures 链接服务属性。 AppFiguresLinkedServiceTypeProperties (必需)

AppFiguresLinkedServiceTypeProperties

Name Description Value
clientKey AppFigures 源的客户端密钥。 SecretBase (必需)
密码 AppFigures 源的密码。 SecretBase (必需)
userName Appfigures 源的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)

AsanaLinkedService

Name Description Value
类型 链接服务的类型。 “体式”(必填)
typeProperties Asana 链接服务属性。 AsanaLinkedServiceTypeProperties (必需)

AsanaLinkedServiceTypeProperties

Name Description Value
apiToken Asana 源的 API 令牌。 SecretBase (必需)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串

AzureBatchLinkedService

Name Description Value
类型 链接服务的类型。 “AzureBatch”(必需)
typeProperties Azure Batch 链接服务属性。 AzureBatchLinkedServiceTypeProperties (必需)

AzureBatchLinkedServiceTypeProperties

Name Description Value
accessKey Azure Batch 帐户访问密钥。 SecretBase
accountName Azure Batch 帐户名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
batchUri Azure Batch URI。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
凭据 包含身份验证信息的凭据引用。 CredentialReference
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
linkedServiceName Azure 存储链接服务引用。 LinkedServiceReference (必填)
poolName Azure Batch 池名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)

AzureBlobFSLinkedService

Name Description Value
类型 链接服务的类型。 “AzureBlobFS”(必需)
typeProperties Azure Data Lake Storage Gen2 链接服务属性。 AzureBlobFSLinkedServiceTypeProperties (必需)

AzureBlobFSLinkedServiceTypeProperties

Name Description Value
accountKey Azure Data Lake Storage Gen2 服务的帐户密钥。 类型:字符串(或带有 resultType 字符串的表达式)。 any
azureCloudType 指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 any
凭据 包含身份验证信息的凭据引用。 CredentialReference
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
sasToken sasToken 的 Azure 密钥保管库机密引用在 sas uri 中。 SecretBase
sasUri Azure Data Lake Storage Gen2 服务的 SAS URI。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
servicePrincipalCredential Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalId 用于对 Azure Data Lake Storage Gen2 帐户进行身份验证的应用程序的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalKey 用于对 Azure Data Lake Storage Gen2 帐户进行身份验证的应用程序密钥。 SecretBase
租户 服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
url Azure Data Lake Storage Gen2 服务的终结点。 类型:字符串(或带有 resultType 字符串的表达式)。 any

AzureBlobStorageLinkedService

Name Description Value
类型 链接服务的类型。 “AzureBlobStorage”(必需)
typeProperties Azure Blob 存储链接服务属性。 AzureBlobStorageLinkedServiceTypeProperties (必需)

AzureBlobStorageLinkedServiceTypeProperties

Name Description Value
accountKey 连接字符串中 accountKey 的 Azure 密钥保管库机密引用。 AzureKeyVaultSecretReference
accountKind 指定存储帐户的种类。 允许的值为:存储(常规用途 v1)、StorageV2(常规用途 v2)、BlobStorage 或 BlockBlobStorage。 类型:字符串(或带有 resultType 字符串的表达式)。 any
authenticationType 用于身份验证的类型。 类型:字符串。 'AccountKey'
'Anonymous'
'Msi'
'SasUri'
'ServicePrincipal'
azureCloudType 指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 any
connectionString 连接字符串。 它与 sasUri、serviceEndpoint 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
containerUri Azure Blob 存储资源的容器 URI 仅支持匿名访问。 类型:字符串(或带有 resultType 字符串的表达式)。 any
凭据 包含身份验证信息的凭据引用。 CredentialReference
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
sasToken sasToken 的 Azure 密钥保管库机密引用在 sas uri 中。 AzureKeyVaultSecretReference
sasUri Azure Blob 存储资源的 SAS URI。 它与 connectionString、serviceEndpoint 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
serviceEndpoint Azure Blob 存储资源的 Blob 服务终结点。 它与 connectionString、sasUri 属性互斥。 any
servicePrincipalId 用于对 Azure SQL 数据仓库进行身份验证的服务主体的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalKey 用于对 Azure SQL 数据仓库进行身份验证的服务主体的密钥。 SecretBase
租户 服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any

AzureDatabricksDeltaLakeLinkedService

Name Description Value
类型 链接服务的类型。 “AzureDatabricksDeltaLake”(必需)
typeProperties Azure Databricks Delta Lake 链接服务属性。 AzureDatabricksDetltaLakeLinkedServiceTypeProperties (必需)

AzureDatabricksDetltaLakeLinkedServiceTypeProperties

Name Description Value
accessToken databricks REST API 的访问令牌。 请参阅 https://docs.azuredatabricks.net/api/latest/authentication.html。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 SecretBase
clusterId 将用于此作业的所有运行的现有交互式群集的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
凭据 包含身份验证信息的凭据引用。 CredentialReference
<REGION.azuredatabricks.net,Databricks> 部署的域名。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
workspaceResourceId databricks REST API 的工作区资源 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any

AzureDatabricksLinkedService

Name Description Value
类型 链接服务的类型。 “AzureDatabricks”(必需)
typeProperties Azure Databricks 链接服务属性。 AzureDatabricksLinkedServiceTypeProperties (必需)

AzureDatabricksLinkedServiceTypeProperties

Name Description Value
accessToken databricks REST API 的访问令牌。 请参阅 https://docs.azuredatabricks.net/api/latest/authentication.html。 类型:字符串(或带有 resultType 字符串的表达式)。 SecretBase
身份验证 如果对 databricks REST API 使用工作区资源 ID,则需要指定 MSI。 类型:字符串(或带有 resultType 字符串的表达式)。 any
凭据 包含身份验证信息的凭据引用。 CredentialReference
dataSecurityMode Databricks 群集的数据安全模式。 类型:字符串(或带有 resultType 字符串的表达式)。 any
<REGION.azuredatabricks.net,Databricks> 部署的域名。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
existingClusterId 将用于此活动的所有运行的现有交互式群集的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
instancePoolId 将用于此活动的所有运行的现有实例池的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
newClusterCustomTags 群集资源的其他标记。 实例池配置中忽略此属性。 AzureDatabricksLinkedServiceTypePropertiesNewClusterCustomTags
newClusterDriverNodeType 新作业群集的驱动程序节点类型。 实例池配置中忽略此属性。 类型:字符串(或带有 resultType 字符串的表达式)。 any
newClusterEnableElasticDisk 在新群集上启用弹性磁盘。 此属性现已被忽略,并采用 Databricks 中的默认弹性磁盘行为(始终启用弹性磁盘)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
newClusterInitScripts 新群集的用户定义的初始化脚本。 类型:字符串数组(或包含字符串 resultType 数组的表达式)。 any
newClusterLogDestination 指定用于传送 Spark 驱动程序、辅助角色和事件日志的位置。 类型:字符串(或带有 resultType 字符串的表达式)。 any
newClusterNodeType 新作业群集的节点类型。 如果指定 newClusterVersion 且未指定 instancePoolId,则此属性是必需的。 如果指定了 instancePoolId,则忽略此属性。 类型:字符串(或带有 resultType 字符串的表达式)。 any
newClusterNumOfWorker 如果未使用现有的交互式群集,则指定用于新作业群集或实例池的工作器节点数。 对于新的作业群集,此字符串格式的 Int32(如“1”表示 numOfWorker 为 1 或“1:10”表示从 1(最小值)自动缩放到 10(最大值)。 例如,池是字符串格式的 Int32,只能指定固定数量的工作节点,例如“2”。 如果指定 newClusterVersion,则为必需。 类型:字符串(或带有 resultType 字符串的表达式)。 any
newClusterSparkConf 一组可选的用户指定的 Spark 配置键值对。 AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkConf
newClusterSparkEnvVars 一组可选的用户指定的 Spark 环境变量键值对。 AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkEnvVars
newClusterVersion 如果未使用现有的交互式群集,则指定为此活动的每个运行创建的新作业群集或实例池节点的 Spark 版本。 如果指定了 instancePoolId,则为必需。 类型:字符串(或带有 resultType 字符串的表达式)。 any
policyId 用于限制基于用户定义的规则集配置群集的功能的策略 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
workspaceResourceId databricks REST API 的工作区资源 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any

AzureDatabricksLinkedServiceTypePropertiesNewClusterCustomTags

Name Description Value

AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkConf

Name Description Value

AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkEnvVars

Name Description Value

AzureDataExplorerLinkedService

Name Description Value
类型 链接服务的类型。 “AzureDataExplorer”(必需)
typeProperties Azure 数据资源管理器(Kusto)链接服务属性。 AzureDataExplorerLinkedServiceTypeProperties (必需)

AzureDataExplorerLinkedServiceTypeProperties

Name Description Value
凭据 包含身份验证信息的凭据引用。 CredentialReference
数据库 连接的数据库名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
终结点 Azure 数据资源管理器的终结点(引擎的终结点)。 URL 的格式为 https://< clusterName>。<regionName.kusto.windows.net>。 类型:字符串(或带有 resultType 字符串的表达式) 任何(必填)
servicePrincipalId 用于对 Azure 数据资源管理器进行身份验证的服务主体的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalKey 用于对 Kusto 进行身份验证的服务主体的密钥。 SecretBase
租户 服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any

AzureDataLakeAnalyticsLinkedService

Name Description Value
类型 链接服务的类型。 “AzureDataLakeAnalytics”(必需)
typeProperties Azure Data Lake Analytics 链接服务属性。 AzureDataLakeAnalyticsLinkedServiceTypeProperties (必需)

AzureDataLakeAnalyticsLinkedServiceTypeProperties

Name Description Value
accountName Azure Data Lake Analytics 帐户名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
dataLakeAnalyticsUri Azure Data Lake Analytics URI 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
resourceGroupName Data Lake Analytics 帐户资源组名称(如果不同于数据工厂帐户)。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalId 用于对 Azure Data Lake Analytics 帐户进行身份验证的应用程序 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalKey 用于对 Azure Data Lake Analytics 帐户进行身份验证的应用程序密钥。 SecretBase
subscriptionId Data Lake Analytics 帐户订阅 ID(如果不同于数据工厂帐户)。 类型:字符串(或带有 resultType 字符串的表达式)。 any
租户 服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)

AzureDataLakeStoreLinkedService

Name Description Value
类型 链接服务的类型。 “AzureDataLakeStore”(必需)
typeProperties Azure Data Lake Store 链接服务属性。 AzureDataLakeStoreLinkedServiceTypeProperties (必需)

AzureDataLakeStoreLinkedServiceTypeProperties

Name Description Value
accountName Data Lake Store 帐户名称。 类型:字符串(或带有 resultType 字符串的表达式)。 any
azureCloudType 指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 any
凭据 包含身份验证信息的凭据引用。 CredentialReference
dataLakeStoreUri Data Lake Store 服务 URI。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
resourceGroupName Data Lake Store 帐户资源组名称(如果不同于数据工厂帐户)。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalId 用于对 Azure Data Lake Store 帐户进行身份验证的应用程序的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalKey 用于对 Azure Data Lake Store 帐户进行身份验证的应用程序密钥。 SecretBase
subscriptionId Data Lake Store 帐户订阅 ID(如果不同于数据工厂帐户)。 类型:字符串(或带有 resultType 字符串的表达式)。 any
租户 服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any

AzureFileStorageLinkedService

Name Description Value
类型 链接服务的类型。 “AzureFileStorage”(必需)
typeProperties Azure 文件存储链接服务属性。 AzureFileStorageLinkedServiceTypeProperties (必需)

AzureFileStorageLinkedServiceTypeProperties

Name Description Value
accountKey 连接字符串中 accountKey 的 Azure 密钥保管库机密引用。 AzureKeyVaultSecretReference
connectionString 连接字符串。 它与 sasUri 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
凭据 包含身份验证信息的凭据引用。 CredentialReference
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
fileShare Azure 文件共享名称。 使用 accountKey/sasToken 进行身份验证时需要它。 类型:字符串(或带有 resultType 字符串的表达式)。 any
主持人 服务器的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 any
密码 用于登录服务器的密码。 SecretBase
sasToken sasToken 的 Azure 密钥保管库机密引用在 sas uri 中。 AzureKeyVaultSecretReference
sasUri Azure 文件资源的 SAS URI。 它与 connectionString 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
serviceEndpoint Azure 文件存储资源的文件服务终结点。 它与 connectionString、sasUri 属性互斥。 any
快照 Azure 文件共享快照版本。 类型:字符串(或带有 resultType 字符串的表达式)。 any
userId 用于登录服务器的用户 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any

AzureFunctionLinkedService

Name Description Value
类型 链接服务的类型。 “AzureFunction”(必需)
typeProperties Azure Function 链接服务属性。 AzureFunctionLinkedServiceTypeProperties (必需)

AzureFunctionLinkedServiceTypeProperties

Name Description Value
身份验证 用于连接到 AzureFunction 的身份验证类型(需要指定 MSI)。 类型:字符串(或带有 resultType 字符串的表达式)。 any
凭据 包含身份验证信息的凭据引用。 CredentialReference
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
functionAppUrl Azure Function App 的终结点。 URL 的格式为 https://< accountName.azurewebsites.net>。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
functionKey Azure Function App 的函数或主机密钥。 SecretBase
resourceId Azure 函数的允许令牌访问群体。 类型:字符串(或带有 resultType 字符串的表达式)。 any

AzureKeyVaultLinkedService

Name Description Value
类型 链接服务的类型。 “AzureKeyVault”(必需)
typeProperties Azure Key Vault 链接服务属性。 AzureKeyVaultLinkedServiceTypeProperties (必需)

AzureKeyVaultLinkedServiceTypeProperties

Name Description Value
baseUrl Azure Key Vault 的基 URL。 例如 https://myakv.vault.azure.net 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
凭据 包含身份验证信息的凭据引用。 CredentialReference

AzureKeyVaultSecretReference

Name Description Value
secretName Azure Key Vault 中机密的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
secretVersion Azure Key Vault 中的机密版本。 默认值为最新版本的机密。 类型:字符串(或带有 resultType 字符串的表达式)。 any
存储 Azure Key Vault 链接服务参考。 LinkedServiceReference (必填)
类型 机密的类型。 字符串(必填)

AzureKeyVaultSecretReference

Name Description Value
secretName Azure Key Vault 中机密的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
secretVersion Azure Key Vault 中的机密版本。 默认值为最新版本的机密。 类型:字符串(或带有 resultType 字符串的表达式)。 any
存储 Azure Key Vault 链接服务参考。 LinkedServiceReference (必填)
类型 机密的类型。 “AzureKeyVaultSecret”(必需)

AzureMariaDBLinkedService

Name Description Value
类型 链接服务的类型。 “AzureMariaDB”(必需)
typeProperties Azure Database for MariaDB 链接服务属性。 AzureMariaDBLinkedServiceTypeProperties (必需)

AzureMariaDBLinkedServiceTypeProperties

Name Description Value
connectionString ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
pwd 连接字符串中密码的 Azure Key Vault 机密引用。 AzureKeyVaultSecretReference

AzureMLLinkedService

Name Description Value
类型 链接服务的类型。 “AzureML”(必需)
typeProperties Azure ML Studio Web 服务链接服务属性。 AzureMLLinkedServiceTypeProperties (必需)

AzureMLLinkedServiceTypeProperties

Name Description Value
apiKey 用于访问 Azure ML 模型终结点的 API 密钥。 SecretBase (必需)
身份验证 用于连接到 AzureML 的身份验证类型(需要指定 MSI)。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
mlEndpoint Azure ML Studio Web 服务终结点的批处理执行 REST URL。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
servicePrincipalId 用于针对 Azure ML Studio Web 服务的基于 ARM 的 updateResourceEndpoint 进行身份验证的服务主体的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalKey 用于针对 Azure ML Studio Web 服务的基于 ARM 的 updateResourceEndpoint 进行身份验证的服务主体的密钥。 SecretBase
租户 服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
updateResourceEndpoint Azure ML Studio Web 服务终结点的更新资源 REST URL。 类型:字符串(或带有 resultType 字符串的表达式)。 any

AzureMLServiceLinkedService

Name Description Value
类型 链接服务的类型。 “AzureMLService”(必需)
typeProperties Azure ML 服务链接服务属性。 AzureMLServiceLinkedServiceTypeProperties (必需)

AzureMLServiceLinkedServiceTypeProperties

Name Description Value
身份验证 用于连接到 AzureML 的身份验证类型(需要指定 MSI)。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
mlWorkspaceName Azure ML 服务工作区名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
resourceGroupName Azure ML 服务工作区资源组名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
servicePrincipalId 用于针对已发布 Azure ML 服务管道的终结点进行身份验证的服务主体的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalKey 用于针对已发布 Azure ML 服务管道的终结点进行身份验证的服务主体的密钥。 SecretBase
subscriptionId Azure ML 服务工作区订阅 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
租户 服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any

AzureMySqlLinkedService

Name Description Value
类型 链接服务的类型。 “AzureMySql”(必需)
typeProperties Azure MySQL 数据库链接服务属性。 AzureMySqlLinkedServiceTypeProperties (必需)

AzureMySqlLinkedServiceTypeProperties

Name Description Value
connectionString 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 任何(必填)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 连接字符串中密码的 Azure Key Vault 机密引用。 AzureKeyVaultSecretReference

AzurePostgreSqlLinkedService

Name Description Value
类型 链接服务的类型。 'AzurePostgreSql'(必需)
typeProperties Azure PostgreSQL 链接服务属性。 AzurePostgreSqlLinkedServiceTypeProperties (必需)

AzurePostgreSqlLinkedServiceTypeProperties

Name Description Value
azureCloudType 指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 any
commandTimeout 尝试执行命令之前等待的时间(以秒为单位),如果超过这个时间,将终止尝试并产生错误。 对于无穷大,设置为零。 类型:整数。 any
connectionString ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
凭据 包含身份验证信息的凭据引用。 CredentialReference
数据库 连接的数据库名称。 类型:字符串。 any
编码 获取或设置用于编码/解码 PostgreSQL 字符串数据的 .NET 编码格式。 类型:字符串 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 连接字符串中密码的 Azure Key Vault 机密引用。 AzureKeyVaultSecretReference
移植 连接的端口。 类型:整数。 any
readBufferSize 确定读取时内部缓冲区使用的大小。 如果从数据库传输大型值,则增加大小可能会提高性能。 类型:整数。 any
服务器 连接的服务器名称。 类型:字符串。 any
servicePrincipalCredentialType 在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalEmbeddedCert 指定在 Azure Active Directory 中注册的应用程序的 base64 编码证书。 类型:字符串(或带有 resultType 字符串的表达式)。 SecretBase
servicePrincipalEmbeddedCertPassword 如果证书具有密码,并且使用的是 AadServicePrincipal 身份验证,请指定证书的密码。 类型:字符串(或带有 resultType 字符串的表达式)。 SecretBase
servicePrincipalId 用于对 Azure Database for PostgreSQL 灵活服务器进行身份验证的服务主体的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalKey 用于对 Azure Database for PostgreSQL 灵活服务器进行身份验证的服务主体的密钥。 SecretBase
sslMode 用于连接的 SSL 模式。 类型:整数。 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full. 类型:整数。 any
租户 服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
timeout 等待的时间(以秒为单位),这是在尝试建立连接时,终止尝试并生成错误之前的时间。 类型:整数。 any
timezone 获取或设置会话时区。 类型:字符串。 any
trustServerCertificate 是否在不验证服务器证书的情况下信任该证书。 类型:布尔值。 any
用户名 身份验证的用户名。 类型:字符串。 any

AzureSearchLinkedService

Name Description Value
类型 链接服务的类型。 “AzureSearch”(必需)
typeProperties Windows Azure 搜索服务链接服务属性。 AzureSearchLinkedServiceTypeProperties (必需)

AzureSearchLinkedServiceTypeProperties

Name Description Value
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
关键值 Azure 搜索服务的管理密钥 SecretBase
url Azure 搜索服务的 URL。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)

AzureSqlDatabaseLinkedService

Name Description Value
类型 链接服务的类型。 'AzureSqlDatabase'(必需)
typeProperties Azure SQL 数据库链接服务属性。 AzureSqlDatabaseLinkedServiceTypeProperties (必需)

AzureSqlDatabaseLinkedServiceTypeProperties

Name Description Value
alwaysEncryptedSettings Sql 始终加密属性。 SqlAlwaysEncryptedProperties
applicationIntent 连接到服务器时的应用程序工作负荷类型,由建议的版本使用。 可能的值为 ReadOnly 和 ReadWrite。 类型:字符串(或带有 resultType 字符串的表达式)。 any
authenticationType 用于身份验证的类型。 类型:字符串。 'ServicePrincipal'
'SQL'
'SystemAssignedManagedIdentity'
'UserAssignedManagedIdentity'
azureCloudType 指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 any
commandTimeout 在终止尝试执行命令并生成错误之前(以秒为单位)的默认等待时间(以秒为单位),由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 any
connectionString 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
connectRetryCount 确定有空闲连接失败(由建议的版本使用)后尝试的重新连接数。 这必须是介于 0 和 255 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 any
connectRetryInterval 确定建议的版本使用空闲连接失败后,每个重新连接尝试之间的时间(以秒为单位)。 这必须是介于 1 和 60 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 any
connectTimeout 在终止尝试并生成由建议版本使用的错误之前,等待与服务器的连接的时间长度(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 any
凭据 包含身份验证信息的凭据引用。 CredentialReference
数据库 建议的版本使用的数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 any
加密 指示客户端和服务器之间发送的所有数据是否需要 TLS 加密(由建议的版本使用)。 可能的值为 true/yes/mandatory、false/no/optional 和 strict。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
failoverPartner 如果主服务器关闭(由建议的版本使用)连接到的伙伴服务器的名称或地址。 类型:字符串(或带有 resultType 字符串的表达式)。 any
hostNameInCertificate 验证连接的服务器证书时要使用的主机名。 如果未指定,则数据源中的服务器名称用于证书验证,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 any
integratedSecurity 指示是否在连接(如果为 false)中指定用户 ID 和密码,或者当前 Windows 帐户凭据是否用于身份验证(如果为 true),由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
loadBalanceTimeout 在被建议的版本使用之前,连接在连接池中生存的最短时间(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 any
maxPoolSize 此特定连接字符串的连接池中允许的最大连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 any
minPoolSize 此特定连接字符串的连接池中允许的最小连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 any
multipleActiveResultSets 如果为 true,应用程序可以维护多个活动结果集(MARS)。 如果为 false,应用程序必须处理或取消一个批处理中的所有结果集,然后才能在该连接上执行任何其他批处理(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
multiSubnetFailover 如果应用程序连接到不同子网上的 AlwaysOn 可用性组(AG),则设置 MultiSubnetFailover=true 可以更快地检测和连接到(当前)活动服务器(当前)活动服务器(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
packetSize 用于与服务器实例通信的网络数据包的大小(以字节为单位,由建议的版本使用)。 类型:整数(或包含 resultType 整数的表达式)。 any
密码 连接字符串中密码的 Azure Key Vault 机密引用。 AzureKeyVaultSecretReference
pooling 指示每次请求连接时,连接是共用的还是显式打开的,由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
服务器 要连接到的 SQL Server 实例的名称或网络地址,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalCredential Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalId 用于对 Azure SQL 数据库进行身份验证的服务主体的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalKey 用于对 Azure SQL 数据库进行身份验证的服务主体的密钥。 SecretBase
租户 服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
trustServerCertificate 指示通道是否在绕过证书链来验证推荐版本使用的信任时是否加密通道。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
userName 连接到服务器时要使用的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

AzureSqlDWLinkedService

Name Description Value
类型 链接服务的类型。 “AzureSqlDW”(必需)
typeProperties Azure SQL 数据仓库链接服务属性。 AzureSqlDWLinkedServiceTypeProperties (必需)

AzureSqlDWLinkedServiceTypeProperties

Name Description Value
applicationIntent 连接到服务器时的应用程序工作负荷类型,由建议的版本使用。 可能的值为 ReadOnly 和 ReadWrite。 类型:字符串(或带有 resultType 字符串的表达式)。 any
authenticationType 用于身份验证的类型。 类型:字符串。 'ServicePrincipal'
'SQL'
'SystemAssignedManagedIdentity'
'UserAssignedManagedIdentity'
azureCloudType 指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 any
commandTimeout 在终止尝试执行命令并生成错误之前(以秒为单位)的默认等待时间(以秒为单位),由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 any
connectionString 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
connectRetryCount 确定有空闲连接失败(由建议的版本使用)后尝试的重新连接数。 这必须是介于 0 和 255 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 any
connectRetryInterval 确定建议的版本使用空闲连接失败后,每个重新连接尝试之间的时间(以秒为单位)。 这必须是介于 1 和 60 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 any
connectTimeout 在终止尝试并生成由建议版本使用的错误之前,等待与服务器的连接的时间长度(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 any
凭据 包含身份验证信息的凭据引用。 CredentialReference
数据库 建议的版本使用的数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 any
加密 指示客户端和服务器之间发送的所有数据是否需要 TLS 加密(由建议的版本使用)。 可能的值为 true/yes/mandatory、false/no/optional 和 strict。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
failoverPartner 如果主服务器关闭(由建议的版本使用)连接到的伙伴服务器的名称或地址。 类型:字符串(或带有 resultType 字符串的表达式)。 any
hostNameInCertificate 验证连接的服务器证书时要使用的主机名。 如果未指定,则数据源中的服务器名称用于证书验证,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 any
integratedSecurity 指示是否在连接(如果为 false)中指定用户 ID 和密码,或者当前 Windows 帐户凭据是否用于身份验证(如果为 true),由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
loadBalanceTimeout 在被建议的版本使用之前,连接在连接池中生存的最短时间(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 any
maxPoolSize 此特定连接字符串的连接池中允许的最大连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 any
minPoolSize 此特定连接字符串的连接池中允许的最小连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 any
multipleActiveResultSets 如果为 true,应用程序可以维护多个活动结果集(MARS)。 如果为 false,应用程序必须处理或取消一个批处理中的所有结果集,然后才能在该连接上执行任何其他批处理(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
multiSubnetFailover 如果应用程序连接到不同子网上的 AlwaysOn 可用性组(AG),则设置 MultiSubnetFailover=true 可以更快地检测和连接到(当前)活动服务器(当前)活动服务器(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
packetSize 用于与服务器实例通信的网络数据包的大小(以字节为单位,由建议的版本使用)。 类型:整数(或包含 resultType 整数的表达式)。 any
密码 连接字符串中密码的 Azure Key Vault 机密引用。 AzureKeyVaultSecretReference
pooling 指示每次请求连接时,连接是共用的还是显式打开的,由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
服务器 要连接到的 SQL Server 实例的名称或网络地址,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalCredential Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalId 用于对 Azure SQL 数据仓库进行身份验证的服务主体的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalKey 用于对 Azure SQL 数据仓库进行身份验证的服务主体的密钥。 SecretBase
租户 服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
trustServerCertificate 指示通道是否在绕过证书链来验证推荐版本使用的信任时是否加密通道。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
userName 连接到服务器时要使用的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

AzureSqlMILinkedService

Name Description Value
类型 链接服务的类型。 “AzureSqlMI”(必需)
typeProperties Azure SQL 托管实例链接服务属性。 AzureSqlMILinkedServiceTypeProperties (必需)

AzureSqlMILinkedServiceTypeProperties

Name Description Value
alwaysEncryptedSettings Sql 始终加密属性。 SqlAlwaysEncryptedProperties
applicationIntent 连接到服务器时的应用程序工作负荷类型,由建议的版本使用。 可能的值为 ReadOnly 和 ReadWrite。 类型:字符串(或带有 resultType 字符串的表达式)。 any
authenticationType 用于身份验证的类型。 类型:字符串。 'ServicePrincipal'
'SQL'
'SystemAssignedManagedIdentity'
'UserAssignedManagedIdentity'
azureCloudType 指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 any
commandTimeout 在终止尝试执行命令并生成错误之前(以秒为单位)的默认等待时间(以秒为单位),由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 any
connectionString 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
connectRetryCount 确定有空闲连接失败(由建议的版本使用)后尝试的重新连接数。 这必须是介于 0 和 255 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 any
connectRetryInterval 确定建议的版本使用空闲连接失败后,每个重新连接尝试之间的时间(以秒为单位)。 这必须是介于 1 和 60 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 any
connectTimeout 在终止尝试并生成由建议版本使用的错误之前,等待与服务器的连接的时间长度(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 any
凭据 包含身份验证信息的凭据引用。 CredentialReference
数据库 建议的版本使用的数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 any
加密 指示客户端和服务器之间发送的所有数据是否需要 TLS 加密(由建议的版本使用)。 可能的值为 true/yes/mandatory、false/no/optional 和 strict。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
failoverPartner 如果主服务器关闭(由建议的版本使用)连接到的伙伴服务器的名称或地址。 类型:字符串(或带有 resultType 字符串的表达式)。 any
hostNameInCertificate 验证连接的服务器证书时要使用的主机名。 如果未指定,则数据源中的服务器名称用于证书验证,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 any
integratedSecurity 指示是否在连接(如果为 false)中指定用户 ID 和密码,或者当前 Windows 帐户凭据是否用于身份验证(如果为 true),由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
loadBalanceTimeout 在被建议的版本使用之前,连接在连接池中生存的最短时间(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 any
maxPoolSize 此特定连接字符串的连接池中允许的最大连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 any
minPoolSize 此特定连接字符串的连接池中允许的最小连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 any
multipleActiveResultSets 如果为 true,应用程序可以维护多个活动结果集(MARS)。 如果为 false,应用程序必须处理或取消一个批处理中的所有结果集,然后才能在该连接上执行任何其他批处理(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
multiSubnetFailover 如果应用程序连接到不同子网上的 AlwaysOn 可用性组(AG),则设置 MultiSubnetFailover=true 可以更快地检测和连接到(当前)活动服务器(当前)活动服务器(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
packetSize 用于与服务器实例通信的网络数据包的大小(以字节为单位,由建议的版本使用)。 类型:整数(或包含 resultType 整数的表达式)。 any
密码 连接字符串中密码的 Azure Key Vault 机密引用。 AzureKeyVaultSecretReference
pooling 指示每次请求连接时,连接是共用的还是显式打开的,由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
服务器 要连接到的 SQL Server 实例的名称或网络地址,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalCredential Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalId 用于对 Azure SQL 托管实例进行身份验证的服务主体的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalKey 用于对 Azure SQL 托管实例进行身份验证的服务主体的密钥。 SecretBase
租户 服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
trustServerCertificate 指示通道是否在绕过证书链来验证推荐版本使用的信任时是否加密通道。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
userName 连接到服务器时要使用的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

AzureStorageLinkedService

Name Description Value
类型 链接服务的类型。 'AzureStorage'(必需)
typeProperties Azure 存储链接服务属性。 AzureStorageLinkedServiceTypeProperties (必需)

AzureStorageLinkedServiceTypeProperties

Name Description Value
accountKey 连接字符串中 accountKey 的 Azure 密钥保管库机密引用。 AzureKeyVaultSecretReference
connectionString 连接字符串。 它与 sasUri 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
sasToken sasToken 的 Azure 密钥保管库机密引用在 sas uri 中。 AzureKeyVaultSecretReference
sasUri Azure 存储资源的 SAS URI。 它与 connectionString 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any

AzureSynapseArtifactsLinkedService

Name Description Value
类型 链接服务的类型。 “AzureSynapseArtifacts”(必需)
typeProperties Azure Synapse Analytics (Artifacts) 链接服务属性。 AzureSynapseArtifactsLinkedServiceTypeProperties (必需)

AzureSynapseArtifactsLinkedServiceTypeProperties

Name Description Value
身份验证 如果使用系统分配的托管标识作为身份验证方法,则需要指定 MSI。 类型:字符串(或带有 resultType 字符串的表达式)。 any
终结点 <https:// workspacename.dev.azuresynapse.net>、Azure Synapse Analytics 工作区 URL。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
workspaceResourceId Synapse 工作区的资源 ID。 格式应为:/subscriptions/{subscriptionID}/resourceGroups/{resourceGroup}/providers/Microsoft.Synapse/workspaces/{workspaceName}。 类型:字符串(或带有 resultType 字符串的表达式)。 any

AzureTableStorageLinkedService

Name Description Value
类型 链接服务的类型。 “AzureTableStorage”(必需)
typeProperties Azure 表存储链接服务属性。 AzureTableStorageLinkedServiceTypeProperties (必需)

AzureTableStorageLinkedServiceTypeProperties

Name Description Value
accountKey 连接字符串中 accountKey 的 Azure 密钥保管库机密引用。 AzureKeyVaultSecretReference
connectionString 连接字符串。 它与 sasUri 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
凭据 包含身份验证信息的凭据引用。 CredentialReference
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
sasToken sasToken 的 Azure 密钥保管库机密引用在 sas uri 中。 AzureKeyVaultSecretReference
sasUri Azure 存储资源的 SAS URI。 它与 connectionString 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
serviceEndpoint Azure 表存储资源的表服务终结点。 它与 connectionString、sasUri 属性互斥。 any

CassandraLinkedService

Name Description Value
类型 链接服务的类型。 'Cassandra'(必填)
typeProperties Cassandra 链接服务属性。 CassandraLinkedServiceTypeProperties (必需)

CassandraLinkedServiceTypeProperties

Name Description Value
authenticationType 要用于连接的 AuthenticationType。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 连接的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
密码 身份验证密码。 SecretBase
移植 连接的端口。 类型:整数(或包含 resultType 整数的表达式)。 any
用户名 身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

CommonDataServiceForAppsLinkedService

Name Description Value
类型 链接服务的类型。 “CommonDataServiceForApps”(必需)
typeProperties Common Data Service for Apps 链接服务属性。 CommonDataServiceForAppsLinkedServiceTypeProperties (必需)

CommonDataServiceForAppsLinkedServiceTypeProperties

Name Description Value
authenticationType 要连接到 Common Data Service for Apps 服务器的身份验证类型。 联机方案的“Office365”,对于本地使用 Ifd 方案,则为“Ifd”。 联机方案中用于 Server-To-Server 身份验证的“AADServicePrincipal”,适用于具有 IFD 的本地 Dynamics 的“Active Directory”。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
deploymentType Common Data Service for Apps 实例的部署类型。 Common Data Service for Apps Online 的“Online”和“OnPremisesWithIfd”,适用于本地具有 Ifd 的 Common Data Service for Apps。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
将验证用户凭据的 Active Directory 域。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
hostName 本地 Common Data Service for Apps 服务器的主机名。 属性是本地所必需的,不允许联机。 类型:字符串(或带有 resultType 字符串的表达式)。 any
organizationName Common Data Service for Apps 实例的组织名称。 当有多个与用户关联的 Common Data Service for Apps 实例时,本地需要此属性,并且需要联机属性。 类型:字符串(或带有 resultType 字符串的表达式)。 any
密码 用于访问 Common Data Service for Apps 实例的密码。 SecretBase
移植 本地 Common Data Service for Apps 服务器的端口。 属性是本地所必需的,不允许联机。 默认端口为 443。 类型:整数(或包含 resultType 整数的表达式),最小值:0。 any
servicePrincipalCredential Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalId Azure Active Directory 中用于服务器To-Server 身份验证的应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
serviceUri Microsoft Common Data Service for Apps 服务器的 URL。 该属性对于在线是必需的,不允许本地使用。 类型:字符串(或带有 resultType 字符串的表达式)。 any
用户名 用于访问 Common Data Service for Apps 实例的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

ConcurLinkedService

Name Description Value
类型 链接服务的类型。 “Concur”(必填)
typeProperties Concur Service 链接服务属性。 ConcurLinkedServiceTypeProperties (必需)

ConcurLinkedServiceTypeProperties

Name Description Value
clientId Concur 应用管理提供的应用程序client_id。 任何(必填)
connectionProperties 用于连接到 Concur 的属性。 它与链接服务中的其他任何属性互斥。 类型:对象。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 在“用户名”字段中提供的用户名所对应的密码。 SecretBase
useEncryptedEndpoints 指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 any
useHostVerification 指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 any
usePeerVerification 指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 any
用户名 用于访问 Concur 服务的用户名。 任何(必填)

CosmosDbLinkedService

Name Description Value
类型 链接服务的类型。 'CosmosDb'(必需)
typeProperties CosmosDB 链接服务属性。 CosmosDbLinkedServiceTypeProperties (必需)

CosmosDbLinkedServiceTypeProperties

Name Description Value
accountEndpoint Azure CosmosDB 帐户的终结点。 类型:字符串(或带有 resultType 字符串的表达式) any
accountKey Azure CosmosDB 帐户的帐户密钥。 类型:SecureString 或 AzureKeyVaultSecretReference。 SecretBase
azureCloudType 指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 any
connectionMode 用于访问 CosmosDB 帐户的连接模式。 类型:字符串。 'Direct'
'Gateway'
connectionString 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
凭据 包含身份验证信息的凭据引用。 CredentialReference
数据库 数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式) any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
servicePrincipalCredential Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串。 any
servicePrincipalId Azure Active Directory 中用于服务器To-Server 身份验证的应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
租户 服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any

CosmosDbMongoDbApiLinkedService

Name Description Value
类型 链接服务的类型。 “CosmosDbMongoDbApi”(必需)
typeProperties CosmosDB (MongoDB API) 链接服务属性。 CosmosDbMongoDbApiLinkedServiceTypeProperties (必需)

CosmosDbMongoDbApiLinkedServiceTypeProperties

Name Description Value
connectionString CosmosDB (MongoDB API) 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 任何(必填)
数据库 要访问的 CosmosDB (MongoDB API) 数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
isServerVersionAbove32 CosmosDB (MongoDB API) 服务器版本是否高于 3.2。 默认值为 false。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any

CouchbaseLinkedService

Name Description Value
类型 链接服务的类型。 'Couchbase'(必填)
typeProperties Couchbase 服务器链接服务属性。 CouchbaseLinkedServiceTypeProperties (必需)

CouchbaseLinkedServiceTypeProperties

Name Description Value
connectionString ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
credString 连接字符串中 credString 的 Azure Key Vault 机密引用。 AzureKeyVaultSecretReference
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串

CredentialReference

Name Description Value
referenceName 引用凭据名称。 字符串(必填)
类型 凭据引用类型。 'CredentialReference'(必需)

CustomDataSourceLinkedService

Name Description Value
类型 链接服务的类型。 “CustomDataSource”(必需)
typeProperties 自定义链接服务属性。 任何(必填)

DataworldLinkedService

Name Description Value
类型 链接服务的类型。 “Dataworld”(必需)
typeProperties Dataworld 链接服务属性。 DataworldLinkedServiceTypeProperties (必需)

DataworldLinkedServiceTypeProperties

Name Description Value
apiToken Dataworld 源的 API 令牌。 SecretBase (必需)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串

Db2LinkedService

Name Description Value
类型 链接服务的类型。 'Db2'(必需)
typeProperties DB2 链接服务属性。 Db2LinkedServiceTypeProperties (必需)

Db2LinkedServiceTypeProperties

Name Description Value
authenticationType 要用于连接的 AuthenticationType。 它与 connectionString 属性互斥。 'Basic'
certificateCommonName 启用 TLS 时证书公用名。 它与 connectionString 属性互斥。 类型:字符串(或带有 resultType 字符串的表达式)。 any
connectionString 连接字符串。 它与服务器、数据库、authenticationType、userName、packageCollection 和 certificateCommonName 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
数据库 连接的数据库名称。 它与 connectionString 属性互斥。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 它与 connectionString 属性互斥。 类型:字符串。 字符串
packageCollection 在查询数据库时创建包的位置下。 它与 connectionString 属性互斥。 类型:字符串(或带有 resultType 字符串的表达式)。 any
密码 身份验证密码。 SecretBase
服务器 连接的服务器名称。 它与 connectionString 属性互斥。 类型:字符串(或带有 resultType 字符串的表达式)。 any
用户名 身份验证的用户名。 它与 connectionString 属性互斥。 类型:字符串(或带有 resultType 字符串的表达式)。 any

DrillLinkedService

Name Description Value
类型 链接服务的类型。 “钻头”(必填)
typeProperties 钻取服务器链接服务属性。 DrillLinkedServiceTypeProperties (必需)

DrillLinkedServiceTypeProperties

Name Description Value
connectionString ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
pwd 连接字符串中密码的 Azure Key Vault 机密引用。 AzureKeyVaultSecretReference

DynamicsAXLinkedService

Name Description Value
类型 链接服务的类型。 “DynamicsAX”(必需)
typeProperties Dynamics AX 链接服务属性。 DynamicsAXLinkedServiceTypeProperties (必需)

DynamicsAXLinkedServiceTypeProperties

Name Description Value
aadResourceId 指定要请求授权的资源。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
servicePrincipalId 指定应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
servicePrincipalKey 指定应用程序的密钥。 将此字段标记为 SecureString 以安全地将其存储在数据工厂中,或引用存储在 Azure Key Vault 中的机密。 类型:字符串(或带有 resultType 字符串的表达式)。 SecretBase (必需)
租户 指定您的应用程序所属的租户信息(域名或租户 ID)。 将鼠标悬停在 Azure 门户右上角进行检索。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
url Dynamics AX(或 Dynamics 365 Finance and Operations)实例 OData 终结点。 任何(必填)

DynamicsCrmLinkedService

Name Description Value
类型 链接服务的类型。 'DynamicsCrm'(必需)
typeProperties Dynamics CRM 链接服务属性。 DynamicsCrmLinkedServiceTypeProperties (必需)

DynamicsCrmLinkedServiceTypeProperties

Name Description Value
authenticationType 要连接到 Dynamics CRM 服务器的身份验证类型。 联机方案的“Office365”、“Ifd”(适用于本地 Ifd 方案)的“AADServicePrincipal”,用于联机方案中的服务器To-Server 身份验证的“Active Directory”,适用于具有 IFD 的 Dynamics 本地的“Active Directory”。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
凭据 包含身份验证信息的凭据引用。 CredentialReference
deploymentType Dynamics CRM 实例的部署类型。 Dynamics CRM Online 的“Online”和“OnPremisesWithIfd”(适用于具有 Ifd 的本地 Dynamics CRM)。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
将验证用户凭据的 Active Directory 域。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
hostName 本地 Dynamics CRM 服务器的主机名。 属性是本地所必需的,不允许联机。 类型:字符串(或带有 resultType 字符串的表达式)。 any
organizationName Dynamics CRM 实例的组织名称。 当有多个与用户关联的 Dynamics CRM 实例时,本地属性是必需的,并且需要联机属性。 类型:字符串(或带有 resultType 字符串的表达式)。 any
密码 用于访问 Dynamics CRM 实例的密码。 SecretBase
移植 本地 Dynamics CRM 服务器的端口。 属性是本地所必需的,不允许联机。 默认端口为 443。 类型:整数(或包含 resultType 整数的表达式),最小值:0。 any
servicePrincipalCredential Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalId Azure Active Directory 中用于服务器To-Server 身份验证的应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
serviceUri Microsoft Dynamics CRM 服务器的 URL。 该属性对于在线是必需的,不允许本地使用。 类型:字符串(或带有 resultType 字符串的表达式)。 any
用户名 用于访问 Dynamics CRM 实例的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

DynamicsLinkedService

Name Description Value
类型 链接服务的类型。 'Dynamics'(必填)
typeProperties Dynamics 链接服务属性。 DynamicsLinkedServiceTypeProperties (必需)

DynamicsLinkedServiceTypeProperties

Name Description Value
authenticationType 要连接到 Dynamics 服务器的身份验证类型。 联机方案的“Office365”、“Ifd”(适用于本地 Ifd 方案)的“AADServicePrincipal”,用于联机方案中的服务器To-Server 身份验证的“Active Directory”,适用于具有 IFD 的 Dynamics 本地的“Active Directory”。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
凭据 包含身份验证信息的凭据引用。 CredentialReference
deploymentType Dynamics 实例的部署类型。 Dynamics Online 的“Online”和“OnPremisesWithIfd”(适用于具有 Ifd 的本地 Dynamics)。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
将验证用户凭据的 Active Directory 域。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
hostName 本地 Dynamics 服务器的主机名称。 属性是本地所必需的,不允许联机。 类型:字符串(或带有 resultType 字符串的表达式)。 any
organizationName Dynamics 实例的组织名称。 当有多个与用户关联的 Dynamics 实例时,本地需要此属性,并且对于联机是必需的。 类型:字符串(或带有 resultType 字符串的表达式)。 any
密码 用于访问 Dynamics 实例的密码。 SecretBase
移植 本地 Dynamics 服务器的端口。 属性是本地所必需的,不允许联机。 默认端口为 443。 类型:整数(或包含 resultType 整数的表达式),最小值:0。 any
servicePrincipalCredential Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalId Azure Active Directory 中用于服务器To-Server 身份验证的应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
serviceUri Microsoft Dynamics 服务器的 URL。 该属性对于在线是必需的,不允许本地使用。 类型:字符串(或带有 resultType 字符串的表达式)。 any
用户名 用于访问 Dynamics 实例的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

EloquaLinkedService

Name Description Value
类型 链接服务的类型。 'Eloqua'(必填)
typeProperties Eloqua 服务器链接服务属性。 EloquaLinkedServiceTypeProperties (必需)

EloquaLinkedServiceTypeProperties

Name Description Value
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
终结点 Eloqua 服务器的终结点。 (即 eloqua.example.com) 任何(必填)
密码 用户名所对应的密码。 SecretBase
useEncryptedEndpoints 指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 any
useHostVerification 指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 any
usePeerVerification 指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 any
用户名 Eloqua 帐户的网站名称和用户名,格式为:sitename/username。 (即埃洛夸/爱丽丝) 任何(必填)

FileServerLinkedService

Name Description Value
类型 链接服务的类型。 'FileServer'(必需)
typeProperties 文件系统链接服务属性。 FileServerLinkedServiceTypeProperties (必需)

FileServerLinkedServiceTypeProperties

Name Description Value
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 服务器的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
密码 用于登录服务器的密码。 SecretBase
userId 用于登录服务器的用户 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any

FtpServerLinkedService

Name Description Value
类型 链接服务的类型。 'FtpServer'(必需)
typeProperties 特定于此链接服务类型的属性。 FtpServerLinkedServiceTypeProperties (必需)

FtpServerLinkedServiceTypeProperties

Name Description Value
authenticationType 用于连接到 FTP 服务器的身份验证类型。 'Anonymous'
'Basic'
enableServerCertificateValidation 如果为 true,则通过 SSL/TLS 通道连接时验证 FTP 服务器 SSL 证书。 默认值为 true。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
enableSsl 如果为 true,请通过 SSL/TLS 通道连接到 FTP 服务器。 默认值为 true。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 FTP 服务器的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
密码 用于登录 FTP 服务器的密码。 SecretBase
移植 FTP 服务器用于侦听客户端连接的 TCP 端口号。 默认值为 21。 类型:整数(或包含 resultType 整数的表达式),最小值:0。 any
userName 用于登录 FTP 服务器的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

GoogleAdWordsLinkedService

Name Description Value
类型 链接服务的类型。 “GoogleAdWords”(必填)
typeProperties Google AdWords 服务链接服务属性。 GoogleAdWordsLinkedServiceTypeProperties (必需)

GoogleAdWordsLinkedServiceTypeProperties

Name Description Value
authenticationType 用于身份验证的 OAuth 2.0 身份验证机制。 ServiceAuthentication 只能在自承载 IR 上使用。 'ServiceAuthentication'
'UserAuthentication'
clientCustomerID 要为其提取报表数据的 AdWords 帐户的客户端客户 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
clientId 用于获取刷新令牌的 google 应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
clientSecret Google 应用程序的客户端机密,用户获取刷新令牌。 SecretBase
connectionProperties (已弃用)用于连接到 GoogleAds 的属性。 它与链接服务中的其他任何属性互斥。 类型:对象。 any
developerToken 与用于授予 AdWords API 访问权限的经理帐户关联的开发人员令牌。 SecretBase
电子邮件 用于 ServiceAuthentication 的服务帐户电子邮件 ID,只能在自承载 IR 上使用。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
googleAdsApiVersion Google Ads API 主版本(如 v14)。 可在 https://developers.google.com/google-ads/api/docs/release-notes中找到支持的主要版本。 类型:字符串(或带有 resultType 字符串的表达式)。 any
keyFilePath (已弃用)用于对服务帐户电子邮件地址进行身份验证的 .p12 密钥文件的完整路径,只能在自承载 IR 上使用。 类型:字符串(或带有 resultType 字符串的表达式)。 any
loginCustomerID 要通过该帐户提取特定客户的报表数据的 Google Ads Manager 帐户的客户 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
privateKey 用于对服务帐户电子邮件地址进行身份验证的私钥,只能在自承载 IR 上使用。 SecretBase
refreshToken 从 Google 获取的刷新令牌,用于授权访问 AdWords for UserAuthentication。 SecretBase
supportLegacyDataTypes 指定是否使用旧数据类型映射,这些映射将 float、int32 和 int64 从 Google 映射到字符串。 除非要保持与旧驱动程序数据类型映射的向后兼容性,否则不要将其设置为 true。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
trustedCertPath (已弃用)包含受信任的 CA 证书的 .pem 文件的完整路径,用于通过 SSL 连接时验证服务器。 只能在自承载 IR 上使用 SSL 时设置此属性。 默认值是随 IR 一起安装的 cacerts.pem 文件。 类型:字符串(或带有 resultType 字符串的表达式)。 any
useSystemTrustStore (已弃用)指定是使用系统信任存储中的 CA 证书还是从指定的 PEM 文件使用 CA 证书。 默认值为 false。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any

GoogleBigQueryLinkedService

Name Description Value
类型 链接服务的类型。 “GoogleBigQuery”(必填)
typeProperties Google BigQuery 服务链接服务属性。 GoogleBigQueryLinkedServiceTypeProperties (必需)

GoogleBigQueryLinkedServiceTypeProperties

Name Description Value
additionalProjects 要访问的公共 BigQuery 项目的逗号分隔列表。 类型:字符串(或带有 resultType 字符串的表达式)。 any
authenticationType 用于身份验证的 OAuth 2.0 身份验证机制。 ServiceAuthentication 只能在自承载 IR 上使用。 'ServiceAuthentication'
“UserAuthentication”(必需)
clientId 用于获取刷新令牌的 google 应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
clientSecret Google 应用程序的客户端机密,用户获取刷新令牌。 SecretBase
电子邮件 用于 ServiceAuthentication 的服务帐户电子邮件 ID,只能在自承载 IR 上使用。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
keyFilePath 用于对服务帐户电子邮件地址进行身份验证的 .p12 密钥文件的完整路径,只能在自承载 IR 上使用。 类型:字符串(或带有 resultType 字符串的表达式)。 any
项目 要查询的默认 BigQuery 项目。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
refreshToken 从 Google 获取的刷新令牌,用于授权访问 BigQuery for UserAuthentication。 SecretBase
requestGoogleDriveScope 是否要请求访问 Google Drive。 允许 Google Drive 访问可支持将 BigQuery 数据与 Google Drive 中的数据组合的联合表。 默认值为 false。 类型:字符串(或带有 resultType 字符串的表达式)。 any
trustedCertPath 包含受信任的 CA 证书的 .pem 文件的完整路径,用于通过 SSL 连接时验证服务器。 只能在自承载 IR 上使用 SSL 时设置此属性。 默认值是随 IR 一起安装的 cacerts.pem 文件。 类型:字符串(或带有 resultType 字符串的表达式)。 any
useSystemTrustStore 指定是使用系统信任存储中的 CA 证书还是使用指定 PEM 文件中的 CA 证书。 默认值为 false。类型:布尔值(或带有 resultType 布尔值的表达式)。 any

GoogleBigQueryV2LinkedService

Name Description Value
类型 链接服务的类型。 'GoogleBigQueryV2'(必填)
typeProperties Google BigQuery 服务链接服务属性。 GoogleBigQueryV2LinkedServiceTypeProperties (必需)

GoogleBigQueryV2LinkedServiceTypeProperties

Name Description Value
authenticationType 用于身份验证的 OAuth 2.0 身份验证机制。 'ServiceAuthentication'
“UserAuthentication”(必需)
clientId 用于获取刷新令牌的 google 应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
clientSecret Google 应用程序的客户端机密,用户获取刷新令牌。 SecretBase
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
keyFileContent 用于对服务帐户进行身份验证的 .json 密钥文件的内容。 类型:字符串(或带有 resultType 字符串的表达式)。 SecretBase
projectId 要查询的默认 BigQuery 项目 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
refreshToken 从 Google 获取的刷新令牌,用于授权访问 BigQuery for UserAuthentication。 SecretBase

GoogleCloudStorageLinkedService

Name Description Value
类型 链接服务的类型。 “GoogleCloudStorage”(必填)
typeProperties Google Cloud Storage 链接服务属性。 GoogleCloudStorageLinkedServiceTypeProperties (必填)

GoogleCloudStorageLinkedServiceTypeProperties

Name Description Value
accessKeyId Google Cloud Storage Identity and Access Management (IAM) 用户的访问密钥标识符。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
secretAccessKey Google Cloud Storage Identity and Access Management (IAM) 用户的机密访问密钥。 SecretBase
serviceUrl 此值指定要使用 Google Cloud Storage Connector 访问的终结点。 这是一个可选属性;仅当想要尝试其他服务终结点或想要在 https 和 http 之间切换时更改它。 类型:字符串(或带有 resultType 字符串的表达式)。 any

GoogleSheetsLinkedService

Name Description Value
类型 链接服务的类型。 “Google表格”(必填)
typeProperties GoogleSheets 链接服务属性。 GoogleSheetsLinkedServiceTypeProperties (必填)

GoogleSheetsLinkedServiceTypeProperties

Name Description Value
apiToken GoogleSheets 源的 API 令牌。 SecretBase (必需)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串

GreenplumLinkedService

Name Description Value
类型 链接服务的类型。 'Greenplum'(必填)
typeProperties Greenplum 数据库链接服务属性。 GreenplumLinkedServiceTypeProperties (必填)

GreenplumLinkedServiceTypeProperties

Name Description Value
authenticationType 要使用的认证类型。 类型:字符串。 仅用于 V2。 'Basic'
commandTimeout 尝试执行命令之前等待的时间(以秒为单位),如果超过这个时间,将终止尝试并产生错误。 对于无穷大,设置为零。 类型:整数。 仅用于 V2。 any
connectionString ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
connectionTimeout 等待的时间(以秒为单位),这是在尝试建立连接时,终止尝试并生成错误之前的时间。 类型:整数。 仅用于 V2。 any
数据库 连接的数据库名称。 类型:字符串。 仅用于 V2。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 连接的主机名。 类型:字符串。 仅用于 V2。 any
移植 连接的端口。 类型:整数。 仅用于 V2。 any
pwd 连接字符串中密码的 Azure Key Vault 机密引用。 AzureKeyVaultSecretReference
sslMode 用于连接的 SSL 模式。 类型:整数。 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full. 类型:整数。 仅用于 V2。 any
用户名 身份验证的用户名。 类型:字符串。 仅用于 V2。 any

HBaseLinkedService

Name Description Value
类型 链接服务的类型。 'HBase'(必需)
typeProperties HBase 服务器链接服务属性。 HBaseLinkedServiceTypeProperties (必需)

HBaseLinkedServiceTypeProperties

Name Description Value
allowHostNameCNMismatch 指定是否要求 CA 颁发的 SSL 证书名称与通过 SSL 连接时服务器的主机名匹配。 默认值为 false。 any
allowSelfSignedServerCert 指定是否允许来自服务器的自签名证书。 默认值为 false。 any
authenticationType 用于连接到 HBase 服务器的身份验证机制。 'Anonymous'
“基本”(必填)
enableSsl 指定是否使用 SSL 加密与服务器的连接。 默认值为 false。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 HBase 服务器的 IP 地址或主机名。 (即 192.168.222.160) 任何(必填)
httpPath 对应于 HBase 服务器的部分 URL。 (即 /gateway/sandbox/hbase/version) any
密码 用户名所对应的密码。 SecretBase
移植 HBase 实例用来侦听客户端连接的 TCP 端口。 默认值为 9090。 any
trustedCertPath 包含受信任的 CA 证书的 .pem 文件的完整路径,用于通过 SSL 连接时验证服务器。 只能在自承载 IR 上使用 SSL 时设置此属性。 默认值是随 IR 一起安装的 cacerts.pem 文件。 any
用户名 用于连接到 HBase 实例的用户名。 any

HdfsLinkedService

Name Description Value
类型 链接服务的类型。 'Hdfs'(必需)
typeProperties HDFS 链接服务属性。 HdfsLinkedServiceTypeProperties (必需)

HdfsLinkedServiceTypeProperties

Name Description Value
authenticationType 用于连接到 HDFS 的身份验证类型。 可能的值为:Anonymous 和 Windows。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 Windows 身份验证的密码。 SecretBase
url HDFS 服务终结点的 URL,例如 http://myhostname:50070/webhdfs/v1。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
userName Windows 身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

HDInsightLinkedService

Name Description Value
类型 链接服务的类型。 “HDInsight”(必需)
typeProperties HDInsight 链接服务属性。 HDInsightLinkedServiceTypeProperties (必需)

HDInsightLinkedServiceTypeProperties

Name Description Value
clusterAuthType HDInsight 群集身份验证类型。 “BasicAuth”
'SystemAssignedManagedIdentity'
'UserAssignedManagedIdentity'
clusterUri HDInsight 群集 URI。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
凭据 包含 HDInsight 群集的 MI 身份验证信息的凭据引用。 CredentialReference
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
fileSystem 如果 HDInsight 的主存储为 ADLS Gen2,请指定 FileSystem。 类型:字符串(或带有 resultType 字符串的表达式)。 any
hcatalogLinkedServiceName 指向 HCatalog 数据库的 Azure SQL 链接服务的引用。 LinkedServiceReference
isEspEnabled 指定是否使用 ESP 创建 HDInsight(企业安全包)。 类型:布尔值。 any
linkedServiceName Azure 存储链接服务引用。 LinkedServiceReference
密码 HDInsight 群集密码。 SecretBase
userName HDInsight 群集用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

HDInsightOnDemandLinkedService

Name Description Value
类型 链接服务的类型。 “HDInsightOnDemand”(必需)
typeProperties HDInsight ondemand 链接服务属性。 HDInsightOnDemandLinkedServiceTypeProperties (必需)

HDInsightOnDemandLinkedServiceTypeProperties

Name Description Value
additionalLinkedServiceNames 为 HDInsight 链接服务指定其他存储帐户,以便数据工厂服务可以代表你注册它们。 LinkedServiceReference[]
clusterNamePrefix 群集名称的前缀,后缀将不同于时间戳。 类型:字符串(或带有 resultType 字符串的表达式)。 any
clusterPassword 用于访问群集的密码。 SecretBase
clusterResourceGroup 群集所属的资源组。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
clusterResourceGroupAuthType HDInsight 按需群集资源组身份验证类型。 'ServicePrincipalKey'
'SystemAssignedManagedIdentity'
'UserAssignedManagedIdentity'
clusterSize 群集中辅助进程/数据节点的数量。 建议值:4。 类型:int(或包含 resultType int 的表达式)。 任何(必填)
clusterSshPassword SSH 远程连接群集节点(适用于 Linux)的密码。 SecretBase
clusterSshUserName SSH 的用户名远程连接到群集的节点(适用于 Linux)。 类型:字符串(或带有 resultType 字符串的表达式)。 any
clusterType 群集类型。 类型:字符串(或带有 resultType 字符串的表达式)。 any
clusterUserName 用于访问群集的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any
coreConfiguration 为待创建的 HDInsight 群集指定核心配置参数(如在 core-site.xml 中)。 any
凭据 包含身份验证信息的凭据引用。 CredentialReference
dataNodeSize 指定 HDInsight 群集的数据节点的大小。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
hBaseConfiguration 为 HDInsight 群集指定 HBase 配置参数 (hbase-site.xml)。 any
hcatalogLinkedServiceName 指向 HCatalog 数据库的 Azure SQL 链接服务的名称。 将 Azure SQL 数据库用作元存储以创建按需 HDInsight 群集。 LinkedServiceReference
hdfsConfiguration 为 HDInsight 群集指定 HDFS 配置参数 (hdfs-site.xml)。 any
headNodeSize 指定 HDInsight 群集的头节点的大小。 any
hiveConfiguration 为 HDInsight 群集指定 hive 配置参数 (hive-site.xml)。 any
hostSubscriptionId 用于托管群集的客户订阅。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
linkedServiceName 由按需群集用于存储和处理数据的 Azure 存储链接服务。 LinkedServiceReference (必填)
mapReduceConfiguration 为 HDInsight 群集指定 MapReduce 配置参数 (mapred-site.xml)。 any
oozieConfiguration 为 HDInsight 群集指定 Oozie 配置参数 (oozie-site.xml)。 any
scriptActions 自定义脚本操作,在 HDI ondemand 群集上运行一旦启动。 请参阅 /azure/hdinsight/hdinsight-hadoop-customize-cluster-linux?toc=%2Fen-us%2Fazure%2Fhdinsight%2Fr-server%2FTOC.json&bc=%2Fen-us%2Fazure%2Fbread%2Ftoc.json#understanding-script-actions。 ScriptAction[]
servicePrincipalId hostSubscriptionId 的服务主体 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalKey 服务主体 ID 的密钥。 SecretBase
sparkVersion 如果群集类型为“spark”,则为 spark 的版本。 类型:字符串(或带有 resultType 字符串的表达式)。 any
stormConfiguration 为 HDInsight 群集指定 Storm 配置参数 (storm-site.xml)。 any
subnetName vNet 中子网的 ARM 资源 ID。 如果指定了 virtualNetworkId,则需要此属性。 类型:字符串(或带有 resultType 字符串的表达式)。 any
租户 服务主体所属的租户 ID/名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
timeToLive 按需 HDInsight 群集允许的空闲时间。 指定当活动运行完成后,如果群集中没有其他的活动作业,按需 HDInsight 群集保持活动状态的时间。 最小值为 5 分钟。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
版本 HDInsight 群集的版本。  类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
virtualNetworkId 创建群集后应加入的 vNet 的 ARM 资源 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
yarnConfiguration 为 HDInsight 群集指定 Yarn 配置参数 (yarn-site.xml)。 any
zookeeperNodeSize 指定 HDInsight 群集的 Zoo Keeper 节点的大小。 any

HiveLinkedService

Name Description Value
类型 链接服务的类型。 'Hive'(必填)
typeProperties Hive Server 链接服务属性。 HiveLinkedServiceTypeProperties( 必需)

HiveLinkedServiceTypeProperties

Name Description Value
allowHostNameCNMismatch 指定是否要求 CA 颁发的 SSL 证书名称与通过 SSL 连接时服务器的主机名匹配。 默认值为 false。 any
allowSelfSignedServerCert 指定是否允许来自服务器的自签名证书。 默认值为 false。 any
authenticationType 用于访问 Hive 服务器的身份验证方法。 'Anonymous'
'Username'
'UsernameAndPassword'
“WindowsAzureHDInsightService”(必需)
enableServerCertificateValidation 指定与服务器的连接是否会验证服务器证书,默认值为 True。 仅适用于版本 2.0 any
enableSsl 指定是否使用 SSL 加密与服务器的连接。 默认值为 false。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 Hive 服务器的 IP 地址或主机名,由多个主机的“;”分隔(仅当 serviceDiscoveryMode 启用时)。 任何(必填)
httpPath 对应于 Hive 服务器的部分 URL。 any
密码 与你在“用户名”字段中提供的用户名对应的密码 SecretBase
移植 Hive 服务器用来侦听客户端连接的 TCP 端口。 any
serverType Hive 服务器的类型。 'HiveServer1'
'HiveServer2'
'HiveThriftServer'
serviceDiscoveryMode true 指示使用 ZooKeeper 服务,false 指示不使用。 any
thriftTransportProtocol Thrift 层中要使用的传输协议。 'Binary'
“HTTP”的
'SASL'
trustedCertPath 包含受信任的 CA 证书的 .pem 文件的完整路径,用于通过 SSL 连接时验证服务器。 只能在自承载 IR 上使用 SSL 时设置此属性。 默认值是随 IR 一起安装的 cacerts.pem 文件。 any
useNativeQuery 指定驱动程序是使用本机 HiveQL 查询,还是将它们转换为 HiveQL 中的等效形式。 any
用户名 用于访问 Hive 服务器的用户名。 any
useSystemTrustStore 指定是使用系统信任存储中的 CA 证书还是使用指定 PEM 文件中的 CA 证书。 默认值为 false。 any
zooKeeperNameSpace ZooKeeper 上要将 Hive Server 2 节点添加到其下的命名空间。 any

HttpLinkedService

Name Description Value
类型 链接服务的类型。 'HttpServer'(必需)
typeProperties 特定于此链接服务类型的属性。 HttpLinkedServiceTypeProperties (必需)

HttpLinkedServiceTypeProperties

Name Description Value
authenticationType 用于连接到 HTTP 服务器的身份验证类型。 'Anonymous'
'Basic'
'ClientCertificate'
'Digest'
'Windows'
authHeaders 请求中用于授权的 RESTful API 中的其他 HTTP 标头。 类型:键值对(值应为字符串类型)。 any
certThumbprint ClientCertificate 身份验证的证书指纹。 仅适用于本地复制。 对于使用 ClientCertificate 身份验证的本地复制,应指定 CertThumbprint 或 EmbeddedCertData/Password。 类型:字符串(或带有 resultType 字符串的表达式)。 any
embeddedCertData 用于 ClientCertificate 身份验证的 Base64 编码证书数据。 对于使用 ClientCertificate 身份验证的本地复制,应指定 CertThumbprint 或 EmbeddedCertData/Password。 类型:字符串(或带有 resultType 字符串的表达式)。 any
enableServerCertificateValidation 如果为 true,请验证 HTTPS 服务器 SSL 证书。 默认值为 true。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 使用 EmbeddedCertData 身份验证进行基本、摘要、Windows 或 ClientCertificate 的密码。 SecretBase
url HTTP 终结点的基 URL,例如 https://www.microsoft.com。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
userName 基本、摘要或 Windows 身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

HubspotLinkedService

Name Description Value
类型 链接服务的类型。 “Hubspot”(必填)
typeProperties Hubspot Service 链接服务属性。 HubspotLinkedServiceTypeProperties (必需)

HubspotLinkedServiceTypeProperties

Name Description Value
accessToken 最初进行 OAuth 集成身份验证时获得的访问令牌。 SecretBase
clientId 与 Hubspot 应用程序关联的客户端 ID。 任何(必填)
clientSecret 与 Hubspot 应用程序关联的客户端密码。 SecretBase
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
refreshToken 最初进行 OAuth 集成身份验证时获得的刷新令牌。 SecretBase
useEncryptedEndpoints 指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 any
useHostVerification 指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 any
usePeerVerification 指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 any

ImpalaLinkedService

Name Description Value
类型 链接服务的类型。 “Impala”(必填)
typeProperties Impala 服务器链接服务属性。 ImpalaLinkedServiceTypeProperties (必需)

ImpalaLinkedServiceTypeProperties

Name Description Value
allowHostNameCNMismatch 指定是否要求 CA 颁发的 SSL 证书名称与通过 SSL 连接时服务器的主机名匹配。 默认值为 false。 any
allowSelfSignedServerCert 指定是否允许来自服务器的自签名证书。 默认值为 false。 any
authenticationType 要使用的认证类型。 'Anonymous'
'SASLUsername'
'UsernameAndPassword'(必填)
enableServerCertificateValidation 指定在连接时是否启用服务器 SSL 证书验证。始终使用系统信任存储(仅适用于 V2)。 默认值为真。 any
enableSsl 指定是否使用 SSL 加密与服务器的连接。 默认值为 false。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 Impala 服务器的 IP 地址或主机名。 (即 192.168.222.160) 任何(必填)
密码 使用 UsernameAndPassword 时,与用户名对应的密码。 SecretBase
移植 Impala 服务器用来侦听客户端连接的 TCP 端口。 默认值为 21050。 any
thriftTransportProtocol 要在 Thrift 层中使用的传输协议(仅适用于 V2)。 默认值为 Binary。 'Binary'
'HTTP'
trustedCertPath 包含受信任的 CA 证书的 .pem 文件的完整路径,用于通过 SSL 连接时验证服务器。 只能在自承载 IR 上使用 SSL 时设置此属性。 默认值是随 IR 一起安装的 cacerts.pem 文件。 any
用户名 用于访问 Impala 服务器的用户名。 使用 SASLUsername 时,默认值为匿名。 any
useSystemTrustStore 指定是使用系统信任存储中的 CA 证书还是使用指定 PEM 文件中的 CA 证书。 默认值为 false。 any

InformixLinkedService

Name Description Value
类型 链接服务的类型。 'Informix'(必填)
typeProperties Informix 链接服务属性。 InformixLinkedServiceTypeProperties (必需)

InformixLinkedServiceTypeProperties

Name Description Value
authenticationType 用于作为 ODBC 数据存储连接到 Informix 的身份验证类型。 可能的值为:Anonymous 和 Basic。 类型:字符串(或带有 resultType 字符串的表达式)。 any
connectionString 连接字符串的非访问凭据部分以及可选的加密凭据。 类型:string、SecureString、AzureKeyVaultSecretReference 或 Expression 和 resultType 字符串。 任何(必填)
凭据 连接字符串的访问凭据部分,采用特定于驱动程序的属性值格式指定。 SecretBase
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 基本身份验证的密码。 SecretBase
userName 基本身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

IntegrationRuntimeReference

Name Description Value
parameters 集成运行时的参数。 ParameterValueSpecification
referenceName 引用集成运行时名称。 字符串(必填)
类型 集成运行时的类型。 'IntegrationRuntimeReference'(必需)

JiraLinkedService

Name Description Value
类型 链接服务的类型。 “Jira”(必填)
typeProperties Jira 服务链接服务属性。 JiraLinkedServiceTypeProperties (必需)

JiraLinkedServiceTypeProperties

Name Description Value
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 Jira 服务的 IP 地址或主机名。 (例如 jira.example.com) 任何(必填)
密码 在“用户名”字段中提供的用户名所对应的密码。 SecretBase
移植 Jira 服务器用来侦听客户端连接的 TCP 端口。 默认值为 443(如果通过 HTTPS 进行连接)或 8080(如果通过 HTTP 进行连接)。 any
useEncryptedEndpoints 指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 any
useHostVerification 指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 any
usePeerVerification 指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 any
用户名 用于访问 Jira 服务的用户名。 任何(必填)

LakeHouseLinkedService

Name Description Value
类型 链接服务的类型。 “Lakehouse”(必需)
typeProperties Microsoft Fabric Lakehouse 链接服务属性。 LakeHouseLinkedServiceTypeProperties (必需)

LakeHouseLinkedServiceTypeProperties

Name Description Value
artifactId Microsoft Fabric Lakehouse 项目的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
authenticationType 要使用的认证类型。 'ServicePrincipal'
'SystemAssignedManagedIdentity'
'UserAssignedManagedIdentity'
凭据 包含身份验证信息的凭据引用。 CredentialReference
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
servicePrincipalCredential Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalId 用于对 Microsoft Fabric Lakehouse 进行身份验证的应用程序的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalKey 用于对 Microsoft Fabric Lakehouse 进行身份验证的应用程序密钥。 SecretBase
租户 服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
workspaceId Microsoft Fabric 工作区的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any

LinkedService

Name Description Value
annotations 可用于描述链接服务的标记列表。 any[]
connectVia 集成运行时参考。 IntegrationRuntimeReference
description 链接服务说明。 字符串
parameters 链接服务的参数。 ParameterDefinitionSpecification
类型 AmazonMWSLinkedService 类型设置为“AmazonMWS”。 对于 AmazonRdsForOracleLinkedService 类型,设置为“AmazonRdsForOracle”。 对于 AmazonRdsForSqlServerLinkedService 类型,设置为“AmazonRdsForSqlServer”。 将类型 AmazonRedshiftLinkedService 设置为“AmazonRedshift”。 将 AmazonS3LinkedService 类型设置为“AmazonS3”。 将 AmazonS3CompatibleLinkedService 类型设置为“AmazonS3Compatible”。 将类型 AppFiguresLinkedService 设置为“AppFigures”。 将 类型 AsanaLinkedService 设置为“Asana”。 对于类型 AzureBatchLinkedService,设置为“AzureBatch”。 将类型 AzureBlobFSLinkedService 设置为“AzureBlobFS”。 对于 AzureBlobStorageLinkedService 类型,设置为“AzureBlobStorage”。 对于类型 AzureDataExplorerLinkedService,设置为“AzureDataExplorer”。 对于类型 AzureDataLakeAnalyticsLinkedService,设置为“AzureDataLakeAnalytics”。 对于类型 AzureDataLakeStoreLinkedService,设置为“AzureDataLakeStore”。 将类型 AzureDatabricksLinkedService 设置为“AzureDatabricks”。 对于类型 AzureDatabricksDeltaLakeLinkedService,设置为“AzureDatabricksDeltaLake”。 对于类型 AzureFileStorageLinkedService,设置为“AzureFileStorage”。 对于类型 AzureFunctionLinkedService,设置为“AzureFunction”。 对于类型 AzureKeyVaultLinkedService,设置为“AzureKeyVault”。 将 AzureMLLinkedService 类型设置为“AzureML”。 对于类型 AzureMLServiceLinkedService,设置为“AzureMLService”。 将类型 AzureMariaDBLinkedService 设置为“AzureMariaDB”。 将类型 AzureMySqlLinkedService 设置为“AzureMySql”。 将类型 AzurePostgreSqlLinkedService 设置为“AzurePostgreSql”。 将类型 AzureSearchLinkedService 设置为“AzureSearch”。 对于类型 AzureSqlDWLinkedService,设置为“AzureSqlDW”。 将类型 AzureSqlDatabaseLinkedService 设置为“AzureSqlDatabase”。 对于类型 AzureSqlMILinkedService,设置为“AzureSqlMI”。 将类型 AzureStorageLinkedService 设置为“AzureStorage”。 对于类型 AzureSynapseArtifactsLinkedService,设置为“AzureSynapseArtifacts”。 将类型 AzureTableStorageLinkedService 设置为“AzureTableStorage”。 将类型 CassandraLinkedService 设置为“Cassandra”。 对于 类型 CommonDataServiceForAppsLinkedService,设置为“CommonDataServiceForApps”。 将类型 ConcurLinkedService 设置为“Concur”。 将类型 CosmosDbLinkedService 设置为“CosmosDb”。 对于类型 CosmosDbMongoDbApiLinkedService,设置为“CosmosDbMongoDbApi”。 将 CouchbaseLinkedService 类型设置为“Couchbase”。 对于 类型 CustomDataSourceLinkedService,设置为“CustomDataSource”。 将类型 DataworldLinkedService 设置为“Dataworld”。 对于 类型 Db2LinkedService,请设置为 'Db2'。 将类型 DrillLinkedService 设置为“Drill”。 将类型 DynamicsLinkedService 设置为“Dynamics”。 对于 类型 DynamicsAXLinkedService,设置为“DynamicsAX”。 对于 类型 DynamicsCrmLinkedService,设置为“DynamicsCrm”。 将类型 EloquaLinkedService 设置为“Eloqua”。 将类型 FileServerLinkedService 设置为“FileServer”。 对于类型 FtpServerLinkedService,设置为“FtpServer”。 将类型 GoogleAdWordsLinkedService 设置为“GoogleAdWords”。 将 GoogleBigQueryLinkedService 类型设置为“GoogleBigQuery”。 对于类型 GoogleBigQueryV2LinkedService,设置为“GoogleBigQueryV2”。 将 GoogleCloudStorageLinkedService 类型设置为“GoogleCloudStorage”。 将 GoogleSheetsLinkedService 类型设置为“GoogleSheets”。 将 类型 GreenplumLinkedService 设置为 'Greenplum'。 将 HBaseLinkedService 类型设置为“HBase”。 将类型 HDInsightLinkedService 设置为“HDInsight”。 将类型 HDInsightOnDemandLinkedService 设置为“HDInsightOnDemand”。 将类型 HdfsLinkedService 设置为“Hdfs”。 将类型 HiveLinkedService 设置为“Hive”。 将类型 HttpLinkedService 设置为“HttpServer”。 将类型 HubspotLinkedService 设置为“Hubspot”。 将类型 ImpalaLinkedService 设置为“Impala”。 将 类型 InformixLinkedService 设置为“Informix”。 将类型 JiraLinkedService 设置为“Jira”。 将类型 LakeHouseLinkedService 设置为“Lakehouse”。 将类型 MagentoLinkedService 设置为“Magento”。 将类型 MariaDBLinkedService 设置为“MariaDB”。 将类型设置为“Marketo” MarketoLinkedService。 将类型 MicrosoftAccessLinkedService 设置为“MicrosoftAccess”。 将类型 MongoDbLinkedService 设置为“MongoDb”。 对于 类型 MongoDbAtlasLinkedService,设置为“MongoDbAtlas”。 对于 类型 MongoDbV2LinkedService,设置为“MongoDbV2”。 将 MySqlLinkedService 类型设置为“MySql”。 将类型 NetezzaLinkedService 设置为“Netezza”。 将类型 ODataLinkedService 设置为“OData”。 对于 类型 OdbcLinkedService,设置为“Odbc”。 将 Office365LinkedService 类型设置为“Office365”。 将类型 OracleLinkedService 设置为“Oracle”。 将类型 OracleCloudStorageLinkedService 设置为“OracleCloudStorage”。 将类型 OracleServiceCloudLinkedService 设置为“OracleServiceCloud”。 将类型 PaypalLinkedService 设置为“PayPal”。 将类型 PhoenixLinkedService 设置为“Phoenix”。 将 PostgreSqlLinkedService 类型设置为“PostgreSql”。 将类型 PostgreSqlV2LinkedService 设置为“PostgreSqlV2”。 将类型 PrestoLinkedService 设置为“Presto”。 将 QuickBooksLinkedService 类型设置为“QuickBooks”。 将类型 QuickbaseLinkedService 设置为“Quickbase”。 将类型 ResponsysLinkedService 设置为“Responsys”。 将类型 RestServiceLinkedService 设置为“RestService”。 将类型 SalesforceLinkedService 设置为“Salesforce”。 将类型 SalesforceMarketingCloudLinkedService 设置为“SalesforceMarketingCloud”。 对于 类型 SalesforceServiceCloudLinkedService,设置为“SalesforceServiceCloud”。 对于 类型 SalesforceServiceCloudV2LinkedService,设置为“SalesforceServiceCloudV2”。 将类型 SalesforceV2LinkedService 设置为“SalesforceV2”。 将类型 SapBWLinkedService 设置为“SapBW”。 将类型 SapCloudForCustomerLinkedService 设置为“SapCloudForCustomer”。 对于 类型 SapEccLinkedService,设置为“SapEcc”。 将类型 SapHanaLinkedService 设置为“SapHana”。 将类型 SapOdpLinkedService 设置为“SapOdp”。 将类型 SapOpenHubLinkedService 设置为“SapOpenHub”。 将类型 SapTableLinkedService 设置为“SapTable”。 将类型 ServiceNowLinkedService 设置为“ServiceNow”。 对于类型 ServiceNowV2LinkedService,设置为“ServiceNowV2”。 将类型 SftpServerLinkedService 设置为“Sftp”。 将类型 SharePointOnlineListLinkedService 设置为“SharePointOnlineList”。 将 Shopify LinkedService 类型设置为“Shopify”。 将类型 SmartsheetLinkedService 设置为“Smartsheet”。 将 类型 SnowflakeLinkedService 设置为“Snowflake”。 将 类型 SnowflakeV2LinkedService 设置为“SnowflakeV2”。 将类型 SparkLinkedService 设置为“Spark”。 将类型 SqlServerLinkedService 设置为“SqlServer”。 将 类型 SquareLinkedService 设置为“Square”。 将 类型 SybaseLinkedService 设置为“Sybase”。 将类型 TeamDeskLinkedService 设置为“TeamDesk”。 将类型 TeradataLinkedService 设置为“Teradata”。 将类型 TwilioLinkedService 设置为“Twilio”。 将类型 VerticaLinkedService 设置为“Vertica”。 将类型 WarehouseLinkedService 设置为“仓库”。 将 WebLinkedService 类型设置为“Web”。 将类型 XeroLinkedService 设置为“Xero”。 将 ZendeskLinkedService 类型设置为“Zendesk”。 将 类型 ZohoLinkedService 设置为“Zoho”。 'AmazonMWS'
'AmazonRdsForOracle'
'AmazonRdsForSqlServer'
'AmazonRedshift'
'AmazonS3'
'AmazonS3Compatible'
'AppFigures'
'Asana'
'AzureBatch'
'AzureBlobFS'
'AzureBlobStorage'
'AzureDatabricks'
'AzureDatabricksDeltaLake'
'AzureDataExplorer'
'AzureDataLakeAnalytics'
'AzureDataLakeStore'
'AzureFileStorage'
'AzureFunction'
'AzureKeyVault'
'AzureMariaDB'
'AzureML'
'AzureMLService'
'AzureMySql'
'AzurePostgreSql'
'AzureSearch'
'AzureSqlDatabase'
'AzureSqlDW'
'AzureSqlMI'
'AzureStorage'
'AzureSynapseArtifacts'
'AzureTableStorage'
'Cassandra'
'CommonDataServiceForApps'
'Concur'
'CosmosDb'
'CosmosDbMongoDbApi'
'Couchbase'
'CustomDataSource'
'Dataworld'
'Db2'
'Drill'
'Dynamics'
'DynamicsAX'
'DynamicsCrm'
'Eloqua'
'FileServer'
'FtpServer'
'GoogleAdWords'
'GoogleBigQuery'
'GoogleBigQueryV2'
'GoogleCloudStorage'
'GoogleSheets'
'Greenplum'
'HBase'
'Hdfs'
'HDInsight'
'HDInsightOnDemand'
'Hive'
'HttpServer'
'Hubspot'
'Impala'
'Informix'
'Jira'
'Lakehouse'
'Magento'
'MariaDB'
'Marketo'
'MicrosoftAccess'
'MongoDb'
'MongoDbAtlas'
'MongoDbV2'
'MySql'
'Netezza'
'OData'
'Odbc'
'Office365'
'Oracle'
'OracleCloudStorage'
'OracleServiceCloud'
'Paypal'
'Phoenix'
'PostgreSql'
'PostgreSqlV2'
'Presto'
'Quickbase'
'QuickBooks'
'Responsys'
'RestService'
'Salesforce'
'SalesforceMarketingCloud'
'SalesforceServiceCloud'
'SalesforceServiceCloudV2'
'SalesforceV2'
'SapBW'
'SapCloudForCustomer'
'SapEcc'
'SapHana'
'SapOdp'
'SapOpenHub'
'SapTable'
'ServiceNow'
'ServiceNowV2'
'Sftp'
'SharePointOnlineList'
'Shopify'
'Smartsheet'
'Snowflake'
'SnowflakeV2'
'Spark'
'SqlServer'
'Square'
'Sybase'
'TeamDesk'
'Teradata'
'Twilio'
'Vertica'
'Warehouse'
'Web'
'Xero'
'Zendesk'
“Zoho”(必填)
版本 链接服务的版本。 字符串

LinkedServiceReference

Name Description Value
parameters LinkedService 的参数。 ParameterValueSpecification
referenceName 引用 LinkedService 名称。 字符串(必填)
类型 链接服务引用类型。 'LinkedServiceReference'(必需)

MagentoLinkedService

Name Description Value
类型 链接服务的类型。 “Magento”(必填)
typeProperties Magento 服务器链接服务属性。 MagentoLinkedServiceTypeProperties (必需)

MagentoLinkedServiceTypeProperties

Name Description Value
accessToken 来自 Magento 的访问令牌。 SecretBase
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 Magento 实例的 URL。 (即 192.168.222.110/magento3) 任何(必填)
useEncryptedEndpoints 指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 any
useHostVerification 指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 any
usePeerVerification 指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 any

MariaDBLinkedService

Name Description Value
类型 链接服务的类型。 'MariaDB'(必填)
typeProperties MariaDB 服务器链接服务属性。 MariaDBLinkedServiceTypeProperties (必需)

MariaDBLinkedServiceTypeProperties

Name Description Value
connectionString ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
数据库 连接的数据库名称。 类型:字符串。 any
driverVersion MariaDB 驱动程序的版本。 类型:字符串。 对于旧驱动程序,V1 或为空,V2 用于新驱动程序。 V1 可以支持连接字符串和属性包,V2 只能支持连接字符串。 旧驱动程序计划于 2024 年 10 月弃用。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 连接字符串中密码的 Azure Key Vault 机密引用。 AzureKeyVaultSecretReference
移植 连接的端口。 类型:整数。 any
服务器 连接的服务器名称。 类型:字符串。 any
sslMode 此选项指定驱动程序在连接到 MariaDB 时是否使用 TLS 加密和验证。 例如,SSLMode=<0/1/2/3/4>。 选项:DISABLED (0) / PREFERRED (1) /REQUIRED (2) / VERIFY_CA (3) / VERIFY_IDENTITY (4), REQUIRED (2) 建议仅允许使用 SSL/TLS 加密的连接。 any
用户名 身份验证的用户名。 类型:字符串。 any
useSystemTrustStore 此选项指定是使用系统信任存储中的 CA 证书还是使用指定 PEM 文件中的 CA 证书。 例如 UseSystemTrustStore=<0/1>;选项:已启用 (1) / 禁用 (0) (默认) any

MarketoLinkedService

Name Description Value
类型 链接服务的类型。 “Marketo”(必需)
typeProperties Marketo 服务器链接服务属性。 MarketoLinkedServiceTypeProperties (必需)

MarketoLinkedServiceTypeProperties

Name Description Value
clientId Marketo 服务的客户端 ID。 任何(必填)
clientSecret Marketo 服务的客户端密码。 SecretBase
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
终结点 Marketo 服务器的终结点。 (即 123-ABC-321.mktorest.com) 任何(必填)
useEncryptedEndpoints 指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 any
useHostVerification 指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 any
usePeerVerification 指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 any

MicrosoftAccessLinkedService

Name Description Value
类型 链接服务的类型。 “MicrosoftAccess”(必需)
typeProperties Microsoft Access 链接服务属性。 MicrosoftAccessLinkedServiceTypeProperties (必需)

MicrosoftAccessLinkedServiceTypeProperties

Name Description Value
authenticationType 用于作为 ODBC 数据存储连接到 Microsoft Access 的身份验证类型。 可能的值为:Anonymous 和 Basic。 类型:字符串(或带有 resultType 字符串的表达式)。 any
connectionString 连接字符串的非访问凭据部分以及可选的加密凭据。 类型:string、SecureString、AzureKeyVaultSecretReference 或 Expression 和 resultType 字符串。 任何(必填)
凭据 连接字符串的访问凭据部分,采用特定于驱动程序的属性值格式指定。 SecretBase
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 基本身份验证的密码。 SecretBase
userName 基本身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

MongoDbAtlasLinkedService

Name Description Value
类型 链接服务的类型。 'MongoDbAtlas'(必需)
typeProperties MongoDB Atlas 链接服务属性。 MongoDbAtlasLinkedServiceTypeProperties (必需)

MongoDbAtlasLinkedServiceTypeProperties

Name Description Value
connectionString MongoDB Atlas 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 任何(必填)
数据库 要访问的 MongoDB Atlas 数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
driverVersion 要选择的驱动程序版本。 允许的值为 v1 和 v2。 类型:字符串(或带有 resultType 字符串的表达式)。 any

MongoDbLinkedService

Name Description Value
类型 链接服务的类型。 'MongoDb'(必填)
typeProperties MongoDB 链接服务属性。 MongoDbLinkedServiceTypeProperties (必需)

MongoDbLinkedServiceTypeProperties

Name Description Value
allowSelfSignedServerCert 指定是否允许来自服务器的自签名证书。 默认值为 false。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
authenticationType 用于连接到 MongoDB 数据库的身份验证类型。 'Anonymous'
'Basic'
authSource 用于验证用户名和密码的数据库。 类型:字符串(或带有 resultType 字符串的表达式)。 any
databaseName 要访问的 MongoDB 数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
enableSsl 指定是否使用 SSL 加密与服务器的连接。 默认值为 false。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 身份验证密码。 SecretBase
移植 MongoDB 服务器用于侦听客户端连接的 TCP 端口号。 默认值为 27017。 类型:整数(或包含 resultType 整数的表达式),最小值:0。 any
服务器 MongoDB 服务器的 IP 地址或服务器名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
用户名 身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

MongoDbV2LinkedService

Name Description Value
类型 链接服务的类型。 “MongoDbV2”(必需)
typeProperties MongoDB 链接服务属性。 MongoDbV2LinkedServiceTypeProperties (必需)

MongoDbV2LinkedServiceTypeProperties

Name Description Value
connectionString MongoDB 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 任何(必填)
数据库 要访问的 MongoDB 数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)

MySqlLinkedService

Name Description Value
类型 链接服务的类型。 'MySql'(必需)
typeProperties MySQL 链接服务属性。 MySqlLinkedServiceTypeProperties (必需)

MySqlLinkedServiceTypeProperties

Name Description Value
allowZeroDateTime 这允许从数据库检索特殊的“零”日期值 0000-00-00。 类型:布尔值。 any
connectionString 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
connectionTimeout 在终止尝试并生成错误之前等待与服务器建立连接的时间(以秒为单位)。 类型:整数。 any
convertZeroDateTime 如果返回日期或日期/时间列的 DateTime.MinValue,则返回不允许的值。 类型:布尔值。 any
数据库 连接的数据库名称。 类型:字符串。 any
driverVersion MySQL 驱动程序的版本。 类型:字符串。 对于旧驱动程序,V1 或为空,V2 用于新驱动程序。 V1 可以支持连接字符串和属性包,V2 只能支持连接字符串。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
guidFormat 确定应将哪个列类型(如果有)读取为 GUID。 类型:字符串。 无:不会将列类型作为 Guid 自动读取;Char36:所有 CHAR(36)列都以小写十六进制和连字符(与 UUID 匹配)作为 Guid 读取/写入。 any
密码 连接字符串中密码的 Azure Key Vault 机密引用。 AzureKeyVaultSecretReference
移植 连接的端口。 类型:整数。 any
服务器 连接的服务器名称。 类型:字符串。 any
sslCert 客户端 SSL 证书文件的路径(采用 PEM 格式)。 必须同时指定 SslKey。 类型:字符串。 any
sslKey 客户端 SSL 私钥的路径(采用 PEM 格式)。 还必须指定 SslCert。 类型:字符串。 any
sslMode 用于连接的 SSL 模式。 类型:整数。 0:禁用,1:首选,2:需要,3:verify-ca,4:验证完整。 any
treatTinyAsBoolean 设置为 true 时,TINYINT(1) 值将作为布尔值返回。 类型:bool。 any
用户名 身份验证的用户名。 类型:字符串。 any
useSystemTrustStore 使用系统信任存储进行连接。 类型:整数。 0:启用,1:禁用。 any

NetezzaLinkedService

Name Description Value
类型 链接服务的类型。 'Netezza'(必填)
typeProperties Netezza 链接服务属性。 NetezzaLinkedServiceTypeProperties (必需)

NetezzaLinkedServiceTypeProperties

Name Description Value
connectionString ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
数据库 连接的数据库名称。 类型:字符串。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
移植 连接的端口。 类型:整数。 any
pwd 连接字符串中密码的 Azure Key Vault 机密引用。 AzureKeyVaultSecretReference
securityLevel 安全级别 指定驱动程序与数据存储的连接的安全级别。 PreferredUnSecured:首选不安全,如果需要,允许回退到安全连接。 OnlyUnSecured:严格不安全,没有回退。 《只有无担保》
“优先无担保”
服务器 连接的服务器名称。 类型:字符串。 any
uid 身份验证的用户名。 类型:字符串。 any

ODataLinkedService

Name Description Value
类型 链接服务的类型。 'OData'(必需)
typeProperties OData 链接服务属性。 ODataLinkedServiceTypeProperties (必需)

ODataLinkedServiceTypeProperties

Name Description Value
aadResourceId 指定要请求授权以使用 Directory 的资源。 类型:字符串(或带有 resultType 字符串的表达式)。 any
aadServicePrincipalCredentialType 指定用于服务主体的凭据类型(密钥或证书)。 'ServicePrincipalCert'
'ServicePrincipalKey'
authenticationType 用于连接到 OData 服务的身份验证类型。 'AadServicePrincipal'
'Anonymous'
'Basic'
'ManagedServiceIdentity'
'Windows'
authHeaders 请求中用于授权的 RESTful API 中的其他 HTTP 标头。 类型:键值对(值应为字符串类型)。 any
azureCloudType 指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 OData 服务的密码。 SecretBase
servicePrincipalEmbeddedCert 指定在 Azure Active Directory 中注册的应用程序的 base64 编码证书。 类型:字符串(或带有 resultType 字符串的表达式)。 SecretBase
servicePrincipalEmbeddedCertPassword 如果证书具有密码,并且使用的是 AadServicePrincipal 身份验证,请指定证书的密码。 类型:字符串(或带有 resultType 字符串的表达式)。 SecretBase
servicePrincipalId 指定在 Azure Active Directory 中注册的应用程序的应用程序 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalKey 指定在 Azure Active Directory 中注册的应用程序的机密。 类型:字符串(或带有 resultType 字符串的表达式)。 SecretBase
租户 指定您的应用程序所属的租户信息(域名或租户 ID)。 类型:字符串(或带有 resultType 字符串的表达式)。 any
url OData 服务终结点的 URL。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
userName OData 服务的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

OdbcLinkedService

Name Description Value
类型 链接服务的类型。 'Odbc'(必需)
typeProperties ODBC 链接服务属性。 OdbcLinkedServiceTypeProperties (必需)

OdbcLinkedServiceTypeProperties

Name Description Value
authenticationType 用于连接 ODBC 数据存储的身份验证类型。 可能的值为:Anonymous 和 Basic。 类型:字符串(或带有 resultType 字符串的表达式)。 any
connectionString 连接字符串的非访问凭据部分以及可选的加密凭据。 类型:string、SecureString、AzureKeyVaultSecretReference 或 Expression 和 resultType 字符串。 任何(必填)
凭据 连接字符串的访问凭据部分,采用特定于驱动程序的属性值格式指定。 SecretBase
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 基本身份验证的密码。 SecretBase
userName 基本身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

Office365LinkedService

Name Description Value
类型 链接服务的类型。 “Office365”(必需)
typeProperties Office365 链接服务属性。 Office365LinkedServiceTypeProperties (必需)

Office365LinkedServiceTypeProperties

Name Description Value
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
office365TenantId Office 365 帐户所属的 Azure 租户 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
servicePrincipalCredentialType 身份验证的服务主体凭据类型。“ServicePrincipalKey”用于密钥/机密,用于证书的“ServicePrincipalCert”。 如果未指定,则使用“ServicePrincipalKey”。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalEmbeddedCert 指定在 Azure Active Directory 中注册的应用程序的 base64 编码证书。 类型:字符串(或带有 resultType 字符串的表达式)。 SecretBase
servicePrincipalEmbeddedCertPassword 如果证书具有密码,并且使用的是 AadServicePrincipal 身份验证,请指定证书的密码。 类型:字符串(或带有 resultType 字符串的表达式)。 SecretBase
servicePrincipalId 指定应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
servicePrincipalKey 指定应用程序的密钥。 SecretBase (必需)
servicePrincipalTenantId 指定 Azure AD Web 应用程序所在的租户信息。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)

OracleCloudStorageLinkedService

Name Description Value
类型 链接服务的类型。 “OracleCloudStorage”(必需)
typeProperties Oracle 云存储链接服务属性。 OracleCloudStorageLinkedServiceTypeProperties (必需)

OracleCloudStorageLinkedServiceTypeProperties

Name Description Value
accessKeyId Oracle 云存储标识和访问管理(IAM)用户的访问密钥标识符。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
secretAccessKey Oracle 云存储标识和访问管理 (IAM) 用户的机密访问密钥。 SecretBase
serviceUrl 此值指定要使用 Oracle 云存储连接器访问的终结点。 这是一个可选属性;仅当想要尝试其他服务终结点或想要在 https 和 http 之间切换时更改它。 类型:字符串(或带有 resultType 字符串的表达式)。 any

OracleLinkedService

Name Description Value
类型 链接服务的类型。 'Oracle'(必需)
typeProperties Oracle 数据库链接服务属性。 OracleLinkedServiceTypeProperties (必需)

OracleLinkedServiceTypeProperties

Name Description Value
authenticationType 连接到 Oracle 数据库的身份验证类型。 仅用于版本 2.0。 'Basic'
connectionString 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 仅用于版本 1.0。 any
cryptoChecksumClient 指定当此客户端连接到服务器时所需的数据完整性行为。 支持的值接受、拒绝、请求或必需,默认值是必需的。 类型:字符串。 仅用于版本 2.0。 any
cryptoChecksumTypesClient 指定客户端可以使用的加密校验算法。 支持的值为 SHA1、SHA256、SHA384、SHA512、默认值为 (SHA512)。 类型:字符串。 仅用于版本 2.0。 any
enableBulkLoad 指定在将数据加载到数据库中时是使用大容量复制还是批量插入,默认值为 true。 类型:布尔值。 仅用于版本 2.0。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
encryptionClient 指定加密客户端的行为。 支持的值接受、拒绝、请求或必需,默认值是必需的。 类型:字符串。 仅用于版本 2.0。 any
encryptionTypesClient 指定客户端可以使用的加密算法。 支持的值为 AES128、AES192、AES256、3DES112、3DES168、默认值为 (AES256)。 类型:字符串。 仅用于版本 2.0。 any
fetchSize 指定驱动程序为提取一个数据库往返中的数据而分配的字节数,默认值为10485760。 类型:整数。 仅用于版本 2.0。 any
fetchTswtzAsTimestamp 指定驱动程序是否将 TIMESTAMP WITH TIME ZONE 数据类型的列值作为 DateTime 或字符串返回。 如果 supportV1DataTypes 不为 true,则忽略此设置,默认值为 true。 类型:布尔值。 仅用于版本 2.0。 any
initializationString 指定一个命令,该命令在连接数据库后立即执行,以管理会话设置。 类型:字符串。 仅用于版本 2.0。 any
initialLobFetchSize 指定源最初为 LOB 列提取的量,默认值为 0。 类型:整数。 仅用于版本 2.0。 any
密码 连接字符串中密码的 Azure Key Vault 机密引用。 AzureKeyVaultSecretReference
服务器 要连接到的 Oracle 数据库的位置,支持的表单包括连接器描述符、简易连接(Plus)命名和 Oracle Net Services 名称(仅自承载 IR)。 类型:字符串。 仅用于版本 2.0。 any
statementCacheSize 指定要为每个数据库连接缓存的游标数或语句数,默认值为 0。 类型:整数。 仅用于版本 2.0。 any
supportV1DataTypes 指定是否使用版本 1.0 数据类型映射。 除非要保持与版本 1.0 数据类型映射的向后兼容性,否则不要将其设置为 true,默认值为 false。 类型:布尔值。 仅用于版本 2.0。 any
用户名 Oracle 数据库用户名。 类型:字符串。 仅用于版本 2.0。 any

OracleServiceCloudLinkedService

Name Description Value
类型 链接服务的类型。 “OracleServiceCloud”(必需)
typeProperties Oracle 服务云链接服务属性。 OracleServiceCloudLinkedServiceTypeProperties (必需)

OracleServiceCloudLinkedServiceTypeProperties

Name Description Value
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 Oracle 服务云实例的 URL。 任何(必填)
密码 在用户名键中提供的用户名所对应的密码。 SecretBase (必需)
useEncryptedEndpoints 指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
useHostVerification 指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
usePeerVerification 指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
用户名 用于访问 Oracle 服务云服务器的用户名。 任何(必填)

ParameterDefinitionSpecification

Name Description Value

ParameterSpecification

Name Description Value
defaultValue 参数的默认值。 any
类型 参数类型。 'Array'
'Bool'
'Float'
'Int'
'Object'
'SecureString'
'String'(必填)

ParameterValueSpecification

Name Description Value

ParameterValueSpecification

Name Description Value

PaypalLinkedService

Name Description Value
类型 链接服务的类型。 “PayPal”(必填)
typeProperties PayPal服务链接服务属性。 PaypalLinkedServiceTypeProperties (必需)

PaypalLinkedServiceTypeProperties

Name Description Value
clientId 与 PayPal 应用程序关联的客户端 ID。 任何(必填)
clientSecret 与 PayPal 应用程序关联的客户端密码。 SecretBase
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 PayPal 实例的 URL。 (即 api.sandbox.paypal.com) 任何(必填)
useEncryptedEndpoints 指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 any
useHostVerification 指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 any
usePeerVerification 指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 any

PhoenixLinkedService

Name Description Value
类型 链接服务的类型。 “凤凰”(必填)
typeProperties Phoenix 服务器链接服务属性。 PhoenixLinkedServiceTypeProperties (必需)

PhoenixLinkedServiceTypeProperties

Name Description Value
allowHostNameCNMismatch 指定是否要求 CA 颁发的 SSL 证书名称与通过 SSL 连接时服务器的主机名匹配。 默认值为 false。 any
allowSelfSignedServerCert 指定是否允许来自服务器的自签名证书。 默认值为 false。 any
authenticationType 用于连接到 Phoenix 服务器的身份验证机制。 'Anonymous'
'UsernameAndPassword'
“WindowsAzureHDInsightService”(必需)
enableSsl 指定是否使用 SSL 加密与服务器的连接。 默认值为 false。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 Phoenix 服务器的 IP 地址或主机名。 (即 192.168.222.160) 任何(必填)
httpPath 对应于 Phoenix 服务器的部分 URL。 (即 /gateway/sandbox/phoenix/version)。 如果使用 WindowsAzureHDInsightService,则默认值为 hbasephoenix。 any
密码 用户名所对应的密码。 SecretBase
移植 Phoenix 服务器用来侦听客户端连接的 TCP 端口。 默认值为 8765。 any
trustedCertPath 包含受信任的 CA 证书的 .pem 文件的完整路径,用于通过 SSL 连接时验证服务器。 只能在自承载 IR 上使用 SSL 时设置此属性。 默认值是随 IR 一起安装的 cacerts.pem 文件。 any
用户名 用于连接到 Phoenix 服务器的用户名。 any
useSystemTrustStore 指定是使用系统信任存储中的 CA 证书还是使用指定 PEM 文件中的 CA 证书。 默认值为 false。 any

PostgreSqlLinkedService

Name Description Value
类型 链接服务的类型。 'PostgreSql'(必需)
typeProperties PostgreSQL 链接服务属性。 PostgreSqlLinkedServiceTypeProperties (必需)

PostgreSqlLinkedServiceTypeProperties

Name Description Value
connectionString 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 任何(必填)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 连接字符串中密码的 Azure Key Vault 机密引用。 AzureKeyVaultSecretReference

PostgreSqlV2LinkedService

Name Description Value
类型 链接服务的类型。 'PostgreSqlV2'(必需)
typeProperties PostgreSQLV2 链接服务属性。 PostgreSqlV2LinkedServiceTypeProperties (必需)

PostgreSqlV2LinkedServiceTypeProperties

Name Description Value
authenticationType 要使用的认证类型。 类型:字符串。 任何(必填)
commandTimeout 尝试执行命令之前等待的时间(以秒为单位),如果超过这个时间,将终止尝试并产生错误。 对于无穷大,设置为零。 类型:整数。 any
connectionTimeout 等待的时间(以秒为单位),这是在尝试建立连接时,终止尝试并生成错误之前的时间。 类型:整数。 any
数据库 连接的数据库名称。 类型:字符串。 任何(必填)
编码 获取或设置用于编码/解码 PostgreSQL 字符串数据的 .NET 编码格式。 类型:字符串 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
logParameters 启用后,在执行命令时将会记录参数值。 类型:布尔值。 any
密码 连接字符串中密码的 Azure Key Vault 机密引用。 类型:字符串。 AzureKeyVaultSecretReference
pooling 是否应使用连接池。 类型:布尔值。 any
移植 连接的端口。 类型:整数。 any
readBufferSize 确定读取时内部缓冲区使用的大小。 如果从数据库传输大型值,则增加大小可能会提高性能。 类型:整数。 any
架构 设置架构搜索路径。 类型:字符串。 any
服务器 连接的服务器名称。 类型:字符串。 任何(必填)
sslCertificate 要发送到服务器的客户端证书的位置。 类型:字符串。 any
sslKey 要发送到服务器的客户端证书的客户端密钥位置。 类型:字符串。 any
sslMode 用于连接的 SSL 模式。 类型:整数。 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full. 类型:整数。 任何(必填)
sslPassword 客户端证书密钥的密码。 类型:字符串。 any
timezone 获取或设置会话时区。 类型:字符串。 any
trustServerCertificate 是否在不验证服务器证书的情况下信任该证书。 类型:布尔值。 any
用户名 身份验证的用户名。 类型:字符串。 任何(必填)

PrestoLinkedService

Name Description Value
类型 链接服务的类型。 'Presto'(必填)
typeProperties Presto 服务器链接服务属性。 PrestoLinkedServiceTypeProperties (必需)

PrestoLinkedServiceTypeProperties

Name Description Value
allowHostNameCNMismatch 指定是否要求 CA 颁发的 SSL 证书名称与通过 SSL 连接时服务器的主机名匹配。 默认值为 false。 仅用于版本 1.0。 any
allowSelfSignedServerCert 指定是否允许来自服务器的自签名证书。 默认值为 false。 仅用于版本 1.0。 any
authenticationType 用于连接到 Presto 服务器的身份验证机制。 'Anonymous'
'LDAP'(必填)
目录 针对服务器的所有请求的目录上下文。 任何(必填)
enableServerCertificateValidation 指定与服务器的连接是否会验证服务器证书,默认值为 True。 仅适用于版本 2.0 any
enableSsl 指定是否使用 SSL 加密与服务器的连接。 旧版的默认值为 False。 版本 2.0 的默认值为 True。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 Presto 服务器的 IP 地址或主机名。 (即 192.168.222.160) 任何(必填)
密码 用户名所对应的密码。 SecretBase
移植 Presto 服务器用来侦听客户端连接的 TCP 端口。 禁用 SSL 时,默认值为 8080,启用 SSL 时默认值为 443。 any
serverVersion Presto 服务器的版本。 (即 0.148-t)仅用于版本 1.0。 any
timeZoneID 连接使用的本地时区。 IANA 时区数据库中指定了此选项的有效值。 版本 1.0 的默认值是客户端系统时区。 版本 2.0 的默认值为服务器系统 timeZone any
trustedCertPath 包含受信任的 CA 证书的 .pem 文件的完整路径,用于通过 SSL 连接时验证服务器。 只能在自承载 IR 上使用 SSL 时设置此属性。 默认值是随 IR 一起安装的 cacerts.pem 文件。 仅用于版本 1.0。 any
用户名 用于连接到 Presto 服务器的用户名。 any
useSystemTrustStore 指定是使用系统信任存储中的 CA 证书还是使用指定 PEM 文件中的 CA 证书。 默认值为 false。 仅用于版本 1.0。 any

QuickbaseLinkedService

Name Description Value
类型 链接服务的类型。 'Quickbase'(必填)
typeProperties 快速数据库链接服务属性。 QuickbaseLinkedServiceTypeProperties (必需)

QuickbaseLinkedServiceTypeProperties

Name Description Value
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
url 用于连接 Quickbase 源的 URL。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
userToken Quickbase 源的用户令牌。 SecretBase (必需)

QuickBooksLinkedService

Name Description Value
类型 链接服务的类型。 “QuickBooks”(必填)
typeProperties QuickBooks 服务器链接服务属性。 QuickBooksLinkedServiceTypeProperties (必需)

QuickBooksLinkedServiceTypeProperties

Name Description Value
accessToken OAuth 2.0 身份验证的访问令牌。 SecretBase
accessTokenSecret OAuth 1.0 身份验证已弃用访问令牌密钥。 仅用于版本 1.0。 SecretBase
companyId 要授权的 QuickBooks 公司的公司 ID。 any
connectionProperties 用于连接到 QuickBooks 的属性。 它与链接服务中的其他任何属性互斥。 类型:对象。 any
consumerKey OAuth 2.0 身份验证的使用者密钥。 any
consumerSecret OAuth 2.0 身份验证的使用者密钥。 SecretBase
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
终结点 QuickBooks 服务器的终结点。 (即 quickbooks.api.intuit.com) any
refreshToken OAuth 2.0 身份验证的刷新令牌。 SecretBase
useEncryptedEndpoints 指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 仅用于版本 1.0。 any

ResponsysLinkedService

Name Description Value
类型 链接服务的类型。 'Responsys'(必需)
typeProperties Responsys 链接服务属性。 ResponsysLinkedServiceTypeProperties (必需)

ResponsysLinkedServiceTypeProperties

Name Description Value
clientId 与 Responsys 应用程序关联的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
clientSecret 与 Responsys 应用程序关联的客户端密码。 类型:字符串(或带有 resultType 字符串的表达式)。 SecretBase
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
终结点 Responsys 服务器的终结点。 任何(必填)
useEncryptedEndpoints 指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
useHostVerification 指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
usePeerVerification 指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any

RestServiceLinkedService

Name Description Value
类型 链接服务的类型。 'RestService'(必需)
typeProperties Rest Service 链接服务属性。 RestServiceLinkedServiceTypeProperties (必需)

RestServiceLinkedServiceTypeProperties

Name Description Value
aadResourceId 请求使用授权的资源。 类型:字符串(或带有 resultType 字符串的表达式)。 any
authenticationType 用于连接到 REST 服务的身份验证类型。 'AadServicePrincipal'
'Anonymous'
'Basic'
'ManagedServiceIdentity'
'OAuth2ClientCredential'(必需)
authHeaders 请求中用于授权的 RESTful API 中的其他 HTTP 标头。 类型:对象(或带有 resultType 对象的表达式)。 any
azureCloudType 指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 any
clientId 与应用程序关联的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
clientSecret 与应用程序关联的客户端密码。 SecretBase
凭据 包含身份验证信息的凭据引用。 CredentialReference
enableServerCertificateValidation 是否在连接到终结点时验证服务器端 SSL 证书。默认值为 true。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 基本身份验证类型中使用的密码。 SecretBase
资源 将请求访问的目标服务或资源。 类型:字符串(或带有 resultType 字符串的表达式)。 any
作用域 所需的访问范围。 它描述将请求哪种类型的访问。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalCredentialType 在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalEmbeddedCert 指定在 Azure Active Directory 中注册的应用程序的 base64 编码证书。 类型:字符串(或带有 resultType 字符串的表达式)。 SecretBase
servicePrincipalEmbeddedCertPassword 如果证书具有密码,并且使用的是 AadServicePrincipal 身份验证,请指定证书的密码。 类型:字符串(或带有 resultType 字符串的表达式)。 SecretBase
servicePrincipalId AadServicePrincipal 身份验证类型中使用的应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalKey AadServicePrincipal 身份验证类型中使用的应用程序的密钥。 SecretBase
租户 应用程序所在的 AadServicePrincipal 身份验证类型中使用的租户信息(域名或租户 ID)。 类型:字符串(或带有 resultType 字符串的表达式)。 any
tokenEndpoint 要获取访问令牌的授权服务器的令牌终结点。 类型:字符串(或带有 resultType 字符串的表达式)。 any
url REST 服务的基 URL。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
userName 基本身份验证类型中使用的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

SalesforceLinkedService

Name Description Value
类型 链接服务的类型。 “Salesforce”(必填)
typeProperties Salesforce 链接服务属性。 SalesforceLinkedServiceTypeProperties (必需)

SalesforceLinkedServiceTypeProperties

Name Description Value
apiVersion ADF 中使用的 Salesforce API 版本。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
environmentUrl Salesforce 实例的 URL。 默认值为“https://login.salesforce.com”。 若要从沙盒复制数据,请指定“https://test.salesforce.com”。 若要从自定义域复制数据,请指定“https://[domain].my.salesforce.com”。 类型:字符串(或带有 resultType 字符串的表达式)。 any
密码 Salesforce 实例的基本身份验证的密码。 SecretBase
securityToken 安全令牌是可选的,用于远程访问 Salesforce 实例。 SecretBase
用户名 Salesforce 实例的基本身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

SalesforceMarketingCloudLinkedService

Name Description Value
类型 链接服务的类型。 “SalesforceMarketingCloud”(必填)
typeProperties Salesforce Marketing Cloud 链接服务属性。 SalesforceMarketingCloudLinkedServiceTypeProperties (必需)

SalesforceMarketingCloudLinkedServiceTypeProperties

Name Description Value
clientId 与 Salesforce Marketing Cloud 应用程序关联的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
clientSecret 与 Salesforce Marketing Cloud 应用程序关联的客户端密码。 类型:字符串(或带有 resultType 字符串的表达式)。 SecretBase
connectionProperties 用于连接到 Salesforce Marketing Cloud 的属性。 它与链接服务中的其他任何属性互斥。 类型:对象。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
useEncryptedEndpoints 指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
useHostVerification 指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
usePeerVerification 指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any

SalesforceServiceCloudLinkedService

Name Description Value
类型 链接服务的类型。 “SalesforceServiceCloud”(必需)
typeProperties Salesforce Service Cloud 链接服务属性。 SalesforceServiceCloudLinkedServiceTypeProperties (必需)

SalesforceServiceCloudLinkedServiceTypeProperties

Name Description Value
apiVersion ADF 中使用的 Salesforce API 版本。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
environmentUrl Salesforce Service Cloud 实例的 URL。 默认值为“https://login.salesforce.com”。 若要从沙盒复制数据,请指定“https://test.salesforce.com”。 若要从自定义域复制数据,请指定“https://[domain].my.salesforce.com”。 类型:字符串(或带有 resultType 字符串的表达式)。 any
extendedProperties 追加到连接字符串的扩展属性。 类型:字符串(或带有 resultType 字符串的表达式)。 any
密码 Salesforce 实例的基本身份验证的密码。 SecretBase
securityToken 安全令牌是可选的,用于远程访问 Salesforce 实例。 SecretBase
用户名 Salesforce 实例的基本身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

SalesforceServiceCloudV2LinkedService

Name Description Value
类型 链接服务的类型。 “SalesforceServiceCloudV2”(必需)
typeProperties Salesforce Service Cloud V2 链接服务属性。 SalesforceServiceCloudV2LinkedServiceTypeProperties (必需)

SalesforceServiceCloudV2LinkedServiceTypeProperties

Name Description Value
apiVersion ADF 中使用的 Salesforce API 版本。 版本必须大于或等于 Salesforce BULK API 2.0 所需的 47.0。 类型:字符串(或带有 resultType 字符串的表达式)。 any
authenticationType 用于连接到 Salesforce 的身份验证类型。 目前,我们仅支持 OAuth2ClientCredentials,这也是默认值 any
clientId Salesforce 实例的 OAuth 2.0 客户端凭据流身份验证的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
clientSecret Salesforce 实例的 OAuth 2.0 客户端凭据流身份验证的客户端密码。 SecretBase
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
environmentUrl Salesforce Service Cloud 实例的 URL。 例如,“https://[domain].my.salesforce.com”。 类型:字符串(或带有 resultType 字符串的表达式)。 any

SalesforceV2LinkedService

Name Description Value
类型 链接服务的类型。 “SalesforceV2”(必需)
typeProperties Salesforce V2 链接服务属性。 SalesforceV2LinkedServiceTypeProperties (必需)

SalesforceV2LinkedServiceTypeProperties

Name Description Value
apiVersion ADF 中使用的 Salesforce API 版本。 版本必须大于或等于 Salesforce BULK API 2.0 所需的 47.0。 类型:字符串(或带有 resultType 字符串的表达式)。 any
authenticationType 用于连接到 Salesforce 的身份验证类型。 目前,我们仅支持 OAuth2ClientCredentials,这也是默认值 any
clientId Salesforce 实例的 OAuth 2.0 客户端凭据流身份验证的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
clientSecret Salesforce 实例的 OAuth 2.0 客户端凭据流身份验证的客户端密码。 SecretBase
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
environmentUrl Salesforce 实例的 URL。 例如,“https://[domain].my.salesforce.com”。 类型:字符串(或带有 resultType 字符串的表达式)。 any

SapBWLinkedService

Name Description Value
类型 链接服务的类型。 “SapBW”(必填)
typeProperties 特定于此链接服务类型的属性。 SapBWLinkedServiceTypeProperties (必需)

SapBWLinkedServiceTypeProperties

Name Description Value
clientId BW 系统上客户端的客户端 ID。 (通常为表示为字符串的三位数十进制数)类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 用于访问 SAP BW 服务器的密码。 SecretBase
服务器 SAP BW 实例的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
systemNumber BW 系统的系统编号。 (通常为表示为字符串的两位数十进制数字。类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
userName 用于访问 SAP BW 服务器的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

SapCloudForCustomerLinkedService

Name Description Value
类型 链接服务的类型。 “SapCloudForCustomer”(必需)
typeProperties SAP Cloud for Customer 链接服务属性。 SapCloudForCustomerLinkedServiceTypeProperties (必需)

SapCloudForCustomerLinkedServiceTypeProperties

Name Description Value
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 必须提供 encryptedCredential 或用户名/密码。 类型:字符串。 字符串
密码 基本身份验证的密码。 SecretBase
url SAP Cloud for Customer OData API 的 URL。 例如,“[https://[tenantname].crm.ondemand.com/sap/c4c/odata/v1]”。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
用户名 基本身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

SapEccLinkedService

Name Description Value
类型 链接服务的类型。 “SapEcc”(必填)
typeProperties SAP ECC 链接服务属性。 SapEccLinkedServiceTypeProperties (必需)

SapEccLinkedServiceTypeProperties

Name Description Value
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 必须提供 encryptedCredential 或用户名/密码。 类型:字符串。 字符串
密码 基本身份验证的密码。 SecretBase
url SAP ECC OData API 的 URL。 例如,“[https://hostname:port/sap/opu/odata/sap/servicename/]”。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
用户名 基本身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

SapHanaLinkedService

Name Description Value
类型 链接服务的类型。 “SapHana”(必填)
typeProperties 特定于此链接服务类型的属性。 SapHanaLinkedServiceProperties (必需)

SapHanaLinkedServiceProperties

Name Description Value
authenticationType 用于连接到 SAP HANA 服务器的身份验证类型。 'Basic'
'Windows'
connectionString SAP HANA ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 用于访问 SAP HANA 服务器的密码。 SecretBase
服务器 SAP HANA 服务器的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 any
userName 用于访问 SAP HANA 服务器的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

SapOdpLinkedService

Name Description Value
类型 链接服务的类型。 “SapOdp”(必填)
typeProperties 特定于 SAP ODP 链接服务类型的属性。 SapOdpLinkedServiceTypeProperties( 必需)

SapOdpLinkedServiceTypeProperties

Name Description Value
clientId 表所在的 SAP 系统上客户端的客户端 ID。 (通常为表示为字符串的三位数十进制数)类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
语言 表所在的 SAP 系统的语言。 默认值为 EN。 类型:字符串(或带有 resultType 字符串的表达式)。 any
logonGroup SAP 系统的登录组。 类型:字符串(或带有 resultType 字符串的表达式)。 any
messageServer SAP 消息服务器的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 any
messageServerService 消息服务器的服务名称或端口号。 类型:字符串(或带有 resultType 字符串的表达式)。 any
密码 用于访问表所在的 SAP 服务器的密码。 SecretBase
服务器 表所在的 SAP 实例的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 any
sncLibraryPath 外部安全产品的库,用于访问表所在的 SAP 服务器。 类型:字符串(或带有 resultType 字符串的表达式)。 any
sncMode SNC 激活标志(布尔值)用于访问表所在的 SAP 服务器。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
sncMyName 发起程序的 SNC 名称,用于访问表所在的 SAP 服务器。 类型:字符串(或带有 resultType 字符串的表达式)。 any
sncPartnerName 通信合作伙伴的 SNC 名称,用于访问表所在的 SAP 服务器。 类型:字符串(或带有 resultType 字符串的表达式)。 any
sncQop SNC 保护质量。 允许的值包括:1、2、3、8、9。 类型:字符串(或带有 resultType 字符串的表达式)。 any
subscriberName 订阅者名称。 类型:字符串(或带有 resultType 字符串的表达式)。 any
systemId 表所在的 SAP 系统的 SystemID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
systemNumber 表所在的 SAP 系统的系统编号。 (通常为表示为字符串的两位数十进制数字。类型:字符串(或带有 resultType 字符串的表达式)。 any
userName 用于访问表所在的 SAP 服务器的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any
x509CertificatePath SNC X509 证书文件路径。 类型:字符串(或带有 resultType 字符串的表达式)。 any

SapOpenHubLinkedService

Name Description Value
类型 链接服务的类型。 “SapOpenHub”(必需)
typeProperties 特定于 SAP Business Warehouse Open Hub 目标链接服务类型的属性。 SapOpenHubLinkedServiceTypeProperties (必需)

SapOpenHubLinkedServiceTypeProperties

Name Description Value
clientId 开放中心目标的 BW 系统上的客户端的客户端 ID。 (通常为表示为字符串的三位数十进制数)类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
语言 开放中心目标所在的 BW 系统的语言。 默认值为 EN。 类型:字符串(或带有 resultType 字符串的表达式)。 any
logonGroup SAP 系统的登录组。 类型:字符串(或带有 resultType 字符串的表达式)。 any
messageServer SAP 消息服务器的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 any
messageServerService 消息服务器的服务名称或端口号。 类型:字符串(或带有 resultType 字符串的表达式)。 any
密码 用于访问开放中心目标所在的 SAP BW 服务器的密码。 SecretBase
服务器 打开中心目标的 SAP BW 实例的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 any
systemId 表所在的 SAP 系统的 SystemID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
systemNumber 开放中心目标所在的 BW 系统的系统编号。 (通常为表示为字符串的两位数十进制数字。类型:字符串(或带有 resultType 字符串的表达式)。 any
userName 用于访问打开中心目标的 SAP BW 服务器的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

SapTableLinkedService

Name Description Value
类型 链接服务的类型。 'SapTable'(必填)
typeProperties 特定于此链接服务类型的属性。 SapTableLinkedServiceTypeProperties (必需)

SapTableLinkedServiceTypeProperties

Name Description Value
clientId 表所在的 SAP 系统上客户端的客户端 ID。 (通常为表示为字符串的三位数十进制数)类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
语言 表所在的 SAP 系统的语言。 默认值为 EN。 类型:字符串(或带有 resultType 字符串的表达式)。 any
logonGroup SAP 系统的登录组。 类型:字符串(或带有 resultType 字符串的表达式)。 any
messageServer SAP 消息服务器的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 any
messageServerService 消息服务器的服务名称或端口号。 类型:字符串(或带有 resultType 字符串的表达式)。 any
密码 用于访问表所在的 SAP 服务器的密码。 SecretBase
服务器 表所在的 SAP 实例的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 any
sncLibraryPath 外部安全产品的库,用于访问表所在的 SAP 服务器。 类型:字符串(或带有 resultType 字符串的表达式)。 any
sncMode SNC 激活标志(布尔值)用于访问表所在的 SAP 服务器。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
sncMyName 发起程序的 SNC 名称,用于访问表所在的 SAP 服务器。 类型:字符串(或带有 resultType 字符串的表达式)。 any
sncPartnerName 通信合作伙伴的 SNC 名称,用于访问表所在的 SAP 服务器。 类型:字符串(或带有 resultType 字符串的表达式)。 any
sncQop SNC 保护质量。 允许的值包括:1、2、3、8、9。 类型:字符串(或带有 resultType 字符串的表达式)。 any
systemId 表所在的 SAP 系统的 SystemID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
systemNumber 表所在的 SAP 系统的系统编号。 (通常为表示为字符串的两位数十进制数字。类型:字符串(或带有 resultType 字符串的表达式)。 any
userName 用于访问表所在的 SAP 服务器的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

ScriptAction

Name Description Value
name 脚本操作的用户提供的名称。 字符串(必填)
parameters 脚本操作的参数。 字符串
roles 应对其执行脚本操作的节点类型。 任何(必填)
uri 脚本操作的 URI。 字符串(必填)

SecretBase

Name Description Value
类型 对于类型 AzureKeyVaultSecretReference,设置为“AzureKeyVaultSecret”。 对于 类型 SecureString,请设置为“SecureString”。 'AzureKeyVaultSecret'
'SecureString'(必需)

SecureString

Name Description Value
类型 机密的类型。 'SecureString'(必需)
value 安全字符串的值。 字符串(必填)

ServiceNowLinkedService

Name Description Value
类型 链接服务的类型。 'ServiceNow'(必填)
typeProperties ServiceNow 服务器链接服务属性。 ServiceNowLinkedServiceTypeProperties( 必需)

ServiceNowLinkedServiceTypeProperties

Name Description Value
authenticationType 要使用的认证类型。 'Basic'
'OAuth2'(必填)
clientId OAuth2 身份验证的客户端 ID。 any
clientSecret OAuth2 身份验证的客户端密码。 SecretBase
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
终结点 ServiceNow 服务器的终结点。 (即 <instance.service-now.com>) 任何(必填)
密码 基本和 OAuth2 身份验证的用户名所对应的密码。 SecretBase
useEncryptedEndpoints 指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 any
useHostVerification 指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 any
usePeerVerification 指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 any
用户名 用户名用于连接到 ServiceNow 服务器,进行基本和 OAuth2 身份验证。 any

ServiceNowV2LinkedService

Name Description Value
类型 链接服务的类型。 “ServiceNowV2”(必需)
typeProperties ServiceNowV2 服务器链接服务属性。 ServiceNowV2LinkedServiceTypeProperties (必需)

ServiceNowV2LinkedServiceTypeProperties

Name Description Value
authenticationType 要使用的认证类型。 'Basic'
'OAuth2'(必填)
clientId OAuth2 身份验证的客户端 ID。 any
clientSecret OAuth2 身份验证的客户端密码。 SecretBase
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
终结点 ServiceNowV2 服务器的终结点。 (即 <instance.service-now.com>) 任何(必填)
grantType 用于 OAuth2 身份验证的 GrantType。 默认值为密码。 any
密码 基本和 OAuth2 身份验证的用户名所对应的密码。 SecretBase
用户名 用于连接到 ServiceNowV2 服务器以进行基本身份验证和 OAuth2 身份验证的用户名。 any

SftpServerLinkedService

Name Description Value
类型 链接服务的类型。 'Sftp'(必填)
typeProperties 特定于此链接服务类型的属性。 SftpServerLinkedServiceTypeProperties (必需)

SftpServerLinkedServiceTypeProperties

Name Description Value
authenticationType 用于连接到 FTP 服务器的身份验证类型。 'Basic'
'MultiFactor'
'SshPublicKey'
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 SFTP 服务器主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
hostKeyFingerprint SFTP 服务器的主机键指打印。 当 SkipHostKeyValidation 为 false 时,应指定 HostKeyFingerprint。 类型:字符串(或带有 resultType 字符串的表达式)。 any
passPhrase 如果 SSH 私钥已加密,则解密 SSH 私钥的密码。 SecretBase
密码 用于登录 SFTP 服务器进行基本身份验证的密码。 SecretBase
移植 SFTP 服务器用于侦听客户端连接的 TCP 端口号。 默认值为 22。 类型:整数(或包含 resultType 整数的表达式),最小值:0。 any
privateKeyContent 用于 SshPublicKey 身份验证的 Base64 编码 SSH 私钥内容。 对于使用 SshPublicKey 身份验证的本地复制,应指定 PrivateKeyPath 或 PrivateKeyContent。 SSH 私钥应采用 OpenSSH 格式。 SecretBase
privateKeyPath SshPublicKey 身份验证的 SSH 私钥文件路径。 仅适用于本地复制。 对于使用 SshPublicKey 身份验证的本地复制,应指定 PrivateKeyPath 或 PrivateKeyContent。 SSH 私钥应采用 OpenSSH 格式。 类型:字符串(或带有 resultType 字符串的表达式)。 any
skipHostKeyValidation 如果为 true,请跳过 SSH 主机密钥验证。 默认值为 false。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
userName 用于登录到 SFTP 服务器的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

SharePointOnlineListLinkedService

Name Description Value
类型 链接服务的类型。 “SharePointOnlineList”(必需)
typeProperties SharePoint Online 列表链接服务属性。 SharePointOnlineListLinkedServiceTypeProperties (必需)

SharePointOnlineListLinkedServiceTypeProperties

Name Description Value
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
servicePrincipalCredentialType 在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalEmbeddedCert 指定在 Azure Active Directory 中注册的应用程序的 base64 编码证书。 类型:字符串(或带有 resultType 字符串的表达式)。 SecretBase
servicePrincipalEmbeddedCertPassword 如果证书具有密码,并且使用的是 AadServicePrincipal 身份验证,请指定证书的密码。 类型:字符串(或带有 resultType 字符串的表达式)。 SecretBase
servicePrincipalId 在 Azure Active Directory 中注册的应用程序(客户端)ID。 请确保向此应用程序授予 SharePoint 网站权限。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
servicePrincipalKey 在 Azure Active Directory 中注册的应用程序的客户端密码。 类型:字符串(或带有 resultType 字符串的表达式)。 SecretBase
siteUrl SharePoint Online 网站的 URL。 例如,https://contoso.sharepoint.com/sites/siteName。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
tenantId 应用程序所在的租户 ID。 可以从 Azure 门户 Active Directory 概述页找到它。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)

ShopifyLinkedService

Name Description Value
类型 链接服务的类型。 “Shopify”(必填)
typeProperties Shopify Service 链接服务属性。 ShopifyLinkedServiceTypeProperties (必填)

ShopifyLinkedServiceTypeProperties

Name Description Value
accessToken 可用于访问 Shopify 数据的 API 访问令牌。 如果令牌处于脱机模式,则令牌不会过期。 SecretBase
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 Shopify 服务器的终结点。 (即 mystore.myshopify.com) 任何(必填)
useEncryptedEndpoints 指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 any
useHostVerification 指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 any
usePeerVerification 指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 any

SmartsheetLinkedService

Name Description Value
类型 链接服务的类型。 “Smartsheet”(必填)
typeProperties Smartsheet 链接服务属性。 SmartsheetLinkedServiceTypeProperties (必需)

SmartsheetLinkedServiceTypeProperties

Name Description Value
apiToken Smartsheet 源的 API 令牌。 SecretBase (必需)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串

SnowflakeLinkedService

Name Description Value
类型 链接服务的类型。 'Snowflake'(必填)
typeProperties Snowflake 链接服务属性。 SnowflakeLinkedServiceTypeProperties (必需)

SnowflakeLinkedServiceTypeProperties

Name Description Value
connectionString 雪花的连接字符串。 类型:string、SecureString。 任何(必填)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 连接字符串中密码的 Azure Key Vault 机密引用。 AzureKeyVaultSecretReference

SnowflakeLinkedV2ServiceTypeProperties

Name Description Value
accountIdentifier Snowflake 帐户的帐户标识符,例如 xy12345.east-us-2.azure 任何(必填)
authenticationType 用于身份验证的类型。 类型:字符串。 'AADServicePrincipal'
'Basic'
'KeyPair'
clientId 在 Azure Active Directory 中注册用于 AADServicePrincipal 身份验证的应用程序的客户端 ID。 any
clientSecret 用于 AADServicePrincipal 身份验证的客户端机密的 Azure 密钥保管库机密参考。 SecretBase
数据库 Snowflake 数据库的名称。 任何(必填)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 Snowflake 帐户的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 any
密码 连接字符串中密码的 Azure Key Vault 机密引用。 SecretBase
privateKey 用于 KeyPair 身份验证的 privateKey 的 Azure Key Vault 机密参考。 SecretBase
privateKeyPassphrase 使用加密私钥进行 KeyPair 身份验证的私钥密码的 Azure 密钥保管库机密参考。 SecretBase
角色 在 Snowflake 会话中使用的默认访问控制角色。 类型:字符串(或带有 resultType 字符串的表达式)。 any
架构 连接的架构名称。 类型:字符串(或带有 resultType 字符串的表达式)。 any
作用域 在 Azure Active Directory 中注册用于 AADServicePrincipal 身份验证的应用程序的范围。 any
tenantId 在 Azure Active Directory 中注册用于 AADServicePrincipal 身份验证的应用程序的租户 ID。 any
用户 Snowflake 用户的名称。 any
useUtc时间戳 指示是否对时间戳数据类型使用 UTC 时区。 类型:布尔值。 any
warehouse Snowflake 仓库的名称。 任何(必填)

SnowflakeV2LinkedService

Name Description Value
类型 链接服务的类型。 'SnowflakeV2'(必需)
typeProperties Snowflake 链接服务属性。 SnowflakeLinkedV2ServiceTypeProperties (必需)

SparkLinkedService

Name Description Value
类型 链接服务的类型。 “Spark”(必填)
typeProperties Spark Server 链接服务属性。 SparkLinkedServiceTypeProperties (必需)

SparkLinkedServiceTypeProperties

Name Description Value
allowHostNameCNMismatch 指定是否要求 CA 颁发的 SSL 证书名称与通过 SSL 连接时服务器的主机名匹配。 默认值为 false。 any
allowSelfSignedServerCert 指定是否允许来自服务器的自签名证书。 默认值为 false。 any
authenticationType 用于访问 Spark 服务器的身份验证方法。 'Anonymous'
'Username'
'UsernameAndPassword'
“WindowsAzureHDInsightService”(必需)
enableServerCertificateValidation 指定与服务器的连接是否会验证服务器证书,默认值为 True。 仅适用于版本 2.0 any
enableSsl 指定是否使用 SSL 加密与服务器的连接。 默认值为 false。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 Spark 服务器的 IP 地址或主机名 任何(必填)
httpPath 对应于 Spark 服务器的部分 URL。 any
密码 与你在“用户名”字段中提供的用户名对应的密码 SecretBase
移植 Spark 服务器用来侦听客户端连接的 TCP 端口。 任何(必填)
serverType Spark 服务器的类型。 'SharkServer'
'SharkServer2'
'SparkThriftServer'
thriftTransportProtocol Thrift 层中要使用的传输协议。 'Binary'
“HTTP”的
'SASL'
trustedCertPath 包含受信任的 CA 证书的 .pem 文件的完整路径,用于通过 SSL 连接时验证服务器。 只能在自承载 IR 上使用 SSL 时设置此属性。 默认值是随 IR 一起安装的 cacerts.pem 文件。 any
用户名 用于访问 Spark 服务器的用户名。 any
useSystemTrustStore 指定是使用系统信任存储中的 CA 证书还是使用指定 PEM 文件中的 CA 证书。 默认值为 false。 any

SqlAlwaysEncryptedProperties

Name Description Value
alwaysEncryptedAkvAuthType Sql 始终加密 AKV 身份验证类型。 类型:字符串。 'ManagedIdentity'
'ServicePrincipal'
“UserAssignedManagedIdentity”(必需)
凭据 包含身份验证信息的凭据引用。 CredentialReference
servicePrincipalId Azure Active Directory 中用于 Azure Key Vault 身份验证的应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalKey 用于对 Azure Key Vault 进行身份验证的服务主体的密钥。 SecretBase

SqlServerLinkedService

Name Description Value
类型 链接服务的类型。 'SqlServer'(必需)
typeProperties SQL Server 链接服务属性。 SqlServerLinkedServiceTypeProperties (必需)

SqlServerLinkedServiceTypeProperties

Name Description Value
alwaysEncryptedSettings Sql 始终加密属性。 SqlAlwaysEncryptedProperties
applicationIntent 连接到服务器时的应用程序工作负荷类型,由建议的版本使用。 可能的值为 ReadOnly 和 ReadWrite。 类型:字符串(或带有 resultType 字符串的表达式)。 any
authenticationType 用于身份验证的类型。 类型:字符串。 'SQL'
'UserAssignedManagedIdentity'
'Windows'
commandTimeout 在终止尝试执行命令并生成错误之前(以秒为单位)的默认等待时间(以秒为单位),由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 any
connectionString 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
connectRetryCount 确定有空闲连接失败(由建议的版本使用)后尝试的重新连接数。 这必须是介于 0 和 255 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 any
connectRetryInterval 确定建议的版本使用空闲连接失败后,每个重新连接尝试之间的时间(以秒为单位)。 这必须是介于 1 和 60 之间的整数。 类型:整数(或包含 resultType 整数的表达式)。 any
connectTimeout 在终止尝试并生成由建议版本使用的错误之前,等待与服务器的连接的时间长度(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 any
凭据 包含身份验证信息的凭据引用。 CredentialReference
数据库 建议的版本使用的数据库的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 any
加密 指示客户端和服务器之间发送的所有数据是否需要 TLS 加密(由建议的版本使用)。 可能的值为 true/yes/mandatory、false/no/optional 和 strict。 类型:字符串(或带有 resultType 字符串的表达式)。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
failoverPartner 如果主服务器关闭(由建议的版本使用)连接到的伙伴服务器的名称或地址。 类型:字符串(或带有 resultType 字符串的表达式)。 any
hostNameInCertificate 验证连接的服务器证书时要使用的主机名。 如果未指定,则数据源中的服务器名称用于证书验证,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 any
integratedSecurity 指示是否在连接(如果为 false)中指定用户 ID 和密码,或者当前 Windows 帐户凭据是否用于身份验证(如果为 true),由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
loadBalanceTimeout 在被建议的版本使用之前,连接在连接池中生存的最短时间(以秒为单位)。 类型:整数(或包含 resultType 整数的表达式)。 any
maxPoolSize 此特定连接字符串的连接池中允许的最大连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 any
minPoolSize 此特定连接字符串的连接池中允许的最小连接数,由建议的版本使用。 类型:整数(或包含 resultType 整数的表达式)。 any
multipleActiveResultSets 如果为 true,应用程序可以维护多个活动结果集(MARS)。 如果为 false,应用程序必须处理或取消一个批处理中的所有结果集,然后才能在该连接上执行任何其他批处理(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
multiSubnetFailover 如果应用程序连接到不同子网上的 AlwaysOn 可用性组(AG),则设置 MultiSubnetFailover=true 可以更快地检测和连接到(当前)活动服务器(当前)活动服务器(由建议的版本使用)。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
packetSize 用于与服务器实例通信的网络数据包的大小(以字节为单位,由建议的版本使用)。 类型:整数(或包含 resultType 整数的表达式)。 any
密码 本地 Windows 身份验证密码。 SecretBase
pooling 指示每次请求连接时,连接是共用的还是显式打开的,由建议的版本使用。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
服务器 要连接到的 SQL Server 实例的名称或网络地址,由建议的版本使用。 类型:字符串(或带有 resultType 字符串的表达式)。 any
trustServerCertificate 指示通道是否在绕过证书链来验证推荐版本使用的信任时是否加密通道。 类型:布尔值(或带有 resultType 布尔值的表达式)。 any
userName 本地 Windows 身份验证用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

SquareLinkedService

Name Description Value
类型 链接服务的类型。 “正方形”(必填)
typeProperties 方块服务链接服务属性。 SquareLinkedServiceTypeProperties (必需)

SquareLinkedServiceTypeProperties

Name Description Value
clientId 与 Square 应用程序关联的客户端 ID。 any
clientSecret 与 Square 应用程序关联的客户端密码。 SecretBase
connectionProperties 用于连接到 Square 的属性。 它与链接服务中的其他任何属性互斥。 类型:对象。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 Square 实例的 URL。 (即 mystore.mysquare.com) any
redirectUri 在 Square 应用程序仪表板中分配的重定向 URL。 (即 http://localhost:2500) any
useEncryptedEndpoints 指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 any
useHostVerification 指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 any
usePeerVerification 指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 any

SybaseLinkedService

Name Description Value
类型 链接服务的类型。 'Sybase'(必需)
typeProperties Sybase 链接服务属性。 SybaseLinkedServiceTypeProperties (必需)

SybaseLinkedServiceTypeProperties

Name Description Value
authenticationType 要用于连接的 AuthenticationType。 'Basic'
'Windows'
数据库 连接的数据库名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 身份验证密码。 SecretBase
架构 连接的架构名称。 类型:字符串(或带有 resultType 字符串的表达式)。 any
服务器 连接的服务器名称。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
用户名 身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

TeamDeskLinkedService

Name Description Value
类型 链接服务的类型。 “TeamDesk”(必填)
typeProperties TeamDesk 链接服务属性。 TeamDeskLinkedServiceTypeProperties (必需)

TeamDeskLinkedServiceTypeProperties

Name Description Value
apiToken TeamDesk 源的 API 令牌。 SecretBase
authenticationType 要使用的认证类型。 'Basic'
“令牌”(必填)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 TeamDesk 源的密码。 SecretBase
url 用于连接 TeamDesk 源的 URL。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
userName TeamDesk 源的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

TeradataLinkedService

Name Description Value
类型 链接服务的类型。 “Teradata”(必填)
typeProperties Teradata 链接服务属性。 TeradataLinkedServiceTypeProperties( 必需)

TeradataLinkedServiceTypeProperties

Name Description Value
authenticationType 要用于连接的 AuthenticationType。 'Basic'
'Windows'
characterSet 要用于连接的字符集。 类型:字符串(或带有 resultType 字符串的表达式)。 仅适用于版本 2.0。 any
connectionString Teradata ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 仅适用于版本 1.0。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
httpsPortNumber 通过HTTPS/TLS连接连接到服务器时使用的端口号。 类型:整数(或包含 resultType 整数的表达式)。 仅适用于版本 2.0。 any
maxRespSize SQL请求的响应缓冲区的最大大小,以字节为单位。 类型:整数。 仅适用于版本 2.0。 any
密码 身份验证密码。 SecretBase
portNumber 通过非 HTTPS/TLS 连接连接到服务器的端口号。 类型:整数(或包含 resultType 整数的表达式)。 仅用于 V2。 仅适用于版本 2.0。 any
服务器 连接的服务器名称。 类型:字符串(或带有 resultType 字符串的表达式)。 any
sslMode 用于连接的 SSL 模式。 有效值包括:“Disable”、“Allow”、“Prefer”、“Require”、“Verify-CA”、“Verify-Full”。 默认值为“Verify-Full”。 类型:字符串(或带有 resultType 字符串的表达式)。 仅适用于版本 2.0。 any
useDataEncryption 指定是否对 Teradata 数据库的所有通信进行加密。 允许的值为 0 或 1。 对于 HTTPS/TLS 连接,将忽略此设置。 类型:整数(或包含 resultType 整数的表达式)。 仅适用于版本 2.0。 any
用户名 身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

TwilioLinkedService

Name Description Value
类型 链接服务的类型。 “Twilio”(必填)
typeProperties Twilio 链接服务属性。 TwilioLinkedServiceTypeProperties (必需)

TwilioLinkedServiceTypeProperties

Name Description Value
密码 Twilio 服务的身份验证令牌。 SecretBase (必需)
userName Twilio 服务的帐户 SID。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)

VerticaLinkedService

Name Description Value
类型 链接服务的类型。 'Vertica'(必填)
typeProperties Vertica 链接服务属性。 VerticaLinkedServiceTypeProperties (必需)

VerticaLinkedServiceTypeProperties

Name Description Value
connectionString ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 any
数据库 连接的数据库名称。 类型:字符串。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
移植 连接的端口。 类型:整数。 any
pwd 连接字符串中密码的 Azure Key Vault 机密引用。 AzureKeyVaultSecretReference
服务器 连接的服务器名称。 类型:字符串。 any
uid 身份验证的用户名。 类型:字符串。 any

WarehouseLinkedService

Name Description Value
类型 链接服务的类型。 “仓库”(必填)
typeProperties Microsoft Fabric Warehouse 链接服务属性。 WarehouseLinkedServiceTypeProperties (必需)

WarehouseLinkedServiceTypeProperties

Name Description Value
artifactId Microsoft Fabric Warehouse 项目的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
authenticationType 要使用的认证类型。 'ServicePrincipal'
'SystemAssignedManagedIdentity'
'UserAssignedManagedIdentity'
凭据 包含身份验证信息的凭据引用。 CredentialReference
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
终结点 Microsoft Fabric Warehouse 服务器的终结点。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
servicePrincipalCredential Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalId 用于对 Microsoft Fabric Warehouse 进行身份验证的应用程序的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
servicePrincipalKey 用于对 Microsoft Fabric Warehouse 进行身份验证的应用程序密钥。 SecretBase
租户 服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any
workspaceId Microsoft Fabric 工作区的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 any

WebAnonymousAuthentication

Name Description Value
authenticationType 用于连接到 Web 表源的身份验证类型。 “匿名”(必填)

WebBasicAuthentication

Name Description Value
authenticationType 用于连接到 Web 表源的身份验证类型。 “基本”(必填)
密码 基本身份验证的密码。 SecretBase (必需)
用户名 基本身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)

WebClientCertificateAuthentication

Name Description Value
authenticationType 用于连接到 Web 表源的身份验证类型。 'ClientCertificate'(必填)
密码 PFX 文件的密码。 SecretBase (必需)
pfx PFX 文件的 Base64 编码内容。 SecretBase (必需)

WebLinkedService

Name Description Value
类型 链接服务的类型。 “Web”(必填)
typeProperties Web 链接服务属性。 WebLinkedServiceTypeProperties (必需)

WebLinkedServiceTypeProperties

Name Description Value
authenticationType 将类型 WebAnonymousAuthentication 设置为“Anonymous”。 将 WebBasicAuthentication 类型设置为“基本”。 对于 WebClientCertificateAuthentication 类型,设置为“ClientCertificate”。 'Anonymous'
'Basic'
'ClientCertificate'(必填)
url Web 服务终结点的 URL,例如 https://www.microsoft.com。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)

XeroLinkedService

Name Description Value
类型 链接服务的类型。 “Xero”(必填)
typeProperties Xero 服务链接服务属性。 XeroLinkedServiceTypeProperties (必需)

XeroLinkedServiceTypeProperties

Name Description Value
connectionProperties 用于连接到 Xero 的属性。 它与链接服务中的其他任何属性互斥。 类型:对象。 any
consumerKey 与 Xero 应用程序关联的使用者密钥。 SecretBase
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
主持人 Xero 服务器的终结点。 (即 api.xero.com) any
privateKey 为 Xero 专用应用程序生成的 .pem 文件中的私钥。 必须包括 .pem 文件中的所有文本,包括 Unix 行结尾(
).
SecretBase
useEncryptedEndpoints 指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 any
useHostVerification 指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 any
usePeerVerification 指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 any

ZendeskLinkedService

Name Description Value
类型 链接服务的类型。 “Zendesk”(必填)
typeProperties Zendesk 链接服务属性。 ZendeskLinkedServiceTypeProperties (必需)

ZendeskLinkedServiceTypeProperties

Name Description Value
apiToken Zendesk 源的 API 令牌。 SecretBase
authenticationType 要使用的认证类型。 'Basic'
“令牌”(必填)
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
密码 Zendesk 源的密码。 SecretBase
url 用于连接 Zendesk 源的 URL。 类型:字符串(或带有 resultType 字符串的表达式)。 任何(必填)
userName Zendesk 源的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 any

ZohoLinkedService

Name Description Value
类型 链接服务的类型。 “Zoho”(必填)
typeProperties Zoho 服务器链接服务属性。 ZohoLinkedServiceTypeProperties (必填)

ZohoLinkedServiceTypeProperties

Name Description Value
accessToken 用于 Zoho 身份验证的访问令牌。 SecretBase
connectionProperties 用于连接到 Zoho 的属性。 它与链接服务中的其他任何属性互斥。 类型:对象。 any
encryptedCredential 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 字符串
终结点 Zoho 服务器的终结点。 (即 crm.zoho.com/crm/private) any
useEncryptedEndpoints 指定是否使用 HTTPS 加密数据源终结点。 默认值为真。 any
useHostVerification 指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为真。 any
usePeerVerification 指定是否通过 SSL 连接时验证服务器的标识。 默认值为真。 any

用法示例

Terraform 示例

在资源和 Azure 数据工厂之间部署链接服务(连接)的基本示例。

terraform {
  required_providers {
    azapi = {
      source = "Azure/azapi"
    }
  }
}

provider "azapi" {
  skip_provider_registration = false
}

variable "resource_name" {
  type    = string
  default = "acctest0001"
}

variable "location" {
  type    = string
  default = "westeurope"
}

resource "azapi_resource" "resourceGroup" {
  type     = "Microsoft.Resources/resourceGroups@2020-06-01"
  name     = var.resource_name
  location = var.location
}

resource "azapi_resource" "factory" {
  type      = "Microsoft.DataFactory/factories@2018-06-01"
  parent_id = azapi_resource.resourceGroup.id
  name      = var.resource_name
  location  = var.location
  body = {
    properties = {
      publicNetworkAccess = "Enabled"
      repoConfiguration   = null
    }
  }
  schema_validation_enabled = false
  response_export_values    = ["*"]
}

resource "azapi_resource" "storageAccount" {
  type      = "Microsoft.Storage/storageAccounts@2021-09-01"
  parent_id = azapi_resource.resourceGroup.id
  name      = var.resource_name
  location  = var.location
  body = {
    kind = "StorageV2"
    properties = {
      accessTier                   = "Hot"
      allowBlobPublicAccess        = true
      allowCrossTenantReplication  = true
      allowSharedKeyAccess         = true
      defaultToOAuthAuthentication = false
      encryption = {
        keySource = "Microsoft.Storage"
        services = {
          queue = {
            keyType = "Service"
          }
          table = {
            keyType = "Service"
          }
        }
      }
      isHnsEnabled      = false
      isNfsV3Enabled    = false
      isSftpEnabled     = false
      minimumTlsVersion = "TLS1_2"
      networkAcls = {
        defaultAction = "Allow"
      }
      publicNetworkAccess      = "Enabled"
      supportsHttpsTrafficOnly = true
    }
    sku = {
      name = "Standard_LRS"
    }
  }
  schema_validation_enabled = false
  response_export_values    = ["*"]
}

resource "azapi_resource" "linkedservice" {
  type      = "Microsoft.DataFactory/factories/linkedservices@2018-06-01"
  parent_id = azapi_resource.factory.id
  name      = var.resource_name
  body = {
    properties = {
      description = ""
      type        = "AzureBlobStorage"
      typeProperties = {
        serviceEndpoint = azapi_resource.storageAccount.output.properties.primaryEndpoints.blob
      }
    }
  }
  schema_validation_enabled = false
  response_export_values    = ["*"]
}