共用方式為


Microsoft.DataFactory 工廠/linkedservices 2018-06-01

Bicep 資源定義

factoryies/linkedservices 資源類型可以使用目標作業來部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.DataFactory/factories/linkedservices 資源,請將下列 Bicep 新增至範本。

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

SecretBase 物件

設定 type 屬性以指定物件的類型。

針對 AzureKeyVaultSecret,請使用:

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

針對 SecureString,請使用:

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

LinkedService 物件

設定 type 屬性以指定物件的類型。

針對 AmazonMWS,請使用:

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

針對 AmazonRdsForOracle,請使用:

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

針對 AmazonRdsForSqlServer,請使用:

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

針對 AmazonRedshift,請使用:

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

針對 AmazonS3,請使用:

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

針對 AmazonS3Compatible,請使用:

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

針對 AppFigures,請使用:

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

針對 Asana,請使用:

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

針對 AzureBatch,請使用:

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

針對 AzureBlobFS,請使用:

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

針對 azureBlobStorage,請使用:

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

針對 AzureDataExplorer,請使用:

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

針對 AzureDataLakeAnalytics,請使用:

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

針對 AzureDataLakeStore,請使用:

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

針對 AzureDatabricks,請使用:

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

針對 AzureDatabricksDeltaLake,請使用:

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

針對 AzureFileStorage,請使用:

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

針對 AzureFunction,請使用:

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

針對 AzureKeyVault,請使用:

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

針對 AzureML,請使用:

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

針對 AzureMLService,請使用:

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

針對 AzureMariaDB,請使用:

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

針對 AzureMySql,請使用:

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

針對 AzurePostgreSql,請使用:

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

針對 AzureSearch,請使用:

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

針對 AzureSqlDW,請使用:

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

針對 AzureSqlDatabase,請使用:

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

針對 AzureSqlMI,請使用:

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

針對 AzureStorage,請使用:

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

針對 AzureSynapseArtifacts,請使用:

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

針對 AzureTableStorage,請使用:

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

針對 Cassandra,請使用:

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

針對 CommonDataServiceForApps,請使用:

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

針對 Concur,請使用:

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

針對 CosmosDb,請使用:

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

針對 CosmosDbMongoDbApi,請使用:

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

針對 Couchbase,請使用:

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

針對 CustomDataSource,請使用:

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

針對 Dataworld,請使用:

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

針對 Db2,請使用:

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

針對 Drill,請使用:

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

針對 Dynamics,請使用:

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

針對 DynamicsAX,請使用:

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

針對 DynamicsCrm,請使用:

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

針對 Eloqua,請使用:

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

針對 FileServer,請使用:

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

針對 FtpServer,請使用:

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

針對 GoogleAdWords,請使用:

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

針對 GoogleBigQuery,請使用:

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

針對 GoogleBigQueryV2,請使用:

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

針對 GoogleCloudStorage,請使用:

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

針對 GoogleSheets,請使用:

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

針對 Greenplum,請使用:

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

針對 HBase,請使用:

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

針對 HDInsight,請使用:

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

針對 HDInsightOnDemand,請使用:

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

針對 Hdfs,請使用:

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

針對 Hive,請使用:

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

針對 HttpServer,請使用:

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

針對 Hubspot,請使用:

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

針對 Impala,請使用:

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

針對 Informix,請使用:

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

針對 Jira,請使用:

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

針對 Lakehouse,請使用:

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

針對 Magento,請使用:

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

針對 MariaDB,請使用:

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

針對 Marketo,請使用:

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

針對 MicrosoftAccess,請使用:

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

針對 MongoDb,請使用:

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

針對 MongoDbAtlas,請使用:

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

針對 MongoDbV2,請使用:

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

針對 MySql,請使用:

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

針對 Netezza,請使用:

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

針對 OData,請使用:

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

針對 Odbc,請使用:

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

針對 Office365,請使用:

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

針對 Oracle,請使用:

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

針對 OracleCloudStorage,請使用:

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

針對 OracleServiceCloud,請使用:

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

針對 PayPal,請使用:

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

針對 Phoenix,請使用:

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

針對 PostgreSql,請使用:

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

針對 PostgreSqlV2,請使用:

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

針對 Presto,請使用:

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

針對 QuickBooks,請使用:

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

針對 Quickbase,請使用:

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

針對 Responsys,請使用:

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

針對 RestService,請使用:

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

針對 Salesforce,請使用:

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

針對 SalesforceMarketingCloud,請使用:

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

針對 SalesforceServiceCloud,請使用:

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

針對 SalesforceServiceCloudV2,請使用:

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

針對 SalesforceV2,請使用:

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

針對 SapBW,請使用:

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

針對 SapCloudForCustomer,請使用:

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

針對 SapEcc,請使用:

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

針對 SapHana,請使用:

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

針對 SapOdp,請使用:

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

針對 SapOpenHub,請使用:

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

針對 SapTable,請使用:

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

針對 ServiceNow,請使用:

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

針對 ServiceNowV2,請使用:

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

針對 Sftp,請使用:

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

針對 SharePointOnlineList,請使用:

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

針對 Shopify,請使用:

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

針對 Smartsheet,請使用:

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

針對 Snowflake,請使用:

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

針對 SnowflakeV2,請使用:

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

針對 Spark,請使用:

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

針對 SqlServer,請使用:

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

針對 Square,請使用:

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

針對 Sybase,請使用:

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

針對 TeamDesk,請使用:

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

針對 Teradata,請使用:

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

針對 Twilio,請使用:

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

針對 Vertica,請使用:

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

針對 倉儲,請使用:

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

針對 Web,請使用:

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

針對 Xero,請使用:

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

針對 Zendesk,請使用:

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

針對 Zoho,請使用:

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

WebLinkedServiceTypeProperties 物件

設定 authenticationType 屬性以指定對象的類型。

針對 匿名,請使用:

{
  authenticationType: 'Anonymous'
}

針對 [基本],請使用:

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

針對 ClientCertificate,請使用:

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

屬性值

Microsoft.DataFactory/factories/linkedservices

名稱 說明 價值觀
名稱 資源名稱 字串

約束:
最小長度 = 1
最大長度 = 260
模式 = ^[A-Za-z0-9_][^<>*#.%&:\\+?/]*$ (必要)
家長 在 Bicep 中,您可以指定子資源的父資源。 只有在父資源外部宣告子資源時,才需要新增這個屬性。

如需詳細資訊,請參閱 父資源外部的子資源
類型資源的符號名稱: Factory
屬性 連結服務的屬性。 LinkedService (必要)

亞馬遜MWSLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 “AmazonMWS” (必要)
類型屬性 Amazon Marketplace Web Service 鏈接服務屬性。 AmazonMWSLinkedServiceTypeProperties (必要)

AmazonMWSLinkedServiceTypeProperties

名稱 說明 價值觀
accessKeyId 用來存取資料的存取金鑰標識碼。 任何 (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
端點 AmazonMWS 伺服器的端點(亦即 mws.amazonservices.com) 任何 (必要)
marketplaceID 您想要從中擷取數據的 Amazon Marketplace 識別碼。 若要從多個 Marketplace 識別符擷取數據,請以逗號 (,, ) 分隔它們。 (即A2EUQ1WTGCTBG2) 任何 (必要)
mwsAuthToken 代幣 AmazonMWS 驗證令牌。 秘密基地
secretKey 金鑰 用來存取資料的秘密金鑰。 秘密基地
賣家ID Amazon 賣方標識符。 任何 (必要)
使用加密端點 指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 任何
使用主機驗證 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 任何
使用同行驗證 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 任何

AmazonRdsForLinkedServiceType屬性

名稱 說明 價值觀
驗證類型 聯機到 AmazonRdsForOracle 資料庫的驗證類型。 僅適用於 2.0 版。 “基本”
connectionString 連接字串 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 僅適用於 1.0 版。 任何
cryptoChecksumClient 指定當此客戶端連線到伺服器時所需的數據完整性行為。 支援的值會接受、拒絕、要求或必要,預設值為必要。 類型:字串。 僅適用於 2.0 版。 任何
cryptoChecksumTypes用戶端 指定用戶端可以使用的加密總和檢查碼演算法。 支援的值為SHA1、SHA256、SHA384、SHA512、預設值為 (SHA512)。 類型:字串。 僅適用於 2.0 版。 任何
啟用批量加載 指定在將數據載入資料庫時,是否要使用大量複製或批次插入,預設值為 true。 類型:布爾值。 僅適用於 2.0 版。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
加密客戶端 指定加密客戶端行為。 支援的值會接受、拒絕、要求或必要,預設值為必要。 類型:字串。 僅適用於 2.0 版。 任何
encryptionTypes用戶端 指定用戶端可以使用的加密演算法。 支援的值為 AES128、AES192、AES256、3DES112、3DES168、預設值為 (AES256)。 類型:字串。 僅適用於 2.0 版。 任何
fetchSize (獲取大小) 指定驅動程式配置來擷取一個資料庫來回數據的位元元組數目,預設值為10485760。 類型:整數。 僅適用於 2.0 版。 任何
fetchTswtzAsTimestamp 指定驅動程式是否會以 DATETime 或字串的形式傳回 TIMESTAMP WITH TIME ZONE 數據類型的數據行值。 如果 supportV1DataTypes 不是 true,則會忽略此設定,預設值為 true。 類型:布爾值。 僅適用於 2.0 版。 任何
初始化字串 指定連接到資料庫以管理工作階段設定之後立即發出的命令。 類型:字串。 僅適用於 2.0 版。 任何
初始 LobFetchSize 指定來源一開始擷取 LOB 資料行的數量,預設值為 0。 類型:整數。 僅適用於 2.0 版。 任何
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 秘密基地
伺服器 您想要連線的 AmazonRdsForOracle 資料庫位置,支援的表單包括連接器描述元、Easy Connect (Plus) 命名和 Oracle Net Services 名稱(僅限自我裝載 IR)。 類型:字串。 僅適用於 2.0 版。 任何
聲明快取大小 (statementCacheSize) 指定要針對每個資料庫連接快取的數據指標或語句數目,預設值為 0。 類型:整數。 僅適用於 2.0 版。 任何
支援V1資料類型 指定是否要使用 1.0 版數據類型對應。 除非您想要保持與 1.0 版數據類型對應的回溯相容性,否則請勿將此設定為 true,預設值為 false。 類型:布爾值。 僅適用於 2.0 版。 任何
用戶名 AmazonRdsForOracle 資料庫用戶名稱。 類型:字串。 僅適用於 2.0 版。 任何

AmazonRdsForOracleLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AmazonRdsForOracle' (必要)
類型屬性 AmazonRdsForOracle 資料庫連結服務屬性。 AmazonRdsForLinkedServiceTypeProperties (必要)

AmazonRdsForSqlServerLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AmazonRdsForSqlServer' (必要)
類型屬性 適用於 SQL Server 連結服務屬性的 Amazon RDS。 AmazonRdsForSqlServerLinkedServiceTypeProperties (必要)

AmazonRdsForSqlServerLinkedServiceType屬性

名稱 說明 價值觀
alwaysEncryptedSettings Sql 一律加密的屬性。 SqlAlwaysEncryptedProperties
applicationIntent 應用程式 聯機到建議版本所使用的伺服器時,應用程式工作負載類型。 可能的值為 ReadOnly 和 ReadWrite。 Type:string (或 expression with resultType string) 。 任何
驗證類型 用於驗證的類型。 類型:字串。 'SQL'
“Windows”
commandTimeout 終止嘗試執行命令並產生錯誤之前的預設等候時間(以秒為單位),由建議的版本使用。 類型:integer (或 expression with resultType integer) 。 任何
connectionString 連接字串 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
connectRetryCount 識別建議版本所使用的閑置連線失敗之後嘗試的重新連線數目。 這必須是介於 0 到 255 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
connectRetryInterval 識別建議版本所使用的閑置連線失敗之後,每個重新連線嘗試之間的時間量(以秒為單位)。 這必須是介於 1 到 60 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
連接超時 在終止嘗試並產生建議版本所使用的錯誤之前,等候伺服器連線的時間長度(以秒為單位)。 類型:integer (或 expression with resultType integer) 。 任何
資料庫 建議版本所使用的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何
加密 指出客戶端與伺服器之間傳送的所有數據是否需要 TLS 加密,供建議版本使用。 可能的值為 true/yes/mandatory、false/no/optional 和 strict。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
failover合作夥伴 如果主伺服器關閉,建議版本會使用所要連線之夥伴伺服器的名稱或位址。 Type:string (或 expression with resultType string) 。 任何
憑證中的主機名稱 驗證連線之伺服器證書時要使用的主機名。 若未指定,來自數據源的伺服器名稱會用於建議版本所使用的憑證驗證。 Type:string (或 expression with resultType string) 。 任何
集成安全性 指出是否在連線中指定使用者標識碼和密碼(若為 false),或目前的 Windows 帳戶認證是否用於驗證(若為 true),供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
loadBalanceTimeout (負載均衡超時) 在被建議版本使用之前,聯機生存在聯機集區中的最短時間,以秒為單位。 類型:integer (或 expression with resultType integer) 。 任何
最大池大小 此特定連接字串的連線區中允許的連線數目上限,供建議版本使用。 類型:integer (或 expression with resultType integer) 。 任何
minPoolSize (最小池大小) 建議版本所使用的此特定連接字串,聯機集區中允許的連線數目下限。 類型:integer (或 expression with resultType integer) 。 任何
multipleActiveResultSets (多個活動結果集) 若為 true,應用程式可以維護多個作用中結果集 (MARS)。 若為 false,應用程式必須先處理或取消一個批次的所有結果集,才能在該連線上執行任何其他批次,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
multiSubnetFailover 如果您的應用程式連線到不同子網上的 AlwaysOn 可用性群組 (AG),則設定 MultiSubnetFailover=true 可讓您更快速地偵測並連線到建議版本所使用的作用中伺服器。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
封包大小 網路封包的大小,以位元組為單位,用來與建議版本所使用的伺服器實例通訊。 類型:integer (或 expression with resultType integer) 。 任何
密碼 內部部署 Windows 驗證密碼。 秘密基地
指出每次要求連線時,是否要集區或明確開啟連線,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
伺服器 建議版本所使用的 SQL Server 實例名稱或網路位址。 Type:string (或 expression with resultType string) 。 任何
信任伺服器證書 指出通道是否會在略過憑證鏈結以驗證建議版本所使用的信任時加密。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
使用者名稱 內部部署 Windows 驗證用戶名稱。 Type:string (或 expression with resultType string) 。 任何

亞馬遜紅shift鏈接服務

名稱 說明 價值觀
類型 連結服務的類型。 'AmazonRedshift' (必要)
類型屬性 Amazon Redshift 鏈接服務屬性。 AmazonRedshiftLinkedServiceTypeProperties (必要)

AmazonRedshiftLinkedServiceType屬性

名稱 說明 價值觀
資料庫 Amazon Redshift 來源的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 Amazon Redshift 來源的密碼。 秘密基地
連接埠 Amazon Redshift 伺服器用來接聽用戶端連線的 TCP 連接埠號碼。 預設值為5439。 類型:integer (或 expression with resultType integer) 。 任何
伺服器 Amazon Redshift 伺服器的名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
用戶名 Amazon Redshift 來源的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

AmazonS3CompatibleLinkedService 服務

名稱 說明 價值觀
類型 連結服務的類型。 'AmazonS3Compatible' (必要)
類型屬性 Amazon S3 相容連結服務屬性。 AmazonS3CompatibleLinkedServiceTypeProperties (必要)

AmazonS3CompatibleLinkedServiceType屬性

名稱 說明 價值觀
accessKeyId Amazon S3 相容身分識別和存取管理 (IAM) 使用者的存取密鑰標識碼。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
forcePathStyle 如果為 true,請使用 S3 路徑樣式存取,而不是虛擬託管樣式存取。 預設值為 False。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
secretAccessKey Amazon S3 相容身分識別和存取管理 (IAM) 使用者的秘密存取密鑰。 秘密基地
服務網址 (serviceUrl) 這個值會指定要使用 Amazon S3 相容連接器存取的端點。 這是選擇性屬性;只有在您想要嘗試不同的服務端點或想要在 HTTPs 和 HTTP 之間切換時,才變更它。 Type:string (或 expression with resultType string) 。 任何

AmazonS3Linked服務

名稱 說明 價值觀
類型 連結服務的類型。 'AmazonS3' (必要)
類型屬性 Amazon S3 連結服務屬性。 AmazonS3LinkedServiceTypeProperties (必要)

AmazonS3LinkedServiceType屬性

名稱 說明 價值觀
accessKeyId Amazon S3 身分識別與存取管理 (IAM) 使用者的存取密鑰標識碼。 Type:string (或 expression with resultType string) 。 任何
驗證類型 S3 的驗證類型。 允許的值:AccessKey(預設值)或 TemporarySecurityCredentials。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
secretAccessKey Amazon S3 身分識別與存取管理 (IAM) 使用者的秘密存取密鑰。 秘密基地
服務網址 (serviceUrl) 這個值會指定要使用 S3 連接器存取的端點。 這是選擇性屬性;只有在您想要嘗試不同的服務端點或想要在 HTTPs 和 HTTP 之間切換時,才變更它。 Type:string (或 expression with resultType string) 。 任何
會話令牌 S3 暫存安全性認證的會話令牌。 秘密基地

AppFiguresLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AppFigures' (必要)
類型屬性 AppFigures 連結服務屬性。 AppFiguresLinkedServiceTypeProperties (必要)

AppFiguresLinkedServiceType屬性

名稱 說明 價值觀
clientKey AppFigures 來源的用戶端金鑰。 SecretBase (必要)
密碼 AppFigures 來源的密碼。 SecretBase (必要)
使用者名稱 Appfigures 來源的用戶名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

AsanaLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Asana' (必要)
類型屬性 Asana 連結服務屬性。 AsanaLinkedServiceTypeProperties (必要)

AsanaLinkedServiceType屬性

名稱 說明 價值觀
apiToken Asana 來源的 API 令牌。 SecretBase (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串

AzureBatchLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureBatch' (必要)
類型屬性 Azure Batch 鏈接服務屬性。 AzureBatchLinkedServiceTypeProperties (必要)

AzureBatchLinkedServiceType屬性

名稱 說明 價值觀
accessKey Azure Batch 帳戶存取金鑰。 秘密基地
帳戶名稱 Azure Batch 帳戶名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
batchUri 的 Azure Batch URI。 Type:string (或 expression with resultType string) 。 任何 (必要)
資格證明 包含驗證資訊的認證參考。 憑證引用
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
連結服務名稱 Azure 記憶體連結服務參考。 LinkedServiceReference (必要)
礦池名稱 Azure Batch 集區名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

AzureBlobFSLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureBlobFS' (必要)
類型屬性 Azure Data Lake Storage Gen2 鏈接的服務屬性。 AzureBlobFSLinkedServiceTypeProperties (必要)

AzureBlobFSLinkedServiceTypeProperties

名稱 說明 價值觀
accountKey 帳戶密鑰 Azure Data Lake Storage Gen2 服務的帳戶密鑰。 Type:string (或 expression with resultType string) 。 任何
Azure 雲端類型 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
資格證明 包含驗證資訊的認證參考。 憑證引用
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
sasToken 代幣 sasToken 在 sas uri 中的 Azure 金鑰保存庫秘密參考。 秘密基地
sasUri Azure Data Lake Storage Gen2 服務的 SAS URI。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
servicePrincipalCredential 的 Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 秘密基地
servicePrincipalCredentialType 服務 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 服務 用來針對 Azure Data Lake Storage Gen2 帳戶進行驗證的應用程式識別碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務 用來針對 Azure Data Lake Storage Gen2 帳戶進行驗證的應用程式密鑰。 秘密基地
租戶 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何
URL Azure Data Lake Storage Gen2 服務的端點。 Type:string (或 expression with resultType string) 。 任何

AzureBlobStorageLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureBlobStorage' (必要)
類型屬性 Azure Blob 記憶體連結服務屬性。 AzureBlobStorageLinkedServiceTypeProperties (必要)

AzureBlobStorageLinkedServiceType屬性

名稱 說明 價值觀
accountKey 帳戶密鑰 連接字串中 accountKey 的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
accountKind 的 指定記憶體帳戶的類型。 允許的值為:記憶體(一般用途 v1)、StorageV2(一般用途 v2)、BlobStorage 或 BlockBlobStorage。 Type:string (或 expression with resultType string) 。 任何
驗證類型 用於驗證的類型。 類型:字串。 'AccountKey'
'匿名'
“Msi”
'SasUri'
“ServicePrincipal”
Azure 雲端類型 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
connectionString 連接字串 連接字串。 它與 sasUri、serviceEndpoint 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
containerUri 的 Azure Blob 記憶體資源的容器 URI 僅支援匿名存取。 Type:string (或 expression with resultType string) 。 任何
資格證明 包含驗證資訊的認證參考。 憑證引用
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
sasToken 代幣 sasToken 在 sas uri 中的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
sasUri Azure Blob 記憶體資源的 SAS URI。 它與 connectionString、serviceEndpoint 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
serviceEndpoint Azure Blob 記憶體資源的 Blob 服務端點。 它與 connectionString、sasUri 屬性互斥。 任何
servicePrincipalId 服務 用來向 Azure SQL 數據倉儲進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務 用來對 Azure SQL 數據倉儲進行驗證的服務主體密鑰。 秘密基地
租戶 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何

AzureDatabricksDeltaLakeLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureDatabricksDeltaLake' (必要)
類型屬性 Azure Databricks Delta Lake 鏈接服務屬性。 AzureDatabricksDetltaLakeLinkedServiceTypeProperties (必要)

AzureDatabricksDetltaLakeLinkedServiceTypeProperties

名稱 說明 價值觀
accessToken databricks REST API 的存取令牌。 請參閱 https://docs.azuredatabricks.net/api/latest/authentication.html。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 秘密基地
clusterId 將用於此作業所有執行的現有互動式叢集標識碼。 Type:string (或 expression with resultType string) 。 任何
資格證明 包含驗證資訊的認證參考。 憑證引用
網域 <REGION.azuredatabricks.net,Databricks> 部署的域名。 Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
工作區資源ID databricks REST API 的工作區資源標識符。 Type:string (或 expression with resultType string) 。 任何

AzureDatabricksLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureDatabricks' (必要)
類型屬性 Azure Databricks 鏈接服務屬性。 AzureDatabricksLinkedServiceTypeProperties (必要)

AzureDatabricksLinkedServiceType屬性

名稱 說明 價值觀
accessToken databricks REST API 的存取令牌。 請參閱 https://docs.azuredatabricks.net/api/latest/authentication.html。 Type:string (或 expression with resultType string) 。 秘密基地
認證 如果針對 databricks REST API 使用工作區資源標識碼,則需要指定 MSI。 Type:string (或 expression with resultType string) 。 任何
資格證明 包含驗證資訊的認證參考。 憑證引用
dataSecurityMode Databricks 叢集的數據安全性模式。 Type:string (或 expression with resultType string) 。 任何
網域 <REGION.azuredatabricks.net,Databricks> 部署的域名。 Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
existingClusterId 將用於此活動之所有執行的現有互動式叢集標識碼。 Type:string (或 expression with resultType string) 。 任何
實例池 ID 將用於此活動之所有執行的現有實例集區的標識碼。 Type:string (或 expression with resultType string) 。 任何
newClusterCustomTags 叢集資源的附加標籤。 實例集區組態中會忽略這個屬性。 AzureDatabricksLinkedServiceTypePropertiesNewClusterCustomTags
newClusterDriverNodeType 新作業叢集的驅動程序節點類型。 實例集區組態中會忽略這個屬性。 Type:string (或 expression with resultType string) 。 任何
newClusterEnableElasticDisk 在新叢集上啟用彈性磁碟。 現在會忽略此屬性,並在 Databricks 中採用預設的彈性磁碟行為(一律啟用彈性磁碟)。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
newClusterInitScripts 腳本 新叢集的使用者定義初始化腳本。 類型:字串陣列(或 Expression 搭配 resultType 字串陣列)。 任何
newClusterLogDestination 新集群日誌目標 指定要傳遞 Spark 驅動程式、背景工作和事件記錄檔的位置。 Type:string (或 expression with resultType string) 。 任何
newClusterNodeType 新作業叢集的節點類型。 如果指定 newClusterVersion 且未指定 instancePoolId,則需要此屬性。 如果指定 instancePoolId,則會忽略這個屬性。 Type:string (或 expression with resultType string) 。 任何
newClusterNumOfWorker 如果未使用現有的互動式叢集,這會指定要用於新作業叢集或實例集區的背景工作節點數目。 對於新的作業叢集,這是字串格式的 Int32,例如 '1' 表示 numOfWorker 為 1 或 '1:10' 表示從 1(最小值)自動調整為 10(最大值)。 例如集區,這是字串格式的 Int32,而且只能指定固定數目的背景工作節點,例如 『2』。 如果指定 newClusterVersion,則為必要專案。 Type:string (或 expression with resultType string) 。 任何
新集群 SparkConf 一組選擇性、使用者指定的Spark組態索引鍵/值組。 AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkConf
newClusterSparkEnvVars 一組選擇性、使用者指定的Spark環境變數機碼/值組。 AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkEnvVars
newClusterVersion 如果未使用現有的互動式叢集,這會指定針對每個活動執行所建立之新作業叢集或實例集區節點的Spark版本。 如果指定 instancePoolId,則為必要專案。 Type:string (或 expression with resultType string) 。 任何
政策識別碼 限制根據使用者定義規則集設定叢集的能力的原則標識碼。 Type:string (或 expression with resultType string) 。 任何
工作區資源ID databricks REST API 的工作區資源標識符。 Type:string (或 expression with resultType string) 。 任何

AzureDatabricksLinkedServiceTypePropertiesNewClusterCustomTags

名稱 說明 價值觀

AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkConf

名稱 說明 價值觀

AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkEnvVars

名稱 說明 價值觀

AzureDataExplorerLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureDataExplorer' (必要)
類型屬性 Azure 資料總管 (Kusto) 連結服務屬性。 AzureDataExplorerLinkedServiceTypeProperties (必要)

AzureDataExplorerLinkedServiceTypeProperties

名稱 說明 價值觀
資格證明 包含驗證資訊的認證參考。 憑證引用
資料庫 連接的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
端點 Azure 數據總管的端點(引擎的端點)。 URL 的格式為 https://< clusterName>。<regionName.kusto.windows.net>。 類型:string (或 expression with resultType string) 任何 (必要)
servicePrincipalId 服務 用來向 Azure 數據總管進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務 用來對 Kusto 進行驗證的服務主體金鑰。 秘密基地
租戶 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何

AzureDataLakeAnalyticsLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureDataLakeAnalytics' (必要)
類型屬性 Azure Data Lake Analytics 鏈接服務屬性。 AzureDataLakeAnalyticsLinkedServiceTypeProperties (必要)

AzureDataLakeAnalyticsLinkedServiceType屬性

名稱 說明 價值觀
帳戶名稱 Azure Data Lake Analytics 帳戶名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
dataLakeAnalyticsUri Azure Data Lake Analytics URI 類型:字串(或具有 resultType 字串的運算式)。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
資源群組名稱 Data Lake Analytics 帳戶資源組名(如果與 Data Factory 帳戶不同)。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 服務 用來針對 Azure Data Lake Analytics 帳戶進行驗證的應用程式識別碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務 用來對 Azure Data Lake Analytics 帳戶進行驗證的應用程式密鑰。 秘密基地
subscriptionId (訂閱ID) Data Lake Analytics 帳戶訂用帳戶標識碼(如果與 Data Factory 帳戶不同)。 Type:string (或 expression with resultType string) 。 任何
租戶 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何 (必要)

AzureDataLakeStoreLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureDataLakeStore' (必要)
類型屬性 Azure Data Lake Store 連結服務屬性。 AzureDataLakeStoreLinkedServiceTypeProperties (必要)

AzureDataLakeStoreLinkedServiceTypeProperties

名稱 說明 價值觀
帳戶名稱 Data Lake Store 帳戶名稱。 Type:string (或 expression with resultType string) 。 任何
Azure 雲端類型 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
資格證明 包含驗證資訊的認證參考。 憑證引用
dataLakeStoreUri Data Lake Store 服務 URI。 Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
資源群組名稱 Data Lake Store 帳戶資源組名(如果與 Data Factory 帳戶不同)。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 服務 用來針對 Azure Data Lake Store 帳戶進行驗證的應用程式識別碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務 用來針對 Azure Data Lake Store 帳戶進行驗證的應用程式密鑰。 秘密基地
subscriptionId (訂閱ID) Data Lake Store 帳戶訂用帳戶標識碼(如果與 Data Factory 帳戶不同)。 Type:string (或 expression with resultType string) 。 任何
租戶 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何

AzureFileStorageLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureFileStorage' (必要)
類型屬性 Azure 檔案記憶體連結服務屬性。 AzureFileStorageLinkedServiceTypeProperties (必要)

AzureFileStorageLinkedServiceType屬性

名稱 說明 價值觀
accountKey 帳戶密鑰 連接字串中 accountKey 的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
connectionString 連接字串 連接字串。 它與 sasUri 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
資格證明 包含驗證資訊的認證參考。 憑證引用
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
檔共用 Azure 檔案共享名稱。 使用 accountKey/sasToken 進行驗證時,這是必要專案。 Type:string (或 expression with resultType string) 。 任何
主機 伺服器的主機名。 Type:string (或 expression with resultType string) 。 任何
密碼 登入伺服器的密碼。 秘密基地
sasToken 代幣 sasToken 在 sas uri 中的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
sasUri Azure 檔案資源的 SAS URI。 它與 connectionString 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
serviceEndpoint Azure 檔案記憶體資源的檔案服務端點。 它與 connectionString、sasUri 屬性互斥。 任何
快照 Azure 檔案共用快照集版本。 Type:string (或 expression with resultType string) 。 任何
使用者ID 登入伺服器的使用者識別碼。 Type:string (或 expression with resultType string) 。 任何

AzureFunctionLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureFunction' (必要)
類型屬性 Azure 函式連結服務屬性。 AzureFunctionLinkedServiceTypeProperties (必要)

AzureFunctionLinkedServiceType屬性

名稱 說明 價值觀
認證 用來連線到 AzureFunction 的驗證類型(指定 MSI 的必要專案)。 Type:string (或 expression with resultType string) 。 任何
資格證明 包含驗證資訊的認證參考。 憑證引用
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
functionAppUrl 的 Azure 函式應用程式的端點。 URL 的格式為 https://< accountName.azurewebsites.net>。 Type:string (或 expression with resultType string) 。 任何 (必要)
functionKey 函數鍵 Azure 函式應用程式的函式或主機密鑰。 秘密基地
資源ID Azure 函式允許的令牌物件。 Type:string (或 expression with resultType string) 。 任何

AzureKeyVaultLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureKeyVault' (必要)
類型屬性 Azure Key Vault 連結服務屬性。 AzureKeyVaultLinkedServiceTypeProperties (必要)

AzureKeyVaultLinkedServiceType屬性

名稱 說明 價值觀
baseUrl 的 Azure Key Vault 的基底 URL。 例如 https://myakv.vault.azure.net Type:string (或 expression with resultType string)。 任何 (必要)
資格證明 包含驗證資訊的認證參考。 憑證引用

AzureKeyVaultSecretReference

名稱 說明 價值觀
秘密名稱 Azure Key Vault 中的秘密名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
secretVersion Azure Key Vault 中的秘密版本。 預設值是最新版本的秘密。 Type:string (或 expression with resultType string) 。 任何
商店 Azure Key Vault 鏈接服務參考。 LinkedServiceReference (必要)
類型 秘密的類型。 字串 (必要)

AzureKeyVaultSecretReference

名稱 說明 價值觀
秘密名稱 Azure Key Vault 中的秘密名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
secretVersion Azure Key Vault 中的秘密版本。 預設值是最新版本的秘密。 Type:string (或 expression with resultType string) 。 任何
商店 Azure Key Vault 鏈接服務參考。 LinkedServiceReference (必要)
類型 秘密的類型。 'AzureKeyVaultSecret' (必要)

AzureMariaDBLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureMariaDB' (必要)
類型屬性 適用於 MariaDB 的 Azure 資料庫連結服務屬性。 AzureMariaDBLinkedServiceTypeProperties (必要)

AzureMariaDBLinkedServiceTypeProperties

名稱 說明 價值觀
connectionString 連接字串 ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
pwd 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference

AzureMLLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureML' (必要)
類型屬性 Azure ML Studio Web 服務鏈接服務屬性。 AzureMLLinkedServiceTypeProperties (必要)

AzureMLLinkedServiceTypeProperties

名稱 說明 價值觀
apiKey 用來存取 Azure ML 模型端點的 API 金鑰。 SecretBase (必要)
認證 用來連線到 AzureML 的驗證類型(需要指定 MSI)。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
mlEndpoint Azure ML Studio Web 服務端點的批次執行 REST URL。 Type:string (或 expression with resultType string) 。 任何 (必要)
servicePrincipalId 服務 用來針對 Azure ML Studio Web 服務的 ARM 型 updateResourceEndpoint 進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務 用來針對 Azure ML Studio Web 服務的 ARM 型 updateResourceEndpoint 進行驗證的服務主體密鑰。 秘密基地
租戶 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何
updateResourceEndpoint Azure ML Studio Web 服務端點的更新資源 REST URL。 Type:string (或 expression with resultType string) 。 任何

AzureMLServiceLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureMLService' (必要)
類型屬性 Azure ML 服務鏈接服務屬性。 AzureMLServiceLinkedServiceTypeProperties (必要)

AzureMLServiceLinkedServiceTypeProperties

名稱 說明 價值觀
認證 用來連線到 AzureML 的驗證類型(需要指定 MSI)。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
mlWorkspaceName (毫升工作區名稱) Azure ML 服務工作區名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
資源群組名稱 Azure ML 服務工作區資源組名。 Type:string (或 expression with resultType string) 。 任何 (必要)
servicePrincipalId 服務 用來針對已發佈 Azure ML 服務管線端點進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務 用來針對已發佈 Azure ML 服務管線端點進行驗證的服務主體密鑰。 秘密基地
subscriptionId (訂閱ID) Azure ML 服務工作區訂用帳戶標識碼。 Type:string (或 expression with resultType string) 。 任何 (必要)
租戶 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何

AzureMySqlLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureMySql' (必要)
類型屬性 Azure MySQL 資料庫連結服務屬性。 AzureMySqlLinkedServiceTypeProperties (必要)

AzureMySqlLinkedServiceType屬性

名稱 說明 價值觀
connectionString 連接字串 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何 (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference

AzurePostgreSqlLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzurePostgreSql' (必要)
類型屬性 Azure PostgreSQL 鏈接服務屬性。 AzurePostgreSqlLinkedServiceTypeProperties (必要)

AzurePostgreSqlLinkedServiceType屬性

名稱 說明 價值觀
Azure 雲端類型 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
commandTimeout 在終止嘗試並產生錯誤之前,嘗試執行命令的時間(以秒為單位)。 設定為零表示無限大。 類型:整數。 任何
connectionString 連接字串 ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
資格證明 包含驗證資訊的認證參考。 憑證引用
資料庫 連接的資料庫名稱。 類型:字串。 任何
編碼 取得或設定將用來編碼/譯碼 PostgreSQL 字串數據的 .NET 編碼。 類型:字串 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
連接埠 連接的埠。 類型:整數。 任何
讀取緩衝區大小 決定讀取時,內部緩衝區所使用的大小。 如果從資料庫傳輸大型值,增加可能會改善效能。 類型:整數。 任何
伺服器 線上的伺服器名稱。 類型:字串。 任何
servicePrincipalCredentialType 服務 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
服務主體內嵌證書 指定在 Azure Active Directory 中註冊之應用程式的base64編碼憑證。 Type:string (或 expression with resultType string) 。 秘密基地
服務主體嵌入式證書密碼 如果您的憑證具有密碼,且您使用的是 AadServicePrincipal 驗證,請指定憑證的密碼。 Type:string (或 expression with resultType string) 。 秘密基地
servicePrincipalId 服務 用來針對適用於 PostgreSQL 的 Azure 資料庫彈性伺服器進行驗證的服務主體識別碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務 用來針對適用於 PostgreSQL 的 Azure 資料庫彈性伺服器進行驗證的服務主體金鑰。 秘密基地
SSL 模式 (sslMode) 線上的 SSL 模式。 類型:整數。 0:停用、1:allow、2:prefer、3:require、4:verify-ca、5:verify-full。 類型:整數。 任何
租戶 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何
超時 在終止嘗試並產生錯誤之前,嘗試建立連線的時間(以秒為單位)。 類型:整數。 任何
時區 取得或設定會話時區。 類型:字串。 任何
信任伺服器證書 是否信任伺服器證書而不驗證它。 類型:布爾值。 任何
用戶名 驗證的用戶名稱。 類型:字串。 任何

AzureSearchLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureSearch' (必要)
類型屬性 Windows Azure 搜尋服務連結服務屬性。 AzureSearchLinkedServiceTypeProperties (必要)

AzureSearchLinkedServiceType屬性

名稱 說明 價值觀
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
鑰匙 Azure 搜尋服務的系統管理金鑰 秘密基地
URL Azure 搜尋服務的 URL。 Type:string (或 expression with resultType string) 。 任何 (必要)

AzureSqlDatabaseLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureSqlDatabase' (必要)
類型屬性 Azure SQL Database 鏈接服務屬性。 AzureSqlDatabaseLinkedServiceTypeProperties (必要)

AzureSqlDatabaseLinkedServiceType屬性

名稱 說明 價值觀
alwaysEncryptedSettings Sql 一律加密的屬性。 SqlAlwaysEncryptedProperties
applicationIntent 應用程式 聯機到建議版本所使用的伺服器時,應用程式工作負載類型。 可能的值為 ReadOnly 和 ReadWrite。 Type:string (或 expression with resultType string) 。 任何
驗證類型 用於驗證的類型。 類型:字串。 “ServicePrincipal”
'SQL'
“SystemAssignedManagedIdentity”
“UserAssignedManagedIdentity”
Azure 雲端類型 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
commandTimeout 終止嘗試執行命令並產生錯誤之前的預設等候時間(以秒為單位),由建議的版本使用。 類型:integer (或 expression with resultType integer) 。 任何
connectionString 連接字串 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
connectRetryCount 識別建議版本所使用的閑置連線失敗之後嘗試的重新連線數目。 這必須是介於 0 到 255 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
connectRetryInterval 識別建議版本所使用的閑置連線失敗之後,每個重新連線嘗試之間的時間量(以秒為單位)。 這必須是介於 1 到 60 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
連接超時 在終止嘗試並產生建議版本所使用的錯誤之前,等候伺服器連線的時間長度(以秒為單位)。 類型:integer (或 expression with resultType integer) 。 任何
資格證明 包含驗證資訊的認證參考。 憑證引用
資料庫 建議版本所使用的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何
加密 指出客戶端與伺服器之間傳送的所有數據是否需要 TLS 加密,供建議版本使用。 可能的值為 true/yes/mandatory、false/no/optional 和 strict。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
failover合作夥伴 如果主伺服器關閉,建議版本會使用所要連線之夥伴伺服器的名稱或位址。 Type:string (或 expression with resultType string) 。 任何
憑證中的主機名稱 驗證連線之伺服器證書時要使用的主機名。 若未指定,來自數據源的伺服器名稱會用於建議版本所使用的憑證驗證。 Type:string (或 expression with resultType string) 。 任何
集成安全性 指出是否在連線中指定使用者標識碼和密碼(若為 false),或目前的 Windows 帳戶認證是否用於驗證(若為 true),供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
loadBalanceTimeout (負載均衡超時) 在被建議版本使用之前,聯機生存在聯機集區中的最短時間,以秒為單位。 類型:integer (或 expression with resultType integer) 。 任何
最大池大小 此特定連接字串的連線區中允許的連線數目上限,供建議版本使用。 類型:integer (或 expression with resultType integer) 。 任何
minPoolSize (最小池大小) 建議版本所使用的此特定連接字串,聯機集區中允許的連線數目下限。 類型:integer (或 expression with resultType integer) 。 任何
multipleActiveResultSets (多個活動結果集) 若為 true,應用程式可以維護多個作用中結果集 (MARS)。 若為 false,應用程式必須先處理或取消一個批次的所有結果集,才能在該連線上執行任何其他批次,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
multiSubnetFailover 如果您的應用程式連線到不同子網上的 AlwaysOn 可用性群組 (AG),則設定 MultiSubnetFailover=true 可讓您更快速地偵測並連線到建議版本所使用的作用中伺服器。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
封包大小 網路封包的大小,以位元組為單位,用來與建議版本所使用的伺服器實例通訊。 類型:integer (或 expression with resultType integer) 。 任何
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
指出每次要求連線時,是否要集區或明確開啟連線,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
伺服器 建議版本所使用的 SQL Server 實例名稱或網路位址。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalCredential 的 Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 秘密基地
servicePrincipalCredentialType 服務 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 服務 用來對 Azure SQL Database 進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務 用來向 Azure SQL Database 進行驗證的服務主體密鑰。 秘密基地
租戶 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何
信任伺服器證書 指出通道是否會在略過憑證鏈結以驗證建議版本所使用的信任時加密。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
使用者名稱 線上到伺服器時要使用的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

AzureSqlDWLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureSqlDW' (必要)
類型屬性 Azure SQL 數據倉儲連結服務屬性。 AzureSqlDWLinkedServiceTypeProperties (必要)

AzureSqlDWLinkedServiceType屬性

名稱 說明 價值觀
applicationIntent 應用程式 聯機到建議版本所使用的伺服器時,應用程式工作負載類型。 可能的值為 ReadOnly 和 ReadWrite。 Type:string (或 expression with resultType string) 。 任何
驗證類型 用於驗證的類型。 類型:字串。 “ServicePrincipal”
'SQL'
“SystemAssignedManagedIdentity”
“UserAssignedManagedIdentity”
Azure 雲端類型 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
commandTimeout 終止嘗試執行命令並產生錯誤之前的預設等候時間(以秒為單位),由建議的版本使用。 類型:integer (或 expression with resultType integer) 。 任何
connectionString 連接字串 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
connectRetryCount 識別建議版本所使用的閑置連線失敗之後嘗試的重新連線數目。 這必須是介於 0 到 255 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
connectRetryInterval 識別建議版本所使用的閑置連線失敗之後,每個重新連線嘗試之間的時間量(以秒為單位)。 這必須是介於 1 到 60 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
連接超時 在終止嘗試並產生建議版本所使用的錯誤之前,等候伺服器連線的時間長度(以秒為單位)。 類型:integer (或 expression with resultType integer) 。 任何
資格證明 包含驗證資訊的認證參考。 憑證引用
資料庫 建議版本所使用的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何
加密 指出客戶端與伺服器之間傳送的所有數據是否需要 TLS 加密,供建議版本使用。 可能的值為 true/yes/mandatory、false/no/optional 和 strict。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
failover合作夥伴 如果主伺服器關閉,建議版本會使用所要連線之夥伴伺服器的名稱或位址。 Type:string (或 expression with resultType string) 。 任何
憑證中的主機名稱 驗證連線之伺服器證書時要使用的主機名。 若未指定,來自數據源的伺服器名稱會用於建議版本所使用的憑證驗證。 Type:string (或 expression with resultType string) 。 任何
集成安全性 指出是否在連線中指定使用者標識碼和密碼(若為 false),或目前的 Windows 帳戶認證是否用於驗證(若為 true),供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
loadBalanceTimeout (負載均衡超時) 在被建議版本使用之前,聯機生存在聯機集區中的最短時間,以秒為單位。 類型:integer (或 expression with resultType integer) 。 任何
最大池大小 此特定連接字串的連線區中允許的連線數目上限,供建議版本使用。 類型:integer (或 expression with resultType integer) 。 任何
minPoolSize (最小池大小) 建議版本所使用的此特定連接字串,聯機集區中允許的連線數目下限。 類型:integer (或 expression with resultType integer) 。 任何
multipleActiveResultSets (多個活動結果集) 若為 true,應用程式可以維護多個作用中結果集 (MARS)。 若為 false,應用程式必須先處理或取消一個批次的所有結果集,才能在該連線上執行任何其他批次,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
multiSubnetFailover 如果您的應用程式連線到不同子網上的 AlwaysOn 可用性群組 (AG),則設定 MultiSubnetFailover=true 可讓您更快速地偵測並連線到建議版本所使用的作用中伺服器。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
封包大小 網路封包的大小,以位元組為單位,用來與建議版本所使用的伺服器實例通訊。 類型:integer (或 expression with resultType integer) 。 任何
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
指出每次要求連線時,是否要集區或明確開啟連線,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
伺服器 建議版本所使用的 SQL Server 實例名稱或網路位址。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalCredential 的 Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 秘密基地
servicePrincipalCredentialType 服務 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 服務 用來向 Azure SQL 數據倉儲進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務 用來對 Azure SQL 數據倉儲進行驗證的服務主體密鑰。 秘密基地
租戶 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何
信任伺服器證書 指出通道是否會在略過憑證鏈結以驗證建議版本所使用的信任時加密。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
使用者名稱 線上到伺服器時要使用的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

AzureSqlMILinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureSqlMI' (必要)
類型屬性 Azure SQL 受控實例連結服務屬性。 AzureSqlMILinkedServiceTypeProperties (必要)

AzureSqlMILinkedServiceType屬性

名稱 說明 價值觀
alwaysEncryptedSettings Sql 一律加密的屬性。 SqlAlwaysEncryptedProperties
applicationIntent 應用程式 聯機到建議版本所使用的伺服器時,應用程式工作負載類型。 可能的值為 ReadOnly 和 ReadWrite。 Type:string (或 expression with resultType string) 。 任何
驗證類型 用於驗證的類型。 類型:字串。 “ServicePrincipal”
'SQL'
“SystemAssignedManagedIdentity”
“UserAssignedManagedIdentity”
Azure 雲端類型 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
commandTimeout 終止嘗試執行命令並產生錯誤之前的預設等候時間(以秒為單位),由建議的版本使用。 類型:integer (或 expression with resultType integer) 。 任何
connectionString 連接字串 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
connectRetryCount 識別建議版本所使用的閑置連線失敗之後嘗試的重新連線數目。 這必須是介於 0 到 255 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
connectRetryInterval 識別建議版本所使用的閑置連線失敗之後,每個重新連線嘗試之間的時間量(以秒為單位)。 這必須是介於 1 到 60 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
連接超時 在終止嘗試並產生建議版本所使用的錯誤之前,等候伺服器連線的時間長度(以秒為單位)。 類型:integer (或 expression with resultType integer) 。 任何
資格證明 包含驗證資訊的認證參考。 憑證引用
資料庫 建議版本所使用的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何
加密 指出客戶端與伺服器之間傳送的所有數據是否需要 TLS 加密,供建議版本使用。 可能的值為 true/yes/mandatory、false/no/optional 和 strict。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
failover合作夥伴 如果主伺服器關閉,建議版本會使用所要連線之夥伴伺服器的名稱或位址。 Type:string (或 expression with resultType string) 。 任何
憑證中的主機名稱 驗證連線之伺服器證書時要使用的主機名。 若未指定,來自數據源的伺服器名稱會用於建議版本所使用的憑證驗證。 Type:string (或 expression with resultType string) 。 任何
集成安全性 指出是否在連線中指定使用者標識碼和密碼(若為 false),或目前的 Windows 帳戶認證是否用於驗證(若為 true),供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
loadBalanceTimeout (負載均衡超時) 在被建議版本使用之前,聯機生存在聯機集區中的最短時間,以秒為單位。 類型:integer (或 expression with resultType integer) 。 任何
最大池大小 此特定連接字串的連線區中允許的連線數目上限,供建議版本使用。 類型:integer (或 expression with resultType integer) 。 任何
minPoolSize (最小池大小) 建議版本所使用的此特定連接字串,聯機集區中允許的連線數目下限。 類型:integer (或 expression with resultType integer) 。 任何
multipleActiveResultSets (多個活動結果集) 若為 true,應用程式可以維護多個作用中結果集 (MARS)。 若為 false,應用程式必須先處理或取消一個批次的所有結果集,才能在該連線上執行任何其他批次,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
multiSubnetFailover 如果您的應用程式連線到不同子網上的 AlwaysOn 可用性群組 (AG),則設定 MultiSubnetFailover=true 可讓您更快速地偵測並連線到建議版本所使用的作用中伺服器。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
封包大小 網路封包的大小,以位元組為單位,用來與建議版本所使用的伺服器實例通訊。 類型:integer (或 expression with resultType integer) 。 任何
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
指出每次要求連線時,是否要集區或明確開啟連線,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
伺服器 建議版本所使用的 SQL Server 實例名稱或網路位址。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalCredential 的 Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 秘密基地
servicePrincipalCredentialType 服務 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 服務 用來對 Azure SQL 受控實例進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務 用來對 Azure SQL 受控實例進行驗證的服務主體密鑰。 秘密基地
租戶 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何
信任伺服器證書 指出通道是否會在略過憑證鏈結以驗證建議版本所使用的信任時加密。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
使用者名稱 線上到伺服器時要使用的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

AzureStorageLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureStorage' (必要)
類型屬性 Azure 記憶體連結服務屬性。 AzureStorageLinkedServiceTypeProperties (必要)

AzureStorageLinkedServiceType屬性

名稱 說明 價值觀
accountKey 帳戶密鑰 連接字串中 accountKey 的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
connectionString 連接字串 連接字串。 它與 sasUri 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
sasToken 代幣 sasToken 在 sas uri 中的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
sasUri Azure 記憶體資源的 SAS URI。 它與 connectionString 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何

AzureSynapseArtifactsLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureSynapseArtifacts' (必要)
類型屬性 Azure Synapse Analytics (Artifacts) 鏈接的服務屬性。 AzureSynapseArtifactsLinkedServiceTypeProperties (必要)

AzureSynapseArtifactsLinkedServiceTypeProperties

名稱 說明 價值觀
認證 如果使用系統指派的受控識別作為驗證方法,則需要指定 MSI。 Type:string (或 expression with resultType string) 。 任何
端點 < https:// workspacename.dev.azuresynapse.net> Azure Synapse Analytics 工作區 URL。 Type:string (或 expression with resultType string) 。 任何 (必要)
工作區資源ID Synapse 工作區的資源標識碼。 格式應該是:/subscriptions/{subscriptionID}/resourceGroups/{resourceGroup}/providers/Microsoft.Synapse/workspaces/{workspaceName}。 Type:string (或 expression with resultType string) 。 任何

AzureTableStorageLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureTableStorage' (必要)
類型屬性 Azure 資料表記憶體連結服務屬性。 AzureTableStorageLinkedServiceTypeProperties (必要)

AzureTableStorageLinkedServiceType屬性

名稱 說明 價值觀
accountKey 帳戶密鑰 連接字串中 accountKey 的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
connectionString 連接字串 連接字串。 它與 sasUri 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
資格證明 包含驗證資訊的認證參考。 憑證引用
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
sasToken 代幣 sasToken 在 sas uri 中的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
sasUri Azure 記憶體資源的 SAS URI。 它與 connectionString 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
serviceEndpoint Azure 資料表記憶體資源的數據表服務端點。 它與 connectionString、sasUri 屬性互斥。 任何

CassandraLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Cassandra' (必要)
類型屬性 Cassandra 連結服務屬性。 CassandraLinkedServiceTypeProperties (必要)

CassandraLinkedServiceType屬性

名稱 說明 價值觀
驗證類型 要用於連接的 AuthenticationType。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 線上的主機名。 Type:string (或 expression with resultType string) 。 任何 (必要)
密碼 驗證的密碼。 秘密基地
連接埠 連接的埠。 類型:integer (或 expression with resultType integer) 。 任何
用戶名 驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

CommonDataServiceForAppsLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'CommonDataServiceForApps' (必要)
類型屬性 Common Data Service for Apps 鏈接服務屬性。 CommonDataServiceForAppsLinkedServiceTypeProperties (必要)

CommonDataServiceForAppsLinkedServiceType屬性

名稱 說明 價值觀
驗證類型 線上到 Common Data Service for Apps 伺服器的驗證類型。 適用於在線案例的 『Office365』,適用於內部部署與 Ifd 案例的 『Ifd』。 在線案例中 Server-To-Server 驗證的 'AADServicePrincipal',適用於具有 IFD 的內部部署 Dynamics 的 'Active Directory'。 Type:string (或 expression with resultType string) 。 任何 (必要)
部署類型 Common Data Service for Apps 實例的部署類型。 Common Data Service for Apps Online 的 'Online' 和適用於 Ifd 之 Common Data Service for Apps 內部部署的 'OnPremisesWithIfd'。 Type:string (或 expression with resultType string) 。 任何 (必要)
網域 將驗證用戶認證的 Active Directory 網域。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機名稱 內部部署 Common Data Service for Apps 伺服器的主機名。 內部部署需要 屬性,且不允許在線使用。 Type:string (或 expression with resultType string) 。 任何
organizationName (組織名稱) Common Data Service for Apps 實例的組織名稱。 當有多個與使用者相關聯的 Common Data Service for Apps 實例時,內部部署需要 屬性,且需要在線。 Type:string (或 expression with resultType string) 。 任何
密碼 存取 Common Data Service for Apps 實例的密碼。 秘密基地
連接埠 內部部署 Common Data Service for Apps 伺服器的埠。 內部部署需要 屬性,且不允許在線使用。 預設值為 443。 類型:integer (或 expression with resultType integer), minimum: 0。 任何
servicePrincipalCredential 的 Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 秘密基地
servicePrincipalCredentialType 服務 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 服務 Azure Active Directory 中用於伺服器To-Server 驗證的應用程式用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何
serviceUri 的 Microsoft Common Data Service for Apps 伺服器的 URL。 內部部署不需要 屬性,且不允許內部部署。 Type:string (或 expression with resultType string) 。 任何
用戶名 用來存取 Common Data Service for Apps 實例的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

ConcurLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'Concur' (必要)
類型屬性 Concur Service 鏈接服務屬性。 ConcurLinkedServiceTypeProperties (必要)

ConcurLinkedServiceType屬性

名稱 說明 價值觀
用戶端ID Concur 應用程式管理所提供的應用程式client_id。 任何 (必要)
連線屬性 用來連線到 Concur 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 對應至您在使用者名稱欄位中提供之使用者名稱的密碼。 秘密基地
使用加密端點 指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 任何
使用主機驗證 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 任何
使用同行驗證 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 任何
用戶名 您用來存取 Concur 服務的使用者名稱。 任何 (必要)

CosmosDbLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'CosmosDb' (必要)
類型屬性 CosmosDB 連結服務屬性。 CosmosDbLinkedServiceTypeProperties (必要)

CosmosDbLinkedServiceType屬性

名稱 說明 價值觀
accountEndpoint Azure CosmosDB 帳戶的端點。 類型:string (或 expression with resultType string) 任何
accountKey 帳戶密鑰 Azure CosmosDB 帳戶的帳戶的帳戶密鑰。 類型:SecureString 或 AzureKeyVaultSecretReference。 秘密基地
Azure 雲端類型 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
connectionMode 連接模式 用來存取 CosmosDB 帳戶的連接模式。 類型:字串。 “直接”
“網關”
connectionString 連接字串 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
資格證明 包含驗證資訊的認證參考。 憑證引用
資料庫 資料庫的名稱。 類型:string (或 expression with resultType string) 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
servicePrincipalCredential 的 Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 秘密基地
servicePrincipalCredentialType 服務 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 類型:字串。 任何
servicePrincipalId 服務 Azure Active Directory 中用於伺服器To-Server 驗證的應用程式用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何
租戶 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何

CosmosDbMongoDbApiLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'CosmosDbMongoDbApi' (必要)
類型屬性 CosmosDB (MongoDB API) 連結服務屬性。 CosmosDbMongoDbApiLinkedServiceTypeProperties (必要)

CosmosDbMongoDbApiLinkedServiceType屬性

名稱 說明 價值觀
connectionString 連接字串 CosmosDB (MongoDB API) 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何 (必要)
資料庫 您要存取的 CosmosDB (MongoDB API) 資料庫名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
isServerVersionAbove32 CosmosDB (MongoDB API) 伺服器版本是否高於 3.2。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何

CouchbaseLinkedService 服務

名稱 說明 價值觀
類型 連結服務的類型。 'Couchbase' (必要)
類型屬性 Couchbase 伺服器鏈接服務屬性。 CouchbaseLinkedServiceTypeProperties (必要)

CouchbaseLinkedServiceType屬性

名稱 說明 價值觀
connectionString 連接字串 ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
credString 連接字串中 credString 的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串

憑證引用

名稱 說明 價值觀
referenceName (引用名稱) 參考認證名稱。 字串 (必要)
類型 認證參考類型。 'CredentialReference' (必要)

CustomDataSourceLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'CustomDataSource' (必要)
類型屬性 自訂連結服務屬性。 任何 (必要)

DataworldLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'Dataworld' (必要)
類型屬性 Dataworld 鏈接服務屬性。 DataworldLinkedServiceTypeProperties (必要)

DataworldLinkedServiceType屬性

名稱 說明 價值觀
apiToken Dataworld 來源的 API 令牌。 SecretBase (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串

Db2LinkedService 服務

名稱 說明 價值觀
類型 連結服務的類型。 'Db2' (必要)
類型屬性 DB2 連結的服務屬性。 Db2LinkedServiceTypeProperties (必要)

Db2LinkedServiceType屬性

名稱 說明 價值觀
驗證類型 要用於連接的 AuthenticationType。 它與 connectionString 屬性互斥。 “基本”
certificateCommonName 證書 啟用 TLS 時,憑證一般名稱。 它與 connectionString 屬性互斥。 Type:string (或 expression with resultType string) 。 任何
connectionString 連接字串 連接字串。 它與伺服器、資料庫、authenticationType、userName、packageCollection 和 certificateCommonName 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
資料庫 連接的資料庫名稱。 它與 connectionString 屬性互斥。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 它與 connectionString 屬性互斥。 類型:字串。 字符串
packageCollection 在查詢資料庫時建立封裝的位置底下。 它與 connectionString 屬性互斥。 Type:string (或 expression with resultType string) 。 任何
密碼 驗證的密碼。 秘密基地
伺服器 線上的伺服器名稱。 它與 connectionString 屬性互斥。 Type:string (或 expression with resultType string) 。 任何
用戶名 驗證的用戶名稱。 它與 connectionString 屬性互斥。 Type:string (或 expression with resultType string) 。 任何

DrillLinkedService 服務

名稱 說明 價值觀
類型 連結服務的類型。 'Drill' (必要)
類型屬性 鑽研伺服器連結服務屬性。 DrillLinkedServiceTypeProperties (必要)

DrillLinkedServiceType屬性

名稱 說明 價值觀
connectionString 連接字串 ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
pwd 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference

DynamicsAXLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'DynamicsAX' (必要)
類型屬性 Dynamics AX 鏈接服務屬性。 DynamicsAXLinkedServiceTypeProperties (必要)

DynamicsAXLinkedServiceTypeProperties

名稱 說明 價值觀
aadResourceId 指定您要求授權的資源。 Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
servicePrincipalId 服務 指定應用程式的用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何 (必要)
servicePrincipalKey 服務 指定應用程式的金鑰。 將此欄位標示為 SecureString,以安全地將其儲存在 Data Factory 中,或參考儲存在 Azure Key Vault 中的秘密。 Type:string (或 expression with resultType string) 。 SecretBase (必要)
租戶 指定應用程式所在的租使用者資訊(功能變數名稱或租使用者標識符)。 將滑鼠停留在 Azure 入口網站的右上角以擷取它。 Type:string (或 expression with resultType string) 。 任何 (必要)
URL Dynamics AX (或 Dynamics 365 Finance and Operations) 實例 OData 端點。 任何 (必要)

DynamicsCrmLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'DynamicsCrm' (必要)
類型屬性 Dynamics CRM 鏈接服務屬性。 DynamicsCrmLinkedServiceTypeProperties (必要)

DynamicsCrmLinkedServiceType屬性

名稱 說明 價值觀
驗證類型 要連線到 Dynamics CRM 伺服器的驗證類型。 在線案例的 'Office365' 為內部部署的 'Ifd'、適用於 Server-To-Server 在線案例中的 'AADServicePrincipal' 、適用於具有 IFD 之 Dynamics 內部部署 Dynamics 的 'Active Directory'。 Type:string (或 expression with resultType string) 。 任何 (必要)
資格證明 包含驗證資訊的認證參考。 憑證引用
部署類型 Dynamics CRM 實例的部署類型。 Dynamics CRM Online 的 'Online' 和適用於具有 Ifd 之 Dynamics CRM 內部部署的 'OnPremisesWithIfd'。 Type:string (或 expression with resultType string) 。 任何 (必要)
網域 將驗證用戶認證的 Active Directory 網域。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機名稱 內部部署 Dynamics CRM 伺服器的主機名。 內部部署需要 屬性,且不允許在線使用。 Type:string (或 expression with resultType string) 。 任何
organizationName (組織名稱) Dynamics CRM 實例的組織名稱。 當有多個 Dynamics CRM 實例與使用者建立關聯時,內部部署和在線都需要 屬性。 Type:string (或 expression with resultType string) 。 任何
密碼 存取 Dynamics CRM 實例的密碼。 秘密基地
連接埠 內部部署 Dynamics CRM 伺服器的埠。 內部部署需要 屬性,且不允許在線使用。 預設值為 443。 類型:integer (或 expression with resultType integer), minimum: 0。 任何
servicePrincipalCredential 的 Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 秘密基地
servicePrincipalCredentialType 服務 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 服務 Azure Active Directory 中用於伺服器To-Server 驗證的應用程式用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何
serviceUri 的 Microsoft Dynamics CRM 伺服器的 URL。 內部部署不需要 屬性,且不允許內部部署。 Type:string (或 expression with resultType string) 。 任何
用戶名 存取 Dynamics CRM 實例的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

DynamicsLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'Dynamics' (必要)
類型屬性 Dynamics 連結服務屬性。 DynamicsLinkedServiceTypeProperties (必要)

DynamicsLinkedServiceType屬性

名稱 說明 價值觀
驗證類型 要連線到 Dynamics 伺服器的驗證類型。 在線案例的 'Office365' 為內部部署的 'Ifd'、適用於 Server-To-Server 在線案例中的 'AADServicePrincipal' 、適用於具有 IFD 之 Dynamics 內部部署 Dynamics 的 'Active Directory'。 Type:string (或 expression with resultType string) 。 任何 (必要)
資格證明 包含驗證資訊的認證參考。 憑證引用
部署類型 Dynamics 實例的部署類型。 Dynamics Online 的 'Online' 和適用於具有 Ifd 之 Dynamics 內部部署的 'OnPremisesWithIfd'。 Type:string (或 expression with resultType string) 。 任何 (必要)
網域 將驗證用戶認證的 Active Directory 網域。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機名稱 內部部署 Dynamics 伺服器的主機名。 內部部署需要 屬性,且不允許在線使用。 Type:string (或 expression with resultType string) 。 任何
organizationName (組織名稱) Dynamics 實例的組織名稱。 當有多個與使用者相關聯的 Dynamics 實例時,內部部署需要 屬性,且需要在線。 Type:string (或 expression with resultType string) 。 任何
密碼 存取 Dynamics 實例的密碼。 秘密基地
連接埠 內部部署 Dynamics 伺服器的埠。 內部部署需要 屬性,且不允許在線使用。 預設值為 443。 類型:integer (或 expression with resultType integer), minimum: 0。 任何
servicePrincipalCredential 的 Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 秘密基地
servicePrincipalCredentialType 服務 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 服務 Azure Active Directory 中用於伺服器To-Server 驗證的應用程式用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何
serviceUri 的 Microsoft Dynamics 伺服器的 URL。 內部部署不需要 屬性,且不允許內部部署。 Type:string (或 expression with resultType string) 。 任何
用戶名 用來存取 Dynamics 實例的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

EloquaLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Eloqua' (必要)
類型屬性 Eloqua 伺服器鏈接服務屬性。 EloquaLinkedServiceTypeProperties (必要)

EloquaLinkedServiceType屬性

名稱 說明 價值觀
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
端點 Eloqua 伺服器的端點。 (即 eloqua.example.com) 任何 (必要)
密碼 對應至使用者名稱的密碼。 秘密基地
使用加密端點 指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 任何
使用主機驗證 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 任何
使用同行驗證 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 任何
用戶名 Eloqua 帳戶的網站名稱和用戶名稱,格式如下:sitename/username。 (即埃洛誇/愛麗絲) 任何 (必要)

FileServerLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'FileServer' (必要)
類型屬性 檔案系統連結服務屬性。 FileServerLinkedServiceTypeProperties (必要)

FileServerLinkedServiceType屬性

名稱 說明 價值觀
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 伺服器的主機名。 Type:string (或 expression with resultType string) 。 任何 (必要)
密碼 登入伺服器的密碼。 秘密基地
使用者ID 登入伺服器的使用者識別碼。 Type:string (或 expression with resultType string) 。 任何

FtpServerLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'FtpServer' (必要)
類型屬性 這個連結服務類型特有的屬性。 FtpServerLinkedServiceTypeProperties (必要)

FtpServerLinkedServiceType屬性

名稱 說明 價值觀
驗證類型 要用來連線到 FTP 伺服器的驗證類型。 '匿名'
“基本”
啟用伺服器證書驗證 如果為 true,請透過 SSL/TLS 通道連線時驗證 FTP 伺服器 SSL 憑證。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
啟用SSL 如果為 true,請透過 SSL/TLS 通道連線到 FTP 伺服器。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 FTP 伺服器的主機名。 Type:string (或 expression with resultType string) 。 任何 (必要)
密碼 登入 FTP 伺服器的密碼。 秘密基地
連接埠 FTP 伺服器用來接聽用戶端連線的 TCP 連接埠號碼。 預設值為 21。 類型:integer (或 expression with resultType integer), minimum: 0。 任何
使用者名稱 登入 FTP 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

GoogleAdWordsLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'GoogleAdWords' (必要)
類型屬性 Google AdWords 服務鏈接服務屬性。 GoogleAdWordsLinkedServiceTypeProperties (必要)

GoogleAdWordsLinkedServiceType屬性

名稱 說明 價值觀
驗證類型 用於驗證的 OAuth 2.0 驗證機制。 ServiceAuthentication 只能在自我裝載 IR 上使用。 “ServiceAuthentication”
“UserAuthentication”
客戶客戶 ID 您想要擷取報表數據的 AdWords 帳戶客戶端客戶標識碼。 Type:string (或 expression with resultType string) 。 任何
用戶端ID 用來取得重新整理令牌之 Google 應用程式的用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何
用戶端密鑰 用來取得重新整理令牌之 Google 應用程式的客戶端密碼。 秘密基地
連線屬性 (已淘汰)用來連線到GoogleAds的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 任何
開發者令牌 與您用來授與 AdWords API 存取權之管理員帳戶相關聯的開發人員令牌。 秘密基地
電子郵件 服務帳戶電子郵件標識碼,用於 ServiceAuthentication,且只能在自我裝載 IR 上使用。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
googleAdsApiVersion Google Ads API 主要版本,例如 v14。 在 https://developers.google.com/google-ads/api/docs/release-notes上可以找到支援的主要版本。 Type:string (或 expression with resultType string) 。 任何
密鑰檔案路徑 (已淘汰).p12 金鑰檔案的完整路徑,用來驗證服務帳戶電子郵件位址,而且只能在自我裝載 IR 上使用。 Type:string (或 expression with resultType string) 。 任何
登錄客戶 ID 您想要擷取特定客戶之報表數據的Google Ads Manager 帳戶客戶標識碼。 Type:string (或 expression with resultType string) 。 任何
私密金鑰 用來驗證服務帳戶電子郵件位址且只能在自我裝載 IR 上使用的私鑰。 秘密基地
refreshToken 從 Google 取得的重新整理令牌,以授權存取 AdWords for UserAuthentication。 秘密基地
支援LegacyDataTypes 指定是否要使用舊版數據類型對應,將 float、int32 和 int64 從 Google 對應至字串。 除非您想要與舊版驅動程序的數據類型對應保持回溯相容性,否則請勿將此設定為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
可信任憑證路徑 (已淘汰).pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 Type:string (或 expression with resultType string) 。 任何
使用系統信任憑證庫 (useSystemTrustStore) (已淘汰)指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何

GoogleBigQueryLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'GoogleBigQuery' (必要)
類型屬性 Google BigQuery 服務鏈接服務屬性。 GoogleBigQueryLinkedServiceTypeProperties (必要)

GoogleBigQueryLinkedServiceType屬性

名稱 說明 價值觀
其他專案 要存取的公用 BigQuery 專案逗號分隔清單。 Type:string (或 expression with resultType string) 。 任何
驗證類型 用於驗證的 OAuth 2.0 驗證機制。 ServiceAuthentication 只能在自我裝載 IR 上使用。 “ServiceAuthentication”
'UserAuthentication' (必要)
用戶端ID 用來取得重新整理令牌之 Google 應用程式的用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何
用戶端密鑰 用來取得重新整理令牌之 Google 應用程式的客戶端密碼。 秘密基地
電子郵件 服務帳戶電子郵件標識碼,用於 ServiceAuthentication,且只能在自我裝載 IR 上使用。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密鑰檔案路徑 .p12 金鑰檔案的完整路徑,用來驗證服務帳戶電子郵件位址,而且只能在自我裝載 IR 上使用。 Type:string (或 expression with resultType string) 。 任何
專案 要查詢的預設 BigQuery 專案。 Type:string (或 expression with resultType string) 。 任何 (必要)
refreshToken 從 Google 取得的重新整理令牌,以授權存取 BigQuery for UserAuthentication。 秘密基地
請求GoogleDriveScope 是否要求存取Google雲端硬碟。 允許Google Drive存取可支持結合 BigQuery 數據與Google Drive 資料的同盟數據表。 預設值為 false。 Type:string (或 expression with resultType string) 。 任何
可信任憑證路徑 .pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 Type:string (或 expression with resultType string) 。 任何
使用系統信任憑證庫 (useSystemTrustStore) 指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 默認值為 false。類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何

GoogleBigQueryV2LinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'GoogleBigQueryV2' (必要)
類型屬性 Google BigQuery 服務鏈接服務屬性。 GoogleBigQueryV2LinkedServiceTypeProperties (必要)

GoogleBigQueryV2LinkedServiceType屬性

名稱 說明 價值觀
驗證類型 用於驗證的 OAuth 2.0 驗證機制。 “ServiceAuthentication”
'UserAuthentication' (必要)
用戶端ID 用來取得重新整理令牌之 Google 應用程式的用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何
用戶端密鑰 用來取得重新整理令牌之 Google 應用程式的客戶端密碼。 秘密基地
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
金鑰文件內容 用來驗證服務帳戶之 .json 金鑰檔案的內容。 Type:string (或 expression with resultType string) 。 秘密基地
專案ID 要查詢的預設 BigQuery 項目識別碼。 Type:string (或 expression with resultType string) 。 任何 (必要)
refreshToken 從 Google 取得的重新整理令牌,以授權存取 BigQuery for UserAuthentication。 秘密基地

GoogleCloudStorageLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'GoogleCloudStorage' (必要)
類型屬性 Google Cloud Storage 鏈接服務屬性。 GoogleCloudStorageLinkedServiceTypeProperties (必要)

GoogleCloudStorageLinkedServiceType屬性

名稱 說明 價值觀
accessKeyId Google Cloud Storage Identity and Access Management (IAM) 使用者的存取密鑰標識碼。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
secretAccessKey Google Cloud Storage Identity and Access Management (IAM) 使用者的秘密存取密鑰。 秘密基地
服務網址 (serviceUrl) 這個值會指定要使用Google Cloud Storage Connector 存取的端點。 這是選擇性屬性;只有在您想要嘗試不同的服務端點或想要在 HTTPs 和 HTTP 之間切換時,才變更它。 Type:string (或 expression with resultType string) 。 任何

GoogleSheetsLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'GoogleSheets' (必要)
類型屬性 GoogleSheets 連結的服務屬性。 GoogleSheetsLinkedServiceTypeProperties (必要)

GoogleSheetsLinkedServiceType屬性

名稱 說明 價值觀
apiToken GoogleSheets 來源的 API 令牌。 SecretBase (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串

GreenplumLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 “綠色貧民”(必要)
類型屬性 Greenplum 資料庫連結服務屬性。 GreenplumLinkedServiceTypeProperties (必要)

GreenplumLinkedServiceType屬性

名稱 說明 價值觀
驗證類型 要使用的驗證類型。 類型:字串。 僅適用於 V2。 “基本”
commandTimeout 在終止嘗試並產生錯誤之前,嘗試執行命令的時間(以秒為單位)。 設定為零表示無限大。 類型:整數。 僅適用於 V2。 任何
connectionString 連接字串 ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
connectionTimeout 連接超時 在終止嘗試並產生錯誤之前,嘗試建立連線的時間(以秒為單位)。 類型:整數。 僅適用於 V2。 任何
資料庫 連接的資料庫名稱。 類型:字串。 僅適用於 V2。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 線上的主機名。 類型:字串。 僅適用於 V2。 任何
連接埠 連接的埠。 類型:整數。 僅適用於 V2。 任何
pwd 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
SSL 模式 (sslMode) 線上的 SSL 模式。 類型:整數。 0:停用、1:allow、2:prefer、3:require、4:verify-ca、5:verify-full。 類型:整數。 僅適用於 V2。 任何
用戶名 驗證的用戶名稱。 類型:字串。 僅適用於 V2。 任何

HBaseLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'HBase' (必要)
類型屬性 HBase 伺服器鏈接服務屬性。 HBaseLinkedServiceTypeProperties (必要)

HBaseLinkedServiceType屬性

名稱 說明 價值觀
allowHostNameCNMismatch (允許主機名稱與CN不匹配) 指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 預設值為 false。 任何
允許自簽名伺服器證書 指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 任何
驗證類型 用來連線到 HBase 伺服器的驗證機制。 '匿名'
'Basic' (必要)
啟用SSL 指定是否使用 SSL 加密與伺服器的連線。 預設值為 false。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 HBase 伺服器的IP位址或主機名。 (即192.168.222.160) 任何 (必要)
httpPath 對應至 HBase 伺服器的部分 URL。 (即 /gateway/sandbox/hbase/version) 任何
密碼 對應至使用者名稱的密碼。 秘密基地
連接埠 HBase 實例用來接聽用戶端連線的 TCP 連接埠。 預設值為9090。 任何
可信任憑證路徑 .pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 任何
用戶名 用來連線到 HBase 實例的用戶名稱。 任何

HdfsLinkedService 服務

名稱 說明 價值觀
類型 連結服務的類型。 'Hdfs' (必要)
類型屬性 HDFS 連結服務屬性。 HdfsLinkedServiceTypeProperties (必要)

HdfsLinkedServiceTypeProperties

名稱 說明 價值觀
驗證類型 用來連線到 HDFS 的驗證類型。 可能的值為:匿名和 Windows。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 Windows 驗證的密碼。 秘密基地
URL HDFS 服務端點的 URL,例如 http://myhostname:50070/webhdfs/v1 。 Type:string (或 expression with resultType string) 。 任何 (必要)
使用者名稱 Windows 驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

HDInsightLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'HDInsight' (必要)
類型屬性 HDInsight 連結服務屬性。 HDInsightLinkedServiceTypeProperties (必要)

HDInsightLinkedServiceType屬性

名稱 說明 價值觀
clusterUri HDInsight 叢集 URI。 Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
檔案系統 如果 HDInsight 的主要記憶體是 ADLS Gen2,請指定 FileSystem。 Type:string (或 expression with resultType string) 。 任何
hcatalogLinkedServiceName 指向 HCatalog 資料庫的 Azure SQL 鏈接服務參考。 LinkedServiceReference
isEspEnabled 指定是否使用 ESP 建立 HDInsight (企業安全性套件)。 類型:布爾值。 任何
連結服務名稱 Azure 記憶體連結服務參考。 LinkedServiceReference
密碼 HDInsight 叢集密碼。 秘密基地
使用者名稱 HDInsight 叢集用戶名稱。 Type:string (或 expression with resultType string) 。 任何

HDInsightOnDemandLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'HDInsightOnDemand' (必要)
類型屬性 HDInsight ondemand 鏈接服務屬性。 HDInsightOnDemandLinkedServiceTypeProperties (必要)

HDInsightOnDemandLinkedServiceType屬性

名稱 說明 價值觀
additionalLinkedService名稱 指定 HDInsight 鏈接服務的其他記憶體帳戶,讓 Data Factory 服務可以代表您註冊它們。 LinkedServiceReference[]
clusterNamePrefix 的 叢集名稱的前置詞,後置詞會與時間戳不同。 Type:string (或 expression with resultType string) 。 任何
clusterPassword 存取叢集的密碼。 秘密基地
clusterResourceGroup 集群資源組 叢集所屬的資源群組。 Type:string (或 expression with resultType string) 。 任何 (必要)
clusterSize 叢集中的背景工作/數據節點數目。 建議值:4。 類型:int (或 expressionType int 的運算式)。 任何 (必要)
clusterSshPassword SSH 的密碼會從遠端連線叢集的節點(適用於 Linux)。 秘密基地
clusterSshUserName SSH 的使用者名稱會從遠端連線到叢集的節點(適用於 Linux)。 Type:string (或 expression with resultType string) 。 任何
clusterType 叢集類型。 Type:string (或 expression with resultType string) 。 任何
cluster使用者名 存取叢集的用戶名稱。 Type:string (或 expression with resultType string) 。 任何
核心配置 指定要建立 HDInsight 叢集的核心組態參數(如 core-site.xml中所示。 任何
資格證明 包含驗證資訊的認證參考。 憑證引用
dataNodeSize (資料節點大小) 指定 HDInsight 叢集的數據節點大小。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
hBase配置 指定 HDInsight 叢集的 HBase 組態參數 (hbase-site.xml)。 任何
hcatalogLinkedServiceName 指向 HCatalog 資料庫的 Azure SQL 連結服務名稱。 隨選 HDInsight 叢集是使用 Azure SQL 資料庫作為中繼存放區所建立。 LinkedServiceReference
hdfs配置 指定 HDInsight 叢集的 HDFS 組態參數 (hdfs-site.xml)。 任何
頭節點大小 指定 HDInsight 叢集前端節點的大小。 任何
hiveConfiguration 指定 HDInsight 叢集的 hive 組態參數 (hive-site.xml)。 任何
hostSubscriptionId 客戶用來裝載叢集的訂用帳戶。 Type:string (或 expression with resultType string) 。 任何 (必要)
連結服務名稱 隨選叢集用來儲存和處理數據的 Azure 記憶體連結服務。 LinkedServiceReference (必要)
mapReduceConfiguration 指定 HDInsight 叢集的 MapReduce 組態參數 (mapred-site.xml)。 任何
oozie配置 指定 HDInsight 叢集的 Oozie 組態參數 (oozie-site.xml)。 任何
腳本作 自定義腳本動作,在 HDI ondemand 叢集上執行一旦啟動。 請參閱 /azure/hdinsight/hdinsight-hadoop-customize-cluster-linux?toc=%2Fen-us%2Fazure%2Fhdinsight%2Fr-server%2FTOC.json&bc=%2Fen-us%2Fazure%2Fbread%2Ftoc.json#understanding-script-actions。 腳本作
servicePrincipalId 服務 hostSubscriptionId 的服務主體標識符。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務 服務主體標識碼的索引鍵。 秘密基地
sparkVersion 如果叢集類型為 『spark』,則為 spark 的版本。 Type:string (或 expression with resultType string) 。 任何
stormConfiguration 指定 HDInsight 叢集的 Storm 組態參數 (storm-site.xml)。 任何
子網名稱 vNet 中子網的ARM資源標識碼。 如果已指定 virtualNetworkId,則需要此屬性。 Type:string (或 expression with resultType string) 。 任何
租戶 服務主體所屬的租用戶標識碼/名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
時間到生活 隨選 HDInsight 叢集允許的空閒時間。 指定當叢集中沒有其他作用中作業時,隨選 HDInsight 叢集在活動執行完成後保持運作的時間長度。 最小值為 5 分鐘。 Type:string (或 expression with resultType string) 。 任何 (必要)
版本 HDInsight 叢集的版本。  Type:string (或 expression with resultType string) 。 任何 (必要)
虛擬網路ID 建立之後應該加入叢集之 vNet 的 ARM 資源識別碼。 Type:string (或 expression with resultType string) 。 任何
yarn配置 指定 HDInsight 叢集的 Yarn 組態參數 (yarn-site.xml)。 任何
zookeeperNodeSize 指定 HDInsight 叢集的 Zoo Keeper 節點大小。 任何

HiveLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Hive' (必要)
類型屬性 Hive Server 連結服務屬性。 HiveLinkedServiceTypeProperties (必要)

HiveLinkedServiceType屬性

名稱 說明 價值觀
allowHostNameCNMismatch (允許主機名稱與CN不匹配) 指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 預設值為 false。 任何
允許自簽名伺服器證書 指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 任何
驗證類型 用來存取 Hive 伺服器的驗證方法。 '匿名'
'使用者名'
'使用者名和密碼'
'WindowsAzureHDInsightService' (必要)
啟用伺服器證書驗證 指定與伺服器的連線是否會驗證伺服器證書,預設值為 True。 僅適用於 2.0 版 任何
啟用SSL 指定是否使用 SSL 加密與伺服器的連線。 預設值為 false。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 多個主機的IP位址或Hive伺服器的主機名,並以 『;' 分隔(只有在啟用 serviceDiscoveryMode 時)。 任何 (必要)
httpPath 對應至Hive伺服器的部分URL。 任何
密碼 對應至您在 [用戶名稱] 字段中提供之使用者名稱的密碼 秘密基地
連接埠 Hive 伺服器用來接聽用戶端連線的 TCP 連接埠。 任何
伺服器類型 Hive 伺服器的型別。 “HiveServer1”
“HiveServer2”
'HiveThriftServer'
服務發現模式 true 表示使用 ZooKeeper 服務,false not。 任何
thriftTransportProtocol 協定 在 Thrift 層中使用的傳輸通訊協定。 '二進位'
'HTTP '
'SASL'
可信任憑證路徑 .pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 任何
useNativeQuery 指定驅動程式是否使用原生 HiveQL 查詢,或將它們轉換成 HiveQL 中的對等形式。 任何
用戶名 您用來存取 Hive Server 的使用者名稱。 任何
使用系統信任憑證庫 (useSystemTrustStore) 指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 預設值為 false。 任何
動物園管理員命名空間 在 ZooKeeper 上新增 Hive Server 2 節點的命名空間。 任何

HttpLinkedService 服務

名稱 說明 價值觀
類型 連結服務的類型。 'HttpServer' (必要)
類型屬性 這個連結服務類型特有的屬性。 HttpLinkedServiceTypeProperties (必要)

HttpLinkedServiceType屬性

名稱 說明 價值觀
驗證類型 要用來連線到 HTTP 伺服器的驗證類型。 '匿名'
“基本”
“ClientCertificate”
'摘要'
“Windows”
authHeaders 要求中用於授權之 RESTful API 的其他 HTTP 標頭。 類型:索引鍵值組(值應該是字串類型)。 任何
certThumbprint ClientCertificate 驗證憑證的指紋。 僅適用於內部部署複本。 針對使用 ClientCertificate 驗證的內部部署複製,應指定 CertThumbprint 或 EmbeddedCertData/Password。 Type:string (或 expression with resultType string) 。 任何
embeddedCertData ClientCertificate 驗證的Base64編碼憑證數據。 針對使用 ClientCertificate 驗證的內部部署複製,應指定 CertThumbprint 或 EmbeddedCertData/Password。 Type:string (或 expression with resultType string) 。 任何
啟用伺服器證書驗證 如果為 true,請驗證 HTTPS 伺服器 SSL 憑證。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 使用 EmbeddedCertData 驗證進行基本、摘要、Windows 或 ClientCertificate 的密碼。 秘密基地
URL HTTP 端點的基底 URL,例如 https://www.microsoft.com。 Type:string (或 expression with resultType string) 。 任何 (必要)
使用者名稱 基本、摘要或 Windows 驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

HubspotLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Hubspot' (必要)
類型屬性 Hubspot Service 鏈接服務屬性。 HubspotLinkedServiceTypeProperties (必要)

HubspotLinkedServiceType屬性

名稱 說明 價值觀
accessToken 最初驗證 OAuth 整合時取得的存取令牌。 秘密基地
用戶端ID 與您的 Hubspot 應用程式相關聯的用戶端識別碼。 任何 (必要)
用戶端密鑰 與您的 Hubspot 應用程式相關聯的客戶端密碼。 秘密基地
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
refreshToken 初始驗證 OAuth 整合時取得的重新整理令牌。 秘密基地
使用加密端點 指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 任何
使用主機驗證 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 任何
使用同行驗證 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 任何

ImpalaLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'Impala' (必要)
類型屬性 Impala 伺服器連結服務屬性。 ImpalaLinkedServiceTypeProperties (必要)

ImpalaLinkedServiceType屬性

名稱 說明 價值觀
allowHostNameCNMismatch (允許主機名稱與CN不匹配) 指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 預設值為 false。 任何
允許自簽名伺服器證書 指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 任何
驗證類型 要使用的驗證類型。 '匿名'
'SASLUsername'
'UsernameAndPassword' (必要)
啟用伺服器證書驗證 指定在連接時是否啟用伺服器 SSL 憑證驗證。始終使用系統信任存儲(僅適用於 V2)。 預設值為 True。 任何
啟用SSL 指定是否使用 SSL 加密與伺服器的連線。 預設值為 false。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 Impala 伺服器的IP位址或主機名。 (即192.168.222.160) 任何 (必要)
密碼 使用 UsernameAndPassword 時,對應至使用者名稱的密碼。 秘密基地
連接埠 Impala 伺服器用來接聽用戶端連線的 TCP 連接埠。 預設值為 21050。 任何
thriftTransportProtocol 協定 要在 Thrift 層中使用的傳輸協定(僅適用於 V2)。 預設值為 Binary。 '二進位'
'HTTP'
可信任憑證路徑 .pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 任何
用戶名 用來存取 Impala 伺服器的用戶名稱。 使用SASLUsername時,預設值為匿名。 任何
使用系統信任憑證庫 (useSystemTrustStore) 指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 預設值為 false。 任何

InformixLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'Informix' (必要)
類型屬性 Informix 連結的服務屬性。 InformixLinkedServiceTypeProperties (必要)

InformixLinkedServiceType屬性

名稱 說明 價值觀
驗證類型 用來連線到 Informix 做為 ODBC 資料存放區的驗證類型。 可能的值為:Anonymous 和 Basic。 Type:string (或 expression with resultType string) 。 任何
connectionString 連接字串 連接字串的非存取認證部分,以及選擇性的加密認證。 類型:string、SecureString 或 AzureKeyVaultSecretReference 或 Expression with resultType string。 任何 (必要)
資格證明 驅動程式特定屬性值格式所指定連接字串的存取認證部分。 秘密基地
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 基本身份驗證的密碼。 秘密基地
使用者名稱 基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

IntegrationRuntimeReference

名稱 說明 價值觀
參數 整合運行時間的自變數。 ParameterValueSpecification 參數值規範
referenceName (引用名稱) 參考整合運行時間名稱。 字串 (必要)
類型 整合運行時間的類型。 'IntegrationRuntimeReference' (必要)

JiraLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Jira' (必要)
類型屬性 Jira Service 連結服務屬性。 JiraLinkedServiceTypeProperties (必要)

JiraLinkedServiceType屬性

名稱 說明 價值觀
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 Jira 服務的IP位址或主機名。 (例如 jira.example.com) 任何 (必要)
密碼 對應至您在使用者名稱欄位中提供之使用者名稱的密碼。 秘密基地
連接埠 Jira 伺服器用來接聽用戶端連線的 TCP 連接埠。 如果透過 HTTPS 連線,則預設值為 443,如果透過 HTTP 連線,則為 8080。 任何
使用加密端點 指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 任何
使用主機驗證 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 任何
使用同行驗證 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 任何
用戶名 您用來存取 Jira 服務的使用者名稱。 任何 (必要)

LakeHouseLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Lakehouse' (必要)
類型屬性 Microsoft Fabric Lakehouse 鏈接服務屬性。 LakeHouseLinkedServiceTypeProperties (必要)

LakeHouseLinkedServiceType屬性

名稱 說明 價值觀
artifactId (工件識別碼) Microsoft Fabric Lakehouse 成品的標識碼。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
servicePrincipalCredential 的 Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 秘密基地
servicePrincipalCredentialType 服務 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 服務 用來針對 Microsoft Fabric Lakehouse 進行驗證的應用程式識別碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務 用來針對 Microsoft Fabric Lakehouse 進行驗證的應用程式密鑰。 秘密基地
租戶 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何
工作區ID Microsoft Fabric 工作區的標識碼。 Type:string (或 expression with resultType string) 。 任何

連結服務

名稱 說明 價值觀
附註 可用於描述連結服務的標籤清單。 任何[]
連接方式 整合運行時間參考。 IntegrationRuntimeReference
說明 鏈接的服務描述。 字符串
參數 連結服務的參數。 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 類型,設定為 'AzureDatabricksDeltaLakeLake'。 針對 AzureFileStorageLinkedService 類型,設定為 『AzureFileStorage』。 針對 AzureFunctionLinkedService 類型,設定為 『AzureFunction』。 針對 AzureKeyVaultLinkedService 類型,設定為 『AzureKeyVault』。 針對 AzureMLLinkedService 類型,設定為 『AzureML』。 針對 AzureMLServiceLinkedService 類型,設定為 『AzureMLService』。 針對 AzureMariaDBLinkedService 類型,設定為 『AzureMariaDB』。 針對 AzureMySqlLinkedService 類型,設定為 『AzureMySqlSql』。 針對 AzurePostgreSqlLinkedService 類型,設定為 『AzurePostgreSql』。 針對 AzureSearchLinkedService 類型,設定為 『AzureSearch』。 針對 AzureSqlDWLinkedService 類型,設定為 『AzureSqlDW』。 針對 AzureSqlDatabaseLinkedService 類型,設定為 『AzureSqlDatabase』。 針對 AzureSqlMILinkedService 類型設定為 『AzureSqlMI』。 針對 AzureStorageLinkedService 類型,設定為 『AzureStorage』。 針對 AzureSynapseArtifacts 類型設定為 『AzureSynapseArtifactsLinkedService』。 針對 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』。 設定為 MarketoLinkedService 類型的 『Marketo』。 針對 MicrosoftAccessLinkedService 類型,設定為 'MicrosoftAccess'。 針對 MongoDbLinkedService 類型,設定為 'MongoDb'。 針對 MongoDbAtlasLinkedService 類型,設定為 'MongoDbAtlas'。 針對 MongoDbV2LinkedService 類型,設定為 'MongoDbV2'。 針對 MySqlLinkedService 類型,設定為 'MySql'。 將 設定為 NetezzaLinkedService 類型的 'Netezza'。 將類型 ODataLinkedService 設定為 『OData』。 針對 OdbcLinkedService 類型,設定為 『Odbc』。 針對 Office365LinkedService 類型,設定為 『Office365』。 針對 OracleLinkedService 類型設定為 『Oracle』。 針對 OracleCloudStorageLinkedService 類型,設定為 'OracleCloudStorage'。 針對 OracleServiceCloudLinkedService 類型,設定為 'OracleServiceCloudCloud'。 設定為 PaypalLinkedService 類型的 『PayPal』。 針對 PhoenixLinkedService 類型設定為 『Phoenix』。 針對 PostgreSqlLinkedService 類型,設定為 'PostgreSql'。 針對 PostgreSqlV2LinkedService 類型,設定為 'PostgreSqlV2'。 設定為 PrestoLinkedService 類型的 『Presto』。 針對 QuickBooksLinkedService 類型,設定為 'QuickBooks'。 針對 QuickbaseLinkedService 類型,設定為 'Quickbase'。 設定為 ResponsysLinkedService 類型的 'Responsys'。 設定為 RestServiceLinkedService 類型的 'RestService'。 針對 SalesforceLinkedService 類型,設定為 'Salesforce'。 針對 SalesforceMarketingCloudLinkedService 類型,設定為 'SalesforceMarketingCloud'。 針對 SalesforceServiceCloudLinkedService 類型,設定為 'SalesforceServiceCloudCloud'。 針對 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] 類型為 [ShopifyLinkedService]。 針對 SmartsheetLinkedService類型,設定為 'Smartsheet'。 針對 SnowflakeLinkedService 類型,設定為 'Snowflake'。 針對 SnowflakeV2LinkedService 類型,設定為 'SnowflakeV2'。 針對 SparkLinkedService類型設定為 『Spark』。 針對 SqlServerLinkedService 類型,設定為 'SqlServer'。 設定為 SquareLinkedService 類型的 『Square』。 設定為 SybaseLinkedService 類型的 『Sybase』。 針對 TeamDeskLinkedService 類型,設定為 'TeamDesk'。 針對 TeradataLinkedService 類型,設定為 'Teradata'。 設定為 TwilioLinkedService 類型的 『Twilio』。 設定為 VerticaLinkedService 類型的 'Vertica'。 針對 WarehouseLinkedService 類型,設定為 『Warehouse』。 針對 WebLinkedService 類型,設定為 'Web'。 設定為 XeroLinkedService 類型的 『Xero』。 針對 ZendeskLinkedService 類型,設定為 'Zendesk'。 設定為 類型 ZohoLinkedService 的 『Zoho』。 '亞馬遜MWS'
“AmazonRdsForOracle”
“AmazonRdsForSqlServer”
“亞馬遜 Redshift”
“亞馬遜 S3”
“AmazonS3 兼容”
'應用程式資料'
'體式'
“AzureBatch”
“AzureBlobFS”
“AzureBlobStorage”
'AzureDatabricks'
“AzureDatabricksDeltaLake”
“AzureDataExplorer”
“AzureDataLakeAnalytics”
“AzureDataLakeStore”
“AzureFileStorage”
'AzureFunction'
“AzureKeyVault”
'AzureMariaDB'
“AzureML”
“AzureMLService”
“AzureMySql”
'AzurePostgreSql'
“AzureSearch”
“AzureSqlDatabase”
'AzureSqlDW'
'AzureSqlMI'
“AzureStorage”
“AzureSynapseArtifacts”
“AzureTableStorage”
'卡桑德拉'
“CommonDataServiceForApps”
“同意”
'CosmosDb'
“CosmosDbMongoDbApi”
“沙發基地”
'CustomDataSource'
“數據世界”
“Db2”
“鑽”
“動力學”
'DynamicsAX'
'DynamicsCrm'
'Eloqua'
“檔案伺服器”
'FtpServer'
'GoogleAdWords 英語'
'GoogleBigQuery'
'GoogleBigQueryV2'
'GoogleCloudStorage'
'谷歌表格'
'李子'
'HBase'
'Hdfs'
“HDInsight”
“HDInsightOnDemand”
蜂巢”
'HttpServer'
“Hubspot”
“黑斑羚”
'資訊化'
'吉拉'
“湖倉小屋”
'Magento'
'MariaDB'
'Marketo'
“MicrosoftAccess”
“MongoDb”
'MongoDbAtlas'
“MongoDbV2”
'MySql'
“內特扎”
'OData'
'ODBC'
'Office365'
“神諭”
“OracleCloudStorage”
“OracleServiceCloud”
'PayPal'
“鳳凰”
'PostgreSql'
'PostgreSqlV2'
“Presto”
“快速基地”
“快書”
“Responsys”
'RestService'
“Salesforce”
'SalesforceMarketingCloud'
'SalesforceServiceCloud'
“SalesforceServiceCloudV2”
“SalesforceV2”
'SapBW'
“SapCloudForCustomer”
'SapEcc'
'SapHana'
'SapOdp'
“SapOpenHub”
'SapTable'
“ServiceNow”
“ServiceNowV2”
'Sftp'
“SharePointOnlineList”
'Shopify'
'智慧表'
“雪花”
'雪花 V2'
“火花”
“SqlServer”
'Square'
'Sybase'
'團隊桌'
“Teradata”
“特維利奧”
“維蒂卡”
'倉庫'
“網络”
'Xero'
'Zendesk'
'Zoho' (必要)
版本 連結服務的版本。 字符串

LinkedServiceReference

名稱 說明 價值觀
參數 LinkedService 的自變數。 ParameterValueSpecification 參數值規範
referenceName (引用名稱) 參考 LinkedService 名稱。 字串 (必要)
類型 連結服務參考類型。 'LinkedServiceReference' (必要)

MagentoLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Magento' (必要)
類型屬性 Magento 伺服器鏈接服務屬性。 MagentoLinkedServiceTypeProperties (必要)

MagentoLinkedServiceType屬性

名稱 說明 價值觀
accessToken 來自Magento的存取令牌。 秘密基地
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 Magento 實例的 URL。 (即192.168.222.110/洋紅3) 任何 (必要)
使用加密端點 指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 任何
使用主機驗證 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 任何
使用同行驗證 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 任何

MariaDBLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'MariaDB' (必要)
類型屬性 MariaDB 伺服器鏈接服務屬性。 MariaDBLinkedServiceTypeProperties (必要)

MariaDBLinkedServiceTypeProperties

名稱 說明 價值觀
connectionString 連接字串 ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
資料庫 連接的資料庫名稱。 類型:字串。 任何
驅動程式版本 MariaDB 驅動程式的版本。 類型:字串。 舊版驅動程式的 V1 或空白,適用於新驅動程式的 V2。 V1 可以支援連接字串和屬性包,V2 只能支援連接字串。 舊版驅動程式已排定在 2024 年 10 月前淘汰。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
連接埠 連接的埠。 類型:整數。 任何
伺服器 線上的伺服器名稱。 類型:字串。 任何
SSL 模式 (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 加密的聯機。 任何
用戶名 驗證的用戶名稱。 類型:字串。 任何
使用系統信任憑證庫 (useSystemTrustStore) 此選項會指定是否要使用來自系統信任存放區的 CA 憑證,或從指定的 PEM 檔案使用 CA 憑證。 例如 UseSystemTrustStore=<0/1>;選項:已啟用 (1) / 已停用 (0) (預設) 任何

MarketoLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Marketo' (必要)
類型屬性 Marketo 伺服器鏈接服務屬性。 MarketoLinkedServiceTypeProperties (必要)

MarketoLinkedServiceTypeProperties

名稱 說明 價值觀
用戶端ID Marketo 服務的用戶端標識碼。 任何 (必要)
用戶端密鑰 Marketo 服務的客戶端密碼。 秘密基地
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
端點 Marketo 伺服器的端點。 (即 123-ABC-321.mktorest.com) 任何 (必要)
使用加密端點 指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 任何
使用主機驗證 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 任何
使用同行驗證 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 任何

MicrosoftAccessLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'MicrosoftAccess' (必要)
類型屬性 Microsoft Access 連結的服務屬性。 MicrosoftAccessLinkedServiceTypeProperties (必要)

MicrosoftAccessLinkedServiceType屬性

名稱 說明 價值觀
驗證類型 用來連線至 Microsoft Access 做為 ODBC 資料存放區的驗證類型。 可能的值為:Anonymous 和 Basic。 Type:string (或 expression with resultType string) 。 任何
connectionString 連接字串 連接字串的非存取認證部分,以及選擇性的加密認證。 類型:string、SecureString 或 AzureKeyVaultSecretReference 或 Expression with resultType string。 任何 (必要)
資格證明 驅動程式特定屬性值格式所指定連接字串的存取認證部分。 秘密基地
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 基本身份驗證的密碼。 秘密基地
使用者名稱 基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

MongoDbAtlasLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'MongoDbAtlas' (必要)
類型屬性 MongoDB Atlas 鏈接服務屬性。 MongoDbAtlasLinkedServiceTypeProperties (必要)

MongoDbAtlasLinkedServiceType屬性

名稱 說明 價值觀
connectionString 連接字串 MongoDB Atlas 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何 (必要)
資料庫 您想要存取的 MongoDB Atlas 資料庫名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
驅動程式版本 您要選擇的驅動程式版本。 允許的值為 v1 和 v2。 Type:string (或 expression with resultType string) 。 任何

MongoDbLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'MongoDb' (必要)
類型屬性 MongoDB 連結服務屬性。 MongoDbLinkedServiceTypeProperties (必要)

MongoDbLinkedServiceType屬性

名稱 說明 價值觀
允許自簽名伺服器證書 指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
驗證類型 要用來連線到 MongoDB 資料庫的驗證類型。 '匿名'
“基本”
authSource 認證 用來驗證使用者名稱和密碼的資料庫。 Type:string (或 expression with resultType string) 。 任何
資料庫名稱 您想要存取的 MongoDB 資料庫名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
啟用SSL 指定是否使用 SSL 加密與伺服器的連線。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 驗證的密碼。 秘密基地
連接埠 MongoDB 伺服器用來接聽用戶端連線的 TCP 連接埠號碼。 預設值為 27017。 類型:integer (或 expression with resultType integer), minimum: 0。 任何
伺服器 MongoDB 伺服器的IP位址或伺服器名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
用戶名 驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

MongoDbV2LinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'MongoDbV2' (必要)
類型屬性 MongoDB 連結服務屬性。 MongoDbV2LinkedServiceTypeProperties (必要)

MongoDbV2LinkedServiceType屬性

名稱 說明 價值觀
connectionString 連接字串 MongoDB 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何 (必要)
資料庫 您想要存取的 MongoDB 資料庫名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

MySqlLinkedService 服務

名稱 說明 價值觀
類型 連結服務的類型。 'MySql' (必要)
類型屬性 MySQL 連結服務屬性。 MySqlLinkedServiceTypeProperties (必要)

MySqlLinkedServiceType屬性

名稱 說明 價值觀
allowZeroDateTime (允許零日期時間) 這可讓從資料庫擷取特殊的“零”日期值 0000-00-00。 類型:布爾值。 任何
connectionString 連接字串 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
connectionTimeout 連接超時 在終止嘗試並產生錯誤之前,等候伺服器連線的時間長度(以秒為單位)。 類型:整數。 任何
convertZeroDateTime 如果為 True,則會傳回具有不允許值的 date 或 datetime 數據行的 DateTime.MinValue。 類型:布爾值。 任何
資料庫 連接的資料庫名稱。 類型:字串。 任何
驅動程式版本 MySQL 驅動程式的版本。 類型:字串。 舊版驅動程式的 V1 或空白,適用於新驅動程式的 V2。 V1 可以支援連接字串和屬性包,V2 只能支援連接字串。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
guid格式 判斷應該讀取為 GUID 的數據行類型(如果有的話)。 類型:字串。 無:不會自動將任何數據行類型讀取為 Guid;Char36:所有 CHAR(36) 數據行都會使用小寫十六進位和連字元來讀取/寫入為 Guid,其符合 UUID。 任何
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
連接埠 連接的埠。 類型:整數。 任何
伺服器 線上的伺服器名稱。 類型:字串。 任何
sslCert 證書 用戶端 SSL 憑證檔案的路徑,格式為 PEM。 也必須指定 SslKey。 類型:字串。 任何
SSL金鑰 用戶端 SSL 私鑰的路徑,格式為 PEM。 也必須指定 SslCert。 類型:字串。 任何
SSL 模式 (sslMode) 線上的 SSL 模式。 類型:整數。 0:停用、1:偏好、2:需要、3:verify-ca、4:verify-full。 任何
將Tiny視為布林值 當設定為 true 時,TINYINT(1) 值會以布爾值傳回。 類型:bool。 任何
用戶名 驗證的用戶名稱。 類型:字串。 任何
使用系統信任憑證庫 (useSystemTrustStore) 使用系統信任存放區進行連線。 類型:整數。 0:啟用,1:停用。 任何

NetezzaLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Netezza' (必要)
類型屬性 Netezza 連結服務屬性。 NetezzaLinkedServiceTypeProperties (必要)

NetezzaLinkedServiceType屬性

名稱 說明 價值觀
connectionString 連接字串 ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
pwd 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference

ODataLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'OData' (必要)
類型屬性 OData 鏈接服務屬性。 ODataLinkedServiceTypeProperties (必要)

ODataLinkedServiceType屬性

名稱 說明 價值觀
aadResourceId 指定您要求授權以使用 Directory 的資源。 Type:string (或 expression with resultType string) 。 任何
aadServicePrincipalCredentialType 指定服務主體所使用的認證類型(金鑰或憑證)。 “ServicePrincipalCert”
“ServicePrincipalKey”
驗證類型 用來連線到 OData 服務的驗證類型。 “AadServicePrincipal”
'匿名'
“基本”
“ManagedServiceIdentity”
“Windows”
authHeaders 要求中用於授權之 RESTful API 的其他 HTTP 標頭。 類型:索引鍵值組(值應該是字串類型)。 任何
Azure 雲端類型 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 OData 服務的密碼。 秘密基地
服務主體內嵌證書 指定在 Azure Active Directory 中註冊之應用程式的base64編碼憑證。 Type:string (或 expression with resultType string) 。 秘密基地
服務主體嵌入式證書密碼 如果您的憑證具有密碼,且您使用的是 AadServicePrincipal 驗證,請指定憑證的密碼。 Type:string (或 expression with resultType string) 。 秘密基地
servicePrincipalId 服務 指定在 Azure Active Directory 中註冊之應用程式的應用程式識別碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務 指定在 Azure Active Directory 中註冊之應用程式的秘密。 Type:string (或 expression with resultType string) 。 秘密基地
租戶 指定應用程式所在的租使用者資訊(功能變數名稱或租使用者標識符)。 Type:string (或 expression with resultType string) 。 任何
URL OData 服務端點的 URL。 Type:string (或 expression with resultType string) 。 任何 (必要)
使用者名稱 OData 服務的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

OdbcLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'Odbc' (必要)
類型屬性 ODBC 連結服務屬性。 OdbcLinkedServiceTypeProperties (必要)

OdbcLinkedServiceType屬性

名稱 說明 價值觀
驗證類型 用來連接到 ODBC 資料存放區的驗證類型。 可能的值為:Anonymous 和 Basic。 Type:string (或 expression with resultType string) 。 任何
connectionString 連接字串 連接字串的非存取認證部分,以及選擇性的加密認證。 類型:string、SecureString 或 AzureKeyVaultSecretReference 或 Expression with resultType string。 任何 (必要)
資格證明 驅動程式特定屬性值格式所指定連接字串的存取認證部分。 秘密基地
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 基本身份驗證的密碼。 秘密基地
使用者名稱 基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

Office365鏈接服務

名稱 說明 價值觀
類型 連結服務的類型。 'Office365' (必要)
類型屬性 Office365 連結的服務屬性。 Office365LinkedServiceTypeProperties (必要)

Office365LinkedServiceType屬性

名稱 說明 價值觀
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
office365租戶 ID Office 365 帳戶所屬的 Azure 租用戶標識碼。 Type:string (或 expression with resultType string) 。 任何 (必要)
servicePrincipalCredentialType 服務 驗證的服務主體認證類型。'ServicePrincipalKey' 用於密鑰/秘密,'ServicePrincipalCert' 用於憑證。 如果未指定,'ServicePrincipalKey' 正在使用中。 Type:string (或 expression with resultType string) 。 任何
服務主體內嵌證書 指定在 Azure Active Directory 中註冊之應用程式的base64編碼憑證。 Type:string (或 expression with resultType string) 。 秘密基地
服務主體嵌入式證書密碼 如果您的憑證具有密碼,且您使用的是 AadServicePrincipal 驗證,請指定憑證的密碼。 Type:string (或 expression with resultType string) 。 秘密基地
servicePrincipalId 服務 指定應用程式的用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何 (必要)
servicePrincipalKey 服務 指定應用程式的金鑰。 SecretBase (必要)
servicePrincipalTenantId 服務 指定 Azure AD Web 應用程式所在的租用戶資訊。 Type:string (或 expression with resultType string) 。 任何 (必要)

OracleCloudStorageLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'OracleCloudStorage' (必要)
類型屬性 Oracle 雲端記憶體連結服務屬性。 OracleCloudStorageLinkedServiceTypeProperties (必要)

OracleCloudStorageLinkedServiceType屬性

名稱 說明 價值觀
accessKeyId Oracle 雲端記憶體身分識別和存取管理 (IAM) 使用者的存取金鑰標識碼。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
secretAccessKey Oracle 雲端記憶體身分識別和存取管理 (IAM) 使用者的秘密存取密鑰。 秘密基地
服務網址 (serviceUrl) 這個值會指定要使用 Oracle Cloud Storage Connector 存取的端點。 這是選擇性屬性;只有在您想要嘗試不同的服務端點或想要在 HTTPs 和 HTTP 之間切換時,才變更它。 Type:string (或 expression with resultType string) 。 任何

OracleLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Oracle' (必要)
類型屬性 Oracle 資料庫連結服務屬性。 OracleLinkedServiceTypeProperties (必要)

OracleLinkedServiceType屬性

名稱 說明 價值觀
驗證類型 線上到 Oracle 資料庫的驗證類型。 僅適用於 2.0 版。 “基本”
connectionString 連接字串 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 僅適用於 1.0 版。 任何
cryptoChecksumClient 指定當此客戶端連線到伺服器時所需的數據完整性行為。 支援的值會接受、拒絕、要求或必要,預設值為必要。 類型:字串。 僅適用於 2.0 版。 任何
cryptoChecksumTypes用戶端 指定用戶端可以使用的加密總和檢查碼演算法。 支援的值為SHA1、SHA256、SHA384、SHA512、預設值為 (SHA512)。 類型:字串。 僅適用於 2.0 版。 任何
啟用批量加載 指定在將數據載入資料庫時,是否要使用大量複製或批次插入,預設值為 true。 類型:布爾值。 僅適用於 2.0 版。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
加密客戶端 指定加密客戶端行為。 支援的值會接受、拒絕、要求或必要,預設值為必要。 類型:字串。 僅適用於 2.0 版。 任何
encryptionTypes用戶端 指定用戶端可以使用的加密演算法。 支援的值為 AES128、AES192、AES256、3DES112、3DES168、預設值為 (AES256)。 類型:字串。 僅適用於 2.0 版。 任何
fetchSize (獲取大小) 指定驅動程式配置來擷取一個資料庫來回數據的位元元組數目,預設值為10485760。 類型:整數。 僅適用於 2.0 版。 任何
fetchTswtzAsTimestamp 指定驅動程式是否會以 DATETime 或字串的形式傳回 TIMESTAMP WITH TIME ZONE 數據類型的數據行值。 如果 supportV1DataTypes 不是 true,則會忽略此設定,預設值為 true。 類型:布爾值。 僅適用於 2.0 版。 任何
初始化字串 指定連接到資料庫以管理工作階段設定之後立即發出的命令。 類型:字串。 僅適用於 2.0 版。 任何
初始 LobFetchSize 指定來源一開始擷取 LOB 資料行的數量,預設值為 0。 類型:整數。 僅適用於 2.0 版。 任何
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
伺服器 您想要連線的 Oracle 資料庫位置,支援的表單包括連接器描述元、Easy Connect (Plus) 命名和 Oracle Net Services 名稱(僅限自我裝載 IR)。 類型:字串。 僅適用於 2.0 版。 任何
聲明快取大小 (statementCacheSize) 指定要針對每個資料庫連接快取的數據指標或語句數目,預設值為 0。 類型:整數。 僅適用於 2.0 版。 任何
支援V1資料類型 指定是否要使用 1.0 版數據類型對應。 除非您想要保持與 1.0 版數據類型對應的回溯相容性,否則請勿將此設定為 true,預設值為 false。 類型:布爾值。 僅適用於 2.0 版。 任何
用戶名 Oracle 資料庫用戶名稱。 類型:字串。 僅適用於 2.0 版。 任何

OracleServiceCloudLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'OracleServiceCloud' (必要)
類型屬性 Oracle 服務雲端連結服務屬性。 OracleServiceCloudLinkedServiceTypeProperties (必要)

OracleServiceCloudLinkedServiceType屬性

名稱 說明 價值觀
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 Oracle 服務雲端實例的 URL。 任何 (必要)
密碼 對應至您在使用者名稱金鑰中提供之使用者名稱的密碼。 SecretBase (必要)
使用加密端點 指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
使用主機驗證 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
使用同行驗證 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
用戶名 您用來存取 Oracle Service 雲端伺服器的使用者名稱。 任何 (必要)

ParameterDefinitionSpecification

名稱 說明 價值觀

參數規範

名稱 說明 價值觀
預設值 參數的預設值。 任何
類型 參數類型。 '陣列'
'布爾'
'浮動'
'int'
'物件'
“安全字串”
'String' (必要)

ParameterValueSpecification 參數值規範

名稱 說明 價值觀

ParameterValueSpecification 參數值規範

名稱 說明 價值觀

PaypalLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'PayPal' (必要)
類型屬性 PayPal服務鏈接服務屬性。 PaypalLinkedServiceTypeProperties (必要)

PaypalLinkedServiceType屬性

名稱 說明 價值觀
用戶端ID 與PayPal應用程式相關聯的用戶端標識碼。 任何 (必要)
用戶端密鑰 與PayPal應用程式相關聯的客戶端密碼。 秘密基地
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 PayPal 實例的 URL。 (即 api.sandbox.paypal.com) 任何 (必要)
使用加密端點 指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 任何
使用主機驗證 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 任何
使用同行驗證 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 任何

PhoenixLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Phoenix' (必要)
類型屬性 Phoenix 伺服器鏈接服務屬性。 PhoenixLinkedServiceTypeProperties (必要)

PhoenixLinkedServiceType屬性

名稱 說明 價值觀
allowHostNameCNMismatch (允許主機名稱與CN不匹配) 指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 預設值為 false。 任何
允許自簽名伺服器證書 指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 任何
驗證類型 用來連線到 Phoenix 伺服器的驗證機制。 '匿名'
'使用者名和密碼'
'WindowsAzureHDInsightService' (必要)
啟用SSL 指定是否使用 SSL 加密與伺服器的連線。 預設值為 false。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 Phoenix 伺服器的IP位址或主機名。 (即192.168.222.160) 任何 (必要)
httpPath 對應至 Phoenix 伺服器的部分 URL。 (即 /gateway/sandbox/phoenix/version)。 如果使用 WindowsAzureHDInsightService,預設值為 hbasephoenix。 任何
密碼 對應至使用者名稱的密碼。 秘密基地
連接埠 Phoenix 伺服器用來接聽用戶端連線的 TCP 連接埠。 預設值為8765。 任何
可信任憑證路徑 .pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 任何
用戶名 用來連線到 Phoenix 伺服器的用戶名稱。 任何
使用系統信任憑證庫 (useSystemTrustStore) 指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 預設值為 false。 任何

PostgreSqlLinkedService 服務

名稱 說明 價值觀
類型 連結服務的類型。 'PostgreSql' (必要)
類型屬性 PostgreSQL 鏈接服務屬性。 PostgreSqlLinkedServiceTypeProperties (必要)

PostgreSqlLinkedServiceType屬性

名稱 說明 價值觀
connectionString 連接字串 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何 (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference

PostgreSqlV2LinkedService 服務

名稱 說明 價值觀
類型 連結服務的類型。 'PostgreSqlV2' (必要)
類型屬性 PostgreSQLV2 鏈接服務屬性。 PostgreSqlV2LinkedServiceTypeProperties (必要)

PostgreSqlV2LinkedServiceType屬性

名稱 說明 價值觀
驗證類型 要使用的驗證類型。 類型:字串。 任何 (必要)
commandTimeout 在終止嘗試並產生錯誤之前,嘗試執行命令的時間(以秒為單位)。 設定為零表示無限大。 類型:整數。 任何
connectionTimeout 連接超時 在終止嘗試並產生錯誤之前,嘗試建立連線的時間(以秒為單位)。 類型:整數。 任何
資料庫 連接的資料庫名稱。 類型:字串。 任何 (必要)
編碼 取得或設定將用來編碼/譯碼 PostgreSQL 字串數據的 .NET 編碼。 類型:字串 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
logParameters 啟用時,會在執行命令時記錄參數值。 類型:布爾值。 任何
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 類型:字串。 AzureKeyVaultSecretReference
是否應該使用連線共用。 類型:布爾值。 任何
連接埠 連接的埠。 類型:整數。 任何
讀取緩衝區大小 決定讀取時,內部緩衝區所使用的大小。 如果從資料庫傳輸大型值,增加可能會改善效能。 類型:整數。 任何
架構 設定架構搜尋路徑。 類型:字串。 任何
伺服器 線上的伺服器名稱。 類型:字串。 任何 (必要)
sslCertificate 證書 要傳送至伺服器的客戶端憑證位置。 類型:字串。 任何
SSL金鑰 要傳送至伺服器的用戶端憑證用戶端金鑰位置。 類型:字串。 任何
SSL 模式 (sslMode) 線上的 SSL 模式。 類型:整數。 0:停用、1:allow、2:prefer、3:require、4:verify-ca、5:verify-full。 類型:整數。 任何 (必要)
sslPassword 密碼 用戶端憑證金鑰的密碼。 類型:字串。 任何
時區 取得或設定會話時區。 類型:字串。 任何
信任伺服器證書 是否信任伺服器證書而不驗證它。 類型:布爾值。 任何
用戶名 驗證的用戶名稱。 類型:字串。 任何 (必要)

PrestoLinkedService 服務

名稱 說明 價值觀
類型 連結服務的類型。 'Presto' (必要)
類型屬性 Presto 伺服器鏈接服務屬性。 PrestoLinkedServiceTypeProperties (必要)

PrestoLinkedServiceType屬性

名稱 說明 價值觀
allowHostNameCNMismatch (允許主機名稱與CN不匹配) 指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 預設值為 false。 僅適用於 1.0 版。 任何
允許自簽名伺服器證書 指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 僅適用於 1.0 版。 任何
驗證類型 用來連線到 Presto 伺服器的驗證機制。 '匿名'
'LDAP' (必要)
目錄 針對伺服器的所有要求目錄內容。 任何 (必要)
啟用伺服器證書驗證 指定與伺服器的連線是否會驗證伺服器證書,預設值為 True。 僅適用於 2.0 版 任何
啟用SSL 指定是否使用 SSL 加密與伺服器的連線。 舊版的預設值為 False。 2.0 版的預設值為 True。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 Presto 伺服器的IP位址或主機名。 (即192.168.222.160) 任何 (必要)
密碼 對應至使用者名稱的密碼。 秘密基地
連接埠 Presto 伺服器用來接聽用戶端連線的 TCP 連接埠。 停用 SSL 時,預設值為 8080,啟用 SSL 時預設值為 443。 任何
伺服器版本 Presto 伺服器的版本。 (即 0.148-t)僅適用於 1.0 版。 任何
時間 ZoneID 連接所使用的當地時區。 此選項的有效值是在 IANA 時區資料庫中指定。 1.0 版的預設值是客戶端系統時區。 2.0 版的預設值是伺服器系統 timeZone 任何
可信任憑證路徑 .pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 僅適用於 1.0 版。 任何
用戶名 用來連線到 Presto 伺服器的用戶名稱。 任何
使用系統信任憑證庫 (useSystemTrustStore) 指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 預設值為 false。 僅適用於 1.0 版。 任何

QuickbaseLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Quickbase' (必要)
類型屬性 Quickbase 鏈接服務屬性。 QuickbaseLinkedServiceTypeProperties (必要)

QuickbaseLinkedServiceType屬性

名稱 說明 價值觀
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
URL 線上 Quickbase 來源的 URL。 Type:string (或 expression with resultType string) 。 任何 (必要)
userToken Quickbase 來源的使用者令牌。 SecretBase (必要)

QuickBooksLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'QuickBooks' (必要)
類型屬性 QuickBooks 伺服器鏈接服務屬性。 QuickBooksLinkedServiceTypeProperties (必要)

QuickBooksLinkedServiceType屬性

名稱 說明 價值觀
accessToken OAuth 2.0 身份驗證的訪問令牌。 秘密基地
accessTokenSecret OAuth 1.0 身份驗證已棄用訪問令牌密鑰。 僅用於版本 1.0。 秘密基地
公司ID 要授權之 QuickBooks 公司的公司識別碼。 任何
連線屬性 用來連線到 QuickBooks 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 任何
consumerKey OAuth 2.0 身份驗證的使用者密鑰。 任何
consumerSecret 的 OAuth 2.0 身份驗證的使用者密鑰。 秘密基地
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
端點 QuickBooks 伺服器的端點。 (即 quickbooks.api.intuit.com) 任何
refreshToken OAuth 2.0 身份驗證的刷新令牌。 秘密基地
使用加密端點 指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 僅用於版本 1.0。 任何

ResponsysLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'Responsys' (必要)
類型屬性 Responsys 鏈接服務屬性。 ResponsysLinkedServiceTypeProperties (必要)

ResponsysLinkedServiceType屬性

名稱 說明 價值觀
用戶端ID 與 Responsys 應用程式相關聯的用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何 (必要)
用戶端密鑰 與 Responsys 應用程式相關聯的客戶端密碼。 Type:string (或 expression with resultType string) 。 秘密基地
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
端點 Responsys 伺服器的端點。 任何 (必要)
使用加密端點 指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
使用主機驗證 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
使用同行驗證 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何

RestServiceLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'RestService' (必要)
類型屬性 Rest 服務鏈接服務屬性。 RestServiceLinkedServiceTypeProperties (必要)

RestServiceLinkedServiceType屬性

名稱 說明 價值觀
aadResourceId 您要求授權使用的資源。 Type:string (或 expression with resultType string) 。 任何
驗證類型 用來連線到 REST 服務的驗證類型。 “AadServicePrincipal”
'匿名'
“基本”
“ManagedServiceIdentity”
'OAuth2ClientCredential' (必要)
authHeaders 要求中用於授權之 RESTful API 的其他 HTTP 標頭。 Type:object (或 Expression with resultType 物件)。 任何
Azure 雲端類型 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
用戶端ID 與應用程式相關聯的用戶端標識碼。 Type:string (或 expression with resultType string) 。 任何
用戶端密鑰 與應用程式相關聯的客戶端密碼。 秘密基地
資格證明 包含驗證資訊的認證參考。 憑證引用
啟用伺服器證書驗證 是否要在連線到端點時驗證伺服器端 SSL 憑證。默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 基本身份驗證類型中使用的密碼。 秘密基地
資源 要求存取的目標服務或資源。 Type:string (或 expression with resultType string) 。 任何
範圍 所需的存取範圍。 它描述將要求何種存取權。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalCredentialType 服務 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
服務主體內嵌證書 指定在 Azure Active Directory 中註冊之應用程式的base64編碼憑證。 Type:string (或 expression with resultType string) 。 秘密基地
服務主體嵌入式證書密碼 如果您的憑證具有密碼,且您使用的是 AadServicePrincipal 驗證,請指定憑證的密碼。 Type:string (或 expression with resultType string) 。 秘密基地
servicePrincipalId 服務 AadServicePrincipal 驗證類型中使用的應用程式用戶端標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務 AadServicePrincipal 驗證類型中使用的應用程式密鑰。 秘密基地
租戶 在應用程式所在的 AadServicePrincipal 驗證類型中使用的租使用者資訊(功能變數名稱或租用戶標識碼)。 Type:string (或 expression with resultType string) 。 任何
tokenEndpoint 要取得存取令牌之授權伺服器的令牌端點。 Type:string (或 expression with resultType string) 。 任何
URL REST 服務的基底 URL。 Type:string (或 expression with resultType string) 。 任何 (必要)
使用者名稱 基本身份驗證類型中使用的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SalesforceLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Salesforce' (必要)
類型屬性 Salesforce 鏈接的服務屬性。 SalesforceLinkedServiceTypeProperties (必要)

SalesforceLinkedServiceType屬性

名稱 說明 價值觀
apiVersion ADF 中使用的 Salesforce API 版本。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
環境URL Salesforce 實例的 URL。 預設值為 『https://login.salesforce.com』。 若要從沙箱複製數據,請指定 'https://test.salesforce.com'。 若要從自定義網域複製數據,請指定 『https://[domain].my.salesforce.com』。 Type:string (或 expression with resultType string) 。 任何
密碼 Salesforce 實例基本身份驗證的密碼。 秘密基地
安全性憑證 安全性令牌是遠端訪問 Salesforce 實例的選擇性令牌。 秘密基地
用戶名 Salesforce 實例基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SalesforceMarketingCloudLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'SalesforceMarketingCloud' (必要)
類型屬性 Salesforce Marketing Cloud 連結服務屬性。 SalesforceMarketingCloudLinkedServiceTypeProperties (必要)

SalesforceMarketingCloudLinkedServiceType屬性

名稱 說明 價值觀
用戶端ID 與 Salesforce Marketing Cloud 應用程式相關聯的用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何
用戶端密鑰 與 Salesforce Marketing Cloud 應用程式相關聯的客戶端密碼。 Type:string (或 expression with resultType string) 。 秘密基地
連線屬性 用來連線到 Salesforce Marketing Cloud 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
使用加密端點 指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
使用主機驗證 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
使用同行驗證 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何

SalesforceServiceCloudLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'SalesforceServiceCloud' (必要)
類型屬性 Salesforce Service Cloud 連結服務屬性。 SalesforceServiceCloudLinkedServiceTypeProperties (必要)

SalesforceServiceCloudLinkedServiceType屬性

名稱 說明 價值觀
apiVersion ADF 中使用的 Salesforce API 版本。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
環境URL Salesforce Service Cloud 實例的 URL。 預設值為 『https://login.salesforce.com』。 若要從沙箱複製數據,請指定 'https://test.salesforce.com'。 若要從自定義網域複製數據,請指定 『https://[domain].my.salesforce.com』。 Type:string (或 expression with resultType string) 。 任何
extendedProperties 附加至連接字串的擴充屬性。 Type:string (或 expression with resultType string) 。 任何
密碼 Salesforce 實例基本身份驗證的密碼。 秘密基地
安全性憑證 安全性令牌是遠端訪問 Salesforce 實例的選擇性令牌。 秘密基地
用戶名 Salesforce 實例基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SalesforceServiceCloudV2LinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'SalesforceServiceCloudV2' (必要)
類型屬性 Salesforce Service Cloud V2 鏈接的服務屬性。 SalesforceServiceCloudV2LinkedServiceTypeProperties (必要)

SalesforceServiceCloudV2LinkedServiceType屬性

名稱 說明 價值觀
apiVersion ADF 中使用的 Salesforce API 版本。 版本必須大於或等於 Salesforce BULK API 2.0 所需的 47.0。 Type:string (或 expression with resultType string) 。 任何
驗證類型 要用來連線到 Salesforce 的驗證類型。 目前,我們只支援 OAuth2ClientCredentials,這也是預設值 任何
用戶端ID Salesforce 實例的 OAuth 2.0 用戶端認證流程驗證用戶端標識碼。 Type:string (或 expression with resultType string) 。 任何
用戶端密鑰 Salesforce 實例之 OAuth 2.0 用戶端認證流程驗證的客戶端密碼。 秘密基地
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
環境URL Salesforce Service Cloud 實例的 URL。 例如,'https://[domain].my.salesforce.com'。 Type:string (或 expression with resultType string) 。 任何

SalesforceV2LinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'SalesforceV2' (必要)
類型屬性 Salesforce V2 鏈接的服務屬性。 SalesforceV2LinkedServiceTypeProperties (必要)

SalesforceV2LinkedServiceType屬性

名稱 說明 價值觀
apiVersion ADF 中使用的 Salesforce API 版本。 版本必須大於或等於 Salesforce BULK API 2.0 所需的 47.0。 Type:string (或 expression with resultType string) 。 任何
驗證類型 要用來連線到 Salesforce 的驗證類型。 目前,我們只支援 OAuth2ClientCredentials,這也是預設值 任何
用戶端ID Salesforce 實例的 OAuth 2.0 用戶端認證流程驗證用戶端標識碼。 Type:string (或 expression with resultType string) 。 任何
用戶端密鑰 Salesforce 實例之 OAuth 2.0 用戶端認證流程驗證的客戶端密碼。 秘密基地
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
環境URL Salesforce 實例的 URL。 例如,'https://[domain].my.salesforce.com'。 Type:string (或 expression with resultType string) 。 任何

SapBWLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'SapBW' (必要)
類型屬性 這個連結服務類型特有的屬性。 SapBWLinkedServiceTypeProperties (必要)

SapBWLinkedServiceType屬性

名稱 說明 價值觀
用戶端ID BW 系統上用戶端的用戶端識別碼。 (通常以字串表示的三位數十進位數)Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 存取 SAP BW 伺服器的密碼。 秘密基地
伺服器 SAP BW 實例的主機名。 Type:string (或 expression with resultType string) 。 任何 (必要)
系統編號 BW 系統的系統編號。 (通常是以字串表示的兩位數十進位數。Type:string (或 expression with resultType string) 。 任何 (必要)
使用者名稱 存取 SAP BW 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SapCloudForCustomerLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'SapCloudForCustomer' (必要)
類型屬性 SAP Cloud for Customer 鏈接服務屬性。 SapCloudForCustomerLinkedServiceTypeProperties (必要)

SapCloudForCustomerLinkedServiceTypeProperties

名稱 說明 價值觀
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 必須提供 encryptedCredential 或 username/password。 類型:字串。 字符串
密碼 基本身份驗證的密碼。 秘密基地
URL SAP Cloud for Customer OData API 的 URL。 例如,'[https://[tenantname].crm.ondemand.com/sap/c4c/odata/v1]'。 Type:string (或 expression with resultType string) 。 任何 (必要)
用戶名 基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SapEccLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'SapEcc' (必要)
類型屬性 SAP ECC 連結服務屬性。 SapEccLinkedServiceTypeProperties (必要)

SapEccLinkedServiceType屬性

名稱 說明 價值觀
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 必須提供 encryptedCredential 或 username/password。 類型:字串。 字符串
密碼 基本身份驗證的密碼。 秘密基地
URL SAP ECC OData API 的 URL。 例如,'[https://hostname:port/sap/opu/odata/sap/servicename/]'。 Type:string (或 expression with resultType string) 。 任何 (必要)
用戶名 基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SapHanaLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'SapHana' (必要)
類型屬性 這個連結服務類型特有的屬性。 SapHanaLinkedServiceProperties (必要)

SapHanaLinkedService屬性

名稱 說明 價值觀
驗證類型 要用來連線到 SAP HANA 伺服器的驗證類型。 “基本”
“Windows”
connectionString 連接字串 SAP HANA ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 存取 SAP HANA 伺服器的密碼。 秘密基地
伺服器 SAP HANA 伺服器的主機名。 Type:string (或 expression with resultType string) 。 任何
使用者名稱 存取 SAP HANA 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SapOdpLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'SapOdp' (必要)
類型屬性 SAP ODP 連結服務類型特有的屬性。 SapOdpLinkedServiceTypeProperties (必要)

SapOdpLinkedServiceType屬性

名稱 說明 價值觀
用戶端ID 數據表所在 SAP 系統上用戶端的用戶端識別碼。 (通常以字串表示的三位數十進位數)Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
語言 數據表所在的 SAP 系統語言。 預設值為 EN。 Type:string (或 expression with resultType string) 。 任何
登錄組 SAP 系統的登入群組。 Type:string (或 expression with resultType string) 。 任何
消息伺服器 SAP 訊息伺服器的主機名。 Type:string (或 expression with resultType string) 。 任何
messageServerService 訊息伺服器的服務名稱或埠號碼。 Type:string (或 expression with resultType string) 。 任何
密碼 存取資料表所在 SAP 伺服器的密碼。 秘密基地
伺服器 數據表所在 SAP 實例的主機名。 Type:string (或 expression with resultType string) 。 任何
sncLibraryPath 外部安全性產品的連結庫,可存取數據表所在的 SAP 伺服器。 Type:string (或 expression with resultType string) 。 任何
sncMode SNC 啟用旗標 (Boolean) 以存取資料表所在的 SAP 伺服器。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
sncMyName 啟動器的SNC名稱,用來存取數據表所在的 SAP 伺服器。 Type:string (或 expression with resultType string) 。 任何
snc合作夥伴名稱 通訊夥伴的SNC名稱,以存取數據表所在的 SAP 伺服器。 Type:string (或 expression with resultType string) 。 任何
sncQop SNC 保護品質。 允許的值包括:1、2、3、8、9。 Type:string (或 expression with resultType string) 。 任何
訂閱者名稱 訂閱者名稱。 Type:string (或 expression with resultType string) 。 任何
系統Id 數據表所在 SAP 系統的 SystemID。 Type:string (或 expression with resultType string) 。 任何
系統編號 數據表所在的 SAP 系統系統編號。 (通常是以字串表示的兩位數十進位數。Type:string (或 expression with resultType string) 。 任何
使用者名稱 存取資料表所在 SAP 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 任何
x509證書路徑 SNC X509 憑證檔案路徑。 Type:string (或 expression with resultType string) 。 任何

SapOpenHubLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'SapOpenHub' (必要)
類型屬性 SAP Business Warehouse Open Hub 目的地鏈接服務類型的特定屬性。 SapOpenHubLinkedServiceTypeProperties (必要)

SapOpenHubLinkedServiceType屬性

名稱 說明 價值觀
用戶端ID 開啟中樞目的地所在 BW 系統上用戶端的用戶端識別碼。 (通常以字串表示的三位數十進位數)Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
語言 開啟中樞目的地所在 BW 系統的語言。 預設值為 EN。 Type:string (或 expression with resultType string) 。 任何
登錄組 SAP 系統的登入群組。 Type:string (或 expression with resultType string) 。 任何
消息伺服器 SAP 訊息伺服器的主機名。 Type:string (或 expression with resultType string) 。 任何
messageServerService 訊息伺服器的服務名稱或埠號碼。 Type:string (或 expression with resultType string) 。 任何
密碼 存取開啟中樞目的地所在SAP BW 伺服器的密碼。 秘密基地
伺服器 開啟中樞目的地所在 SAP BW 實例的主機名。 Type:string (或 expression with resultType string) 。 任何
系統Id 數據表所在 SAP 系統的 SystemID。 Type:string (或 expression with resultType string) 。 任何
系統編號 開啟中樞目的地所在 BW 系統的系統編號。 (通常是以字串表示的兩位數十進位數。Type:string (或 expression with resultType string) 。 任何
使用者名稱 存取開啟中樞目的地所在SAP BW 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SapTableLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'SapTable' (必要)
類型屬性 這個連結服務類型特有的屬性。 SapTableLinkedServiceTypeProperties (必要)

SapTableLinkedServiceTypeProperties

名稱 說明 價值觀
用戶端ID 數據表所在 SAP 系統上用戶端的用戶端識別碼。 (通常以字串表示的三位數十進位數)Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
語言 數據表所在的 SAP 系統語言。 預設值為 EN。 Type:string (或 expression with resultType string) 。 任何
登錄組 SAP 系統的登入群組。 Type:string (或 expression with resultType string) 。 任何
消息伺服器 SAP 訊息伺服器的主機名。 Type:string (或 expression with resultType string) 。 任何
messageServerService 訊息伺服器的服務名稱或埠號碼。 Type:string (或 expression with resultType string) 。 任何
密碼 存取資料表所在 SAP 伺服器的密碼。 秘密基地
伺服器 數據表所在 SAP 實例的主機名。 Type:string (或 expression with resultType string) 。 任何
sncLibraryPath 外部安全性產品的連結庫,可存取數據表所在的 SAP 伺服器。 Type:string (或 expression with resultType string) 。 任何
sncMode SNC 啟用旗標 (Boolean) 以存取資料表所在的 SAP 伺服器。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
sncMyName 啟動器的SNC名稱,用來存取數據表所在的 SAP 伺服器。 Type:string (或 expression with resultType string) 。 任何
snc合作夥伴名稱 通訊夥伴的SNC名稱,以存取數據表所在的 SAP 伺服器。 Type:string (或 expression with resultType string) 。 任何
sncQop SNC 保護品質。 允許的值包括:1、2、3、8、9。 Type:string (或 expression with resultType string) 。 任何
系統Id 數據表所在 SAP 系統的 SystemID。 Type:string (或 expression with resultType string) 。 任何
系統編號 數據表所在的 SAP 系統系統編號。 (通常是以字串表示的兩位數十進位數。Type:string (或 expression with resultType string) 。 任何
使用者名稱 存取資料表所在 SAP 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

ScriptAction (腳本作)

名稱 說明 價值觀
名稱 使用者提供文稿動作的名稱。 字串 (必要)
參數 腳本動作的參數。 字符串
角色 應該執行腳本動作的節點類型。 任何 (必要)
統一資源識別碼 (URI) 腳本動作的 URI。 字串 (必要)

秘密基地

名稱 說明 價值觀
類型 針對 AzureKeyVaultSecretReference 類型,設定為 『AzureKeyVaultSecret』。 設定為 SecureString 類型的 'SecureString'。 “AzureKeyVaultSecret”
'SecureString' (必要)

SecureString(安全字串)

名稱 說明 價值觀
類型 秘密的類型。 'SecureString' (必要)
價值 安全字串的值。 字串 (必要)

ServiceNowLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'ServiceNow' (必要)
類型屬性 ServiceNow 伺服器鏈接服務屬性。 ServiceNowLinkedServiceTypeProperties (必要)

ServiceNowLinkedServiceType属性

名稱 說明 價值觀
驗證類型 要使用的驗證類型。 “基本”
'OAuth2' (必要)
用戶端ID OAuth2 驗證的用戶端標識碼。 任何
用戶端密鑰 OAuth2 驗證的客戶端密碼。 秘密基地
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
端點 ServiceNow 伺服器的端點。 (即 <實例> service-now.com) 任何 (必要)
密碼 對應至基本和 OAuth2 驗證之使用者名稱的密碼。 秘密基地
使用加密端點 指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 任何
使用主機驗證 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 任何
使用同行驗證 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 任何
用戶名 用來連線到 ServiceNow 伺服器以進行基本和 OAuth2 驗證的用戶名稱。 任何

ServiceNowV2LinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'ServiceNowV2' (必要)
類型屬性 ServiceNowV2 伺服器鏈接服務屬性。 ServiceNowV2LinkedServiceTypeProperties (必要)

ServiceNowV2LinkedServiceType屬性

名稱 說明 價值觀
驗證類型 要使用的驗證類型。 “基本”
'OAuth2' (必要)
用戶端ID OAuth2 驗證的用戶端標識碼。 任何
用戶端密鑰 OAuth2 驗證的客戶端密碼。 秘密基地
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
端點 ServiceNowV2 伺服器的端點。 (即 <實例> service-now.com) 任何 (必要)
授權類型 OAuth2 驗證的 GrantType。 預設值為password。 任何
密碼 對應至基本和 OAuth2 驗證之使用者名稱的密碼。 秘密基地
用戶名 用來連線到 ServiceNowV2 伺服器以進行基本和 OAuth2 驗證的用戶名稱。 任何

SftpServerLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'Sftp' (必要)
類型屬性 這個連結服務類型特有的屬性。 SftpServerLinkedServiceTypeProperties (必要)

SftpServerLinkedServiceType屬性

名稱 說明 價值觀
驗證類型 要用來連線到 FTP 伺服器的驗證類型。 “基本”
“多因素”
“SshPublicKey”
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 SFTP 伺服器主機名。 Type:string (或 expression with resultType string) 。 任何 (必要)
hostKeyFingerprint SFTP 伺服器的主機按鍵列印。 當 SkipHostKeyValidation 為 false 時,應該指定 HostKeyFingerprint。 Type:string (或 expression with resultType string) 。 任何
密碼短語 如果 SSH 私鑰已加密,則解密 SSH 私鑰的密碼。 秘密基地
密碼 登入 SFTP 伺服器以進行基本身份驗證的密碼。 秘密基地
連接埠 SFTP 伺服器用來接聽用戶端連線的 TCP 連接埠號碼。 預設值為 22。 類型:integer (或 expression with resultType integer), minimum: 0。 任何
privateKeyContent 針對 SshPublicKey 驗證,Base64 編碼的 SSH 私鑰內容。 針對使用 SshPublicKey 驗證的內部部署複製,應該指定 PrivateKeyPath 或 PrivateKeyContent。 SSH 私密金鑰應該是 OpenSSH 格式。 秘密基地
privateKeyPath SshPublicKey 驗證的 SSH 私鑰檔案路徑。 僅適用於內部部署複本。 針對使用 SshPublicKey 驗證的內部部署複製,應該指定 PrivateKeyPath 或 PrivateKeyContent。 SSH 私密金鑰應該是 OpenSSH 格式。 Type:string (或 expression with resultType string) 。 任何
skipHostKey驗證 如果為 true,請略過 SSH 主機金鑰驗證。 預設值為 False。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
使用者名稱 用來登入SFTP 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SharePointOnlineListLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'SharePointOnlineList' (必要)
類型屬性 SharePoint Online 清單鏈接服務屬性。 SharePointOnlineListLinkedServiceTypeProperties (必要)

SharePointOnlineListLinkedServiceType屬性

名稱 說明 價值觀
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
servicePrincipalCredentialType 服務 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
服務主體內嵌證書 指定在 Azure Active Directory 中註冊之應用程式的base64編碼憑證。 Type:string (或 expression with resultType string) 。 秘密基地
服務主體嵌入式證書密碼 如果您的憑證具有密碼,且您使用的是 AadServicePrincipal 驗證,請指定憑證的密碼。 Type:string (或 expression with resultType string) 。 秘密基地
servicePrincipalId 服務 在 Azure Active Directory 中註冊之應用程式的應用程式(用戶端)標識碼。 請務必將 SharePoint 網站許可權授與此應用程式。 Type:string (或 expression with resultType string) 。 任何 (必要)
servicePrincipalKey 服務 在 Azure Active Directory 中註冊之應用程式的客戶端密碼。 Type:string (或 expression with resultType string) 。 秘密基地
siteUrl 的 SharePoint Online 網站的 URL。 例如: https://contoso.sharepoint.com/sites/siteName 。 Type:string (或 expression with resultType string) 。 任何 (必要)
租戶ID 您的應用程式所在的租戶 ID。 您可以從 Azure 入口網站 Active Directory 概觀頁面找到它。 Type:string (或 expression with resultType string) 。 任何 (必要)

Shopify鏈接服務

名稱 說明 價值觀
類型 連結服務的類型。 'Shopify' (必要)
類型屬性 Shopify Service 鏈接服務屬性。 ShopifyLinkedServiceTypeProperties (必要)

ShopifyLinkedServiceType屬性

名稱 說明 價值觀
accessToken 可用來存取 Shopify 數據的 API 存取令牌。 如果令牌為離線模式,令牌將不會過期。 秘密基地
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 Shopify 伺服器的端點。 (即 mystore.myshopify.com) 任何 (必要)
使用加密端點 指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 任何
使用主機驗證 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 任何
使用同行驗證 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 任何

SmartsheetLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Smartsheet' (必要)
類型屬性 Smartsheet 連結服務屬性。 SmartsheetLinkedServiceTypeProperties (必要)

SmartsheetLinkedServiceType屬性

名稱 說明 價值觀
apiToken Smartsheet 來源的 API 令牌。 SecretBase (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串

SnowflakeLinkedService 服務

名稱 說明 價值觀
類型 連結服務的類型。 “雪花”(必要)
類型屬性 Snowflake 連結服務屬性。 SnowflakeLinkedServiceTypeProperties (必要)

SnowflakeLinkedServiceType屬性

名稱 說明 價值觀
connectionString 連接字串 雪花的連接字串。 類型:string、SecureString。 任何 (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference

SnowflakeLinkedV2ServiceTypeProperties

名稱 說明 價值觀
帳戶識別碼 Snowflake 帳戶的帳戶標識碼,例如 xy12345.east-us-2.azure 任何 (必要)
驗證類型 用於驗證的類型。 類型:字串。 “AADServicePrincipal”
“基本”
'金鑰對'
用戶端ID 在 Azure Active Directory 中註冊以進行 AADServicePrincipal 驗證的應用程式用戶端識別碼。 任何
用戶端密鑰 AADServicePrincipal 驗證客戶端密碼的 Azure 金鑰保存庫秘密參考。 秘密基地
資料庫 Snowflake 資料庫的名稱。 任何 (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 Snowflake 帳戶的主機名。 Type:string (或 expression with resultType string) 。 任何
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 秘密基地
私密金鑰 適用於 KeyPair 驗證之 privateKey 的 Azure 金鑰保存庫秘密參考。 秘密基地
私密鍵口令 (privateKeyPassphrase) 使用加密私鑰進行 KeyPair 驗證的私鑰密碼 Azure 金鑰保存庫秘密參考。 秘密基地
角色 在 Snowflake 會話中使用的預設訪問控制角色。 Type:string (或 expression with resultType string) 。 任何
架構 連接的架構名稱。 Type:string (或 expression with resultType string) 。 任何
範圍 在 Azure Active Directory 中註冊以進行 AADServicePrincipal 驗證的應用程式範圍。 任何
租戶ID 在 Azure Active Directory 中註冊以進行 AADServicePrincipal 驗證的應用程式租用戶標識碼。 任何
使用者 Snowflake 用戶的名稱。 任何
倉儲 Snowflake 倉儲的名稱。 任何 (必要)

SnowflakeV2LinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'SnowflakeV2' (必要)
類型屬性 Snowflake 連結服務屬性。 SnowflakeLinkedV2ServiceTypeProperties (必要)

SparkLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'Spark' (必要)
類型屬性 Spark Server 連結服務屬性。 SparkLinkedServiceTypeProperties (必要)

SparkLinkedServiceType屬性

名稱 說明 價值觀
allowHostNameCNMismatch (允許主機名稱與CN不匹配) 指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 預設值為 false。 任何
允許自簽名伺服器證書 指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 任何
驗證類型 用來存取 Spark 伺服器的驗證方法。 '匿名'
'使用者名'
'使用者名和密碼'
'WindowsAzureHDInsightService' (必要)
啟用伺服器證書驗證 指定與伺服器的連線是否會驗證伺服器證書,預設值為 True。 僅適用於 2.0 版 任何
啟用SSL 指定是否使用 SSL 加密與伺服器的連線。 預設值為 false。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 Spark 伺服器的IP位址或主機名 任何 (必要)
httpPath 對應至 Spark 伺服器的部分 URL。 任何
密碼 對應至您在 [用戶名稱] 字段中提供之使用者名稱的密碼 秘密基地
連接埠 Spark 伺服器用來接聽用戶端連線的 TCP 連接埠。 任何 (必要)
伺服器類型 Spark 伺服器的型別。 'SharkServer'
'鯊魚伺服器 2'
“SparkThriftServer”
thriftTransportProtocol 協定 在 Thrift 層中使用的傳輸通訊協定。 '二進位'
'HTTP '
'SASL'
可信任憑證路徑 .pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 任何
用戶名 您用來存取 Spark Server 的使用者名稱。 任何
使用系統信任憑證庫 (useSystemTrustStore) 指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 預設值為 false。 任何

SqlAlwaysEncryptedProperties

名稱 說明 價值觀
alwaysEncryptedAkvAuthType Sql 一律加密 AKV 驗證類型。 類型:字串。 “ManagedIdentity”
“ServicePrincipal”
'UserAssignedManagedIdentity' (必要)
資格證明 包含驗證資訊的認證參考。 憑證引用
servicePrincipalId 服務 Azure Active Directory 中用於 Azure Key Vault 驗證的應用程式用戶端標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務 用來向 Azure Key Vault 進行驗證的服務主體密鑰。 秘密基地

SqlServerLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'SqlServer' (必要)
類型屬性 SQL Server 連結服務屬性。 SqlServerLinkedServiceTypeProperties (必要)

SqlServerLinkedServiceType屬性

名稱 說明 價值觀
alwaysEncryptedSettings Sql 一律加密的屬性。 SqlAlwaysEncryptedProperties
applicationIntent 應用程式 聯機到建議版本所使用的伺服器時,應用程式工作負載類型。 可能的值為 ReadOnly 和 ReadWrite。 Type:string (或 expression with resultType string) 。 任何
驗證類型 用於驗證的類型。 類型:字串。 'SQL'
“UserAssignedManagedIdentity”
“Windows”
commandTimeout 終止嘗試執行命令並產生錯誤之前的預設等候時間(以秒為單位),由建議的版本使用。 類型:integer (或 expression with resultType integer) 。 任何
connectionString 連接字串 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
connectRetryCount 識別建議版本所使用的閑置連線失敗之後嘗試的重新連線數目。 這必須是介於 0 到 255 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
connectRetryInterval 識別建議版本所使用的閑置連線失敗之後,每個重新連線嘗試之間的時間量(以秒為單位)。 這必須是介於 1 到 60 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
連接超時 在終止嘗試並產生建議版本所使用的錯誤之前,等候伺服器連線的時間長度(以秒為單位)。 類型:integer (或 expression with resultType integer) 。 任何
資格證明 包含驗證資訊的認證參考。 憑證引用
資料庫 建議版本所使用的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何
加密 指出客戶端與伺服器之間傳送的所有數據是否需要 TLS 加密,供建議版本使用。 可能的值為 true/yes/mandatory、false/no/optional 和 strict。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
failover合作夥伴 如果主伺服器關閉,建議版本會使用所要連線之夥伴伺服器的名稱或位址。 Type:string (或 expression with resultType string) 。 任何
憑證中的主機名稱 驗證連線之伺服器證書時要使用的主機名。 若未指定,來自數據源的伺服器名稱會用於建議版本所使用的憑證驗證。 Type:string (或 expression with resultType string) 。 任何
集成安全性 指出是否在連線中指定使用者標識碼和密碼(若為 false),或目前的 Windows 帳戶認證是否用於驗證(若為 true),供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
loadBalanceTimeout (負載均衡超時) 在被建議版本使用之前,聯機生存在聯機集區中的最短時間,以秒為單位。 類型:integer (或 expression with resultType integer) 。 任何
最大池大小 此特定連接字串的連線區中允許的連線數目上限,供建議版本使用。 類型:integer (或 expression with resultType integer) 。 任何
minPoolSize (最小池大小) 建議版本所使用的此特定連接字串,聯機集區中允許的連線數目下限。 類型:integer (或 expression with resultType integer) 。 任何
multipleActiveResultSets (多個活動結果集) 若為 true,應用程式可以維護多個作用中結果集 (MARS)。 若為 false,應用程式必須先處理或取消一個批次的所有結果集,才能在該連線上執行任何其他批次,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
multiSubnetFailover 如果您的應用程式連線到不同子網上的 AlwaysOn 可用性群組 (AG),則設定 MultiSubnetFailover=true 可讓您更快速地偵測並連線到建議版本所使用的作用中伺服器。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
封包大小 網路封包的大小,以位元組為單位,用來與建議版本所使用的伺服器實例通訊。 類型:integer (或 expression with resultType integer) 。 任何
密碼 內部部署 Windows 驗證密碼。 秘密基地
指出每次要求連線時,是否要集區或明確開啟連線,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
伺服器 建議版本所使用的 SQL Server 實例名稱或網路位址。 Type:string (或 expression with resultType string) 。 任何
信任伺服器證書 指出通道是否會在略過憑證鏈結以驗證建議版本所使用的信任時加密。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
使用者名稱 內部部署 Windows 驗證用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SquareLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Square' (必要)
類型屬性 Square Service 鏈接服務屬性。 SquareLinkedServiceTypeProperties (必要)

SquareLinkedServiceType屬性

名稱 說明 價值觀
用戶端ID 與 Square 應用程式相關聯的用戶端標識碼。 任何
用戶端密鑰 與您的 Square 應用程式相關聯的客戶端密碼。 秘密基地
連線屬性 用來連線到 Square 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 Square 實例的 URL。 (即 mystore.mysquare.com) 任何
重定向 Uri 在 Square 應用程式儀錶板中指派的重新導向 URL。 (即 http://localhost:2500) 任何
使用加密端點 指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 任何
使用主機驗證 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 任何
使用同行驗證 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 任何

SybaseLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'Sybase' (必要)
類型屬性 Sybase 鏈接服務屬性。 SybaseLinkedServiceTypeProperties (必要)

SybaseLinkedServiceType屬性

名稱 說明 價值觀
驗證類型 要用於連接的 AuthenticationType。 “基本”
“Windows”
資料庫 連接的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 驗證的密碼。 秘密基地
架構 連接的架構名稱。 Type:string (或 expression with resultType string) 。 任何
伺服器 線上的伺服器名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
用戶名 驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

TeamDeskLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'TeamDesk' (必要)
類型屬性 TeamDesk 連結的服務屬性。 TeamDeskLinkedServiceTypeProperties (必要)

TeamDeskLinkedServiceType屬性

名稱 說明 價值觀
apiToken TeamDesk 來源的 API 令牌。 秘密基地
驗證類型 要使用的驗證類型。 “基本”
'Token' (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 TeamDesk 來源的密碼。 秘密基地
URL 連線 TeamDesk 來源的 URL。 Type:string (或 expression with resultType string) 。 任何 (必要)
使用者名稱 TeamDesk 來源的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

TeradataLinkedService 服務

名稱 說明 價值觀
類型 連結服務的類型。 'Teradata' (必要)
類型屬性 Teradata 鏈接服務屬性。 TeradataLinkedServiceTypeProperties (必要)

TeradataLinkedServiceType屬性

名稱 說明 價值觀
驗證類型 要用於連接的 AuthenticationType。 “基本”
“Windows”
字元集 要用於連接的字元集。 Type:string (或 expression with resultType string) 。 僅適用於 2.0 版。 任何
connectionString 連接字串 Teradata ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 僅適用於 1.0 版。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
HTTPs埠號 透過 HTTPS/TLS 連線連接到伺服器的埠號碼。 類型:integer (或 expression with resultType integer) 。 僅適用於 2.0 版。 任何
maxRespSize SQL 要求的回應緩衝區大小上限,以位元組為單位。 類型:整數。 僅適用於 2.0 版。 任何
密碼 驗證的密碼。 秘密基地
埠號 透過非 HTTPS/TLS 連線連接到伺服器時的埠號碼。 類型:integer (或 expression with resultType integer) 。 僅適用於 V2。 僅適用於 2.0 版。 任何
伺服器 線上的伺服器名稱。 Type:string (或 expression with resultType string) 。 任何
SSL 模式 (sslMode) 線上的 SSL 模式。 有效值包括:“Disable”、“Allow”、“Prefer”、“Require”、“Verify-CA”、“Verify-Full”。 默認值為 “Verify-Full”。 Type:string (或 expression with resultType string) 。 僅適用於 2.0 版。 任何
useDataEncryption 指定是否要加密與 Teradata 資料庫的所有通訊。 允許的值為 0 或 1。 HTTPS/TLS 連線將會忽略此設定。 類型:integer (或 expression with resultType integer) 。 僅適用於 2.0 版。 任何
用戶名 驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

TwilioLinkedService 服務

名稱 說明 價值觀
類型 連結服務的類型。 'Twilio' (必要)
類型屬性 Twilio 連結服務屬性。 TwilioLinkedServiceTypeProperties (必要)

TwilioLinkedServiceType屬性

名稱 說明 價值觀
密碼 Twilio 服務的驗證令牌。 SecretBase (必要)
使用者名稱 Twilio 服務的帳戶 SID。 Type:string (或 expression with resultType string) 。 任何 (必要)

VerticaLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Vertica' (必要)
類型屬性 Vertica 連結服務屬性。 VerticaLinkedServiceTypeProperties (必要)

VerticaLinkedServiceType屬性

名稱 說明 價值觀
connectionString 連接字串 ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
資料庫 連接的資料庫名稱。 類型:字串。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
連接埠 連接的埠。 類型:整數。 任何
pwd 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
伺服器 線上的伺服器名稱。 類型:字串。 任何
uid (用戶識別碼) 驗證的用戶名稱。 類型:字串。 任何

倉庫連結服務

名稱 說明 價值觀
類型 連結服務的類型。 'Warehouse' (必要)
類型屬性 Microsoft網狀架構倉儲連結服務屬性。 WarehouseLinkedServiceTypeProperties (必要)

WarehouseLinkedServiceType屬性

名稱 說明 價值觀
artifactId (工件識別碼) Microsoft網狀架構倉儲成品的標識碼。 Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
端點 網狀架構倉儲伺服器的端點Microsoft。 Type:string (或 expression with resultType string) 。 任何 (必要)
servicePrincipalCredential 的 Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 秘密基地
servicePrincipalCredentialType 服務 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 服務 用來針對Microsoft網狀架構倉儲進行驗證的應用程式標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務 用來針對 Microsoft 網狀架構倉儲進行驗證的應用程式金鑰。 秘密基地
租戶 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何
工作區ID Microsoft Fabric 工作區的標識碼。 Type:string (或 expression with resultType string) 。 任何

WebAnonymous身份驗證

名稱 說明 價值觀
驗證類型 用來連線至 Web 資料表來源的驗證類型。 'Anonymous' (必要)

WebBasic身份驗證

名稱 說明 價值觀
驗證類型 用來連線至 Web 資料表來源的驗證類型。 'Basic' (必要)
密碼 基本身份驗證的密碼。 SecretBase (必要)
用戶名 基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

WebClientCertificate身份驗證

名稱 說明 價值觀
驗證類型 用來連線至 Web 資料表來源的驗證類型。 'ClientCertificate' (必要)
密碼 PFX 檔案的密碼。 SecretBase (必要)
PFX PFX 檔案的Base64編碼內容。 SecretBase (必要)

WebLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Web' (必要)
類型屬性 Web 連結服務屬性。 WebLinkedServiceTypeProperties (必要)

WebLinkedServiceType屬性

名稱 說明 價值觀
驗證類型 設定為 WebAnonymousAuthentication 類型的 'Anonymous'。 設定為 WebBasicAuthentication 類型的 『Basic』。 針對 WebClientCertificateAuthentication 類型,設定為 『ClientCertificate』。 '匿名'
“基本”
'ClientCertificate' (必要)
URL Web 服務端點的 URL,例如 https://www.microsoft.com 。 Type:string (或 expression with resultType string) 。 任何 (必要)

XeroLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Xero' (必要)
類型屬性 Xero Service 連結服務屬性。 XeroLinkedServiceTypeProperties (必要)

XeroLinkedServiceType屬性

名稱 說明 價值觀
連線屬性 用來連線到 Xero 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 任何
consumerKey 與 Xero 應用程式相關聯的取用者金鑰。 秘密基地
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 Xero 伺服器的端點。 (即 api.xero.com) 任何
私密金鑰 針對 Xero 私人應用程式產生的 .pem 檔案中的私鑰。 您必須包含 .pem 檔案中的所有文字,包括 Unix 行結尾(
).
秘密基地
使用加密端點 指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 任何
使用主機驗證 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 任何
使用同行驗證 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 任何

ZendeskLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Zendesk' (必要)
類型屬性 Zendesk 鏈接服務屬性。 ZendeskLinkedServiceTypeProperties (必要)

ZendeskLinkedServiceType屬性

名稱 說明 價值觀
apiToken Zendesk 來源的 API 令牌。 秘密基地
驗證類型 要使用的驗證類型。 “基本”
'Token' (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 Zendesk 來源的密碼。 秘密基地
URL 用來連接 Zendesk 來源的 URL。 Type:string (或 expression with resultType string) 。 任何 (必要)
使用者名稱 Zendesk 來源的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

ZohoLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Zoho' (必要)
類型屬性 Zoho 伺服器鏈接服務屬性。 ZohoLinkedServiceTypeProperties (必要)

ZohoLinkedServiceType屬性

名稱 說明 價值觀
accessToken Zoho 驗證的存取令牌。 秘密基地
連線屬性 用來連線到 Zoho 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
端點 Zoho 伺服器的端點。 (即 crm.zoho.com/crm/private) 任何
使用加密端點 指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 任何
使用主機驗證 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 任何
使用同行驗證 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 任何

使用範例

Azure 快速入門範例

下列 Azure 快速入門範本 包含用於部署此資源類型的 Bicep 範例。

Bicep 檔案 說明
建立 V2 數據處理站 此範本會建立 V2 資料處理站,將資料從 Azure Blob 記憶體中的資料夾複製到記憶體中的另一個資料夾。
在 Azure 架構上部署體育分析 建立已啟用 ADLS Gen 2 的 Azure 記憶體帳戶、具有記憶體帳戶連結服務的 Azure Data Factory 實例(如果已部署的 Azure SQL Database),以及 Azure Databricks 實例。 部署範本和 ADF 實例受控識別的使用者 AAD 身分識別,將會在記憶體帳戶上授與記憶體 Blob 數據參與者角色。 還有一個選項可用來部署 Azure Key Vault 實例、Azure SQL Database 和 Azure 事件中樞(適用於串流使用案例)。 部署 Azure Key Vault 時,部署範本之使用者的 Data Factory 受控識別和 AAD 身分識別將會獲得 Key Vault 秘密使用者角色。
Azure Data Factory 有更多可能 - 按兩下即可嘗試 Azure Data Factory 此範本會建立數據處理站管線,以將複製活動從 Azure Blob 複製到另一個 Azure Blob

ARM 樣本資源定義

factoryies/linkedservices 資源類型可以使用目標作業來部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.DataFactory/factories/linkedservices 資源,請將下列 JSON 新增至範本。

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

SecretBase 物件

設定 type 屬性以指定物件的類型。

針對 AzureKeyVaultSecret,請使用:

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

針對 SecureString,請使用:

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

LinkedService 物件

設定 type 屬性以指定物件的類型。

針對 AmazonMWS,請使用:

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

針對 AmazonRdsForOracle,請使用:

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

針對 AmazonRdsForSqlServer,請使用:

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

針對 AmazonRedshift,請使用:

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

針對 AmazonS3,請使用:

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

針對 AmazonS3Compatible,請使用:

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

針對 AppFigures,請使用:

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

針對 Asana,請使用:

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

針對 AzureBatch,請使用:

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

針對 AzureBlobFS,請使用:

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

針對 azureBlobStorage,請使用:

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

針對 AzureDataExplorer,請使用:

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

針對 AzureDataLakeAnalytics,請使用:

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

針對 AzureDataLakeStore,請使用:

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

針對 AzureDatabricks,請使用:

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

針對 AzureDatabricksDeltaLake,請使用:

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

針對 AzureFileStorage,請使用:

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

針對 AzureFunction,請使用:

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

針對 AzureKeyVault,請使用:

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

針對 AzureML,請使用:

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

針對 AzureMLService,請使用:

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

針對 AzureMariaDB,請使用:

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

針對 AzureMySql,請使用:

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

針對 AzurePostgreSql,請使用:

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

針對 AzureSearch,請使用:

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

針對 AzureSqlDW,請使用:

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

針對 AzureSqlDatabase,請使用:

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

針對 AzureSqlMI,請使用:

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

針對 AzureStorage,請使用:

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

針對 AzureSynapseArtifacts,請使用:

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

針對 AzureTableStorage,請使用:

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

針對 Cassandra,請使用:

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

針對 CommonDataServiceForApps,請使用:

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

針對 Concur,請使用:

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

針對 CosmosDb,請使用:

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

針對 CosmosDbMongoDbApi,請使用:

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

針對 Couchbase,請使用:

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

針對 CustomDataSource,請使用:

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

針對 Dataworld,請使用:

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

針對 Db2,請使用:

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

針對 Drill,請使用:

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

針對 Dynamics,請使用:

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

針對 DynamicsAX,請使用:

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

針對 DynamicsCrm,請使用:

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

針對 Eloqua,請使用:

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

針對 FileServer,請使用:

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

針對 FtpServer,請使用:

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

針對 GoogleAdWords,請使用:

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

針對 GoogleBigQuery,請使用:

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

針對 GoogleBigQueryV2,請使用:

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

針對 GoogleCloudStorage,請使用:

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

針對 GoogleSheets,請使用:

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

針對 Greenplum,請使用:

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

針對 HBase,請使用:

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

針對 HDInsight,請使用:

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

針對 HDInsightOnDemand,請使用:

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

針對 Hdfs,請使用:

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

針對 Hive,請使用:

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

針對 HttpServer,請使用:

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

針對 Hubspot,請使用:

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

針對 Impala,請使用:

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

針對 Informix,請使用:

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

針對 Jira,請使用:

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

針對 Lakehouse,請使用:

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

針對 Magento,請使用:

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

針對 MariaDB,請使用:

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

針對 Marketo,請使用:

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

針對 MicrosoftAccess,請使用:

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

針對 MongoDb,請使用:

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

針對 MongoDbAtlas,請使用:

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

針對 MongoDbV2,請使用:

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

針對 MySql,請使用:

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

針對 Netezza,請使用:

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

針對 OData,請使用:

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

針對 Odbc,請使用:

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

針對 Office365,請使用:

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

針對 Oracle,請使用:

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

針對 OracleCloudStorage,請使用:

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

針對 OracleServiceCloud,請使用:

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

針對 PayPal,請使用:

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

針對 Phoenix,請使用:

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

針對 PostgreSql,請使用:

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

針對 PostgreSqlV2,請使用:

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

針對 Presto,請使用:

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

針對 QuickBooks,請使用:

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

針對 Quickbase,請使用:

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

針對 Responsys,請使用:

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

針對 RestService,請使用:

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

針對 Salesforce,請使用:

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

針對 SalesforceMarketingCloud,請使用:

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

針對 SalesforceServiceCloud,請使用:

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

針對 SalesforceServiceCloudV2,請使用:

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

針對 SalesforceV2,請使用:

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

針對 SapBW,請使用:

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

針對 SapCloudForCustomer,請使用:

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

針對 SapEcc,請使用:

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

針對 SapHana,請使用:

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

針對 SapOdp,請使用:

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

針對 SapOpenHub,請使用:

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

針對 SapTable,請使用:

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

針對 ServiceNow,請使用:

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

針對 ServiceNowV2,請使用:

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

針對 Sftp,請使用:

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

針對 SharePointOnlineList,請使用:

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

針對 Shopify,請使用:

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

針對 Smartsheet,請使用:

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

針對 Snowflake,請使用:

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

針對 SnowflakeV2,請使用:

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

針對 Spark,請使用:

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

針對 SqlServer,請使用:

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

針對 Square,請使用:

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

針對 Sybase,請使用:

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

針對 TeamDesk,請使用:

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

針對 Teradata,請使用:

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

針對 Twilio,請使用:

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

針對 Vertica,請使用:

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

針對 倉儲,請使用:

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

針對 Web,請使用:

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

針對 Xero,請使用:

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

針對 Zendesk,請使用:

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

針對 Zoho,請使用:

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

WebLinkedServiceTypeProperties 物件

設定 authenticationType 屬性以指定對象的類型。

針對 匿名,請使用:

{
  "authenticationType": "Anonymous"
}

針對 [基本],請使用:

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

針對 ClientCertificate,請使用:

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

屬性值

Microsoft.DataFactory/factories/linkedservices

名稱 說明 價值觀
apiVersion API 版本 '2018-06-01'
名稱 資源名稱 字串

約束:
最小長度 = 1
最大長度 = 260
模式 = ^[A-Za-z0-9_][^<>*#.%&:\\+?/]*$ (必要)
屬性 連結服務的屬性。 LinkedService (必要)
類型 資源類型 “Microsoft.DataFactory/factories/linkedservices”

亞馬遜MWSLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 “AmazonMWS” (必要)
類型屬性 Amazon Marketplace Web Service 鏈接服務屬性。 AmazonMWSLinkedServiceTypeProperties (必要)

AmazonMWSLinkedServiceTypeProperties

名稱 說明 價值觀
accessKeyId 用來存取資料的存取金鑰標識碼。 任何 (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
端點 AmazonMWS 伺服器的端點(亦即 mws.amazonservices.com) 任何 (必要)
marketplaceID 您想要從中擷取數據的 Amazon Marketplace 識別碼。 若要從多個 Marketplace 識別符擷取數據,請以逗號 (,, ) 分隔它們。 (即A2EUQ1WTGCTBG2) 任何 (必要)
mwsAuthToken 代幣 AmazonMWS 驗證令牌。 秘密基地
secretKey 金鑰 用來存取資料的秘密金鑰。 秘密基地
賣家ID Amazon 賣方標識符。 任何 (必要)
使用加密端點 指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 任何
使用主機驗證 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 任何
使用同行驗證 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 任何

AmazonRdsForLinkedServiceType屬性

名稱 說明 價值觀
驗證類型 聯機到 AmazonRdsForOracle 資料庫的驗證類型。 僅適用於 2.0 版。 “基本”
connectionString 連接字串 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 僅適用於 1.0 版。 任何
cryptoChecksumClient 指定當此客戶端連線到伺服器時所需的數據完整性行為。 支援的值會接受、拒絕、要求或必要,預設值為必要。 類型:字串。 僅適用於 2.0 版。 任何
cryptoChecksumTypes用戶端 指定用戶端可以使用的加密總和檢查碼演算法。 支援的值為SHA1、SHA256、SHA384、SHA512、預設值為 (SHA512)。 類型:字串。 僅適用於 2.0 版。 任何
啟用批量加載 指定在將數據載入資料庫時,是否要使用大量複製或批次插入,預設值為 true。 類型:布爾值。 僅適用於 2.0 版。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
加密客戶端 指定加密客戶端行為。 支援的值會接受、拒絕、要求或必要,預設值為必要。 類型:字串。 僅適用於 2.0 版。 任何
encryptionTypes用戶端 指定用戶端可以使用的加密演算法。 支援的值為 AES128、AES192、AES256、3DES112、3DES168、預設值為 (AES256)。 類型:字串。 僅適用於 2.0 版。 任何
fetchSize (獲取大小) 指定驅動程式配置來擷取一個資料庫來回數據的位元元組數目,預設值為10485760。 類型:整數。 僅適用於 2.0 版。 任何
fetchTswtzAsTimestamp 指定驅動程式是否會以 DATETime 或字串的形式傳回 TIMESTAMP WITH TIME ZONE 數據類型的數據行值。 如果 supportV1DataTypes 不是 true,則會忽略此設定,預設值為 true。 類型:布爾值。 僅適用於 2.0 版。 任何
初始化字串 指定連接到資料庫以管理工作階段設定之後立即發出的命令。 類型:字串。 僅適用於 2.0 版。 任何
初始 LobFetchSize 指定來源一開始擷取 LOB 資料行的數量,預設值為 0。 類型:整數。 僅適用於 2.0 版。 任何
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 秘密基地
伺服器 您想要連線的 AmazonRdsForOracle 資料庫位置,支援的表單包括連接器描述元、Easy Connect (Plus) 命名和 Oracle Net Services 名稱(僅限自我裝載 IR)。 類型:字串。 僅適用於 2.0 版。 任何
聲明快取大小 (statementCacheSize) 指定要針對每個資料庫連接快取的數據指標或語句數目,預設值為 0。 類型:整數。 僅適用於 2.0 版。 任何
支援V1資料類型 指定是否要使用 1.0 版數據類型對應。 除非您想要保持與 1.0 版數據類型對應的回溯相容性,否則請勿將此設定為 true,預設值為 false。 類型:布爾值。 僅適用於 2.0 版。 任何
用戶名 AmazonRdsForOracle 資料庫用戶名稱。 類型:字串。 僅適用於 2.0 版。 任何

AmazonRdsForOracleLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AmazonRdsForOracle' (必要)
類型屬性 AmazonRdsForOracle 資料庫連結服務屬性。 AmazonRdsForLinkedServiceTypeProperties (必要)

AmazonRdsForSqlServerLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AmazonRdsForSqlServer' (必要)
類型屬性 適用於 SQL Server 連結服務屬性的 Amazon RDS。 AmazonRdsForSqlServerLinkedServiceTypeProperties (必要)

AmazonRdsForSqlServerLinkedServiceType屬性

名稱 說明 價值觀
alwaysEncryptedSettings Sql 一律加密的屬性。 SqlAlwaysEncryptedProperties
applicationIntent 應用程式 聯機到建議版本所使用的伺服器時,應用程式工作負載類型。 可能的值為 ReadOnly 和 ReadWrite。 Type:string (或 expression with resultType string) 。 任何
驗證類型 用於驗證的類型。 類型:字串。 'SQL'
“Windows”
commandTimeout 終止嘗試執行命令並產生錯誤之前的預設等候時間(以秒為單位),由建議的版本使用。 類型:integer (或 expression with resultType integer) 。 任何
connectionString 連接字串 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
connectRetryCount 識別建議版本所使用的閑置連線失敗之後嘗試的重新連線數目。 這必須是介於 0 到 255 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
connectRetryInterval 識別建議版本所使用的閑置連線失敗之後,每個重新連線嘗試之間的時間量(以秒為單位)。 這必須是介於 1 到 60 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
連接超時 在終止嘗試並產生建議版本所使用的錯誤之前,等候伺服器連線的時間長度(以秒為單位)。 類型:integer (或 expression with resultType integer) 。 任何
資料庫 建議版本所使用的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何
加密 指出客戶端與伺服器之間傳送的所有數據是否需要 TLS 加密,供建議版本使用。 可能的值為 true/yes/mandatory、false/no/optional 和 strict。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
failover合作夥伴 如果主伺服器關閉,建議版本會使用所要連線之夥伴伺服器的名稱或位址。 Type:string (或 expression with resultType string) 。 任何
憑證中的主機名稱 驗證連線之伺服器證書時要使用的主機名。 若未指定,來自數據源的伺服器名稱會用於建議版本所使用的憑證驗證。 Type:string (或 expression with resultType string) 。 任何
集成安全性 指出是否在連線中指定使用者標識碼和密碼(若為 false),或目前的 Windows 帳戶認證是否用於驗證(若為 true),供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
loadBalanceTimeout (負載均衡超時) 在被建議版本使用之前,聯機生存在聯機集區中的最短時間,以秒為單位。 類型:integer (或 expression with resultType integer) 。 任何
最大池大小 此特定連接字串的連線區中允許的連線數目上限,供建議版本使用。 類型:integer (或 expression with resultType integer) 。 任何
minPoolSize (最小池大小) 建議版本所使用的此特定連接字串,聯機集區中允許的連線數目下限。 類型:integer (或 expression with resultType integer) 。 任何
multipleActiveResultSets (多個活動結果集) 若為 true,應用程式可以維護多個作用中結果集 (MARS)。 若為 false,應用程式必須先處理或取消一個批次的所有結果集,才能在該連線上執行任何其他批次,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
multiSubnetFailover 如果您的應用程式連線到不同子網上的 AlwaysOn 可用性群組 (AG),則設定 MultiSubnetFailover=true 可讓您更快速地偵測並連線到建議版本所使用的作用中伺服器。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
封包大小 網路封包的大小,以位元組為單位,用來與建議版本所使用的伺服器實例通訊。 類型:integer (或 expression with resultType integer) 。 任何
密碼 內部部署 Windows 驗證密碼。 秘密基地
指出每次要求連線時,是否要集區或明確開啟連線,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
伺服器 建議版本所使用的 SQL Server 實例名稱或網路位址。 Type:string (或 expression with resultType string) 。 任何
信任伺服器證書 指出通道是否會在略過憑證鏈結以驗證建議版本所使用的信任時加密。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
使用者名稱 內部部署 Windows 驗證用戶名稱。 Type:string (或 expression with resultType string) 。 任何

亞馬遜紅shift鏈接服務

名稱 說明 價值觀
類型 連結服務的類型。 'AmazonRedshift' (必要)
類型屬性 Amazon Redshift 鏈接服務屬性。 AmazonRedshiftLinkedServiceTypeProperties (必要)

AmazonRedshiftLinkedServiceType屬性

名稱 說明 價值觀
資料庫 Amazon Redshift 來源的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 Amazon Redshift 來源的密碼。 秘密基地
連接埠 Amazon Redshift 伺服器用來接聽用戶端連線的 TCP 連接埠號碼。 預設值為5439。 類型:integer (或 expression with resultType integer) 。 任何
伺服器 Amazon Redshift 伺服器的名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
用戶名 Amazon Redshift 來源的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

AmazonS3CompatibleLinkedService 服務

名稱 說明 價值觀
類型 連結服務的類型。 'AmazonS3Compatible' (必要)
類型屬性 Amazon S3 相容連結服務屬性。 AmazonS3CompatibleLinkedServiceTypeProperties (必要)

AmazonS3CompatibleLinkedServiceType屬性

名稱 說明 價值觀
accessKeyId Amazon S3 相容身分識別和存取管理 (IAM) 使用者的存取密鑰標識碼。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
forcePathStyle 如果為 true,請使用 S3 路徑樣式存取,而不是虛擬託管樣式存取。 預設值為 False。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
secretAccessKey Amazon S3 相容身分識別和存取管理 (IAM) 使用者的秘密存取密鑰。 秘密基地
服務網址 (serviceUrl) 這個值會指定要使用 Amazon S3 相容連接器存取的端點。 這是選擇性屬性;只有在您想要嘗試不同的服務端點或想要在 HTTPs 和 HTTP 之間切換時,才變更它。 Type:string (或 expression with resultType string) 。 任何

AmazonS3Linked服務

名稱 說明 價值觀
類型 連結服務的類型。 'AmazonS3' (必要)
類型屬性 Amazon S3 連結服務屬性。 AmazonS3LinkedServiceTypeProperties (必要)

AmazonS3LinkedServiceType屬性

名稱 說明 價值觀
accessKeyId Amazon S3 身分識別與存取管理 (IAM) 使用者的存取密鑰標識碼。 Type:string (或 expression with resultType string) 。 任何
驗證類型 S3 的驗證類型。 允許的值:AccessKey(預設值)或 TemporarySecurityCredentials。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
secretAccessKey Amazon S3 身分識別與存取管理 (IAM) 使用者的秘密存取密鑰。 秘密基地
服務網址 (serviceUrl) 這個值會指定要使用 S3 連接器存取的端點。 這是選擇性屬性;只有在您想要嘗試不同的服務端點或想要在 HTTPs 和 HTTP 之間切換時,才變更它。 Type:string (或 expression with resultType string) 。 任何
會話令牌 S3 暫存安全性認證的會話令牌。 秘密基地

AppFiguresLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AppFigures' (必要)
類型屬性 AppFigures 連結服務屬性。 AppFiguresLinkedServiceTypeProperties (必要)

AppFiguresLinkedServiceType屬性

名稱 說明 價值觀
clientKey AppFigures 來源的用戶端金鑰。 SecretBase (必要)
密碼 AppFigures 來源的密碼。 SecretBase (必要)
使用者名稱 Appfigures 來源的用戶名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

AsanaLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Asana' (必要)
類型屬性 Asana 連結服務屬性。 AsanaLinkedServiceTypeProperties (必要)

AsanaLinkedServiceType屬性

名稱 說明 價值觀
apiToken Asana 來源的 API 令牌。 SecretBase (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串

AzureBatchLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureBatch' (必要)
類型屬性 Azure Batch 鏈接服務屬性。 AzureBatchLinkedServiceTypeProperties (必要)

AzureBatchLinkedServiceType屬性

名稱 說明 價值觀
accessKey Azure Batch 帳戶存取金鑰。 秘密基地
帳戶名稱 Azure Batch 帳戶名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
batchUri 的 Azure Batch URI。 Type:string (或 expression with resultType string) 。 任何 (必要)
資格證明 包含驗證資訊的認證參考。 憑證引用
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
連結服務名稱 Azure 記憶體連結服務參考。 LinkedServiceReference (必要)
礦池名稱 Azure Batch 集區名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

AzureBlobFSLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureBlobFS' (必要)
類型屬性 Azure Data Lake Storage Gen2 鏈接的服務屬性。 AzureBlobFSLinkedServiceTypeProperties (必要)

AzureBlobFSLinkedServiceTypeProperties

名稱 說明 價值觀
accountKey 帳戶密鑰 Azure Data Lake Storage Gen2 服務的帳戶密鑰。 Type:string (或 expression with resultType string) 。 任何
Azure 雲端類型 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
資格證明 包含驗證資訊的認證參考。 憑證引用
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
sasToken 代幣 sasToken 在 sas uri 中的 Azure 金鑰保存庫秘密參考。 秘密基地
sasUri Azure Data Lake Storage Gen2 服務的 SAS URI。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
servicePrincipalCredential 的 Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 秘密基地
servicePrincipalCredentialType 服務 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 服務 用來針對 Azure Data Lake Storage Gen2 帳戶進行驗證的應用程式識別碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務 用來針對 Azure Data Lake Storage Gen2 帳戶進行驗證的應用程式密鑰。 秘密基地
租戶 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何
URL Azure Data Lake Storage Gen2 服務的端點。 Type:string (或 expression with resultType string) 。 任何

AzureBlobStorageLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureBlobStorage' (必要)
類型屬性 Azure Blob 記憶體連結服務屬性。 AzureBlobStorageLinkedServiceTypeProperties (必要)

AzureBlobStorageLinkedServiceType屬性

名稱 說明 價值觀
accountKey 帳戶密鑰 連接字串中 accountKey 的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
accountKind 的 指定記憶體帳戶的類型。 允許的值為:記憶體(一般用途 v1)、StorageV2(一般用途 v2)、BlobStorage 或 BlockBlobStorage。 Type:string (或 expression with resultType string) 。 任何
驗證類型 用於驗證的類型。 類型:字串。 'AccountKey'
'匿名'
“Msi”
'SasUri'
“ServicePrincipal”
Azure 雲端類型 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
connectionString 連接字串 連接字串。 它與 sasUri、serviceEndpoint 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
containerUri 的 Azure Blob 記憶體資源的容器 URI 僅支援匿名存取。 Type:string (或 expression with resultType string) 。 任何
資格證明 包含驗證資訊的認證參考。 憑證引用
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
sasToken 代幣 sasToken 在 sas uri 中的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
sasUri Azure Blob 記憶體資源的 SAS URI。 它與 connectionString、serviceEndpoint 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
serviceEndpoint Azure Blob 記憶體資源的 Blob 服務端點。 它與 connectionString、sasUri 屬性互斥。 任何
servicePrincipalId 服務 用來向 Azure SQL 數據倉儲進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務 用來對 Azure SQL 數據倉儲進行驗證的服務主體密鑰。 秘密基地
租戶 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何

AzureDatabricksDeltaLakeLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureDatabricksDeltaLake' (必要)
類型屬性 Azure Databricks Delta Lake 鏈接服務屬性。 AzureDatabricksDetltaLakeLinkedServiceTypeProperties (必要)

AzureDatabricksDetltaLakeLinkedServiceTypeProperties

名稱 說明 價值觀
accessToken databricks REST API 的存取令牌。 請參閱 https://docs.azuredatabricks.net/api/latest/authentication.html。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 秘密基地
clusterId 將用於此作業所有執行的現有互動式叢集標識碼。 Type:string (或 expression with resultType string) 。 任何
資格證明 包含驗證資訊的認證參考。 憑證引用
網域 <REGION.azuredatabricks.net,Databricks> 部署的域名。 Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
工作區資源ID databricks REST API 的工作區資源標識符。 Type:string (或 expression with resultType string) 。 任何

AzureDatabricksLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureDatabricks' (必要)
類型屬性 Azure Databricks 鏈接服務屬性。 AzureDatabricksLinkedServiceTypeProperties (必要)

AzureDatabricksLinkedServiceType屬性

名稱 說明 價值觀
accessToken databricks REST API 的存取令牌。 請參閱 https://docs.azuredatabricks.net/api/latest/authentication.html。 Type:string (或 expression with resultType string) 。 秘密基地
認證 如果針對 databricks REST API 使用工作區資源標識碼,則需要指定 MSI。 Type:string (或 expression with resultType string) 。 任何
資格證明 包含驗證資訊的認證參考。 憑證引用
dataSecurityMode Databricks 叢集的數據安全性模式。 Type:string (或 expression with resultType string) 。 任何
網域 <REGION.azuredatabricks.net,Databricks> 部署的域名。 Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
existingClusterId 將用於此活動之所有執行的現有互動式叢集標識碼。 Type:string (或 expression with resultType string) 。 任何
實例池 ID 將用於此活動之所有執行的現有實例集區的標識碼。 Type:string (或 expression with resultType string) 。 任何
newClusterCustomTags 叢集資源的附加標籤。 實例集區組態中會忽略這個屬性。 AzureDatabricksLinkedServiceTypePropertiesNewClusterCustomTags
newClusterDriverNodeType 新作業叢集的驅動程序節點類型。 實例集區組態中會忽略這個屬性。 Type:string (或 expression with resultType string) 。 任何
newClusterEnableElasticDisk 在新叢集上啟用彈性磁碟。 現在會忽略此屬性,並在 Databricks 中採用預設的彈性磁碟行為(一律啟用彈性磁碟)。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
newClusterInitScripts 腳本 新叢集的使用者定義初始化腳本。 類型:字串陣列(或 Expression 搭配 resultType 字串陣列)。 任何
newClusterLogDestination 新集群日誌目標 指定要傳遞 Spark 驅動程式、背景工作和事件記錄檔的位置。 Type:string (或 expression with resultType string) 。 任何
newClusterNodeType 新作業叢集的節點類型。 如果指定 newClusterVersion 且未指定 instancePoolId,則需要此屬性。 如果指定 instancePoolId,則會忽略這個屬性。 Type:string (或 expression with resultType string) 。 任何
newClusterNumOfWorker 如果未使用現有的互動式叢集,這會指定要用於新作業叢集或實例集區的背景工作節點數目。 對於新的作業叢集,這是字串格式的 Int32,例如 '1' 表示 numOfWorker 為 1 或 '1:10' 表示從 1(最小值)自動調整為 10(最大值)。 例如集區,這是字串格式的 Int32,而且只能指定固定數目的背景工作節點,例如 『2』。 如果指定 newClusterVersion,則為必要專案。 Type:string (或 expression with resultType string) 。 任何
新集群 SparkConf 一組選擇性、使用者指定的Spark組態索引鍵/值組。 AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkConf
newClusterSparkEnvVars 一組選擇性、使用者指定的Spark環境變數機碼/值組。 AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkEnvVars
newClusterVersion 如果未使用現有的互動式叢集,這會指定針對每個活動執行所建立之新作業叢集或實例集區節點的Spark版本。 如果指定 instancePoolId,則為必要專案。 Type:string (或 expression with resultType string) 。 任何
政策識別碼 限制根據使用者定義規則集設定叢集的能力的原則標識碼。 Type:string (或 expression with resultType string) 。 任何
工作區資源ID databricks REST API 的工作區資源標識符。 Type:string (或 expression with resultType string) 。 任何

AzureDatabricksLinkedServiceTypePropertiesNewClusterCustomTags

名稱 說明 價值觀

AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkConf

名稱 說明 價值觀

AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkEnvVars

名稱 說明 價值觀

AzureDataExplorerLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureDataExplorer' (必要)
類型屬性 Azure 資料總管 (Kusto) 連結服務屬性。 AzureDataExplorerLinkedServiceTypeProperties (必要)

AzureDataExplorerLinkedServiceTypeProperties

名稱 說明 價值觀
資格證明 包含驗證資訊的認證參考。 憑證引用
資料庫 連接的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
端點 Azure 數據總管的端點(引擎的端點)。 URL 的格式為 https://< clusterName>。<regionName.kusto.windows.net>。 類型:string (或 expression with resultType string) 任何 (必要)
servicePrincipalId 服務 用來向 Azure 數據總管進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務 用來對 Kusto 進行驗證的服務主體金鑰。 秘密基地
租戶 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何

AzureDataLakeAnalyticsLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureDataLakeAnalytics' (必要)
類型屬性 Azure Data Lake Analytics 鏈接服務屬性。 AzureDataLakeAnalyticsLinkedServiceTypeProperties (必要)

AzureDataLakeAnalyticsLinkedServiceType屬性

名稱 說明 價值觀
帳戶名稱 Azure Data Lake Analytics 帳戶名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
dataLakeAnalyticsUri Azure Data Lake Analytics URI 類型:字串(或具有 resultType 字串的運算式)。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
資源群組名稱 Data Lake Analytics 帳戶資源組名(如果與 Data Factory 帳戶不同)。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 服務 用來針對 Azure Data Lake Analytics 帳戶進行驗證的應用程式識別碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務 用來對 Azure Data Lake Analytics 帳戶進行驗證的應用程式密鑰。 秘密基地
subscriptionId (訂閱ID) Data Lake Analytics 帳戶訂用帳戶標識碼(如果與 Data Factory 帳戶不同)。 Type:string (或 expression with resultType string) 。 任何
租戶 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何 (必要)

AzureDataLakeStoreLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureDataLakeStore' (必要)
類型屬性 Azure Data Lake Store 連結服務屬性。 AzureDataLakeStoreLinkedServiceTypeProperties (必要)

AzureDataLakeStoreLinkedServiceTypeProperties

名稱 說明 價值觀
帳戶名稱 Data Lake Store 帳戶名稱。 Type:string (或 expression with resultType string) 。 任何
Azure 雲端類型 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
資格證明 包含驗證資訊的認證參考。 憑證引用
dataLakeStoreUri Data Lake Store 服務 URI。 Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
資源群組名稱 Data Lake Store 帳戶資源組名(如果與 Data Factory 帳戶不同)。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 服務 用來針對 Azure Data Lake Store 帳戶進行驗證的應用程式識別碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務 用來針對 Azure Data Lake Store 帳戶進行驗證的應用程式密鑰。 秘密基地
subscriptionId (訂閱ID) Data Lake Store 帳戶訂用帳戶標識碼(如果與 Data Factory 帳戶不同)。 Type:string (或 expression with resultType string) 。 任何
租戶 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何

AzureFileStorageLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureFileStorage' (必要)
類型屬性 Azure 檔案記憶體連結服務屬性。 AzureFileStorageLinkedServiceTypeProperties (必要)

AzureFileStorageLinkedServiceType屬性

名稱 說明 價值觀
accountKey 帳戶密鑰 連接字串中 accountKey 的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
connectionString 連接字串 連接字串。 它與 sasUri 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
資格證明 包含驗證資訊的認證參考。 憑證引用
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
檔共用 Azure 檔案共享名稱。 使用 accountKey/sasToken 進行驗證時,這是必要專案。 Type:string (或 expression with resultType string) 。 任何
主機 伺服器的主機名。 Type:string (或 expression with resultType string) 。 任何
密碼 登入伺服器的密碼。 秘密基地
sasToken 代幣 sasToken 在 sas uri 中的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
sasUri Azure 檔案資源的 SAS URI。 它與 connectionString 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
serviceEndpoint Azure 檔案記憶體資源的檔案服務端點。 它與 connectionString、sasUri 屬性互斥。 任何
快照 Azure 檔案共用快照集版本。 Type:string (或 expression with resultType string) 。 任何
使用者ID 登入伺服器的使用者識別碼。 Type:string (或 expression with resultType string) 。 任何

AzureFunctionLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureFunction' (必要)
類型屬性 Azure 函式連結服務屬性。 AzureFunctionLinkedServiceTypeProperties (必要)

AzureFunctionLinkedServiceType屬性

名稱 說明 價值觀
認證 用來連線到 AzureFunction 的驗證類型(指定 MSI 的必要專案)。 Type:string (或 expression with resultType string) 。 任何
資格證明 包含驗證資訊的認證參考。 憑證引用
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
functionAppUrl 的 Azure 函式應用程式的端點。 URL 的格式為 https://< accountName.azurewebsites.net>。 Type:string (或 expression with resultType string) 。 任何 (必要)
functionKey 函數鍵 Azure 函式應用程式的函式或主機密鑰。 秘密基地
資源ID Azure 函式允許的令牌物件。 Type:string (或 expression with resultType string) 。 任何

AzureKeyVaultLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureKeyVault' (必要)
類型屬性 Azure Key Vault 連結服務屬性。 AzureKeyVaultLinkedServiceTypeProperties (必要)

AzureKeyVaultLinkedServiceType屬性

名稱 說明 價值觀
baseUrl 的 Azure Key Vault 的基底 URL。 例如 https://myakv.vault.azure.net Type:string (或 expression with resultType string)。 任何 (必要)
資格證明 包含驗證資訊的認證參考。 憑證引用

AzureKeyVaultSecretReference

名稱 說明 價值觀
秘密名稱 Azure Key Vault 中的秘密名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
secretVersion Azure Key Vault 中的秘密版本。 預設值是最新版本的秘密。 Type:string (或 expression with resultType string) 。 任何
商店 Azure Key Vault 鏈接服務參考。 LinkedServiceReference (必要)
類型 秘密的類型。 字串 (必要)

AzureKeyVaultSecretReference

名稱 說明 價值觀
秘密名稱 Azure Key Vault 中的秘密名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
secretVersion Azure Key Vault 中的秘密版本。 預設值是最新版本的秘密。 Type:string (或 expression with resultType string) 。 任何
商店 Azure Key Vault 鏈接服務參考。 LinkedServiceReference (必要)
類型 秘密的類型。 'AzureKeyVaultSecret' (必要)

AzureMariaDBLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureMariaDB' (必要)
類型屬性 適用於 MariaDB 的 Azure 資料庫連結服務屬性。 AzureMariaDBLinkedServiceTypeProperties (必要)

AzureMariaDBLinkedServiceTypeProperties

名稱 說明 價值觀
connectionString 連接字串 ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
pwd 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference

AzureMLLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureML' (必要)
類型屬性 Azure ML Studio Web 服務鏈接服務屬性。 AzureMLLinkedServiceTypeProperties (必要)

AzureMLLinkedServiceTypeProperties

名稱 說明 價值觀
apiKey 用來存取 Azure ML 模型端點的 API 金鑰。 SecretBase (必要)
認證 用來連線到 AzureML 的驗證類型(需要指定 MSI)。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
mlEndpoint Azure ML Studio Web 服務端點的批次執行 REST URL。 Type:string (或 expression with resultType string) 。 任何 (必要)
servicePrincipalId 服務 用來針對 Azure ML Studio Web 服務的 ARM 型 updateResourceEndpoint 進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務 用來針對 Azure ML Studio Web 服務的 ARM 型 updateResourceEndpoint 進行驗證的服務主體密鑰。 秘密基地
租戶 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何
updateResourceEndpoint Azure ML Studio Web 服務端點的更新資源 REST URL。 Type:string (或 expression with resultType string) 。 任何

AzureMLServiceLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureMLService' (必要)
類型屬性 Azure ML 服務鏈接服務屬性。 AzureMLServiceLinkedServiceTypeProperties (必要)

AzureMLServiceLinkedServiceTypeProperties

名稱 說明 價值觀
認證 用來連線到 AzureML 的驗證類型(需要指定 MSI)。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
mlWorkspaceName (毫升工作區名稱) Azure ML 服務工作區名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
資源群組名稱 Azure ML 服務工作區資源組名。 Type:string (或 expression with resultType string) 。 任何 (必要)
servicePrincipalId 服務 用來針對已發佈 Azure ML 服務管線端點進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務 用來針對已發佈 Azure ML 服務管線端點進行驗證的服務主體密鑰。 秘密基地
subscriptionId (訂閱ID) Azure ML 服務工作區訂用帳戶標識碼。 Type:string (或 expression with resultType string) 。 任何 (必要)
租戶 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何

AzureMySqlLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureMySql' (必要)
類型屬性 Azure MySQL 資料庫連結服務屬性。 AzureMySqlLinkedServiceTypeProperties (必要)

AzureMySqlLinkedServiceType屬性

名稱 說明 價值觀
connectionString 連接字串 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何 (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference

AzurePostgreSqlLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzurePostgreSql' (必要)
類型屬性 Azure PostgreSQL 鏈接服務屬性。 AzurePostgreSqlLinkedServiceTypeProperties (必要)

AzurePostgreSqlLinkedServiceType屬性

名稱 說明 價值觀
Azure 雲端類型 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
commandTimeout 在終止嘗試並產生錯誤之前,嘗試執行命令的時間(以秒為單位)。 設定為零表示無限大。 類型:整數。 任何
connectionString 連接字串 ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
資格證明 包含驗證資訊的認證參考。 憑證引用
資料庫 連接的資料庫名稱。 類型:字串。 任何
編碼 取得或設定將用來編碼/譯碼 PostgreSQL 字串數據的 .NET 編碼。 類型:字串 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
連接埠 連接的埠。 類型:整數。 任何
讀取緩衝區大小 決定讀取時,內部緩衝區所使用的大小。 如果從資料庫傳輸大型值,增加可能會改善效能。 類型:整數。 任何
伺服器 線上的伺服器名稱。 類型:字串。 任何
servicePrincipalCredentialType 服務 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
服務主體內嵌證書 指定在 Azure Active Directory 中註冊之應用程式的base64編碼憑證。 Type:string (或 expression with resultType string) 。 秘密基地
服務主體嵌入式證書密碼 如果您的憑證具有密碼,且您使用的是 AadServicePrincipal 驗證,請指定憑證的密碼。 Type:string (或 expression with resultType string) 。 秘密基地
servicePrincipalId 服務 用來針對適用於 PostgreSQL 的 Azure 資料庫彈性伺服器進行驗證的服務主體識別碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務 用來針對適用於 PostgreSQL 的 Azure 資料庫彈性伺服器進行驗證的服務主體金鑰。 秘密基地
SSL 模式 (sslMode) 線上的 SSL 模式。 類型:整數。 0:停用、1:allow、2:prefer、3:require、4:verify-ca、5:verify-full。 類型:整數。 任何
租戶 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何
超時 在終止嘗試並產生錯誤之前,嘗試建立連線的時間(以秒為單位)。 類型:整數。 任何
時區 取得或設定會話時區。 類型:字串。 任何
信任伺服器證書 是否信任伺服器證書而不驗證它。 類型:布爾值。 任何
用戶名 驗證的用戶名稱。 類型:字串。 任何

AzureSearchLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureSearch' (必要)
類型屬性 Windows Azure 搜尋服務連結服務屬性。 AzureSearchLinkedServiceTypeProperties (必要)

AzureSearchLinkedServiceType屬性

名稱 說明 價值觀
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
鑰匙 Azure 搜尋服務的系統管理金鑰 秘密基地
URL Azure 搜尋服務的 URL。 Type:string (或 expression with resultType string) 。 任何 (必要)

AzureSqlDatabaseLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureSqlDatabase' (必要)
類型屬性 Azure SQL Database 鏈接服務屬性。 AzureSqlDatabaseLinkedServiceTypeProperties (必要)

AzureSqlDatabaseLinkedServiceType屬性

名稱 說明 價值觀
alwaysEncryptedSettings Sql 一律加密的屬性。 SqlAlwaysEncryptedProperties
applicationIntent 應用程式 聯機到建議版本所使用的伺服器時,應用程式工作負載類型。 可能的值為 ReadOnly 和 ReadWrite。 Type:string (或 expression with resultType string) 。 任何
驗證類型 用於驗證的類型。 類型:字串。 “ServicePrincipal”
'SQL'
“SystemAssignedManagedIdentity”
“UserAssignedManagedIdentity”
Azure 雲端類型 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
commandTimeout 終止嘗試執行命令並產生錯誤之前的預設等候時間(以秒為單位),由建議的版本使用。 類型:integer (或 expression with resultType integer) 。 任何
connectionString 連接字串 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
connectRetryCount 識別建議版本所使用的閑置連線失敗之後嘗試的重新連線數目。 這必須是介於 0 到 255 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
connectRetryInterval 識別建議版本所使用的閑置連線失敗之後,每個重新連線嘗試之間的時間量(以秒為單位)。 這必須是介於 1 到 60 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
連接超時 在終止嘗試並產生建議版本所使用的錯誤之前,等候伺服器連線的時間長度(以秒為單位)。 類型:integer (或 expression with resultType integer) 。 任何
資格證明 包含驗證資訊的認證參考。 憑證引用
資料庫 建議版本所使用的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何
加密 指出客戶端與伺服器之間傳送的所有數據是否需要 TLS 加密,供建議版本使用。 可能的值為 true/yes/mandatory、false/no/optional 和 strict。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
failover合作夥伴 如果主伺服器關閉,建議版本會使用所要連線之夥伴伺服器的名稱或位址。 Type:string (或 expression with resultType string) 。 任何
憑證中的主機名稱 驗證連線之伺服器證書時要使用的主機名。 若未指定,來自數據源的伺服器名稱會用於建議版本所使用的憑證驗證。 Type:string (或 expression with resultType string) 。 任何
集成安全性 指出是否在連線中指定使用者標識碼和密碼(若為 false),或目前的 Windows 帳戶認證是否用於驗證(若為 true),供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
loadBalanceTimeout (負載均衡超時) 在被建議版本使用之前,聯機生存在聯機集區中的最短時間,以秒為單位。 類型:integer (或 expression with resultType integer) 。 任何
最大池大小 此特定連接字串的連線區中允許的連線數目上限,供建議版本使用。 類型:integer (或 expression with resultType integer) 。 任何
minPoolSize (最小池大小) 建議版本所使用的此特定連接字串,聯機集區中允許的連線數目下限。 類型:integer (或 expression with resultType integer) 。 任何
multipleActiveResultSets (多個活動結果集) 若為 true,應用程式可以維護多個作用中結果集 (MARS)。 若為 false,應用程式必須先處理或取消一個批次的所有結果集,才能在該連線上執行任何其他批次,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
multiSubnetFailover 如果您的應用程式連線到不同子網上的 AlwaysOn 可用性群組 (AG),則設定 MultiSubnetFailover=true 可讓您更快速地偵測並連線到建議版本所使用的作用中伺服器。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
封包大小 網路封包的大小,以位元組為單位,用來與建議版本所使用的伺服器實例通訊。 類型:integer (或 expression with resultType integer) 。 任何
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
指出每次要求連線時,是否要集區或明確開啟連線,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
伺服器 建議版本所使用的 SQL Server 實例名稱或網路位址。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalCredential 的 Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 秘密基地
servicePrincipalCredentialType 服務 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 服務 用來對 Azure SQL Database 進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務 用來向 Azure SQL Database 進行驗證的服務主體密鑰。 秘密基地
租戶 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何
信任伺服器證書 指出通道是否會在略過憑證鏈結以驗證建議版本所使用的信任時加密。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
使用者名稱 線上到伺服器時要使用的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

AzureSqlDWLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureSqlDW' (必要)
類型屬性 Azure SQL 數據倉儲連結服務屬性。 AzureSqlDWLinkedServiceTypeProperties (必要)

AzureSqlDWLinkedServiceType屬性

名稱 說明 價值觀
applicationIntent 應用程式 聯機到建議版本所使用的伺服器時,應用程式工作負載類型。 可能的值為 ReadOnly 和 ReadWrite。 Type:string (或 expression with resultType string) 。 任何
驗證類型 用於驗證的類型。 類型:字串。 “ServicePrincipal”
'SQL'
“SystemAssignedManagedIdentity”
“UserAssignedManagedIdentity”
Azure 雲端類型 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
commandTimeout 終止嘗試執行命令並產生錯誤之前的預設等候時間(以秒為單位),由建議的版本使用。 類型:integer (或 expression with resultType integer) 。 任何
connectionString 連接字串 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
connectRetryCount 識別建議版本所使用的閑置連線失敗之後嘗試的重新連線數目。 這必須是介於 0 到 255 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
connectRetryInterval 識別建議版本所使用的閑置連線失敗之後,每個重新連線嘗試之間的時間量(以秒為單位)。 這必須是介於 1 到 60 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
連接超時 在終止嘗試並產生建議版本所使用的錯誤之前,等候伺服器連線的時間長度(以秒為單位)。 類型:integer (或 expression with resultType integer) 。 任何
資格證明 包含驗證資訊的認證參考。 憑證引用
資料庫 建議版本所使用的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何
加密 指出客戶端與伺服器之間傳送的所有數據是否需要 TLS 加密,供建議版本使用。 可能的值為 true/yes/mandatory、false/no/optional 和 strict。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
failover合作夥伴 如果主伺服器關閉,建議版本會使用所要連線之夥伴伺服器的名稱或位址。 Type:string (或 expression with resultType string) 。 任何
憑證中的主機名稱 驗證連線之伺服器證書時要使用的主機名。 若未指定,來自數據源的伺服器名稱會用於建議版本所使用的憑證驗證。 Type:string (或 expression with resultType string) 。 任何
集成安全性 指出是否在連線中指定使用者標識碼和密碼(若為 false),或目前的 Windows 帳戶認證是否用於驗證(若為 true),供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
loadBalanceTimeout (負載均衡超時) 在被建議版本使用之前,聯機生存在聯機集區中的最短時間,以秒為單位。 類型:integer (或 expression with resultType integer) 。 任何
最大池大小 此特定連接字串的連線區中允許的連線數目上限,供建議版本使用。 類型:integer (或 expression with resultType integer) 。 任何
minPoolSize (最小池大小) 建議版本所使用的此特定連接字串,聯機集區中允許的連線數目下限。 類型:integer (或 expression with resultType integer) 。 任何
multipleActiveResultSets (多個活動結果集) 若為 true,應用程式可以維護多個作用中結果集 (MARS)。 若為 false,應用程式必須先處理或取消一個批次的所有結果集,才能在該連線上執行任何其他批次,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
multiSubnetFailover 如果您的應用程式連線到不同子網上的 AlwaysOn 可用性群組 (AG),則設定 MultiSubnetFailover=true 可讓您更快速地偵測並連線到建議版本所使用的作用中伺服器。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
封包大小 網路封包的大小,以位元組為單位,用來與建議版本所使用的伺服器實例通訊。 類型:integer (或 expression with resultType integer) 。 任何
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
指出每次要求連線時,是否要集區或明確開啟連線,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
伺服器 建議版本所使用的 SQL Server 實例名稱或網路位址。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalCredential 的 Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 秘密基地
servicePrincipalCredentialType 服務 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 服務 用來向 Azure SQL 數據倉儲進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務 用來對 Azure SQL 數據倉儲進行驗證的服務主體密鑰。 秘密基地
租戶 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何
信任伺服器證書 指出通道是否會在略過憑證鏈結以驗證建議版本所使用的信任時加密。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
使用者名稱 線上到伺服器時要使用的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

AzureSqlMILinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureSqlMI' (必要)
類型屬性 Azure SQL 受控實例連結服務屬性。 AzureSqlMILinkedServiceTypeProperties (必要)

AzureSqlMILinkedServiceType屬性

名稱 說明 價值觀
alwaysEncryptedSettings Sql 一律加密的屬性。 SqlAlwaysEncryptedProperties
applicationIntent 應用程式 聯機到建議版本所使用的伺服器時,應用程式工作負載類型。 可能的值為 ReadOnly 和 ReadWrite。 Type:string (或 expression with resultType string) 。 任何
驗證類型 用於驗證的類型。 類型:字串。 “ServicePrincipal”
'SQL'
“SystemAssignedManagedIdentity”
“UserAssignedManagedIdentity”
Azure 雲端類型 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
commandTimeout 終止嘗試執行命令並產生錯誤之前的預設等候時間(以秒為單位),由建議的版本使用。 類型:integer (或 expression with resultType integer) 。 任何
connectionString 連接字串 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
connectRetryCount 識別建議版本所使用的閑置連線失敗之後嘗試的重新連線數目。 這必須是介於 0 到 255 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
connectRetryInterval 識別建議版本所使用的閑置連線失敗之後,每個重新連線嘗試之間的時間量(以秒為單位)。 這必須是介於 1 到 60 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
連接超時 在終止嘗試並產生建議版本所使用的錯誤之前,等候伺服器連線的時間長度(以秒為單位)。 類型:integer (或 expression with resultType integer) 。 任何
資格證明 包含驗證資訊的認證參考。 憑證引用
資料庫 建議版本所使用的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何
加密 指出客戶端與伺服器之間傳送的所有數據是否需要 TLS 加密,供建議版本使用。 可能的值為 true/yes/mandatory、false/no/optional 和 strict。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
failover合作夥伴 如果主伺服器關閉,建議版本會使用所要連線之夥伴伺服器的名稱或位址。 Type:string (或 expression with resultType string) 。 任何
憑證中的主機名稱 驗證連線之伺服器證書時要使用的主機名。 若未指定,來自數據源的伺服器名稱會用於建議版本所使用的憑證驗證。 Type:string (或 expression with resultType string) 。 任何
集成安全性 指出是否在連線中指定使用者標識碼和密碼(若為 false),或目前的 Windows 帳戶認證是否用於驗證(若為 true),供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
loadBalanceTimeout (負載均衡超時) 在被建議版本使用之前,聯機生存在聯機集區中的最短時間,以秒為單位。 類型:integer (或 expression with resultType integer) 。 任何
最大池大小 此特定連接字串的連線區中允許的連線數目上限,供建議版本使用。 類型:integer (或 expression with resultType integer) 。 任何
minPoolSize (最小池大小) 建議版本所使用的此特定連接字串,聯機集區中允許的連線數目下限。 類型:integer (或 expression with resultType integer) 。 任何
multipleActiveResultSets (多個活動結果集) 若為 true,應用程式可以維護多個作用中結果集 (MARS)。 若為 false,應用程式必須先處理或取消一個批次的所有結果集,才能在該連線上執行任何其他批次,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
multiSubnetFailover 如果您的應用程式連線到不同子網上的 AlwaysOn 可用性群組 (AG),則設定 MultiSubnetFailover=true 可讓您更快速地偵測並連線到建議版本所使用的作用中伺服器。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
封包大小 網路封包的大小,以位元組為單位,用來與建議版本所使用的伺服器實例通訊。 類型:integer (或 expression with resultType integer) 。 任何
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
指出每次要求連線時,是否要集區或明確開啟連線,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
伺服器 建議版本所使用的 SQL Server 實例名稱或網路位址。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalCredential 的 Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 秘密基地
servicePrincipalCredentialType 服務 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 服務 用來對 Azure SQL 受控實例進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務 用來對 Azure SQL 受控實例進行驗證的服務主體密鑰。 秘密基地
租戶 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何
信任伺服器證書 指出通道是否會在略過憑證鏈結以驗證建議版本所使用的信任時加密。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
使用者名稱 線上到伺服器時要使用的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

AzureStorageLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureStorage' (必要)
類型屬性 Azure 記憶體連結服務屬性。 AzureStorageLinkedServiceTypeProperties (必要)

AzureStorageLinkedServiceType屬性

名稱 說明 價值觀
accountKey 帳戶密鑰 連接字串中 accountKey 的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
connectionString 連接字串 連接字串。 它與 sasUri 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
sasToken 代幣 sasToken 在 sas uri 中的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
sasUri Azure 記憶體資源的 SAS URI。 它與 connectionString 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何

AzureSynapseArtifactsLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureSynapseArtifacts' (必要)
類型屬性 Azure Synapse Analytics (Artifacts) 鏈接的服務屬性。 AzureSynapseArtifactsLinkedServiceTypeProperties (必要)

AzureSynapseArtifactsLinkedServiceTypeProperties

名稱 說明 價值觀
認證 如果使用系統指派的受控識別作為驗證方法,則需要指定 MSI。 Type:string (或 expression with resultType string) 。 任何
端點 < https:// workspacename.dev.azuresynapse.net> Azure Synapse Analytics 工作區 URL。 Type:string (或 expression with resultType string) 。 任何 (必要)
工作區資源ID Synapse 工作區的資源標識碼。 格式應該是:/subscriptions/{subscriptionID}/resourceGroups/{resourceGroup}/providers/Microsoft.Synapse/workspaces/{workspaceName}。 Type:string (或 expression with resultType string) 。 任何

AzureTableStorageLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureTableStorage' (必要)
類型屬性 Azure 資料表記憶體連結服務屬性。 AzureTableStorageLinkedServiceTypeProperties (必要)

AzureTableStorageLinkedServiceType屬性

名稱 說明 價值觀
accountKey 帳戶密鑰 連接字串中 accountKey 的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
connectionString 連接字串 連接字串。 它與 sasUri 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
資格證明 包含驗證資訊的認證參考。 憑證引用
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
sasToken 代幣 sasToken 在 sas uri 中的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
sasUri Azure 記憶體資源的 SAS URI。 它與 connectionString 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
serviceEndpoint Azure 資料表記憶體資源的數據表服務端點。 它與 connectionString、sasUri 屬性互斥。 任何

CassandraLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Cassandra' (必要)
類型屬性 Cassandra 連結服務屬性。 CassandraLinkedServiceTypeProperties (必要)

CassandraLinkedServiceType屬性

名稱 說明 價值觀
驗證類型 要用於連接的 AuthenticationType。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 線上的主機名。 Type:string (或 expression with resultType string) 。 任何 (必要)
密碼 驗證的密碼。 秘密基地
連接埠 連接的埠。 類型:integer (或 expression with resultType integer) 。 任何
用戶名 驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

CommonDataServiceForAppsLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'CommonDataServiceForApps' (必要)
類型屬性 Common Data Service for Apps 鏈接服務屬性。 CommonDataServiceForAppsLinkedServiceTypeProperties (必要)

CommonDataServiceForAppsLinkedServiceType屬性

名稱 說明 價值觀
驗證類型 線上到 Common Data Service for Apps 伺服器的驗證類型。 適用於在線案例的 『Office365』,適用於內部部署與 Ifd 案例的 『Ifd』。 在線案例中 Server-To-Server 驗證的 'AADServicePrincipal',適用於具有 IFD 的內部部署 Dynamics 的 'Active Directory'。 Type:string (或 expression with resultType string) 。 任何 (必要)
部署類型 Common Data Service for Apps 實例的部署類型。 Common Data Service for Apps Online 的 'Online' 和適用於 Ifd 之 Common Data Service for Apps 內部部署的 'OnPremisesWithIfd'。 Type:string (或 expression with resultType string) 。 任何 (必要)
網域 將驗證用戶認證的 Active Directory 網域。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機名稱 內部部署 Common Data Service for Apps 伺服器的主機名。 內部部署需要 屬性,且不允許在線使用。 Type:string (或 expression with resultType string) 。 任何
organizationName (組織名稱) Common Data Service for Apps 實例的組織名稱。 當有多個與使用者相關聯的 Common Data Service for Apps 實例時,內部部署需要 屬性,且需要在線。 Type:string (或 expression with resultType string) 。 任何
密碼 存取 Common Data Service for Apps 實例的密碼。 秘密基地
連接埠 內部部署 Common Data Service for Apps 伺服器的埠。 內部部署需要 屬性,且不允許在線使用。 預設值為 443。 類型:integer (或 expression with resultType integer), minimum: 0。 任何
servicePrincipalCredential 的 Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 秘密基地
servicePrincipalCredentialType 服務 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 服務 Azure Active Directory 中用於伺服器To-Server 驗證的應用程式用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何
serviceUri 的 Microsoft Common Data Service for Apps 伺服器的 URL。 內部部署不需要 屬性,且不允許內部部署。 Type:string (或 expression with resultType string) 。 任何
用戶名 用來存取 Common Data Service for Apps 實例的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

ConcurLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'Concur' (必要)
類型屬性 Concur Service 鏈接服務屬性。 ConcurLinkedServiceTypeProperties (必要)

ConcurLinkedServiceType屬性

名稱 說明 價值觀
用戶端ID Concur 應用程式管理所提供的應用程式client_id。 任何 (必要)
連線屬性 用來連線到 Concur 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 對應至您在使用者名稱欄位中提供之使用者名稱的密碼。 秘密基地
使用加密端點 指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 任何
使用主機驗證 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 任何
使用同行驗證 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 任何
用戶名 您用來存取 Concur 服務的使用者名稱。 任何 (必要)

CosmosDbLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'CosmosDb' (必要)
類型屬性 CosmosDB 連結服務屬性。 CosmosDbLinkedServiceTypeProperties (必要)

CosmosDbLinkedServiceType屬性

名稱 說明 價值觀
accountEndpoint Azure CosmosDB 帳戶的端點。 類型:string (或 expression with resultType string) 任何
accountKey 帳戶密鑰 Azure CosmosDB 帳戶的帳戶的帳戶密鑰。 類型:SecureString 或 AzureKeyVaultSecretReference。 秘密基地
Azure 雲端類型 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
connectionMode 連接模式 用來存取 CosmosDB 帳戶的連接模式。 類型:字串。 “直接”
“網關”
connectionString 連接字串 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
資格證明 包含驗證資訊的認證參考。 憑證引用
資料庫 資料庫的名稱。 類型:string (或 expression with resultType string) 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
servicePrincipalCredential 的 Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 秘密基地
servicePrincipalCredentialType 服務 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 類型:字串。 任何
servicePrincipalId 服務 Azure Active Directory 中用於伺服器To-Server 驗證的應用程式用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何
租戶 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何

CosmosDbMongoDbApiLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'CosmosDbMongoDbApi' (必要)
類型屬性 CosmosDB (MongoDB API) 連結服務屬性。 CosmosDbMongoDbApiLinkedServiceTypeProperties (必要)

CosmosDbMongoDbApiLinkedServiceType屬性

名稱 說明 價值觀
connectionString 連接字串 CosmosDB (MongoDB API) 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何 (必要)
資料庫 您要存取的 CosmosDB (MongoDB API) 資料庫名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
isServerVersionAbove32 CosmosDB (MongoDB API) 伺服器版本是否高於 3.2。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何

CouchbaseLinkedService 服務

名稱 說明 價值觀
類型 連結服務的類型。 'Couchbase' (必要)
類型屬性 Couchbase 伺服器鏈接服務屬性。 CouchbaseLinkedServiceTypeProperties (必要)

CouchbaseLinkedServiceType屬性

名稱 說明 價值觀
connectionString 連接字串 ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
credString 連接字串中 credString 的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串

憑證引用

名稱 說明 價值觀
referenceName (引用名稱) 參考認證名稱。 字串 (必要)
類型 認證參考類型。 'CredentialReference' (必要)

CustomDataSourceLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'CustomDataSource' (必要)
類型屬性 自訂連結服務屬性。 任何 (必要)

DataworldLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'Dataworld' (必要)
類型屬性 Dataworld 鏈接服務屬性。 DataworldLinkedServiceTypeProperties (必要)

DataworldLinkedServiceType屬性

名稱 說明 價值觀
apiToken Dataworld 來源的 API 令牌。 SecretBase (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串

Db2LinkedService 服務

名稱 說明 價值觀
類型 連結服務的類型。 'Db2' (必要)
類型屬性 DB2 連結的服務屬性。 Db2LinkedServiceTypeProperties (必要)

Db2LinkedServiceType屬性

名稱 說明 價值觀
驗證類型 要用於連接的 AuthenticationType。 它與 connectionString 屬性互斥。 “基本”
certificateCommonName 證書 啟用 TLS 時,憑證一般名稱。 它與 connectionString 屬性互斥。 Type:string (或 expression with resultType string) 。 任何
connectionString 連接字串 連接字串。 它與伺服器、資料庫、authenticationType、userName、packageCollection 和 certificateCommonName 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
資料庫 連接的資料庫名稱。 它與 connectionString 屬性互斥。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 它與 connectionString 屬性互斥。 類型:字串。 字符串
packageCollection 在查詢資料庫時建立封裝的位置底下。 它與 connectionString 屬性互斥。 Type:string (或 expression with resultType string) 。 任何
密碼 驗證的密碼。 秘密基地
伺服器 線上的伺服器名稱。 它與 connectionString 屬性互斥。 Type:string (或 expression with resultType string) 。 任何
用戶名 驗證的用戶名稱。 它與 connectionString 屬性互斥。 Type:string (或 expression with resultType string) 。 任何

DrillLinkedService 服務

名稱 說明 價值觀
類型 連結服務的類型。 'Drill' (必要)
類型屬性 鑽研伺服器連結服務屬性。 DrillLinkedServiceTypeProperties (必要)

DrillLinkedServiceType屬性

名稱 說明 價值觀
connectionString 連接字串 ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
pwd 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference

DynamicsAXLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'DynamicsAX' (必要)
類型屬性 Dynamics AX 鏈接服務屬性。 DynamicsAXLinkedServiceTypeProperties (必要)

DynamicsAXLinkedServiceTypeProperties

名稱 說明 價值觀
aadResourceId 指定您要求授權的資源。 Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
servicePrincipalId 服務 指定應用程式的用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何 (必要)
servicePrincipalKey 服務 指定應用程式的金鑰。 將此欄位標示為 SecureString,以安全地將其儲存在 Data Factory 中,或參考儲存在 Azure Key Vault 中的秘密。 Type:string (或 expression with resultType string) 。 SecretBase (必要)
租戶 指定應用程式所在的租使用者資訊(功能變數名稱或租使用者標識符)。 將滑鼠停留在 Azure 入口網站的右上角以擷取它。 Type:string (或 expression with resultType string) 。 任何 (必要)
URL Dynamics AX (或 Dynamics 365 Finance and Operations) 實例 OData 端點。 任何 (必要)

DynamicsCrmLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'DynamicsCrm' (必要)
類型屬性 Dynamics CRM 鏈接服務屬性。 DynamicsCrmLinkedServiceTypeProperties (必要)

DynamicsCrmLinkedServiceType屬性

名稱 說明 價值觀
驗證類型 要連線到 Dynamics CRM 伺服器的驗證類型。 在線案例的 'Office365' 為內部部署的 'Ifd'、適用於 Server-To-Server 在線案例中的 'AADServicePrincipal' 、適用於具有 IFD 之 Dynamics 內部部署 Dynamics 的 'Active Directory'。 Type:string (或 expression with resultType string) 。 任何 (必要)
資格證明 包含驗證資訊的認證參考。 憑證引用
部署類型 Dynamics CRM 實例的部署類型。 Dynamics CRM Online 的 'Online' 和適用於具有 Ifd 之 Dynamics CRM 內部部署的 'OnPremisesWithIfd'。 Type:string (或 expression with resultType string) 。 任何 (必要)
網域 將驗證用戶認證的 Active Directory 網域。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機名稱 內部部署 Dynamics CRM 伺服器的主機名。 內部部署需要 屬性,且不允許在線使用。 Type:string (或 expression with resultType string) 。 任何
organizationName (組織名稱) Dynamics CRM 實例的組織名稱。 當有多個 Dynamics CRM 實例與使用者建立關聯時,內部部署和在線都需要 屬性。 Type:string (或 expression with resultType string) 。 任何
密碼 存取 Dynamics CRM 實例的密碼。 秘密基地
連接埠 內部部署 Dynamics CRM 伺服器的埠。 內部部署需要 屬性,且不允許在線使用。 預設值為 443。 類型:integer (或 expression with resultType integer), minimum: 0。 任何
servicePrincipalCredential 的 Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 秘密基地
servicePrincipalCredentialType 服務 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 服務 Azure Active Directory 中用於伺服器To-Server 驗證的應用程式用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何
serviceUri 的 Microsoft Dynamics CRM 伺服器的 URL。 內部部署不需要 屬性,且不允許內部部署。 Type:string (或 expression with resultType string) 。 任何
用戶名 存取 Dynamics CRM 實例的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

DynamicsLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'Dynamics' (必要)
類型屬性 Dynamics 連結服務屬性。 DynamicsLinkedServiceTypeProperties (必要)

DynamicsLinkedServiceType屬性

名稱 說明 價值觀
驗證類型 要連線到 Dynamics 伺服器的驗證類型。 在線案例的 'Office365' 為內部部署的 'Ifd'、適用於 Server-To-Server 在線案例中的 'AADServicePrincipal' 、適用於具有 IFD 之 Dynamics 內部部署 Dynamics 的 'Active Directory'。 Type:string (或 expression with resultType string) 。 任何 (必要)
資格證明 包含驗證資訊的認證參考。 憑證引用
部署類型 Dynamics 實例的部署類型。 Dynamics Online 的 'Online' 和適用於具有 Ifd 之 Dynamics 內部部署的 'OnPremisesWithIfd'。 Type:string (或 expression with resultType string) 。 任何 (必要)
網域 將驗證用戶認證的 Active Directory 網域。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機名稱 內部部署 Dynamics 伺服器的主機名。 內部部署需要 屬性,且不允許在線使用。 Type:string (或 expression with resultType string) 。 任何
organizationName (組織名稱) Dynamics 實例的組織名稱。 當有多個與使用者相關聯的 Dynamics 實例時,內部部署需要 屬性,且需要在線。 Type:string (或 expression with resultType string) 。 任何
密碼 存取 Dynamics 實例的密碼。 秘密基地
連接埠 內部部署 Dynamics 伺服器的埠。 內部部署需要 屬性,且不允許在線使用。 預設值為 443。 類型:integer (或 expression with resultType integer), minimum: 0。 任何
servicePrincipalCredential 的 Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 秘密基地
servicePrincipalCredentialType 服務 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 服務 Azure Active Directory 中用於伺服器To-Server 驗證的應用程式用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何
serviceUri 的 Microsoft Dynamics 伺服器的 URL。 內部部署不需要 屬性,且不允許內部部署。 Type:string (或 expression with resultType string) 。 任何
用戶名 用來存取 Dynamics 實例的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

EloquaLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Eloqua' (必要)
類型屬性 Eloqua 伺服器鏈接服務屬性。 EloquaLinkedServiceTypeProperties (必要)

EloquaLinkedServiceType屬性

名稱 說明 價值觀
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
端點 Eloqua 伺服器的端點。 (即 eloqua.example.com) 任何 (必要)
密碼 對應至使用者名稱的密碼。 秘密基地
使用加密端點 指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 任何
使用主機驗證 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 任何
使用同行驗證 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 任何
用戶名 Eloqua 帳戶的網站名稱和用戶名稱,格式如下:sitename/username。 (即埃洛誇/愛麗絲) 任何 (必要)

FileServerLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'FileServer' (必要)
類型屬性 檔案系統連結服務屬性。 FileServerLinkedServiceTypeProperties (必要)

FileServerLinkedServiceType屬性

名稱 說明 價值觀
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 伺服器的主機名。 Type:string (或 expression with resultType string) 。 任何 (必要)
密碼 登入伺服器的密碼。 秘密基地
使用者ID 登入伺服器的使用者識別碼。 Type:string (或 expression with resultType string) 。 任何

FtpServerLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'FtpServer' (必要)
類型屬性 這個連結服務類型特有的屬性。 FtpServerLinkedServiceTypeProperties (必要)

FtpServerLinkedServiceType屬性

名稱 說明 價值觀
驗證類型 要用來連線到 FTP 伺服器的驗證類型。 '匿名'
“基本”
啟用伺服器證書驗證 如果為 true,請透過 SSL/TLS 通道連線時驗證 FTP 伺服器 SSL 憑證。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
啟用SSL 如果為 true,請透過 SSL/TLS 通道連線到 FTP 伺服器。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 FTP 伺服器的主機名。 Type:string (或 expression with resultType string) 。 任何 (必要)
密碼 登入 FTP 伺服器的密碼。 秘密基地
連接埠 FTP 伺服器用來接聽用戶端連線的 TCP 連接埠號碼。 預設值為 21。 類型:integer (或 expression with resultType integer), minimum: 0。 任何
使用者名稱 登入 FTP 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

GoogleAdWordsLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'GoogleAdWords' (必要)
類型屬性 Google AdWords 服務鏈接服務屬性。 GoogleAdWordsLinkedServiceTypeProperties (必要)

GoogleAdWordsLinkedServiceType屬性

名稱 說明 價值觀
驗證類型 用於驗證的 OAuth 2.0 驗證機制。 ServiceAuthentication 只能在自我裝載 IR 上使用。 “ServiceAuthentication”
“UserAuthentication”
客戶客戶 ID 您想要擷取報表數據的 AdWords 帳戶客戶端客戶標識碼。 Type:string (或 expression with resultType string) 。 任何
用戶端ID 用來取得重新整理令牌之 Google 應用程式的用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何
用戶端密鑰 用來取得重新整理令牌之 Google 應用程式的客戶端密碼。 秘密基地
連線屬性 (已淘汰)用來連線到GoogleAds的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 任何
開發者令牌 與您用來授與 AdWords API 存取權之管理員帳戶相關聯的開發人員令牌。 秘密基地
電子郵件 服務帳戶電子郵件標識碼,用於 ServiceAuthentication,且只能在自我裝載 IR 上使用。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
googleAdsApiVersion Google Ads API 主要版本,例如 v14。 在 https://developers.google.com/google-ads/api/docs/release-notes上可以找到支援的主要版本。 Type:string (或 expression with resultType string) 。 任何
密鑰檔案路徑 (已淘汰).p12 金鑰檔案的完整路徑,用來驗證服務帳戶電子郵件位址,而且只能在自我裝載 IR 上使用。 Type:string (或 expression with resultType string) 。 任何
登錄客戶 ID 您想要擷取特定客戶之報表數據的Google Ads Manager 帳戶客戶標識碼。 Type:string (或 expression with resultType string) 。 任何
私密金鑰 用來驗證服務帳戶電子郵件位址且只能在自我裝載 IR 上使用的私鑰。 秘密基地
refreshToken 從 Google 取得的重新整理令牌,以授權存取 AdWords for UserAuthentication。 秘密基地
支援LegacyDataTypes 指定是否要使用舊版數據類型對應,將 float、int32 和 int64 從 Google 對應至字串。 除非您想要與舊版驅動程序的數據類型對應保持回溯相容性,否則請勿將此設定為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
可信任憑證路徑 (已淘汰).pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 Type:string (或 expression with resultType string) 。 任何
使用系統信任憑證庫 (useSystemTrustStore) (已淘汰)指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何

GoogleBigQueryLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'GoogleBigQuery' (必要)
類型屬性 Google BigQuery 服務鏈接服務屬性。 GoogleBigQueryLinkedServiceTypeProperties (必要)

GoogleBigQueryLinkedServiceType屬性

名稱 說明 價值觀
其他專案 要存取的公用 BigQuery 專案逗號分隔清單。 Type:string (或 expression with resultType string) 。 任何
驗證類型 用於驗證的 OAuth 2.0 驗證機制。 ServiceAuthentication 只能在自我裝載 IR 上使用。 “ServiceAuthentication”
'UserAuthentication' (必要)
用戶端ID 用來取得重新整理令牌之 Google 應用程式的用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何
用戶端密鑰 用來取得重新整理令牌之 Google 應用程式的客戶端密碼。 秘密基地
電子郵件 服務帳戶電子郵件標識碼,用於 ServiceAuthentication,且只能在自我裝載 IR 上使用。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密鑰檔案路徑 .p12 金鑰檔案的完整路徑,用來驗證服務帳戶電子郵件位址,而且只能在自我裝載 IR 上使用。 Type:string (或 expression with resultType string) 。 任何
專案 要查詢的預設 BigQuery 專案。 Type:string (或 expression with resultType string) 。 任何 (必要)
refreshToken 從 Google 取得的重新整理令牌,以授權存取 BigQuery for UserAuthentication。 秘密基地
請求GoogleDriveScope 是否要求存取Google雲端硬碟。 允許Google Drive存取可支持結合 BigQuery 數據與Google Drive 資料的同盟數據表。 預設值為 false。 Type:string (或 expression with resultType string) 。 任何
可信任憑證路徑 .pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 Type:string (或 expression with resultType string) 。 任何
使用系統信任憑證庫 (useSystemTrustStore) 指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 默認值為 false。類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何

GoogleBigQueryV2LinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'GoogleBigQueryV2' (必要)
類型屬性 Google BigQuery 服務鏈接服務屬性。 GoogleBigQueryV2LinkedServiceTypeProperties (必要)

GoogleBigQueryV2LinkedServiceType屬性

名稱 說明 價值觀
驗證類型 用於驗證的 OAuth 2.0 驗證機制。 “ServiceAuthentication”
'UserAuthentication' (必要)
用戶端ID 用來取得重新整理令牌之 Google 應用程式的用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何
用戶端密鑰 用來取得重新整理令牌之 Google 應用程式的客戶端密碼。 秘密基地
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
金鑰文件內容 用來驗證服務帳戶之 .json 金鑰檔案的內容。 Type:string (或 expression with resultType string) 。 秘密基地
專案ID 要查詢的預設 BigQuery 項目識別碼。 Type:string (或 expression with resultType string) 。 任何 (必要)
refreshToken 從 Google 取得的重新整理令牌,以授權存取 BigQuery for UserAuthentication。 秘密基地

GoogleCloudStorageLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'GoogleCloudStorage' (必要)
類型屬性 Google Cloud Storage 鏈接服務屬性。 GoogleCloudStorageLinkedServiceTypeProperties (必要)

GoogleCloudStorageLinkedServiceType屬性

名稱 說明 價值觀
accessKeyId Google Cloud Storage Identity and Access Management (IAM) 使用者的存取密鑰標識碼。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
secretAccessKey Google Cloud Storage Identity and Access Management (IAM) 使用者的秘密存取密鑰。 秘密基地
服務網址 (serviceUrl) 這個值會指定要使用Google Cloud Storage Connector 存取的端點。 這是選擇性屬性;只有在您想要嘗試不同的服務端點或想要在 HTTPs 和 HTTP 之間切換時,才變更它。 Type:string (或 expression with resultType string) 。 任何

GoogleSheetsLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'GoogleSheets' (必要)
類型屬性 GoogleSheets 連結的服務屬性。 GoogleSheetsLinkedServiceTypeProperties (必要)

GoogleSheetsLinkedServiceType屬性

名稱 說明 價值觀
apiToken GoogleSheets 來源的 API 令牌。 SecretBase (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串

GreenplumLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 “綠色貧民”(必要)
類型屬性 Greenplum 資料庫連結服務屬性。 GreenplumLinkedServiceTypeProperties (必要)

GreenplumLinkedServiceType屬性

名稱 說明 價值觀
驗證類型 要使用的驗證類型。 類型:字串。 僅適用於 V2。 “基本”
commandTimeout 在終止嘗試並產生錯誤之前,嘗試執行命令的時間(以秒為單位)。 設定為零表示無限大。 類型:整數。 僅適用於 V2。 任何
connectionString 連接字串 ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
connectionTimeout 連接超時 在終止嘗試並產生錯誤之前,嘗試建立連線的時間(以秒為單位)。 類型:整數。 僅適用於 V2。 任何
資料庫 連接的資料庫名稱。 類型:字串。 僅適用於 V2。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 線上的主機名。 類型:字串。 僅適用於 V2。 任何
連接埠 連接的埠。 類型:整數。 僅適用於 V2。 任何
pwd 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
SSL 模式 (sslMode) 線上的 SSL 模式。 類型:整數。 0:停用、1:allow、2:prefer、3:require、4:verify-ca、5:verify-full。 類型:整數。 僅適用於 V2。 任何
用戶名 驗證的用戶名稱。 類型:字串。 僅適用於 V2。 任何

HBaseLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'HBase' (必要)
類型屬性 HBase 伺服器鏈接服務屬性。 HBaseLinkedServiceTypeProperties (必要)

HBaseLinkedServiceType屬性

名稱 說明 價值觀
allowHostNameCNMismatch (允許主機名稱與CN不匹配) 指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 預設值為 false。 任何
允許自簽名伺服器證書 指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 任何
驗證類型 用來連線到 HBase 伺服器的驗證機制。 '匿名'
'Basic' (必要)
啟用SSL 指定是否使用 SSL 加密與伺服器的連線。 預設值為 false。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 HBase 伺服器的IP位址或主機名。 (即192.168.222.160) 任何 (必要)
httpPath 對應至 HBase 伺服器的部分 URL。 (即 /gateway/sandbox/hbase/version) 任何
密碼 對應至使用者名稱的密碼。 秘密基地
連接埠 HBase 實例用來接聽用戶端連線的 TCP 連接埠。 預設值為9090。 任何
可信任憑證路徑 .pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 任何
用戶名 用來連線到 HBase 實例的用戶名稱。 任何

HdfsLinkedService 服務

名稱 說明 價值觀
類型 連結服務的類型。 'Hdfs' (必要)
類型屬性 HDFS 連結服務屬性。 HdfsLinkedServiceTypeProperties (必要)

HdfsLinkedServiceTypeProperties

名稱 說明 價值觀
驗證類型 用來連線到 HDFS 的驗證類型。 可能的值為:匿名和 Windows。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 Windows 驗證的密碼。 秘密基地
URL HDFS 服務端點的 URL,例如 http://myhostname:50070/webhdfs/v1 。 Type:string (或 expression with resultType string) 。 任何 (必要)
使用者名稱 Windows 驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

HDInsightLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'HDInsight' (必要)
類型屬性 HDInsight 連結服務屬性。 HDInsightLinkedServiceTypeProperties (必要)

HDInsightLinkedServiceType屬性

名稱 說明 價值觀
clusterUri HDInsight 叢集 URI。 Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
檔案系統 如果 HDInsight 的主要記憶體是 ADLS Gen2,請指定 FileSystem。 Type:string (或 expression with resultType string) 。 任何
hcatalogLinkedServiceName 指向 HCatalog 資料庫的 Azure SQL 鏈接服務參考。 LinkedServiceReference
isEspEnabled 指定是否使用 ESP 建立 HDInsight (企業安全性套件)。 類型:布爾值。 任何
連結服務名稱 Azure 記憶體連結服務參考。 LinkedServiceReference
密碼 HDInsight 叢集密碼。 秘密基地
使用者名稱 HDInsight 叢集用戶名稱。 Type:string (或 expression with resultType string) 。 任何

HDInsightOnDemandLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'HDInsightOnDemand' (必要)
類型屬性 HDInsight ondemand 鏈接服務屬性。 HDInsightOnDemandLinkedServiceTypeProperties (必要)

HDInsightOnDemandLinkedServiceType屬性

名稱 說明 價值觀
additionalLinkedService名稱 指定 HDInsight 鏈接服務的其他記憶體帳戶,讓 Data Factory 服務可以代表您註冊它們。 LinkedServiceReference[]
clusterNamePrefix 的 叢集名稱的前置詞,後置詞會與時間戳不同。 Type:string (或 expression with resultType string) 。 任何
clusterPassword 存取叢集的密碼。 秘密基地
clusterResourceGroup 集群資源組 叢集所屬的資源群組。 Type:string (或 expression with resultType string) 。 任何 (必要)
clusterSize 叢集中的背景工作/數據節點數目。 建議值:4。 類型:int (或 expressionType int 的運算式)。 任何 (必要)
clusterSshPassword SSH 的密碼會從遠端連線叢集的節點(適用於 Linux)。 秘密基地
clusterSshUserName SSH 的使用者名稱會從遠端連線到叢集的節點(適用於 Linux)。 Type:string (或 expression with resultType string) 。 任何
clusterType 叢集類型。 Type:string (或 expression with resultType string) 。 任何
cluster使用者名 存取叢集的用戶名稱。 Type:string (或 expression with resultType string) 。 任何
核心配置 指定要建立 HDInsight 叢集的核心組態參數(如 core-site.xml中所示。 任何
資格證明 包含驗證資訊的認證參考。 憑證引用
dataNodeSize (資料節點大小) 指定 HDInsight 叢集的數據節點大小。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
hBase配置 指定 HDInsight 叢集的 HBase 組態參數 (hbase-site.xml)。 任何
hcatalogLinkedServiceName 指向 HCatalog 資料庫的 Azure SQL 連結服務名稱。 隨選 HDInsight 叢集是使用 Azure SQL 資料庫作為中繼存放區所建立。 LinkedServiceReference
hdfs配置 指定 HDInsight 叢集的 HDFS 組態參數 (hdfs-site.xml)。 任何
頭節點大小 指定 HDInsight 叢集前端節點的大小。 任何
hiveConfiguration 指定 HDInsight 叢集的 hive 組態參數 (hive-site.xml)。 任何
hostSubscriptionId 客戶用來裝載叢集的訂用帳戶。 Type:string (或 expression with resultType string) 。 任何 (必要)
連結服務名稱 隨選叢集用來儲存和處理數據的 Azure 記憶體連結服務。 LinkedServiceReference (必要)
mapReduceConfiguration 指定 HDInsight 叢集的 MapReduce 組態參數 (mapred-site.xml)。 任何
oozie配置 指定 HDInsight 叢集的 Oozie 組態參數 (oozie-site.xml)。 任何
腳本作 自定義腳本動作,在 HDI ondemand 叢集上執行一旦啟動。 請參閱 /azure/hdinsight/hdinsight-hadoop-customize-cluster-linux?toc=%2Fen-us%2Fazure%2Fhdinsight%2Fr-server%2FTOC.json&bc=%2Fen-us%2Fazure%2Fbread%2Ftoc.json#understanding-script-actions。 腳本作
servicePrincipalId 服務 hostSubscriptionId 的服務主體標識符。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務 服務主體標識碼的索引鍵。 秘密基地
sparkVersion 如果叢集類型為 『spark』,則為 spark 的版本。 Type:string (或 expression with resultType string) 。 任何
stormConfiguration 指定 HDInsight 叢集的 Storm 組態參數 (storm-site.xml)。 任何
子網名稱 vNet 中子網的ARM資源標識碼。 如果已指定 virtualNetworkId,則需要此屬性。 Type:string (或 expression with resultType string) 。 任何
租戶 服務主體所屬的租用戶標識碼/名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
時間到生活 隨選 HDInsight 叢集允許的空閒時間。 指定當叢集中沒有其他作用中作業時,隨選 HDInsight 叢集在活動執行完成後保持運作的時間長度。 最小值為 5 分鐘。 Type:string (或 expression with resultType string) 。 任何 (必要)
版本 HDInsight 叢集的版本。  Type:string (或 expression with resultType string) 。 任何 (必要)
虛擬網路ID 建立之後應該加入叢集之 vNet 的 ARM 資源識別碼。 Type:string (或 expression with resultType string) 。 任何
yarn配置 指定 HDInsight 叢集的 Yarn 組態參數 (yarn-site.xml)。 任何
zookeeperNodeSize 指定 HDInsight 叢集的 Zoo Keeper 節點大小。 任何

HiveLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Hive' (必要)
類型屬性 Hive Server 連結服務屬性。 HiveLinkedServiceTypeProperties (必要)

HiveLinkedServiceType屬性

名稱 說明 價值觀
allowHostNameCNMismatch (允許主機名稱與CN不匹配) 指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 預設值為 false。 任何
允許自簽名伺服器證書 指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 任何
驗證類型 用來存取 Hive 伺服器的驗證方法。 '匿名'
'使用者名'
'使用者名和密碼'
'WindowsAzureHDInsightService' (必要)
啟用伺服器證書驗證 指定與伺服器的連線是否會驗證伺服器證書,預設值為 True。 僅適用於 2.0 版 任何
啟用SSL 指定是否使用 SSL 加密與伺服器的連線。 預設值為 false。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 多個主機的IP位址或Hive伺服器的主機名,並以 『;' 分隔(只有在啟用 serviceDiscoveryMode 時)。 任何 (必要)
httpPath 對應至Hive伺服器的部分URL。 任何
密碼 對應至您在 [用戶名稱] 字段中提供之使用者名稱的密碼 秘密基地
連接埠 Hive 伺服器用來接聽用戶端連線的 TCP 連接埠。 任何
伺服器類型 Hive 伺服器的型別。 “HiveServer1”
“HiveServer2”
'HiveThriftServer'
服務發現模式 true 表示使用 ZooKeeper 服務,false not。 任何
thriftTransportProtocol 協定 在 Thrift 層中使用的傳輸通訊協定。 '二進位'
'HTTP '
'SASL'
可信任憑證路徑 .pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 任何
useNativeQuery 指定驅動程式是否使用原生 HiveQL 查詢,或將它們轉換成 HiveQL 中的對等形式。 任何
用戶名 您用來存取 Hive Server 的使用者名稱。 任何
使用系統信任憑證庫 (useSystemTrustStore) 指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 預設值為 false。 任何
動物園管理員命名空間 在 ZooKeeper 上新增 Hive Server 2 節點的命名空間。 任何

HttpLinkedService 服務

名稱 說明 價值觀
類型 連結服務的類型。 'HttpServer' (必要)
類型屬性 這個連結服務類型特有的屬性。 HttpLinkedServiceTypeProperties (必要)

HttpLinkedServiceType屬性

名稱 說明 價值觀
驗證類型 要用來連線到 HTTP 伺服器的驗證類型。 '匿名'
“基本”
“ClientCertificate”
'摘要'
“Windows”
authHeaders 要求中用於授權之 RESTful API 的其他 HTTP 標頭。 類型:索引鍵值組(值應該是字串類型)。 任何
certThumbprint ClientCertificate 驗證憑證的指紋。 僅適用於內部部署複本。 針對使用 ClientCertificate 驗證的內部部署複製,應指定 CertThumbprint 或 EmbeddedCertData/Password。 Type:string (或 expression with resultType string) 。 任何
embeddedCertData ClientCertificate 驗證的Base64編碼憑證數據。 針對使用 ClientCertificate 驗證的內部部署複製,應指定 CertThumbprint 或 EmbeddedCertData/Password。 Type:string (或 expression with resultType string) 。 任何
啟用伺服器證書驗證 如果為 true,請驗證 HTTPS 伺服器 SSL 憑證。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 使用 EmbeddedCertData 驗證進行基本、摘要、Windows 或 ClientCertificate 的密碼。 秘密基地
URL HTTP 端點的基底 URL,例如 https://www.microsoft.com。 Type:string (或 expression with resultType string) 。 任何 (必要)
使用者名稱 基本、摘要或 Windows 驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

HubspotLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Hubspot' (必要)
類型屬性 Hubspot Service 鏈接服務屬性。 HubspotLinkedServiceTypeProperties (必要)

HubspotLinkedServiceType屬性

名稱 說明 價值觀
accessToken 最初驗證 OAuth 整合時取得的存取令牌。 秘密基地
用戶端ID 與您的 Hubspot 應用程式相關聯的用戶端識別碼。 任何 (必要)
用戶端密鑰 與您的 Hubspot 應用程式相關聯的客戶端密碼。 秘密基地
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
refreshToken 初始驗證 OAuth 整合時取得的重新整理令牌。 秘密基地
使用加密端點 指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 任何
使用主機驗證 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 任何
使用同行驗證 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 任何

ImpalaLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'Impala' (必要)
類型屬性 Impala 伺服器連結服務屬性。 ImpalaLinkedServiceTypeProperties (必要)

ImpalaLinkedServiceType屬性

名稱 說明 價值觀
allowHostNameCNMismatch (允許主機名稱與CN不匹配) 指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 預設值為 false。 任何
允許自簽名伺服器證書 指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 任何
驗證類型 要使用的驗證類型。 '匿名'
'SASLUsername'
'UsernameAndPassword' (必要)
啟用伺服器證書驗證 指定在連接時是否啟用伺服器 SSL 憑證驗證。始終使用系統信任存儲(僅適用於 V2)。 預設值為 True。 任何
啟用SSL 指定是否使用 SSL 加密與伺服器的連線。 預設值為 false。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 Impala 伺服器的IP位址或主機名。 (即192.168.222.160) 任何 (必要)
密碼 使用 UsernameAndPassword 時,對應至使用者名稱的密碼。 秘密基地
連接埠 Impala 伺服器用來接聽用戶端連線的 TCP 連接埠。 預設值為 21050。 任何
thriftTransportProtocol 協定 要在 Thrift 層中使用的傳輸協定(僅適用於 V2)。 預設值為 Binary。 '二進位'
'HTTP'
可信任憑證路徑 .pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 任何
用戶名 用來存取 Impala 伺服器的用戶名稱。 使用SASLUsername時,預設值為匿名。 任何
使用系統信任憑證庫 (useSystemTrustStore) 指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 預設值為 false。 任何

InformixLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'Informix' (必要)
類型屬性 Informix 連結的服務屬性。 InformixLinkedServiceTypeProperties (必要)

InformixLinkedServiceType屬性

名稱 說明 價值觀
驗證類型 用來連線到 Informix 做為 ODBC 資料存放區的驗證類型。 可能的值為:Anonymous 和 Basic。 Type:string (或 expression with resultType string) 。 任何
connectionString 連接字串 連接字串的非存取認證部分,以及選擇性的加密認證。 類型:string、SecureString 或 AzureKeyVaultSecretReference 或 Expression with resultType string。 任何 (必要)
資格證明 驅動程式特定屬性值格式所指定連接字串的存取認證部分。 秘密基地
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 基本身份驗證的密碼。 秘密基地
使用者名稱 基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

IntegrationRuntimeReference

名稱 說明 價值觀
參數 整合運行時間的自變數。 ParameterValueSpecification 參數值規範
referenceName (引用名稱) 參考整合運行時間名稱。 字串 (必要)
類型 整合運行時間的類型。 'IntegrationRuntimeReference' (必要)

JiraLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Jira' (必要)
類型屬性 Jira Service 連結服務屬性。 JiraLinkedServiceTypeProperties (必要)

JiraLinkedServiceType屬性

名稱 說明 價值觀
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 Jira 服務的IP位址或主機名。 (例如 jira.example.com) 任何 (必要)
密碼 對應至您在使用者名稱欄位中提供之使用者名稱的密碼。 秘密基地
連接埠 Jira 伺服器用來接聽用戶端連線的 TCP 連接埠。 如果透過 HTTPS 連線,則預設值為 443,如果透過 HTTP 連線,則為 8080。 任何
使用加密端點 指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 任何
使用主機驗證 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 任何
使用同行驗證 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 任何
用戶名 您用來存取 Jira 服務的使用者名稱。 任何 (必要)

LakeHouseLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Lakehouse' (必要)
類型屬性 Microsoft Fabric Lakehouse 鏈接服務屬性。 LakeHouseLinkedServiceTypeProperties (必要)

LakeHouseLinkedServiceType屬性

名稱 說明 價值觀
artifactId (工件識別碼) Microsoft Fabric Lakehouse 成品的標識碼。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
servicePrincipalCredential 的 Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 秘密基地
servicePrincipalCredentialType 服務 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 服務 用來針對 Microsoft Fabric Lakehouse 進行驗證的應用程式識別碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務 用來針對 Microsoft Fabric Lakehouse 進行驗證的應用程式密鑰。 秘密基地
租戶 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何
工作區ID Microsoft Fabric 工作區的標識碼。 Type:string (或 expression with resultType string) 。 任何

連結服務

名稱 說明 價值觀
附註 可用於描述連結服務的標籤清單。 任何[]
連接方式 整合運行時間參考。 IntegrationRuntimeReference
說明 鏈接的服務描述。 字符串
參數 連結服務的參數。 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 類型,設定為 'AzureDatabricksDeltaLakeLake'。 針對 AzureFileStorageLinkedService 類型,設定為 『AzureFileStorage』。 針對 AzureFunctionLinkedService 類型,設定為 『AzureFunction』。 針對 AzureKeyVaultLinkedService 類型,設定為 『AzureKeyVault』。 針對 AzureMLLinkedService 類型,設定為 『AzureML』。 針對 AzureMLServiceLinkedService 類型,設定為 『AzureMLService』。 針對 AzureMariaDBLinkedService 類型,設定為 『AzureMariaDB』。 針對 AzureMySqlLinkedService 類型,設定為 『AzureMySqlSql』。 針對 AzurePostgreSqlLinkedService 類型,設定為 『AzurePostgreSql』。 針對 AzureSearchLinkedService 類型,設定為 『AzureSearch』。 針對 AzureSqlDWLinkedService 類型,設定為 『AzureSqlDW』。 針對 AzureSqlDatabaseLinkedService 類型,設定為 『AzureSqlDatabase』。 針對 AzureSqlMILinkedService 類型設定為 『AzureSqlMI』。 針對 AzureStorageLinkedService 類型,設定為 『AzureStorage』。 針對 AzureSynapseArtifacts 類型設定為 『AzureSynapseArtifactsLinkedService』。 針對 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』。 設定為 MarketoLinkedService 類型的 『Marketo』。 針對 MicrosoftAccessLinkedService 類型,設定為 'MicrosoftAccess'。 針對 MongoDbLinkedService 類型,設定為 'MongoDb'。 針對 MongoDbAtlasLinkedService 類型,設定為 'MongoDbAtlas'。 針對 MongoDbV2LinkedService 類型,設定為 'MongoDbV2'。 針對 MySqlLinkedService 類型,設定為 'MySql'。 將 設定為 NetezzaLinkedService 類型的 'Netezza'。 將類型 ODataLinkedService 設定為 『OData』。 針對 OdbcLinkedService 類型,設定為 『Odbc』。 針對 Office365LinkedService 類型,設定為 『Office365』。 針對 OracleLinkedService 類型設定為 『Oracle』。 針對 OracleCloudStorageLinkedService 類型,設定為 'OracleCloudStorage'。 針對 OracleServiceCloudLinkedService 類型,設定為 'OracleServiceCloudCloud'。 設定為 PaypalLinkedService 類型的 『PayPal』。 針對 PhoenixLinkedService 類型設定為 『Phoenix』。 針對 PostgreSqlLinkedService 類型,設定為 'PostgreSql'。 針對 PostgreSqlV2LinkedService 類型,設定為 'PostgreSqlV2'。 設定為 PrestoLinkedService 類型的 『Presto』。 針對 QuickBooksLinkedService 類型,設定為 'QuickBooks'。 針對 QuickbaseLinkedService 類型,設定為 'Quickbase'。 設定為 ResponsysLinkedService 類型的 'Responsys'。 設定為 RestServiceLinkedService 類型的 'RestService'。 針對 SalesforceLinkedService 類型,設定為 'Salesforce'。 針對 SalesforceMarketingCloudLinkedService 類型,設定為 'SalesforceMarketingCloud'。 針對 SalesforceServiceCloudLinkedService 類型,設定為 'SalesforceServiceCloudCloud'。 針對 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] 類型為 [ShopifyLinkedService]。 針對 SmartsheetLinkedService類型,設定為 'Smartsheet'。 針對 SnowflakeLinkedService 類型,設定為 'Snowflake'。 針對 SnowflakeV2LinkedService 類型,設定為 'SnowflakeV2'。 針對 SparkLinkedService類型設定為 『Spark』。 針對 SqlServerLinkedService 類型,設定為 'SqlServer'。 設定為 SquareLinkedService 類型的 『Square』。 設定為 SybaseLinkedService 類型的 『Sybase』。 針對 TeamDeskLinkedService 類型,設定為 'TeamDesk'。 針對 TeradataLinkedService 類型,設定為 'Teradata'。 設定為 TwilioLinkedService 類型的 『Twilio』。 設定為 VerticaLinkedService 類型的 'Vertica'。 針對 WarehouseLinkedService 類型,設定為 『Warehouse』。 針對 WebLinkedService 類型,設定為 'Web'。 設定為 XeroLinkedService 類型的 『Xero』。 針對 ZendeskLinkedService 類型,設定為 'Zendesk'。 設定為 類型 ZohoLinkedService 的 『Zoho』。 '亞馬遜MWS'
“AmazonRdsForOracle”
“AmazonRdsForSqlServer”
“亞馬遜 Redshift”
“亞馬遜 S3”
“AmazonS3 兼容”
'應用程式資料'
'體式'
“AzureBatch”
“AzureBlobFS”
“AzureBlobStorage”
'AzureDatabricks'
“AzureDatabricksDeltaLake”
“AzureDataExplorer”
“AzureDataLakeAnalytics”
“AzureDataLakeStore”
“AzureFileStorage”
'AzureFunction'
“AzureKeyVault”
'AzureMariaDB'
“AzureML”
“AzureMLService”
“AzureMySql”
'AzurePostgreSql'
“AzureSearch”
“AzureSqlDatabase”
'AzureSqlDW'
'AzureSqlMI'
“AzureStorage”
“AzureSynapseArtifacts”
“AzureTableStorage”
'卡桑德拉'
“CommonDataServiceForApps”
“同意”
'CosmosDb'
“CosmosDbMongoDbApi”
“沙發基地”
'CustomDataSource'
“數據世界”
“Db2”
“鑽”
“動力學”
'DynamicsAX'
'DynamicsCrm'
'Eloqua'
“檔案伺服器”
'FtpServer'
'GoogleAdWords 英語'
'GoogleBigQuery'
'GoogleBigQueryV2'
'GoogleCloudStorage'
'谷歌表格'
'李子'
'HBase'
'Hdfs'
“HDInsight”
“HDInsightOnDemand”
蜂巢”
'HttpServer'
“Hubspot”
“黑斑羚”
'資訊化'
'吉拉'
“湖倉小屋”
'Magento'
'MariaDB'
'Marketo'
“MicrosoftAccess”
“MongoDb”
'MongoDbAtlas'
“MongoDbV2”
'MySql'
“內特扎”
'OData'
'ODBC'
'Office365'
“神諭”
“OracleCloudStorage”
“OracleServiceCloud”
'PayPal'
“鳳凰”
'PostgreSql'
'PostgreSqlV2'
“Presto”
“快速基地”
“快書”
“Responsys”
'RestService'
“Salesforce”
'SalesforceMarketingCloud'
'SalesforceServiceCloud'
“SalesforceServiceCloudV2”
“SalesforceV2”
'SapBW'
“SapCloudForCustomer”
'SapEcc'
'SapHana'
'SapOdp'
“SapOpenHub”
'SapTable'
“ServiceNow”
“ServiceNowV2”
'Sftp'
“SharePointOnlineList”
'Shopify'
'智慧表'
“雪花”
'雪花 V2'
“火花”
“SqlServer”
'Square'
'Sybase'
'團隊桌'
“Teradata”
“特維利奧”
“維蒂卡”
'倉庫'
“網络”
'Xero'
'Zendesk'
'Zoho' (必要)
版本 連結服務的版本。 字符串

LinkedServiceReference

名稱 說明 價值觀
參數 LinkedService 的自變數。 ParameterValueSpecification 參數值規範
referenceName (引用名稱) 參考 LinkedService 名稱。 字串 (必要)
類型 連結服務參考類型。 'LinkedServiceReference' (必要)

MagentoLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Magento' (必要)
類型屬性 Magento 伺服器鏈接服務屬性。 MagentoLinkedServiceTypeProperties (必要)

MagentoLinkedServiceType屬性

名稱 說明 價值觀
accessToken 來自Magento的存取令牌。 秘密基地
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 Magento 實例的 URL。 (即192.168.222.110/洋紅3) 任何 (必要)
使用加密端點 指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 任何
使用主機驗證 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 任何
使用同行驗證 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 任何

MariaDBLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'MariaDB' (必要)
類型屬性 MariaDB 伺服器鏈接服務屬性。 MariaDBLinkedServiceTypeProperties (必要)

MariaDBLinkedServiceTypeProperties

名稱 說明 價值觀
connectionString 連接字串 ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
資料庫 連接的資料庫名稱。 類型:字串。 任何
驅動程式版本 MariaDB 驅動程式的版本。 類型:字串。 舊版驅動程式的 V1 或空白,適用於新驅動程式的 V2。 V1 可以支援連接字串和屬性包,V2 只能支援連接字串。 舊版驅動程式已排定在 2024 年 10 月前淘汰。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
連接埠 連接的埠。 類型:整數。 任何
伺服器 線上的伺服器名稱。 類型:字串。 任何
SSL 模式 (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 加密的聯機。 任何
用戶名 驗證的用戶名稱。 類型:字串。 任何
使用系統信任憑證庫 (useSystemTrustStore) 此選項會指定是否要使用來自系統信任存放區的 CA 憑證,或從指定的 PEM 檔案使用 CA 憑證。 例如 UseSystemTrustStore=<0/1>;選項:已啟用 (1) / 已停用 (0) (預設) 任何

MarketoLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Marketo' (必要)
類型屬性 Marketo 伺服器鏈接服務屬性。 MarketoLinkedServiceTypeProperties (必要)

MarketoLinkedServiceTypeProperties

名稱 說明 價值觀
用戶端ID Marketo 服務的用戶端標識碼。 任何 (必要)
用戶端密鑰 Marketo 服務的客戶端密碼。 秘密基地
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
端點 Marketo 伺服器的端點。 (即 123-ABC-321.mktorest.com) 任何 (必要)
使用加密端點 指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 任何
使用主機驗證 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 任何
使用同行驗證 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 任何

MicrosoftAccessLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'MicrosoftAccess' (必要)
類型屬性 Microsoft Access 連結的服務屬性。 MicrosoftAccessLinkedServiceTypeProperties (必要)

MicrosoftAccessLinkedServiceType屬性

名稱 說明 價值觀
驗證類型 用來連線至 Microsoft Access 做為 ODBC 資料存放區的驗證類型。 可能的值為:Anonymous 和 Basic。 Type:string (或 expression with resultType string) 。 任何
connectionString 連接字串 連接字串的非存取認證部分,以及選擇性的加密認證。 類型:string、SecureString 或 AzureKeyVaultSecretReference 或 Expression with resultType string。 任何 (必要)
資格證明 驅動程式特定屬性值格式所指定連接字串的存取認證部分。 秘密基地
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 基本身份驗證的密碼。 秘密基地
使用者名稱 基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

MongoDbAtlasLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'MongoDbAtlas' (必要)
類型屬性 MongoDB Atlas 鏈接服務屬性。 MongoDbAtlasLinkedServiceTypeProperties (必要)

MongoDbAtlasLinkedServiceType屬性

名稱 說明 價值觀
connectionString 連接字串 MongoDB Atlas 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何 (必要)
資料庫 您想要存取的 MongoDB Atlas 資料庫名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
驅動程式版本 您要選擇的驅動程式版本。 允許的值為 v1 和 v2。 Type:string (或 expression with resultType string) 。 任何

MongoDbLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'MongoDb' (必要)
類型屬性 MongoDB 連結服務屬性。 MongoDbLinkedServiceTypeProperties (必要)

MongoDbLinkedServiceType屬性

名稱 說明 價值觀
允許自簽名伺服器證書 指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
驗證類型 要用來連線到 MongoDB 資料庫的驗證類型。 '匿名'
“基本”
authSource 認證 用來驗證使用者名稱和密碼的資料庫。 Type:string (或 expression with resultType string) 。 任何
資料庫名稱 您想要存取的 MongoDB 資料庫名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
啟用SSL 指定是否使用 SSL 加密與伺服器的連線。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 驗證的密碼。 秘密基地
連接埠 MongoDB 伺服器用來接聽用戶端連線的 TCP 連接埠號碼。 預設值為 27017。 類型:integer (或 expression with resultType integer), minimum: 0。 任何
伺服器 MongoDB 伺服器的IP位址或伺服器名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
用戶名 驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

MongoDbV2LinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'MongoDbV2' (必要)
類型屬性 MongoDB 連結服務屬性。 MongoDbV2LinkedServiceTypeProperties (必要)

MongoDbV2LinkedServiceType屬性

名稱 說明 價值觀
connectionString 連接字串 MongoDB 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何 (必要)
資料庫 您想要存取的 MongoDB 資料庫名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

MySqlLinkedService 服務

名稱 說明 價值觀
類型 連結服務的類型。 'MySql' (必要)
類型屬性 MySQL 連結服務屬性。 MySqlLinkedServiceTypeProperties (必要)

MySqlLinkedServiceType屬性

名稱 說明 價值觀
allowZeroDateTime (允許零日期時間) 這可讓從資料庫擷取特殊的“零”日期值 0000-00-00。 類型:布爾值。 任何
connectionString 連接字串 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
connectionTimeout 連接超時 在終止嘗試並產生錯誤之前,等候伺服器連線的時間長度(以秒為單位)。 類型:整數。 任何
convertZeroDateTime 如果為 True,則會傳回具有不允許值的 date 或 datetime 數據行的 DateTime.MinValue。 類型:布爾值。 任何
資料庫 連接的資料庫名稱。 類型:字串。 任何
驅動程式版本 MySQL 驅動程式的版本。 類型:字串。 舊版驅動程式的 V1 或空白,適用於新驅動程式的 V2。 V1 可以支援連接字串和屬性包,V2 只能支援連接字串。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
guid格式 判斷應該讀取為 GUID 的數據行類型(如果有的話)。 類型:字串。 無:不會自動將任何數據行類型讀取為 Guid;Char36:所有 CHAR(36) 數據行都會使用小寫十六進位和連字元來讀取/寫入為 Guid,其符合 UUID。 任何
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
連接埠 連接的埠。 類型:整數。 任何
伺服器 線上的伺服器名稱。 類型:字串。 任何
sslCert 證書 用戶端 SSL 憑證檔案的路徑,格式為 PEM。 也必須指定 SslKey。 類型:字串。 任何
SSL金鑰 用戶端 SSL 私鑰的路徑,格式為 PEM。 也必須指定 SslCert。 類型:字串。 任何
SSL 模式 (sslMode) 線上的 SSL 模式。 類型:整數。 0:停用、1:偏好、2:需要、3:verify-ca、4:verify-full。 任何
將Tiny視為布林值 當設定為 true 時,TINYINT(1) 值會以布爾值傳回。 類型:bool。 任何
用戶名 驗證的用戶名稱。 類型:字串。 任何
使用系統信任憑證庫 (useSystemTrustStore) 使用系統信任存放區進行連線。 類型:整數。 0:啟用,1:停用。 任何

NetezzaLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Netezza' (必要)
類型屬性 Netezza 連結服務屬性。 NetezzaLinkedServiceTypeProperties (必要)

NetezzaLinkedServiceType屬性

名稱 說明 價值觀
connectionString 連接字串 ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
pwd 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference

ODataLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'OData' (必要)
類型屬性 OData 鏈接服務屬性。 ODataLinkedServiceTypeProperties (必要)

ODataLinkedServiceType屬性

名稱 說明 價值觀
aadResourceId 指定您要求授權以使用 Directory 的資源。 Type:string (或 expression with resultType string) 。 任何
aadServicePrincipalCredentialType 指定服務主體所使用的認證類型(金鑰或憑證)。 “ServicePrincipalCert”
“ServicePrincipalKey”
驗證類型 用來連線到 OData 服務的驗證類型。 “AadServicePrincipal”
'匿名'
“基本”
“ManagedServiceIdentity”
“Windows”
authHeaders 要求中用於授權之 RESTful API 的其他 HTTP 標頭。 類型:索引鍵值組(值應該是字串類型)。 任何
Azure 雲端類型 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 OData 服務的密碼。 秘密基地
服務主體內嵌證書 指定在 Azure Active Directory 中註冊之應用程式的base64編碼憑證。 Type:string (或 expression with resultType string) 。 秘密基地
服務主體嵌入式證書密碼 如果您的憑證具有密碼,且您使用的是 AadServicePrincipal 驗證,請指定憑證的密碼。 Type:string (或 expression with resultType string) 。 秘密基地
servicePrincipalId 服務 指定在 Azure Active Directory 中註冊之應用程式的應用程式識別碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務 指定在 Azure Active Directory 中註冊之應用程式的秘密。 Type:string (或 expression with resultType string) 。 秘密基地
租戶 指定應用程式所在的租使用者資訊(功能變數名稱或租使用者標識符)。 Type:string (或 expression with resultType string) 。 任何
URL OData 服務端點的 URL。 Type:string (或 expression with resultType string) 。 任何 (必要)
使用者名稱 OData 服務的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

OdbcLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'Odbc' (必要)
類型屬性 ODBC 連結服務屬性。 OdbcLinkedServiceTypeProperties (必要)

OdbcLinkedServiceType屬性

名稱 說明 價值觀
驗證類型 用來連接到 ODBC 資料存放區的驗證類型。 可能的值為:Anonymous 和 Basic。 Type:string (或 expression with resultType string) 。 任何
connectionString 連接字串 連接字串的非存取認證部分,以及選擇性的加密認證。 類型:string、SecureString 或 AzureKeyVaultSecretReference 或 Expression with resultType string。 任何 (必要)
資格證明 驅動程式特定屬性值格式所指定連接字串的存取認證部分。 秘密基地
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 基本身份驗證的密碼。 秘密基地
使用者名稱 基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

Office365鏈接服務

名稱 說明 價值觀
類型 連結服務的類型。 'Office365' (必要)
類型屬性 Office365 連結的服務屬性。 Office365LinkedServiceTypeProperties (必要)

Office365LinkedServiceType屬性

名稱 說明 價值觀
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
office365租戶 ID Office 365 帳戶所屬的 Azure 租用戶標識碼。 Type:string (或 expression with resultType string) 。 任何 (必要)
servicePrincipalCredentialType 服務 驗證的服務主體認證類型。'ServicePrincipalKey' 用於密鑰/秘密,'ServicePrincipalCert' 用於憑證。 如果未指定,'ServicePrincipalKey' 正在使用中。 Type:string (或 expression with resultType string) 。 任何
服務主體內嵌證書 指定在 Azure Active Directory 中註冊之應用程式的base64編碼憑證。 Type:string (或 expression with resultType string) 。 秘密基地
服務主體嵌入式證書密碼 如果您的憑證具有密碼,且您使用的是 AadServicePrincipal 驗證,請指定憑證的密碼。 Type:string (或 expression with resultType string) 。 秘密基地
servicePrincipalId 服務 指定應用程式的用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何 (必要)
servicePrincipalKey 服務 指定應用程式的金鑰。 SecretBase (必要)
servicePrincipalTenantId 服務 指定 Azure AD Web 應用程式所在的租用戶資訊。 Type:string (或 expression with resultType string) 。 任何 (必要)

OracleCloudStorageLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'OracleCloudStorage' (必要)
類型屬性 Oracle 雲端記憶體連結服務屬性。 OracleCloudStorageLinkedServiceTypeProperties (必要)

OracleCloudStorageLinkedServiceType屬性

名稱 說明 價值觀
accessKeyId Oracle 雲端記憶體身分識別和存取管理 (IAM) 使用者的存取金鑰標識碼。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
secretAccessKey Oracle 雲端記憶體身分識別和存取管理 (IAM) 使用者的秘密存取密鑰。 秘密基地
服務網址 (serviceUrl) 這個值會指定要使用 Oracle Cloud Storage Connector 存取的端點。 這是選擇性屬性;只有在您想要嘗試不同的服務端點或想要在 HTTPs 和 HTTP 之間切換時,才變更它。 Type:string (或 expression with resultType string) 。 任何

OracleLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Oracle' (必要)
類型屬性 Oracle 資料庫連結服務屬性。 OracleLinkedServiceTypeProperties (必要)

OracleLinkedServiceType屬性

名稱 說明 價值觀
驗證類型 線上到 Oracle 資料庫的驗證類型。 僅適用於 2.0 版。 “基本”
connectionString 連接字串 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 僅適用於 1.0 版。 任何
cryptoChecksumClient 指定當此客戶端連線到伺服器時所需的數據完整性行為。 支援的值會接受、拒絕、要求或必要,預設值為必要。 類型:字串。 僅適用於 2.0 版。 任何
cryptoChecksumTypes用戶端 指定用戶端可以使用的加密總和檢查碼演算法。 支援的值為SHA1、SHA256、SHA384、SHA512、預設值為 (SHA512)。 類型:字串。 僅適用於 2.0 版。 任何
啟用批量加載 指定在將數據載入資料庫時,是否要使用大量複製或批次插入,預設值為 true。 類型:布爾值。 僅適用於 2.0 版。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
加密客戶端 指定加密客戶端行為。 支援的值會接受、拒絕、要求或必要,預設值為必要。 類型:字串。 僅適用於 2.0 版。 任何
encryptionTypes用戶端 指定用戶端可以使用的加密演算法。 支援的值為 AES128、AES192、AES256、3DES112、3DES168、預設值為 (AES256)。 類型:字串。 僅適用於 2.0 版。 任何
fetchSize (獲取大小) 指定驅動程式配置來擷取一個資料庫來回數據的位元元組數目,預設值為10485760。 類型:整數。 僅適用於 2.0 版。 任何
fetchTswtzAsTimestamp 指定驅動程式是否會以 DATETime 或字串的形式傳回 TIMESTAMP WITH TIME ZONE 數據類型的數據行值。 如果 supportV1DataTypes 不是 true,則會忽略此設定,預設值為 true。 類型:布爾值。 僅適用於 2.0 版。 任何
初始化字串 指定連接到資料庫以管理工作階段設定之後立即發出的命令。 類型:字串。 僅適用於 2.0 版。 任何
初始 LobFetchSize 指定來源一開始擷取 LOB 資料行的數量,預設值為 0。 類型:整數。 僅適用於 2.0 版。 任何
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
伺服器 您想要連線的 Oracle 資料庫位置,支援的表單包括連接器描述元、Easy Connect (Plus) 命名和 Oracle Net Services 名稱(僅限自我裝載 IR)。 類型:字串。 僅適用於 2.0 版。 任何
聲明快取大小 (statementCacheSize) 指定要針對每個資料庫連接快取的數據指標或語句數目,預設值為 0。 類型:整數。 僅適用於 2.0 版。 任何
支援V1資料類型 指定是否要使用 1.0 版數據類型對應。 除非您想要保持與 1.0 版數據類型對應的回溯相容性,否則請勿將此設定為 true,預設值為 false。 類型:布爾值。 僅適用於 2.0 版。 任何
用戶名 Oracle 資料庫用戶名稱。 類型:字串。 僅適用於 2.0 版。 任何

OracleServiceCloudLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'OracleServiceCloud' (必要)
類型屬性 Oracle 服務雲端連結服務屬性。 OracleServiceCloudLinkedServiceTypeProperties (必要)

OracleServiceCloudLinkedServiceType屬性

名稱 說明 價值觀
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 Oracle 服務雲端實例的 URL。 任何 (必要)
密碼 對應至您在使用者名稱金鑰中提供之使用者名稱的密碼。 SecretBase (必要)
使用加密端點 指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
使用主機驗證 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
使用同行驗證 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
用戶名 您用來存取 Oracle Service 雲端伺服器的使用者名稱。 任何 (必要)

ParameterDefinitionSpecification

名稱 說明 價值觀

參數規範

名稱 說明 價值觀
預設值 參數的預設值。 任何
類型 參數類型。 '陣列'
'布爾'
'浮動'
'int'
'物件'
“安全字串”
'String' (必要)

ParameterValueSpecification 參數值規範

名稱 說明 價值觀

ParameterValueSpecification 參數值規範

名稱 說明 價值觀

PaypalLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'PayPal' (必要)
類型屬性 PayPal服務鏈接服務屬性。 PaypalLinkedServiceTypeProperties (必要)

PaypalLinkedServiceType屬性

名稱 說明 價值觀
用戶端ID 與PayPal應用程式相關聯的用戶端標識碼。 任何 (必要)
用戶端密鑰 與PayPal應用程式相關聯的客戶端密碼。 秘密基地
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 PayPal 實例的 URL。 (即 api.sandbox.paypal.com) 任何 (必要)
使用加密端點 指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 任何
使用主機驗證 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 任何
使用同行驗證 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 任何

PhoenixLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Phoenix' (必要)
類型屬性 Phoenix 伺服器鏈接服務屬性。 PhoenixLinkedServiceTypeProperties (必要)

PhoenixLinkedServiceType屬性

名稱 說明 價值觀
allowHostNameCNMismatch (允許主機名稱與CN不匹配) 指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 預設值為 false。 任何
允許自簽名伺服器證書 指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 任何
驗證類型 用來連線到 Phoenix 伺服器的驗證機制。 '匿名'
'使用者名和密碼'
'WindowsAzureHDInsightService' (必要)
啟用SSL 指定是否使用 SSL 加密與伺服器的連線。 預設值為 false。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 Phoenix 伺服器的IP位址或主機名。 (即192.168.222.160) 任何 (必要)
httpPath 對應至 Phoenix 伺服器的部分 URL。 (即 /gateway/sandbox/phoenix/version)。 如果使用 WindowsAzureHDInsightService,預設值為 hbasephoenix。 任何
密碼 對應至使用者名稱的密碼。 秘密基地
連接埠 Phoenix 伺服器用來接聽用戶端連線的 TCP 連接埠。 預設值為8765。 任何
可信任憑證路徑 .pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 任何
用戶名 用來連線到 Phoenix 伺服器的用戶名稱。 任何
使用系統信任憑證庫 (useSystemTrustStore) 指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 預設值為 false。 任何

PostgreSqlLinkedService 服務

名稱 說明 價值觀
類型 連結服務的類型。 'PostgreSql' (必要)
類型屬性 PostgreSQL 鏈接服務屬性。 PostgreSqlLinkedServiceTypeProperties (必要)

PostgreSqlLinkedServiceType屬性

名稱 說明 價值觀
connectionString 連接字串 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何 (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference

PostgreSqlV2LinkedService 服務

名稱 說明 價值觀
類型 連結服務的類型。 'PostgreSqlV2' (必要)
類型屬性 PostgreSQLV2 鏈接服務屬性。 PostgreSqlV2LinkedServiceTypeProperties (必要)

PostgreSqlV2LinkedServiceType屬性

名稱 說明 價值觀
驗證類型 要使用的驗證類型。 類型:字串。 任何 (必要)
commandTimeout 在終止嘗試並產生錯誤之前,嘗試執行命令的時間(以秒為單位)。 設定為零表示無限大。 類型:整數。 任何
connectionTimeout 連接超時 在終止嘗試並產生錯誤之前,嘗試建立連線的時間(以秒為單位)。 類型:整數。 任何
資料庫 連接的資料庫名稱。 類型:字串。 任何 (必要)
編碼 取得或設定將用來編碼/譯碼 PostgreSQL 字串數據的 .NET 編碼。 類型:字串 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
logParameters 啟用時,會在執行命令時記錄參數值。 類型:布爾值。 任何
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 類型:字串。 AzureKeyVaultSecretReference
是否應該使用連線共用。 類型:布爾值。 任何
連接埠 連接的埠。 類型:整數。 任何
讀取緩衝區大小 決定讀取時,內部緩衝區所使用的大小。 如果從資料庫傳輸大型值,增加可能會改善效能。 類型:整數。 任何
架構 設定架構搜尋路徑。 類型:字串。 任何
伺服器 線上的伺服器名稱。 類型:字串。 任何 (必要)
sslCertificate 證書 要傳送至伺服器的客戶端憑證位置。 類型:字串。 任何
SSL金鑰 要傳送至伺服器的用戶端憑證用戶端金鑰位置。 類型:字串。 任何
SSL 模式 (sslMode) 線上的 SSL 模式。 類型:整數。 0:停用、1:allow、2:prefer、3:require、4:verify-ca、5:verify-full。 類型:整數。 任何 (必要)
sslPassword 密碼 用戶端憑證金鑰的密碼。 類型:字串。 任何
時區 取得或設定會話時區。 類型:字串。 任何
信任伺服器證書 是否信任伺服器證書而不驗證它。 類型:布爾值。 任何
用戶名 驗證的用戶名稱。 類型:字串。 任何 (必要)

PrestoLinkedService 服務

名稱 說明 價值觀
類型 連結服務的類型。 'Presto' (必要)
類型屬性 Presto 伺服器鏈接服務屬性。 PrestoLinkedServiceTypeProperties (必要)

PrestoLinkedServiceType屬性

名稱 說明 價值觀
allowHostNameCNMismatch (允許主機名稱與CN不匹配) 指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 預設值為 false。 僅適用於 1.0 版。 任何
允許自簽名伺服器證書 指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 僅適用於 1.0 版。 任何
驗證類型 用來連線到 Presto 伺服器的驗證機制。 '匿名'
'LDAP' (必要)
目錄 針對伺服器的所有要求目錄內容。 任何 (必要)
啟用伺服器證書驗證 指定與伺服器的連線是否會驗證伺服器證書,預設值為 True。 僅適用於 2.0 版 任何
啟用SSL 指定是否使用 SSL 加密與伺服器的連線。 舊版的預設值為 False。 2.0 版的預設值為 True。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 Presto 伺服器的IP位址或主機名。 (即192.168.222.160) 任何 (必要)
密碼 對應至使用者名稱的密碼。 秘密基地
連接埠 Presto 伺服器用來接聽用戶端連線的 TCP 連接埠。 停用 SSL 時,預設值為 8080,啟用 SSL 時預設值為 443。 任何
伺服器版本 Presto 伺服器的版本。 (即 0.148-t)僅適用於 1.0 版。 任何
時間 ZoneID 連接所使用的當地時區。 此選項的有效值是在 IANA 時區資料庫中指定。 1.0 版的預設值是客戶端系統時區。 2.0 版的預設值是伺服器系統 timeZone 任何
可信任憑證路徑 .pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 僅適用於 1.0 版。 任何
用戶名 用來連線到 Presto 伺服器的用戶名稱。 任何
使用系統信任憑證庫 (useSystemTrustStore) 指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 預設值為 false。 僅適用於 1.0 版。 任何

QuickbaseLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Quickbase' (必要)
類型屬性 Quickbase 鏈接服務屬性。 QuickbaseLinkedServiceTypeProperties (必要)

QuickbaseLinkedServiceType屬性

名稱 說明 價值觀
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
URL 線上 Quickbase 來源的 URL。 Type:string (或 expression with resultType string) 。 任何 (必要)
userToken Quickbase 來源的使用者令牌。 SecretBase (必要)

QuickBooksLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'QuickBooks' (必要)
類型屬性 QuickBooks 伺服器鏈接服務屬性。 QuickBooksLinkedServiceTypeProperties (必要)

QuickBooksLinkedServiceType屬性

名稱 說明 價值觀
accessToken OAuth 2.0 身份驗證的訪問令牌。 秘密基地
accessTokenSecret OAuth 1.0 身份驗證已棄用訪問令牌密鑰。 僅用於版本 1.0。 秘密基地
公司ID 要授權之 QuickBooks 公司的公司識別碼。 任何
連線屬性 用來連線到 QuickBooks 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 任何
consumerKey OAuth 2.0 身份驗證的使用者密鑰。 任何
consumerSecret 的 OAuth 2.0 身份驗證的使用者密鑰。 秘密基地
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
端點 QuickBooks 伺服器的端點。 (即 quickbooks.api.intuit.com) 任何
refreshToken OAuth 2.0 身份驗證的刷新令牌。 秘密基地
使用加密端點 指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 僅用於版本 1.0。 任何

ResponsysLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'Responsys' (必要)
類型屬性 Responsys 鏈接服務屬性。 ResponsysLinkedServiceTypeProperties (必要)

ResponsysLinkedServiceType屬性

名稱 說明 價值觀
用戶端ID 與 Responsys 應用程式相關聯的用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何 (必要)
用戶端密鑰 與 Responsys 應用程式相關聯的客戶端密碼。 Type:string (或 expression with resultType string) 。 秘密基地
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
端點 Responsys 伺服器的端點。 任何 (必要)
使用加密端點 指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
使用主機驗證 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
使用同行驗證 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何

RestServiceLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'RestService' (必要)
類型屬性 Rest 服務鏈接服務屬性。 RestServiceLinkedServiceTypeProperties (必要)

RestServiceLinkedServiceType屬性

名稱 說明 價值觀
aadResourceId 您要求授權使用的資源。 Type:string (或 expression with resultType string) 。 任何
驗證類型 用來連線到 REST 服務的驗證類型。 “AadServicePrincipal”
'匿名'
“基本”
“ManagedServiceIdentity”
'OAuth2ClientCredential' (必要)
authHeaders 要求中用於授權之 RESTful API 的其他 HTTP 標頭。 Type:object (或 Expression with resultType 物件)。 任何
Azure 雲端類型 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
用戶端ID 與應用程式相關聯的用戶端標識碼。 Type:string (或 expression with resultType string) 。 任何
用戶端密鑰 與應用程式相關聯的客戶端密碼。 秘密基地
資格證明 包含驗證資訊的認證參考。 憑證引用
啟用伺服器證書驗證 是否要在連線到端點時驗證伺服器端 SSL 憑證。默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 基本身份驗證類型中使用的密碼。 秘密基地
資源 要求存取的目標服務或資源。 Type:string (或 expression with resultType string) 。 任何
範圍 所需的存取範圍。 它描述將要求何種存取權。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalCredentialType 服務 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
服務主體內嵌證書 指定在 Azure Active Directory 中註冊之應用程式的base64編碼憑證。 Type:string (或 expression with resultType string) 。 秘密基地
服務主體嵌入式證書密碼 如果您的憑證具有密碼,且您使用的是 AadServicePrincipal 驗證,請指定憑證的密碼。 Type:string (或 expression with resultType string) 。 秘密基地
servicePrincipalId 服務 AadServicePrincipal 驗證類型中使用的應用程式用戶端標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務 AadServicePrincipal 驗證類型中使用的應用程式密鑰。 秘密基地
租戶 在應用程式所在的 AadServicePrincipal 驗證類型中使用的租使用者資訊(功能變數名稱或租用戶標識碼)。 Type:string (或 expression with resultType string) 。 任何
tokenEndpoint 要取得存取令牌之授權伺服器的令牌端點。 Type:string (或 expression with resultType string) 。 任何
URL REST 服務的基底 URL。 Type:string (或 expression with resultType string) 。 任何 (必要)
使用者名稱 基本身份驗證類型中使用的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SalesforceLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Salesforce' (必要)
類型屬性 Salesforce 鏈接的服務屬性。 SalesforceLinkedServiceTypeProperties (必要)

SalesforceLinkedServiceType屬性

名稱 說明 價值觀
apiVersion ADF 中使用的 Salesforce API 版本。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
環境URL Salesforce 實例的 URL。 預設值為 『https://login.salesforce.com』。 若要從沙箱複製數據,請指定 'https://test.salesforce.com'。 若要從自定義網域複製數據,請指定 『https://[domain].my.salesforce.com』。 Type:string (或 expression with resultType string) 。 任何
密碼 Salesforce 實例基本身份驗證的密碼。 秘密基地
安全性憑證 安全性令牌是遠端訪問 Salesforce 實例的選擇性令牌。 秘密基地
用戶名 Salesforce 實例基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SalesforceMarketingCloudLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'SalesforceMarketingCloud' (必要)
類型屬性 Salesforce Marketing Cloud 連結服務屬性。 SalesforceMarketingCloudLinkedServiceTypeProperties (必要)

SalesforceMarketingCloudLinkedServiceType屬性

名稱 說明 價值觀
用戶端ID 與 Salesforce Marketing Cloud 應用程式相關聯的用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何
用戶端密鑰 與 Salesforce Marketing Cloud 應用程式相關聯的客戶端密碼。 Type:string (或 expression with resultType string) 。 秘密基地
連線屬性 用來連線到 Salesforce Marketing Cloud 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
使用加密端點 指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
使用主機驗證 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
使用同行驗證 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何

SalesforceServiceCloudLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'SalesforceServiceCloud' (必要)
類型屬性 Salesforce Service Cloud 連結服務屬性。 SalesforceServiceCloudLinkedServiceTypeProperties (必要)

SalesforceServiceCloudLinkedServiceType屬性

名稱 說明 價值觀
apiVersion ADF 中使用的 Salesforce API 版本。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
環境URL Salesforce Service Cloud 實例的 URL。 預設值為 『https://login.salesforce.com』。 若要從沙箱複製數據,請指定 'https://test.salesforce.com'。 若要從自定義網域複製數據,請指定 『https://[domain].my.salesforce.com』。 Type:string (或 expression with resultType string) 。 任何
extendedProperties 附加至連接字串的擴充屬性。 Type:string (或 expression with resultType string) 。 任何
密碼 Salesforce 實例基本身份驗證的密碼。 秘密基地
安全性憑證 安全性令牌是遠端訪問 Salesforce 實例的選擇性令牌。 秘密基地
用戶名 Salesforce 實例基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SalesforceServiceCloudV2LinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'SalesforceServiceCloudV2' (必要)
類型屬性 Salesforce Service Cloud V2 鏈接的服務屬性。 SalesforceServiceCloudV2LinkedServiceTypeProperties (必要)

SalesforceServiceCloudV2LinkedServiceType屬性

名稱 說明 價值觀
apiVersion ADF 中使用的 Salesforce API 版本。 版本必須大於或等於 Salesforce BULK API 2.0 所需的 47.0。 Type:string (或 expression with resultType string) 。 任何
驗證類型 要用來連線到 Salesforce 的驗證類型。 目前,我們只支援 OAuth2ClientCredentials,這也是預設值 任何
用戶端ID Salesforce 實例的 OAuth 2.0 用戶端認證流程驗證用戶端標識碼。 Type:string (或 expression with resultType string) 。 任何
用戶端密鑰 Salesforce 實例之 OAuth 2.0 用戶端認證流程驗證的客戶端密碼。 秘密基地
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
環境URL Salesforce Service Cloud 實例的 URL。 例如,'https://[domain].my.salesforce.com'。 Type:string (或 expression with resultType string) 。 任何

SalesforceV2LinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'SalesforceV2' (必要)
類型屬性 Salesforce V2 鏈接的服務屬性。 SalesforceV2LinkedServiceTypeProperties (必要)

SalesforceV2LinkedServiceType屬性

名稱 說明 價值觀
apiVersion ADF 中使用的 Salesforce API 版本。 版本必須大於或等於 Salesforce BULK API 2.0 所需的 47.0。 Type:string (或 expression with resultType string) 。 任何
驗證類型 要用來連線到 Salesforce 的驗證類型。 目前,我們只支援 OAuth2ClientCredentials,這也是預設值 任何
用戶端ID Salesforce 實例的 OAuth 2.0 用戶端認證流程驗證用戶端標識碼。 Type:string (或 expression with resultType string) 。 任何
用戶端密鑰 Salesforce 實例之 OAuth 2.0 用戶端認證流程驗證的客戶端密碼。 秘密基地
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
環境URL Salesforce 實例的 URL。 例如,'https://[domain].my.salesforce.com'。 Type:string (或 expression with resultType string) 。 任何

SapBWLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'SapBW' (必要)
類型屬性 這個連結服務類型特有的屬性。 SapBWLinkedServiceTypeProperties (必要)

SapBWLinkedServiceType屬性

名稱 說明 價值觀
用戶端ID BW 系統上用戶端的用戶端識別碼。 (通常以字串表示的三位數十進位數)Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 存取 SAP BW 伺服器的密碼。 秘密基地
伺服器 SAP BW 實例的主機名。 Type:string (或 expression with resultType string) 。 任何 (必要)
系統編號 BW 系統的系統編號。 (通常是以字串表示的兩位數十進位數。Type:string (或 expression with resultType string) 。 任何 (必要)
使用者名稱 存取 SAP BW 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SapCloudForCustomerLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'SapCloudForCustomer' (必要)
類型屬性 SAP Cloud for Customer 鏈接服務屬性。 SapCloudForCustomerLinkedServiceTypeProperties (必要)

SapCloudForCustomerLinkedServiceTypeProperties

名稱 說明 價值觀
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 必須提供 encryptedCredential 或 username/password。 類型:字串。 字符串
密碼 基本身份驗證的密碼。 秘密基地
URL SAP Cloud for Customer OData API 的 URL。 例如,'[https://[tenantname].crm.ondemand.com/sap/c4c/odata/v1]'。 Type:string (或 expression with resultType string) 。 任何 (必要)
用戶名 基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SapEccLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'SapEcc' (必要)
類型屬性 SAP ECC 連結服務屬性。 SapEccLinkedServiceTypeProperties (必要)

SapEccLinkedServiceType屬性

名稱 說明 價值觀
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 必須提供 encryptedCredential 或 username/password。 類型:字串。 字符串
密碼 基本身份驗證的密碼。 秘密基地
URL SAP ECC OData API 的 URL。 例如,'[https://hostname:port/sap/opu/odata/sap/servicename/]'。 Type:string (或 expression with resultType string) 。 任何 (必要)
用戶名 基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SapHanaLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'SapHana' (必要)
類型屬性 這個連結服務類型特有的屬性。 SapHanaLinkedServiceProperties (必要)

SapHanaLinkedService屬性

名稱 說明 價值觀
驗證類型 要用來連線到 SAP HANA 伺服器的驗證類型。 “基本”
“Windows”
connectionString 連接字串 SAP HANA ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 存取 SAP HANA 伺服器的密碼。 秘密基地
伺服器 SAP HANA 伺服器的主機名。 Type:string (或 expression with resultType string) 。 任何
使用者名稱 存取 SAP HANA 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SapOdpLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'SapOdp' (必要)
類型屬性 SAP ODP 連結服務類型特有的屬性。 SapOdpLinkedServiceTypeProperties (必要)

SapOdpLinkedServiceType屬性

名稱 說明 價值觀
用戶端ID 數據表所在 SAP 系統上用戶端的用戶端識別碼。 (通常以字串表示的三位數十進位數)Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
語言 數據表所在的 SAP 系統語言。 預設值為 EN。 Type:string (或 expression with resultType string) 。 任何
登錄組 SAP 系統的登入群組。 Type:string (或 expression with resultType string) 。 任何
消息伺服器 SAP 訊息伺服器的主機名。 Type:string (或 expression with resultType string) 。 任何
messageServerService 訊息伺服器的服務名稱或埠號碼。 Type:string (或 expression with resultType string) 。 任何
密碼 存取資料表所在 SAP 伺服器的密碼。 秘密基地
伺服器 數據表所在 SAP 實例的主機名。 Type:string (或 expression with resultType string) 。 任何
sncLibraryPath 外部安全性產品的連結庫,可存取數據表所在的 SAP 伺服器。 Type:string (或 expression with resultType string) 。 任何
sncMode SNC 啟用旗標 (Boolean) 以存取資料表所在的 SAP 伺服器。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
sncMyName 啟動器的SNC名稱,用來存取數據表所在的 SAP 伺服器。 Type:string (或 expression with resultType string) 。 任何
snc合作夥伴名稱 通訊夥伴的SNC名稱,以存取數據表所在的 SAP 伺服器。 Type:string (或 expression with resultType string) 。 任何
sncQop SNC 保護品質。 允許的值包括:1、2、3、8、9。 Type:string (或 expression with resultType string) 。 任何
訂閱者名稱 訂閱者名稱。 Type:string (或 expression with resultType string) 。 任何
系統Id 數據表所在 SAP 系統的 SystemID。 Type:string (或 expression with resultType string) 。 任何
系統編號 數據表所在的 SAP 系統系統編號。 (通常是以字串表示的兩位數十進位數。Type:string (或 expression with resultType string) 。 任何
使用者名稱 存取資料表所在 SAP 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 任何
x509證書路徑 SNC X509 憑證檔案路徑。 Type:string (或 expression with resultType string) 。 任何

SapOpenHubLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'SapOpenHub' (必要)
類型屬性 SAP Business Warehouse Open Hub 目的地鏈接服務類型的特定屬性。 SapOpenHubLinkedServiceTypeProperties (必要)

SapOpenHubLinkedServiceType屬性

名稱 說明 價值觀
用戶端ID 開啟中樞目的地所在 BW 系統上用戶端的用戶端識別碼。 (通常以字串表示的三位數十進位數)Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
語言 開啟中樞目的地所在 BW 系統的語言。 預設值為 EN。 Type:string (或 expression with resultType string) 。 任何
登錄組 SAP 系統的登入群組。 Type:string (或 expression with resultType string) 。 任何
消息伺服器 SAP 訊息伺服器的主機名。 Type:string (或 expression with resultType string) 。 任何
messageServerService 訊息伺服器的服務名稱或埠號碼。 Type:string (或 expression with resultType string) 。 任何
密碼 存取開啟中樞目的地所在SAP BW 伺服器的密碼。 秘密基地
伺服器 開啟中樞目的地所在 SAP BW 實例的主機名。 Type:string (或 expression with resultType string) 。 任何
系統Id 數據表所在 SAP 系統的 SystemID。 Type:string (或 expression with resultType string) 。 任何
系統編號 開啟中樞目的地所在 BW 系統的系統編號。 (通常是以字串表示的兩位數十進位數。Type:string (或 expression with resultType string) 。 任何
使用者名稱 存取開啟中樞目的地所在SAP BW 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SapTableLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'SapTable' (必要)
類型屬性 這個連結服務類型特有的屬性。 SapTableLinkedServiceTypeProperties (必要)

SapTableLinkedServiceTypeProperties

名稱 說明 價值觀
用戶端ID 數據表所在 SAP 系統上用戶端的用戶端識別碼。 (通常以字串表示的三位數十進位數)Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
語言 數據表所在的 SAP 系統語言。 預設值為 EN。 Type:string (或 expression with resultType string) 。 任何
登錄組 SAP 系統的登入群組。 Type:string (或 expression with resultType string) 。 任何
消息伺服器 SAP 訊息伺服器的主機名。 Type:string (或 expression with resultType string) 。 任何
messageServerService 訊息伺服器的服務名稱或埠號碼。 Type:string (或 expression with resultType string) 。 任何
密碼 存取資料表所在 SAP 伺服器的密碼。 秘密基地
伺服器 數據表所在 SAP 實例的主機名。 Type:string (或 expression with resultType string) 。 任何
sncLibraryPath 外部安全性產品的連結庫,可存取數據表所在的 SAP 伺服器。 Type:string (或 expression with resultType string) 。 任何
sncMode SNC 啟用旗標 (Boolean) 以存取資料表所在的 SAP 伺服器。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
sncMyName 啟動器的SNC名稱,用來存取數據表所在的 SAP 伺服器。 Type:string (或 expression with resultType string) 。 任何
snc合作夥伴名稱 通訊夥伴的SNC名稱,以存取數據表所在的 SAP 伺服器。 Type:string (或 expression with resultType string) 。 任何
sncQop SNC 保護品質。 允許的值包括:1、2、3、8、9。 Type:string (或 expression with resultType string) 。 任何
系統Id 數據表所在 SAP 系統的 SystemID。 Type:string (或 expression with resultType string) 。 任何
系統編號 數據表所在的 SAP 系統系統編號。 (通常是以字串表示的兩位數十進位數。Type:string (或 expression with resultType string) 。 任何
使用者名稱 存取資料表所在 SAP 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

ScriptAction (腳本作)

名稱 說明 價值觀
名稱 使用者提供文稿動作的名稱。 字串 (必要)
參數 腳本動作的參數。 字符串
角色 應該執行腳本動作的節點類型。 任何 (必要)
統一資源識別碼 (URI) 腳本動作的 URI。 字串 (必要)

秘密基地

名稱 說明 價值觀
類型 針對 AzureKeyVaultSecretReference 類型,設定為 『AzureKeyVaultSecret』。 設定為 SecureString 類型的 'SecureString'。 “AzureKeyVaultSecret”
'SecureString' (必要)

SecureString(安全字串)

名稱 說明 價值觀
類型 秘密的類型。 'SecureString' (必要)
價值 安全字串的值。 字串 (必要)

ServiceNowLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'ServiceNow' (必要)
類型屬性 ServiceNow 伺服器鏈接服務屬性。 ServiceNowLinkedServiceTypeProperties (必要)

ServiceNowLinkedServiceType属性

名稱 說明 價值觀
驗證類型 要使用的驗證類型。 “基本”
'OAuth2' (必要)
用戶端ID OAuth2 驗證的用戶端標識碼。 任何
用戶端密鑰 OAuth2 驗證的客戶端密碼。 秘密基地
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
端點 ServiceNow 伺服器的端點。 (即 <實例> service-now.com) 任何 (必要)
密碼 對應至基本和 OAuth2 驗證之使用者名稱的密碼。 秘密基地
使用加密端點 指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 任何
使用主機驗證 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 任何
使用同行驗證 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 任何
用戶名 用來連線到 ServiceNow 伺服器以進行基本和 OAuth2 驗證的用戶名稱。 任何

ServiceNowV2LinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'ServiceNowV2' (必要)
類型屬性 ServiceNowV2 伺服器鏈接服務屬性。 ServiceNowV2LinkedServiceTypeProperties (必要)

ServiceNowV2LinkedServiceType屬性

名稱 說明 價值觀
驗證類型 要使用的驗證類型。 “基本”
'OAuth2' (必要)
用戶端ID OAuth2 驗證的用戶端標識碼。 任何
用戶端密鑰 OAuth2 驗證的客戶端密碼。 秘密基地
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
端點 ServiceNowV2 伺服器的端點。 (即 <實例> service-now.com) 任何 (必要)
授權類型 OAuth2 驗證的 GrantType。 預設值為password。 任何
密碼 對應至基本和 OAuth2 驗證之使用者名稱的密碼。 秘密基地
用戶名 用來連線到 ServiceNowV2 伺服器以進行基本和 OAuth2 驗證的用戶名稱。 任何

SftpServerLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'Sftp' (必要)
類型屬性 這個連結服務類型特有的屬性。 SftpServerLinkedServiceTypeProperties (必要)

SftpServerLinkedServiceType屬性

名稱 說明 價值觀
驗證類型 要用來連線到 FTP 伺服器的驗證類型。 “基本”
“多因素”
“SshPublicKey”
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 SFTP 伺服器主機名。 Type:string (或 expression with resultType string) 。 任何 (必要)
hostKeyFingerprint SFTP 伺服器的主機按鍵列印。 當 SkipHostKeyValidation 為 false 時,應該指定 HostKeyFingerprint。 Type:string (或 expression with resultType string) 。 任何
密碼短語 如果 SSH 私鑰已加密,則解密 SSH 私鑰的密碼。 秘密基地
密碼 登入 SFTP 伺服器以進行基本身份驗證的密碼。 秘密基地
連接埠 SFTP 伺服器用來接聽用戶端連線的 TCP 連接埠號碼。 預設值為 22。 類型:integer (或 expression with resultType integer), minimum: 0。 任何
privateKeyContent 針對 SshPublicKey 驗證,Base64 編碼的 SSH 私鑰內容。 針對使用 SshPublicKey 驗證的內部部署複製,應該指定 PrivateKeyPath 或 PrivateKeyContent。 SSH 私密金鑰應該是 OpenSSH 格式。 秘密基地
privateKeyPath SshPublicKey 驗證的 SSH 私鑰檔案路徑。 僅適用於內部部署複本。 針對使用 SshPublicKey 驗證的內部部署複製,應該指定 PrivateKeyPath 或 PrivateKeyContent。 SSH 私密金鑰應該是 OpenSSH 格式。 Type:string (或 expression with resultType string) 。 任何
skipHostKey驗證 如果為 true,請略過 SSH 主機金鑰驗證。 預設值為 False。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
使用者名稱 用來登入SFTP 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SharePointOnlineListLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'SharePointOnlineList' (必要)
類型屬性 SharePoint Online 清單鏈接服務屬性。 SharePointOnlineListLinkedServiceTypeProperties (必要)

SharePointOnlineListLinkedServiceType屬性

名稱 說明 價值觀
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
servicePrincipalCredentialType 服務 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
服務主體內嵌證書 指定在 Azure Active Directory 中註冊之應用程式的base64編碼憑證。 Type:string (或 expression with resultType string) 。 秘密基地
服務主體嵌入式證書密碼 如果您的憑證具有密碼,且您使用的是 AadServicePrincipal 驗證,請指定憑證的密碼。 Type:string (或 expression with resultType string) 。 秘密基地
servicePrincipalId 服務 在 Azure Active Directory 中註冊之應用程式的應用程式(用戶端)標識碼。 請務必將 SharePoint 網站許可權授與此應用程式。 Type:string (或 expression with resultType string) 。 任何 (必要)
servicePrincipalKey 服務 在 Azure Active Directory 中註冊之應用程式的客戶端密碼。 Type:string (或 expression with resultType string) 。 秘密基地
siteUrl 的 SharePoint Online 網站的 URL。 例如: https://contoso.sharepoint.com/sites/siteName 。 Type:string (或 expression with resultType string) 。 任何 (必要)
租戶ID 您的應用程式所在的租戶 ID。 您可以從 Azure 入口網站 Active Directory 概觀頁面找到它。 Type:string (或 expression with resultType string) 。 任何 (必要)

Shopify鏈接服務

名稱 說明 價值觀
類型 連結服務的類型。 'Shopify' (必要)
類型屬性 Shopify Service 鏈接服務屬性。 ShopifyLinkedServiceTypeProperties (必要)

ShopifyLinkedServiceType屬性

名稱 說明 價值觀
accessToken 可用來存取 Shopify 數據的 API 存取令牌。 如果令牌為離線模式,令牌將不會過期。 秘密基地
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 Shopify 伺服器的端點。 (即 mystore.myshopify.com) 任何 (必要)
使用加密端點 指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 任何
使用主機驗證 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 任何
使用同行驗證 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 任何

SmartsheetLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Smartsheet' (必要)
類型屬性 Smartsheet 連結服務屬性。 SmartsheetLinkedServiceTypeProperties (必要)

SmartsheetLinkedServiceType屬性

名稱 說明 價值觀
apiToken Smartsheet 來源的 API 令牌。 SecretBase (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串

SnowflakeLinkedService 服務

名稱 說明 價值觀
類型 連結服務的類型。 “雪花”(必要)
類型屬性 Snowflake 連結服務屬性。 SnowflakeLinkedServiceTypeProperties (必要)

SnowflakeLinkedServiceType屬性

名稱 說明 價值觀
connectionString 連接字串 雪花的連接字串。 類型:string、SecureString。 任何 (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference

SnowflakeLinkedV2ServiceTypeProperties

名稱 說明 價值觀
帳戶識別碼 Snowflake 帳戶的帳戶標識碼,例如 xy12345.east-us-2.azure 任何 (必要)
驗證類型 用於驗證的類型。 類型:字串。 “AADServicePrincipal”
“基本”
'金鑰對'
用戶端ID 在 Azure Active Directory 中註冊以進行 AADServicePrincipal 驗證的應用程式用戶端識別碼。 任何
用戶端密鑰 AADServicePrincipal 驗證客戶端密碼的 Azure 金鑰保存庫秘密參考。 秘密基地
資料庫 Snowflake 資料庫的名稱。 任何 (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 Snowflake 帳戶的主機名。 Type:string (或 expression with resultType string) 。 任何
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 秘密基地
私密金鑰 適用於 KeyPair 驗證之 privateKey 的 Azure 金鑰保存庫秘密參考。 秘密基地
私密鍵口令 (privateKeyPassphrase) 使用加密私鑰進行 KeyPair 驗證的私鑰密碼 Azure 金鑰保存庫秘密參考。 秘密基地
角色 在 Snowflake 會話中使用的預設訪問控制角色。 Type:string (或 expression with resultType string) 。 任何
架構 連接的架構名稱。 Type:string (或 expression with resultType string) 。 任何
範圍 在 Azure Active Directory 中註冊以進行 AADServicePrincipal 驗證的應用程式範圍。 任何
租戶ID 在 Azure Active Directory 中註冊以進行 AADServicePrincipal 驗證的應用程式租用戶標識碼。 任何
使用者 Snowflake 用戶的名稱。 任何
倉儲 Snowflake 倉儲的名稱。 任何 (必要)

SnowflakeV2LinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'SnowflakeV2' (必要)
類型屬性 Snowflake 連結服務屬性。 SnowflakeLinkedV2ServiceTypeProperties (必要)

SparkLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'Spark' (必要)
類型屬性 Spark Server 連結服務屬性。 SparkLinkedServiceTypeProperties (必要)

SparkLinkedServiceType屬性

名稱 說明 價值觀
allowHostNameCNMismatch (允許主機名稱與CN不匹配) 指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 預設值為 false。 任何
允許自簽名伺服器證書 指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 任何
驗證類型 用來存取 Spark 伺服器的驗證方法。 '匿名'
'使用者名'
'使用者名和密碼'
'WindowsAzureHDInsightService' (必要)
啟用伺服器證書驗證 指定與伺服器的連線是否會驗證伺服器證書,預設值為 True。 僅適用於 2.0 版 任何
啟用SSL 指定是否使用 SSL 加密與伺服器的連線。 預設值為 false。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 Spark 伺服器的IP位址或主機名 任何 (必要)
httpPath 對應至 Spark 伺服器的部分 URL。 任何
密碼 對應至您在 [用戶名稱] 字段中提供之使用者名稱的密碼 秘密基地
連接埠 Spark 伺服器用來接聽用戶端連線的 TCP 連接埠。 任何 (必要)
伺服器類型 Spark 伺服器的型別。 'SharkServer'
'鯊魚伺服器 2'
“SparkThriftServer”
thriftTransportProtocol 協定 在 Thrift 層中使用的傳輸通訊協定。 '二進位'
'HTTP '
'SASL'
可信任憑證路徑 .pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 任何
用戶名 您用來存取 Spark Server 的使用者名稱。 任何
使用系統信任憑證庫 (useSystemTrustStore) 指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 預設值為 false。 任何

SqlAlwaysEncryptedProperties

名稱 說明 價值觀
alwaysEncryptedAkvAuthType Sql 一律加密 AKV 驗證類型。 類型:字串。 “ManagedIdentity”
“ServicePrincipal”
'UserAssignedManagedIdentity' (必要)
資格證明 包含驗證資訊的認證參考。 憑證引用
servicePrincipalId 服務 Azure Active Directory 中用於 Azure Key Vault 驗證的應用程式用戶端標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務 用來向 Azure Key Vault 進行驗證的服務主體密鑰。 秘密基地

SqlServerLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'SqlServer' (必要)
類型屬性 SQL Server 連結服務屬性。 SqlServerLinkedServiceTypeProperties (必要)

SqlServerLinkedServiceType屬性

名稱 說明 價值觀
alwaysEncryptedSettings Sql 一律加密的屬性。 SqlAlwaysEncryptedProperties
applicationIntent 應用程式 聯機到建議版本所使用的伺服器時,應用程式工作負載類型。 可能的值為 ReadOnly 和 ReadWrite。 Type:string (或 expression with resultType string) 。 任何
驗證類型 用於驗證的類型。 類型:字串。 'SQL'
“UserAssignedManagedIdentity”
“Windows”
commandTimeout 終止嘗試執行命令並產生錯誤之前的預設等候時間(以秒為單位),由建議的版本使用。 類型:integer (或 expression with resultType integer) 。 任何
connectionString 連接字串 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
connectRetryCount 識別建議版本所使用的閑置連線失敗之後嘗試的重新連線數目。 這必須是介於 0 到 255 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
connectRetryInterval 識別建議版本所使用的閑置連線失敗之後,每個重新連線嘗試之間的時間量(以秒為單位)。 這必須是介於 1 到 60 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
連接超時 在終止嘗試並產生建議版本所使用的錯誤之前,等候伺服器連線的時間長度(以秒為單位)。 類型:integer (或 expression with resultType integer) 。 任何
資格證明 包含驗證資訊的認證參考。 憑證引用
資料庫 建議版本所使用的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何
加密 指出客戶端與伺服器之間傳送的所有數據是否需要 TLS 加密,供建議版本使用。 可能的值為 true/yes/mandatory、false/no/optional 和 strict。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
failover合作夥伴 如果主伺服器關閉,建議版本會使用所要連線之夥伴伺服器的名稱或位址。 Type:string (或 expression with resultType string) 。 任何
憑證中的主機名稱 驗證連線之伺服器證書時要使用的主機名。 若未指定,來自數據源的伺服器名稱會用於建議版本所使用的憑證驗證。 Type:string (或 expression with resultType string) 。 任何
集成安全性 指出是否在連線中指定使用者標識碼和密碼(若為 false),或目前的 Windows 帳戶認證是否用於驗證(若為 true),供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
loadBalanceTimeout (負載均衡超時) 在被建議版本使用之前,聯機生存在聯機集區中的最短時間,以秒為單位。 類型:integer (或 expression with resultType integer) 。 任何
最大池大小 此特定連接字串的連線區中允許的連線數目上限,供建議版本使用。 類型:integer (或 expression with resultType integer) 。 任何
minPoolSize (最小池大小) 建議版本所使用的此特定連接字串,聯機集區中允許的連線數目下限。 類型:integer (或 expression with resultType integer) 。 任何
multipleActiveResultSets (多個活動結果集) 若為 true,應用程式可以維護多個作用中結果集 (MARS)。 若為 false,應用程式必須先處理或取消一個批次的所有結果集,才能在該連線上執行任何其他批次,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
multiSubnetFailover 如果您的應用程式連線到不同子網上的 AlwaysOn 可用性群組 (AG),則設定 MultiSubnetFailover=true 可讓您更快速地偵測並連線到建議版本所使用的作用中伺服器。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
封包大小 網路封包的大小,以位元組為單位,用來與建議版本所使用的伺服器實例通訊。 類型:integer (或 expression with resultType integer) 。 任何
密碼 內部部署 Windows 驗證密碼。 秘密基地
指出每次要求連線時,是否要集區或明確開啟連線,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
伺服器 建議版本所使用的 SQL Server 實例名稱或網路位址。 Type:string (或 expression with resultType string) 。 任何
信任伺服器證書 指出通道是否會在略過憑證鏈結以驗證建議版本所使用的信任時加密。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
使用者名稱 內部部署 Windows 驗證用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SquareLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Square' (必要)
類型屬性 Square Service 鏈接服務屬性。 SquareLinkedServiceTypeProperties (必要)

SquareLinkedServiceType屬性

名稱 說明 價值觀
用戶端ID 與 Square 應用程式相關聯的用戶端標識碼。 任何
用戶端密鑰 與您的 Square 應用程式相關聯的客戶端密碼。 秘密基地
連線屬性 用來連線到 Square 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 Square 實例的 URL。 (即 mystore.mysquare.com) 任何
重定向 Uri 在 Square 應用程式儀錶板中指派的重新導向 URL。 (即 http://localhost:2500) 任何
使用加密端點 指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 任何
使用主機驗證 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 任何
使用同行驗證 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 任何

SybaseLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'Sybase' (必要)
類型屬性 Sybase 鏈接服務屬性。 SybaseLinkedServiceTypeProperties (必要)

SybaseLinkedServiceType屬性

名稱 說明 價值觀
驗證類型 要用於連接的 AuthenticationType。 “基本”
“Windows”
資料庫 連接的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 驗證的密碼。 秘密基地
架構 連接的架構名稱。 Type:string (或 expression with resultType string) 。 任何
伺服器 線上的伺服器名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
用戶名 驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

TeamDeskLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'TeamDesk' (必要)
類型屬性 TeamDesk 連結的服務屬性。 TeamDeskLinkedServiceTypeProperties (必要)

TeamDeskLinkedServiceType屬性

名稱 說明 價值觀
apiToken TeamDesk 來源的 API 令牌。 秘密基地
驗證類型 要使用的驗證類型。 “基本”
'Token' (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 TeamDesk 來源的密碼。 秘密基地
URL 連線 TeamDesk 來源的 URL。 Type:string (或 expression with resultType string) 。 任何 (必要)
使用者名稱 TeamDesk 來源的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

TeradataLinkedService 服務

名稱 說明 價值觀
類型 連結服務的類型。 'Teradata' (必要)
類型屬性 Teradata 鏈接服務屬性。 TeradataLinkedServiceTypeProperties (必要)

TeradataLinkedServiceType屬性

名稱 說明 價值觀
驗證類型 要用於連接的 AuthenticationType。 “基本”
“Windows”
字元集 要用於連接的字元集。 Type:string (或 expression with resultType string) 。 僅適用於 2.0 版。 任何
connectionString 連接字串 Teradata ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 僅適用於 1.0 版。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
HTTPs埠號 透過 HTTPS/TLS 連線連接到伺服器的埠號碼。 類型:integer (或 expression with resultType integer) 。 僅適用於 2.0 版。 任何
maxRespSize SQL 要求的回應緩衝區大小上限,以位元組為單位。 類型:整數。 僅適用於 2.0 版。 任何
密碼 驗證的密碼。 秘密基地
埠號 透過非 HTTPS/TLS 連線連接到伺服器時的埠號碼。 類型:integer (或 expression with resultType integer) 。 僅適用於 V2。 僅適用於 2.0 版。 任何
伺服器 線上的伺服器名稱。 Type:string (或 expression with resultType string) 。 任何
SSL 模式 (sslMode) 線上的 SSL 模式。 有效值包括:“Disable”、“Allow”、“Prefer”、“Require”、“Verify-CA”、“Verify-Full”。 默認值為 “Verify-Full”。 Type:string (或 expression with resultType string) 。 僅適用於 2.0 版。 任何
useDataEncryption 指定是否要加密與 Teradata 資料庫的所有通訊。 允許的值為 0 或 1。 HTTPS/TLS 連線將會忽略此設定。 類型:integer (或 expression with resultType integer) 。 僅適用於 2.0 版。 任何
用戶名 驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

TwilioLinkedService 服務

名稱 說明 價值觀
類型 連結服務的類型。 'Twilio' (必要)
類型屬性 Twilio 連結服務屬性。 TwilioLinkedServiceTypeProperties (必要)

TwilioLinkedServiceType屬性

名稱 說明 價值觀
密碼 Twilio 服務的驗證令牌。 SecretBase (必要)
使用者名稱 Twilio 服務的帳戶 SID。 Type:string (或 expression with resultType string) 。 任何 (必要)

VerticaLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Vertica' (必要)
類型屬性 Vertica 連結服務屬性。 VerticaLinkedServiceTypeProperties (必要)

VerticaLinkedServiceType屬性

名稱 說明 價值觀
connectionString 連接字串 ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
資料庫 連接的資料庫名稱。 類型:字串。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
連接埠 連接的埠。 類型:整數。 任何
pwd 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
伺服器 線上的伺服器名稱。 類型:字串。 任何
uid (用戶識別碼) 驗證的用戶名稱。 類型:字串。 任何

倉庫連結服務

名稱 說明 價值觀
類型 連結服務的類型。 'Warehouse' (必要)
類型屬性 Microsoft網狀架構倉儲連結服務屬性。 WarehouseLinkedServiceTypeProperties (必要)

WarehouseLinkedServiceType屬性

名稱 說明 價值觀
artifactId (工件識別碼) Microsoft網狀架構倉儲成品的標識碼。 Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
端點 網狀架構倉儲伺服器的端點Microsoft。 Type:string (或 expression with resultType string) 。 任何 (必要)
servicePrincipalCredential 的 Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 秘密基地
servicePrincipalCredentialType 服務 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 服務 用來針對Microsoft網狀架構倉儲進行驗證的應用程式標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務 用來針對 Microsoft 網狀架構倉儲進行驗證的應用程式金鑰。 秘密基地
租戶 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何
工作區ID Microsoft Fabric 工作區的標識碼。 Type:string (或 expression with resultType string) 。 任何

WebAnonymous身份驗證

名稱 說明 價值觀
驗證類型 用來連線至 Web 資料表來源的驗證類型。 'Anonymous' (必要)

WebBasic身份驗證

名稱 說明 價值觀
驗證類型 用來連線至 Web 資料表來源的驗證類型。 'Basic' (必要)
密碼 基本身份驗證的密碼。 SecretBase (必要)
用戶名 基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

WebClientCertificate身份驗證

名稱 說明 價值觀
驗證類型 用來連線至 Web 資料表來源的驗證類型。 'ClientCertificate' (必要)
密碼 PFX 檔案的密碼。 SecretBase (必要)
PFX PFX 檔案的Base64編碼內容。 SecretBase (必要)

WebLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Web' (必要)
類型屬性 Web 連結服務屬性。 WebLinkedServiceTypeProperties (必要)

WebLinkedServiceType屬性

名稱 說明 價值觀
驗證類型 設定為 WebAnonymousAuthentication 類型的 'Anonymous'。 設定為 WebBasicAuthentication 類型的 『Basic』。 針對 WebClientCertificateAuthentication 類型,設定為 『ClientCertificate』。 '匿名'
“基本”
'ClientCertificate' (必要)
URL Web 服務端點的 URL,例如 https://www.microsoft.com 。 Type:string (或 expression with resultType string) 。 任何 (必要)

XeroLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Xero' (必要)
類型屬性 Xero Service 連結服務屬性。 XeroLinkedServiceTypeProperties (必要)

XeroLinkedServiceType屬性

名稱 說明 價值觀
連線屬性 用來連線到 Xero 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 任何
consumerKey 與 Xero 應用程式相關聯的取用者金鑰。 秘密基地
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 Xero 伺服器的端點。 (即 api.xero.com) 任何
私密金鑰 針對 Xero 私人應用程式產生的 .pem 檔案中的私鑰。 您必須包含 .pem 檔案中的所有文字,包括 Unix 行結尾(
).
秘密基地
使用加密端點 指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 任何
使用主機驗證 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 任何
使用同行驗證 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 任何

ZendeskLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Zendesk' (必要)
類型屬性 Zendesk 鏈接服務屬性。 ZendeskLinkedServiceTypeProperties (必要)

ZendeskLinkedServiceType屬性

名稱 說明 價值觀
apiToken Zendesk 來源的 API 令牌。 秘密基地
驗證類型 要使用的驗證類型。 “基本”
'Token' (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 Zendesk 來源的密碼。 秘密基地
URL 用來連接 Zendesk 來源的 URL。 Type:string (或 expression with resultType string) 。 任何 (必要)
使用者名稱 Zendesk 來源的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

ZohoLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Zoho' (必要)
類型屬性 Zoho 伺服器鏈接服務屬性。 ZohoLinkedServiceTypeProperties (必要)

ZohoLinkedServiceType屬性

名稱 說明 價值觀
accessToken Zoho 驗證的存取令牌。 秘密基地
連線屬性 用來連線到 Zoho 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
端點 Zoho 伺服器的端點。 (即 crm.zoho.com/crm/private) 任何
使用加密端點 指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 任何
使用主機驗證 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 任何
使用同行驗證 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 任何

使用範例

Azure 快速入門範本

下列 Azure 快速入門範本 部署此資源類型。

範本 說明
建立 V2 數據處理站

部署至 Azure
此範本會建立 V2 資料處理站,將資料從 Azure Blob 記憶體中的資料夾複製到記憶體中的另一個資料夾。
在 Azure 架構上部署體育分析

部署至 Azure
建立已啟用 ADLS Gen 2 的 Azure 記憶體帳戶、具有記憶體帳戶連結服務的 Azure Data Factory 實例(如果已部署的 Azure SQL Database),以及 Azure Databricks 實例。 部署範本和 ADF 實例受控識別的使用者 AAD 身分識別,將會在記憶體帳戶上授與記憶體 Blob 數據參與者角色。 還有一個選項可用來部署 Azure Key Vault 實例、Azure SQL Database 和 Azure 事件中樞(適用於串流使用案例)。 部署 Azure Key Vault 時,部署範本之使用者的 Data Factory 受控識別和 AAD 身分識別將會獲得 Key Vault 秘密使用者角色。
Azure Data Factory 有更多可能 - 按兩下即可嘗試 Azure Data Factory

部署至 Azure
此範本會建立數據處理站管線,以將複製活動從 Azure Blob 複製到另一個 Azure Blob

Terraform (AzAPI 提供者) 資源定義

factoryies/linkedservices 資源類型可以使用目標作業來部署:

  • 資源群組

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.DataFactory/factories/linkedservices 資源,請將下列 Terraform 新增至範本。

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

SecretBase 物件

設定 type 屬性以指定物件的類型。

針對 AzureKeyVaultSecret,請使用:

{
  secretName = ?
  secretVersion = ?
  store = {
    parameters = {
      {customized property} = ?
    }
    referenceName = "string"
    type = "string"
  }
  type = "AzureKeyVaultSecret"
}

針對 SecureString,請使用:

{
  type = "SecureString"
  value = "string"
}

LinkedService 物件

設定 type 屬性以指定物件的類型。

針對 AmazonMWS,請使用:

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

針對 AmazonRdsForOracle,請使用:

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

針對 AmazonRdsForSqlServer,請使用:

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

針對 AmazonRedshift,請使用:

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

針對 AmazonS3,請使用:

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

針對 AmazonS3Compatible,請使用:

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

針對 AppFigures,請使用:

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

針對 Asana,請使用:

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

針對 AzureBatch,請使用:

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

針對 AzureBlobFS,請使用:

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

針對 azureBlobStorage,請使用:

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

針對 AzureDataExplorer,請使用:

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

針對 AzureDataLakeAnalytics,請使用:

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

針對 AzureDataLakeStore,請使用:

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

針對 AzureDatabricks,請使用:

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

針對 AzureDatabricksDeltaLake,請使用:

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

針對 AzureFileStorage,請使用:

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

針對 AzureFunction,請使用:

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

針對 AzureKeyVault,請使用:

{
  type = "AzureKeyVault"
  typeProperties = {
    baseUrl = ?
    credential = {
      referenceName = "string"
      type = "string"
    }
  }
}

針對 AzureML,請使用:

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

針對 AzureMLService,請使用:

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

針對 AzureMariaDB,請使用:

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

針對 AzureMySql,請使用:

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

針對 AzurePostgreSql,請使用:

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

針對 AzureSearch,請使用:

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

針對 AzureSqlDW,請使用:

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

針對 AzureSqlDatabase,請使用:

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

針對 AzureSqlMI,請使用:

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

針對 AzureStorage,請使用:

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

針對 AzureSynapseArtifacts,請使用:

{
  type = "AzureSynapseArtifacts"
  typeProperties = {
    authentication = ?
    endpoint = ?
    workspaceResourceId = ?
  }
}

針對 AzureTableStorage,請使用:

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

針對 Cassandra,請使用:

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

針對 CommonDataServiceForApps,請使用:

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

針對 Concur,請使用:

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

針對 CosmosDb,請使用:

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

針對 CosmosDbMongoDbApi,請使用:

{
  type = "CosmosDbMongoDbApi"
  typeProperties = {
    connectionString = ?
    database = ?
    isServerVersionAbove32 = ?
  }
}

針對 Couchbase,請使用:

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

針對 CustomDataSource,請使用:

{
  type = "CustomDataSource"
  typeProperties = ?
}

針對 Dataworld,請使用:

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

針對 Db2,請使用:

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

針對 Drill,請使用:

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

針對 Dynamics,請使用:

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

針對 DynamicsAX,請使用:

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

針對 DynamicsCrm,請使用:

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

針對 Eloqua,請使用:

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

針對 FileServer,請使用:

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

針對 FtpServer,請使用:

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

針對 GoogleAdWords,請使用:

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

針對 GoogleBigQuery,請使用:

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

針對 GoogleBigQueryV2,請使用:

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

針對 GoogleCloudStorage,請使用:

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

針對 GoogleSheets,請使用:

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

針對 Greenplum,請使用:

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

針對 HBase,請使用:

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

針對 HDInsight,請使用:

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

針對 HDInsightOnDemand,請使用:

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

針對 Hdfs,請使用:

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

針對 Hive,請使用:

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

針對 HttpServer,請使用:

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

針對 Hubspot,請使用:

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

針對 Impala,請使用:

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

針對 Informix,請使用:

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

針對 Jira,請使用:

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

針對 Lakehouse,請使用:

{
  type = "Lakehouse"
  typeProperties = {
    artifactId = ?
    encryptedCredential = "string"
    servicePrincipalCredential = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredentialType = ?
    servicePrincipalId = ?
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    tenant = ?
    workspaceId = ?
  }
}

針對 Magento,請使用:

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

針對 MariaDB,請使用:

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

針對 Marketo,請使用:

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

針對 MicrosoftAccess,請使用:

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

針對 MongoDb,請使用:

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

針對 MongoDbAtlas,請使用:

{
  type = "MongoDbAtlas"
  typeProperties = {
    connectionString = ?
    database = ?
    driverVersion = ?
  }
}

針對 MongoDbV2,請使用:

{
  type = "MongoDbV2"
  typeProperties = {
    connectionString = ?
    database = ?
  }
}

針對 MySql,請使用:

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

針對 Netezza,請使用:

{
  type = "Netezza"
  typeProperties = {
    connectionString = ?
    encryptedCredential = "string"
    pwd = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
  }
}

針對 OData,請使用:

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

針對 Odbc,請使用:

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

針對 Office365,請使用:

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

針對 Oracle,請使用:

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

針對 OracleCloudStorage,請使用:

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

針對 OracleServiceCloud,請使用:

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

針對 PayPal,請使用:

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

針對 Phoenix,請使用:

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

針對 PostgreSql,請使用:

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

針對 PostgreSqlV2,請使用:

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

針對 Presto,請使用:

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

針對 QuickBooks,請使用:

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

針對 Quickbase,請使用:

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

針對 Responsys,請使用:

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

針對 RestService,請使用:

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

針對 Salesforce,請使用:

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

針對 SalesforceMarketingCloud,請使用:

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

針對 SalesforceServiceCloud,請使用:

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

針對 SalesforceServiceCloudV2,請使用:

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

針對 SalesforceV2,請使用:

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

針對 SapBW,請使用:

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

針對 SapCloudForCustomer,請使用:

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

針對 SapEcc,請使用:

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

針對 SapHana,請使用:

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

針對 SapOdp,請使用:

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

針對 SapOpenHub,請使用:

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

針對 SapTable,請使用:

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

針對 ServiceNow,請使用:

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

針對 ServiceNowV2,請使用:

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

針對 Sftp,請使用:

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

針對 SharePointOnlineList,請使用:

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

針對 Shopify,請使用:

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

針對 Smartsheet,請使用:

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

針對 Snowflake,請使用:

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

針對 SnowflakeV2,請使用:

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

針對 Spark,請使用:

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

針對 SqlServer,請使用:

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

針對 Square,請使用:

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

針對 Sybase,請使用:

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

針對 TeamDesk,請使用:

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

針對 Teradata,請使用:

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

針對 Twilio,請使用:

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

針對 Vertica,請使用:

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

針對 倉儲,請使用:

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

針對 Web,請使用:

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

針對 Xero,請使用:

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

針對 Zendesk,請使用:

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

針對 Zoho,請使用:

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

WebLinkedServiceTypeProperties 物件

設定 authenticationType 屬性以指定對象的類型。

針對 匿名,請使用:

{
  authenticationType = "Anonymous"
}

針對 [基本],請使用:

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

針對 ClientCertificate,請使用:

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

屬性值

Microsoft.DataFactory/factories/linkedservices

名稱 說明 價值觀
名稱 資源名稱 字串

約束:
最小長度 = 1
最大長度 = 260
模式 = ^[A-Za-z0-9_][^<>*#.%&:\\+?/]*$ (必要)
父項識別碼 此資源為父系之資源的標識碼。 類型資源的標識碼: Factory
屬性 連結服務的屬性。 LinkedService (必要)
類型 資源類型 “Microsoft.DataFactory/factories/linkedservices@2018-06-01”

亞馬遜MWSLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 “AmazonMWS” (必要)
類型屬性 Amazon Marketplace Web Service 鏈接服務屬性。 AmazonMWSLinkedServiceTypeProperties (必要)

AmazonMWSLinkedServiceTypeProperties

名稱 說明 價值觀
accessKeyId 用來存取資料的存取金鑰標識碼。 任何 (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
端點 AmazonMWS 伺服器的端點(亦即 mws.amazonservices.com) 任何 (必要)
marketplaceID 您想要從中擷取數據的 Amazon Marketplace 識別碼。 若要從多個 Marketplace 識別符擷取數據,請以逗號 (,, ) 分隔它們。 (即A2EUQ1WTGCTBG2) 任何 (必要)
mwsAuthToken 代幣 AmazonMWS 驗證令牌。 秘密基地
secretKey 金鑰 用來存取資料的秘密金鑰。 秘密基地
賣家ID Amazon 賣方標識符。 任何 (必要)
使用加密端點 指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 任何
使用主機驗證 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 任何
使用同行驗證 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 任何

AmazonRdsForLinkedServiceType屬性

名稱 說明 價值觀
驗證類型 聯機到 AmazonRdsForOracle 資料庫的驗證類型。 僅適用於 2.0 版。 “基本”
connectionString 連接字串 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 僅適用於 1.0 版。 任何
cryptoChecksumClient 指定當此客戶端連線到伺服器時所需的數據完整性行為。 支援的值會接受、拒絕、要求或必要,預設值為必要。 類型:字串。 僅適用於 2.0 版。 任何
cryptoChecksumTypes用戶端 指定用戶端可以使用的加密總和檢查碼演算法。 支援的值為SHA1、SHA256、SHA384、SHA512、預設值為 (SHA512)。 類型:字串。 僅適用於 2.0 版。 任何
啟用批量加載 指定在將數據載入資料庫時,是否要使用大量複製或批次插入,預設值為 true。 類型:布爾值。 僅適用於 2.0 版。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
加密客戶端 指定加密客戶端行為。 支援的值會接受、拒絕、要求或必要,預設值為必要。 類型:字串。 僅適用於 2.0 版。 任何
encryptionTypes用戶端 指定用戶端可以使用的加密演算法。 支援的值為 AES128、AES192、AES256、3DES112、3DES168、預設值為 (AES256)。 類型:字串。 僅適用於 2.0 版。 任何
fetchSize (獲取大小) 指定驅動程式配置來擷取一個資料庫來回數據的位元元組數目,預設值為10485760。 類型:整數。 僅適用於 2.0 版。 任何
fetchTswtzAsTimestamp 指定驅動程式是否會以 DATETime 或字串的形式傳回 TIMESTAMP WITH TIME ZONE 數據類型的數據行值。 如果 supportV1DataTypes 不是 true,則會忽略此設定,預設值為 true。 類型:布爾值。 僅適用於 2.0 版。 任何
初始化字串 指定連接到資料庫以管理工作階段設定之後立即發出的命令。 類型:字串。 僅適用於 2.0 版。 任何
初始 LobFetchSize 指定來源一開始擷取 LOB 資料行的數量,預設值為 0。 類型:整數。 僅適用於 2.0 版。 任何
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 秘密基地
伺服器 您想要連線的 AmazonRdsForOracle 資料庫位置,支援的表單包括連接器描述元、Easy Connect (Plus) 命名和 Oracle Net Services 名稱(僅限自我裝載 IR)。 類型:字串。 僅適用於 2.0 版。 任何
聲明快取大小 (statementCacheSize) 指定要針對每個資料庫連接快取的數據指標或語句數目,預設值為 0。 類型:整數。 僅適用於 2.0 版。 任何
支援V1資料類型 指定是否要使用 1.0 版數據類型對應。 除非您想要保持與 1.0 版數據類型對應的回溯相容性,否則請勿將此設定為 true,預設值為 false。 類型:布爾值。 僅適用於 2.0 版。 任何
用戶名 AmazonRdsForOracle 資料庫用戶名稱。 類型:字串。 僅適用於 2.0 版。 任何

AmazonRdsForOracleLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AmazonRdsForOracle' (必要)
類型屬性 AmazonRdsForOracle 資料庫連結服務屬性。 AmazonRdsForLinkedServiceTypeProperties (必要)

AmazonRdsForSqlServerLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AmazonRdsForSqlServer' (必要)
類型屬性 適用於 SQL Server 連結服務屬性的 Amazon RDS。 AmazonRdsForSqlServerLinkedServiceTypeProperties (必要)

AmazonRdsForSqlServerLinkedServiceType屬性

名稱 說明 價值觀
alwaysEncryptedSettings Sql 一律加密的屬性。 SqlAlwaysEncryptedProperties
applicationIntent 應用程式 聯機到建議版本所使用的伺服器時,應用程式工作負載類型。 可能的值為 ReadOnly 和 ReadWrite。 Type:string (或 expression with resultType string) 。 任何
驗證類型 用於驗證的類型。 類型:字串。 'SQL'
“Windows”
commandTimeout 終止嘗試執行命令並產生錯誤之前的預設等候時間(以秒為單位),由建議的版本使用。 類型:integer (或 expression with resultType integer) 。 任何
connectionString 連接字串 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
connectRetryCount 識別建議版本所使用的閑置連線失敗之後嘗試的重新連線數目。 這必須是介於 0 到 255 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
connectRetryInterval 識別建議版本所使用的閑置連線失敗之後,每個重新連線嘗試之間的時間量(以秒為單位)。 這必須是介於 1 到 60 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
連接超時 在終止嘗試並產生建議版本所使用的錯誤之前,等候伺服器連線的時間長度(以秒為單位)。 類型:integer (或 expression with resultType integer) 。 任何
資料庫 建議版本所使用的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何
加密 指出客戶端與伺服器之間傳送的所有數據是否需要 TLS 加密,供建議版本使用。 可能的值為 true/yes/mandatory、false/no/optional 和 strict。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
failover合作夥伴 如果主伺服器關閉,建議版本會使用所要連線之夥伴伺服器的名稱或位址。 Type:string (或 expression with resultType string) 。 任何
憑證中的主機名稱 驗證連線之伺服器證書時要使用的主機名。 若未指定,來自數據源的伺服器名稱會用於建議版本所使用的憑證驗證。 Type:string (或 expression with resultType string) 。 任何
集成安全性 指出是否在連線中指定使用者標識碼和密碼(若為 false),或目前的 Windows 帳戶認證是否用於驗證(若為 true),供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
loadBalanceTimeout (負載均衡超時) 在被建議版本使用之前,聯機生存在聯機集區中的最短時間,以秒為單位。 類型:integer (或 expression with resultType integer) 。 任何
最大池大小 此特定連接字串的連線區中允許的連線數目上限,供建議版本使用。 類型:integer (或 expression with resultType integer) 。 任何
minPoolSize (最小池大小) 建議版本所使用的此特定連接字串,聯機集區中允許的連線數目下限。 類型:integer (或 expression with resultType integer) 。 任何
multipleActiveResultSets (多個活動結果集) 若為 true,應用程式可以維護多個作用中結果集 (MARS)。 若為 false,應用程式必須先處理或取消一個批次的所有結果集,才能在該連線上執行任何其他批次,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
multiSubnetFailover 如果您的應用程式連線到不同子網上的 AlwaysOn 可用性群組 (AG),則設定 MultiSubnetFailover=true 可讓您更快速地偵測並連線到建議版本所使用的作用中伺服器。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
封包大小 網路封包的大小,以位元組為單位,用來與建議版本所使用的伺服器實例通訊。 類型:integer (或 expression with resultType integer) 。 任何
密碼 內部部署 Windows 驗證密碼。 秘密基地
指出每次要求連線時,是否要集區或明確開啟連線,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
伺服器 建議版本所使用的 SQL Server 實例名稱或網路位址。 Type:string (或 expression with resultType string) 。 任何
信任伺服器證書 指出通道是否會在略過憑證鏈結以驗證建議版本所使用的信任時加密。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
使用者名稱 內部部署 Windows 驗證用戶名稱。 Type:string (或 expression with resultType string) 。 任何

亞馬遜紅shift鏈接服務

名稱 說明 價值觀
類型 連結服務的類型。 'AmazonRedshift' (必要)
類型屬性 Amazon Redshift 鏈接服務屬性。 AmazonRedshiftLinkedServiceTypeProperties (必要)

AmazonRedshiftLinkedServiceType屬性

名稱 說明 價值觀
資料庫 Amazon Redshift 來源的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 Amazon Redshift 來源的密碼。 秘密基地
連接埠 Amazon Redshift 伺服器用來接聽用戶端連線的 TCP 連接埠號碼。 預設值為5439。 類型:integer (或 expression with resultType integer) 。 任何
伺服器 Amazon Redshift 伺服器的名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
用戶名 Amazon Redshift 來源的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

AmazonS3CompatibleLinkedService 服務

名稱 說明 價值觀
類型 連結服務的類型。 'AmazonS3Compatible' (必要)
類型屬性 Amazon S3 相容連結服務屬性。 AmazonS3CompatibleLinkedServiceTypeProperties (必要)

AmazonS3CompatibleLinkedServiceType屬性

名稱 說明 價值觀
accessKeyId Amazon S3 相容身分識別和存取管理 (IAM) 使用者的存取密鑰標識碼。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
forcePathStyle 如果為 true,請使用 S3 路徑樣式存取,而不是虛擬託管樣式存取。 預設值為 False。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
secretAccessKey Amazon S3 相容身分識別和存取管理 (IAM) 使用者的秘密存取密鑰。 秘密基地
服務網址 (serviceUrl) 這個值會指定要使用 Amazon S3 相容連接器存取的端點。 這是選擇性屬性;只有在您想要嘗試不同的服務端點或想要在 HTTPs 和 HTTP 之間切換時,才變更它。 Type:string (或 expression with resultType string) 。 任何

AmazonS3Linked服務

名稱 說明 價值觀
類型 連結服務的類型。 'AmazonS3' (必要)
類型屬性 Amazon S3 連結服務屬性。 AmazonS3LinkedServiceTypeProperties (必要)

AmazonS3LinkedServiceType屬性

名稱 說明 價值觀
accessKeyId Amazon S3 身分識別與存取管理 (IAM) 使用者的存取密鑰標識碼。 Type:string (或 expression with resultType string) 。 任何
驗證類型 S3 的驗證類型。 允許的值:AccessKey(預設值)或 TemporarySecurityCredentials。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
secretAccessKey Amazon S3 身分識別與存取管理 (IAM) 使用者的秘密存取密鑰。 秘密基地
服務網址 (serviceUrl) 這個值會指定要使用 S3 連接器存取的端點。 這是選擇性屬性;只有在您想要嘗試不同的服務端點或想要在 HTTPs 和 HTTP 之間切換時,才變更它。 Type:string (或 expression with resultType string) 。 任何
會話令牌 S3 暫存安全性認證的會話令牌。 秘密基地

AppFiguresLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AppFigures' (必要)
類型屬性 AppFigures 連結服務屬性。 AppFiguresLinkedServiceTypeProperties (必要)

AppFiguresLinkedServiceType屬性

名稱 說明 價值觀
clientKey AppFigures 來源的用戶端金鑰。 SecretBase (必要)
密碼 AppFigures 來源的密碼。 SecretBase (必要)
使用者名稱 Appfigures 來源的用戶名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

AsanaLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Asana' (必要)
類型屬性 Asana 連結服務屬性。 AsanaLinkedServiceTypeProperties (必要)

AsanaLinkedServiceType屬性

名稱 說明 價值觀
apiToken Asana 來源的 API 令牌。 SecretBase (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串

AzureBatchLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureBatch' (必要)
類型屬性 Azure Batch 鏈接服務屬性。 AzureBatchLinkedServiceTypeProperties (必要)

AzureBatchLinkedServiceType屬性

名稱 說明 價值觀
accessKey Azure Batch 帳戶存取金鑰。 秘密基地
帳戶名稱 Azure Batch 帳戶名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
batchUri 的 Azure Batch URI。 Type:string (或 expression with resultType string) 。 任何 (必要)
資格證明 包含驗證資訊的認證參考。 憑證引用
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
連結服務名稱 Azure 記憶體連結服務參考。 LinkedServiceReference (必要)
礦池名稱 Azure Batch 集區名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

AzureBlobFSLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureBlobFS' (必要)
類型屬性 Azure Data Lake Storage Gen2 鏈接的服務屬性。 AzureBlobFSLinkedServiceTypeProperties (必要)

AzureBlobFSLinkedServiceTypeProperties

名稱 說明 價值觀
accountKey 帳戶密鑰 Azure Data Lake Storage Gen2 服務的帳戶密鑰。 Type:string (或 expression with resultType string) 。 任何
Azure 雲端類型 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
資格證明 包含驗證資訊的認證參考。 憑證引用
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
sasToken 代幣 sasToken 在 sas uri 中的 Azure 金鑰保存庫秘密參考。 秘密基地
sasUri Azure Data Lake Storage Gen2 服務的 SAS URI。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
servicePrincipalCredential 的 Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 秘密基地
servicePrincipalCredentialType 服務 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 服務 用來針對 Azure Data Lake Storage Gen2 帳戶進行驗證的應用程式識別碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務 用來針對 Azure Data Lake Storage Gen2 帳戶進行驗證的應用程式密鑰。 秘密基地
租戶 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何
URL Azure Data Lake Storage Gen2 服務的端點。 Type:string (或 expression with resultType string) 。 任何

AzureBlobStorageLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureBlobStorage' (必要)
類型屬性 Azure Blob 記憶體連結服務屬性。 AzureBlobStorageLinkedServiceTypeProperties (必要)

AzureBlobStorageLinkedServiceType屬性

名稱 說明 價值觀
accountKey 帳戶密鑰 連接字串中 accountKey 的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
accountKind 的 指定記憶體帳戶的類型。 允許的值為:記憶體(一般用途 v1)、StorageV2(一般用途 v2)、BlobStorage 或 BlockBlobStorage。 Type:string (或 expression with resultType string) 。 任何
驗證類型 用於驗證的類型。 類型:字串。 'AccountKey'
'匿名'
“Msi”
'SasUri'
“ServicePrincipal”
Azure 雲端類型 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
connectionString 連接字串 連接字串。 它與 sasUri、serviceEndpoint 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
containerUri 的 Azure Blob 記憶體資源的容器 URI 僅支援匿名存取。 Type:string (或 expression with resultType string) 。 任何
資格證明 包含驗證資訊的認證參考。 憑證引用
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
sasToken 代幣 sasToken 在 sas uri 中的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
sasUri Azure Blob 記憶體資源的 SAS URI。 它與 connectionString、serviceEndpoint 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
serviceEndpoint Azure Blob 記憶體資源的 Blob 服務端點。 它與 connectionString、sasUri 屬性互斥。 任何
servicePrincipalId 服務 用來向 Azure SQL 數據倉儲進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務 用來對 Azure SQL 數據倉儲進行驗證的服務主體密鑰。 秘密基地
租戶 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何

AzureDatabricksDeltaLakeLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureDatabricksDeltaLake' (必要)
類型屬性 Azure Databricks Delta Lake 鏈接服務屬性。 AzureDatabricksDetltaLakeLinkedServiceTypeProperties (必要)

AzureDatabricksDetltaLakeLinkedServiceTypeProperties

名稱 說明 價值觀
accessToken databricks REST API 的存取令牌。 請參閱 https://docs.azuredatabricks.net/api/latest/authentication.html。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 秘密基地
clusterId 將用於此作業所有執行的現有互動式叢集標識碼。 Type:string (或 expression with resultType string) 。 任何
資格證明 包含驗證資訊的認證參考。 憑證引用
網域 <REGION.azuredatabricks.net,Databricks> 部署的域名。 Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
工作區資源ID databricks REST API 的工作區資源標識符。 Type:string (或 expression with resultType string) 。 任何

AzureDatabricksLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureDatabricks' (必要)
類型屬性 Azure Databricks 鏈接服務屬性。 AzureDatabricksLinkedServiceTypeProperties (必要)

AzureDatabricksLinkedServiceType屬性

名稱 說明 價值觀
accessToken databricks REST API 的存取令牌。 請參閱 https://docs.azuredatabricks.net/api/latest/authentication.html。 Type:string (或 expression with resultType string) 。 秘密基地
認證 如果針對 databricks REST API 使用工作區資源標識碼,則需要指定 MSI。 Type:string (或 expression with resultType string) 。 任何
資格證明 包含驗證資訊的認證參考。 憑證引用
dataSecurityMode Databricks 叢集的數據安全性模式。 Type:string (或 expression with resultType string) 。 任何
網域 <REGION.azuredatabricks.net,Databricks> 部署的域名。 Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
existingClusterId 將用於此活動之所有執行的現有互動式叢集標識碼。 Type:string (或 expression with resultType string) 。 任何
實例池 ID 將用於此活動之所有執行的現有實例集區的標識碼。 Type:string (或 expression with resultType string) 。 任何
newClusterCustomTags 叢集資源的附加標籤。 實例集區組態中會忽略這個屬性。 AzureDatabricksLinkedServiceTypePropertiesNewClusterCustomTags
newClusterDriverNodeType 新作業叢集的驅動程序節點類型。 實例集區組態中會忽略這個屬性。 Type:string (或 expression with resultType string) 。 任何
newClusterEnableElasticDisk 在新叢集上啟用彈性磁碟。 現在會忽略此屬性,並在 Databricks 中採用預設的彈性磁碟行為(一律啟用彈性磁碟)。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
newClusterInitScripts 腳本 新叢集的使用者定義初始化腳本。 類型:字串陣列(或 Expression 搭配 resultType 字串陣列)。 任何
newClusterLogDestination 新集群日誌目標 指定要傳遞 Spark 驅動程式、背景工作和事件記錄檔的位置。 Type:string (或 expression with resultType string) 。 任何
newClusterNodeType 新作業叢集的節點類型。 如果指定 newClusterVersion 且未指定 instancePoolId,則需要此屬性。 如果指定 instancePoolId,則會忽略這個屬性。 Type:string (或 expression with resultType string) 。 任何
newClusterNumOfWorker 如果未使用現有的互動式叢集,這會指定要用於新作業叢集或實例集區的背景工作節點數目。 對於新的作業叢集,這是字串格式的 Int32,例如 '1' 表示 numOfWorker 為 1 或 '1:10' 表示從 1(最小值)自動調整為 10(最大值)。 例如集區,這是字串格式的 Int32,而且只能指定固定數目的背景工作節點,例如 『2』。 如果指定 newClusterVersion,則為必要專案。 Type:string (或 expression with resultType string) 。 任何
新集群 SparkConf 一組選擇性、使用者指定的Spark組態索引鍵/值組。 AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkConf
newClusterSparkEnvVars 一組選擇性、使用者指定的Spark環境變數機碼/值組。 AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkEnvVars
newClusterVersion 如果未使用現有的互動式叢集,這會指定針對每個活動執行所建立之新作業叢集或實例集區節點的Spark版本。 如果指定 instancePoolId,則為必要專案。 Type:string (或 expression with resultType string) 。 任何
政策識別碼 限制根據使用者定義規則集設定叢集的能力的原則標識碼。 Type:string (或 expression with resultType string) 。 任何
工作區資源ID databricks REST API 的工作區資源標識符。 Type:string (或 expression with resultType string) 。 任何

AzureDatabricksLinkedServiceTypePropertiesNewClusterCustomTags

名稱 說明 價值觀

AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkConf

名稱 說明 價值觀

AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkEnvVars

名稱 說明 價值觀

AzureDataExplorerLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureDataExplorer' (必要)
類型屬性 Azure 資料總管 (Kusto) 連結服務屬性。 AzureDataExplorerLinkedServiceTypeProperties (必要)

AzureDataExplorerLinkedServiceTypeProperties

名稱 說明 價值觀
資格證明 包含驗證資訊的認證參考。 憑證引用
資料庫 連接的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
端點 Azure 數據總管的端點(引擎的端點)。 URL 的格式為 https://< clusterName>。<regionName.kusto.windows.net>。 類型:string (或 expression with resultType string) 任何 (必要)
servicePrincipalId 服務 用來向 Azure 數據總管進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務 用來對 Kusto 進行驗證的服務主體金鑰。 秘密基地
租戶 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何

AzureDataLakeAnalyticsLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureDataLakeAnalytics' (必要)
類型屬性 Azure Data Lake Analytics 鏈接服務屬性。 AzureDataLakeAnalyticsLinkedServiceTypeProperties (必要)

AzureDataLakeAnalyticsLinkedServiceType屬性

名稱 說明 價值觀
帳戶名稱 Azure Data Lake Analytics 帳戶名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
dataLakeAnalyticsUri Azure Data Lake Analytics URI 類型:字串(或具有 resultType 字串的運算式)。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
資源群組名稱 Data Lake Analytics 帳戶資源組名(如果與 Data Factory 帳戶不同)。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 服務 用來針對 Azure Data Lake Analytics 帳戶進行驗證的應用程式識別碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務 用來對 Azure Data Lake Analytics 帳戶進行驗證的應用程式密鑰。 秘密基地
subscriptionId (訂閱ID) Data Lake Analytics 帳戶訂用帳戶標識碼(如果與 Data Factory 帳戶不同)。 Type:string (或 expression with resultType string) 。 任何
租戶 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何 (必要)

AzureDataLakeStoreLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureDataLakeStore' (必要)
類型屬性 Azure Data Lake Store 連結服務屬性。 AzureDataLakeStoreLinkedServiceTypeProperties (必要)

AzureDataLakeStoreLinkedServiceTypeProperties

名稱 說明 價值觀
帳戶名稱 Data Lake Store 帳戶名稱。 Type:string (或 expression with resultType string) 。 任何
Azure 雲端類型 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
資格證明 包含驗證資訊的認證參考。 憑證引用
dataLakeStoreUri Data Lake Store 服務 URI。 Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
資源群組名稱 Data Lake Store 帳戶資源組名(如果與 Data Factory 帳戶不同)。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 服務 用來針對 Azure Data Lake Store 帳戶進行驗證的應用程式識別碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務 用來針對 Azure Data Lake Store 帳戶進行驗證的應用程式密鑰。 秘密基地
subscriptionId (訂閱ID) Data Lake Store 帳戶訂用帳戶標識碼(如果與 Data Factory 帳戶不同)。 Type:string (或 expression with resultType string) 。 任何
租戶 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何

AzureFileStorageLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureFileStorage' (必要)
類型屬性 Azure 檔案記憶體連結服務屬性。 AzureFileStorageLinkedServiceTypeProperties (必要)

AzureFileStorageLinkedServiceType屬性

名稱 說明 價值觀
accountKey 帳戶密鑰 連接字串中 accountKey 的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
connectionString 連接字串 連接字串。 它與 sasUri 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
資格證明 包含驗證資訊的認證參考。 憑證引用
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
檔共用 Azure 檔案共享名稱。 使用 accountKey/sasToken 進行驗證時,這是必要專案。 Type:string (或 expression with resultType string) 。 任何
主機 伺服器的主機名。 Type:string (或 expression with resultType string) 。 任何
密碼 登入伺服器的密碼。 秘密基地
sasToken 代幣 sasToken 在 sas uri 中的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
sasUri Azure 檔案資源的 SAS URI。 它與 connectionString 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
serviceEndpoint Azure 檔案記憶體資源的檔案服務端點。 它與 connectionString、sasUri 屬性互斥。 任何
快照 Azure 檔案共用快照集版本。 Type:string (或 expression with resultType string) 。 任何
使用者ID 登入伺服器的使用者識別碼。 Type:string (或 expression with resultType string) 。 任何

AzureFunctionLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureFunction' (必要)
類型屬性 Azure 函式連結服務屬性。 AzureFunctionLinkedServiceTypeProperties (必要)

AzureFunctionLinkedServiceType屬性

名稱 說明 價值觀
認證 用來連線到 AzureFunction 的驗證類型(指定 MSI 的必要專案)。 Type:string (或 expression with resultType string) 。 任何
資格證明 包含驗證資訊的認證參考。 憑證引用
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
functionAppUrl 的 Azure 函式應用程式的端點。 URL 的格式為 https://< accountName.azurewebsites.net>。 Type:string (或 expression with resultType string) 。 任何 (必要)
functionKey 函數鍵 Azure 函式應用程式的函式或主機密鑰。 秘密基地
資源ID Azure 函式允許的令牌物件。 Type:string (或 expression with resultType string) 。 任何

AzureKeyVaultLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureKeyVault' (必要)
類型屬性 Azure Key Vault 連結服務屬性。 AzureKeyVaultLinkedServiceTypeProperties (必要)

AzureKeyVaultLinkedServiceType屬性

名稱 說明 價值觀
baseUrl 的 Azure Key Vault 的基底 URL。 例如 https://myakv.vault.azure.net Type:string (或 expression with resultType string)。 任何 (必要)
資格證明 包含驗證資訊的認證參考。 憑證引用

AzureKeyVaultSecretReference

名稱 說明 價值觀
秘密名稱 Azure Key Vault 中的秘密名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
secretVersion Azure Key Vault 中的秘密版本。 預設值是最新版本的秘密。 Type:string (或 expression with resultType string) 。 任何
商店 Azure Key Vault 鏈接服務參考。 LinkedServiceReference (必要)
類型 秘密的類型。 字串 (必要)

AzureKeyVaultSecretReference

名稱 說明 價值觀
秘密名稱 Azure Key Vault 中的秘密名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
secretVersion Azure Key Vault 中的秘密版本。 預設值是最新版本的秘密。 Type:string (或 expression with resultType string) 。 任何
商店 Azure Key Vault 鏈接服務參考。 LinkedServiceReference (必要)
類型 秘密的類型。 'AzureKeyVaultSecret' (必要)

AzureMariaDBLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureMariaDB' (必要)
類型屬性 適用於 MariaDB 的 Azure 資料庫連結服務屬性。 AzureMariaDBLinkedServiceTypeProperties (必要)

AzureMariaDBLinkedServiceTypeProperties

名稱 說明 價值觀
connectionString 連接字串 ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
pwd 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference

AzureMLLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureML' (必要)
類型屬性 Azure ML Studio Web 服務鏈接服務屬性。 AzureMLLinkedServiceTypeProperties (必要)

AzureMLLinkedServiceTypeProperties

名稱 說明 價值觀
apiKey 用來存取 Azure ML 模型端點的 API 金鑰。 SecretBase (必要)
認證 用來連線到 AzureML 的驗證類型(需要指定 MSI)。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
mlEndpoint Azure ML Studio Web 服務端點的批次執行 REST URL。 Type:string (或 expression with resultType string) 。 任何 (必要)
servicePrincipalId 服務 用來針對 Azure ML Studio Web 服務的 ARM 型 updateResourceEndpoint 進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務 用來針對 Azure ML Studio Web 服務的 ARM 型 updateResourceEndpoint 進行驗證的服務主體密鑰。 秘密基地
租戶 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何
updateResourceEndpoint Azure ML Studio Web 服務端點的更新資源 REST URL。 Type:string (或 expression with resultType string) 。 任何

AzureMLServiceLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureMLService' (必要)
類型屬性 Azure ML 服務鏈接服務屬性。 AzureMLServiceLinkedServiceTypeProperties (必要)

AzureMLServiceLinkedServiceTypeProperties

名稱 說明 價值觀
認證 用來連線到 AzureML 的驗證類型(需要指定 MSI)。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
mlWorkspaceName (毫升工作區名稱) Azure ML 服務工作區名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
資源群組名稱 Azure ML 服務工作區資源組名。 Type:string (或 expression with resultType string) 。 任何 (必要)
servicePrincipalId 服務 用來針對已發佈 Azure ML 服務管線端點進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務 用來針對已發佈 Azure ML 服務管線端點進行驗證的服務主體密鑰。 秘密基地
subscriptionId (訂閱ID) Azure ML 服務工作區訂用帳戶標識碼。 Type:string (或 expression with resultType string) 。 任何 (必要)
租戶 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何

AzureMySqlLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureMySql' (必要)
類型屬性 Azure MySQL 資料庫連結服務屬性。 AzureMySqlLinkedServiceTypeProperties (必要)

AzureMySqlLinkedServiceType屬性

名稱 說明 價值觀
connectionString 連接字串 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何 (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference

AzurePostgreSqlLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzurePostgreSql' (必要)
類型屬性 Azure PostgreSQL 鏈接服務屬性。 AzurePostgreSqlLinkedServiceTypeProperties (必要)

AzurePostgreSqlLinkedServiceType屬性

名稱 說明 價值觀
Azure 雲端類型 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
commandTimeout 在終止嘗試並產生錯誤之前,嘗試執行命令的時間(以秒為單位)。 設定為零表示無限大。 類型:整數。 任何
connectionString 連接字串 ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
資格證明 包含驗證資訊的認證參考。 憑證引用
資料庫 連接的資料庫名稱。 類型:字串。 任何
編碼 取得或設定將用來編碼/譯碼 PostgreSQL 字串數據的 .NET 編碼。 類型:字串 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
連接埠 連接的埠。 類型:整數。 任何
讀取緩衝區大小 決定讀取時,內部緩衝區所使用的大小。 如果從資料庫傳輸大型值,增加可能會改善效能。 類型:整數。 任何
伺服器 線上的伺服器名稱。 類型:字串。 任何
servicePrincipalCredentialType 服務 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
服務主體內嵌證書 指定在 Azure Active Directory 中註冊之應用程式的base64編碼憑證。 Type:string (或 expression with resultType string) 。 秘密基地
服務主體嵌入式證書密碼 如果您的憑證具有密碼,且您使用的是 AadServicePrincipal 驗證,請指定憑證的密碼。 Type:string (或 expression with resultType string) 。 秘密基地
servicePrincipalId 服務 用來針對適用於 PostgreSQL 的 Azure 資料庫彈性伺服器進行驗證的服務主體識別碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務 用來針對適用於 PostgreSQL 的 Azure 資料庫彈性伺服器進行驗證的服務主體金鑰。 秘密基地
SSL 模式 (sslMode) 線上的 SSL 模式。 類型:整數。 0:停用、1:allow、2:prefer、3:require、4:verify-ca、5:verify-full。 類型:整數。 任何
租戶 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何
超時 在終止嘗試並產生錯誤之前,嘗試建立連線的時間(以秒為單位)。 類型:整數。 任何
時區 取得或設定會話時區。 類型:字串。 任何
信任伺服器證書 是否信任伺服器證書而不驗證它。 類型:布爾值。 任何
用戶名 驗證的用戶名稱。 類型:字串。 任何

AzureSearchLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureSearch' (必要)
類型屬性 Windows Azure 搜尋服務連結服務屬性。 AzureSearchLinkedServiceTypeProperties (必要)

AzureSearchLinkedServiceType屬性

名稱 說明 價值觀
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
鑰匙 Azure 搜尋服務的系統管理金鑰 秘密基地
URL Azure 搜尋服務的 URL。 Type:string (或 expression with resultType string) 。 任何 (必要)

AzureSqlDatabaseLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureSqlDatabase' (必要)
類型屬性 Azure SQL Database 鏈接服務屬性。 AzureSqlDatabaseLinkedServiceTypeProperties (必要)

AzureSqlDatabaseLinkedServiceType屬性

名稱 說明 價值觀
alwaysEncryptedSettings Sql 一律加密的屬性。 SqlAlwaysEncryptedProperties
applicationIntent 應用程式 聯機到建議版本所使用的伺服器時,應用程式工作負載類型。 可能的值為 ReadOnly 和 ReadWrite。 Type:string (或 expression with resultType string) 。 任何
驗證類型 用於驗證的類型。 類型:字串。 “ServicePrincipal”
'SQL'
“SystemAssignedManagedIdentity”
“UserAssignedManagedIdentity”
Azure 雲端類型 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
commandTimeout 終止嘗試執行命令並產生錯誤之前的預設等候時間(以秒為單位),由建議的版本使用。 類型:integer (或 expression with resultType integer) 。 任何
connectionString 連接字串 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
connectRetryCount 識別建議版本所使用的閑置連線失敗之後嘗試的重新連線數目。 這必須是介於 0 到 255 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
connectRetryInterval 識別建議版本所使用的閑置連線失敗之後,每個重新連線嘗試之間的時間量(以秒為單位)。 這必須是介於 1 到 60 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
連接超時 在終止嘗試並產生建議版本所使用的錯誤之前,等候伺服器連線的時間長度(以秒為單位)。 類型:integer (或 expression with resultType integer) 。 任何
資格證明 包含驗證資訊的認證參考。 憑證引用
資料庫 建議版本所使用的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何
加密 指出客戶端與伺服器之間傳送的所有數據是否需要 TLS 加密,供建議版本使用。 可能的值為 true/yes/mandatory、false/no/optional 和 strict。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
failover合作夥伴 如果主伺服器關閉,建議版本會使用所要連線之夥伴伺服器的名稱或位址。 Type:string (或 expression with resultType string) 。 任何
憑證中的主機名稱 驗證連線之伺服器證書時要使用的主機名。 若未指定,來自數據源的伺服器名稱會用於建議版本所使用的憑證驗證。 Type:string (或 expression with resultType string) 。 任何
集成安全性 指出是否在連線中指定使用者標識碼和密碼(若為 false),或目前的 Windows 帳戶認證是否用於驗證(若為 true),供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
loadBalanceTimeout (負載均衡超時) 在被建議版本使用之前,聯機生存在聯機集區中的最短時間,以秒為單位。 類型:integer (或 expression with resultType integer) 。 任何
最大池大小 此特定連接字串的連線區中允許的連線數目上限,供建議版本使用。 類型:integer (或 expression with resultType integer) 。 任何
minPoolSize (最小池大小) 建議版本所使用的此特定連接字串,聯機集區中允許的連線數目下限。 類型:integer (或 expression with resultType integer) 。 任何
multipleActiveResultSets (多個活動結果集) 若為 true,應用程式可以維護多個作用中結果集 (MARS)。 若為 false,應用程式必須先處理或取消一個批次的所有結果集,才能在該連線上執行任何其他批次,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
multiSubnetFailover 如果您的應用程式連線到不同子網上的 AlwaysOn 可用性群組 (AG),則設定 MultiSubnetFailover=true 可讓您更快速地偵測並連線到建議版本所使用的作用中伺服器。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
封包大小 網路封包的大小,以位元組為單位,用來與建議版本所使用的伺服器實例通訊。 類型:integer (或 expression with resultType integer) 。 任何
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
指出每次要求連線時,是否要集區或明確開啟連線,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
伺服器 建議版本所使用的 SQL Server 實例名稱或網路位址。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalCredential 的 Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 秘密基地
servicePrincipalCredentialType 服務 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 服務 用來對 Azure SQL Database 進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務 用來向 Azure SQL Database 進行驗證的服務主體密鑰。 秘密基地
租戶 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何
信任伺服器證書 指出通道是否會在略過憑證鏈結以驗證建議版本所使用的信任時加密。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
使用者名稱 線上到伺服器時要使用的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

AzureSqlDWLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureSqlDW' (必要)
類型屬性 Azure SQL 數據倉儲連結服務屬性。 AzureSqlDWLinkedServiceTypeProperties (必要)

AzureSqlDWLinkedServiceType屬性

名稱 說明 價值觀
applicationIntent 應用程式 聯機到建議版本所使用的伺服器時,應用程式工作負載類型。 可能的值為 ReadOnly 和 ReadWrite。 Type:string (或 expression with resultType string) 。 任何
驗證類型 用於驗證的類型。 類型:字串。 “ServicePrincipal”
'SQL'
“SystemAssignedManagedIdentity”
“UserAssignedManagedIdentity”
Azure 雲端類型 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
commandTimeout 終止嘗試執行命令並產生錯誤之前的預設等候時間(以秒為單位),由建議的版本使用。 類型:integer (或 expression with resultType integer) 。 任何
connectionString 連接字串 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
connectRetryCount 識別建議版本所使用的閑置連線失敗之後嘗試的重新連線數目。 這必須是介於 0 到 255 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
connectRetryInterval 識別建議版本所使用的閑置連線失敗之後,每個重新連線嘗試之間的時間量(以秒為單位)。 這必須是介於 1 到 60 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
連接超時 在終止嘗試並產生建議版本所使用的錯誤之前,等候伺服器連線的時間長度(以秒為單位)。 類型:integer (或 expression with resultType integer) 。 任何
資格證明 包含驗證資訊的認證參考。 憑證引用
資料庫 建議版本所使用的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何
加密 指出客戶端與伺服器之間傳送的所有數據是否需要 TLS 加密,供建議版本使用。 可能的值為 true/yes/mandatory、false/no/optional 和 strict。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
failover合作夥伴 如果主伺服器關閉,建議版本會使用所要連線之夥伴伺服器的名稱或位址。 Type:string (或 expression with resultType string) 。 任何
憑證中的主機名稱 驗證連線之伺服器證書時要使用的主機名。 若未指定,來自數據源的伺服器名稱會用於建議版本所使用的憑證驗證。 Type:string (或 expression with resultType string) 。 任何
集成安全性 指出是否在連線中指定使用者標識碼和密碼(若為 false),或目前的 Windows 帳戶認證是否用於驗證(若為 true),供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
loadBalanceTimeout (負載均衡超時) 在被建議版本使用之前,聯機生存在聯機集區中的最短時間,以秒為單位。 類型:integer (或 expression with resultType integer) 。 任何
最大池大小 此特定連接字串的連線區中允許的連線數目上限,供建議版本使用。 類型:integer (或 expression with resultType integer) 。 任何
minPoolSize (最小池大小) 建議版本所使用的此特定連接字串,聯機集區中允許的連線數目下限。 類型:integer (或 expression with resultType integer) 。 任何
multipleActiveResultSets (多個活動結果集) 若為 true,應用程式可以維護多個作用中結果集 (MARS)。 若為 false,應用程式必須先處理或取消一個批次的所有結果集,才能在該連線上執行任何其他批次,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
multiSubnetFailover 如果您的應用程式連線到不同子網上的 AlwaysOn 可用性群組 (AG),則設定 MultiSubnetFailover=true 可讓您更快速地偵測並連線到建議版本所使用的作用中伺服器。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
封包大小 網路封包的大小,以位元組為單位,用來與建議版本所使用的伺服器實例通訊。 類型:integer (或 expression with resultType integer) 。 任何
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
指出每次要求連線時,是否要集區或明確開啟連線,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
伺服器 建議版本所使用的 SQL Server 實例名稱或網路位址。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalCredential 的 Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 秘密基地
servicePrincipalCredentialType 服務 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 服務 用來向 Azure SQL 數據倉儲進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務 用來對 Azure SQL 數據倉儲進行驗證的服務主體密鑰。 秘密基地
租戶 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何
信任伺服器證書 指出通道是否會在略過憑證鏈結以驗證建議版本所使用的信任時加密。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
使用者名稱 線上到伺服器時要使用的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

AzureSqlMILinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureSqlMI' (必要)
類型屬性 Azure SQL 受控實例連結服務屬性。 AzureSqlMILinkedServiceTypeProperties (必要)

AzureSqlMILinkedServiceType屬性

名稱 說明 價值觀
alwaysEncryptedSettings Sql 一律加密的屬性。 SqlAlwaysEncryptedProperties
applicationIntent 應用程式 聯機到建議版本所使用的伺服器時,應用程式工作負載類型。 可能的值為 ReadOnly 和 ReadWrite。 Type:string (或 expression with resultType string) 。 任何
驗證類型 用於驗證的類型。 類型:字串。 “ServicePrincipal”
'SQL'
“SystemAssignedManagedIdentity”
“UserAssignedManagedIdentity”
Azure 雲端類型 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
commandTimeout 終止嘗試執行命令並產生錯誤之前的預設等候時間(以秒為單位),由建議的版本使用。 類型:integer (或 expression with resultType integer) 。 任何
connectionString 連接字串 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
connectRetryCount 識別建議版本所使用的閑置連線失敗之後嘗試的重新連線數目。 這必須是介於 0 到 255 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
connectRetryInterval 識別建議版本所使用的閑置連線失敗之後,每個重新連線嘗試之間的時間量(以秒為單位)。 這必須是介於 1 到 60 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
連接超時 在終止嘗試並產生建議版本所使用的錯誤之前,等候伺服器連線的時間長度(以秒為單位)。 類型:integer (或 expression with resultType integer) 。 任何
資格證明 包含驗證資訊的認證參考。 憑證引用
資料庫 建議版本所使用的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何
加密 指出客戶端與伺服器之間傳送的所有數據是否需要 TLS 加密,供建議版本使用。 可能的值為 true/yes/mandatory、false/no/optional 和 strict。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
failover合作夥伴 如果主伺服器關閉,建議版本會使用所要連線之夥伴伺服器的名稱或位址。 Type:string (或 expression with resultType string) 。 任何
憑證中的主機名稱 驗證連線之伺服器證書時要使用的主機名。 若未指定,來自數據源的伺服器名稱會用於建議版本所使用的憑證驗證。 Type:string (或 expression with resultType string) 。 任何
集成安全性 指出是否在連線中指定使用者標識碼和密碼(若為 false),或目前的 Windows 帳戶認證是否用於驗證(若為 true),供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
loadBalanceTimeout (負載均衡超時) 在被建議版本使用之前,聯機生存在聯機集區中的最短時間,以秒為單位。 類型:integer (或 expression with resultType integer) 。 任何
最大池大小 此特定連接字串的連線區中允許的連線數目上限,供建議版本使用。 類型:integer (或 expression with resultType integer) 。 任何
minPoolSize (最小池大小) 建議版本所使用的此特定連接字串,聯機集區中允許的連線數目下限。 類型:integer (或 expression with resultType integer) 。 任何
multipleActiveResultSets (多個活動結果集) 若為 true,應用程式可以維護多個作用中結果集 (MARS)。 若為 false,應用程式必須先處理或取消一個批次的所有結果集,才能在該連線上執行任何其他批次,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
multiSubnetFailover 如果您的應用程式連線到不同子網上的 AlwaysOn 可用性群組 (AG),則設定 MultiSubnetFailover=true 可讓您更快速地偵測並連線到建議版本所使用的作用中伺服器。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
封包大小 網路封包的大小,以位元組為單位,用來與建議版本所使用的伺服器實例通訊。 類型:integer (或 expression with resultType integer) 。 任何
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
指出每次要求連線時,是否要集區或明確開啟連線,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
伺服器 建議版本所使用的 SQL Server 實例名稱或網路位址。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalCredential 的 Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 秘密基地
servicePrincipalCredentialType 服務 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 服務 用來對 Azure SQL 受控實例進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務 用來對 Azure SQL 受控實例進行驗證的服務主體密鑰。 秘密基地
租戶 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何
信任伺服器證書 指出通道是否會在略過憑證鏈結以驗證建議版本所使用的信任時加密。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
使用者名稱 線上到伺服器時要使用的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

AzureStorageLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureStorage' (必要)
類型屬性 Azure 記憶體連結服務屬性。 AzureStorageLinkedServiceTypeProperties (必要)

AzureStorageLinkedServiceType屬性

名稱 說明 價值觀
accountKey 帳戶密鑰 連接字串中 accountKey 的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
connectionString 連接字串 連接字串。 它與 sasUri 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
sasToken 代幣 sasToken 在 sas uri 中的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
sasUri Azure 記憶體資源的 SAS URI。 它與 connectionString 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何

AzureSynapseArtifactsLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureSynapseArtifacts' (必要)
類型屬性 Azure Synapse Analytics (Artifacts) 鏈接的服務屬性。 AzureSynapseArtifactsLinkedServiceTypeProperties (必要)

AzureSynapseArtifactsLinkedServiceTypeProperties

名稱 說明 價值觀
認證 如果使用系統指派的受控識別作為驗證方法,則需要指定 MSI。 Type:string (或 expression with resultType string) 。 任何
端點 < https:// workspacename.dev.azuresynapse.net> Azure Synapse Analytics 工作區 URL。 Type:string (或 expression with resultType string) 。 任何 (必要)
工作區資源ID Synapse 工作區的資源標識碼。 格式應該是:/subscriptions/{subscriptionID}/resourceGroups/{resourceGroup}/providers/Microsoft.Synapse/workspaces/{workspaceName}。 Type:string (或 expression with resultType string) 。 任何

AzureTableStorageLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'AzureTableStorage' (必要)
類型屬性 Azure 資料表記憶體連結服務屬性。 AzureTableStorageLinkedServiceTypeProperties (必要)

AzureTableStorageLinkedServiceType屬性

名稱 說明 價值觀
accountKey 帳戶密鑰 連接字串中 accountKey 的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
connectionString 連接字串 連接字串。 它與 sasUri 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
資格證明 包含驗證資訊的認證參考。 憑證引用
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
sasToken 代幣 sasToken 在 sas uri 中的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
sasUri Azure 記憶體資源的 SAS URI。 它與 connectionString 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
serviceEndpoint Azure 資料表記憶體資源的數據表服務端點。 它與 connectionString、sasUri 屬性互斥。 任何

CassandraLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Cassandra' (必要)
類型屬性 Cassandra 連結服務屬性。 CassandraLinkedServiceTypeProperties (必要)

CassandraLinkedServiceType屬性

名稱 說明 價值觀
驗證類型 要用於連接的 AuthenticationType。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 線上的主機名。 Type:string (或 expression with resultType string) 。 任何 (必要)
密碼 驗證的密碼。 秘密基地
連接埠 連接的埠。 類型:integer (或 expression with resultType integer) 。 任何
用戶名 驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

CommonDataServiceForAppsLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'CommonDataServiceForApps' (必要)
類型屬性 Common Data Service for Apps 鏈接服務屬性。 CommonDataServiceForAppsLinkedServiceTypeProperties (必要)

CommonDataServiceForAppsLinkedServiceType屬性

名稱 說明 價值觀
驗證類型 線上到 Common Data Service for Apps 伺服器的驗證類型。 適用於在線案例的 『Office365』,適用於內部部署與 Ifd 案例的 『Ifd』。 在線案例中 Server-To-Server 驗證的 'AADServicePrincipal',適用於具有 IFD 的內部部署 Dynamics 的 'Active Directory'。 Type:string (或 expression with resultType string) 。 任何 (必要)
部署類型 Common Data Service for Apps 實例的部署類型。 Common Data Service for Apps Online 的 'Online' 和適用於 Ifd 之 Common Data Service for Apps 內部部署的 'OnPremisesWithIfd'。 Type:string (或 expression with resultType string) 。 任何 (必要)
網域 將驗證用戶認證的 Active Directory 網域。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機名稱 內部部署 Common Data Service for Apps 伺服器的主機名。 內部部署需要 屬性,且不允許在線使用。 Type:string (或 expression with resultType string) 。 任何
organizationName (組織名稱) Common Data Service for Apps 實例的組織名稱。 當有多個與使用者相關聯的 Common Data Service for Apps 實例時,內部部署需要 屬性,且需要在線。 Type:string (或 expression with resultType string) 。 任何
密碼 存取 Common Data Service for Apps 實例的密碼。 秘密基地
連接埠 內部部署 Common Data Service for Apps 伺服器的埠。 內部部署需要 屬性,且不允許在線使用。 預設值為 443。 類型:integer (或 expression with resultType integer), minimum: 0。 任何
servicePrincipalCredential 的 Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 秘密基地
servicePrincipalCredentialType 服務 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 服務 Azure Active Directory 中用於伺服器To-Server 驗證的應用程式用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何
serviceUri 的 Microsoft Common Data Service for Apps 伺服器的 URL。 內部部署不需要 屬性,且不允許內部部署。 Type:string (或 expression with resultType string) 。 任何
用戶名 用來存取 Common Data Service for Apps 實例的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

ConcurLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'Concur' (必要)
類型屬性 Concur Service 鏈接服務屬性。 ConcurLinkedServiceTypeProperties (必要)

ConcurLinkedServiceType屬性

名稱 說明 價值觀
用戶端ID Concur 應用程式管理所提供的應用程式client_id。 任何 (必要)
連線屬性 用來連線到 Concur 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 對應至您在使用者名稱欄位中提供之使用者名稱的密碼。 秘密基地
使用加密端點 指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 任何
使用主機驗證 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 任何
使用同行驗證 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 任何
用戶名 您用來存取 Concur 服務的使用者名稱。 任何 (必要)

CosmosDbLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'CosmosDb' (必要)
類型屬性 CosmosDB 連結服務屬性。 CosmosDbLinkedServiceTypeProperties (必要)

CosmosDbLinkedServiceType屬性

名稱 說明 價值觀
accountEndpoint Azure CosmosDB 帳戶的端點。 類型:string (或 expression with resultType string) 任何
accountKey 帳戶密鑰 Azure CosmosDB 帳戶的帳戶的帳戶密鑰。 類型:SecureString 或 AzureKeyVaultSecretReference。 秘密基地
Azure 雲端類型 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
connectionMode 連接模式 用來存取 CosmosDB 帳戶的連接模式。 類型:字串。 “直接”
“網關”
connectionString 連接字串 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
資格證明 包含驗證資訊的認證參考。 憑證引用
資料庫 資料庫的名稱。 類型:string (或 expression with resultType string) 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
servicePrincipalCredential 的 Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 秘密基地
servicePrincipalCredentialType 服務 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 類型:字串。 任何
servicePrincipalId 服務 Azure Active Directory 中用於伺服器To-Server 驗證的應用程式用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何
租戶 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何

CosmosDbMongoDbApiLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'CosmosDbMongoDbApi' (必要)
類型屬性 CosmosDB (MongoDB API) 連結服務屬性。 CosmosDbMongoDbApiLinkedServiceTypeProperties (必要)

CosmosDbMongoDbApiLinkedServiceType屬性

名稱 說明 價值觀
connectionString 連接字串 CosmosDB (MongoDB API) 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何 (必要)
資料庫 您要存取的 CosmosDB (MongoDB API) 資料庫名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
isServerVersionAbove32 CosmosDB (MongoDB API) 伺服器版本是否高於 3.2。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何

CouchbaseLinkedService 服務

名稱 說明 價值觀
類型 連結服務的類型。 'Couchbase' (必要)
類型屬性 Couchbase 伺服器鏈接服務屬性。 CouchbaseLinkedServiceTypeProperties (必要)

CouchbaseLinkedServiceType屬性

名稱 說明 價值觀
connectionString 連接字串 ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
credString 連接字串中 credString 的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串

憑證引用

名稱 說明 價值觀
referenceName (引用名稱) 參考認證名稱。 字串 (必要)
類型 認證參考類型。 'CredentialReference' (必要)

CustomDataSourceLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'CustomDataSource' (必要)
類型屬性 自訂連結服務屬性。 任何 (必要)

DataworldLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'Dataworld' (必要)
類型屬性 Dataworld 鏈接服務屬性。 DataworldLinkedServiceTypeProperties (必要)

DataworldLinkedServiceType屬性

名稱 說明 價值觀
apiToken Dataworld 來源的 API 令牌。 SecretBase (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串

Db2LinkedService 服務

名稱 說明 價值觀
類型 連結服務的類型。 'Db2' (必要)
類型屬性 DB2 連結的服務屬性。 Db2LinkedServiceTypeProperties (必要)

Db2LinkedServiceType屬性

名稱 說明 價值觀
驗證類型 要用於連接的 AuthenticationType。 它與 connectionString 屬性互斥。 “基本”
certificateCommonName 證書 啟用 TLS 時,憑證一般名稱。 它與 connectionString 屬性互斥。 Type:string (或 expression with resultType string) 。 任何
connectionString 連接字串 連接字串。 它與伺服器、資料庫、authenticationType、userName、packageCollection 和 certificateCommonName 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
資料庫 連接的資料庫名稱。 它與 connectionString 屬性互斥。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 它與 connectionString 屬性互斥。 類型:字串。 字符串
packageCollection 在查詢資料庫時建立封裝的位置底下。 它與 connectionString 屬性互斥。 Type:string (或 expression with resultType string) 。 任何
密碼 驗證的密碼。 秘密基地
伺服器 線上的伺服器名稱。 它與 connectionString 屬性互斥。 Type:string (或 expression with resultType string) 。 任何
用戶名 驗證的用戶名稱。 它與 connectionString 屬性互斥。 Type:string (或 expression with resultType string) 。 任何

DrillLinkedService 服務

名稱 說明 價值觀
類型 連結服務的類型。 'Drill' (必要)
類型屬性 鑽研伺服器連結服務屬性。 DrillLinkedServiceTypeProperties (必要)

DrillLinkedServiceType屬性

名稱 說明 價值觀
connectionString 連接字串 ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
pwd 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference

DynamicsAXLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'DynamicsAX' (必要)
類型屬性 Dynamics AX 鏈接服務屬性。 DynamicsAXLinkedServiceTypeProperties (必要)

DynamicsAXLinkedServiceTypeProperties

名稱 說明 價值觀
aadResourceId 指定您要求授權的資源。 Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
servicePrincipalId 服務 指定應用程式的用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何 (必要)
servicePrincipalKey 服務 指定應用程式的金鑰。 將此欄位標示為 SecureString,以安全地將其儲存在 Data Factory 中,或參考儲存在 Azure Key Vault 中的秘密。 Type:string (或 expression with resultType string) 。 SecretBase (必要)
租戶 指定應用程式所在的租使用者資訊(功能變數名稱或租使用者標識符)。 將滑鼠停留在 Azure 入口網站的右上角以擷取它。 Type:string (或 expression with resultType string) 。 任何 (必要)
URL Dynamics AX (或 Dynamics 365 Finance and Operations) 實例 OData 端點。 任何 (必要)

DynamicsCrmLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'DynamicsCrm' (必要)
類型屬性 Dynamics CRM 鏈接服務屬性。 DynamicsCrmLinkedServiceTypeProperties (必要)

DynamicsCrmLinkedServiceType屬性

名稱 說明 價值觀
驗證類型 要連線到 Dynamics CRM 伺服器的驗證類型。 在線案例的 'Office365' 為內部部署的 'Ifd'、適用於 Server-To-Server 在線案例中的 'AADServicePrincipal' 、適用於具有 IFD 之 Dynamics 內部部署 Dynamics 的 'Active Directory'。 Type:string (或 expression with resultType string) 。 任何 (必要)
資格證明 包含驗證資訊的認證參考。 憑證引用
部署類型 Dynamics CRM 實例的部署類型。 Dynamics CRM Online 的 'Online' 和適用於具有 Ifd 之 Dynamics CRM 內部部署的 'OnPremisesWithIfd'。 Type:string (或 expression with resultType string) 。 任何 (必要)
網域 將驗證用戶認證的 Active Directory 網域。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機名稱 內部部署 Dynamics CRM 伺服器的主機名。 內部部署需要 屬性,且不允許在線使用。 Type:string (或 expression with resultType string) 。 任何
organizationName (組織名稱) Dynamics CRM 實例的組織名稱。 當有多個 Dynamics CRM 實例與使用者建立關聯時,內部部署和在線都需要 屬性。 Type:string (或 expression with resultType string) 。 任何
密碼 存取 Dynamics CRM 實例的密碼。 秘密基地
連接埠 內部部署 Dynamics CRM 伺服器的埠。 內部部署需要 屬性,且不允許在線使用。 預設值為 443。 類型:integer (或 expression with resultType integer), minimum: 0。 任何
servicePrincipalCredential 的 Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 秘密基地
servicePrincipalCredentialType 服務 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 服務 Azure Active Directory 中用於伺服器To-Server 驗證的應用程式用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何
serviceUri 的 Microsoft Dynamics CRM 伺服器的 URL。 內部部署不需要 屬性,且不允許內部部署。 Type:string (或 expression with resultType string) 。 任何
用戶名 存取 Dynamics CRM 實例的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

DynamicsLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'Dynamics' (必要)
類型屬性 Dynamics 連結服務屬性。 DynamicsLinkedServiceTypeProperties (必要)

DynamicsLinkedServiceType屬性

名稱 說明 價值觀
驗證類型 要連線到 Dynamics 伺服器的驗證類型。 在線案例的 'Office365' 為內部部署的 'Ifd'、適用於 Server-To-Server 在線案例中的 'AADServicePrincipal' 、適用於具有 IFD 之 Dynamics 內部部署 Dynamics 的 'Active Directory'。 Type:string (或 expression with resultType string) 。 任何 (必要)
資格證明 包含驗證資訊的認證參考。 憑證引用
部署類型 Dynamics 實例的部署類型。 Dynamics Online 的 'Online' 和適用於具有 Ifd 之 Dynamics 內部部署的 'OnPremisesWithIfd'。 Type:string (或 expression with resultType string) 。 任何 (必要)
網域 將驗證用戶認證的 Active Directory 網域。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機名稱 內部部署 Dynamics 伺服器的主機名。 內部部署需要 屬性,且不允許在線使用。 Type:string (或 expression with resultType string) 。 任何
organizationName (組織名稱) Dynamics 實例的組織名稱。 當有多個與使用者相關聯的 Dynamics 實例時,內部部署需要 屬性,且需要在線。 Type:string (或 expression with resultType string) 。 任何
密碼 存取 Dynamics 實例的密碼。 秘密基地
連接埠 內部部署 Dynamics 伺服器的埠。 內部部署需要 屬性,且不允許在線使用。 預設值為 443。 類型:integer (或 expression with resultType integer), minimum: 0。 任何
servicePrincipalCredential 的 Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 秘密基地
servicePrincipalCredentialType 服務 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 服務 Azure Active Directory 中用於伺服器To-Server 驗證的應用程式用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何
serviceUri 的 Microsoft Dynamics 伺服器的 URL。 內部部署不需要 屬性,且不允許內部部署。 Type:string (或 expression with resultType string) 。 任何
用戶名 用來存取 Dynamics 實例的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

EloquaLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Eloqua' (必要)
類型屬性 Eloqua 伺服器鏈接服務屬性。 EloquaLinkedServiceTypeProperties (必要)

EloquaLinkedServiceType屬性

名稱 說明 價值觀
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
端點 Eloqua 伺服器的端點。 (即 eloqua.example.com) 任何 (必要)
密碼 對應至使用者名稱的密碼。 秘密基地
使用加密端點 指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 任何
使用主機驗證 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 任何
使用同行驗證 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 任何
用戶名 Eloqua 帳戶的網站名稱和用戶名稱,格式如下:sitename/username。 (即埃洛誇/愛麗絲) 任何 (必要)

FileServerLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'FileServer' (必要)
類型屬性 檔案系統連結服務屬性。 FileServerLinkedServiceTypeProperties (必要)

FileServerLinkedServiceType屬性

名稱 說明 價值觀
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 伺服器的主機名。 Type:string (或 expression with resultType string) 。 任何 (必要)
密碼 登入伺服器的密碼。 秘密基地
使用者ID 登入伺服器的使用者識別碼。 Type:string (或 expression with resultType string) 。 任何

FtpServerLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'FtpServer' (必要)
類型屬性 這個連結服務類型特有的屬性。 FtpServerLinkedServiceTypeProperties (必要)

FtpServerLinkedServiceType屬性

名稱 說明 價值觀
驗證類型 要用來連線到 FTP 伺服器的驗證類型。 '匿名'
“基本”
啟用伺服器證書驗證 如果為 true,請透過 SSL/TLS 通道連線時驗證 FTP 伺服器 SSL 憑證。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
啟用SSL 如果為 true,請透過 SSL/TLS 通道連線到 FTP 伺服器。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 FTP 伺服器的主機名。 Type:string (或 expression with resultType string) 。 任何 (必要)
密碼 登入 FTP 伺服器的密碼。 秘密基地
連接埠 FTP 伺服器用來接聽用戶端連線的 TCP 連接埠號碼。 預設值為 21。 類型:integer (或 expression with resultType integer), minimum: 0。 任何
使用者名稱 登入 FTP 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

GoogleAdWordsLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'GoogleAdWords' (必要)
類型屬性 Google AdWords 服務鏈接服務屬性。 GoogleAdWordsLinkedServiceTypeProperties (必要)

GoogleAdWordsLinkedServiceType屬性

名稱 說明 價值觀
驗證類型 用於驗證的 OAuth 2.0 驗證機制。 ServiceAuthentication 只能在自我裝載 IR 上使用。 “ServiceAuthentication”
“UserAuthentication”
客戶客戶 ID 您想要擷取報表數據的 AdWords 帳戶客戶端客戶標識碼。 Type:string (或 expression with resultType string) 。 任何
用戶端ID 用來取得重新整理令牌之 Google 應用程式的用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何
用戶端密鑰 用來取得重新整理令牌之 Google 應用程式的客戶端密碼。 秘密基地
連線屬性 (已淘汰)用來連線到GoogleAds的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 任何
開發者令牌 與您用來授與 AdWords API 存取權之管理員帳戶相關聯的開發人員令牌。 秘密基地
電子郵件 服務帳戶電子郵件標識碼,用於 ServiceAuthentication,且只能在自我裝載 IR 上使用。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
googleAdsApiVersion Google Ads API 主要版本,例如 v14。 在 https://developers.google.com/google-ads/api/docs/release-notes上可以找到支援的主要版本。 Type:string (或 expression with resultType string) 。 任何
密鑰檔案路徑 (已淘汰).p12 金鑰檔案的完整路徑,用來驗證服務帳戶電子郵件位址,而且只能在自我裝載 IR 上使用。 Type:string (或 expression with resultType string) 。 任何
登錄客戶 ID 您想要擷取特定客戶之報表數據的Google Ads Manager 帳戶客戶標識碼。 Type:string (或 expression with resultType string) 。 任何
私密金鑰 用來驗證服務帳戶電子郵件位址且只能在自我裝載 IR 上使用的私鑰。 秘密基地
refreshToken 從 Google 取得的重新整理令牌,以授權存取 AdWords for UserAuthentication。 秘密基地
支援LegacyDataTypes 指定是否要使用舊版數據類型對應,將 float、int32 和 int64 從 Google 對應至字串。 除非您想要與舊版驅動程序的數據類型對應保持回溯相容性,否則請勿將此設定為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
可信任憑證路徑 (已淘汰).pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 Type:string (或 expression with resultType string) 。 任何
使用系統信任憑證庫 (useSystemTrustStore) (已淘汰)指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何

GoogleBigQueryLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'GoogleBigQuery' (必要)
類型屬性 Google BigQuery 服務鏈接服務屬性。 GoogleBigQueryLinkedServiceTypeProperties (必要)

GoogleBigQueryLinkedServiceType屬性

名稱 說明 價值觀
其他專案 要存取的公用 BigQuery 專案逗號分隔清單。 Type:string (或 expression with resultType string) 。 任何
驗證類型 用於驗證的 OAuth 2.0 驗證機制。 ServiceAuthentication 只能在自我裝載 IR 上使用。 “ServiceAuthentication”
'UserAuthentication' (必要)
用戶端ID 用來取得重新整理令牌之 Google 應用程式的用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何
用戶端密鑰 用來取得重新整理令牌之 Google 應用程式的客戶端密碼。 秘密基地
電子郵件 服務帳戶電子郵件標識碼,用於 ServiceAuthentication,且只能在自我裝載 IR 上使用。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密鑰檔案路徑 .p12 金鑰檔案的完整路徑,用來驗證服務帳戶電子郵件位址,而且只能在自我裝載 IR 上使用。 Type:string (或 expression with resultType string) 。 任何
專案 要查詢的預設 BigQuery 專案。 Type:string (或 expression with resultType string) 。 任何 (必要)
refreshToken 從 Google 取得的重新整理令牌,以授權存取 BigQuery for UserAuthentication。 秘密基地
請求GoogleDriveScope 是否要求存取Google雲端硬碟。 允許Google Drive存取可支持結合 BigQuery 數據與Google Drive 資料的同盟數據表。 預設值為 false。 Type:string (或 expression with resultType string) 。 任何
可信任憑證路徑 .pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 Type:string (或 expression with resultType string) 。 任何
使用系統信任憑證庫 (useSystemTrustStore) 指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 默認值為 false。類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何

GoogleBigQueryV2LinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'GoogleBigQueryV2' (必要)
類型屬性 Google BigQuery 服務鏈接服務屬性。 GoogleBigQueryV2LinkedServiceTypeProperties (必要)

GoogleBigQueryV2LinkedServiceType屬性

名稱 說明 價值觀
驗證類型 用於驗證的 OAuth 2.0 驗證機制。 “ServiceAuthentication”
'UserAuthentication' (必要)
用戶端ID 用來取得重新整理令牌之 Google 應用程式的用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何
用戶端密鑰 用來取得重新整理令牌之 Google 應用程式的客戶端密碼。 秘密基地
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
金鑰文件內容 用來驗證服務帳戶之 .json 金鑰檔案的內容。 Type:string (或 expression with resultType string) 。 秘密基地
專案ID 要查詢的預設 BigQuery 項目識別碼。 Type:string (或 expression with resultType string) 。 任何 (必要)
refreshToken 從 Google 取得的重新整理令牌,以授權存取 BigQuery for UserAuthentication。 秘密基地

GoogleCloudStorageLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'GoogleCloudStorage' (必要)
類型屬性 Google Cloud Storage 鏈接服務屬性。 GoogleCloudStorageLinkedServiceTypeProperties (必要)

GoogleCloudStorageLinkedServiceType屬性

名稱 說明 價值觀
accessKeyId Google Cloud Storage Identity and Access Management (IAM) 使用者的存取密鑰標識碼。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
secretAccessKey Google Cloud Storage Identity and Access Management (IAM) 使用者的秘密存取密鑰。 秘密基地
服務網址 (serviceUrl) 這個值會指定要使用Google Cloud Storage Connector 存取的端點。 這是選擇性屬性;只有在您想要嘗試不同的服務端點或想要在 HTTPs 和 HTTP 之間切換時,才變更它。 Type:string (或 expression with resultType string) 。 任何

GoogleSheetsLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'GoogleSheets' (必要)
類型屬性 GoogleSheets 連結的服務屬性。 GoogleSheetsLinkedServiceTypeProperties (必要)

GoogleSheetsLinkedServiceType屬性

名稱 說明 價值觀
apiToken GoogleSheets 來源的 API 令牌。 SecretBase (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串

GreenplumLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 “綠色貧民”(必要)
類型屬性 Greenplum 資料庫連結服務屬性。 GreenplumLinkedServiceTypeProperties (必要)

GreenplumLinkedServiceType屬性

名稱 說明 價值觀
驗證類型 要使用的驗證類型。 類型:字串。 僅適用於 V2。 “基本”
commandTimeout 在終止嘗試並產生錯誤之前,嘗試執行命令的時間(以秒為單位)。 設定為零表示無限大。 類型:整數。 僅適用於 V2。 任何
connectionString 連接字串 ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
connectionTimeout 連接超時 在終止嘗試並產生錯誤之前,嘗試建立連線的時間(以秒為單位)。 類型:整數。 僅適用於 V2。 任何
資料庫 連接的資料庫名稱。 類型:字串。 僅適用於 V2。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 線上的主機名。 類型:字串。 僅適用於 V2。 任何
連接埠 連接的埠。 類型:整數。 僅適用於 V2。 任何
pwd 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
SSL 模式 (sslMode) 線上的 SSL 模式。 類型:整數。 0:停用、1:allow、2:prefer、3:require、4:verify-ca、5:verify-full。 類型:整數。 僅適用於 V2。 任何
用戶名 驗證的用戶名稱。 類型:字串。 僅適用於 V2。 任何

HBaseLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'HBase' (必要)
類型屬性 HBase 伺服器鏈接服務屬性。 HBaseLinkedServiceTypeProperties (必要)

HBaseLinkedServiceType屬性

名稱 說明 價值觀
allowHostNameCNMismatch (允許主機名稱與CN不匹配) 指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 預設值為 false。 任何
允許自簽名伺服器證書 指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 任何
驗證類型 用來連線到 HBase 伺服器的驗證機制。 '匿名'
'Basic' (必要)
啟用SSL 指定是否使用 SSL 加密與伺服器的連線。 預設值為 false。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 HBase 伺服器的IP位址或主機名。 (即192.168.222.160) 任何 (必要)
httpPath 對應至 HBase 伺服器的部分 URL。 (即 /gateway/sandbox/hbase/version) 任何
密碼 對應至使用者名稱的密碼。 秘密基地
連接埠 HBase 實例用來接聽用戶端連線的 TCP 連接埠。 預設值為9090。 任何
可信任憑證路徑 .pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 任何
用戶名 用來連線到 HBase 實例的用戶名稱。 任何

HdfsLinkedService 服務

名稱 說明 價值觀
類型 連結服務的類型。 'Hdfs' (必要)
類型屬性 HDFS 連結服務屬性。 HdfsLinkedServiceTypeProperties (必要)

HdfsLinkedServiceTypeProperties

名稱 說明 價值觀
驗證類型 用來連線到 HDFS 的驗證類型。 可能的值為:匿名和 Windows。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 Windows 驗證的密碼。 秘密基地
URL HDFS 服務端點的 URL,例如 http://myhostname:50070/webhdfs/v1 。 Type:string (或 expression with resultType string) 。 任何 (必要)
使用者名稱 Windows 驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

HDInsightLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'HDInsight' (必要)
類型屬性 HDInsight 連結服務屬性。 HDInsightLinkedServiceTypeProperties (必要)

HDInsightLinkedServiceType屬性

名稱 說明 價值觀
clusterUri HDInsight 叢集 URI。 Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
檔案系統 如果 HDInsight 的主要記憶體是 ADLS Gen2,請指定 FileSystem。 Type:string (或 expression with resultType string) 。 任何
hcatalogLinkedServiceName 指向 HCatalog 資料庫的 Azure SQL 鏈接服務參考。 LinkedServiceReference
isEspEnabled 指定是否使用 ESP 建立 HDInsight (企業安全性套件)。 類型:布爾值。 任何
連結服務名稱 Azure 記憶體連結服務參考。 LinkedServiceReference
密碼 HDInsight 叢集密碼。 秘密基地
使用者名稱 HDInsight 叢集用戶名稱。 Type:string (或 expression with resultType string) 。 任何

HDInsightOnDemandLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'HDInsightOnDemand' (必要)
類型屬性 HDInsight ondemand 鏈接服務屬性。 HDInsightOnDemandLinkedServiceTypeProperties (必要)

HDInsightOnDemandLinkedServiceType屬性

名稱 說明 價值觀
additionalLinkedService名稱 指定 HDInsight 鏈接服務的其他記憶體帳戶,讓 Data Factory 服務可以代表您註冊它們。 LinkedServiceReference[]
clusterNamePrefix 的 叢集名稱的前置詞,後置詞會與時間戳不同。 Type:string (或 expression with resultType string) 。 任何
clusterPassword 存取叢集的密碼。 秘密基地
clusterResourceGroup 集群資源組 叢集所屬的資源群組。 Type:string (或 expression with resultType string) 。 任何 (必要)
clusterSize 叢集中的背景工作/數據節點數目。 建議值:4。 類型:int (或 expressionType int 的運算式)。 任何 (必要)
clusterSshPassword SSH 的密碼會從遠端連線叢集的節點(適用於 Linux)。 秘密基地
clusterSshUserName SSH 的使用者名稱會從遠端連線到叢集的節點(適用於 Linux)。 Type:string (或 expression with resultType string) 。 任何
clusterType 叢集類型。 Type:string (或 expression with resultType string) 。 任何
cluster使用者名 存取叢集的用戶名稱。 Type:string (或 expression with resultType string) 。 任何
核心配置 指定要建立 HDInsight 叢集的核心組態參數(如 core-site.xml中所示。 任何
資格證明 包含驗證資訊的認證參考。 憑證引用
dataNodeSize (資料節點大小) 指定 HDInsight 叢集的數據節點大小。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
hBase配置 指定 HDInsight 叢集的 HBase 組態參數 (hbase-site.xml)。 任何
hcatalogLinkedServiceName 指向 HCatalog 資料庫的 Azure SQL 連結服務名稱。 隨選 HDInsight 叢集是使用 Azure SQL 資料庫作為中繼存放區所建立。 LinkedServiceReference
hdfs配置 指定 HDInsight 叢集的 HDFS 組態參數 (hdfs-site.xml)。 任何
頭節點大小 指定 HDInsight 叢集前端節點的大小。 任何
hiveConfiguration 指定 HDInsight 叢集的 hive 組態參數 (hive-site.xml)。 任何
hostSubscriptionId 客戶用來裝載叢集的訂用帳戶。 Type:string (或 expression with resultType string) 。 任何 (必要)
連結服務名稱 隨選叢集用來儲存和處理數據的 Azure 記憶體連結服務。 LinkedServiceReference (必要)
mapReduceConfiguration 指定 HDInsight 叢集的 MapReduce 組態參數 (mapred-site.xml)。 任何
oozie配置 指定 HDInsight 叢集的 Oozie 組態參數 (oozie-site.xml)。 任何
腳本作 自定義腳本動作,在 HDI ondemand 叢集上執行一旦啟動。 請參閱 /azure/hdinsight/hdinsight-hadoop-customize-cluster-linux?toc=%2Fen-us%2Fazure%2Fhdinsight%2Fr-server%2FTOC.json&bc=%2Fen-us%2Fazure%2Fbread%2Ftoc.json#understanding-script-actions。 腳本作
servicePrincipalId 服務 hostSubscriptionId 的服務主體標識符。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務 服務主體標識碼的索引鍵。 秘密基地
sparkVersion 如果叢集類型為 『spark』,則為 spark 的版本。 Type:string (或 expression with resultType string) 。 任何
stormConfiguration 指定 HDInsight 叢集的 Storm 組態參數 (storm-site.xml)。 任何
子網名稱 vNet 中子網的ARM資源標識碼。 如果已指定 virtualNetworkId,則需要此屬性。 Type:string (或 expression with resultType string) 。 任何
租戶 服務主體所屬的租用戶標識碼/名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
時間到生活 隨選 HDInsight 叢集允許的空閒時間。 指定當叢集中沒有其他作用中作業時,隨選 HDInsight 叢集在活動執行完成後保持運作的時間長度。 最小值為 5 分鐘。 Type:string (或 expression with resultType string) 。 任何 (必要)
版本 HDInsight 叢集的版本。  Type:string (或 expression with resultType string) 。 任何 (必要)
虛擬網路ID 建立之後應該加入叢集之 vNet 的 ARM 資源識別碼。 Type:string (或 expression with resultType string) 。 任何
yarn配置 指定 HDInsight 叢集的 Yarn 組態參數 (yarn-site.xml)。 任何
zookeeperNodeSize 指定 HDInsight 叢集的 Zoo Keeper 節點大小。 任何

HiveLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Hive' (必要)
類型屬性 Hive Server 連結服務屬性。 HiveLinkedServiceTypeProperties (必要)

HiveLinkedServiceType屬性

名稱 說明 價值觀
allowHostNameCNMismatch (允許主機名稱與CN不匹配) 指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 預設值為 false。 任何
允許自簽名伺服器證書 指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 任何
驗證類型 用來存取 Hive 伺服器的驗證方法。 '匿名'
'使用者名'
'使用者名和密碼'
'WindowsAzureHDInsightService' (必要)
啟用伺服器證書驗證 指定與伺服器的連線是否會驗證伺服器證書,預設值為 True。 僅適用於 2.0 版 任何
啟用SSL 指定是否使用 SSL 加密與伺服器的連線。 預設值為 false。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 多個主機的IP位址或Hive伺服器的主機名,並以 『;' 分隔(只有在啟用 serviceDiscoveryMode 時)。 任何 (必要)
httpPath 對應至Hive伺服器的部分URL。 任何
密碼 對應至您在 [用戶名稱] 字段中提供之使用者名稱的密碼 秘密基地
連接埠 Hive 伺服器用來接聽用戶端連線的 TCP 連接埠。 任何
伺服器類型 Hive 伺服器的型別。 “HiveServer1”
“HiveServer2”
'HiveThriftServer'
服務發現模式 true 表示使用 ZooKeeper 服務,false not。 任何
thriftTransportProtocol 協定 在 Thrift 層中使用的傳輸通訊協定。 '二進位'
'HTTP '
'SASL'
可信任憑證路徑 .pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 任何
useNativeQuery 指定驅動程式是否使用原生 HiveQL 查詢,或將它們轉換成 HiveQL 中的對等形式。 任何
用戶名 您用來存取 Hive Server 的使用者名稱。 任何
使用系統信任憑證庫 (useSystemTrustStore) 指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 預設值為 false。 任何
動物園管理員命名空間 在 ZooKeeper 上新增 Hive Server 2 節點的命名空間。 任何

HttpLinkedService 服務

名稱 說明 價值觀
類型 連結服務的類型。 'HttpServer' (必要)
類型屬性 這個連結服務類型特有的屬性。 HttpLinkedServiceTypeProperties (必要)

HttpLinkedServiceType屬性

名稱 說明 價值觀
驗證類型 要用來連線到 HTTP 伺服器的驗證類型。 '匿名'
“基本”
“ClientCertificate”
'摘要'
“Windows”
authHeaders 要求中用於授權之 RESTful API 的其他 HTTP 標頭。 類型:索引鍵值組(值應該是字串類型)。 任何
certThumbprint ClientCertificate 驗證憑證的指紋。 僅適用於內部部署複本。 針對使用 ClientCertificate 驗證的內部部署複製,應指定 CertThumbprint 或 EmbeddedCertData/Password。 Type:string (或 expression with resultType string) 。 任何
embeddedCertData ClientCertificate 驗證的Base64編碼憑證數據。 針對使用 ClientCertificate 驗證的內部部署複製,應指定 CertThumbprint 或 EmbeddedCertData/Password。 Type:string (或 expression with resultType string) 。 任何
啟用伺服器證書驗證 如果為 true,請驗證 HTTPS 伺服器 SSL 憑證。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 使用 EmbeddedCertData 驗證進行基本、摘要、Windows 或 ClientCertificate 的密碼。 秘密基地
URL HTTP 端點的基底 URL,例如 https://www.microsoft.com。 Type:string (或 expression with resultType string) 。 任何 (必要)
使用者名稱 基本、摘要或 Windows 驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

HubspotLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Hubspot' (必要)
類型屬性 Hubspot Service 鏈接服務屬性。 HubspotLinkedServiceTypeProperties (必要)

HubspotLinkedServiceType屬性

名稱 說明 價值觀
accessToken 最初驗證 OAuth 整合時取得的存取令牌。 秘密基地
用戶端ID 與您的 Hubspot 應用程式相關聯的用戶端識別碼。 任何 (必要)
用戶端密鑰 與您的 Hubspot 應用程式相關聯的客戶端密碼。 秘密基地
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
refreshToken 初始驗證 OAuth 整合時取得的重新整理令牌。 秘密基地
使用加密端點 指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 任何
使用主機驗證 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 任何
使用同行驗證 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 任何

ImpalaLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'Impala' (必要)
類型屬性 Impala 伺服器連結服務屬性。 ImpalaLinkedServiceTypeProperties (必要)

ImpalaLinkedServiceType屬性

名稱 說明 價值觀
allowHostNameCNMismatch (允許主機名稱與CN不匹配) 指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 預設值為 false。 任何
允許自簽名伺服器證書 指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 任何
驗證類型 要使用的驗證類型。 '匿名'
'SASLUsername'
'UsernameAndPassword' (必要)
啟用伺服器證書驗證 指定在連接時是否啟用伺服器 SSL 憑證驗證。始終使用系統信任存儲(僅適用於 V2)。 預設值為 True。 任何
啟用SSL 指定是否使用 SSL 加密與伺服器的連線。 預設值為 false。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 Impala 伺服器的IP位址或主機名。 (即192.168.222.160) 任何 (必要)
密碼 使用 UsernameAndPassword 時,對應至使用者名稱的密碼。 秘密基地
連接埠 Impala 伺服器用來接聽用戶端連線的 TCP 連接埠。 預設值為 21050。 任何
thriftTransportProtocol 協定 要在 Thrift 層中使用的傳輸協定(僅適用於 V2)。 預設值為 Binary。 '二進位'
'HTTP'
可信任憑證路徑 .pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 任何
用戶名 用來存取 Impala 伺服器的用戶名稱。 使用SASLUsername時,預設值為匿名。 任何
使用系統信任憑證庫 (useSystemTrustStore) 指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 預設值為 false。 任何

InformixLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'Informix' (必要)
類型屬性 Informix 連結的服務屬性。 InformixLinkedServiceTypeProperties (必要)

InformixLinkedServiceType屬性

名稱 說明 價值觀
驗證類型 用來連線到 Informix 做為 ODBC 資料存放區的驗證類型。 可能的值為:Anonymous 和 Basic。 Type:string (或 expression with resultType string) 。 任何
connectionString 連接字串 連接字串的非存取認證部分,以及選擇性的加密認證。 類型:string、SecureString 或 AzureKeyVaultSecretReference 或 Expression with resultType string。 任何 (必要)
資格證明 驅動程式特定屬性值格式所指定連接字串的存取認證部分。 秘密基地
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 基本身份驗證的密碼。 秘密基地
使用者名稱 基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

IntegrationRuntimeReference

名稱 說明 價值觀
參數 整合運行時間的自變數。 ParameterValueSpecification 參數值規範
referenceName (引用名稱) 參考整合運行時間名稱。 字串 (必要)
類型 整合運行時間的類型。 'IntegrationRuntimeReference' (必要)

JiraLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Jira' (必要)
類型屬性 Jira Service 連結服務屬性。 JiraLinkedServiceTypeProperties (必要)

JiraLinkedServiceType屬性

名稱 說明 價值觀
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 Jira 服務的IP位址或主機名。 (例如 jira.example.com) 任何 (必要)
密碼 對應至您在使用者名稱欄位中提供之使用者名稱的密碼。 秘密基地
連接埠 Jira 伺服器用來接聽用戶端連線的 TCP 連接埠。 如果透過 HTTPS 連線,則預設值為 443,如果透過 HTTP 連線,則為 8080。 任何
使用加密端點 指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 任何
使用主機驗證 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 任何
使用同行驗證 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 任何
用戶名 您用來存取 Jira 服務的使用者名稱。 任何 (必要)

LakeHouseLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Lakehouse' (必要)
類型屬性 Microsoft Fabric Lakehouse 鏈接服務屬性。 LakeHouseLinkedServiceTypeProperties (必要)

LakeHouseLinkedServiceType屬性

名稱 說明 價值觀
artifactId (工件識別碼) Microsoft Fabric Lakehouse 成品的標識碼。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
servicePrincipalCredential 的 Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 秘密基地
servicePrincipalCredentialType 服務 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 服務 用來針對 Microsoft Fabric Lakehouse 進行驗證的應用程式識別碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務 用來針對 Microsoft Fabric Lakehouse 進行驗證的應用程式密鑰。 秘密基地
租戶 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何
工作區ID Microsoft Fabric 工作區的標識碼。 Type:string (或 expression with resultType string) 。 任何

連結服務

名稱 說明 價值觀
附註 可用於描述連結服務的標籤清單。 任何[]
連接方式 整合運行時間參考。 IntegrationRuntimeReference
說明 鏈接的服務描述。 字符串
參數 連結服務的參數。 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 類型,設定為 'AzureDatabricksDeltaLakeLake'。 針對 AzureFileStorageLinkedService 類型,設定為 『AzureFileStorage』。 針對 AzureFunctionLinkedService 類型,設定為 『AzureFunction』。 針對 AzureKeyVaultLinkedService 類型,設定為 『AzureKeyVault』。 針對 AzureMLLinkedService 類型,設定為 『AzureML』。 針對 AzureMLServiceLinkedService 類型,設定為 『AzureMLService』。 針對 AzureMariaDBLinkedService 類型,設定為 『AzureMariaDB』。 針對 AzureMySqlLinkedService 類型,設定為 『AzureMySqlSql』。 針對 AzurePostgreSqlLinkedService 類型,設定為 『AzurePostgreSql』。 針對 AzureSearchLinkedService 類型,設定為 『AzureSearch』。 針對 AzureSqlDWLinkedService 類型,設定為 『AzureSqlDW』。 針對 AzureSqlDatabaseLinkedService 類型,設定為 『AzureSqlDatabase』。 針對 AzureSqlMILinkedService 類型設定為 『AzureSqlMI』。 針對 AzureStorageLinkedService 類型,設定為 『AzureStorage』。 針對 AzureSynapseArtifacts 類型設定為 『AzureSynapseArtifactsLinkedService』。 針對 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』。 設定為 MarketoLinkedService 類型的 『Marketo』。 針對 MicrosoftAccessLinkedService 類型,設定為 'MicrosoftAccess'。 針對 MongoDbLinkedService 類型,設定為 'MongoDb'。 針對 MongoDbAtlasLinkedService 類型,設定為 'MongoDbAtlas'。 針對 MongoDbV2LinkedService 類型,設定為 'MongoDbV2'。 針對 MySqlLinkedService 類型,設定為 'MySql'。 將 設定為 NetezzaLinkedService 類型的 'Netezza'。 將類型 ODataLinkedService 設定為 『OData』。 針對 OdbcLinkedService 類型,設定為 『Odbc』。 針對 Office365LinkedService 類型,設定為 『Office365』。 針對 OracleLinkedService 類型設定為 『Oracle』。 針對 OracleCloudStorageLinkedService 類型,設定為 'OracleCloudStorage'。 針對 OracleServiceCloudLinkedService 類型,設定為 'OracleServiceCloudCloud'。 設定為 PaypalLinkedService 類型的 『PayPal』。 針對 PhoenixLinkedService 類型設定為 『Phoenix』。 針對 PostgreSqlLinkedService 類型,設定為 'PostgreSql'。 針對 PostgreSqlV2LinkedService 類型,設定為 'PostgreSqlV2'。 設定為 PrestoLinkedService 類型的 『Presto』。 針對 QuickBooksLinkedService 類型,設定為 'QuickBooks'。 針對 QuickbaseLinkedService 類型,設定為 'Quickbase'。 設定為 ResponsysLinkedService 類型的 'Responsys'。 設定為 RestServiceLinkedService 類型的 'RestService'。 針對 SalesforceLinkedService 類型,設定為 'Salesforce'。 針對 SalesforceMarketingCloudLinkedService 類型,設定為 'SalesforceMarketingCloud'。 針對 SalesforceServiceCloudLinkedService 類型,設定為 'SalesforceServiceCloudCloud'。 針對 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] 類型為 [ShopifyLinkedService]。 針對 SmartsheetLinkedService類型,設定為 'Smartsheet'。 針對 SnowflakeLinkedService 類型,設定為 'Snowflake'。 針對 SnowflakeV2LinkedService 類型,設定為 'SnowflakeV2'。 針對 SparkLinkedService類型設定為 『Spark』。 針對 SqlServerLinkedService 類型,設定為 'SqlServer'。 設定為 SquareLinkedService 類型的 『Square』。 設定為 SybaseLinkedService 類型的 『Sybase』。 針對 TeamDeskLinkedService 類型,設定為 'TeamDesk'。 針對 TeradataLinkedService 類型,設定為 'Teradata'。 設定為 TwilioLinkedService 類型的 『Twilio』。 設定為 VerticaLinkedService 類型的 'Vertica'。 針對 WarehouseLinkedService 類型,設定為 『Warehouse』。 針對 WebLinkedService 類型,設定為 'Web'。 設定為 XeroLinkedService 類型的 『Xero』。 針對 ZendeskLinkedService 類型,設定為 'Zendesk'。 設定為 類型 ZohoLinkedService 的 『Zoho』。 '亞馬遜MWS'
“AmazonRdsForOracle”
“AmazonRdsForSqlServer”
“亞馬遜 Redshift”
“亞馬遜 S3”
“AmazonS3 兼容”
'應用程式資料'
'體式'
“AzureBatch”
“AzureBlobFS”
“AzureBlobStorage”
'AzureDatabricks'
“AzureDatabricksDeltaLake”
“AzureDataExplorer”
“AzureDataLakeAnalytics”
“AzureDataLakeStore”
“AzureFileStorage”
'AzureFunction'
“AzureKeyVault”
'AzureMariaDB'
“AzureML”
“AzureMLService”
“AzureMySql”
'AzurePostgreSql'
“AzureSearch”
“AzureSqlDatabase”
'AzureSqlDW'
'AzureSqlMI'
“AzureStorage”
“AzureSynapseArtifacts”
“AzureTableStorage”
'卡桑德拉'
“CommonDataServiceForApps”
“同意”
'CosmosDb'
“CosmosDbMongoDbApi”
“沙發基地”
'CustomDataSource'
“數據世界”
“Db2”
“鑽”
“動力學”
'DynamicsAX'
'DynamicsCrm'
'Eloqua'
“檔案伺服器”
'FtpServer'
'GoogleAdWords 英語'
'GoogleBigQuery'
'GoogleBigQueryV2'
'GoogleCloudStorage'
'谷歌表格'
'李子'
'HBase'
'Hdfs'
“HDInsight”
“HDInsightOnDemand”
蜂巢”
'HttpServer'
“Hubspot”
“黑斑羚”
'資訊化'
'吉拉'
“湖倉小屋”
'Magento'
'MariaDB'
'Marketo'
“MicrosoftAccess”
“MongoDb”
'MongoDbAtlas'
“MongoDbV2”
'MySql'
“內特扎”
'OData'
'ODBC'
'Office365'
“神諭”
“OracleCloudStorage”
“OracleServiceCloud”
'PayPal'
“鳳凰”
'PostgreSql'
'PostgreSqlV2'
“Presto”
“快速基地”
“快書”
“Responsys”
'RestService'
“Salesforce”
'SalesforceMarketingCloud'
'SalesforceServiceCloud'
“SalesforceServiceCloudV2”
“SalesforceV2”
'SapBW'
“SapCloudForCustomer”
'SapEcc'
'SapHana'
'SapOdp'
“SapOpenHub”
'SapTable'
“ServiceNow”
“ServiceNowV2”
'Sftp'
“SharePointOnlineList”
'Shopify'
'智慧表'
“雪花”
'雪花 V2'
“火花”
“SqlServer”
'Square'
'Sybase'
'團隊桌'
“Teradata”
“特維利奧”
“維蒂卡”
'倉庫'
“網络”
'Xero'
'Zendesk'
'Zoho' (必要)
版本 連結服務的版本。 字符串

LinkedServiceReference

名稱 說明 價值觀
參數 LinkedService 的自變數。 ParameterValueSpecification 參數值規範
referenceName (引用名稱) 參考 LinkedService 名稱。 字串 (必要)
類型 連結服務參考類型。 'LinkedServiceReference' (必要)

MagentoLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Magento' (必要)
類型屬性 Magento 伺服器鏈接服務屬性。 MagentoLinkedServiceTypeProperties (必要)

MagentoLinkedServiceType屬性

名稱 說明 價值觀
accessToken 來自Magento的存取令牌。 秘密基地
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 Magento 實例的 URL。 (即192.168.222.110/洋紅3) 任何 (必要)
使用加密端點 指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 任何
使用主機驗證 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 任何
使用同行驗證 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 任何

MariaDBLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'MariaDB' (必要)
類型屬性 MariaDB 伺服器鏈接服務屬性。 MariaDBLinkedServiceTypeProperties (必要)

MariaDBLinkedServiceTypeProperties

名稱 說明 價值觀
connectionString 連接字串 ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
資料庫 連接的資料庫名稱。 類型:字串。 任何
驅動程式版本 MariaDB 驅動程式的版本。 類型:字串。 舊版驅動程式的 V1 或空白,適用於新驅動程式的 V2。 V1 可以支援連接字串和屬性包,V2 只能支援連接字串。 舊版驅動程式已排定在 2024 年 10 月前淘汰。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
連接埠 連接的埠。 類型:整數。 任何
伺服器 線上的伺服器名稱。 類型:字串。 任何
SSL 模式 (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 加密的聯機。 任何
用戶名 驗證的用戶名稱。 類型:字串。 任何
使用系統信任憑證庫 (useSystemTrustStore) 此選項會指定是否要使用來自系統信任存放區的 CA 憑證,或從指定的 PEM 檔案使用 CA 憑證。 例如 UseSystemTrustStore=<0/1>;選項:已啟用 (1) / 已停用 (0) (預設) 任何

MarketoLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Marketo' (必要)
類型屬性 Marketo 伺服器鏈接服務屬性。 MarketoLinkedServiceTypeProperties (必要)

MarketoLinkedServiceTypeProperties

名稱 說明 價值觀
用戶端ID Marketo 服務的用戶端標識碼。 任何 (必要)
用戶端密鑰 Marketo 服務的客戶端密碼。 秘密基地
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
端點 Marketo 伺服器的端點。 (即 123-ABC-321.mktorest.com) 任何 (必要)
使用加密端點 指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 任何
使用主機驗證 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 任何
使用同行驗證 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 任何

MicrosoftAccessLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'MicrosoftAccess' (必要)
類型屬性 Microsoft Access 連結的服務屬性。 MicrosoftAccessLinkedServiceTypeProperties (必要)

MicrosoftAccessLinkedServiceType屬性

名稱 說明 價值觀
驗證類型 用來連線至 Microsoft Access 做為 ODBC 資料存放區的驗證類型。 可能的值為:Anonymous 和 Basic。 Type:string (或 expression with resultType string) 。 任何
connectionString 連接字串 連接字串的非存取認證部分,以及選擇性的加密認證。 類型:string、SecureString 或 AzureKeyVaultSecretReference 或 Expression with resultType string。 任何 (必要)
資格證明 驅動程式特定屬性值格式所指定連接字串的存取認證部分。 秘密基地
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 基本身份驗證的密碼。 秘密基地
使用者名稱 基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

MongoDbAtlasLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'MongoDbAtlas' (必要)
類型屬性 MongoDB Atlas 鏈接服務屬性。 MongoDbAtlasLinkedServiceTypeProperties (必要)

MongoDbAtlasLinkedServiceType屬性

名稱 說明 價值觀
connectionString 連接字串 MongoDB Atlas 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何 (必要)
資料庫 您想要存取的 MongoDB Atlas 資料庫名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
驅動程式版本 您要選擇的驅動程式版本。 允許的值為 v1 和 v2。 Type:string (或 expression with resultType string) 。 任何

MongoDbLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'MongoDb' (必要)
類型屬性 MongoDB 連結服務屬性。 MongoDbLinkedServiceTypeProperties (必要)

MongoDbLinkedServiceType屬性

名稱 說明 價值觀
允許自簽名伺服器證書 指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
驗證類型 要用來連線到 MongoDB 資料庫的驗證類型。 '匿名'
“基本”
authSource 認證 用來驗證使用者名稱和密碼的資料庫。 Type:string (或 expression with resultType string) 。 任何
資料庫名稱 您想要存取的 MongoDB 資料庫名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
啟用SSL 指定是否使用 SSL 加密與伺服器的連線。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 驗證的密碼。 秘密基地
連接埠 MongoDB 伺服器用來接聽用戶端連線的 TCP 連接埠號碼。 預設值為 27017。 類型:integer (或 expression with resultType integer), minimum: 0。 任何
伺服器 MongoDB 伺服器的IP位址或伺服器名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
用戶名 驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

MongoDbV2LinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'MongoDbV2' (必要)
類型屬性 MongoDB 連結服務屬性。 MongoDbV2LinkedServiceTypeProperties (必要)

MongoDbV2LinkedServiceType屬性

名稱 說明 價值觀
connectionString 連接字串 MongoDB 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何 (必要)
資料庫 您想要存取的 MongoDB 資料庫名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

MySqlLinkedService 服務

名稱 說明 價值觀
類型 連結服務的類型。 'MySql' (必要)
類型屬性 MySQL 連結服務屬性。 MySqlLinkedServiceTypeProperties (必要)

MySqlLinkedServiceType屬性

名稱 說明 價值觀
allowZeroDateTime (允許零日期時間) 這可讓從資料庫擷取特殊的“零”日期值 0000-00-00。 類型:布爾值。 任何
connectionString 連接字串 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
connectionTimeout 連接超時 在終止嘗試並產生錯誤之前,等候伺服器連線的時間長度(以秒為單位)。 類型:整數。 任何
convertZeroDateTime 如果為 True,則會傳回具有不允許值的 date 或 datetime 數據行的 DateTime.MinValue。 類型:布爾值。 任何
資料庫 連接的資料庫名稱。 類型:字串。 任何
驅動程式版本 MySQL 驅動程式的版本。 類型:字串。 舊版驅動程式的 V1 或空白,適用於新驅動程式的 V2。 V1 可以支援連接字串和屬性包,V2 只能支援連接字串。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
guid格式 判斷應該讀取為 GUID 的數據行類型(如果有的話)。 類型:字串。 無:不會自動將任何數據行類型讀取為 Guid;Char36:所有 CHAR(36) 數據行都會使用小寫十六進位和連字元來讀取/寫入為 Guid,其符合 UUID。 任何
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
連接埠 連接的埠。 類型:整數。 任何
伺服器 線上的伺服器名稱。 類型:字串。 任何
sslCert 證書 用戶端 SSL 憑證檔案的路徑,格式為 PEM。 也必須指定 SslKey。 類型:字串。 任何
SSL金鑰 用戶端 SSL 私鑰的路徑,格式為 PEM。 也必須指定 SslCert。 類型:字串。 任何
SSL 模式 (sslMode) 線上的 SSL 模式。 類型:整數。 0:停用、1:偏好、2:需要、3:verify-ca、4:verify-full。 任何
將Tiny視為布林值 當設定為 true 時,TINYINT(1) 值會以布爾值傳回。 類型:bool。 任何
用戶名 驗證的用戶名稱。 類型:字串。 任何
使用系統信任憑證庫 (useSystemTrustStore) 使用系統信任存放區進行連線。 類型:整數。 0:啟用,1:停用。 任何

NetezzaLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Netezza' (必要)
類型屬性 Netezza 連結服務屬性。 NetezzaLinkedServiceTypeProperties (必要)

NetezzaLinkedServiceType屬性

名稱 說明 價值觀
connectionString 連接字串 ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
pwd 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference

ODataLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'OData' (必要)
類型屬性 OData 鏈接服務屬性。 ODataLinkedServiceTypeProperties (必要)

ODataLinkedServiceType屬性

名稱 說明 價值觀
aadResourceId 指定您要求授權以使用 Directory 的資源。 Type:string (或 expression with resultType string) 。 任何
aadServicePrincipalCredentialType 指定服務主體所使用的認證類型(金鑰或憑證)。 “ServicePrincipalCert”
“ServicePrincipalKey”
驗證類型 用來連線到 OData 服務的驗證類型。 “AadServicePrincipal”
'匿名'
“基本”
“ManagedServiceIdentity”
“Windows”
authHeaders 要求中用於授權之 RESTful API 的其他 HTTP 標頭。 類型:索引鍵值組(值應該是字串類型)。 任何
Azure 雲端類型 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 OData 服務的密碼。 秘密基地
服務主體內嵌證書 指定在 Azure Active Directory 中註冊之應用程式的base64編碼憑證。 Type:string (或 expression with resultType string) 。 秘密基地
服務主體嵌入式證書密碼 如果您的憑證具有密碼,且您使用的是 AadServicePrincipal 驗證,請指定憑證的密碼。 Type:string (或 expression with resultType string) 。 秘密基地
servicePrincipalId 服務 指定在 Azure Active Directory 中註冊之應用程式的應用程式識別碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務 指定在 Azure Active Directory 中註冊之應用程式的秘密。 Type:string (或 expression with resultType string) 。 秘密基地
租戶 指定應用程式所在的租使用者資訊(功能變數名稱或租使用者標識符)。 Type:string (或 expression with resultType string) 。 任何
URL OData 服務端點的 URL。 Type:string (或 expression with resultType string) 。 任何 (必要)
使用者名稱 OData 服務的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

OdbcLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'Odbc' (必要)
類型屬性 ODBC 連結服務屬性。 OdbcLinkedServiceTypeProperties (必要)

OdbcLinkedServiceType屬性

名稱 說明 價值觀
驗證類型 用來連接到 ODBC 資料存放區的驗證類型。 可能的值為:Anonymous 和 Basic。 Type:string (或 expression with resultType string) 。 任何
connectionString 連接字串 連接字串的非存取認證部分,以及選擇性的加密認證。 類型:string、SecureString 或 AzureKeyVaultSecretReference 或 Expression with resultType string。 任何 (必要)
資格證明 驅動程式特定屬性值格式所指定連接字串的存取認證部分。 秘密基地
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 基本身份驗證的密碼。 秘密基地
使用者名稱 基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

Office365鏈接服務

名稱 說明 價值觀
類型 連結服務的類型。 'Office365' (必要)
類型屬性 Office365 連結的服務屬性。 Office365LinkedServiceTypeProperties (必要)

Office365LinkedServiceType屬性

名稱 說明 價值觀
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
office365租戶 ID Office 365 帳戶所屬的 Azure 租用戶標識碼。 Type:string (或 expression with resultType string) 。 任何 (必要)
servicePrincipalCredentialType 服務 驗證的服務主體認證類型。'ServicePrincipalKey' 用於密鑰/秘密,'ServicePrincipalCert' 用於憑證。 如果未指定,'ServicePrincipalKey' 正在使用中。 Type:string (或 expression with resultType string) 。 任何
服務主體內嵌證書 指定在 Azure Active Directory 中註冊之應用程式的base64編碼憑證。 Type:string (或 expression with resultType string) 。 秘密基地
服務主體嵌入式證書密碼 如果您的憑證具有密碼,且您使用的是 AadServicePrincipal 驗證,請指定憑證的密碼。 Type:string (或 expression with resultType string) 。 秘密基地
servicePrincipalId 服務 指定應用程式的用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何 (必要)
servicePrincipalKey 服務 指定應用程式的金鑰。 SecretBase (必要)
servicePrincipalTenantId 服務 指定 Azure AD Web 應用程式所在的租用戶資訊。 Type:string (或 expression with resultType string) 。 任何 (必要)

OracleCloudStorageLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'OracleCloudStorage' (必要)
類型屬性 Oracle 雲端記憶體連結服務屬性。 OracleCloudStorageLinkedServiceTypeProperties (必要)

OracleCloudStorageLinkedServiceType屬性

名稱 說明 價值觀
accessKeyId Oracle 雲端記憶體身分識別和存取管理 (IAM) 使用者的存取金鑰標識碼。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
secretAccessKey Oracle 雲端記憶體身分識別和存取管理 (IAM) 使用者的秘密存取密鑰。 秘密基地
服務網址 (serviceUrl) 這個值會指定要使用 Oracle Cloud Storage Connector 存取的端點。 這是選擇性屬性;只有在您想要嘗試不同的服務端點或想要在 HTTPs 和 HTTP 之間切換時,才變更它。 Type:string (或 expression with resultType string) 。 任何

OracleLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Oracle' (必要)
類型屬性 Oracle 資料庫連結服務屬性。 OracleLinkedServiceTypeProperties (必要)

OracleLinkedServiceType屬性

名稱 說明 價值觀
驗證類型 線上到 Oracle 資料庫的驗證類型。 僅適用於 2.0 版。 “基本”
connectionString 連接字串 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 僅適用於 1.0 版。 任何
cryptoChecksumClient 指定當此客戶端連線到伺服器時所需的數據完整性行為。 支援的值會接受、拒絕、要求或必要,預設值為必要。 類型:字串。 僅適用於 2.0 版。 任何
cryptoChecksumTypes用戶端 指定用戶端可以使用的加密總和檢查碼演算法。 支援的值為SHA1、SHA256、SHA384、SHA512、預設值為 (SHA512)。 類型:字串。 僅適用於 2.0 版。 任何
啟用批量加載 指定在將數據載入資料庫時,是否要使用大量複製或批次插入,預設值為 true。 類型:布爾值。 僅適用於 2.0 版。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
加密客戶端 指定加密客戶端行為。 支援的值會接受、拒絕、要求或必要,預設值為必要。 類型:字串。 僅適用於 2.0 版。 任何
encryptionTypes用戶端 指定用戶端可以使用的加密演算法。 支援的值為 AES128、AES192、AES256、3DES112、3DES168、預設值為 (AES256)。 類型:字串。 僅適用於 2.0 版。 任何
fetchSize (獲取大小) 指定驅動程式配置來擷取一個資料庫來回數據的位元元組數目,預設值為10485760。 類型:整數。 僅適用於 2.0 版。 任何
fetchTswtzAsTimestamp 指定驅動程式是否會以 DATETime 或字串的形式傳回 TIMESTAMP WITH TIME ZONE 數據類型的數據行值。 如果 supportV1DataTypes 不是 true,則會忽略此設定,預設值為 true。 類型:布爾值。 僅適用於 2.0 版。 任何
初始化字串 指定連接到資料庫以管理工作階段設定之後立即發出的命令。 類型:字串。 僅適用於 2.0 版。 任何
初始 LobFetchSize 指定來源一開始擷取 LOB 資料行的數量,預設值為 0。 類型:整數。 僅適用於 2.0 版。 任何
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
伺服器 您想要連線的 Oracle 資料庫位置,支援的表單包括連接器描述元、Easy Connect (Plus) 命名和 Oracle Net Services 名稱(僅限自我裝載 IR)。 類型:字串。 僅適用於 2.0 版。 任何
聲明快取大小 (statementCacheSize) 指定要針對每個資料庫連接快取的數據指標或語句數目,預設值為 0。 類型:整數。 僅適用於 2.0 版。 任何
支援V1資料類型 指定是否要使用 1.0 版數據類型對應。 除非您想要保持與 1.0 版數據類型對應的回溯相容性,否則請勿將此設定為 true,預設值為 false。 類型:布爾值。 僅適用於 2.0 版。 任何
用戶名 Oracle 資料庫用戶名稱。 類型:字串。 僅適用於 2.0 版。 任何

OracleServiceCloudLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'OracleServiceCloud' (必要)
類型屬性 Oracle 服務雲端連結服務屬性。 OracleServiceCloudLinkedServiceTypeProperties (必要)

OracleServiceCloudLinkedServiceType屬性

名稱 說明 價值觀
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 Oracle 服務雲端實例的 URL。 任何 (必要)
密碼 對應至您在使用者名稱金鑰中提供之使用者名稱的密碼。 SecretBase (必要)
使用加密端點 指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
使用主機驗證 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
使用同行驗證 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
用戶名 您用來存取 Oracle Service 雲端伺服器的使用者名稱。 任何 (必要)

ParameterDefinitionSpecification

名稱 說明 價值觀

參數規範

名稱 說明 價值觀
預設值 參數的預設值。 任何
類型 參數類型。 '陣列'
'布爾'
'浮動'
'int'
'物件'
“安全字串”
'String' (必要)

ParameterValueSpecification 參數值規範

名稱 說明 價值觀

ParameterValueSpecification 參數值規範

名稱 說明 價值觀

PaypalLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'PayPal' (必要)
類型屬性 PayPal服務鏈接服務屬性。 PaypalLinkedServiceTypeProperties (必要)

PaypalLinkedServiceType屬性

名稱 說明 價值觀
用戶端ID 與PayPal應用程式相關聯的用戶端標識碼。 任何 (必要)
用戶端密鑰 與PayPal應用程式相關聯的客戶端密碼。 秘密基地
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 PayPal 實例的 URL。 (即 api.sandbox.paypal.com) 任何 (必要)
使用加密端點 指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 任何
使用主機驗證 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 任何
使用同行驗證 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 任何

PhoenixLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Phoenix' (必要)
類型屬性 Phoenix 伺服器鏈接服務屬性。 PhoenixLinkedServiceTypeProperties (必要)

PhoenixLinkedServiceType屬性

名稱 說明 價值觀
allowHostNameCNMismatch (允許主機名稱與CN不匹配) 指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 預設值為 false。 任何
允許自簽名伺服器證書 指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 任何
驗證類型 用來連線到 Phoenix 伺服器的驗證機制。 '匿名'
'使用者名和密碼'
'WindowsAzureHDInsightService' (必要)
啟用SSL 指定是否使用 SSL 加密與伺服器的連線。 預設值為 false。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 Phoenix 伺服器的IP位址或主機名。 (即192.168.222.160) 任何 (必要)
httpPath 對應至 Phoenix 伺服器的部分 URL。 (即 /gateway/sandbox/phoenix/version)。 如果使用 WindowsAzureHDInsightService,預設值為 hbasephoenix。 任何
密碼 對應至使用者名稱的密碼。 秘密基地
連接埠 Phoenix 伺服器用來接聽用戶端連線的 TCP 連接埠。 預設值為8765。 任何
可信任憑證路徑 .pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 任何
用戶名 用來連線到 Phoenix 伺服器的用戶名稱。 任何
使用系統信任憑證庫 (useSystemTrustStore) 指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 預設值為 false。 任何

PostgreSqlLinkedService 服務

名稱 說明 價值觀
類型 連結服務的類型。 'PostgreSql' (必要)
類型屬性 PostgreSQL 鏈接服務屬性。 PostgreSqlLinkedServiceTypeProperties (必要)

PostgreSqlLinkedServiceType屬性

名稱 說明 價值觀
connectionString 連接字串 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何 (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference

PostgreSqlV2LinkedService 服務

名稱 說明 價值觀
類型 連結服務的類型。 'PostgreSqlV2' (必要)
類型屬性 PostgreSQLV2 鏈接服務屬性。 PostgreSqlV2LinkedServiceTypeProperties (必要)

PostgreSqlV2LinkedServiceType屬性

名稱 說明 價值觀
驗證類型 要使用的驗證類型。 類型:字串。 任何 (必要)
commandTimeout 在終止嘗試並產生錯誤之前,嘗試執行命令的時間(以秒為單位)。 設定為零表示無限大。 類型:整數。 任何
connectionTimeout 連接超時 在終止嘗試並產生錯誤之前,嘗試建立連線的時間(以秒為單位)。 類型:整數。 任何
資料庫 連接的資料庫名稱。 類型:字串。 任何 (必要)
編碼 取得或設定將用來編碼/譯碼 PostgreSQL 字串數據的 .NET 編碼。 類型:字串 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
logParameters 啟用時,會在執行命令時記錄參數值。 類型:布爾值。 任何
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 類型:字串。 AzureKeyVaultSecretReference
是否應該使用連線共用。 類型:布爾值。 任何
連接埠 連接的埠。 類型:整數。 任何
讀取緩衝區大小 決定讀取時,內部緩衝區所使用的大小。 如果從資料庫傳輸大型值,增加可能會改善效能。 類型:整數。 任何
架構 設定架構搜尋路徑。 類型:字串。 任何
伺服器 線上的伺服器名稱。 類型:字串。 任何 (必要)
sslCertificate 證書 要傳送至伺服器的客戶端憑證位置。 類型:字串。 任何
SSL金鑰 要傳送至伺服器的用戶端憑證用戶端金鑰位置。 類型:字串。 任何
SSL 模式 (sslMode) 線上的 SSL 模式。 類型:整數。 0:停用、1:allow、2:prefer、3:require、4:verify-ca、5:verify-full。 類型:整數。 任何 (必要)
sslPassword 密碼 用戶端憑證金鑰的密碼。 類型:字串。 任何
時區 取得或設定會話時區。 類型:字串。 任何
信任伺服器證書 是否信任伺服器證書而不驗證它。 類型:布爾值。 任何
用戶名 驗證的用戶名稱。 類型:字串。 任何 (必要)

PrestoLinkedService 服務

名稱 說明 價值觀
類型 連結服務的類型。 'Presto' (必要)
類型屬性 Presto 伺服器鏈接服務屬性。 PrestoLinkedServiceTypeProperties (必要)

PrestoLinkedServiceType屬性

名稱 說明 價值觀
allowHostNameCNMismatch (允許主機名稱與CN不匹配) 指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 預設值為 false。 僅適用於 1.0 版。 任何
允許自簽名伺服器證書 指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 僅適用於 1.0 版。 任何
驗證類型 用來連線到 Presto 伺服器的驗證機制。 '匿名'
'LDAP' (必要)
目錄 針對伺服器的所有要求目錄內容。 任何 (必要)
啟用伺服器證書驗證 指定與伺服器的連線是否會驗證伺服器證書,預設值為 True。 僅適用於 2.0 版 任何
啟用SSL 指定是否使用 SSL 加密與伺服器的連線。 舊版的預設值為 False。 2.0 版的預設值為 True。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 Presto 伺服器的IP位址或主機名。 (即192.168.222.160) 任何 (必要)
密碼 對應至使用者名稱的密碼。 秘密基地
連接埠 Presto 伺服器用來接聽用戶端連線的 TCP 連接埠。 停用 SSL 時,預設值為 8080,啟用 SSL 時預設值為 443。 任何
伺服器版本 Presto 伺服器的版本。 (即 0.148-t)僅適用於 1.0 版。 任何
時間 ZoneID 連接所使用的當地時區。 此選項的有效值是在 IANA 時區資料庫中指定。 1.0 版的預設值是客戶端系統時區。 2.0 版的預設值是伺服器系統 timeZone 任何
可信任憑證路徑 .pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 僅適用於 1.0 版。 任何
用戶名 用來連線到 Presto 伺服器的用戶名稱。 任何
使用系統信任憑證庫 (useSystemTrustStore) 指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 預設值為 false。 僅適用於 1.0 版。 任何

QuickbaseLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Quickbase' (必要)
類型屬性 Quickbase 鏈接服務屬性。 QuickbaseLinkedServiceTypeProperties (必要)

QuickbaseLinkedServiceType屬性

名稱 說明 價值觀
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
URL 線上 Quickbase 來源的 URL。 Type:string (或 expression with resultType string) 。 任何 (必要)
userToken Quickbase 來源的使用者令牌。 SecretBase (必要)

QuickBooksLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'QuickBooks' (必要)
類型屬性 QuickBooks 伺服器鏈接服務屬性。 QuickBooksLinkedServiceTypeProperties (必要)

QuickBooksLinkedServiceType屬性

名稱 說明 價值觀
accessToken OAuth 2.0 身份驗證的訪問令牌。 秘密基地
accessTokenSecret OAuth 1.0 身份驗證已棄用訪問令牌密鑰。 僅用於版本 1.0。 秘密基地
公司ID 要授權之 QuickBooks 公司的公司識別碼。 任何
連線屬性 用來連線到 QuickBooks 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 任何
consumerKey OAuth 2.0 身份驗證的使用者密鑰。 任何
consumerSecret 的 OAuth 2.0 身份驗證的使用者密鑰。 秘密基地
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
端點 QuickBooks 伺服器的端點。 (即 quickbooks.api.intuit.com) 任何
refreshToken OAuth 2.0 身份驗證的刷新令牌。 秘密基地
使用加密端點 指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 僅用於版本 1.0。 任何

ResponsysLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'Responsys' (必要)
類型屬性 Responsys 鏈接服務屬性。 ResponsysLinkedServiceTypeProperties (必要)

ResponsysLinkedServiceType屬性

名稱 說明 價值觀
用戶端ID 與 Responsys 應用程式相關聯的用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何 (必要)
用戶端密鑰 與 Responsys 應用程式相關聯的客戶端密碼。 Type:string (或 expression with resultType string) 。 秘密基地
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
端點 Responsys 伺服器的端點。 任何 (必要)
使用加密端點 指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
使用主機驗證 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
使用同行驗證 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何

RestServiceLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'RestService' (必要)
類型屬性 Rest 服務鏈接服務屬性。 RestServiceLinkedServiceTypeProperties (必要)

RestServiceLinkedServiceType屬性

名稱 說明 價值觀
aadResourceId 您要求授權使用的資源。 Type:string (或 expression with resultType string) 。 任何
驗證類型 用來連線到 REST 服務的驗證類型。 “AadServicePrincipal”
'匿名'
“基本”
“ManagedServiceIdentity”
'OAuth2ClientCredential' (必要)
authHeaders 要求中用於授權之 RESTful API 的其他 HTTP 標頭。 Type:object (或 Expression with resultType 物件)。 任何
Azure 雲端類型 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
用戶端ID 與應用程式相關聯的用戶端標識碼。 Type:string (或 expression with resultType string) 。 任何
用戶端密鑰 與應用程式相關聯的客戶端密碼。 秘密基地
資格證明 包含驗證資訊的認證參考。 憑證引用
啟用伺服器證書驗證 是否要在連線到端點時驗證伺服器端 SSL 憑證。默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 基本身份驗證類型中使用的密碼。 秘密基地
資源 要求存取的目標服務或資源。 Type:string (或 expression with resultType string) 。 任何
範圍 所需的存取範圍。 它描述將要求何種存取權。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalCredentialType 服務 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
服務主體內嵌證書 指定在 Azure Active Directory 中註冊之應用程式的base64編碼憑證。 Type:string (或 expression with resultType string) 。 秘密基地
服務主體嵌入式證書密碼 如果您的憑證具有密碼,且您使用的是 AadServicePrincipal 驗證,請指定憑證的密碼。 Type:string (或 expression with resultType string) 。 秘密基地
servicePrincipalId 服務 AadServicePrincipal 驗證類型中使用的應用程式用戶端標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務 AadServicePrincipal 驗證類型中使用的應用程式密鑰。 秘密基地
租戶 在應用程式所在的 AadServicePrincipal 驗證類型中使用的租使用者資訊(功能變數名稱或租用戶標識碼)。 Type:string (或 expression with resultType string) 。 任何
tokenEndpoint 要取得存取令牌之授權伺服器的令牌端點。 Type:string (或 expression with resultType string) 。 任何
URL REST 服務的基底 URL。 Type:string (或 expression with resultType string) 。 任何 (必要)
使用者名稱 基本身份驗證類型中使用的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SalesforceLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Salesforce' (必要)
類型屬性 Salesforce 鏈接的服務屬性。 SalesforceLinkedServiceTypeProperties (必要)

SalesforceLinkedServiceType屬性

名稱 說明 價值觀
apiVersion ADF 中使用的 Salesforce API 版本。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
環境URL Salesforce 實例的 URL。 預設值為 『https://login.salesforce.com』。 若要從沙箱複製數據,請指定 'https://test.salesforce.com'。 若要從自定義網域複製數據,請指定 『https://[domain].my.salesforce.com』。 Type:string (或 expression with resultType string) 。 任何
密碼 Salesforce 實例基本身份驗證的密碼。 秘密基地
安全性憑證 安全性令牌是遠端訪問 Salesforce 實例的選擇性令牌。 秘密基地
用戶名 Salesforce 實例基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SalesforceMarketingCloudLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'SalesforceMarketingCloud' (必要)
類型屬性 Salesforce Marketing Cloud 連結服務屬性。 SalesforceMarketingCloudLinkedServiceTypeProperties (必要)

SalesforceMarketingCloudLinkedServiceType屬性

名稱 說明 價值觀
用戶端ID 與 Salesforce Marketing Cloud 應用程式相關聯的用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何
用戶端密鑰 與 Salesforce Marketing Cloud 應用程式相關聯的客戶端密碼。 Type:string (或 expression with resultType string) 。 秘密基地
連線屬性 用來連線到 Salesforce Marketing Cloud 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
使用加密端點 指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
使用主機驗證 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
使用同行驗證 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何

SalesforceServiceCloudLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'SalesforceServiceCloud' (必要)
類型屬性 Salesforce Service Cloud 連結服務屬性。 SalesforceServiceCloudLinkedServiceTypeProperties (必要)

SalesforceServiceCloudLinkedServiceType屬性

名稱 說明 價值觀
apiVersion ADF 中使用的 Salesforce API 版本。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
環境URL Salesforce Service Cloud 實例的 URL。 預設值為 『https://login.salesforce.com』。 若要從沙箱複製數據,請指定 'https://test.salesforce.com'。 若要從自定義網域複製數據,請指定 『https://[domain].my.salesforce.com』。 Type:string (或 expression with resultType string) 。 任何
extendedProperties 附加至連接字串的擴充屬性。 Type:string (或 expression with resultType string) 。 任何
密碼 Salesforce 實例基本身份驗證的密碼。 秘密基地
安全性憑證 安全性令牌是遠端訪問 Salesforce 實例的選擇性令牌。 秘密基地
用戶名 Salesforce 實例基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SalesforceServiceCloudV2LinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'SalesforceServiceCloudV2' (必要)
類型屬性 Salesforce Service Cloud V2 鏈接的服務屬性。 SalesforceServiceCloudV2LinkedServiceTypeProperties (必要)

SalesforceServiceCloudV2LinkedServiceType屬性

名稱 說明 價值觀
apiVersion ADF 中使用的 Salesforce API 版本。 版本必須大於或等於 Salesforce BULK API 2.0 所需的 47.0。 Type:string (或 expression with resultType string) 。 任何
驗證類型 要用來連線到 Salesforce 的驗證類型。 目前,我們只支援 OAuth2ClientCredentials,這也是預設值 任何
用戶端ID Salesforce 實例的 OAuth 2.0 用戶端認證流程驗證用戶端標識碼。 Type:string (或 expression with resultType string) 。 任何
用戶端密鑰 Salesforce 實例之 OAuth 2.0 用戶端認證流程驗證的客戶端密碼。 秘密基地
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
環境URL Salesforce Service Cloud 實例的 URL。 例如,'https://[domain].my.salesforce.com'。 Type:string (或 expression with resultType string) 。 任何

SalesforceV2LinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'SalesforceV2' (必要)
類型屬性 Salesforce V2 鏈接的服務屬性。 SalesforceV2LinkedServiceTypeProperties (必要)

SalesforceV2LinkedServiceType屬性

名稱 說明 價值觀
apiVersion ADF 中使用的 Salesforce API 版本。 版本必須大於或等於 Salesforce BULK API 2.0 所需的 47.0。 Type:string (或 expression with resultType string) 。 任何
驗證類型 要用來連線到 Salesforce 的驗證類型。 目前,我們只支援 OAuth2ClientCredentials,這也是預設值 任何
用戶端ID Salesforce 實例的 OAuth 2.0 用戶端認證流程驗證用戶端標識碼。 Type:string (或 expression with resultType string) 。 任何
用戶端密鑰 Salesforce 實例之 OAuth 2.0 用戶端認證流程驗證的客戶端密碼。 秘密基地
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
環境URL Salesforce 實例的 URL。 例如,'https://[domain].my.salesforce.com'。 Type:string (或 expression with resultType string) 。 任何

SapBWLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'SapBW' (必要)
類型屬性 這個連結服務類型特有的屬性。 SapBWLinkedServiceTypeProperties (必要)

SapBWLinkedServiceType屬性

名稱 說明 價值觀
用戶端ID BW 系統上用戶端的用戶端識別碼。 (通常以字串表示的三位數十進位數)Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 存取 SAP BW 伺服器的密碼。 秘密基地
伺服器 SAP BW 實例的主機名。 Type:string (或 expression with resultType string) 。 任何 (必要)
系統編號 BW 系統的系統編號。 (通常是以字串表示的兩位數十進位數。Type:string (或 expression with resultType string) 。 任何 (必要)
使用者名稱 存取 SAP BW 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SapCloudForCustomerLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'SapCloudForCustomer' (必要)
類型屬性 SAP Cloud for Customer 鏈接服務屬性。 SapCloudForCustomerLinkedServiceTypeProperties (必要)

SapCloudForCustomerLinkedServiceTypeProperties

名稱 說明 價值觀
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 必須提供 encryptedCredential 或 username/password。 類型:字串。 字符串
密碼 基本身份驗證的密碼。 秘密基地
URL SAP Cloud for Customer OData API 的 URL。 例如,'[https://[tenantname].crm.ondemand.com/sap/c4c/odata/v1]'。 Type:string (或 expression with resultType string) 。 任何 (必要)
用戶名 基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SapEccLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'SapEcc' (必要)
類型屬性 SAP ECC 連結服務屬性。 SapEccLinkedServiceTypeProperties (必要)

SapEccLinkedServiceType屬性

名稱 說明 價值觀
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 必須提供 encryptedCredential 或 username/password。 類型:字串。 字符串
密碼 基本身份驗證的密碼。 秘密基地
URL SAP ECC OData API 的 URL。 例如,'[https://hostname:port/sap/opu/odata/sap/servicename/]'。 Type:string (或 expression with resultType string) 。 任何 (必要)
用戶名 基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SapHanaLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'SapHana' (必要)
類型屬性 這個連結服務類型特有的屬性。 SapHanaLinkedServiceProperties (必要)

SapHanaLinkedService屬性

名稱 說明 價值觀
驗證類型 要用來連線到 SAP HANA 伺服器的驗證類型。 “基本”
“Windows”
connectionString 連接字串 SAP HANA ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 存取 SAP HANA 伺服器的密碼。 秘密基地
伺服器 SAP HANA 伺服器的主機名。 Type:string (或 expression with resultType string) 。 任何
使用者名稱 存取 SAP HANA 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SapOdpLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'SapOdp' (必要)
類型屬性 SAP ODP 連結服務類型特有的屬性。 SapOdpLinkedServiceTypeProperties (必要)

SapOdpLinkedServiceType屬性

名稱 說明 價值觀
用戶端ID 數據表所在 SAP 系統上用戶端的用戶端識別碼。 (通常以字串表示的三位數十進位數)Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
語言 數據表所在的 SAP 系統語言。 預設值為 EN。 Type:string (或 expression with resultType string) 。 任何
登錄組 SAP 系統的登入群組。 Type:string (或 expression with resultType string) 。 任何
消息伺服器 SAP 訊息伺服器的主機名。 Type:string (或 expression with resultType string) 。 任何
messageServerService 訊息伺服器的服務名稱或埠號碼。 Type:string (或 expression with resultType string) 。 任何
密碼 存取資料表所在 SAP 伺服器的密碼。 秘密基地
伺服器 數據表所在 SAP 實例的主機名。 Type:string (或 expression with resultType string) 。 任何
sncLibraryPath 外部安全性產品的連結庫,可存取數據表所在的 SAP 伺服器。 Type:string (或 expression with resultType string) 。 任何
sncMode SNC 啟用旗標 (Boolean) 以存取資料表所在的 SAP 伺服器。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
sncMyName 啟動器的SNC名稱,用來存取數據表所在的 SAP 伺服器。 Type:string (或 expression with resultType string) 。 任何
snc合作夥伴名稱 通訊夥伴的SNC名稱,以存取數據表所在的 SAP 伺服器。 Type:string (或 expression with resultType string) 。 任何
sncQop SNC 保護品質。 允許的值包括:1、2、3、8、9。 Type:string (或 expression with resultType string) 。 任何
訂閱者名稱 訂閱者名稱。 Type:string (或 expression with resultType string) 。 任何
系統Id 數據表所在 SAP 系統的 SystemID。 Type:string (或 expression with resultType string) 。 任何
系統編號 數據表所在的 SAP 系統系統編號。 (通常是以字串表示的兩位數十進位數。Type:string (或 expression with resultType string) 。 任何
使用者名稱 存取資料表所在 SAP 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 任何
x509證書路徑 SNC X509 憑證檔案路徑。 Type:string (或 expression with resultType string) 。 任何

SapOpenHubLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'SapOpenHub' (必要)
類型屬性 SAP Business Warehouse Open Hub 目的地鏈接服務類型的特定屬性。 SapOpenHubLinkedServiceTypeProperties (必要)

SapOpenHubLinkedServiceType屬性

名稱 說明 價值觀
用戶端ID 開啟中樞目的地所在 BW 系統上用戶端的用戶端識別碼。 (通常以字串表示的三位數十進位數)Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
語言 開啟中樞目的地所在 BW 系統的語言。 預設值為 EN。 Type:string (或 expression with resultType string) 。 任何
登錄組 SAP 系統的登入群組。 Type:string (或 expression with resultType string) 。 任何
消息伺服器 SAP 訊息伺服器的主機名。 Type:string (或 expression with resultType string) 。 任何
messageServerService 訊息伺服器的服務名稱或埠號碼。 Type:string (或 expression with resultType string) 。 任何
密碼 存取開啟中樞目的地所在SAP BW 伺服器的密碼。 秘密基地
伺服器 開啟中樞目的地所在 SAP BW 實例的主機名。 Type:string (或 expression with resultType string) 。 任何
系統Id 數據表所在 SAP 系統的 SystemID。 Type:string (或 expression with resultType string) 。 任何
系統編號 開啟中樞目的地所在 BW 系統的系統編號。 (通常是以字串表示的兩位數十進位數。Type:string (或 expression with resultType string) 。 任何
使用者名稱 存取開啟中樞目的地所在SAP BW 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SapTableLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'SapTable' (必要)
類型屬性 這個連結服務類型特有的屬性。 SapTableLinkedServiceTypeProperties (必要)

SapTableLinkedServiceTypeProperties

名稱 說明 價值觀
用戶端ID 數據表所在 SAP 系統上用戶端的用戶端識別碼。 (通常以字串表示的三位數十進位數)Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
語言 數據表所在的 SAP 系統語言。 預設值為 EN。 Type:string (或 expression with resultType string) 。 任何
登錄組 SAP 系統的登入群組。 Type:string (或 expression with resultType string) 。 任何
消息伺服器 SAP 訊息伺服器的主機名。 Type:string (或 expression with resultType string) 。 任何
messageServerService 訊息伺服器的服務名稱或埠號碼。 Type:string (或 expression with resultType string) 。 任何
密碼 存取資料表所在 SAP 伺服器的密碼。 秘密基地
伺服器 數據表所在 SAP 實例的主機名。 Type:string (或 expression with resultType string) 。 任何
sncLibraryPath 外部安全性產品的連結庫,可存取數據表所在的 SAP 伺服器。 Type:string (或 expression with resultType string) 。 任何
sncMode SNC 啟用旗標 (Boolean) 以存取資料表所在的 SAP 伺服器。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
sncMyName 啟動器的SNC名稱,用來存取數據表所在的 SAP 伺服器。 Type:string (或 expression with resultType string) 。 任何
snc合作夥伴名稱 通訊夥伴的SNC名稱,以存取數據表所在的 SAP 伺服器。 Type:string (或 expression with resultType string) 。 任何
sncQop SNC 保護品質。 允許的值包括:1、2、3、8、9。 Type:string (或 expression with resultType string) 。 任何
系統Id 數據表所在 SAP 系統的 SystemID。 Type:string (或 expression with resultType string) 。 任何
系統編號 數據表所在的 SAP 系統系統編號。 (通常是以字串表示的兩位數十進位數。Type:string (或 expression with resultType string) 。 任何
使用者名稱 存取資料表所在 SAP 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

ScriptAction (腳本作)

名稱 說明 價值觀
名稱 使用者提供文稿動作的名稱。 字串 (必要)
參數 腳本動作的參數。 字符串
角色 應該執行腳本動作的節點類型。 任何 (必要)
統一資源識別碼 (URI) 腳本動作的 URI。 字串 (必要)

秘密基地

名稱 說明 價值觀
類型 針對 AzureKeyVaultSecretReference 類型,設定為 『AzureKeyVaultSecret』。 設定為 SecureString 類型的 'SecureString'。 “AzureKeyVaultSecret”
'SecureString' (必要)

SecureString(安全字串)

名稱 說明 價值觀
類型 秘密的類型。 'SecureString' (必要)
價值 安全字串的值。 字串 (必要)

ServiceNowLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'ServiceNow' (必要)
類型屬性 ServiceNow 伺服器鏈接服務屬性。 ServiceNowLinkedServiceTypeProperties (必要)

ServiceNowLinkedServiceType属性

名稱 說明 價值觀
驗證類型 要使用的驗證類型。 “基本”
'OAuth2' (必要)
用戶端ID OAuth2 驗證的用戶端標識碼。 任何
用戶端密鑰 OAuth2 驗證的客戶端密碼。 秘密基地
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
端點 ServiceNow 伺服器的端點。 (即 <實例> service-now.com) 任何 (必要)
密碼 對應至基本和 OAuth2 驗證之使用者名稱的密碼。 秘密基地
使用加密端點 指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 任何
使用主機驗證 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 任何
使用同行驗證 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 任何
用戶名 用來連線到 ServiceNow 伺服器以進行基本和 OAuth2 驗證的用戶名稱。 任何

ServiceNowV2LinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'ServiceNowV2' (必要)
類型屬性 ServiceNowV2 伺服器鏈接服務屬性。 ServiceNowV2LinkedServiceTypeProperties (必要)

ServiceNowV2LinkedServiceType屬性

名稱 說明 價值觀
驗證類型 要使用的驗證類型。 “基本”
'OAuth2' (必要)
用戶端ID OAuth2 驗證的用戶端標識碼。 任何
用戶端密鑰 OAuth2 驗證的客戶端密碼。 秘密基地
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
端點 ServiceNowV2 伺服器的端點。 (即 <實例> service-now.com) 任何 (必要)
授權類型 OAuth2 驗證的 GrantType。 預設值為password。 任何
密碼 對應至基本和 OAuth2 驗證之使用者名稱的密碼。 秘密基地
用戶名 用來連線到 ServiceNowV2 伺服器以進行基本和 OAuth2 驗證的用戶名稱。 任何

SftpServerLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'Sftp' (必要)
類型屬性 這個連結服務類型特有的屬性。 SftpServerLinkedServiceTypeProperties (必要)

SftpServerLinkedServiceType屬性

名稱 說明 價值觀
驗證類型 要用來連線到 FTP 伺服器的驗證類型。 “基本”
“多因素”
“SshPublicKey”
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 SFTP 伺服器主機名。 Type:string (或 expression with resultType string) 。 任何 (必要)
hostKeyFingerprint SFTP 伺服器的主機按鍵列印。 當 SkipHostKeyValidation 為 false 時,應該指定 HostKeyFingerprint。 Type:string (或 expression with resultType string) 。 任何
密碼短語 如果 SSH 私鑰已加密,則解密 SSH 私鑰的密碼。 秘密基地
密碼 登入 SFTP 伺服器以進行基本身份驗證的密碼。 秘密基地
連接埠 SFTP 伺服器用來接聽用戶端連線的 TCP 連接埠號碼。 預設值為 22。 類型:integer (或 expression with resultType integer), minimum: 0。 任何
privateKeyContent 針對 SshPublicKey 驗證,Base64 編碼的 SSH 私鑰內容。 針對使用 SshPublicKey 驗證的內部部署複製,應該指定 PrivateKeyPath 或 PrivateKeyContent。 SSH 私密金鑰應該是 OpenSSH 格式。 秘密基地
privateKeyPath SshPublicKey 驗證的 SSH 私鑰檔案路徑。 僅適用於內部部署複本。 針對使用 SshPublicKey 驗證的內部部署複製,應該指定 PrivateKeyPath 或 PrivateKeyContent。 SSH 私密金鑰應該是 OpenSSH 格式。 Type:string (或 expression with resultType string) 。 任何
skipHostKey驗證 如果為 true,請略過 SSH 主機金鑰驗證。 預設值為 False。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
使用者名稱 用來登入SFTP 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SharePointOnlineListLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'SharePointOnlineList' (必要)
類型屬性 SharePoint Online 清單鏈接服務屬性。 SharePointOnlineListLinkedServiceTypeProperties (必要)

SharePointOnlineListLinkedServiceType屬性

名稱 說明 價值觀
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
servicePrincipalCredentialType 服務 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
服務主體內嵌證書 指定在 Azure Active Directory 中註冊之應用程式的base64編碼憑證。 Type:string (或 expression with resultType string) 。 秘密基地
服務主體嵌入式證書密碼 如果您的憑證具有密碼,且您使用的是 AadServicePrincipal 驗證,請指定憑證的密碼。 Type:string (或 expression with resultType string) 。 秘密基地
servicePrincipalId 服務 在 Azure Active Directory 中註冊之應用程式的應用程式(用戶端)標識碼。 請務必將 SharePoint 網站許可權授與此應用程式。 Type:string (或 expression with resultType string) 。 任何 (必要)
servicePrincipalKey 服務 在 Azure Active Directory 中註冊之應用程式的客戶端密碼。 Type:string (或 expression with resultType string) 。 秘密基地
siteUrl 的 SharePoint Online 網站的 URL。 例如: https://contoso.sharepoint.com/sites/siteName 。 Type:string (或 expression with resultType string) 。 任何 (必要)
租戶ID 您的應用程式所在的租戶 ID。 您可以從 Azure 入口網站 Active Directory 概觀頁面找到它。 Type:string (或 expression with resultType string) 。 任何 (必要)

Shopify鏈接服務

名稱 說明 價值觀
類型 連結服務的類型。 'Shopify' (必要)
類型屬性 Shopify Service 鏈接服務屬性。 ShopifyLinkedServiceTypeProperties (必要)

ShopifyLinkedServiceType屬性

名稱 說明 價值觀
accessToken 可用來存取 Shopify 數據的 API 存取令牌。 如果令牌為離線模式,令牌將不會過期。 秘密基地
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 Shopify 伺服器的端點。 (即 mystore.myshopify.com) 任何 (必要)
使用加密端點 指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 任何
使用主機驗證 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 任何
使用同行驗證 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 任何

SmartsheetLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Smartsheet' (必要)
類型屬性 Smartsheet 連結服務屬性。 SmartsheetLinkedServiceTypeProperties (必要)

SmartsheetLinkedServiceType屬性

名稱 說明 價值觀
apiToken Smartsheet 來源的 API 令牌。 SecretBase (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串

SnowflakeLinkedService 服務

名稱 說明 價值觀
類型 連結服務的類型。 “雪花”(必要)
類型屬性 Snowflake 連結服務屬性。 SnowflakeLinkedServiceTypeProperties (必要)

SnowflakeLinkedServiceType屬性

名稱 說明 價值觀
connectionString 連接字串 雪花的連接字串。 類型:string、SecureString。 任何 (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference

SnowflakeLinkedV2ServiceTypeProperties

名稱 說明 價值觀
帳戶識別碼 Snowflake 帳戶的帳戶標識碼,例如 xy12345.east-us-2.azure 任何 (必要)
驗證類型 用於驗證的類型。 類型:字串。 “AADServicePrincipal”
“基本”
'金鑰對'
用戶端ID 在 Azure Active Directory 中註冊以進行 AADServicePrincipal 驗證的應用程式用戶端識別碼。 任何
用戶端密鑰 AADServicePrincipal 驗證客戶端密碼的 Azure 金鑰保存庫秘密參考。 秘密基地
資料庫 Snowflake 資料庫的名稱。 任何 (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 Snowflake 帳戶的主機名。 Type:string (或 expression with resultType string) 。 任何
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 秘密基地
私密金鑰 適用於 KeyPair 驗證之 privateKey 的 Azure 金鑰保存庫秘密參考。 秘密基地
私密鍵口令 (privateKeyPassphrase) 使用加密私鑰進行 KeyPair 驗證的私鑰密碼 Azure 金鑰保存庫秘密參考。 秘密基地
角色 在 Snowflake 會話中使用的預設訪問控制角色。 Type:string (或 expression with resultType string) 。 任何
架構 連接的架構名稱。 Type:string (或 expression with resultType string) 。 任何
範圍 在 Azure Active Directory 中註冊以進行 AADServicePrincipal 驗證的應用程式範圍。 任何
租戶ID 在 Azure Active Directory 中註冊以進行 AADServicePrincipal 驗證的應用程式租用戶標識碼。 任何
使用者 Snowflake 用戶的名稱。 任何
倉儲 Snowflake 倉儲的名稱。 任何 (必要)

SnowflakeV2LinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'SnowflakeV2' (必要)
類型屬性 Snowflake 連結服務屬性。 SnowflakeLinkedV2ServiceTypeProperties (必要)

SparkLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'Spark' (必要)
類型屬性 Spark Server 連結服務屬性。 SparkLinkedServiceTypeProperties (必要)

SparkLinkedServiceType屬性

名稱 說明 價值觀
allowHostNameCNMismatch (允許主機名稱與CN不匹配) 指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 預設值為 false。 任何
允許自簽名伺服器證書 指定是否允許來自伺服器的自我簽署憑證。 預設值為 false。 任何
驗證類型 用來存取 Spark 伺服器的驗證方法。 '匿名'
'使用者名'
'使用者名和密碼'
'WindowsAzureHDInsightService' (必要)
啟用伺服器證書驗證 指定與伺服器的連線是否會驗證伺服器證書,預設值為 True。 僅適用於 2.0 版 任何
啟用SSL 指定是否使用 SSL 加密與伺服器的連線。 預設值為 false。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 Spark 伺服器的IP位址或主機名 任何 (必要)
httpPath 對應至 Spark 伺服器的部分 URL。 任何
密碼 對應至您在 [用戶名稱] 字段中提供之使用者名稱的密碼 秘密基地
連接埠 Spark 伺服器用來接聽用戶端連線的 TCP 連接埠。 任何 (必要)
伺服器類型 Spark 伺服器的型別。 'SharkServer'
'鯊魚伺服器 2'
“SparkThriftServer”
thriftTransportProtocol 協定 在 Thrift 層中使用的傳輸通訊協定。 '二進位'
'HTTP '
'SASL'
可信任憑證路徑 .pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 任何
用戶名 您用來存取 Spark Server 的使用者名稱。 任何
使用系統信任憑證庫 (useSystemTrustStore) 指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 預設值為 false。 任何

SqlAlwaysEncryptedProperties

名稱 說明 價值觀
alwaysEncryptedAkvAuthType Sql 一律加密 AKV 驗證類型。 類型:字串。 “ManagedIdentity”
“ServicePrincipal”
'UserAssignedManagedIdentity' (必要)
資格證明 包含驗證資訊的認證參考。 憑證引用
servicePrincipalId 服務 Azure Active Directory 中用於 Azure Key Vault 驗證的應用程式用戶端標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務 用來向 Azure Key Vault 進行驗證的服務主體密鑰。 秘密基地

SqlServerLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'SqlServer' (必要)
類型屬性 SQL Server 連結服務屬性。 SqlServerLinkedServiceTypeProperties (必要)

SqlServerLinkedServiceType屬性

名稱 說明 價值觀
alwaysEncryptedSettings Sql 一律加密的屬性。 SqlAlwaysEncryptedProperties
applicationIntent 應用程式 聯機到建議版本所使用的伺服器時,應用程式工作負載類型。 可能的值為 ReadOnly 和 ReadWrite。 Type:string (或 expression with resultType string) 。 任何
驗證類型 用於驗證的類型。 類型:字串。 'SQL'
“UserAssignedManagedIdentity”
“Windows”
commandTimeout 終止嘗試執行命令並產生錯誤之前的預設等候時間(以秒為單位),由建議的版本使用。 類型:integer (或 expression with resultType integer) 。 任何
connectionString 連接字串 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
connectRetryCount 識別建議版本所使用的閑置連線失敗之後嘗試的重新連線數目。 這必須是介於 0 到 255 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
connectRetryInterval 識別建議版本所使用的閑置連線失敗之後,每個重新連線嘗試之間的時間量(以秒為單位)。 這必須是介於 1 到 60 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
連接超時 在終止嘗試並產生建議版本所使用的錯誤之前,等候伺服器連線的時間長度(以秒為單位)。 類型:integer (或 expression with resultType integer) 。 任何
資格證明 包含驗證資訊的認證參考。 憑證引用
資料庫 建議版本所使用的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何
加密 指出客戶端與伺服器之間傳送的所有數據是否需要 TLS 加密,供建議版本使用。 可能的值為 true/yes/mandatory、false/no/optional 和 strict。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
failover合作夥伴 如果主伺服器關閉,建議版本會使用所要連線之夥伴伺服器的名稱或位址。 Type:string (或 expression with resultType string) 。 任何
憑證中的主機名稱 驗證連線之伺服器證書時要使用的主機名。 若未指定,來自數據源的伺服器名稱會用於建議版本所使用的憑證驗證。 Type:string (或 expression with resultType string) 。 任何
集成安全性 指出是否在連線中指定使用者標識碼和密碼(若為 false),或目前的 Windows 帳戶認證是否用於驗證(若為 true),供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
loadBalanceTimeout (負載均衡超時) 在被建議版本使用之前,聯機生存在聯機集區中的最短時間,以秒為單位。 類型:integer (或 expression with resultType integer) 。 任何
最大池大小 此特定連接字串的連線區中允許的連線數目上限,供建議版本使用。 類型:integer (或 expression with resultType integer) 。 任何
minPoolSize (最小池大小) 建議版本所使用的此特定連接字串,聯機集區中允許的連線數目下限。 類型:integer (或 expression with resultType integer) 。 任何
multipleActiveResultSets (多個活動結果集) 若為 true,應用程式可以維護多個作用中結果集 (MARS)。 若為 false,應用程式必須先處理或取消一個批次的所有結果集,才能在該連線上執行任何其他批次,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
multiSubnetFailover 如果您的應用程式連線到不同子網上的 AlwaysOn 可用性群組 (AG),則設定 MultiSubnetFailover=true 可讓您更快速地偵測並連線到建議版本所使用的作用中伺服器。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
封包大小 網路封包的大小,以位元組為單位,用來與建議版本所使用的伺服器實例通訊。 類型:integer (或 expression with resultType integer) 。 任何
密碼 內部部署 Windows 驗證密碼。 秘密基地
指出每次要求連線時,是否要集區或明確開啟連線,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
伺服器 建議版本所使用的 SQL Server 實例名稱或網路位址。 Type:string (或 expression with resultType string) 。 任何
信任伺服器證書 指出通道是否會在略過憑證鏈結以驗證建議版本所使用的信任時加密。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
使用者名稱 內部部署 Windows 驗證用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SquareLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Square' (必要)
類型屬性 Square Service 鏈接服務屬性。 SquareLinkedServiceTypeProperties (必要)

SquareLinkedServiceType屬性

名稱 說明 價值觀
用戶端ID 與 Square 應用程式相關聯的用戶端標識碼。 任何
用戶端密鑰 與您的 Square 應用程式相關聯的客戶端密碼。 秘密基地
連線屬性 用來連線到 Square 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 Square 實例的 URL。 (即 mystore.mysquare.com) 任何
重定向 Uri 在 Square 應用程式儀錶板中指派的重新導向 URL。 (即 http://localhost:2500) 任何
使用加密端點 指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 任何
使用主機驗證 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 任何
使用同行驗證 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 任何

SybaseLinkedService

名稱 說明 價值觀
類型 連結服務的類型。 'Sybase' (必要)
類型屬性 Sybase 鏈接服務屬性。 SybaseLinkedServiceTypeProperties (必要)

SybaseLinkedServiceType屬性

名稱 說明 價值觀
驗證類型 要用於連接的 AuthenticationType。 “基本”
“Windows”
資料庫 連接的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 驗證的密碼。 秘密基地
架構 連接的架構名稱。 Type:string (或 expression with resultType string) 。 任何
伺服器 線上的伺服器名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
用戶名 驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

TeamDeskLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'TeamDesk' (必要)
類型屬性 TeamDesk 連結的服務屬性。 TeamDeskLinkedServiceTypeProperties (必要)

TeamDeskLinkedServiceType屬性

名稱 說明 價值觀
apiToken TeamDesk 來源的 API 令牌。 秘密基地
驗證類型 要使用的驗證類型。 “基本”
'Token' (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 TeamDesk 來源的密碼。 秘密基地
URL 連線 TeamDesk 來源的 URL。 Type:string (或 expression with resultType string) 。 任何 (必要)
使用者名稱 TeamDesk 來源的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

TeradataLinkedService 服務

名稱 說明 價值觀
類型 連結服務的類型。 'Teradata' (必要)
類型屬性 Teradata 鏈接服務屬性。 TeradataLinkedServiceTypeProperties (必要)

TeradataLinkedServiceType屬性

名稱 說明 價值觀
驗證類型 要用於連接的 AuthenticationType。 “基本”
“Windows”
字元集 要用於連接的字元集。 Type:string (或 expression with resultType string) 。 僅適用於 2.0 版。 任何
connectionString 連接字串 Teradata ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 僅適用於 1.0 版。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
HTTPs埠號 透過 HTTPS/TLS 連線連接到伺服器的埠號碼。 類型:integer (或 expression with resultType integer) 。 僅適用於 2.0 版。 任何
maxRespSize SQL 要求的回應緩衝區大小上限,以位元組為單位。 類型:整數。 僅適用於 2.0 版。 任何
密碼 驗證的密碼。 秘密基地
埠號 透過非 HTTPS/TLS 連線連接到伺服器時的埠號碼。 類型:integer (或 expression with resultType integer) 。 僅適用於 V2。 僅適用於 2.0 版。 任何
伺服器 線上的伺服器名稱。 Type:string (或 expression with resultType string) 。 任何
SSL 模式 (sslMode) 線上的 SSL 模式。 有效值包括:“Disable”、“Allow”、“Prefer”、“Require”、“Verify-CA”、“Verify-Full”。 默認值為 “Verify-Full”。 Type:string (或 expression with resultType string) 。 僅適用於 2.0 版。 任何
useDataEncryption 指定是否要加密與 Teradata 資料庫的所有通訊。 允許的值為 0 或 1。 HTTPS/TLS 連線將會忽略此設定。 類型:integer (或 expression with resultType integer) 。 僅適用於 2.0 版。 任何
用戶名 驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

TwilioLinkedService 服務

名稱 說明 價值觀
類型 連結服務的類型。 'Twilio' (必要)
類型屬性 Twilio 連結服務屬性。 TwilioLinkedServiceTypeProperties (必要)

TwilioLinkedServiceType屬性

名稱 說明 價值觀
密碼 Twilio 服務的驗證令牌。 SecretBase (必要)
使用者名稱 Twilio 服務的帳戶 SID。 Type:string (或 expression with resultType string) 。 任何 (必要)

VerticaLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Vertica' (必要)
類型屬性 Vertica 連結服務屬性。 VerticaLinkedServiceTypeProperties (必要)

VerticaLinkedServiceType屬性

名稱 說明 價值觀
connectionString 連接字串 ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
資料庫 連接的資料庫名稱。 類型:字串。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
連接埠 連接的埠。 類型:整數。 任何
pwd 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
伺服器 線上的伺服器名稱。 類型:字串。 任何
uid (用戶識別碼) 驗證的用戶名稱。 類型:字串。 任何

倉庫連結服務

名稱 說明 價值觀
類型 連結服務的類型。 'Warehouse' (必要)
類型屬性 Microsoft網狀架構倉儲連結服務屬性。 WarehouseLinkedServiceTypeProperties (必要)

WarehouseLinkedServiceType屬性

名稱 說明 價值觀
artifactId (工件識別碼) Microsoft網狀架構倉儲成品的標識碼。 Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
端點 網狀架構倉儲伺服器的端點Microsoft。 Type:string (或 expression with resultType string) 。 任何 (必要)
servicePrincipalCredential 的 Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 秘密基地
servicePrincipalCredentialType 服務 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 服務 用來針對Microsoft網狀架構倉儲進行驗證的應用程式標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務 用來針對 Microsoft 網狀架構倉儲進行驗證的應用程式金鑰。 秘密基地
租戶 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何
工作區ID Microsoft Fabric 工作區的標識碼。 Type:string (或 expression with resultType string) 。 任何

WebAnonymous身份驗證

名稱 說明 價值觀
驗證類型 用來連線至 Web 資料表來源的驗證類型。 'Anonymous' (必要)

WebBasic身份驗證

名稱 說明 價值觀
驗證類型 用來連線至 Web 資料表來源的驗證類型。 'Basic' (必要)
密碼 基本身份驗證的密碼。 SecretBase (必要)
用戶名 基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

WebClientCertificate身份驗證

名稱 說明 價值觀
驗證類型 用來連線至 Web 資料表來源的驗證類型。 'ClientCertificate' (必要)
密碼 PFX 檔案的密碼。 SecretBase (必要)
PFX PFX 檔案的Base64編碼內容。 SecretBase (必要)

WebLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Web' (必要)
類型屬性 Web 連結服務屬性。 WebLinkedServiceTypeProperties (必要)

WebLinkedServiceType屬性

名稱 說明 價值觀
驗證類型 設定為 WebAnonymousAuthentication 類型的 'Anonymous'。 設定為 WebBasicAuthentication 類型的 『Basic』。 針對 WebClientCertificateAuthentication 類型,設定為 『ClientCertificate』。 '匿名'
“基本”
'ClientCertificate' (必要)
URL Web 服務端點的 URL,例如 https://www.microsoft.com 。 Type:string (或 expression with resultType string) 。 任何 (必要)

XeroLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Xero' (必要)
類型屬性 Xero Service 連結服務屬性。 XeroLinkedServiceTypeProperties (必要)

XeroLinkedServiceType屬性

名稱 說明 價值觀
連線屬性 用來連線到 Xero 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 任何
consumerKey 與 Xero 應用程式相關聯的取用者金鑰。 秘密基地
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
主機 Xero 伺服器的端點。 (即 api.xero.com) 任何
私密金鑰 針對 Xero 私人應用程式產生的 .pem 檔案中的私鑰。 您必須包含 .pem 檔案中的所有文字,包括 Unix 行結尾(
).
秘密基地
使用加密端點 指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 任何
使用主機驗證 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 任何
使用同行驗證 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 任何

ZendeskLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Zendesk' (必要)
類型屬性 Zendesk 鏈接服務屬性。 ZendeskLinkedServiceTypeProperties (必要)

ZendeskLinkedServiceType屬性

名稱 說明 價值觀
apiToken Zendesk 來源的 API 令牌。 秘密基地
驗證類型 要使用的驗證類型。 “基本”
'Token' (必要)
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
密碼 Zendesk 來源的密碼。 秘密基地
URL 用來連接 Zendesk 來源的 URL。 Type:string (或 expression with resultType string) 。 任何 (必要)
使用者名稱 Zendesk 來源的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

ZohoLinked服務

名稱 說明 價值觀
類型 連結服務的類型。 'Zoho' (必要)
類型屬性 Zoho 伺服器鏈接服務屬性。 ZohoLinkedServiceTypeProperties (必要)

ZohoLinkedServiceType屬性

名稱 說明 價值觀
accessToken Zoho 驗證的存取令牌。 秘密基地
連線屬性 用來連線到 Zoho 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 任何
encryptedCredential 的 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字符串
端點 Zoho 伺服器的端點。 (即 crm.zoho.com/crm/private) 任何
使用加密端點 指定資料源端點是否使用 HTTPS 加密。 預設值為 True。 任何
使用主機驗證 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 預設值為 True。 任何
使用同行驗證 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 預設值為 True。 任何