Microsoft.DataFactory factories/linkedservices 2017-09-01-preview

Bicep リソース定義

factories/linkedservices リソースの種類は、次をターゲットとする操作と共にデプロイできます。

各 API バージョンの変更されたプロパティの一覧については、「 変更ログ」を参照してください。

リソース形式

Microsoft.DataFactory/factories/linkedservices リソースを作成するには、次の Bicep をテンプレートに追加します。

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

LinkedService オブジェクト

type プロパティを設定して、オブジェクトの種類を指定します。

AmazonMWS の場合は、次を使用します。

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

AmazonRedshift の場合は、次の値を使用します。

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

AmazonS3 の場合は、次を使用します。

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

AzureBatch の場合は、次を使用します。

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

AzureDatabricks の場合は、次を使用します。

  type: 'AzureDatabricks'
  typeProperties: {
    accessToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    domain: any()
    encryptedCredential: any()
    existingClusterId: any()
    newClusterNodeType: any()
    newClusterNumOfWorker: any()
    newClusterSparkConf: {
      {customized property}: any()
    }
    newClusterVersion: any()
  }

AzureDataLakeAnalytics の場合は、次を使用します。

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

AzureDataLakeStore の場合は、次を使用します。

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

AzureKeyVault の場合は、次の値を使用します。

  type: 'AzureKeyVault'
  typeProperties: {
    baseUrl: any()
  }

AzureML の場合は、次を使用します。

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

AzureMySql の場合は、次を使用します。

  type: 'AzureMySql'
  typeProperties: {
    connectionString: any()
    encryptedCredential: any()
  }

AzurePostgreSql の場合は、次を使用します。

  type: 'AzurePostgreSql'
  typeProperties: {
    connectionString: any()
    encryptedCredential: any()
  }

AzureSearch の場合は、次の値を使用します。

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

AzureSqlDatabase の場合は、次を使用します。

  type: 'AzureSqlDatabase'
  typeProperties: {
    connectionString: any()
    encryptedCredential: any()
    servicePrincipalId: any()
    servicePrincipalKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    tenant: any()
  }

AzureSqlDW の場合は、次を使用します。

  type: 'AzureSqlDW'
  typeProperties: {
    connectionString: any()
    encryptedCredential: any()
    servicePrincipalId: any()
    servicePrincipalKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    tenant: any()
  }

AzureStorage の場合は、次を使用します。

  type: 'AzureStorage'
  typeProperties: {
    connectionString: any()
    encryptedCredential: any()
    sasUri: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
  }

Cassandra の場合は、次の値を使用します。

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

Concur の場合は、次を使用します。

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

CosmosDb の場合は、次の値を使用します。

  type: 'CosmosDb'
  typeProperties: {
    connectionString: any()
    encryptedCredential: any()
  }

Couchbase の場合は、次を使用します。

  type: 'Couchbase'
  typeProperties: {
    connectionString: any()
    encryptedCredential: any()
  }

CustomDataSource の場合は、次の値を使用します。

  type: 'CustomDataSource'
  typeProperties: any()

Db2 の場合は、次の値を使用します。

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

Drill の場合は、次の値を使用します。

  type: 'Drill'
  typeProperties: {
    connectionString: any()
    encryptedCredential: any()
  }

Dynamics の場合は、次の値を使用します。

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

Eloqua の場合は、次を使用します。

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

FileServer の場合は、次の値を使用します。

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

FtpServer の場合は、次の値を使用します。

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

GoogleBigQuery の場合は、次の値を使用します。

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

Greenplum の場合は、次の値を使用します。

  type: 'Greenplum'
  typeProperties: {
    connectionString: any()
    encryptedCredential: any()
  }

HBase の場合は、次の値を使用します。

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

Hdfs の場合は、次の値を使用します。

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

HDInsight の場合は、次の値を使用します。

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

HDInsightOnDemand の場合は、次の値を使用します。

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

Hive の場合は、次の値を使用します。

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

HttpServer の場合は、次の値を使用します。

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

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: any()
    refreshToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    useEncryptedEndpoints: any()
    useHostVerification: any()
    usePeerVerification: any()
  }

Impala の場合は、次の値を使用します。

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

Jira の場合は、次の値を使用します。

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

Magento の場合は、次の値を使用します。

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

MariaDB の場合は、次の値を使用します。

  type: 'MariaDB'
  typeProperties: {
    connectionString: any()
    encryptedCredential: any()
  }

Marketo の場合は、次の値を使用します。

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

MongoDb の場合は、次を使用します。

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

MySql の場合は、次の値を使用します。

  type: 'MySql'
  typeProperties: {
    connectionString: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential: any()
  }

Netezza の場合は、次の値を使用します。

  type: 'Netezza'
  typeProperties: {
    connectionString: any()
    encryptedCredential: any()
  }

OData の場合は、次の値を使用します。

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

Odbc の場合は、次の値を使用します。

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

Oracle の場合は、次の値を使用します。

  type: 'Oracle'
  typeProperties: {
    connectionString: any()
    encryptedCredential: any()
  }

Paypal の場合は、次の値を使用します。

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

Phoenix の場合は、次の値を使用します。

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

PostgreSql の場合は、次の値を使用します。

  type: 'PostgreSql'
  typeProperties: {
    connectionString: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential: any()
  }

Presto の場合は、次の値を使用します。

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

QuickBooks の場合は、次の値を使用します。

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

Responsys の場合は、次の値を使用します。

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

Salesforce の場合は、次の値を使用します。

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

SalesforceMarketingCloud の場合は、次を使用します。

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

SapBW の場合は、次の値を使用します。

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

SapCloudForCustomer の場合は、次の値を使用します。

  type: 'SapCloudForCustomer'
  typeProperties: {
    encryptedCredential: any()
    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: 'string'
    username: 'string'
  }

SapHana の場合は、次の値を使用します。

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

ServiceNow の場合は、次の値を使用します。

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

Sftp の場合は、次の値を使用します。

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

Shopify の場合は、次の値を使用します。

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

Spark の場合は、次の値を使用します。

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

SqlServer の場合は、次の値を使用します。

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

Square の場合は、次の値を使用します。

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

Sybase の場合は、次の値を使用します。

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

Teradata の場合は、次の値を使用します。

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

Vertica の場合は、次を使用します。

  type: 'Vertica'
  typeProperties: {
    connectionString: any()
    encryptedCredential: any()
  }

Web の場合は、次の値を使用します。

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

Xero の場合は、次の値を使用します。

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

Zoho の場合は、次の値を使用します。

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

SecretBase オブジェクト

type プロパティを設定して、オブジェクトの種類を指定します。

AzureKeyVaultSecret の場合は、次を使用します。

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

SecureString の場合は、次の値を使用します。

  type: 'SecureString'
  value: 'string'

WebLinkedServiceTypeProperties オブジェクト

authenticationType プロパティを設定して、オブジェクトの種類を指定します。

匿名の場合は、次の値を使用します。

  authenticationType: 'Anonymous'

Basic の場合は、次の値を使用します。

  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
  }

プロパティ値

factories/linkedservices

名前 説明
name リソース名

Bicep で子リソースの名前と型を設定する方法を参照してください。
string (必須)

文字数制限: 1 から 260

有効な文字:
次は使用できません:
`<>*#.%&:\\+?/` または制御文字

英数字で開始します。
parent Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。

詳細については、「 親リソースの外部にある子リソース」を参照してください。
型のリソースのシンボル名: ファクトリ
properties リンクされたサービスのプロパティ。 LinkedService (必須)

LinkedService

名前 説明
annotations データセットの説明に使用できるタグの一覧。 any[]
connectVia 統合ランタイム参照。 IntegrationRuntimeReference
description リンクされたサービスの説明。 string
parameters リンクされたサービスのパラメーター。 ParameterDefinitionSpecification
オブジェクトの種類を設定する AmazonMWS
AmazonRedshift
AmazonS3
AzureBatch
AzureDatabricks
AzureDataLakeAnalytics
AzureDataLakeStore
AzureKeyVault
AzureML
AzureMySql
AzurePostgreSql
AzureSearch
AzureSqlDatabase
AzureSqlDW
AzureStorage
Cassandra
Concur
CosmosDb
Couchbase
CustomDataSource
Db2
Drill
Dynamics
Eloqua
FileServer
FtpServer
GoogleBigQuery
Greenplum
HBase
Hdfs
HDInsight
HDInsightOnDemand
Hive
HttpServer
Hubspot
Impala
Jira
Magento
MariaDB
Marketo
Mongodb
MySql
Netezza
OData
Odbc
Oracle
Paypal
Phoenix
Postgresql
Presto
QuickBooks
Responsys
Salesforce
SalesforceMarketingCloud
SapBW
SapCloudForCustomer
SapEcc
SapHana
ServiceNow
Sftp
Shopify
Spark
Sqlserver
広場
Sybase
Teradata
Vertica
Web
Xero
Zoho (必須)

IntegrationRuntimeReference

名前 説明
parameters 統合ランタイムの引数。 ParameterValueSpecification
referenceName 統合ランタイム名を参照します。 string (必須)
統合ランタイムの種類。 'IntegrationRuntimeReference' (必須)

ParameterValueSpecification

名前 説明
{カスタマイズされたプロパティ} Bicep の場合は、 any() 関数を使用できます。

ParameterDefinitionSpecification

名前 説明
{カスタマイズされたプロパティ} ParameterSpecification

ParameterSpecification

名前 説明
defaultValue パラメーターの既定値。 Bicep の場合は、 any() 関数を使用できます。
パラメーターの型。 'Array'
'Bool'
'Float'
'Int'
'Object'
'SecureString'
'String' (必須)

AmazonMWSLinkedService

名前 説明
type リンクされたサービスの種類。 'AmazonMWS' (必須)
typeProperties Amazon Marketplace Web Service のリンクされたサービス プロパティ。 AmazonMWSLinkedServiceTypeProperties (必須)

AmazonMWSLinkedServiceTypeProperties

名前 説明
accessKeyId データへのアクセスに使用されるアクセス キー ID。 Bicep の場合は、 any() 関数を使用できます。(必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
endpoint Amazon MWS サーバーのエンドポイント (つまり、mws.amazonservices.com) Bicep の場合は、 any() 関数を使用できます。(必須)
marketplaceID データを取得する Amazon Marketplace ID。 複数の Marketplace ID からデータを取得するには、コンマ (,) で区切ります。 (つまり、A2EUQ1WTGCTBG2) Bicep の場合は、 any() 関数を使用できます。(必須)
mwsAuthToken Amazon MWS 認証トークン。 SecretBase
secretKey データのアクセスに使用されるシークレット キー。 SecretBase
sellerID Amazon の販売者 ID。 Bicep の場合は、 any() 関数を使用できます。(必須)
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。 Bicep の場合は、 any() 関数を使用できます。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。 Bicep の場合は、 any() 関数を使用できます。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。 Bicep の場合は、 any() 関数を使用できます。

SecretBase

名前 説明
type オブジェクトの種類を設定する AzureKeyVaultSecret
SecureString (必須)

AzureKeyVaultSecretReference

名前 説明
type シークレットの種類。 'AzureKeyVaultSecret' (必須)
secretName Azure Key Vault内のシークレットの名前。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
secretVersion Azure Key Vault内のシークレットのバージョン。 既定値は、シークレットの最新バージョンです。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
store Azure Key Vaultリンクされたサービス リファレンス。 LinkedServiceReference (必須)

LinkedServiceReference

名前 説明
parameters LinkedService の引数。 ParameterValueSpecification
referenceName LinkedService 名を参照します。 string (必須)
リンクされたサービス参照の種類。 'LinkedServiceReference' (必須)

SecureString

名前 説明
type シークレットの種類。 string (必須)
value セキュリティで保護された文字列の値。 string (必須)

AmazonRedshiftLinkedService

名前 説明
type リンクされたサービスの種類。 'AmazonRedshift' (必須)
typeProperties Amazon Redshift のリンクされたサービス プロパティ。 AmazonRedshiftLinkedServiceTypeProperties (必須)

AmazonRedshiftLinkedServiceTypeProperties

名前 説明
database Amazon Redshift ソースのデータベース名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
password Amazon Redshift ソースのパスワード。 SecretBase
port Amazon Redshift サーバーがクライアント接続をリッスンするために使用する TCP ポート番号。 既定値は 5439 です。 型: integer (または resultType 整数を持つ式)。 Bicep の場合は、 any() 関数を使用できます。
server Amazon Redshift サーバーの名前。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
username Amazon Redshift ソースのユーザー名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

AmazonS3LinkedService

名前 説明
type リンクされたサービスの種類。 'AmazonS3' (必須)
typeProperties Amazon S3 のリンクされたサービス プロパティ。 AmazonS3LinkedServiceTypeProperties (必須)

AmazonS3LinkedServiceTypeProperties

名前 説明
accessKeyId Amazon S3 Identity and Access Management (IAM) ユーザーのアクセス キー識別子。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
secretAccessKey Amazon S3 Identity and Access Management (IAM) ユーザーのシークレット アクセス キー。 SecretBase

AzureBatchLinkedService

名前 説明
type リンクされたサービスの種類。 'AzureBatch' (必須)
typeProperties リンクされたサービス プロパティをAzure Batchします。 AzureBatchLinkedServiceTypeProperties (必須)

AzureBatchLinkedServiceTypeProperties

名前 説明
accessKey Azure Batch アカウント アクセス キー。 SecretBase
accountName Azure Batch アカウント名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
batchUri Azure Batch URI。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
linkedServiceName Azure Storage のリンクされたサービスの参照。 LinkedServiceReference (必須)
poolName Azure Batch プール名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)

AzureDatabricksLinkedService

名前 説明
type リンクされたサービスの種類。 'AzureDatabricks' (必須)
typeProperties Azure Databricks のリンクされたサービス プロパティ。 AzureDatabricksLinkedServiceTypeProperties (必須)

AzureDatabricksLinkedServiceTypeProperties

名前 説明
accessToken databricks REST API のアクセス トークン。 [https://aka.ms/classiciaasmigrationfaqs](https://docs.azuredatabricks.net/api/latest/authentication.html ) を参照してください。 型: string (または resultType 文字列を含む式)。 SecretBase (必須)
domain {REGION}.azuredatabricks.net、Databricks デプロイのドメイン名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
existingClusterId このジョブのすべての実行に使用される既存のクラスターの ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
newClusterNodeType 新しいクラスターのノードの種類。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
newClusterNumOfWorker 新しいクラスターに必要なワーカー ノードの数。 '1' のように Int32 形式の文字列は、numOfWorker が 1 または '1:10' であることを意味します。これは、1 から min として、10 を max として自動スケーリングします。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
newClusterSparkConf 省略可能なユーザー指定の Spark 構成キーと値のペアのセット。 AzureDatabricksLinkedServiceTypePropertiesNewCluster...
newClusterVersion 新しいクラスターの Spark バージョン。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

AzureDatabricksLinkedServiceTypePropertiesNewCluster...

名前 説明
{カスタマイズされたプロパティ} Bicep の場合は、 any() 関数を使用できます。

AzureDataLakeAnalyticsLinkedService

名前 説明
type リンクされたサービスの種類。 'AzureDataLakeAnalytics' (必須)
typeProperties Azure Data Lake Analyticsリンクされたサービス プロパティ。 AzureDataLakeAnalyticsLinkedServiceTypeProperties (必須)

AzureDataLakeAnalyticsLinkedServiceTypeProperties

名前 説明
accountName Azure Data Lake Analytics アカウント名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
dataLakeAnalyticsUri Azure Data Lake Analytics URI の種類: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
resourceGroupName アカウント リソース グループ名をData Lake Analyticsします (Data Factory アカウントと異なる場合)。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
servicePrincipalId Azure Data Lake Analytics アカウントに対する認証に使用されるアプリケーションの ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
servicePrincipalKey Azure Data Lake Analytics アカウントに対する認証に使用されるアプリケーションのキー。 SecretBase
subscriptionId アカウント サブスクリプション ID をData Lake Analyticsします (Data Factory アカウントと異なる場合)。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
tenant サービス プリンシパルが属するテナントの名前または ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)

AzureDataLakeStoreLinkedService

名前 説明
type リンクされたサービスの種類。 'AzureDataLakeStore' (必須)
typeProperties Azure Data Lake Store のリンクされたサービス プロパティ。 AzureDataLakeStoreLinkedServiceTypeProperties (必須)

AzureDataLakeStoreLinkedServiceTypeProperties

名前 説明
accountName Data Lake Store アカウント名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
dataLakeStoreUri Data Lake Store サービス URI。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
resourceGroupName Data Lake Store アカウントのリソース グループ名 (Data Factory アカウントと異なる場合)。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
servicePrincipalId Azure Data Lake Store アカウントに対する認証に使用されるアプリケーションの ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
servicePrincipalKey Azure Data Lake Store アカウントに対する認証に使用されるアプリケーションのキー。 SecretBase
subscriptionId Data Lake Store アカウントのサブスクリプション ID (Data Factory アカウントと異なる場合)。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
tenant サービス プリンシパルが属するテナントの名前または ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

AzureKeyVaultLinkedService

名前 説明
type リンクされたサービスの種類。 'AzureKeyVault' (必須)
typeProperties Azure Key Vaultリンクされたサービス プロパティ。 AzureKeyVaultLinkedServiceTypeProperties (必須)

AzureKeyVaultLinkedServiceTypeProperties

名前 説明
baseUrl Azure Key Vaultのベース URL。 例: https://myakv.vault.azure.net 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)

AzureMLLinkedService

名前 説明
type リンクされたサービスの種類。 'AzureML' (必須)
typeProperties Azure ML Web Service のリンクされたサービス プロパティ。 AzureMLLinkedServiceTypeProperties (必須)

AzureMLLinkedServiceTypeProperties

名前 説明
apiKey Azure ML モデル エンドポイントにアクセスするための API キー。 SecretBase (必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
mlEndpoint Azure ML Web サービス エンドポイントのバッチ実行 REST URL。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
servicePrincipalId Azure ML Web サービスの ARM ベースの updateResourceEndpoint に対する認証に使用されるサービス プリンシパルの ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
servicePrincipalKey Azure ML Web サービスの ARM ベースの updateResourceEndpoint に対する認証に使用されるサービス プリンシパルのキー。 SecretBase
tenant サービス プリンシパルが属するテナントの名前または ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
updateResourceEndpoint Azure ML Web サービス エンドポイントのリソース REST URL の更新。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

AzureMySqlLinkedService

名前 説明
type リンクされたサービスの種類。 'AzureMySql' (必須)
typeProperties Azure MySQL データベースのリンクされたサービス プロパティ。 AzureMySqlLinkedServiceTypeProperties (必須)

AzureMySqlLinkedServiceTypeProperties

名前 説明
connectionString 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。 Bicep の場合は、 any() 関数を使用できます。(必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

AzurePostgreSqlLinkedService

名前 説明
type リンクされたサービスの種類。 'AzurePostgreSql' (必須)
typeProperties Azure PostgreSQL のリンクされたサービス プロパティ。 AzurePostgreSqlLinkedServiceTypeProperties (必須)

AzurePostgreSqlLinkedServiceTypeProperties

名前 説明
connectionString ODBC 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

AzureSearchLinkedService

名前 説明
type リンクされたサービスの種類。 'AzureSearch' (必須)
typeProperties Windows Azure Search Service のリンクされたサービス プロパティ。 AzureSearchLinkedServiceTypeProperties (必須)

AzureSearchLinkedServiceTypeProperties

名前 説明
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
key Azure Search Service の管理 キー SecretBase
url Azure Search Serviceの URL。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)

AzureSqlDatabaseLinkedService

名前 説明
type リンクされたサービスの種類。 'AzureSqlDatabase' (必須)
typeProperties データベースのリンクされたサービス プロパティをAzure SQLします。 AzureSqlDatabaseLinkedServiceTypeProperties (必須)

AzureSqlDatabaseLinkedServiceTypeProperties

名前 説明
connectionString 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。 Bicep の場合は、 any() 関数を使用できます。(必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
servicePrincipalId Azure SQL Database に対する認証に使用されるサービス プリンシパルの ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
servicePrincipalKey Azure SQL Database に対する認証に使用されるサービス プリンシパルのキー。 SecretBase
tenant サービス プリンシパルが属するテナントの名前または ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

AzureSqlDWLinkedService

名前 説明
type リンクされたサービスの種類。 'AzureSqlDW' (必須)
typeProperties リンクされたサービス プロパティをAzure SQL Data Warehouseします。 AzureSqlDWLinkedServiceTypeProperties (必須)

AzureSqlDWLinkedServiceTypeProperties

名前 説明
connectionString 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。 型: string、SecureString、または AzureKeyVaultSecretReference。 Bicep の場合は、 any() 関数を使用できます。(必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
servicePrincipalId Azure SQL Data Warehouseに対する認証に使用されるサービス プリンシパルの ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
servicePrincipalKey Azure SQL Data Warehouseに対する認証に使用されるサービス プリンシパルのキー。 SecretBase
tenant サービス プリンシパルが属するテナントの名前または ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

AzureStorageLinkedService

名前 説明
type リンクされたサービスの種類。 'AzureStorage' (必須)
typeProperties Azure Storage のリンクされたサービス プロパティ。 AzureStorageLinkedServiceTypeProperties (必須)

AzureStorageLinkedServiceTypeProperties

名前 説明
connectionString 接続文字列。 sasUri プロパティと相互に排他的です。 型: string、SecureString、または AzureKeyVaultSecretReference。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
sasUri Azure Storage リソースの SAS URI。 connectionString プロパティと相互に排他的です。 SecretBase

CassandraLinkedService

名前 説明
type リンクされたサービスの種類。 'Cassandra' (必須)
typeProperties Cassandra のリンクされたサービス プロパティ。 CassandraLinkedServiceTypeProperties (必須)

CassandraLinkedServiceTypeProperties

名前 説明
authenticationType 接続に使用する AuthenticationType。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
host 接続のホスト名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
password 認証用のパスワード。 SecretBase
port 接続のポート。 型: integer (または resultType 整数を持つ式)。 Bicep の場合は、 any() 関数を使用できます。
username 認証用のユーザー名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

ConcurLinkedService

名前 説明
type リンクされたサービスの種類。 'Concur' (必須)
typeProperties Concur Service のリンクされたサービス プロパティ。 ConcurLinkedServiceTypeProperties (必須)

ConcurLinkedServiceTypeProperties

名前 説明
clientId Concur App Management によって提供されるアプリケーションの client_id。 Bicep の場合は、 any() 関数を使用できます。(必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
password username フィールドに指定したユーザー名に対応するパスワード。 SecretBase
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。 Bicep の場合は、 any() 関数を使用できます。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。 Bicep の場合は、 any() 関数を使用できます。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。 Bicep の場合は、 any() 関数を使用できます。
username Concur サービスへのアクセスに使用するユーザー名。 Bicep の場合は、 any() 関数を使用できます。(必須)

CosmosDbLinkedService

名前 説明
type リンクされたサービスの種類。 'CosmosDb' (必須)
typeProperties CosmosDB のリンクされたサービス プロパティ。 CosmosDbLinkedServiceTypeProperties (必須)

CosmosDbLinkedServiceTypeProperties

名前 説明
connectionString 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。 Bicep の場合は、 any() 関数を使用できます。(必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

CouchbaseLinkedService

名前 説明
type リンクされたサービスの種類。 'Couchbase' (必須)
typeProperties Couchbase サーバーのリンクされたサービスプロパティ。 CouchbaseLinkedServiceTypeProperties (必須)

CouchbaseLinkedServiceTypeProperties

名前 説明
connectionString ODBC 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

CustomDataSourceLinkedService

名前 説明
type リンクされたサービスの種類。 'CustomDataSource' (必須)
typeProperties カスタムのリンクされたサービス プロパティ。 Bicep の場合は、 any() 関数を使用できます。(必須)

Db2LinkedService

名前 説明
type リンクされたサービスの種類。 'Db2' (必須)
typeProperties DB2 のリンクされたサービス プロパティ。 Db2LinkedServiceTypeProperties (必須)

Db2LinkedServiceTypeProperties

名前 説明
authenticationType 接続に使用する AuthenticationType。 'Basic'
database 接続のデータベース名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
password 認証用のパスワード。 SecretBase
server 接続のサーバー名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
username 認証用のユーザー名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

DrillLinkedService

名前 説明
type リンクされたサービスの種類。 'Drill' (必須)
typeProperties ドリル サーバーのリンク されたサービスのプロパティ。 DrillLinkedServiceTypeProperties (必須)

DrillLinkedServiceTypeProperties

名前 説明
connectionString ODBC 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

DynamicsLinkedService

名前 説明
type リンクされたサービスの種類。 'Dynamics' (必須)
typeProperties Dynamics のリンクされたサービス プロパティ。 DynamicsLinkedServiceTypeProperties (必須)

DynamicsLinkedServiceTypeProperties

名前 説明
authenticationType Dynamics サーバーに接続する認証の種類。 オンライン シナリオの場合は "Office365"、Ifd シナリオではオンプレミスの場合は "Ifd" です。 型: string (または resultType 文字列を含む式)。 'Ifd'
'Office365' (必須)
deploymentType Dynamics インスタンスの展開の種類。 "Online" for Dynamics Online と "OnPremisesWithIfd" for Dynamics on-premises with Ifd。 型: string (または resultType 文字列を含む式)。 'OnPremisesWithIfd'
'Online' (必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
hostName オンプレミス Dynamics サーバーのホスト名。 プロパティはオンプレミスでは必須であり、オンラインでは使用できません。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
organizationName Dynamics インスタンスの組織の名前。 プロパティはオンプレミスでは必須であり、ユーザーに関連付けられている複数の Dynamics インスタンスがある場合はオンラインで必要です。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
password Dynamics インスタンスにアクセスするためのパスワード。 SecretBase
port オンプレミス Dynamics サーバーのポート。 プロパティはオンプレミスでは必須であり、オンラインでは使用できません。 既定値は 443 です。 型: integer (または resultType 整数を含む式)、最小: 0。 Bicep の場合は、 any() 関数を使用できます。
serviceUri Microsoft Dynamics サーバーの URL。 プロパティはオンラインでは必須であり、オンプレミスでは使用できません。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
username Dynamics インスタンスにアクセスするためのユーザー名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)

EloquaLinkedService

名前 説明
type リンクされたサービスの種類。 'Eloqua' (必須)
typeProperties Eloqua サーバーのリンク されたサービスのプロパティ。 EloquaLinkedServiceTypeProperties (必須)

EloquaLinkedServiceTypeProperties

名前 説明
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
endpoint Eloqua サーバーのエンドポイント。 (つまり、eloqua.example.com) Bicep の場合は、 any() 関数を使用できます。(必須)
password ユーザー名に対応するパスワード。 SecretBase
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。 Bicep の場合は、 any() 関数を使用できます。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。 Bicep の場合は、 any() 関数を使用できます。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。 Bicep の場合は、 any() 関数を使用できます。
username Eloqua アカウントのサイト名とユーザー名を sitename/username という形式で指定します。 (つまり、Eloqua/Alice) Bicep の場合は、 any() 関数を使用できます。(必須)

FileServerLinkedService

名前 説明
type リンクされたサービスの種類。 'FileServer' (必須)
typeProperties ファイル システムのリンクされたサービス プロパティ。 FileServerLinkedServiceTypeProperties (必須)

FileServerLinkedServiceTypeProperties

名前 説明
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
host サーバーのホスト名前。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
password サーバーにログオンするためのパスワード。 SecretBase
userId サーバーにログオンするユーザー ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

FtpServerLinkedService

名前 説明
type リンクされたサービスの種類。 'FtpServer' (必須)
typeProperties このリンクされたサービスの種類に固有のプロパティ。 FtpServerLinkedServiceTypeProperties (必須)

FtpServerLinkedServiceTypeProperties

名前 説明
authenticationType FTP サーバーへの接続に使用する認証の種類。 '匿名'
'Basic'
enableServerCertificateValidation true の場合は、SSL/TLS チャネル経由で接続するときに FTP サーバーの SSL 証明書を検証します。 既定値は true です。 型: boolean (または resultType ブール値を持つ式)。 Bicep の場合は、 any() 関数を使用できます。
enableSsl true の場合は、SSL/TLS チャネル経由で FTP サーバーに接続します。 既定値は true です。 型: boolean (または resultType ブール値を持つ式)。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
host FTP サーバーのホスト名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
password FTP サーバーにログオンするためのパスワード。 SecretBase
port FTP サーバーがクライアント接続をリッスンするために使用する TCP ポート番号。 既定値は 21 です。 型: integer (または resultType 整数を含む式)、最小: 0。 Bicep の場合は、 any() 関数を使用できます。
userName FTP サーバーにログオンするユーザー名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

GoogleBigQueryLinkedService

名前 説明
type リンクされたサービスの種類。 'GoogleBigQuery' (必須)
typeProperties Google BigQuery サービスのリンクされたサービス プロパティ。 GoogleBigQueryLinkedServiceTypeProperties (必須)

GoogleBigQueryLinkedServiceTypeProperties

名前 説明
additionalProjects アクセス対象のパブリック BigQuery プロジェクトのコンマ区切りリスト。 Bicep の場合は、 any() 関数を使用できます。
authenticationType 認証に使用される OAuth 2.0 認証メカニズム。 ServiceAuthentication はセルフホステッド IR のみで使用できます。 'ServiceAuthentication'
'UserAuthentication' (必須)
clientId 更新トークンを取得するために使用される google アプリケーションのクライアント ID。 SecretBase
clientSecret 更新トークンを取得するために使用される google アプリケーションのクライアント シークレット。 SecretBase
email ServiceAuthentication で使用されるサービス アカウントの電子メール ID。これはセルフホステッド IR のみで使用できます。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
keyFilePath サービス アカウントの電子メール アドレスを認証するために使用される .p12 キー ファイルへの完全なパス。これはセルフホステッド IR のみで使用できます。 Bicep の場合は、 any() 関数を使用できます。
project クエリ対象の既定の BigQuery プロジェクト。 Bicep の場合は、 any() 関数を使用できます。(必須)
refreshToken UserAuthentication で BigQuery へのアクセスを承認するために Google から取得した更新トークン。 SecretBase
requestGoogleDriveScope Google Drive へのアクセスを要求するかどうか。 Google Drive のアクセスを許可すると、BigQuery データと Google Drive のデータを結合するフェデレーション テーブルのサポートが有効になります。 既定値は false です。 Bicep の場合は、 any() 関数を使用できます。
trustedCertPath SSL 経由で接続するときにサーバーを検証するための信頼された CA 証明書を含む .pem ファイルの完全なパス。 このプロパティは、セルフホステッド IR で SSL を使用する場合にのみ設定できます。 既定値は、IR でインストールされる cacerts.pem ファイルです。 Bicep の場合は、 any() 関数を使用できます。
useSystemTrustStore システムの信頼ストアと指定した PEM ファイルのどちらの CA 証明書を使用するかを指定します。 既定値は false です。 Bicep の場合は、 any() 関数を使用できます。

GreenplumLinkedService

名前 説明
type リンクされたサービスの種類。 'Greenplum' (必須)
typeProperties Greenplum Database のリンクされたサービス プロパティ。 GreenplumLinkedServiceTypeProperties (必須)

GreenplumLinkedServiceTypeProperties

名前 説明
connectionString ODBC 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

HBaseLinkedService

名前 説明
type リンクされたサービスの種類。 'HBase' (必須)
typeProperties HBase サーバーのリンクされたサービスのプロパティ。 HBaseLinkedServiceTypeProperties (必須)

HBaseLinkedServiceTypeProperties

名前 説明
allowHostNameCNMismatch SSL 経由で接続するときに、CA が発行した SSL 証明書名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は false です。 Bicep の場合は、 any() 関数を使用できます。
allowSelfSignedServerCert サーバーからの自己署名証明書を許可するかどうかを指定します。 既定値は false です。 Bicep の場合は、 any() 関数を使用できます。
authenticationType HBase サーバーへの接続に使用する認証メカニズム。 'Anonymous'
'Basic' (必須)
enableSsl SSL を使用して、サーバーへの接続を暗号化するかどうかを指定します。 既定値は false です。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
host HBase サーバーの IP アドレスまたはホスト名。 (例: 192.168.222.160) Bicep の場合は、 any() 関数を使用できます。(必須)
httpPath HBase サーバーに対応する部分的な URL。 (/gateway/sandbox/hbase/version など) Bicep の場合は、 any() 関数を使用できます。
password ユーザー名に対応するパスワード。 SecretBase
port HBase インスタンスがクライアント接続のリッスンに使用する TCP ポート。 既定値は 9090 です。 Bicep の場合は、 any() 関数を使用できます。
trustedCertPath SSL 経由で接続するときにサーバーを検証するための信頼された CA 証明書を含む .pem ファイルの完全なパス。 このプロパティは、セルフホステッド IR で SSL を使用する場合にのみ設定できます。 既定値は、IR でインストールされる cacerts.pem ファイルです。 Bicep の場合は、 any() 関数を使用できます。
username HBase インスタンスへの接続に使用されるユーザー名。 Bicep の場合は、 any() 関数を使用できます。

HdfsLinkedService

名前 説明
type リンクされたサービスの種類。 'Hdfs' (必須)
typeProperties HDFS のリンクされたサービス プロパティ。 HdfsLinkedServiceTypeProperties (必須)

HdfsLinkedServiceTypeProperties

名前 説明
authenticationType HDFS への接続に使用される認証の種類。 使用できる値は、匿名と Windows です。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
password Windows 認証のパスワード。 SecretBase
url HDFS サービス エンドポイントの URL (例: )。 http://myhostname:50070/webhdfs/v1 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
userName Windows 認証のユーザー名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

HDInsightLinkedService

名前 説明
type リンクされたサービスの種類。 'HDInsight' (必須)
typeProperties HDInsight のリンクされたサービス プロパティ。 HDInsightLinkedServiceTypeProperties (必須)

HDInsightLinkedServiceTypeProperties

名前 説明
clusterUri HDInsight クラスター URI。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
hcatalogLinkedServiceName HCatalog データベースを指す Azure SQL のリンクされたサービスの参照。 LinkedServiceReference
linkedServiceName Azure Storage のリンクされたサービスの参照。 LinkedServiceReference
password HDInsight クラスターのパスワード。 SecretBase
userName HDInsight クラスターのユーザー名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

HDInsightOnDemandLinkedService

名前 説明
type リンクされたサービスの種類。 'HDInsightOnDemand' (必須)
typeProperties HDInsight ondemand のリンクされたサービス プロパティ。 HDInsightOnDemandLinkedServiceTypeProperties (必須)

HDInsightOnDemandLinkedServiceTypeProperties

名前 説明
additionalLinkedServiceNames Data Factory サービスがあなたの代わりに登録できるように、HDInsight の「リンクされたサービス」の追加ストレージ アカウントを指定します。 LinkedServiceReference[]
clusterNamePrefix クラスター名のプレフィックスである後置は、タイムスタンプと区別されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
clusterPassword クラスターにアクセスするためのパスワード。 SecretBase
clusterResourceGroup クラスターが属するリソース グループ。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
clusterSize クラスター内の worker/データ ノードの数です。 候補の値: 4。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
clusterSshPassword SSH へのパスワードは、クラスターのノード (Linux の場合) にリモート接続します。 SecretBase
clusterSshUserName クラスターのノードにリモートで接続する SSH のユーザー名 (Linux の場合)。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
clusterType クラスターの種類。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
clusterUserName クラスターにアクセスするユーザー名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
coreConfiguration 作成する HDInsight クラスターに core 構成パラメーター (core-site.xml と同じ) を指定します。 Bicep の場合は、 any() 関数を使用できます。
dataNodeSize HDInsight クラスターのデータ ノードのサイズを指定します。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
hBaseConfiguration HDInsight クラスターに HBase 構成パラメーター (hbase-site.xml) を指定します。 Bicep の場合は、 any() 関数を使用できます。
hcatalogLinkedServiceName HCatalog データベースを指す Azure SQL のリンクされたサービスの名前。 オンデマンド HDInsight クラスターは、Azure SQL データベースを metastore として使用して作成されます。 LinkedServiceReference
hdfsConfiguration HDInsight クラスターに HDFS 構成パラメーター (hdfs-site.xml) を指定します。 Bicep の場合は、 any() 関数を使用できます。
headNodeSize HDInsight クラスターのヘッド ノードのサイズを指定します。 Bicep の場合は、 any() 関数を使用できます。
hiveConfiguration HDInsight クラスターに hive 構成パラメーター (hive-site.xml) を指定します。 Bicep の場合は、 any() 関数を使用できます。
hostSubscriptionId クラスターをホストする顧客のサブスクリプション。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
linkedServiceName データを保存し、処理するためにオンデマンド クラスターで使用される Azure Storage のリンクされたサービスです。 LinkedServiceReference (必須)
mapReduceConfiguration HDInsight クラスターに MapReduce 構成パラメーター (mapred-site.xml) を指定します。 Bicep の場合は、 any() 関数を使用できます。
oozieConfiguration HDInsight クラスターに Oozie 構成パラメーター (oozie-site.xml) を指定します。 Bicep の場合は、 any() 関数を使用できます。
servicePrincipalId hostSubscriptionId のサービス プリンシパル ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
servicePrincipalKey サービス プリンシパル ID のキー。 SecretBase
sparkVersion クラスターの種類が "spark" の場合の spark のバージョン。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
stormConfiguration HDInsight クラスターに Storm 構成パラメーター (storm-site.xml) を指定します。 Bicep の場合は、 any() 関数を使用できます。
tenant サービス プリンシパルが属するテナント ID/名前。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
timeToLive オンデマンド HDInsight クラスターに許可されるアイドル時間です。 他のアクティブなジョブがクラスターにない場合、アクティビティ実行の完了後にオンデマンド HDInsight クラスターが起動状態を維持する時間を指定します。 最小値は 5 分です。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
version HDInsight クラスターのバージョン。  型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
yarnConfiguration HDInsight クラスターに Yarn 構成パラメーター (yarn-site.xml) を指定します。 Bicep の場合は、 any() 関数を使用できます。
zookeeperNodeSize HDInsight クラスターの Zoo Keeper ノードのサイズを指定します。 Bicep の場合は、 any() 関数を使用できます。

HiveLinkedService

名前 説明
type リンクされたサービスの種類。 'Hive' (必須)
typeProperties Hive Server のリンクされたサービスのプロパティ。 HiveLinkedServiceTypeProperties (必須)

HiveLinkedServiceTypeProperties

名前 説明
allowHostNameCNMismatch SSL 経由で接続するときに、CA が発行した SSL 証明書名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は false です。 Bicep の場合は、 any() 関数を使用できます。
allowSelfSignedServerCert サーバーからの自己署名証明書を許可するかどうかを指定します。 既定値は false です。 Bicep の場合は、 any() 関数を使用できます。
authenticationType Hive サーバーへのアクセスに使用する認証方法。 '匿名'
'Username'
'UsernameAndPassword'
'WindowsAzureHDInsightService' (必須)
enableSsl SSL を使用して、サーバーへの接続を暗号化するかどうかを指定します。 既定値は false です。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
host Hive サーバーの IP アドレスまたはホスト名。複数のホストは ';' で区切ります (serviceDiscoveryMode が有効な場合のみ)。 Bicep の場合は、 any() 関数を使用できます。(必須)
httpPath Hive サーバーに対応する部分的な URL。 Bicep の場合は、 any() 関数を使用できます。
password [ユーザー名] フィールドに指定したユーザー名に対応するパスワード SecretBase
port Hive サーバーがクライアント接続のリッスンに使用する TCP ポート。 Bicep の場合は、 any() 関数を使用できます。
serverType Hive サーバーの種類。 'HiveServer1'
'HiveServer2'
'HiveThriftServer'
serviceDiscoveryMode ZooKeeper サービスの使用を指定する場合は true、そうでない場合は false。 Bicep の場合は、 any() 関数を使用できます。
thriftTransportProtocol Thrift レイヤーで使用するトランスポート プロトコル。 'Binary'
'HTTP '
'SASL'
trustedCertPath SSL 経由で接続するときにサーバーを検証するための信頼された CA 証明書を含む .pem ファイルの完全なパス。 このプロパティは、セルフホステッド IR で SSL を使用する場合にのみ設定できます。 既定値は、IR でインストールされる cacerts.pem ファイルです。 Bicep の場合は、 any() 関数を使用できます。
useNativeQuery ドライバーがネイティブの HiveQL クエリを使用するか、または HiveQL の同等の形式に変換するかを指定します。 Bicep の場合は、 any() 関数を使用できます。
username Hive サーバーへのアクセスに使用するユーザー名。 Bicep の場合は、 any() 関数を使用できます。
useSystemTrustStore システムの信頼ストアと指定した PEM ファイルのどちらの CA 証明書を使用するかを指定します。 既定値は false です。 Bicep の場合は、 any() 関数を使用できます。
zooKeeperNameSpace Hive サーバーの 2 ノードが追加される ZooKeeper 上の名前空間。 Bicep の場合は、 any() 関数を使用できます。

HttpLinkedService

名前 説明
type リンクされたサービスの種類。 'HttpServer' (必須)
typeProperties このリンクされたサービスの種類に固有のプロパティ。 HttpLinkedServiceTypeProperties (必須)

HttpLinkedServiceTypeProperties

名前 説明
authenticationType HTTP サーバーへの接続に使用する認証の種類。 'Anonymous'
'Basic'
'ClientCertificate'
'Digest'
'Windows'
certThumbprint ClientCertificate 認証の証明書の拇印。 オンプレミスのコピーに対してのみ有効です。 ClientCertificate 認証を使用したオンプレミスのコピーの場合は、CertThumbprint または EmbeddedCertData/Password を指定する必要があります。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
embeddedCertData ClientCertificate 認証用の Base64 でエンコードされた証明書データ。 ClientCertificate 認証を使用したオンプレミスのコピーの場合は、CertThumbprint または EmbeddedCertData/Password を指定する必要があります。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
enableServerCertificateValidation true の場合は、HTTPS サーバー SSL 証明書を検証します。 既定値は true です。 型: boolean (または resultType ブール値を持つ式)。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
password EmbeddedCertData 認証を使用した Basic、Digest、Windows、または ClientCertificate のパスワード。 SecretBase
url HTTP エンドポイントのベース URL (例: )。 https://www.microsoft.com 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
userName Basic、Digest、またはWindows 認証のユーザー名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

HubspotLinkedService

名前 説明
type リンクされたサービスの種類。 'Hubspot' (必須)
typeProperties Hubspot Service のリンクされたサービス プロパティ。 HubspotLinkedServiceTypeProperties (必須)

HubspotLinkedServiceTypeProperties

名前 説明
accessToken 最初に OAuth 統合を認証するときに取得したアクセス トークン。 SecretBase
clientId Hubspot アプリケーションに関連付けられているクライアント ID。 Bicep の場合は、 any() 関数を使用できます。(必須)
clientSecret Hubspot アプリケーションに関連付けられているクライアント シークレット。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
refreshToken 最初に OAuth 統合を認証するときに取得した更新トークン。 SecretBase
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。 Bicep の場合は、 any() 関数を使用できます。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。 Bicep の場合は、 any() 関数を使用できます。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。 Bicep の場合は、 any() 関数を使用できます。

ImpalaLinkedService

名前 説明
type リンクされたサービスの種類。 'Impala' (必須)
typeProperties Impala サーバーのリンクされたサービス プロパティ。 ImpalaLinkedServiceTypeProperties (必須)

ImpalaLinkedServiceTypeProperties

名前 説明
allowHostNameCNMismatch SSL 経由で接続するときに、CA が発行した SSL 証明書名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は false です。 Bicep の場合は、 any() 関数を使用できます。
allowSelfSignedServerCert サーバーからの自己署名証明書を許可するかどうかを指定します。 既定値は false です。 Bicep の場合は、 any() 関数を使用できます。
authenticationType 使用する認証の種類。 'Anonymous'
'SASLUsername'
'UsernameAndPassword' (必須)
enableSsl SSL を使用して、サーバーへの接続を暗号化するかどうかを指定します。 既定値は false です。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
host Impala サーバーの IP アドレスまたはホスト名。 (例: 192.168.222.160) Bicep の場合は、 any() 関数を使用できます。(必須)
password ユーザー名に対応するパスワード (UsernameAndPassword を使用するとき)。 SecretBase
port Impala サーバーがクライアント接続のリッスンに使用する TCP ポート。 既定値は 21050 です。 Bicep の場合は、 any() 関数を使用できます。
trustedCertPath SSL 経由で接続するときにサーバーを検証するための信頼された CA 証明書を含む .pem ファイルの完全なパス。 このプロパティは、セルフホステッド IR で SSL を使用する場合にのみ設定できます。 既定値は、IR でインストールされる cacerts.pem ファイルです。 Bicep の場合は、 any() 関数を使用できます。
username Impala サーバーへのアクセスに使用するユーザー名。 既定値は anonymous です (SASLUsername を使用するとき)。 Bicep の場合は、 any() 関数を使用できます。
useSystemTrustStore システムの信頼ストアと指定した PEM ファイルのどちらの CA 証明書を使用するかを指定します。 既定値は false です。 Bicep の場合は、 any() 関数を使用できます。

JiraLinkedService

名前 説明
type リンクされたサービスの種類。 'Jira' (必須)
typeProperties Jira Service のリンクされたサービス プロパティ。 JiraLinkedServiceTypeProperties (必須)

JiraLinkedServiceTypeProperties

名前 説明
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
host Jira サービスの IP アドレスまたはホスト名。 (例: jira.example.com) Bicep の場合は、 any() 関数を使用できます。(必須)
password username フィールドに指定したユーザー名に対応するパスワード。 SecretBase
port Jira サーバーがクライアント接続のリッスンに使用する TCP ポート。 既定値は、HTTPS 経由で接続する場合は 443、HTTP 経由で接続する場合は 8080 です。 Bicep の場合は、 any() 関数を使用できます。
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。 Bicep の場合は、 any() 関数を使用できます。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。 Bicep の場合は、 any() 関数を使用できます。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。 Bicep の場合は、 any() 関数を使用できます。
username Jira サービスへのアクセスに使用するユーザー名。 Bicep の場合は、 any() 関数を使用できます。(必須)

MagentoLinkedService

名前 説明
type リンクされたサービスの種類。 'Magento' (必須)
typeProperties Magento サーバーのリンクされたサービスプロパティ。 MagentoLinkedServiceTypeProperties (必須)

MagentoLinkedServiceTypeProperties

名前 説明
accessToken Magento のアクセス トークン。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
host Magento インスタンスの URL。 (つまり、192.168.222.110/magento3) Bicep の場合は、 any() 関数を使用できます。(必須)
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。 Bicep の場合は、 any() 関数を使用できます。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。 Bicep の場合は、 any() 関数を使用できます。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。 Bicep の場合は、 any() 関数を使用できます。

MariaDBLinkedService

名前 説明
type リンクされたサービスの種類。 'MariaDB' (必須)
typeProperties MariaDB サーバーのリンクされたサービスのプロパティ。 MariaDBLinkedServiceTypeProperties (必須)

MariaDBLinkedServiceTypeProperties

名前 説明
connectionString ODBC 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

MarketoLinkedService

名前 説明
type リンクされたサービスの種類。 'Marketo' (必須)
typeProperties Marketo サーバーのリンクされたサービス プロパティ。 MarketoLinkedServiceTypeProperties (必須)

MarketoLinkedServiceTypeProperties

名前 説明
clientId Marketo サービスのクライアント ID。 Bicep の場合は、 any() 関数を使用できます。(必須)
clientSecret Marketo サービスのクライアント シークレット。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
endpoint Marketo サーバーのエンドポイント。 (つまり、123-ABC-321.mktorest.com) Bicep の場合は、 any() 関数を使用できます。(必須)
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。 Bicep の場合は、 any() 関数を使用できます。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。 Bicep の場合は、 any() 関数を使用できます。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。 Bicep の場合は、 any() 関数を使用できます。

MongoDbLinkedService

名前 説明
type リンクされたサービスの種類。 'MongoDb' (必須)
typeProperties MongoDB のリンクされたサービス プロパティ。 MongoDbLinkedServiceTypeProperties (必須)

MongoDbLinkedServiceTypeProperties

名前 説明
allowSelfSignedServerCert サーバーからの自己署名証明書を許可するかどうかを指定します。 既定値は false です。 型: boolean (または resultType ブール値を持つ式)。 Bicep の場合は、 any() 関数を使用できます。
authenticationType MongoDB データベースへの接続に使用する認証の種類。 'Anonymous'
'Basic'
authSource ユーザー名とパスワードを確認するデータベース。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
databaseName アクセスする MongoDB データベースの名前。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
enableSsl SSL を使用して、サーバーへの接続を暗号化するかどうかを指定します。 既定値は false です。 型: boolean (または resultType ブール値を持つ式)。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
password 認証用のパスワード。 SecretBase
port MongoDB サーバーがクライアント接続をリッスンするために使用する TCP ポート番号。 既定値は 27017 です。 型: integer (または resultType 整数を持つ式)、最小値: 0。 Bicep の場合は、 any() 関数を使用できます。
server MongoDB サーバーの IP アドレスまたはサーバー名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
username 認証用のユーザー名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

MySqlLinkedService

名前 説明
type リンクされたサービスの種類。 'MySql' (必須)
typeProperties MySQL のリンクされたサービス プロパティ。 MySqlLinkedServiceTypeProperties (必須)

MySqlLinkedServiceTypeProperties

名前 説明
connectionString 接続文字列。 SecretBase (必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

NetezzaLinkedService

名前 説明
type リンクされたサービスの種類。 'Netezza' (必須)
typeProperties Netezza のリンクされたサービス プロパティ。 NetezzaLinkedServiceTypeProperties (必須)

NetezzaLinkedServiceTypeProperties

名前 説明
connectionString ODBC 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

ODataLinkedService

名前 説明
type リンクされたサービスの種類。 'OData' (必須)
typeProperties OData のリンクされたサービス プロパティ。 ODataLinkedServiceTypeProperties (必須)

ODataLinkedServiceTypeProperties

名前 説明
authenticationType OData サービスへの接続に使用される認証の種類。 '匿名'
'Basic'
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
password OData サービスのパスワード。 SecretBase
url OData サービス エンドポイントの URL。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
userName OData サービスのユーザー名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

OdbcLinkedService

名前 説明
type リンクされたサービスの種類。 'Odbc' (必須)
typeProperties ODBC のリンクされたサービス プロパティ。 OdbcLinkedServiceTypeProperties (必須)

OdbcLinkedServiceTypeProperties

名前 説明
authenticationType ODBC データ ストアへの接続に使用される認証の種類です。 次のいずれかの値になります。Anonymous および Basic。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
connectionString 接続文字列の非アクセス資格情報部分と、オプションの暗号化された資格情報。 型: string、SecureString、または AzureKeyVaultSecretReference。 Bicep の場合は、 any() 関数を使用できます。(必須)
資格情報 (credential) ドライバー固有のプロパティ値の形式で指定された接続文字列のアクセス資格情報の部分。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
password 基本認証のパスワード。 SecretBase
userName 基本認証のユーザー名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

OracleLinkedService

名前 説明
type リンクされたサービスの種類。 'Oracle' (必須)
typeProperties Oracle データベースのリンクされたサービス プロパティ。 OracleLinkedServiceTypeProperties (必須)

OracleLinkedServiceTypeProperties

名前 説明
connectionString 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。 Bicep の場合は、 any() 関数を使用できます。(必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

PaypalLinkedService

名前 説明
type リンクされたサービスの種類。 'Paypal' (必須)
typeProperties PayPal サービスのリンクされたサービス プロパティ。 PaypalLinkedServiceTypeProperties (必須)

PaypalLinkedServiceTypeProperties

名前 説明
clientId PayPal アプリケーションに関連付けられているクライアント ID。 Bicep の場合は、 any() 関数を使用できます。(必須)
clientSecret PayPal アプリケーションに関連付けられているクライアント シークレット。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
host PayPal インスタンスの URL。 (つまり、api.sandbox.paypal.com) Bicep の場合は、 any() 関数を使用できます。(必須)
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。 Bicep の場合は、 any() 関数を使用できます。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。 Bicep の場合は、 any() 関数を使用できます。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。 Bicep の場合は、 any() 関数を使用できます。

PhoenixLinkedService

名前 説明
type リンクされたサービスの種類。 'Phoenix' (必須)
typeProperties Phoenix サーバーのリンクされたサービスのプロパティ。 PhoenixLinkedServiceTypeProperties (必須)

PhoenixLinkedServiceTypeProperties

名前 説明
allowHostNameCNMismatch SSL 経由で接続するときに、CA が発行した SSL 証明書名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は false です。 Bicep の場合は、 any() 関数を使用できます。
allowSelfSignedServerCert サーバーからの自己署名証明書を許可するかどうかを指定します。 既定値は false です。 Bicep の場合は、 any() 関数を使用できます。
authenticationType Phoenix サーバーへの接続に使用する認証メカニズム。 '匿名'
'UsernameAndPassword'
'WindowsAzureHDInsightService' (必須)
enableSsl SSL を使用して、サーバーへの接続を暗号化するかどうかを指定します。 既定値は false です。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
host Phoenix サーバーの IP アドレスまたはホスト名。 (例: 192.168.222.160) Bicep の場合は、 any() 関数を使用できます。(必須)
httpPath Phoenix サーバーに対応する部分的な URL。 (つまり、/gateway/sandbox/phoenix/version)。 WindowsAzureHDInsightService を使用している場合、既定値は hbasephoenix です。 Bicep の場合は、 any() 関数を使用できます。
password ユーザー名に対応するパスワード。 SecretBase
port Phoenix サーバーがクライアント接続のリッスンに使用する TCP ポート。 既定値は 8765 です。 Bicep の場合は、 any() 関数を使用できます。
trustedCertPath SSL 経由で接続するときにサーバーを検証するための信頼された CA 証明書を含む .pem ファイルの完全なパス。 このプロパティは、セルフホステッド IR で SSL を使用する場合にのみ設定できます。 既定値は、IR でインストールされる cacerts.pem ファイルです。 Bicep の場合は、 any() 関数を使用できます。
username Phoenix サーバーへの接続に使用されるユーザー名。 Bicep の場合は、 any() 関数を使用できます。
useSystemTrustStore システムの信頼ストアと指定した PEM ファイルのどちらの CA 証明書を使用するかを指定します。 既定値は false です。 Bicep の場合は、 any() 関数を使用できます。

PostgreSqlLinkedService

名前 説明
type リンクされたサービスの種類。 'PostgreSql' (必須)
typeProperties PostgreSQL のリンクされたサービス プロパティ。 PostgreSqlLinkedServiceTypeProperties (必須)

PostgreSqlLinkedServiceTypeProperties

名前 説明
connectionString 接続文字列。 SecretBase (必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

PrestoLinkedService

名前 説明
type リンクされたサービスの種類。 'Presto' (必須)
typeProperties Presto サーバーのリンク されたサービス のプロパティ。 PrestoLinkedServiceTypeProperties (必須)

PrestoLinkedServiceTypeProperties

名前 説明
allowHostNameCNMismatch SSL 経由で接続するときに、CA が発行した SSL 証明書名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は false です。 Bicep の場合は、 any() 関数を使用できます。
allowSelfSignedServerCert サーバーからの自己署名証明書を許可するかどうかを指定します。 既定値は false です。 Bicep の場合は、 any() 関数を使用できます。
authenticationType Presto サーバーへの接続に使用する認証メカニズム。 'Anonymous'
'LDAP' (必須)
catalog サーバーに対するすべての要求のカタログ コンテキスト。 Bicep の場合は、 any() 関数を使用できます。(必須)
enableSsl SSL を使用して、サーバーへの接続を暗号化するかどうかを指定します。 既定値は false です。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
host Presto サーバーの IP アドレスまたはホスト名。 (例: 192.168.222.160) Bicep の場合は、 any() 関数を使用できます。(必須)
password ユーザー名に対応するパスワード。 SecretBase
port Presto サーバーがクライアント接続のリッスンに使用する TCP ポート。 既定値は 8080 です。 Bicep の場合は、 any() 関数を使用できます。
serverVersion Presto サーバーのバージョン。 (例: 0.148-t) Bicep の場合は、 any() 関数を使用できます。(必須)
timeZoneID 接続で使用されるローカルのタイム ゾーン。 このオプションの有効な値は、IANA タイム ゾーン データベースで指定されます。 既定値は、システムのタイム ゾーンです。 Bicep の場合は、 any() 関数を使用できます。
trustedCertPath SSL 経由で接続するときにサーバーを検証するための信頼された CA 証明書を含む .pem ファイルの完全なパス。 このプロパティは、セルフホステッド IR で SSL を使用する場合にのみ設定できます。 既定値は、IR でインストールされる cacerts.pem ファイルです。 Bicep の場合は、 any() 関数を使用できます。
username Presto サーバーへの接続に使用されるユーザー名。 Bicep の場合は、 any() 関数を使用できます。
useSystemTrustStore システムの信頼ストアと指定した PEM ファイルのどちらの CA 証明書を使用するかを指定します。 既定値は false です。 Bicep の場合は、 any() 関数を使用できます。

QuickBooksLinkedService

名前 説明
type リンクされたサービスの種類。 'QuickBooks' (必須)
typeProperties QuickBooks サーバーのリンク されたサービス プロパティ。 QuickBooksLinkedServiceTypeProperties (必須)

QuickBooksLinkedServiceTypeProperties

名前 説明
accessToken OAuth 1.0 認証のアクセス トークン。 SecretBase (必須)
accessTokenSecret OAuth 1.0 認証のアクセス トークン シークレット。 SecretBase (必須)
companyId 承認する QuickBooks の会社の会社 ID。 Bicep の場合は、 any() 関数を使用できます。(必須)
consumerKey OAuth 1.0 認証用のコンシューマー キー。 Bicep の場合は、 any() 関数を使用できます。(必須)
consumerSecret OAuth 1.0 認証用のコンシューマー シークレット。 SecretBase (必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
endpoint QuickBooks サーバーのエンドポイント。 (つまり、quickbooks.api.intuit.com) Bicep の場合は、 any() 関数を使用できます。(必須)
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。 Bicep の場合は、 any() 関数を使用できます。

ResponsysLinkedService

名前 説明
type リンクされたサービスの種類。 'Responsys' (必須)
typeProperties Responsys のリンクされたサービス プロパティ。 ResponsysLinkedServiceTypeProperties (必須)

ResponsysLinkedServiceTypeProperties

名前 説明
clientId Responsys アプリケーションに関連付けられているクライアント ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
clientSecret Responsys アプリケーションに関連付けられているクライアント シークレット。 型: string (または resultType 文字列を含む式)。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
endpoint Responsys サーバーのエンドポイント。 Bicep の場合は、 any() 関数を使用できます。(必須)
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。 Bicep の場合は、 any() 関数を使用できます。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。 Bicep の場合は、 any() 関数を使用できます。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。 Bicep の場合は、 any() 関数を使用できます。

SalesforceLinkedService

名前 説明
type リンクされたサービスの種類。 'Salesforce' (必須)
typeProperties Salesforce のリンクされたサービス プロパティ。 SalesforceLinkedServiceTypeProperties (必須)

SalesforceLinkedServiceTypeProperties

名前 説明
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
environmentUrl Salesforce インスタンスの URL。 既定値は ''https://login.salesforce.com です。 サンドボックスからデータをコピーするには、'' をhttps://test.salesforce.com指定します。 カスタム ドメインからデータをコピーするには、たとえば、'https://[domain].my.salesforce.com' を指定します。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
password Salesforce インスタンスの基本認証のパスワード。 SecretBase
securityToken セキュリティ トークンは、Salesforce インスタンスにリモートでアクセスするために必要です。 SecretBase
username Salesforce インスタンスの基本認証のユーザー名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

SalesforceMarketingCloudLinkedService

名前 説明
type リンクされたサービスの種類。 'SalesforceMarketingCloud' (必須)
typeProperties Salesforce Marketing Cloud のリンクされたサービス プロパティ。 SalesforceMarketingCloudLinkedServiceTypeProperties (必須)

SalesforceMarketingCloudLinkedServiceTypeProperties

名前 説明
clientId Salesforce Marketing Cloud アプリケーションに関連付けられたクライアント ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
clientSecret Salesforce Marketing Cloud アプリケーションに関連付けられたクライアント シークレット。 型: string (または resultType 文字列を含む式)。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。 Bicep の場合は、 any() 関数を使用できます。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。 Bicep の場合は、 any() 関数を使用できます。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。 Bicep の場合は、 any() 関数を使用できます。

SapBWLinkedService

名前 説明
type リンクされたサービスの種類。 'SapBW' (必須)
typeProperties このリンクされたサービスの種類に固有のプロパティ。 SapBWLinkedServiceTypeProperties (必須)

SapBWLinkedServiceTypeProperties

名前 説明
clientId BW システム上のクライアントのクライアント ID。 (通常、文字列として表される 3 桁の 10 進数)型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
password SAP BW サーバーにアクセスするためのパスワード。 SecretBase
server SAP BW インスタンスのホスト名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
systemNumber BW システムのシステム番号。 (通常、文字列として表される 2 桁の 10 進数)。型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
userName SAP BW サーバーにアクセスするためのユーザー名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

SapCloudForCustomerLinkedService

名前 説明
type リンクされたサービスの種類。 'SapCloudForCustomer' (必須)
typeProperties SAP Cloud for Customer のリンクされたサービス プロパティ。 SapCloudForCustomerLinkedServiceTypeProperties (必須)

SapCloudForCustomerLinkedServiceTypeProperties

名前 説明
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 encryptedCredential またはユーザー名/パスワードを指定する必要があります。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
password 基本認証のパスワード。 SecretBase
url SAP Cloud for Customer OData API の URL。 たとえば、'[https://[tenantname].crm.ondemand.com/sap/c4c/odata/v1] などです。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
username 基本認証のユーザー名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

SapEccLinkedService

名前 説明
type リンクされたサービスの種類。 'SapEcc' (必須)
typeProperties SAP ECC のリンクされたサービス プロパティ。 SapEccLinkedServiceTypeProperties (必須)

SapEccLinkedServiceTypeProperties

名前 説明
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 encryptedCredential またはユーザー名/パスワードを指定する必要があります。 型: string (または resultType 文字列を含む式)。 string
password 基本認証のパスワード。 SecretBase
url SAP ECC OData API の URL。 たとえば、'[https://hostname:port/sap/opu/odata/sap/servicename/]' です。 型: string (または resultType 文字列を含む式)。 string (必須)
username 基本認証のユーザー名。 型: string (または resultType 文字列を含む式)。 string

SapHanaLinkedService

名前 説明
type リンクされたサービスの種類。 'SapHana' (必須)
typeProperties このリンクされたサービスの種類に固有のプロパティ。 SapHanaLinkedServiceProperties (必須)

SapHanaLinkedServiceProperties

名前 説明
authenticationType SAP HANA サーバーへの接続に使用する認証の種類。 'Basic'
'Windows'
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
password SAP HANA サーバーにアクセスするためのパスワード。 SecretBase
server SAP HANA サーバーのホスト名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
userName SAP HANA サーバーにアクセスするためのユーザー名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

ServiceNowLinkedService

名前 説明
type リンクされたサービスの種類。 'ServiceNow' (必須)
typeProperties ServiceNow サーバーのリンクされたサービス プロパティ。 ServiceNowLinkedServiceTypeProperties (必須)

ServiceNowLinkedServiceTypeProperties

名前 説明
authenticationType 使用する認証の種類。 'Basic'
'OAuth2' (必須)
clientId OAuth2 認証のクライアント ID。 Bicep の場合は、 any() 関数を使用できます。
clientSecret OAuth2 認証のクライアント シークレット。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
endpoint ServiceNow サーバーのエンドポイント。 (つまり{instance}.service-now.com) Bicep の場合は、 any() 関数を使用できます。(必須)
password Basic および OAuth2 認証のユーザー名に対応するパスワード。 SecretBase
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。 Bicep の場合は、 any() 関数を使用できます。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。 Bicep の場合は、 any() 関数を使用できます。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。 Bicep の場合は、 any() 関数を使用できます。
username Basic および OAuth2 認証で ServiceNow サーバーへの接続に使用されるユーザー名。 Bicep の場合は、 any() 関数を使用できます。

SftpServerLinkedService

名前 説明
type リンクされたサービスの種類。 'Sftp' (必須)
typeProperties このリンクされたサービスの種類に固有のプロパティ。 SftpServerLinkedServiceTypeProperties (必須)

SftpServerLinkedServiceTypeProperties

名前 説明
authenticationType FTP サーバーへの接続に使用する認証の種類。 'Basic'
'SshPublicKey'
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
host SFTP サーバーのホスト名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
hostKeyFingerprint SFTP サーバーのホスト キーのフィンガープリント。 SkipHostKeyValidation が false の場合は、HostKeyFingerprint を指定する必要があります。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
passPhrase SSH 秘密キーが暗号化されている場合に SSH 秘密キーを復号化するためのパスワード。 SecretBase
password 基本認証用に SFTP サーバーにログオンするためのパスワード。 SecretBase
port SFTP サーバーがクライアント接続をリッスンするために使用する TCP ポート番号。 既定値は 22 です。 型: integer (または resultType 整数を持つ式)、最小値: 0。 Bicep の場合は、 any() 関数を使用できます。
privateKeyContent SshPublicKey 認証用の Base64 でエンコードされた SSH 秘密キーコンテンツ。 SshPublicKey 認証を使用したオンプレミス のコピーの場合は、PrivateKeyPath または PrivateKeyContent を指定する必要があります。 SSH 秘密キーは、OpenSSH 形式にする必要があります。 SecretBase
privateKeyPath SshPublicKey 認証の SSH 秘密キー ファイル パス。 オンプレミスのコピーに対してのみ有効です。 SshPublicKey 認証を使用したオンプレミス のコピーの場合は、PrivateKeyPath または PrivateKeyContent を指定する必要があります。 SSH 秘密キーは、OpenSSH 形式にする必要があります。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
skipHostKeyValidation true の場合は、SSH ホスト キーの検証をスキップします。 既定値は false です。 型: boolean (または resultType ブール値を持つ式)。 Bicep の場合は、 any() 関数を使用できます。
userName SFTP サーバーへのログオンに使用されるユーザー名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

ShopifyLinkedService

名前 説明
type リンクされたサービスの種類。 'Shopify' (必須)
typeProperties Shopify Service のリンクされたサービス プロパティ。 ShopifyLinkedServiceTypeProperties (必須)

ShopifyLinkedServiceTypeProperties

名前 説明
accessToken Shopify のデータへのアクセスに使用する API アクセス トークン。 トークンがオフライン モードの場合、有効期限は切れません。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
host Shopify サーバーのエンドポイント。 (つまり、mystore.myshopify.com) Bicep の場合は、 any() 関数を使用できます。(必須)
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。 Bicep の場合は、 any() 関数を使用できます。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。 Bicep の場合は、 any() 関数を使用できます。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。 Bicep の場合は、 any() 関数を使用できます。

SparkLinkedService

名前 説明
type リンクされたサービスの種類。 'Spark' (必須)
typeProperties Spark Server のリンクされたサービスのプロパティ。 SparkLinkedServiceTypeProperties (必須)

SparkLinkedServiceTypeProperties

名前 説明
allowHostNameCNMismatch SSL 経由で接続するときに、CA が発行した SSL 証明書名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は false です。 Bicep の場合は、 any() 関数を使用できます。
allowSelfSignedServerCert サーバーからの自己署名証明書を許可するかどうかを指定します。 既定値は false です。 Bicep の場合は、 any() 関数を使用できます。
authenticationType Spark サーバーへのアクセスに使用する認証方法。 '匿名'
'Username'
'UsernameAndPassword'
'WindowsAzureHDInsightService' (必須)
enableSsl SSL を使用して、サーバーへの接続を暗号化するかどうかを指定します。 既定値は false です。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
host Spark サーバーの IP アドレスまたはホスト名 Bicep の場合は、 any() 関数を使用できます。(必須)
httpPath Spark サーバーに対応する部分的な URL。 Bicep の場合は、 any() 関数を使用できます。
password [ユーザー名] フィールドに指定したユーザー名に対応するパスワード SecretBase
port Spark サーバーがクライアント接続のリッスンに使用する TCP ポート。 Bicep の場合は、 any() 関数を使用できます。(必須)
serverType Spark サーバーの種類。 'SharkServer'
'SharkServer2'
'SparkThriftServer'
thriftTransportProtocol Thrift レイヤーで使用するトランスポート プロトコル。 'Binary'
'HTTP '
'SASL'
trustedCertPath SSL 経由で接続するときにサーバーを検証するための信頼された CA 証明書を含む .pem ファイルの完全なパス。 このプロパティは、セルフホステッド IR で SSL を使用する場合にのみ設定できます。 既定値は、IR でインストールされる cacerts.pem ファイルです。 Bicep の場合は、 any() 関数を使用できます。
username Spark サーバーへのアクセスに使用するユーザー名。 Bicep の場合は、 any() 関数を使用できます。
useSystemTrustStore システムの信頼ストアと指定した PEM ファイルのどちらの CA 証明書を使用するかを指定します。 既定値は false です。 Bicep の場合は、 any() 関数を使用できます。

SqlServerLinkedService

名前 説明
type リンクされたサービスの種類。 'SqlServer' (必須)
typeProperties リンクされたサービス プロパティをSQL Serverします。 SqlServerLinkedServiceTypeProperties (必須)

SqlServerLinkedServiceTypeProperties

名前 説明
connectionString 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。 Bicep の場合は、 any() 関数を使用できます。(必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
password オンプレミスのWindows 認証パスワード。 SecretBase
userName オンプレミスのWindows 認証ユーザー名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

SquareLinkedService

名前 説明
type リンクされたサービスの種類。 'Square' (必須)
typeProperties Square Service のリンクされたサービス プロパティ。 SquareLinkedServiceTypeProperties (必須)

SquareLinkedServiceTypeProperties

名前 説明
clientId Square アプリケーションに関連付けられているクライアント ID。 Bicep の場合は、 any() 関数を使用できます。(必須)
clientSecret Square アプリケーションに関連付けられているクライアント シークレット。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
host Square インスタンスの URL。 (例: mystore.mysquare.com) Bicep の場合は、 any() 関数を使用できます。(必須)
redirectUri Square アプリケーションのダッシュボードで割り当てられるリダイレクト URL。 (http://localhost:2500 など) Bicep の場合は、 any() 関数を使用できます。(必須)
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。 Bicep の場合は、 any() 関数を使用できます。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。 Bicep の場合は、 any() 関数を使用できます。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。 Bicep の場合は、 any() 関数を使用できます。

SybaseLinkedService

名前 説明
type リンクされたサービスの種類。 'Sybase' (必須)
typeProperties Sybase のリンクされたサービス プロパティ。 SybaseLinkedServiceTypeProperties (必須)

SybaseLinkedServiceTypeProperties

名前 説明
authenticationType 接続に使用する AuthenticationType。 'Basic'
'Windows'
database 接続のデータベース名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
password 認証用のパスワード。 SecretBase
schema 接続のスキーマ名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
server 接続のサーバー名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
username 認証用のユーザー名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

TeradataLinkedService

名前 説明
type リンクされたサービスの種類。 'Teradata' (必須)
typeProperties Teradata のリンクされたサービス プロパティ。 TeradataLinkedServiceTypeProperties (必須)

TeradataLinkedServiceTypeProperties

名前 説明
authenticationType 接続に使用する AuthenticationType。 'Basic'
'Windows'
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
password 認証用のパスワード。 SecretBase
server 接続のサーバー名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
username 認証用のユーザー名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

VerticaLinkedService

名前 説明
type リンクされたサービスの種類。 'Vertica' (必須)
typeProperties Vertica のリンクされたサービス プロパティ。 VerticaLinkedServiceTypeProperties (必須)

VerticaLinkedServiceTypeProperties

名前 説明
connectionString ODBC 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

WebLinkedService

名前 説明
type リンクされたサービスの種類。 'Web' (必須)
typeProperties Web リンクサービスのプロパティ。 WebLinkedServiceTypeProperties (必須)

WebLinkedServiceTypeProperties

名前 説明
url Web サービス エンドポイントの URL (例: )。 https://www.microsoft.com 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
authenticationType オブジェクトの種類を設定する 匿名
Basic
ClientCertificate (必須)

WebAnonymousAuthentication

名前 説明
authenticationType Web テーブル ソースへの接続に使用される認証の種類。 'Anonymous' (必須)

WebBasicAuthentication

名前 説明
authenticationType Web テーブル ソースへの接続に使用される認証の種類。 'Basic' (必須)
password 基本認証のパスワード。 SecretBase (必須)
username 基本認証のユーザー名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)

WebClientCertificateAuthentication

名前 説明
authenticationType Web テーブル ソースへの接続に使用される認証の種類。 'ClientCertificate' (必須)
password PFX ファイルのパスワード。 SecretBase (必須)
pfx PFX ファイルの Base64 でエンコードされた内容。 SecretBase (必須)

XeroLinkedService

名前 説明
type リンクされたサービスの種類。 'Xero' (必須)
typeProperties Xero Service のリンクされたサービス プロパティ。 XeroLinkedServiceTypeProperties (必須)

XeroLinkedServiceTypeProperties

名前 説明
consumerKey Xero アプリケーションに関連付けられているコンシューマー キー。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
host Xero サーバーのエンドポイント。 (つまり、api.xero.com) Bicep の場合は、 any() 関数を使用できます。(必須)
privateKey Xero プライベート アプリケーション用に生成された .pem ファイルの秘密キー。 Unix 行の終わりを含め、.pem ファイルのすべてのテキストを含める必要があります(
).
SecretBase
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。 Bicep の場合は、 any() 関数を使用できます。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。 Bicep の場合は、 any() 関数を使用できます。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。 Bicep の場合は、 any() 関数を使用できます。

ZohoLinkedService

名前 説明
type リンクされたサービスの種類。 'Zoho' (必須)
typeProperties Zoho サーバーのリンクされたサービスのプロパティ。 ZohoLinkedServiceTypeProperties (必須)

ZohoLinkedServiceTypeProperties

名前 説明
accessToken Zoho 認証のアクセス トークン。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
endpoint Zoho サーバーのエンドポイント。 (つまり、crm.zoho.com/crm/private) Bicep の場合は、 any() 関数を使用できます。(必須)
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。 Bicep の場合は、 any() 関数を使用できます。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。 Bicep の場合は、 any() 関数を使用できます。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。 Bicep の場合は、 any() 関数を使用できます。

クイック スタート テンプレート

次のクイックスタート テンプレートでは、このリソースの種類をデプロイします。

Template 説明
Azure アーキテクチャで Sports Analytics をデプロイする

Azure にデプロイする
ADLS Gen 2 が有効な Azure ストレージ アカウント、ストレージ アカウント (デプロイされている場合はAzure SQL Database) のリンクされたサービスを持つAzure Data Factory インスタンス、および Azure Databricks インスタンスを作成します。 テンプレートをデプロイするユーザーの AAD ID と ADF インスタンスのマネージド ID には、ストレージ アカウントに対するストレージ BLOB データ共同作成者ロールが付与されます。 また、Azure Key Vault インスタンス、Azure SQL Database、Azure Event Hub (ストリーミング ユース ケース用) をデプロイするオプションもあります。 Azure Key Vaultがデプロイされると、テンプレートをデプロイするユーザーのデータ ファクトリマネージド ID と AAD ID に、Key Vault シークレット ユーザー ロールが付与されます。
Azure Data Factoryでもっと多くを試すことができます - ワンクリックでAzure Data Factory

Azure にデプロイする
このテンプレートは、Azure Blob から別の Azure BLOB へのコピー アクティビティ用のデータ ファクトリ パイプラインを作成します
Data Factory を作成し、Salesforce から BLOB にコピーする

Azure にデプロイする
このテンプレートでは、Azure Data Factoryを使用して Salesforce から Azure BLOB へのデータ移動を実行します
Azure Data Factoryを使用した一括コピー

Azure にデプロイする
このテンプレートは、Azure SQL データベース内のデータをAzure SQL データ ウェアハウスに一括でコピーする V2 データ ファクトリを作成します。
V2 データ ファクトリを作成する

Azure にデプロイする
このテンプレートは、Azure Blob Storage内のフォルダーからストレージ内の別のフォルダーにデータをコピーする V2 データ ファクトリを作成します。
V2 データ ファクトリを作成する (MySQL)

Azure にデプロイする
このテンプレートは、Azure Blob Storage内のフォルダーからAzure Database for MySQLのテーブルにデータをコピーする V2 データ ファクトリを作成します。
V2 データ ファクトリを作成する (PostGre)

Azure にデプロイする
このテンプレートは、Azure Blob Storage内のフォルダーからAzure Database for PostgreSQL内のテーブルにデータをコピーする V2 データ ファクトリを作成します。
V2 データ ファクトリを作成する (SQL)

Azure にデプロイする
このテンプレートは、Azure Blob Storage内のフォルダーからAzure SQL データベース内のテーブルにデータをコピーする V2 データ ファクトリを作成します。
V2 データ ファクトリを作成する (SQL On-prem)

Azure にデプロイする
このテンプレートは、オンプレミスのSQL Serverから Azure BLOB ストレージにデータをコピーする V2 データ ファクトリを作成します
V2 データ ファクトリを作成する (Spark)

Azure にデプロイする
このテンプレートは、Azure Blob Storage内のフォルダーからストレージ内の別のフォルダーにデータをコピーする V2 データ ファクトリを作成します。

ARM テンプレート リソース定義

ファクトリ/linkedservices リソースの種類は、次を対象とする操作でデプロイできます。

各 API バージョンの変更されたプロパティの一覧については、「 変更ログ」を参照してください。

リソース形式

Microsoft.DataFactory/factories/linkedservices リソースを作成するには、次の JSON をテンプレートに追加します。

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

LinkedService オブジェクト

オブジェクトの を指定するには、type プロパティを設定します。

AmazonMWS の場合は、次を使用します。

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

AmazonRedshift の場合は、次の値を使用します。

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

AmazonS3 の場合は、次の値を使用します。

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

AzureBatch の場合は、次の値を使用します。

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

AzureDatabricks の場合は、次の値を使用します。

  "type": "AzureDatabricks",
  "typeProperties": {
    "accessToken": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "domain": {},
    "encryptedCredential": {},
    "existingClusterId": {},
    "newClusterNodeType": {},
    "newClusterNumOfWorker": {},
    "newClusterSparkConf": {
      "{customized property}": {}
    },
    "newClusterVersion": {}
  }

AzureDataLakeAnalytics の場合は、次を使用します。

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

AzureDataLakeStore の場合は、次の値を使用します。

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

AzureKeyVault の場合は、次の値を使用します。

  "type": "AzureKeyVault",
  "typeProperties": {
    "baseUrl": {}
  }

AzureML の場合は、次の値を使用します。

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

AzureMySql の場合は、次を使用します。

  "type": "AzureMySql",
  "typeProperties": {
    "connectionString": {},
    "encryptedCredential": {}
  }

AzurePostgreSql の場合は、次の値を使用します。

  "type": "AzurePostgreSql",
  "typeProperties": {
    "connectionString": {},
    "encryptedCredential": {}
  }

AzureSearch の場合は、次の値を使用します。

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

AzureSqlDatabase の場合は、次を使用します。

  "type": "AzureSqlDatabase",
  "typeProperties": {
    "connectionString": {},
    "encryptedCredential": {},
    "servicePrincipalId": {},
    "servicePrincipalKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "tenant": {}
  }

AzureSqlDW の場合は、次を使用します。

  "type": "AzureSqlDW",
  "typeProperties": {
    "connectionString": {},
    "encryptedCredential": {},
    "servicePrincipalId": {},
    "servicePrincipalKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "tenant": {}
  }

AzureStorage の場合は、次を使用します。

  "type": "AzureStorage",
  "typeProperties": {
    "connectionString": {},
    "encryptedCredential": {},
    "sasUri": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    }
  }

Cassandra の場合は、次の値を使用します。

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

Concur の場合は、次を使用します。

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

CosmosDb の場合は、次の値を使用します。

  "type": "CosmosDb",
  "typeProperties": {
    "connectionString": {},
    "encryptedCredential": {}
  }

Couchbase の場合は、次を使用します。

  "type": "Couchbase",
  "typeProperties": {
    "connectionString": {},
    "encryptedCredential": {}
  }

CustomDataSource の場合は、次の値を使用します。

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

Db2 の場合は、次の値を使用します。

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

Drill の場合は、次の値を使用します。

  "type": "Drill",
  "typeProperties": {
    "connectionString": {},
    "encryptedCredential": {}
  }

Dynamics の場合は、次の値を使用します。

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

Eloqua の場合は、次を使用します。

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

FileServer の場合は、次の値を使用します。

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

FtpServer の場合は、次の値を使用します。

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

GoogleBigQuery の場合は、次の値を使用します。

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

Greenplum の場合は、次の値を使用します。

  "type": "Greenplum",
  "typeProperties": {
    "connectionString": {},
    "encryptedCredential": {}
  }

HBase の場合は、次の値を使用します。

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

Hdfs の場合は、次の値を使用します。

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

HDInsight の場合は、次の値を使用します。

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

HDInsightOnDemand の場合は、次の値を使用します。

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

Hive の場合は、次の値を使用します。

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

HttpServer の場合は、次の値を使用します。

  "type": "HttpServer",
  "typeProperties": {
    "authenticationType": "string",
    "certThumbprint": {},
    "embeddedCertData": {},
    "enableServerCertificateValidation": {},
    "encryptedCredential": {},
    "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": {},
    "refreshToken": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "useEncryptedEndpoints": {},
    "useHostVerification": {},
    "usePeerVerification": {}
  }

Impala の場合は、次の値を使用します。

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

Jira の場合は、次の値を使用します。

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

Magento の場合は、次の値を使用します。

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

MariaDB の場合は、次の値を使用します。

  "type": "MariaDB",
  "typeProperties": {
    "connectionString": {},
    "encryptedCredential": {}
  }

Marketo の場合は、次の値を使用します。

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

MongoDb の場合は、次を使用します。

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

MySql の場合は、次の値を使用します。

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

Netezza の場合は、次の値を使用します。

  "type": "Netezza",
  "typeProperties": {
    "connectionString": {},
    "encryptedCredential": {}
  }

OData の場合は、次の値を使用します。

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

Odbc の場合は、次の値を使用します。

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

Oracle の場合は、次の値を使用します。

  "type": "Oracle",
  "typeProperties": {
    "connectionString": {},
    "encryptedCredential": {}
  }

Paypal の場合は、次の値を使用します。

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

Phoenix の場合は、次の値を使用します。

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

PostgreSql の場合は、次の値を使用します。

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

Presto の場合は、次の値を使用します。

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

QuickBooks の場合は、次の値を使用します。

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

Responsys の場合は、次の値を使用します。

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

Salesforce の場合は、次の値を使用します。

  "type": "Salesforce",
  "typeProperties": {
    "encryptedCredential": {},
    "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
    },
    "encryptedCredential": {},
    "useEncryptedEndpoints": {},
    "useHostVerification": {},
    "usePeerVerification": {}
  }

SapBW の場合は、次の値を使用します。

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

SapCloudForCustomer の場合は、次の値を使用します。

  "type": "SapCloudForCustomer",
  "typeProperties": {
    "encryptedCredential": {},
    "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": "string",
    "username": "string"
  }

SapHana の場合は、次の値を使用します。

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

ServiceNow の場合は、次の値を使用します。

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

Sftp の場合は、次の値を使用します。

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

Shopify の場合は、次の値を使用します。

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

Spark の場合は、次の値を使用します。

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

SqlServer の場合は、次の値を使用します。

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

Square の場合は、次の値を使用します。

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

Sybase の場合は、次の値を使用します。

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

Teradata の場合は、次の値を使用します。

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

Vertica の場合は、次を使用します。

  "type": "Vertica",
  "typeProperties": {
    "connectionString": {},
    "encryptedCredential": {}
  }

Web の場合は、次の値を使用します。

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

Xero の場合は、次の値を使用します。

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

Zoho の場合は、次の値を使用します。

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

SecretBase オブジェクト

type プロパティを設定して、オブジェクトの種類を指定します。

AzureKeyVaultSecret の場合は、次を使用します。

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

SecureString の場合は、次の値を使用します。

  "type": "SecureString",
  "value": "string"

WebLinkedServiceTypeProperties オブジェクト

authenticationType プロパティを設定して、オブジェクトの種類を指定します。

匿名の場合は、次の値を使用します。

  "authenticationType": "Anonymous"

Basic の場合は、次の値を使用します。

  "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
  }

プロパティ値

factories/linkedservices

名前 説明
type リソースの種類 'Microsoft.DataFactory/factories/linkedservices'
apiVersion リソース API のバージョン '2017-09-01-preview'
name リソース名

JSON ARM テンプレートで子リソースの名前と型を設定する方法を参照してください。
string (必須)

文字数制限: 1 から 260

有効な文字:
次は使用できません:
`<>*#.%&:\\+?/` または制御文字

英数字で開始します。
properties リンクされたサービスのプロパティ。 LinkedService (必須)

LinkedService

名前 説明
annotations データセットの説明に使用できるタグの一覧。 any[]
connectVia 統合ランタイム参照。 IntegrationRuntimeReference
description リンクされたサービスの説明。 string
parameters リンクされたサービスのパラメーター。 ParameterDefinitionSpecification
オブジェクトの種類を設定する AmazonMWS
AmazonRedshift
AmazonS3
AzureBatch
AzureDatabricks
AzureDataLakeAnalytics
AzureDataLakeStore
AzureKeyVault
AzureML
AzureMySql
AzurePostgreSql
AzureSearch
AzureSqlDatabase
AzureSqlDW
AzureStorage
Cassandra
Concur
CosmosDb
Couchbase
CustomDataSource
Db2
Drill
Dynamics
Eloqua
FileServer
FtpServer
GoogleBigQuery
Greenplum
HBase
Hdfs
HDInsight
HDInsightOnDemand
Hive
HttpServer
Hubspot
Impala
Jira
Magento
MariaDB
Marketo
Mongodb
MySql
Netezza
OData
Odbc
Oracle
Paypal
Phoenix
Postgresql
Presto
QuickBooks
Responsys
Salesforce
SalesforceMarketingCloud
SapBW
SapCloudForCustomer
SapEcc
SapHana
ServiceNow
Sftp
Shopify
Spark
Sqlserver
広場
Sybase
Teradata
Vertica
Web
Xero
Zoho (必須)

IntegrationRuntimeReference

名前 説明
parameters 統合ランタイムの引数。 ParameterValueSpecification
referenceName 統合ランタイム名を参照します。 string (必須)
統合ランタイムの種類。 'IntegrationRuntimeReference' (必須)

ParameterValueSpecification

名前 説明
{カスタマイズされたプロパティ}

ParameterDefinitionSpecification

名前 説明
{カスタマイズされたプロパティ} ParameterSpecification

ParameterSpecification

名前 説明
defaultValue パラメーターの既定値。
パラメーターの型。 'Array'
'Bool'
'Float'
'Int'
'Object'
'SecureString'
'String' (必須)

AmazonMWSLinkedService

名前 説明
type リンクされたサービスの種類。 'AmazonMWS' (必須)
typeProperties Amazon Marketplace Web Service のリンクされたサービス プロパティ。 AmazonMWSLinkedServiceTypeProperties (必須)

AmazonMWSLinkedServiceTypeProperties

名前 説明
accessKeyId データへのアクセスに使用されるアクセス キー ID。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
endpoint Amazon MWS サーバーのエンドポイント (つまり、mws.amazonservices.com)
marketplaceID データを取得する Amazon Marketplace ID。 複数の Marketplace ID からデータを取得するには、コンマ (,) で区切ります。 (つまり、A2EUQ1WTGCTBG2)
mwsAuthToken Amazon MWS 認証トークン。 SecretBase
secretKey データのアクセスに使用されるシークレット キー。 SecretBase
sellerID Amazon の販売者 ID。
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。

SecretBase

名前 説明
type オブジェクトの種類を設定する AzureKeyVaultSecret
SecureString (必須)

AzureKeyVaultSecretReference

名前 説明
type シークレットの種類。 'AzureKeyVaultSecret' (必須)
secretName Azure Key Vault内のシークレットの名前。 型: string (または resultType 文字列を含む式)。
secretVersion Azure Key Vault内のシークレットのバージョン。 既定値は、シークレットの最新バージョンです。 型: string (または resultType 文字列を含む式)。
store Azure Key Vaultリンクされたサービス リファレンス。 LinkedServiceReference (必須)

LinkedServiceReference

名前 説明
parameters LinkedService の引数。 ParameterValueSpecification
referenceName LinkedService 名を参照します。 string (必須)
リンクされたサービス参照の種類。 'LinkedServiceReference' (必須)

SecureString

名前 説明
type シークレットの種類。 string (必須)
value セキュリティで保護された文字列の値。 string (必須)

AmazonRedshiftLinkedService

名前 説明
type リンクされたサービスの種類。 'AmazonRedshift' (必須)
typeProperties Amazon Redshift のリンクされたサービスプロパティ。 AmazonRedshiftLinkedServiceTypeProperties (必須)

AmazonRedshiftLinkedServiceTypeProperties

名前 説明
database Amazon Redshift ソースのデータベース名。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
password Amazon Redshift ソースのパスワード。 SecretBase
port Amazon Redshift サーバーがクライアント接続をリッスンするために使用する TCP ポート番号。 既定値は 5439 です。 型: integer (または resultType 整数を持つ式)。
server Amazon Redshift サーバーの名前。 型: string (または resultType 文字列を含む式)。
username Amazon Redshift ソースのユーザー名。 型: string (または resultType 文字列を含む式)。

AmazonS3LinkedService

名前 説明
type リンクされたサービスの種類。 'AmazonS3' (必須)
typeProperties Amazon S3 のリンクされたサービス プロパティ。 AmazonS3LinkedServiceTypeProperties (必須)

AmazonS3LinkedServiceTypeProperties

名前 説明
accessKeyId Amazon S3 Identity and Access Management (IAM) ユーザーのアクセス キー識別子。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
secretAccessKey Amazon S3 Identity and Access Management (IAM) ユーザーのシークレット アクセス キー。 SecretBase

AzureBatchLinkedService

名前 説明
type リンクされたサービスの種類。 'AzureBatch' (必須)
typeProperties リンクされたサービス プロパティをAzure Batchします。 AzureBatchLinkedServiceTypeProperties (必須)

AzureBatchLinkedServiceTypeProperties

名前 説明
accessKey Azure Batch アカウントのアクセス キー。 SecretBase
accountName Azure Batchアカウント名。 型: string (または resultType 文字列を含む式)。
batchUri Azure Batch URI。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
linkedServiceName Azure Storage のリンクされたサービスの参照。 LinkedServiceReference (必須)
poolName Azure Batch プール名。 型: string (または resultType 文字列を含む式)。

AzureDatabricksLinkedService

名前 説明
type リンクされたサービスの種類。 'AzureDatabricks' (必須)
typeProperties Azure Databricks のリンクされたサービス プロパティ。 AzureDatabricksLinkedServiceTypeProperties (必須)

AzureDatabricksLinkedServiceTypeProperties

名前 説明
accessToken databricks REST API のアクセス トークン。 [https://aka.ms/classiciaasmigrationfaqs](https://docs.azuredatabricks.net/api/latest/authentication.html ) を参照してください。 型: string (または resultType 文字列を含む式)。 SecretBase (必須)
domain {REGION}.azuredatabricks.net、Databricks デプロイのドメイン名。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
existingClusterId このジョブのすべての実行に使用される既存のクラスターの ID。 型: string (または resultType 文字列を含む式)。
newClusterNodeType 新しいクラスターのノードの種類。 型: string (または resultType 文字列を含む式)。
newClusterNumOfWorker 新しいクラスターに必要なワーカー ノードの数。 '1' のように Int32 形式の文字列は、numOfWorker が 1 または '1:10' であることを意味します。これは、1 から min として、10 を max として自動スケーリングします。 型: string (または resultType 文字列を含む式)。
newClusterSparkConf 省略可能なユーザー指定の Spark 構成キーと値のペアのセット。 AzureDatabricksLinkedServiceTypePropertiesNewCluster...
newClusterVersion 新しいクラスターの Spark バージョン。 型: string (または resultType 文字列を含む式)。

AzureDatabricksLinkedServiceTypePropertiesNewCluster...

名前 説明
{カスタマイズされたプロパティ}

AzureDataLakeAnalyticsLinkedService

名前 説明
type リンクされたサービスの種類。 'AzureDataLakeAnalytics' (必須)
typeProperties Azure Data Lake Analyticsリンクされたサービス プロパティ。 AzureDataLakeAnalyticsLinkedServiceTypeProperties (必須)

AzureDataLakeAnalyticsLinkedServiceTypeProperties

名前 説明
accountName Azure Data Lake Analytics アカウント名。 型: string (または resultType 文字列を含む式)。
dataLakeAnalyticsUri Azure Data Lake Analytics URI の種類: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
resourceGroupName アカウント リソース グループ名をData Lake Analyticsします (Data Factory アカウントと異なる場合)。 型: string (または resultType 文字列を含む式)。
servicePrincipalId Azure Data Lake Analytics アカウントに対する認証に使用されるアプリケーションの ID。 型: string (または resultType 文字列を含む式)。
servicePrincipalKey Azure Data Lake Analytics アカウントに対する認証に使用されるアプリケーションのキー。 SecretBase
subscriptionId アカウント サブスクリプション ID をData Lake Analyticsします (Data Factory アカウントと異なる場合)。 型: string (または resultType 文字列を含む式)。
tenant サービス プリンシパルが属するテナントの名前または ID。 型: string (または resultType 文字列を含む式)。

AzureDataLakeStoreLinkedService

名前 説明
type リンクされたサービスの種類。 'AzureDataLakeStore' (必須)
typeProperties Azure Data Lake Store のリンクされたサービス プロパティ。 AzureDataLakeStoreLinkedServiceTypeProperties (必須)

AzureDataLakeStoreLinkedServiceTypeProperties

名前 説明
accountName Data Lake Store アカウント名。 型: string (または resultType 文字列を含む式)。
dataLakeStoreUri Data Lake Store サービス URI。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
resourceGroupName Data Lake Store アカウントのリソース グループ名 (Data Factory アカウントと異なる場合)。 型: string (または resultType 文字列を含む式)。
servicePrincipalId Azure Data Lake Store アカウントに対する認証に使用されるアプリケーションの ID。 型: string (または resultType 文字列を含む式)。
servicePrincipalKey Azure Data Lake Store アカウントに対する認証に使用されるアプリケーションのキー。 SecretBase
subscriptionId Data Lake Store アカウントのサブスクリプション ID (Data Factory アカウントと異なる場合)。 型: string (または resultType 文字列を含む式)。
tenant サービス プリンシパルが属するテナントの名前または ID。 型: string (または resultType 文字列を含む式)。

AzureKeyVaultLinkedService

名前 説明
type リンクされたサービスの種類。 'AzureKeyVault' (必須)
typeProperties Azure Key Vaultリンクされたサービス プロパティ。 AzureKeyVaultLinkedServiceTypeProperties (必須)

AzureKeyVaultLinkedServiceTypeProperties

名前 説明
baseUrl Azure Key Vaultのベース URL。 例: https://myakv.vault.azure.net 型: string (または resultType 文字列を含む式)。

AzureMLLinkedService

名前 説明
type リンクされたサービスの種類。 'AzureML' (必須)
typeProperties Azure ML Web サービスのリンクされたサービス プロパティ。 AzureMLLinkedServiceTypeProperties (必須)

AzureMLLinkedServiceTypeProperties

名前 説明
apiKey Azure ML モデル エンドポイントにアクセスするための API キー。 SecretBase (必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
mlEndpoint Azure ML Web サービス エンドポイントのバッチ実行 REST URL。 型: string (または resultType 文字列を含む式)。
servicePrincipalId Azure ML Web サービスの ARM ベースの updateResourceEndpoint に対する認証に使用されるサービス プリンシパルの ID。 型: string (または resultType 文字列を含む式)。
servicePrincipalKey Azure ML Web サービスの ARM ベースの updateResourceEndpoint に対する認証に使用されるサービス プリンシパルのキー。 SecretBase
tenant サービス プリンシパルが属するテナントの名前または ID。 型: string (または resultType 文字列を含む式)。
updateResourceEndpoint Azure ML Web サービス エンドポイントのリソース REST URL を更新します。 型: string (または resultType 文字列を含む式)。

AzureMySqlLinkedService

名前 説明
type リンクされたサービスの種類。 'AzureMySql' (必須)
typeProperties Azure MySQL データベースのリンクされたサービス プロパティ。 AzureMySqlLinkedServiceTypeProperties (必須)

AzureMySqlLinkedServiceTypeProperties

名前 説明
connectionString 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。

AzurePostgreSqlLinkedService

名前 説明
type リンクされたサービスの種類。 'AzurePostgreSql' (必須)
typeProperties Azure PostgreSQL のリンクされたサービス プロパティ。 AzurePostgreSqlLinkedServiceTypeProperties (必須)

AzurePostgreSqlLinkedServiceTypeProperties

名前 説明
connectionString ODBC 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。

AzureSearchLinkedService

名前 説明
type リンクされたサービスの種類。 'AzureSearch' (必須)
typeProperties Windows Azure Search Service のリンクされたサービス プロパティ。 AzureSearchLinkedServiceTypeProperties (必須)

AzureSearchLinkedServiceTypeProperties

名前 説明
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
key Azure Search Service の管理 キー SecretBase
url Azure Search Serviceの URL。 型: string (または resultType 文字列を含む式)。

AzureSqlDatabaseLinkedService

名前 説明
type リンクされたサービスの種類。 'AzureSqlDatabase' (必須)
typeProperties データベースのリンクされたサービス プロパティをAzure SQLします。 AzureSqlDatabaseLinkedServiceTypeProperties (必須)

AzureSqlDatabaseLinkedServiceTypeProperties

名前 説明
connectionString 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
servicePrincipalId Azure SQL Database に対する認証に使用されるサービス プリンシパルの ID。 型: string (または resultType 文字列を含む式)。
servicePrincipalKey Azure SQL Database に対する認証に使用されるサービス プリンシパルのキー。 SecretBase
tenant サービス プリンシパルが属するテナントの名前または ID。 型: string (または resultType 文字列を含む式)。

AzureSqlDWLinkedService

名前 説明
type リンクされたサービスの種類。 'AzureSqlDW' (必須)
typeProperties リンクされたサービス プロパティをAzure SQL Data Warehouseします。 AzureSqlDWLinkedServiceTypeProperties (必須)

AzureSqlDWLinkedServiceTypeProperties

名前 説明
connectionString 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
servicePrincipalId Azure SQL Data Warehouseに対する認証に使用されるサービス プリンシパルの ID。 型: string (または resultType 文字列を含む式)。
servicePrincipalKey Azure SQL Data Warehouseに対する認証に使用されるサービス プリンシパルのキー。 SecretBase
tenant サービス プリンシパルが属するテナントの名前または ID。 型: string (または resultType 文字列を含む式)。

AzureStorageLinkedService

名前 説明
type リンクされたサービスの種類。 'AzureStorage' (必須)
typeProperties Azure Storage のリンクされたサービス プロパティ。 AzureStorageLinkedServiceTypeProperties (必須)

AzureStorageLinkedServiceTypeProperties

名前 説明
connectionString 接続文字列。 sasUri プロパティと相互に排他的です。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
sasUri Azure Storage リソースの SAS URI。 connectionString プロパティと相互に排他的です。 SecretBase

CassandraLinkedService

名前 説明
type リンクされたサービスの種類。 'Cassandra' (必須)
typeProperties Cassandra のリンクされたサービス プロパティ。 CassandraLinkedServiceTypeProperties (必須)

CassandraLinkedServiceTypeProperties

名前 説明
authenticationType 接続に使用する AuthenticationType。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
host 接続のホスト名。 型: string (または resultType 文字列を含む式)。
password 認証用のパスワード。 SecretBase
port 接続のポート。 型: integer (または resultType 整数を持つ式)。
username 認証用のユーザー名。 型: string (または resultType 文字列を含む式)。

ConcurLinkedService

名前 説明
type リンクされたサービスの種類。 'Concur' (必須)
typeProperties Concur Service のリンクされたサービス プロパティ。 ConcurLinkedServiceTypeProperties (必須)

ConcurLinkedServiceTypeProperties

名前 説明
clientId Concur App Management によって提供されるアプリケーションの client_id。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
password username フィールドに指定したユーザー名に対応するパスワード。 SecretBase
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。
username Concur サービスへのアクセスに使用するユーザー名。

CosmosDbLinkedService

名前 説明
type リンクされたサービスの種類。 'CosmosDb' (必須)
typeProperties CosmosDB のリンクされたサービス プロパティ。 CosmosDbLinkedServiceTypeProperties (必須)

CosmosDbLinkedServiceTypeProperties

名前 説明
connectionString 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。

CouchbaseLinkedService

名前 説明
type リンクされたサービスの種類。 'Couchbase' (必須)
typeProperties Couchbase サーバーのリンクされたサービスプロパティ。 CouchbaseLinkedServiceTypeProperties (必須)

CouchbaseLinkedServiceTypeProperties

名前 説明
connectionString ODBC 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。

CustomDataSourceLinkedService

名前 説明
type リンクされたサービスの種類。 'CustomDataSource' (必須)
typeProperties カスタムのリンクされたサービス プロパティ。

Db2LinkedService

名前 説明
type リンクされたサービスの種類。 'Db2' (必須)
typeProperties DB2 のリンクされたサービス プロパティ。 Db2LinkedServiceTypeProperties (必須)

Db2LinkedServiceTypeProperties

名前 説明
authenticationType 接続に使用する AuthenticationType。 'Basic'
database 接続のデータベース名。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
password 認証用のパスワード。 SecretBase
server 接続のサーバー名。 型: string (または resultType 文字列を含む式)。
username 認証用のユーザー名。 型: string (または resultType 文字列を含む式)。

DrillLinkedService

名前 説明
type リンクされたサービスの種類。 'Drill' (必須)
typeProperties ドリル サーバーのリンク されたサービスのプロパティ。 DrillLinkedServiceTypeProperties (必須)

DrillLinkedServiceTypeProperties

名前 説明
connectionString ODBC 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。

DynamicsLinkedService

名前 説明
type リンクされたサービスの種類。 'Dynamics' (必須)
typeProperties Dynamics のリンクされたサービス プロパティ。 DynamicsLinkedServiceTypeProperties (必須)

DynamicsLinkedServiceTypeProperties

名前 説明
authenticationType Dynamics サーバーに接続する認証の種類。 オンライン シナリオの場合は "Office365"、Ifd シナリオではオンプレミスの場合は "Ifd" です。 型: string (または resultType 文字列を含む式)。 'Ifd'
'Office365' (必須)
deploymentType Dynamics インスタンスの展開の種類。 Dynamics Online の場合は 'Online'、Ifd を使用するオンプレミスの Dynamics の場合は "OnPremisesWithIfd" です。 型: string (または resultType 文字列を含む式)。 'OnPremisesWithIfd'
'Online' (必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
hostName オンプレミス Dynamics サーバーのホスト名。 プロパティはオンプレミスでは必須であり、オンラインでは使用できません。 型: string (または resultType 文字列を含む式)。
organizationName Dynamics インスタンスの組織の名前。 プロパティはオンプレミスに必要であり、ユーザーに関連付けられている複数の Dynamics インスタンスがある場合はオンラインで使用する必要があります。 型: string (または resultType 文字列を含む式)。
password Dynamics インスタンスにアクセスするためのパスワード。 SecretBase
port オンプレミス Dynamics サーバーのポート。 プロパティはオンプレミスでは必須であり、オンラインでは使用できません。 既定値は 443 です。 型: integer (または resultType 整数を持つ式)、最小値: 0。
serviceUri Microsoft Dynamics サーバーの URL。 プロパティはオンラインでは必須であり、オンプレミスでは使用できません。 型: string (または resultType 文字列を含む式)。
username Dynamics インスタンスにアクセスするためのユーザー名。 型: string (または resultType 文字列を含む式)。

EloquaLinkedService

名前 説明
type リンクされたサービスの種類。 'Eloqua' (必須)
typeProperties Eloqua サーバーのリンクされたサービスのプロパティ。 EloquaLinkedServiceTypeProperties (必須)

EloquaLinkedServiceTypeProperties

名前 説明
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
endpoint Eloqua サーバーのエンドポイント。 (つまり、eloqua.example.com)
password ユーザー名に対応するパスワード。 SecretBase
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。
username Eloqua アカウントのサイト名とユーザー名を sitename/username という形式で指定します。 (つまり、Eloqua/Alice)

FileServerLinkedService

名前 説明
type リンクされたサービスの種類。 'FileServer' (必須)
typeProperties ファイル システムのリンクされたサービス プロパティ。 FileServerLinkedServiceTypeProperties (必須)

FileServerLinkedServiceTypeProperties

名前 説明
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
host サーバーのホスト名前。 型: string (または resultType 文字列を含む式)。
password サーバーにログオンするためのパスワード。 SecretBase
userId サーバーにログオンするユーザー ID。 型: string (または resultType 文字列を含む式)。

FtpServerLinkedService

名前 説明
type リンクされたサービスの種類。 'FtpServer' (必須)
typeProperties このリンクされたサービスの種類に固有のプロパティ。 FtpServerLinkedServiceTypeProperties (必須)

FtpServerLinkedServiceTypeProperties

名前 説明
authenticationType FTP サーバーへの接続に使用する認証の種類。 '匿名'
'Basic'
enableServerCertificateValidation true の場合は、SSL/TLS チャネル経由で接続するときに FTP サーバーの SSL 証明書を検証します。 既定値は true です。 型: boolean (または resultType ブール値を持つ式)。
enableSsl true の場合は、SSL/TLS チャネル経由で FTP サーバーに接続します。 既定値は true です。 型: boolean (または resultType ブール値を持つ式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
host FTP サーバーのホスト名。 型: string (または resultType 文字列を含む式)。
password FTP サーバーにログオンするためのパスワード。 SecretBase
port FTP サーバーがクライアント接続をリッスンするために使用する TCP ポート番号。 既定値は 21 です。 型: integer (または resultType 整数を含む式)、最小: 0。
userName FTP サーバーにログオンするユーザー名。 型: string (または resultType 文字列を含む式)。

GoogleBigQueryLinkedService

名前 説明
type リンクされたサービスの種類。 'GoogleBigQuery' (必須)
typeProperties Google BigQuery サービスのリンクされたサービス プロパティ。 GoogleBigQueryLinkedServiceTypeProperties (必須)

GoogleBigQueryLinkedServiceTypeProperties

名前 説明
additionalProjects アクセス対象のパブリック BigQuery プロジェクトのコンマ区切りリスト。
authenticationType 認証に使用される OAuth 2.0 認証メカニズム。 ServiceAuthentication はセルフホステッド IR のみで使用できます。 'ServiceAuthentication'
'UserAuthentication' (必須)
clientId 更新トークンを取得するために使用される google アプリケーションのクライアント ID。 SecretBase
clientSecret 更新トークンを取得するために使用される google アプリケーションのクライアント シークレット。 SecretBase
email ServiceAuthentication で使用されるサービス アカウントの電子メール ID。これはセルフホステッド IR のみで使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
keyFilePath サービス アカウントの電子メール アドレスを認証するために使用される .p12 キー ファイルへの完全なパス。これはセルフホステッド IR のみで使用できます。
project クエリ対象の既定の BigQuery プロジェクト。
refreshToken UserAuthentication で BigQuery へのアクセスを承認するために Google から取得した更新トークン。 SecretBase
requestGoogleDriveScope Google Drive へのアクセスを要求するかどうか。 Google Drive のアクセスを許可すると、BigQuery データと Google Drive のデータを結合するフェデレーション テーブルのサポートが有効になります。 既定値は false です。
trustedCertPath SSL 経由で接続するときにサーバーを検証するための信頼された CA 証明書を含む .pem ファイルの完全なパス。 このプロパティは、セルフホステッド IR で SSL を使用する場合にのみ設定できます。 既定値は、IR でインストールされる cacerts.pem ファイルです。
useSystemTrustStore システムの信頼ストアと指定した PEM ファイルのどちらの CA 証明書を使用するかを指定します。 既定値は false です。

GreenplumLinkedService

名前 説明
type リンクされたサービスの種類。 'Greenplum' (必須)
typeProperties Greenplum Database のリンクされたサービス プロパティ。 GreenplumLinkedServiceTypeProperties (必須)

GreenplumLinkedServiceTypeProperties

名前 説明
connectionString ODBC 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。

HBaseLinkedService

名前 説明
type リンクされたサービスの種類。 'HBase' (必須)
typeProperties HBase サーバーのリンクされたサービスのプロパティ。 HBaseLinkedServiceTypeProperties (必須)

HBaseLinkedServiceTypeProperties

名前 説明
allowHostNameCNMismatch SSL 経由で接続するときに、CA が発行した SSL 証明書名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は false です。
allowSelfSignedServerCert サーバーからの自己署名証明書を許可するかどうかを指定します。 既定値は false です。
authenticationType HBase サーバーへの接続に使用する認証メカニズム。 'Anonymous'
'Basic' (必須)
enableSsl SSL を使用して、サーバーへの接続を暗号化するかどうかを指定します。 既定値は false です。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
host HBase サーバーの IP アドレスまたはホスト名。 (例: 192.168.222.160)
httpPath HBase サーバーに対応する部分的な URL。 (/gateway/sandbox/hbase/version など)
password ユーザー名に対応するパスワード。 SecretBase
port HBase インスタンスがクライアント接続のリッスンに使用する TCP ポート。 既定値は 9090 です。
trustedCertPath SSL 経由で接続するときにサーバーを検証するための信頼された CA 証明書を含む .pem ファイルの完全なパス。 このプロパティは、セルフホステッド IR で SSL を使用する場合にのみ設定できます。 既定値は、IR でインストールされる cacerts.pem ファイルです。
username HBase インスタンスへの接続に使用されるユーザー名。

HdfsLinkedService

名前 説明
type リンクされたサービスの種類。 'Hdfs' (必須)
typeProperties HDFS のリンクされたサービス プロパティ。 HdfsLinkedServiceTypeProperties (必須)

HdfsLinkedServiceTypeProperties

名前 説明
authenticationType HDFS への接続に使用される認証の種類。 使用できる値は、匿名と Windows です。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
password Windows 認証のパスワード。 SecretBase
url HDFS サービス エンドポイントの URL (例: )。 http://myhostname:50070/webhdfs/v1 型: string (または resultType 文字列を含む式)。
userName Windows 認証のユーザー名。 型: string (または resultType 文字列を含む式)。

HDInsightLinkedService

名前 説明
type リンクされたサービスの種類。 'HDInsight' (必須)
typeProperties HDInsight のリンクされたサービス プロパティ。 HDInsightLinkedServiceTypeProperties (必須)

HDInsightLinkedServiceTypeProperties

名前 説明
clusterUri HDInsight クラスター URI。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
hcatalogLinkedServiceName HCatalog データベースを指す Azure SQL のリンクされたサービスの参照。 LinkedServiceReference
linkedServiceName Azure Storage のリンクされたサービスの参照。 LinkedServiceReference
password HDInsight クラスターのパスワード。 SecretBase
userName HDInsight クラスターのユーザー名。 型: string (または resultType 文字列を含む式)。

HDInsightOnDemandLinkedService

名前 説明
type リンクされたサービスの種類。 'HDInsightOnDemand' (必須)
typeProperties HDInsight ondemand のリンクされたサービス プロパティ。 HDInsightOnDemandLinkedServiceTypeProperties (必須)

HDInsightOnDemandLinkedServiceTypeProperties

名前 説明
additionalLinkedServiceNames Data Factory サービスがあなたの代わりに登録できるように、HDInsight の「リンクされたサービス」の追加ストレージ アカウントを指定します。 LinkedServiceReference[]
clusterNamePrefix クラスター名のプレフィックスである後置は、タイムスタンプと区別されます。 型: string (または resultType 文字列を含む式)。
clusterPassword クラスターにアクセスするためのパスワード。 SecretBase
clusterResourceGroup クラスターが属するリソース グループ。 型: string (または resultType 文字列を含む式)。
clusterSize クラスター内の worker/データ ノードの数です。 提案値: 4。 型: string (または resultType 文字列を含む式)。
clusterSshPassword SSH へのパスワードは、クラスターのノード (Linux の場合) にリモート接続します。 SecretBase
clusterSshUserName クラスターのノードにリモートで接続する SSH のユーザー名 (Linux の場合)。 型: string (または resultType 文字列を含む式)。
clusterType クラスターの種類。 型: string (または resultType 文字列を含む式)。
clusterUserName クラスターにアクセスするユーザー名。 型: string (または resultType 文字列を含む式)。
coreConfiguration 作成する HDInsight クラスターに core 構成パラメーター (core-site.xml と同じ) を指定します。
dataNodeSize HDInsight クラスターのデータ ノードのサイズを指定します。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
hBaseConfiguration HDInsight クラスターに HBase 構成パラメーター (hbase-site.xml) を指定します。
hcatalogLinkedServiceName HCatalog データベースを指す Azure SQL のリンクされたサービスの名前。 オンデマンド HDInsight クラスターは、Azure SQL データベースを metastore として使用して作成されます。 LinkedServiceReference
hdfsConfiguration HDInsight クラスターに HDFS 構成パラメーター (hdfs-site.xml) を指定します。
headNodeSize HDInsight クラスターのヘッド ノードのサイズを指定します。
hiveConfiguration HDInsight クラスターに hive 構成パラメーター (hive-site.xml) を指定します。
hostSubscriptionId クラスターをホストする顧客のサブスクリプション。 型: string (または resultType 文字列を含む式)。
linkedServiceName データを保存し、処理するためにオンデマンド クラスターで使用される Azure Storage のリンクされたサービスです。 LinkedServiceReference (必須)
mapReduceConfiguration HDInsight クラスターに MapReduce 構成パラメーター (mapred-site.xml) を指定します。
oozieConfiguration HDInsight クラスターに Oozie 構成パラメーター (oozie-site.xml) を指定します。
servicePrincipalId hostSubscriptionId のサービス プリンシパル ID。 型: string (または resultType 文字列を含む式)。
servicePrincipalKey サービス プリンシパル ID のキー。 SecretBase
sparkVersion クラスターの種類が "spark" の場合の spark のバージョン。 型: string (または resultType 文字列を含む式)。
stormConfiguration HDInsight クラスターに Storm 構成パラメーター (storm-site.xml) を指定します。
tenant サービス プリンシパルが属するテナント ID/名前。 型: string (または resultType 文字列を含む式)。
timeToLive オンデマンド HDInsight クラスターに許可されるアイドル時間です。 他のアクティブなジョブがクラスターにない場合、アクティビティ実行の完了後にオンデマンド HDInsight クラスターが起動状態を維持する時間を指定します。 最小値は 5 分です。 型: string (または resultType 文字列を含む式)。
version HDInsight クラスターのバージョン。  型: string (または resultType 文字列を含む式)。
yarnConfiguration HDInsight クラスターに Yarn 構成パラメーター (yarn-site.xml) を指定します。
zookeeperNodeSize HDInsight クラスターの Zoo Keeper ノードのサイズを指定します。

HiveLinkedService

名前 説明
type リンクされたサービスの種類。 'Hive' (必須)
typeProperties Hive Server のリンクされたサービスのプロパティ。 HiveLinkedServiceTypeProperties (必須)

HiveLinkedServiceTypeProperties

名前 説明
allowHostNameCNMismatch SSL 経由で接続するときに、CA が発行した SSL 証明書名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は false です。
allowSelfSignedServerCert サーバーからの自己署名証明書を許可するかどうかを指定します。 既定値は false です。
authenticationType Hive サーバーへのアクセスに使用する認証方法。 'Anonymous'
'Username'
'UsernameAndPassword'
'WindowsAzureHDInsightService' (必須)
enableSsl SSL を使用して、サーバーへの接続を暗号化するかどうかを指定します。 既定値は false です。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
host Hive サーバーの IP アドレスまたはホスト名。複数のホストは ';' で区切ります (serviceDiscoveryMode が有効な場合のみ)。
httpPath Hive サーバーに対応する部分的な URL。
password [ユーザー名] フィールドに指定したユーザー名に対応するパスワード SecretBase
port Hive サーバーがクライアント接続のリッスンに使用する TCP ポート。
serverType Hive サーバーの種類。 'HiveServer1'
'HiveServer2'
'HiveThriftServer'
serviceDiscoveryMode ZooKeeper サービスの使用を指定する場合は true、そうでない場合は false。
thriftTransportProtocol Thrift レイヤーで使用するトランスポート プロトコル。 'Binary'
'HTTP '
'SASL'
trustedCertPath SSL 経由で接続するときにサーバーを検証するための信頼された CA 証明書を含む .pem ファイルの完全なパス。 このプロパティは、セルフホステッド IR で SSL を使用する場合にのみ設定できます。 既定値は、IR でインストールされる cacerts.pem ファイルです。
useNativeQuery ドライバーがネイティブの HiveQL クエリを使用するか、または HiveQL の同等の形式に変換するかを指定します。
username Hive サーバーへのアクセスに使用するユーザー名。
useSystemTrustStore システムの信頼ストアと指定した PEM ファイルのどちらの CA 証明書を使用するかを指定します。 既定値は false です。
zooKeeperNameSpace Hive サーバーの 2 ノードが追加される ZooKeeper 上の名前空間。

HttpLinkedService

名前 説明
type リンクされたサービスの種類。 'HttpServer' (必須)
typeProperties このリンクされたサービスの種類に固有のプロパティ。 HttpLinkedServiceTypeProperties (必須)

HttpLinkedServiceTypeProperties

名前 説明
authenticationType HTTP サーバーへの接続に使用する認証の種類。 '匿名'
'Basic'
'ClientCertificate'
'Digest'
'Windows'
certThumbprint ClientCertificate 認証用の証明書の拇印。 オンプレミスのコピーに対してのみ有効です。 ClientCertificate 認証を使用したオンプレミス のコピーの場合は、CertThumbprint または EmbeddedCertData/Password を指定する必要があります。 型: string (または resultType 文字列を含む式)。
embeddedCertData ClientCertificate 認証用の Base64 でエンコードされた証明書データ。 ClientCertificate 認証を使用したオンプレミス のコピーの場合は、CertThumbprint または EmbeddedCertData/Password を指定する必要があります。 型: string (または resultType 文字列を含む式)。
enableServerCertificateValidation true の場合は、HTTPS サーバーの SSL 証明書を検証します。 既定値は true です。 型: boolean (または resultType ブール値を持つ式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
password Basic、Digest、Windows、または ClientCertificate と EmbeddedCertData 認証のパスワード。 SecretBase
url HTTP エンドポイントのベース URL (例: https://www.microsoft.com)。 型: string (または resultType 文字列を含む式)。
userName Basic、Digest、またはWindows 認証のユーザー名。 型: string (または resultType 文字列を含む式)。

HubspotLinkedService

名前 説明
type リンクされたサービスの種類。 'Hubspot' (必須)
typeProperties Hubspot Service のリンクされたサービス プロパティ。 HubspotLinkedServiceTypeProperties (必須)

HubspotLinkedServiceTypeProperties

名前 説明
accessToken 最初に OAuth 統合を認証するときに取得したアクセス トークン。 SecretBase
clientId Hubspot アプリケーションに関連付けられているクライアント ID。
clientSecret Hubspot アプリケーションに関連付けられているクライアント シークレット。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
refreshToken 最初に OAuth 統合を認証するときに取得した更新トークン。 SecretBase
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。

ImpalaLinkedService

名前 説明
type リンクされたサービスの種類。 'Impala' (必須)
typeProperties Impala サーバーのリンクされたサービスプロパティ。 ImpalaLinkedServiceTypeProperties (必須)

ImpalaLinkedServiceTypeProperties

名前 説明
allowHostNameCNMismatch SSL 経由で接続するときに、CA が発行した SSL 証明書名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は false です。
allowSelfSignedServerCert サーバーからの自己署名証明書を許可するかどうかを指定します。 既定値は false です。
authenticationType 使用する認証の種類。 '匿名'
'SASLUsername'
'UsernameAndPassword' (必須)
enableSsl SSL を使用して、サーバーへの接続を暗号化するかどうかを指定します。 既定値は false です。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
host Impala サーバーの IP アドレスまたはホスト名。 (例: 192.168.222.160)
password ユーザー名に対応するパスワード (UsernameAndPassword を使用するとき)。 SecretBase
port Impala サーバーがクライアント接続のリッスンに使用する TCP ポート。 既定値は 21050 です。
trustedCertPath SSL 経由で接続するときにサーバーを検証するための信頼された CA 証明書を含む .pem ファイルの完全なパス。 このプロパティは、セルフホステッド IR で SSL を使用する場合にのみ設定できます。 既定値は、IR でインストールされる cacerts.pem ファイルです。
username Impala サーバーへのアクセスに使用するユーザー名。 既定値は anonymous です (SASLUsername を使用するとき)。
useSystemTrustStore システムの信頼ストアと指定した PEM ファイルのどちらの CA 証明書を使用するかを指定します。 既定値は false です。

JiraLinkedService

名前 説明
type リンクされたサービスの種類。 'Jira' (必須)
typeProperties Jira Service のリンクされたサービス プロパティ。 JiraLinkedServiceTypeProperties (必須)

JiraLinkedServiceTypeProperties

名前 説明
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
host Jira サービスの IP アドレスまたはホスト名。 (例: jira.example.com)
password username フィールドに指定したユーザー名に対応するパスワード。 SecretBase
port Jira サーバーがクライアント接続のリッスンに使用する TCP ポート。 既定値は、HTTPS 経由で接続する場合は 443、HTTP 経由で接続する場合は 8080 です。
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。
username Jira サービスへのアクセスに使用するユーザー名。

MagentoLinkedService

名前 説明
type リンクされたサービスの種類。 'Magento' (必須)
typeProperties Magento サーバーのリンクされたサービスのプロパティ。 MagentoLinkedServiceTypeProperties (必須)

MagentoLinkedServiceTypeProperties

名前 説明
accessToken Magento のアクセス トークン。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
host Magento インスタンスの URL。 (つまり、192.168.222.110/magento3)
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。

MariaDBLinkedService

名前 説明
type リンクされたサービスの種類。 'MariaDB' (必須)
typeProperties MariaDB サーバーのリンクされたサービスのプロパティ。 MariaDBLinkedServiceTypeProperties (必須)

MariaDBLinkedServiceTypeProperties

名前 説明
connectionString ODBC 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。

MarketoLinkedService

名前 説明
type リンクされたサービスの種類。 'Marketo' (必須)
typeProperties Marketo サーバーのリンクされたサービス プロパティ。 MarketoLinkedServiceTypeProperties (必須)

MarketoLinkedServiceTypeProperties

名前 説明
clientId Marketo サービスのクライアント ID。
clientSecret Marketo サービスのクライアント シークレット。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
endpoint Marketo サーバーのエンドポイント。 (つまり、123-ABC-321.mktorest.com)
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。

MongoDbLinkedService

名前 説明
type リンクされたサービスの種類。 'MongoDb' (必須)
typeProperties MongoDB のリンクされたサービス プロパティ。 MongoDbLinkedServiceTypeProperties (必須)

MongoDbLinkedServiceTypeProperties

名前 説明
allowSelfSignedServerCert サーバーからの自己署名証明書を許可するかどうかを指定します。 既定値は false です。 型: boolean (または resultType ブール値を持つ式)。
authenticationType MongoDB データベースへの接続に使用する認証の種類。 'Anonymous'
'Basic'
authSource ユーザー名とパスワードを確認するデータベース。 型: string (または resultType 文字列を含む式)。
databaseName アクセスする MongoDB データベースの名前。 型: string (または resultType 文字列を含む式)。
enableSsl SSL を使用して、サーバーへの接続を暗号化するかどうかを指定します。 既定値は false です。 型: boolean (または resultType ブール値を持つ式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
password 認証用のパスワード。 SecretBase
port MongoDB サーバーがクライアント接続をリッスンするために使用する TCP ポート番号。 既定値は 27017 です。 型: integer (または resultType 整数を含む式)、最小: 0。
server MongoDB サーバーの IP アドレスまたはサーバー名。 型: string (または resultType 文字列を含む式)。
username 認証用のユーザー名。 型: string (または resultType 文字列を含む式)。

MySqlLinkedService

名前 説明
type リンクされたサービスの種類。 'MySql' (必須)
typeProperties MySQL のリンクされたサービス プロパティ。 MySqlLinkedServiceTypeProperties (必須)

MySqlLinkedServiceTypeProperties

名前 説明
connectionString 接続文字列。 SecretBase (必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。

NetezzaLinkedService

名前 説明
type リンクされたサービスの種類。 'Netezza' (必須)
typeProperties Netezza のリンクされたサービス プロパティ。 NetezzaLinkedServiceTypeProperties (必須)

NetezzaLinkedServiceTypeProperties

名前 説明
connectionString ODBC 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。

ODataLinkedService

名前 説明
type リンクされたサービスの種類。 'OData' (必須)
typeProperties OData のリンクされたサービス プロパティ。 ODataLinkedServiceTypeProperties (必須)

ODataLinkedServiceTypeProperties

名前 説明
authenticationType OData サービスへの接続に使用される認証の種類。 '匿名'
'Basic'
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
password OData サービスのパスワード。 SecretBase
url OData サービス エンドポイントの URL。 型: string (または resultType 文字列を含む式)。
userName OData サービスのユーザー名。 型: string (または resultType 文字列を含む式)。

OdbcLinkedService

名前 説明
type リンクされたサービスの種類。 'Odbc' (必須)
typeProperties ODBC のリンクされたサービス プロパティ。 OdbcLinkedServiceTypeProperties (必須)

OdbcLinkedServiceTypeProperties

名前 説明
authenticationType ODBC データ ストアへの接続に使用される認証の種類です。 次のいずれかの値になります。Anonymous および Basic。 型: string (または resultType 文字列を含む式)。
connectionString 接続文字列の非アクセス資格情報部分と、オプションの暗号化された資格情報。 型: string、SecureString、または AzureKeyVaultSecretReference。
資格情報 (credential) ドライバー固有のプロパティ値の形式で指定された接続文字列のアクセス資格情報の部分。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
password 基本認証のパスワード。 SecretBase
userName 基本認証のユーザー名。 型: string (または resultType 文字列を含む式)。

OracleLinkedService

名前 説明
type リンクされたサービスの種類。 'Oracle' (必須)
typeProperties Oracle データベースのリンクされたサービス プロパティ。 OracleLinkedServiceTypeProperties (必須)

OracleLinkedServiceTypeProperties

名前 説明
connectionString 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。

PaypalLinkedService

名前 説明
type リンクされたサービスの種類。 'Paypal' (必須)
typeProperties PayPal サービスのリンクされたサービス プロパティ。 PaypalLinkedServiceTypeProperties (必須)

PaypalLinkedServiceTypeProperties

名前 説明
clientId PayPal アプリケーションに関連付けられているクライアント ID。
clientSecret PayPal アプリケーションに関連付けられているクライアント シークレット。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
host PayPal インスタンスの URL。 (つまり、api.sandbox.paypal.com)
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。

PhoenixLinkedService

名前 説明
type リンクされたサービスの種類。 'Phoenix' (必須)
typeProperties Phoenix サーバーのリンクされたサービスのプロパティ。 PhoenixLinkedServiceTypeProperties (必須)

PhoenixLinkedServiceTypeProperties

名前 説明
allowHostNameCNMismatch SSL 経由で接続するときに、CA が発行した SSL 証明書名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は false です。
allowSelfSignedServerCert サーバーからの自己署名証明書を許可するかどうかを指定します。 既定値は false です。
authenticationType Phoenix サーバーへの接続に使用する認証メカニズム。 'Anonymous'
'UsernameAndPassword'
'WindowsAzureHDInsightService' (必須)
enableSsl SSL を使用して、サーバーへの接続を暗号化するかどうかを指定します。 既定値は false です。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
host Phoenix サーバーの IP アドレスまたはホスト名。 (例: 192.168.222.160)
httpPath Phoenix サーバーに対応する部分的な URL。 (つまり、/gateway/sandbox/phoenix/version)。 WindowsAzureHDInsightService を使用している場合、既定値は hbasephoenix です。
password ユーザー名に対応するパスワード。 SecretBase
port Phoenix サーバーがクライアント接続のリッスンに使用する TCP ポート。 既定値は 8765 です。
trustedCertPath SSL 経由で接続するときにサーバーを検証するための信頼された CA 証明書を含む .pem ファイルの完全なパス。 このプロパティは、セルフホステッド IR で SSL を使用する場合にのみ設定できます。 既定値は、IR でインストールされる cacerts.pem ファイルです。
username Phoenix サーバーへの接続に使用されるユーザー名。
useSystemTrustStore システムの信頼ストアと指定した PEM ファイルのどちらの CA 証明書を使用するかを指定します。 既定値は false です。

PostgreSqlLinkedService

名前 説明
type リンクされたサービスの種類。 'PostgreSql' (必須)
typeProperties PostgreSQL のリンクされたサービス プロパティ。 PostgreSqlLinkedServiceTypeProperties (必須)

PostgreSqlLinkedServiceTypeProperties

名前 説明
connectionString 接続文字列。 SecretBase (必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。

PrestoLinkedService

名前 説明
type リンクされたサービスの種類。 'Presto' (必須)
typeProperties Presto サーバーのリンク されたサービス のプロパティ。 PrestoLinkedServiceTypeProperties (必須)

PrestoLinkedServiceTypeProperties

名前 説明
allowHostNameCNMismatch SSL 経由で接続するときに、CA が発行した SSL 証明書名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は false です。
allowSelfSignedServerCert サーバーからの自己署名証明書を許可するかどうかを指定します。 既定値は false です。
authenticationType Presto サーバーへの接続に使用する認証メカニズム。 'Anonymous'
'LDAP' (必須)
catalog サーバーに対するすべての要求のカタログ コンテキスト。
enableSsl SSL を使用して、サーバーへの接続を暗号化するかどうかを指定します。 既定値は false です。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
host Presto サーバーの IP アドレスまたはホスト名。 (例: 192.168.222.160)
password ユーザー名に対応するパスワード。 SecretBase
port Presto サーバーがクライアント接続のリッスンに使用する TCP ポート。 既定値は 8080 です。
serverVersion Presto サーバーのバージョン。 (例: 0.148-t)
timeZoneID 接続で使用されるローカルのタイム ゾーン。 このオプションの有効な値は、IANA タイム ゾーン データベースで指定されます。 既定値は、システムのタイム ゾーンです。
trustedCertPath SSL 経由で接続するときにサーバーを検証するための信頼された CA 証明書を含む .pem ファイルの完全なパス。 このプロパティは、セルフホステッド IR で SSL を使用する場合にのみ設定できます。 既定値は、IR でインストールされる cacerts.pem ファイルです。
username Presto サーバーへの接続に使用されるユーザー名。
useSystemTrustStore システムの信頼ストアと指定した PEM ファイルのどちらの CA 証明書を使用するかを指定します。 既定値は false です。

QuickBooksLinkedService

名前 説明
type リンクされたサービスの種類。 'QuickBooks' (必須)
typeProperties QuickBooks サーバーのリンク されたサービスのプロパティ。 QuickBooksLinkedServiceTypeProperties (必須)

QuickBooksLinkedServiceTypeProperties

名前 説明
accessToken OAuth 1.0 認証のアクセス トークン。 SecretBase (必須)
accessTokenSecret OAuth 1.0 認証のアクセス トークン シークレット。 SecretBase (必須)
companyId 承認する QuickBooks の会社の会社 ID。
consumerKey OAuth 1.0 認証用のコンシューマー キー。
consumerSecret OAuth 1.0 認証用のコンシューマー シークレット。 SecretBase (必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
endpoint QuickBooks サーバーのエンドポイント。 (つまり、quickbooks.api.intuit.com)
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。

ResponsysLinkedService

名前 説明
type リンクされたサービスの種類。 'Responsys' (必須)
typeProperties Responsys のリンクされたサービス プロパティ。 ResponsysLinkedServiceTypeProperties (必須)

ResponsysLinkedServiceTypeProperties

名前 説明
clientId Responsys アプリケーションに関連付けられているクライアント ID。 型: string (または resultType 文字列を含む式)。
clientSecret Responsys アプリケーションに関連付けられているクライアント シークレット。 型: string (または resultType 文字列を含む式)。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
endpoint Responsys サーバーのエンドポイント。
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。

SalesforceLinkedService

名前 説明
type リンクされたサービスの種類。 'Salesforce' (必須)
typeProperties Salesforce のリンクされたサービス プロパティ。 SalesforceLinkedServiceTypeProperties (必須)

SalesforceLinkedServiceTypeProperties

名前 説明
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
environmentUrl Salesforce インスタンスの URL。 既定値は ''https://login.salesforce.com です。 サンドボックスからデータをコピーするには、'' をhttps://test.salesforce.com指定します。 カスタム ドメインからデータをコピーするには、たとえば、'https://[domain].my.salesforce.com' を指定します。 型: string (または resultType 文字列を含む式)。
password Salesforce インスタンスの基本認証のパスワード。 SecretBase
securityToken セキュリティ トークンは、Salesforce インスタンスにリモートでアクセスするために必要です。 SecretBase
username Salesforce インスタンスの基本認証のユーザー名。 型: string (または resultType 文字列を含む式)。

SalesforceMarketingCloudLinkedService

名前 説明
type リンクされたサービスの種類。 'SalesforceMarketingCloud' (必須)
typeProperties Salesforce Marketing Cloud のリンクされたサービス プロパティ。 SalesforceMarketingCloudLinkedServiceTypeProperties (必須)

SalesforceMarketingCloudLinkedServiceTypeProperties

名前 説明
clientId Salesforce Marketing Cloud アプリケーションに関連付けられたクライアント ID。 型: string (または resultType 文字列を含む式)。
clientSecret Salesforce Marketing Cloud アプリケーションに関連付けられたクライアント シークレット。 型: string (または resultType 文字列を含む式)。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。

SapBWLinkedService

名前 説明
type リンクされたサービスの種類。 'SapBW' (必須)
typeProperties このリンクされたサービスの種類に固有のプロパティ。 SapBWLinkedServiceTypeProperties (必須)

SapBWLinkedServiceTypeProperties

名前 説明
clientId BW システム上のクライアントのクライアント ID。 (通常、文字列として表される 3 桁の 10 進数)型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
password SAP BW サーバーにアクセスするためのパスワード。 SecretBase
server SAP BW インスタンスのホスト名。 型: string (または resultType 文字列を含む式)。
systemNumber BW システムのシステム番号。 (通常、文字列として表される 2 桁の 10 進数。型: string (または resultType 文字列を含む式)。
userName SAP BW サーバーにアクセスするためのユーザー名。 型: string (または resultType 文字列を含む式)。

SapCloudForCustomerLinkedService

名前 説明
type リンクされたサービスの種類。 'SapCloudForCustomer' (必須)
typeProperties SAP Cloud for Customer のリンクされたサービス プロパティ。 SapCloudForCustomerLinkedServiceTypeProperties (必須)

SapCloudForCustomerLinkedServiceTypeProperties

名前 説明
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 encryptedCredential またはユーザー名/パスワードを指定する必要があります。 型: string (または resultType 文字列を含む式)。
password 基本認証のパスワード。 SecretBase
url SAP Cloud for Customer OData API の URL。 たとえば、'[https://[tenantname].crm.ondemand.com/sap/c4c/odata/v1] などです。 型: string (または resultType 文字列を含む式)。
username 基本認証のユーザー名。 型: string (または resultType 文字列を含む式)。

SapEccLinkedService

名前 説明
type リンクされたサービスの種類。 'SapEcc' (必須)
typeProperties SAP ECC のリンクされたサービス プロパティ。 SapEccLinkedServiceTypeProperties (必須)

SapEccLinkedServiceTypeProperties

名前 説明
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 encryptedCredential またはユーザー名/パスワードを指定する必要があります。 型: string (または resultType 文字列を含む式)。 string
password 基本認証のパスワード。 SecretBase
url SAP ECC OData API の URL。 たとえば、'[https://hostname:port/sap/opu/odata/sap/servicename/]' です。 型: string (または resultType 文字列を含む式)。 string (必須)
username 基本認証のユーザー名。 型: string (または resultType 文字列を含む式)。 string

SapHanaLinkedService

名前 説明
type リンクされたサービスの種類。 'SapHana' (必須)
typeProperties このリンクされたサービスの種類に固有のプロパティ。 SapHanaLinkedServiceProperties (必須)

SapHanaLinkedServiceProperties

名前 説明
authenticationType SAP HANA サーバーへの接続に使用する認証の種類。 'Basic'
'Windows'
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
password SAP HANA サーバーにアクセスするためのパスワード。 SecretBase
server SAP HANA サーバーのホスト名。 型: string (または resultType 文字列を含む式)。
userName SAP HANA サーバーにアクセスするためのユーザー名。 型: string (または resultType 文字列を含む式)。

ServiceNowLinkedService

名前 説明
type リンクされたサービスの種類。 'ServiceNow' (必須)
typeProperties ServiceNow サーバーのリンクされたサービス プロパティ。 ServiceNowLinkedServiceTypeProperties (必須)

ServiceNowLinkedServiceTypeProperties

名前 説明
authenticationType 使用する認証の種類。 'Basic'
'OAuth2' (必須)
clientId OAuth2 認証のクライアント ID。
clientSecret OAuth2 認証のクライアント シークレット。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
endpoint ServiceNow サーバーのエンドポイント。 (つまり{instance}.service-now.com)
password Basic および OAuth2 認証のユーザー名に対応するパスワード。 SecretBase
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。
username Basic および OAuth2 認証で ServiceNow サーバーへの接続に使用されるユーザー名。

SftpServerLinkedService

名前 説明
type リンクされたサービスの種類。 'Sftp' (必須)
typeProperties このリンクされたサービスの種類に固有のプロパティ。 SftpServerLinkedServiceTypeProperties (必須)

SftpServerLinkedServiceTypeProperties

名前 説明
authenticationType FTP サーバーへの接続に使用する認証の種類。 'Basic'
'SshPublicKey'
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
host SFTP サーバーのホスト名。 型: string (または resultType 文字列を含む式)。
hostKeyFingerprint SFTP サーバーのホスト キーのフィンガープリント。 SkipHostKeyValidation が false の場合は、HostKeyFingerprint を指定する必要があります。 型: string (または resultType 文字列を含む式)。
passPhrase SSH 秘密キーが暗号化されている場合に SSH 秘密キーを復号化するためのパスワード。 SecretBase
password 基本認証用に SFTP サーバーにログオンするためのパスワード。 SecretBase
port SFTP サーバーがクライアント接続をリッスンするために使用する TCP ポート番号。 既定値は 22 です。 型: integer (または resultType 整数を持つ式)、最小値: 0。
privateKeyContent SshPublicKey 認証用の Base64 でエンコードされた SSH 秘密キーコンテンツ。 SshPublicKey 認証を使用したオンプレミス のコピーの場合は、PrivateKeyPath または PrivateKeyContent を指定する必要があります。 SSH 秘密キーは、OpenSSH 形式にする必要があります。 SecretBase
privateKeyPath SshPublicKey 認証の SSH 秘密キー ファイル パス。 オンプレミスのコピーに対してのみ有効です。 SshPublicKey 認証を使用したオンプレミス のコピーの場合は、PrivateKeyPath または PrivateKeyContent を指定する必要があります。 SSH 秘密キーは、OpenSSH 形式にする必要があります。 型: string (または resultType 文字列を含む式)。
skipHostKeyValidation true の場合は、SSH ホスト キーの検証をスキップします。 既定値は false です。 型: boolean (または resultType ブール値を持つ式)。
userName SFTP サーバーへのログオンに使用するユーザー名。 型: string (または resultType 文字列を含む式)。

ShopifyLinkedService

名前 説明
type リンクされたサービスの種類。 'Shopify' (必須)
typeProperties Shopify Service のリンクされたサービス プロパティ。 ShopifyLinkedServiceTypeProperties (必須)

ShopifyLinkedServiceTypeProperties

名前 説明
accessToken Shopify のデータへのアクセスに使用する API アクセス トークン。 トークンがオフライン モードの場合、有効期限は切れません。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
host Shopify サーバーのエンドポイント。 (つまり、mystore.myshopify.com)
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。

SparkLinkedService

名前 説明
type リンクされたサービスの種類。 'Spark' (必須)
typeProperties Spark Server のリンクされたサービスのプロパティ。 SparkLinkedServiceTypeProperties (必須)

SparkLinkedServiceTypeProperties

名前 説明
allowHostNameCNMismatch SSL 経由で接続するときに、CA が発行した SSL 証明書名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は false です。
allowSelfSignedServerCert サーバーからの自己署名証明書を許可するかどうかを指定します。 既定値は false です。
authenticationType Spark サーバーへのアクセスに使用する認証方法。 '匿名'
'Username'
'UsernameAndPassword'
'WindowsAzureHDInsightService' (必須)
enableSsl SSL を使用して、サーバーへの接続を暗号化するかどうかを指定します。 既定値は false です。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
host Spark サーバーの IP アドレスまたはホスト名
httpPath Spark サーバーに対応する部分的な URL。
password [ユーザー名] フィールドに指定したユーザー名に対応するパスワード SecretBase
port Spark サーバーがクライアント接続のリッスンに使用する TCP ポート。
serverType Spark サーバーの種類。 'SharkServer'
'SharkServer2'
'SparkThriftServer'
thriftTransportProtocol Thrift レイヤーで使用するトランスポート プロトコル。 'Binary'
'HTTP '
'SASL'
trustedCertPath SSL 経由で接続するときにサーバーを検証するための信頼された CA 証明書を含む .pem ファイルの完全なパス。 このプロパティは、セルフホステッド IR で SSL を使用する場合にのみ設定できます。 既定値は、IR でインストールされる cacerts.pem ファイルです。
username Spark サーバーへのアクセスに使用するユーザー名。
useSystemTrustStore システムの信頼ストアと指定した PEM ファイルのどちらの CA 証明書を使用するかを指定します。 既定値は false です。

SqlServerLinkedService

名前 説明
type リンクされたサービスの種類。 'SqlServer' (必須)
typeProperties リンクされたサービス プロパティをSQL Serverします。 SqlServerLinkedServiceTypeProperties (必須)

SqlServerLinkedServiceTypeProperties

名前 説明
connectionString 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
password オンプレミスのWindows 認証パスワード。 SecretBase
userName オンプレミスのWindows 認証ユーザー名。 型: string (または resultType 文字列を含む式)。

SquareLinkedService

名前 説明
type リンクされたサービスの種類。 'Square' (必須)
typeProperties Square Service のリンクされたサービス プロパティ。 SquareLinkedServiceTypeProperties (必須)

SquareLinkedServiceTypeProperties

名前 説明
clientId Square アプリケーションに関連付けられているクライアント ID。
clientSecret Square アプリケーションに関連付けられているクライアント シークレット。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
host Square インスタンスの URL。 (例: mystore.mysquare.com)
redirectUri Square アプリケーションのダッシュボードで割り当てられるリダイレクト URL。 (http://localhost:2500 など)
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。

SybaseLinkedService

名前 説明
type リンクされたサービスの種類。 'Sybase' (必須)
typeProperties Sybase のリンクされたサービス プロパティ。 SybaseLinkedServiceTypeProperties (必須)

SybaseLinkedServiceTypeProperties

名前 説明
authenticationType 接続に使用する AuthenticationType。 'Basic'
'Windows'
database 接続のデータベース名。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
password 認証用のパスワード。 SecretBase
schema 接続のスキーマ名。 型: string (または resultType 文字列を含む式)。
server 接続のサーバー名。 型: string (または resultType 文字列を含む式)。
username 認証用のユーザー名。 型: string (または resultType 文字列を含む式)。

TeradataLinkedService

名前 説明
type リンクされたサービスの種類。 'Teradata' (必須)
typeProperties Teradata のリンクされたサービス プロパティ。 TeradataLinkedServiceTypeProperties (必須)

TeradataLinkedServiceTypeProperties

名前 説明
authenticationType 接続に使用する AuthenticationType。 'Basic'
'Windows'
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
password 認証用のパスワード。 SecretBase
server 接続のサーバー名。 型: string (または resultType 文字列を含む式)。
username 認証用のユーザー名。 型: string (または resultType 文字列を含む式)。

VerticaLinkedService

名前 説明
type リンクされたサービスの種類。 'Vertica' (必須)
typeProperties Vertica のリンクされたサービス プロパティ。 VerticaLinkedServiceTypeProperties (必須)

VerticaLinkedServiceTypeProperties

名前 説明
connectionString ODBC 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。

WebLinkedService

名前 説明
type リンクされたサービスの種類。 'Web' (必須)
typeProperties Web リンクサービスのプロパティ。 WebLinkedServiceTypeProperties (必須)

WebLinkedServiceTypeProperties

名前 説明
url Web サービス エンドポイントの URL (例: https://www.microsoft.com )。 型: string (または resultType 文字列を含む式)。
authenticationType オブジェクトの種類を設定する 匿名
Basic
ClientCertificate (必須)

WebAnonymousAuthentication

名前 説明
authenticationType Web テーブル ソースへの接続に使用される認証の種類。 'Anonymous' (必須)

WebBasicAuthentication

名前 説明
authenticationType Web テーブル ソースへの接続に使用される認証の種類。 'Basic' (必須)
password 基本認証のパスワード。 SecretBase (必須)
username 基本認証のユーザー名。 型: string (または resultType 文字列を含む式)。

WebClientCertificateAuthentication

名前 説明
authenticationType Web テーブル ソースへの接続に使用される認証の種類。 'ClientCertificate' (必須)
password PFX ファイルのパスワード。 SecretBase (必須)
pfx PFX ファイルの Base64 でエンコードされた内容。 SecretBase (必須)

XeroLinkedService

名前 説明
type リンクされたサービスの種類。 'Xero' (必須)
typeProperties Xero サービスのリンクされたサービス プロパティ。 XeroLinkedServiceTypeProperties (必須)

XeroLinkedServiceTypeProperties

名前 説明
consumerKey Xero アプリケーションに関連付けられているコンシューマー キー。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
host Xero サーバーのエンドポイント。 (つまり、api.xero.com)
privateKey Xero プライベート アプリケーション用に生成された .pem ファイルの秘密キー。 Unix 行の終わりを含め、.pem ファイルのすべてのテキストを含める必要があります(
).
SecretBase
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。

ZohoLinkedService

名前 説明
type リンクされたサービスの種類。 'Zoho' (必須)
typeProperties Zoho サーバーのリンクされたサービスのプロパティ。 ZohoLinkedServiceTypeProperties (必須)

ZohoLinkedServiceTypeProperties

名前 説明
accessToken Zoho 認証のアクセス トークン。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
endpoint Zoho サーバーのエンドポイント。 (つまり、crm.zoho.com/crm/private)
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。

クイック スタート テンプレート

次のクイックスタート テンプレートでは、このリソースの種類をデプロイします。

Template 説明
Azure アーキテクチャに Sports Analytics をデプロイする

Azure にデプロイする
ADLS Gen 2 が有効になっている Azure ストレージ アカウント、ストレージ アカウント (デプロイされている場合は Azure SQL Database) のリンクされたサービスを持つAzure Data Factory インスタンス、および Azure Databricks インスタンスを作成します。 テンプレートをデプロイするユーザーの AAD ID と ADF インスタンスのマネージド ID には、ストレージ アカウントに対するストレージ BLOB データ共同作成者ロールが付与されます。 また、Azure Key Vault インスタンス、Azure SQL Database、Azure Event Hub (ストリーミングユース ケース用) をデプロイするオプションもあります。 Azure Key Vaultがデプロイされると、テンプレートをデプロイするユーザーのデータ ファクトリマネージド ID と AAD ID に、Key Vault シークレット ユーザー ロールが付与されます。
Azure Data Factoryでより多くの可能性があります - ワンクリックでAzure Data Factory

Azure にデプロイする
このテンプレートは、Azure Blob から別の Azure BLOB へのコピー アクティビティ用のデータ ファクトリ パイプラインを作成します
Data Factory を作成し、Salesforce から BLOB にコピーする

Azure にデプロイする
このテンプレートでは、Azure Data Factoryを使用して Salesforce から Azure BLOB へのデータ移動を実行します
Azure Data Factoryを使用した一括コピー

Azure にデプロイする
このテンプレートは、Azure SQL データベースのデータをAzure SQL データ ウェアハウスに一括コピーする V2 データ ファクトリを作成します。
V2 データ ファクトリを作成する

Azure にデプロイする
このテンプレートは、Azure Blob Storage内のフォルダーからストレージ内の別のフォルダーにデータをコピーする V2 データ ファクトリを作成します。
V2 データ ファクトリを作成する (MySQL)

Azure にデプロイする
このテンプレートは、Azure Blob Storage内のフォルダーからAzure Database for MySQLのテーブルにデータをコピーする V2 データ ファクトリを作成します。
V2 データ ファクトリを作成する (PostGre)

Azure にデプロイする
このテンプレートは、Azure Blob Storage内のフォルダーからAzure Database for PostgreSQL内のテーブルにデータをコピーする V2 データ ファクトリを作成します。
V2 データ ファクトリを作成する (SQL)

Azure にデプロイする
このテンプレートは、Azure Blob Storage内のフォルダーから Azure SQL データベース内のテーブルにデータをコピーする V2 データ ファクトリを作成します。
V2 データ ファクトリを作成する (SQL オンプレミス)

Azure にデプロイする
このテンプレートは、オンプレミスのSQL Serverから Azure BLOB ストレージにデータをコピーする V2 データ ファクトリを作成します
V2 データ ファクトリを作成する (Spark)

Azure にデプロイする
このテンプレートは、Azure Blob Storage内のフォルダーからストレージ内の別のフォルダーにデータをコピーする V2 データ ファクトリを作成します。

Terraform (AzAPI プロバイダー) リソース定義

ファクトリ/linkedservices リソースの種類は、次を対象とする操作でデプロイできます。

  • リソース グループ

各 API バージョンの変更されたプロパティの一覧については、「 変更ログ」を参照してください。

リソース形式

Microsoft.DataFactory/factories/linkedservices リソースを作成するには、次の Terraform をテンプレートに追加します。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.DataFactory/factories/linkedservices@2017-09-01-preview"
  name = "string"
  parent_id = "string"
  body = jsonencode({
    properties = {
      annotations = [ object ]
      connectVia = {
        parameters = {}
        referenceName = "string"
        type = "IntegrationRuntimeReference"
      }
      description = "string"
      parameters = {
        {customized property} = {
          type = "string"
        }
      }
      type = "string"
      // For remaining properties, see LinkedService objects
    }
  })
}

LinkedService オブジェクト

オブジェクトの を指定するには、type プロパティを設定します。

AmazonMWS の場合は、次を使用します。

  type = "AmazonMWS"
  typeProperties = {
    mwsAuthToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    secretKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

AmazonRedshift の場合は、次の値を使用します。

  type = "AmazonRedshift"
  typeProperties = {
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

AmazonS3 の場合は、次の値を使用します。

  type = "AmazonS3"
  typeProperties = {
    secretAccessKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

AzureBatch の場合は、次の値を使用します。

  type = "AzureBatch"
  typeProperties = {
    accessKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    linkedServiceName = {
      parameters = {}
      referenceName = "string"
      type = "LinkedServiceReference"
    }
  }

AzureDatabricks の場合は、次の値を使用します。

  type = "AzureDatabricks"
  typeProperties = {
    accessToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    newClusterSparkConf = {}
  }

AzureDataLakeAnalytics の場合は、次を使用します。

  type = "AzureDataLakeAnalytics"
  typeProperties = {
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

AzureDataLakeStore の場合は、次の値を使用します。

  type = "AzureDataLakeStore"
  typeProperties = {
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

AzureKeyVault の場合は、次の値を使用します。

  type = "AzureKeyVault"
  typeProperties = {}

AzureML の場合は、次の値を使用します。

  type = "AzureML"
  typeProperties = {
    apiKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

AzureMySql の場合は、次を使用します。

  type = "AzureMySql"
  typeProperties = {}

AzurePostgreSql の場合は、次の値を使用します。

  type = "AzurePostgreSql"
  typeProperties = {}

AzureSearch の場合は、次の値を使用します。

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

AzureSqlDatabase の場合は、次を使用します。

  type = "AzureSqlDatabase"
  typeProperties = {
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

AzureSqlDW の場合は、次の値を使用します。

  type = "AzureSqlDW"
  typeProperties = {
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

AzureStorage の場合は、次を使用します。

  type = "AzureStorage"
  typeProperties = {
    sasUri = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Cassandra の場合は、次の値を使用します。

  type = "Cassandra"
  typeProperties = {
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Concur の場合は、次の値を使用します。

  type = "Concur"
  typeProperties = {
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

CosmosDb の場合は、次の値を使用します。

  type = "CosmosDb"
  typeProperties = {}

Couchbase の場合は、次の値を使用します。

  type = "Couchbase"
  typeProperties = {}

CustomDataSource の場合は、次の値を使用します。

  type = "CustomDataSource"

Db2 の場合は、次の値を使用します。

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

Drill の場合は、次の値を使用します。

  type = "Drill"
  typeProperties = {}

Dynamics の場合は、次の値を使用します。

  type = "Dynamics"
  typeProperties = {
    authenticationType = "string"
    deploymentType = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Eloqua の場合は、次の値を使用します。

  type = "Eloqua"
  typeProperties = {
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

FileServer の場合は、次の値を使用します。

  type = "FileServer"
  typeProperties = {
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

FtpServer の場合は、次を使用します。

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

GoogleBigQuery の場合は、次の値を使用します。

  type = "GoogleBigQuery"
  typeProperties = {
    authenticationType = "string"
    clientId = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    refreshToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Greenplum の場合は、次の値を使用します。

  type = "Greenplum"
  typeProperties = {}

HBase の場合は、次の値を使用します。

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

Hdfs の場合は、次の値を使用します。

  type = "Hdfs"
  typeProperties = {
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

HDInsight の場合は、次の値を使用します。

  type = "HDInsight"
  typeProperties = {
    hcatalogLinkedServiceName = {
      parameters = {}
      referenceName = "string"
      type = "LinkedServiceReference"
    }
    linkedServiceName = {
      parameters = {}
      referenceName = "string"
      type = "LinkedServiceReference"
    }
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

HDInsightOnDemand の場合は、次の値を使用します。

  type = "HDInsightOnDemand"
  typeProperties = {
    additionalLinkedServiceNames = [
      {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
    ]
    clusterPassword = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    clusterSshPassword = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    hcatalogLinkedServiceName = {
      parameters = {}
      referenceName = "string"
      type = "LinkedServiceReference"
    }
    linkedServiceName = {
      parameters = {}
      referenceName = "string"
      type = "LinkedServiceReference"
    }
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Hive の場合は、次の値を使用します。

  type = "Hive"
  typeProperties = {
    authenticationType = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    serverType = "string"
    thriftTransportProtocol = "string"
  }

HttpServer の場合は、次の値を使用します。

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

Hubspot の場合は、次の値を使用します。

  type = "Hubspot"
  typeProperties = {
    accessToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    refreshToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Impala の場合は、次の値を使用します。

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

Jira の場合は、次の値を使用します。

  type = "Jira"
  typeProperties = {
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Magento の場合は、次の値を使用します。

  type = "Magento"
  typeProperties = {
    accessToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

MariaDB の場合は、次の値を使用します。

  type = "MariaDB"
  typeProperties = {}

Marketo の場合は、次を使用します。

  type = "Marketo"
  typeProperties = {
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

MongoDb の場合は、次を使用します。

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

MySql の場合は、次の値を使用します。

  type = "MySql"
  typeProperties = {
    connectionString = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Netezza の場合は、次の値を使用します。

  type = "Netezza"
  typeProperties = {}

OData の場合は、次の値を使用します。

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

Odbc の場合は、次の値を使用します。

  type = "Odbc"
  typeProperties = {
    credential = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Oracle の場合は、次の値を使用します。

  type = "Oracle"
  typeProperties = {}

PayPal の場合は、次の値を使用します。

  type = "Paypal"
  typeProperties = {
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Phoenix の場合は、次の値を使用します。

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

PostgreSql の場合は、次の値を使用します。

  type = "PostgreSql"
  typeProperties = {
    connectionString = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Presto の場合は、次の値を使用します。

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

QuickBooks の場合は、次の値を使用します。

  type = "QuickBooks"
  typeProperties = {
    accessToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    accessTokenSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    consumerSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Responsys の場合は、次の値を使用します。

  type = "Responsys"
  typeProperties = {
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Salesforce の場合は、次の値を使用します。

  type = "Salesforce"
  typeProperties = {
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    securityToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

SalesforceMarketingCloud の場合は、次を使用します。

  type = "SalesforceMarketingCloud"
  typeProperties = {
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

SapBW の場合は、次の値を使用します。

  type = "SapBW"
  typeProperties = {
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

SapCloudForCustomer の場合は、次を使用します。

  type = "SapCloudForCustomer"
  typeProperties = {
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

SapEcc の場合は、次の値を使用します。

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

SapHana の場合は、次の値を使用します。

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

ServiceNow の場合は、次の値を使用します。

  type = "ServiceNow"
  typeProperties = {
    authenticationType = "string"
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Sftp の場合は、次の値を使用します。

  type = "Sftp"
  typeProperties = {
    authenticationType = "string"
    passPhrase = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    privateKeyContent = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Shopify の場合は、次を使用します。

  type = "Shopify"
  typeProperties = {
    accessToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Spark の場合は、次の値を使用します。

  type = "Spark"
  typeProperties = {
    authenticationType = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    serverType = "string"
    thriftTransportProtocol = "string"
  }

SqlServer の場合は、次の値を使用します。

  type = "SqlServer"
  typeProperties = {
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Square の場合は、次の値を使用します。

  type = "Square"
  typeProperties = {
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Sybase の場合は、次の値を使用します。

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

Teradata の場合は、次の値を使用します。

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

Vertica の場合は、次を使用します。

  type = "Vertica"
  typeProperties = {}

Web の場合は、次を使用します。

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

Xero の場合は、次の値を使用します。

  type = "Xero"
  typeProperties = {
    consumerKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    privateKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Zoho の場合は、次の値を使用します。

  type = "Zoho"
  typeProperties = {
    accessToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

SecretBase オブジェクト

オブジェクトの を指定するには、type プロパティを設定します。

AzureKeyVaultSecret の場合は、次の値を使用します。

  type = "AzureKeyVaultSecret"
  store = {
    parameters = {}
    referenceName = "string"
    type = "LinkedServiceReference"
  }

SecureString の場合は、次の値を使用します。

  type = "SecureString"
  value = "string"

WebLinkedServiceTypeProperties オブジェクト

authenticationType プロパティを設定して、オブジェクトの種類を指定します。

匿名の場合は、次の値を使用します。

  authenticationType = "Anonymous"

Basic の場合は、次の値を使用します。

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

ClientCertificate の場合は、次の値を使用します。

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

プロパティ値

factories/linkedservices

名前 説明
type リソースの種類 "Microsoft.DataFactory/factories/linkedservices@2017-09-01-preview"
name リソース名 string (必須)

文字制限: 1 から 260

有効な文字:
次は使用できません:
`<>*#.%&:\\+?/` または制御文字

英数字で開始します。
parent_id このリソースの親であるリソースの ID。 種類のリソースの ID: ファクトリ
properties リンクされたサービスのプロパティ。 LinkedService (必須)

LinkedService

名前 説明
annotations データセットの説明に使用できるタグの一覧。 any[]
connectVia 統合ランタイム参照。 IntegrationRuntimeReference
description リンクされたサービスの説明。 string
parameters リンクされたサービスのパラメーター。 ParameterDefinitionSpecification
オブジェクトの種類を設定する AmazonMWS
AmazonRedshift
AmazonS3
AzureBatch
AzureDatabricks
AzureDataLakeAnalytics
AzureDataLakeStore
AzureKeyVault
AzureML
AzureMySql
AzurePostgreSql
AzureSearch
AzureSqlDatabase
AzureSqlDW
AzureStorage
Cassandra
Concur
CosmosDb
Couchbase
CustomDataSource
Db2
Drill
Dynamics
Eloqua
FileServer
FtpServer
GoogleBigQuery
Greenplum
HBase
Hdfs
HDInsight
HDInsightOnDemand
Hive
HttpServer
Hubspot
Impala
Jira
Magento
MariaDB
Marketo
Mongodb
MySql
Netezza
OData
Odbc
Oracle
Paypal
Phoenix
Postgresql
Presto
QuickBooks
Responsys
Salesforce
SalesforceMarketingCloud
SapBW
SapCloudForCustomer
SapEcc
SapHana
ServiceNow
Sftp
Shopify
Spark
Sqlserver
広場
Sybase
Teradata
Vertica
Web
Xero
Zoho (必須)

IntegrationRuntimeReference

名前 説明
parameters 統合ランタイムの引数。 ParameterValueSpecification
referenceName 統合ランタイム名を参照します。 string (必須)
統合ランタイムの種類。 "IntegrationRuntimeReference" (必須)

ParameterValueSpecification

名前 説明
{カスタマイズされたプロパティ}

ParameterDefinitionSpecification

名前 説明
{カスタマイズされたプロパティ} ParameterSpecification

ParameterSpecification

名前 説明
defaultValue パラメーターの既定値。
パラメーターの型。 "Array"
"Bool"
"Float"
"Int"
"Object"
"SecureString"
"String" (必須)

AmazonMWSLinkedService

名前 説明
type リンクされたサービスの種類。 "AmazonMWS" (必須)
typeProperties Amazon Marketplace Web Service のリンクされたサービス プロパティ。 AmazonMWSLinkedServiceTypeProperties (必須)

AmazonMWSLinkedServiceTypeProperties

名前 説明
accessKeyId データへのアクセスに使用されるアクセス キー ID。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
endpoint Amazon MWS サーバーのエンドポイント (つまり、mws.amazonservices.com)
marketplaceID データを取得する Amazon Marketplace ID。 複数の Marketplace ID からデータを取得するには、コンマ (,) で区切ります。 (つまり、A2EUQ1WTGCTBG2)
mwsAuthToken Amazon MWS 認証トークン。 SecretBase
secretKey データのアクセスに使用されるシークレット キー。 SecretBase
sellerID Amazon の販売者 ID。
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。

SecretBase

名前 説明
type オブジェクトの種類を設定する AzureKeyVaultSecret
SecureString (必須)

AzureKeyVaultSecretReference

名前 説明
type シークレットの種類。 "AzureKeyVaultSecret" (必須)
secretName Azure Key Vault内のシークレットの名前。 型: string (または resultType 文字列を含む式)。
secretVersion Azure Key Vault内のシークレットのバージョン。 既定値は、シークレットの最新バージョンです。 型: string (または resultType 文字列を含む式)。
store Azure Key Vaultリンクされたサービス リファレンス。 LinkedServiceReference (必須)

LinkedServiceReference

名前 説明
parameters LinkedService の引数。 ParameterValueSpecification
referenceName LinkedService 名を参照します。 string (必須)
リンクされたサービス参照の種類。 "LinkedServiceReference" (必須)

SecureString

名前 説明
type シークレットの種類。 string (必須)
value セキュリティで保護された文字列の値。 string (必須)

AmazonRedshiftLinkedService

名前 説明
type リンクされたサービスの種類。 "AmazonRedshift" (必須)
typeProperties Amazon Redshift のリンクされたサービスプロパティ。 AmazonRedshiftLinkedServiceTypeProperties (必須)

AmazonRedshiftLinkedServiceTypeProperties

名前 説明
database Amazon Redshift ソースのデータベース名。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
password Amazon Redshift ソースのパスワード。 SecretBase
port Amazon Redshift サーバーがクライアント接続をリッスンするために使用する TCP ポート番号。 既定値は 5439 です。 型: integer (または resultType 整数を持つ式)。
server Amazon Redshift サーバーの名前。 型: string (または resultType 文字列を含む式)。
username Amazon Redshift ソースのユーザー名。 型: string (または resultType 文字列を含む式)。

AmazonS3LinkedService

名前 説明
type リンクされたサービスの種類。 "AmazonS3" (必須)
typeProperties Amazon S3 のリンクされたサービス プロパティ。 AmazonS3LinkedServiceTypeProperties (必須)

AmazonS3LinkedServiceTypeProperties

名前 説明
accessKeyId Amazon S3 Identity and Access Management (IAM) ユーザーのアクセス キー識別子。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
secretAccessKey Amazon S3 Identity and Access Management (IAM) ユーザーのシークレット アクセス キー。 SecretBase

AzureBatchLinkedService

名前 説明
type リンクされたサービスの種類。 "AzureBatch" (必須)
typeProperties リンクされたサービス プロパティをAzure Batchします。 AzureBatchLinkedServiceTypeProperties (必須)

AzureBatchLinkedServiceTypeProperties

名前 説明
accessKey Azure Batch アカウント アクセス キー。 SecretBase
accountName Azure Batch アカウント名。 型: string (または resultType 文字列を含む式)。
batchUri Azure Batch URI。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
linkedServiceName Azure Storage のリンクされたサービスの参照。 LinkedServiceReference (必須)
poolName Azure Batch プール名。 型: string (または resultType 文字列を含む式)。

AzureDatabricksLinkedService

名前 説明
type リンクされたサービスの種類。 "AzureDatabricks" (必須)
typeProperties Azure Databricks のリンクされたサービス プロパティ。 AzureDatabricksLinkedServiceTypeProperties (必須)

AzureDatabricksLinkedServiceTypeProperties

名前 説明
accessToken databricks REST API のアクセス トークン。 [https://aka.ms/classiciaasmigrationfaqs](https://docs.azuredatabricks.net/api/latest/authentication.html ) を参照してください。 型: string (または resultType 文字列を含む式)。 SecretBase (必須)
domain {REGION}.azuredatabricks.net、Databricks デプロイのドメイン名。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
existingClusterId このジョブのすべての実行に使用される既存のクラスターの ID。 型: string (または resultType 文字列を含む式)。
newClusterNodeType 新しいクラスターのノードの種類。 型: string (または resultType 文字列を含む式)。
newClusterNumOfWorker 新しいクラスターに必要なワーカー ノードの数。 '1' のように Int32 形式の文字列は、numOfWorker が 1 または '1:10' であることを意味します。これは、1 から min として、10 を max として自動スケーリングします。 型: string (または resultType 文字列を含む式)。
newClusterSparkConf 省略可能なユーザー指定の Spark 構成キーと値のペアのセット。 AzureDatabricksLinkedServiceTypePropertiesNewCluster...
newClusterVersion 新しいクラスターの Spark バージョン。 型: string (または resultType 文字列を含む式)。

AzureDatabricksLinkedServiceTypePropertiesNewCluster...

名前 説明
{カスタマイズされたプロパティ}

AzureDataLakeAnalyticsLinkedService

名前 説明
type リンクされたサービスの種類。 "AzureDataLakeAnalytics" (必須)
typeProperties Azure Data Lake Analyticsリンクされたサービス プロパティ。 AzureDataLakeAnalyticsLinkedServiceTypeProperties (必須)

AzureDataLakeAnalyticsLinkedServiceTypeProperties

名前 説明
accountName Azure Data Lake Analytics アカウント名。 型: string (または resultType 文字列を含む式)。
dataLakeAnalyticsUri Azure Data Lake Analytics URI の種類: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
resourceGroupName アカウント リソース グループ名をData Lake Analyticsします (Data Factory アカウントと異なる場合)。 型: string (または resultType 文字列を含む式)。
servicePrincipalId Azure Data Lake Analytics アカウントに対する認証に使用されるアプリケーションの ID。 型: string (または resultType 文字列を含む式)。
servicePrincipalKey Azure Data Lake Analytics アカウントに対する認証に使用されるアプリケーションのキー。 SecretBase
subscriptionId アカウント サブスクリプション ID をData Lake Analyticsします (Data Factory アカウントと異なる場合)。 型: string (または resultType 文字列を含む式)。
tenant サービス プリンシパルが属するテナントの名前または ID。 型: string (または resultType 文字列を含む式)。

AzureDataLakeStoreLinkedService

名前 説明
type リンクされたサービスの種類。 "AzureDataLakeStore" (必須)
typeProperties Azure Data Lake Store のリンクされたサービス プロパティ。 AzureDataLakeStoreLinkedServiceTypeProperties (必須)

AzureDataLakeStoreLinkedServiceTypeProperties

名前 説明
accountName Data Lake Store アカウント名。 型: string (または resultType 文字列を含む式)。
dataLakeStoreUri Data Lake Store サービス URI。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
resourceGroupName Data Lake Store アカウントのリソース グループ名 (Data Factory アカウントと異なる場合)。 型: string (または resultType 文字列を含む式)。
servicePrincipalId Azure Data Lake Store アカウントに対する認証に使用されるアプリケーションの ID。 型: string (または resultType 文字列を含む式)。
servicePrincipalKey Azure Data Lake Store アカウントに対する認証に使用されるアプリケーションのキー。 SecretBase
subscriptionId Data Lake Store アカウントのサブスクリプション ID (Data Factory アカウントと異なる場合)。 型: string (または resultType 文字列を含む式)。
tenant サービス プリンシパルが属するテナントの名前または ID。 型: string (または resultType 文字列を含む式)。

AzureKeyVaultLinkedService

名前 説明
type リンクされたサービスの種類。 "AzureKeyVault" (必須)
typeProperties Azure Key Vaultリンクされたサービス プロパティ。 AzureKeyVaultLinkedServiceTypeProperties (必須)

AzureKeyVaultLinkedServiceTypeProperties

名前 説明
baseUrl Azure Key Vaultのベース URL。 例: https://myakv.vault.azure.net 型: string (または resultType 文字列を含む式)。

AzureMLLinkedService

名前 説明
type リンクされたサービスの種類。 "AzureML" (必須)
typeProperties Azure ML Web Service のリンクされたサービス プロパティ。 AzureMLLinkedServiceTypeProperties (必須)

AzureMLLinkedServiceTypeProperties

名前 説明
apiKey Azure ML モデル エンドポイントにアクセスするための API キー。 SecretBase (必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
mlEndpoint Azure ML Web サービス エンドポイントのバッチ実行 REST URL。 型: string (または resultType 文字列を含む式)。
servicePrincipalId Azure ML Web サービスの ARM ベースの updateResourceEndpoint に対する認証に使用されるサービス プリンシパルの ID。 型: string (または resultType 文字列を含む式)。
servicePrincipalKey Azure ML Web サービスの ARM ベースの updateResourceEndpoint に対する認証に使用されるサービス プリンシパルのキー。 SecretBase
tenant サービス プリンシパルが属するテナントの名前または ID。 型: string (または resultType 文字列を含む式)。
updateResourceEndpoint Azure ML Web サービス エンドポイントのリソース REST URL の更新。 型: string (または resultType 文字列を含む式)。

AzureMySqlLinkedService

名前 説明
type リンクされたサービスの種類。 "AzureMySql" (必須)
typeProperties Azure MySQL データベースのリンクされたサービス プロパティ。 AzureMySqlLinkedServiceTypeProperties (必須)

AzureMySqlLinkedServiceTypeProperties

名前 説明
connectionString 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。

AzurePostgreSqlLinkedService

名前 説明
type リンクされたサービスの種類。 "AzurePostgreSql" (必須)
typeProperties Azure PostgreSQL のリンクされたサービス プロパティ。 AzurePostgreSqlLinkedServiceTypeProperties (必須)

AzurePostgreSqlLinkedServiceTypeProperties

名前 説明
connectionString ODBC 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。

AzureSearchLinkedService

名前 説明
type リンクされたサービスの種類。 "AzureSearch" (必須)
typeProperties Windows Azure Search Service のリンクされたサービス プロパティ。 AzureSearchLinkedServiceTypeProperties (必須)

AzureSearchLinkedServiceTypeProperties

名前 説明
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
key Azure Search Service の管理 キー SecretBase
url Azure Search Serviceの URL。 型: string (または resultType 文字列を含む式)。

AzureSqlDatabaseLinkedService

名前 説明
type リンクされたサービスの種類。 "AzureSqlDatabase" (必須)
typeProperties データベースのリンクされたサービス プロパティをAzure SQLします。 AzureSqlDatabaseLinkedServiceTypeProperties (必須)

AzureSqlDatabaseLinkedServiceTypeProperties

名前 説明
connectionString 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
servicePrincipalId Azure SQL Database に対する認証に使用されるサービス プリンシパルの ID。 型: string (または resultType 文字列を含む式)。
servicePrincipalKey Azure SQL Database に対する認証に使用されるサービス プリンシパルのキー。 SecretBase
tenant サービス プリンシパルが属するテナントの名前または ID。 型: string (または resultType 文字列を含む式)。

AzureSqlDWLinkedService

名前 説明
type リンクされたサービスの種類。 "AzureSqlDW" (必須)
typeProperties リンクされたサービス プロパティをAzure SQL Data Warehouseします。 AzureSqlDWLinkedServiceTypeProperties (必須)

AzureSqlDWLinkedServiceTypeProperties

名前 説明
connectionString 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
servicePrincipalId Azure SQL Data Warehouseに対する認証に使用されるサービス プリンシパルの ID。 型: string (または resultType 文字列を含む式)。
servicePrincipalKey Azure SQL Data Warehouseに対する認証に使用されるサービス プリンシパルのキー。 SecretBase
tenant サービス プリンシパルが属するテナントの名前または ID。 型: string (または resultType 文字列を含む式)。

AzureStorageLinkedService

名前 説明
type リンクされたサービスの種類。 "AzureStorage" (必須)
typeProperties Azure Storage のリンクされたサービス プロパティ。 AzureStorageLinkedServiceTypeProperties (必須)

AzureStorageLinkedServiceTypeProperties

名前 説明
connectionString 接続文字列。 sasUri プロパティと相互に排他的です。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
sasUri Azure Storage リソースの SAS URI。 connectionString プロパティと相互に排他的です。 SecretBase

CassandraLinkedService

名前 説明
type リンクされたサービスの種類。 "Cassandra" (必須)
typeProperties Cassandra のリンクされたサービス プロパティ。 CassandraLinkedServiceTypeProperties (必須)

CassandraLinkedServiceTypeProperties

名前 説明
authenticationType 接続に使用する AuthenticationType。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
host 接続のホスト名。 型: string (または resultType 文字列を含む式)。
password 認証用のパスワード。 SecretBase
port 接続のポート。 型: integer (または resultType 整数を持つ式)。
username 認証用のユーザー名。 型: string (または resultType 文字列を含む式)。

ConcurLinkedService

名前 説明
type リンクされたサービスの種類。 "Concur" (必須)
typeProperties Concur Service のリンクされたサービス プロパティ。 ConcurLinkedServiceTypeProperties (必須)

ConcurLinkedServiceTypeProperties

名前 説明
clientId Concur App Management によって提供されるアプリケーションの client_id。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
password username フィールドに指定したユーザー名に対応するパスワード。 SecretBase
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。
username Concur サービスへのアクセスに使用するユーザー名。

CosmosDbLinkedService

名前 説明
type リンクされたサービスの種類。 "CosmosDb" (必須)
typeProperties CosmosDB のリンクされたサービス プロパティ。 CosmosDbLinkedServiceTypeProperties (必須)

CosmosDbLinkedServiceTypeProperties

名前 説明
connectionString 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。

CouchbaseLinkedService

名前 説明
type リンクされたサービスの種類。 "Couchbase" (必須)
typeProperties Couchbase サーバーのリンクされたサービスプロパティ。 CouchbaseLinkedServiceTypeProperties (必須)

CouchbaseLinkedServiceTypeProperties

名前 説明
connectionString ODBC 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。

CustomDataSourceLinkedService

名前 説明
type リンクされたサービスの種類。 "CustomDataSource" (必須)
typeProperties カスタムのリンクされたサービス プロパティ。

Db2LinkedService

名前 説明
type リンクされたサービスの種類。 "Db2" (必須)
typeProperties DB2 のリンクされたサービス プロパティ。 Db2LinkedServiceTypeProperties (必須)

Db2LinkedServiceTypeProperties

名前 説明
authenticationType 接続に使用する AuthenticationType。 "Basic"
database 接続のデータベース名。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
password 認証用のパスワード。 SecretBase
server 接続のサーバー名。 型: string (または resultType 文字列を含む式)。
username 認証用のユーザー名。 型: string (または resultType 文字列を含む式)。

DrillLinkedService

名前 説明
type リンクされたサービスの種類。 "Drill" (必須)
typeProperties ドリル サーバーのリンク サービスのプロパティ。 DrillLinkedServiceTypeProperties (必須)

DrillLinkedServiceTypeProperties

名前 説明
connectionString ODBC 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。

DynamicsLinkedService

名前 説明
type リンクされたサービスの種類。 "Dynamics" (必須)
typeProperties Dynamics のリンクされたサービス プロパティ。 DynamicsLinkedServiceTypeProperties (必須)

DynamicsLinkedServiceTypeProperties

名前 説明
authenticationType Dynamics サーバーに接続する認証の種類。 オンライン シナリオの場合は "Office365"、Ifd シナリオではオンプレミスの場合は "Ifd" です。 型: string (または resultType 文字列を含む式)。 "Ifd"
"Office365" (必須)
deploymentType Dynamics インスタンスの展開の種類。 Dynamics Online の場合は 'Online'、Ifd を使用するオンプレミスの Dynamics の場合は "OnPremisesWithIfd" です。 型: string (または resultType 文字列を含む式)。 "OnPremisesWithIfd"
"オンライン" (必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
hostName オンプレミス Dynamics サーバーのホスト名。 プロパティはオンプレミスでは必須であり、オンラインでは使用できません。 型: string (または resultType 文字列を含む式)。
organizationName Dynamics インスタンスの組織の名前。 プロパティはオンプレミスに必要であり、ユーザーに関連付けられている複数の Dynamics インスタンスがある場合はオンラインで使用する必要があります。 型: string (または resultType 文字列を含む式)。
password Dynamics インスタンスにアクセスするためのパスワード。 SecretBase
port オンプレミス Dynamics サーバーのポート。 プロパティはオンプレミスでは必須であり、オンラインでは使用できません。 既定値は 443 です。 型: integer (または resultType 整数を持つ式)、最小値: 0。
serviceUri Microsoft Dynamics サーバーの URL。 プロパティはオンラインでは必須であり、オンプレミスでは使用できません。 型: string (または resultType 文字列を含む式)。
username Dynamics インスタンスにアクセスするためのユーザー名。 型: string (または resultType 文字列を含む式)。

EloquaLinkedService

名前 説明
type リンクされたサービスの種類。 "Eloqua" (必須)
typeProperties Eloqua サーバーのリンクされたサービスのプロパティ。 EloquaLinkedServiceTypeProperties (必須)

EloquaLinkedServiceTypeProperties

名前 説明
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
endpoint Eloqua サーバーのエンドポイント。 (つまり、eloqua.example.com)
password ユーザー名に対応するパスワード。 SecretBase
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。
username Eloqua アカウントのサイト名とユーザー名を sitename/username という形式で指定します。 (つまり、Eloqua/Alice)

FileServerLinkedService

名前 説明
type リンクされたサービスの種類。 "FileServer" (必須)
typeProperties ファイル システムのリンクされたサービス プロパティ。 FileServerLinkedServiceTypeProperties (必須)

FileServerLinkedServiceTypeProperties

名前 説明
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
host サーバーのホスト名前。 型: string (または resultType 文字列を含む式)。
password サーバーにログオンするためのパスワード。 SecretBase
userId サーバーにログオンするためのユーザー ID。 型: string (または resultType 文字列を含む式)。

FtpServerLinkedService

名前 説明
type リンクされたサービスの種類。 "FtpServer" (必須)
typeProperties このリンクされたサービスの種類に固有のプロパティ。 FtpServerLinkedServiceTypeProperties (必須)

FtpServerLinkedServiceTypeProperties

名前 説明
authenticationType FTP サーバーへの接続に使用する認証の種類。 "Anonymous"
"Basic"
enableServerCertificateValidation true の場合は、SSL/TLS チャネル経由で接続するときに FTP サーバー SSL 証明書を検証します。 既定値は true です。 型: boolean (または resultType ブール値を持つ式)。
enableSsl true の場合は、SSL/TLS チャネル経由で FTP サーバーに接続します。 既定値は true です。 型: boolean (または resultType ブール値を持つ式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
host FTP サーバーのホスト名。 型: string (または resultType 文字列を含む式)。
password FTP サーバーにログオンするためのパスワード。 SecretBase
port FTP サーバーがクライアント接続をリッスンするために使用する TCP ポート番号。 既定値は 21 です。 型: integer (または resultType 整数を持つ式)、最小値: 0。
userName FTP サーバーにログオンするためのユーザー名。 型: string (または resultType 文字列を含む式)。

GoogleBigQueryLinkedService

名前 説明
type リンクされたサービスの種類。 "GoogleBigQuery" (必須)
typeProperties Google BigQuery サービスのリンクされたサービス プロパティ。 GoogleBigQueryLinkedServiceTypeProperties (必須)

GoogleBigQueryLinkedServiceTypeProperties

名前 説明
additionalProjects アクセス対象のパブリック BigQuery プロジェクトのコンマ区切りリスト。
authenticationType 認証に使用される OAuth 2.0 認証メカニズム。 ServiceAuthentication はセルフホステッド IR のみで使用できます。 "ServiceAuthentication"
"UserAuthentication" (必須)
clientId 更新トークンを取得するために使用される google アプリケーションのクライアント ID。 SecretBase
clientSecret 更新トークンを取得するために使用される google アプリケーションのクライアント シークレット。 SecretBase
email ServiceAuthentication で使用されるサービス アカウントの電子メール ID。これはセルフホステッド IR のみで使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
keyFilePath サービス アカウントの電子メール アドレスを認証するために使用される .p12 キー ファイルへの完全なパス。これはセルフホステッド IR のみで使用できます。
project クエリ対象の既定の BigQuery プロジェクト。
refreshToken UserAuthentication で BigQuery へのアクセスを承認するために Google から取得した更新トークン。 SecretBase
requestGoogleDriveScope Google Drive へのアクセスを要求するかどうか。 Google Drive のアクセスを許可すると、BigQuery データと Google Drive のデータを結合するフェデレーション テーブルのサポートが有効になります。 既定値は false です。
trustedCertPath SSL 経由で接続するときにサーバーを検証するための信頼された CA 証明書を含む .pem ファイルの完全なパス。 このプロパティは、セルフホステッド IR で SSL を使用する場合にのみ設定できます。 既定値は、IR でインストールされる cacerts.pem ファイルです。
useSystemTrustStore システムの信頼ストアと指定した PEM ファイルのどちらの CA 証明書を使用するかを指定します。 既定値は false です。

GreenplumLinkedService

名前 説明
type リンクされたサービスの種類。 "Greenplum" (必須)
typeProperties Greenplum Database のリンクされたサービス プロパティ。 GreenplumLinkedServiceTypeProperties (必須)

GreenplumLinkedServiceTypeProperties

名前 説明
connectionString ODBC 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。

HBaseLinkedService

名前 説明
type リンクされたサービスの種類。 "HBase" (必須)
typeProperties HBase サーバーのリンクされたサービスのプロパティ。 HBaseLinkedServiceTypeProperties (必須)

HBaseLinkedServiceTypeProperties

名前 説明
allowHostNameCNMismatch SSL 経由で接続するときに、CA が発行した SSL 証明書名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は false です。
allowSelfSignedServerCert サーバーからの自己署名証明書を許可するかどうかを指定します。 既定値は false です。
authenticationType HBase サーバーへの接続に使用する認証メカニズム。 "匿名"
"Basic" (必須)
enableSsl SSL を使用して、サーバーへの接続を暗号化するかどうかを指定します。 既定値は false です。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
host HBase サーバーの IP アドレスまたはホスト名。 (例: 192.168.222.160)
httpPath HBase サーバーに対応する部分的な URL。 (/gateway/sandbox/hbase/version など)
password ユーザー名に対応するパスワード。 SecretBase
port HBase インスタンスがクライアント接続のリッスンに使用する TCP ポート。 既定値は 9090 です。
trustedCertPath SSL 経由で接続するときにサーバーを検証するための信頼された CA 証明書を含む .pem ファイルの完全なパス。 このプロパティは、セルフホステッド IR で SSL を使用する場合にのみ設定できます。 既定値は、IR でインストールされる cacerts.pem ファイルです。
username HBase インスタンスへの接続に使用されるユーザー名。

HdfsLinkedService

名前 説明
type リンクされたサービスの種類。 "Hdfs" (必須)
typeProperties HDFS のリンクされたサービス プロパティ。 HdfsLinkedServiceTypeProperties (必須)

HdfsLinkedServiceTypeProperties

名前 説明
authenticationType HDFS への接続に使用される認証の種類。 使用可能な値は、匿名と Windows です。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
password Windows 認証のパスワード。 SecretBase
url HDFS サービス エンドポイントの URL (例: http://myhostname:50070/webhdfs/v1 )。 型: string (または resultType 文字列を含む式)。
userName Windows 認証のユーザー名。 型: string (または resultType 文字列を含む式)。

HDInsightLinkedService

名前 説明
type リンクされたサービスの種類。 "HDInsight" (必須)
typeProperties HDInsight のリンクされたサービス プロパティ。 HDInsightLinkedServiceTypeProperties (必須)

HDInsightLinkedServiceTypeProperties

名前 説明
clusterUri HDInsight クラスター URI。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
hcatalogLinkedServiceName HCatalog データベースを指す Azure SQL のリンクされたサービスの参照。 LinkedServiceReference
linkedServiceName Azure Storage のリンクされたサービスの参照。 LinkedServiceReference
password HDInsight クラスターのパスワード。 SecretBase
userName HDInsight クラスターのユーザー名。 型: string (または resultType 文字列を含む式)。

HDInsightOnDemandLinkedService

名前 説明
type リンクされたサービスの種類。 "HDInsightOnDemand" (必須)
typeProperties HDInsight ondemand のリンクされたサービス プロパティ。 HDInsightOnDemandLinkedServiceTypeProperties (必須)

HDInsightOnDemandLinkedServiceTypeProperties

名前 説明
additionalLinkedServiceNames Data Factory サービスがあなたの代わりに登録できるように、HDInsight の「リンクされたサービス」の追加ストレージ アカウントを指定します。 LinkedServiceReference[]
clusterNamePrefix クラスター名のプレフィックスである後置は、タイムスタンプと区別されます。 型: string (または resultType 文字列を含む式)。
clusterPassword クラスターにアクセスするためのパスワード。 SecretBase
clusterResourceGroup クラスターが属するリソース グループ。 型: string (または resultType 文字列を含む式)。
clusterSize クラスター内の worker/データ ノードの数です。 候補の値: 4。 型: string (または resultType 文字列を含む式)。
clusterSshPassword SSH へのパスワードは、クラスターのノード (Linux の場合) にリモート接続します。 SecretBase
clusterSshUserName クラスターのノードにリモートで接続する SSH のユーザー名 (Linux の場合)。 型: string (または resultType 文字列を含む式)。
clusterType クラスターの種類。 型: string (または resultType 文字列を含む式)。
clusterUserName クラスターにアクセスするユーザー名。 型: string (または resultType 文字列を含む式)。
coreConfiguration 作成する HDInsight クラスターに core 構成パラメーター (core-site.xml と同じ) を指定します。
dataNodeSize HDInsight クラスターのデータ ノードのサイズを指定します。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
hBaseConfiguration HDInsight クラスターに HBase 構成パラメーター (hbase-site.xml) を指定します。
hcatalogLinkedServiceName HCatalog データベースを指す Azure SQL のリンクされたサービスの名前。 オンデマンド HDInsight クラスターは、Azure SQL データベースを metastore として使用して作成されます。 LinkedServiceReference
hdfsConfiguration HDInsight クラスターに HDFS 構成パラメーター (hdfs-site.xml) を指定します。
headNodeSize HDInsight クラスターのヘッド ノードのサイズを指定します。
hiveConfiguration HDInsight クラスターに hive 構成パラメーター (hive-site.xml) を指定します。
hostSubscriptionId クラスターをホストする顧客のサブスクリプション。 型: string (または resultType 文字列を含む式)。
linkedServiceName データを保存し、処理するためにオンデマンド クラスターで使用される Azure Storage のリンクされたサービスです。 LinkedServiceReference (必須)
mapReduceConfiguration HDInsight クラスターに MapReduce 構成パラメーター (mapred-site.xml) を指定します。
oozieConfiguration HDInsight クラスターに Oozie 構成パラメーター (oozie-site.xml) を指定します。
servicePrincipalId hostSubscriptionId のサービス プリンシパル ID。 型: string (または resultType 文字列を含む式)。
servicePrincipalKey サービス プリンシパル ID のキー。 SecretBase
sparkVersion クラスターの種類が "spark" の場合の spark のバージョン。 型: string (または resultType 文字列を含む式)。
stormConfiguration HDInsight クラスターに Storm 構成パラメーター (storm-site.xml) を指定します。
tenant サービス プリンシパルが属するテナント ID/名前。 型: string (または resultType 文字列を含む式)。
timeToLive オンデマンド HDInsight クラスターに許可されるアイドル時間です。 他のアクティブなジョブがクラスターにない場合、アクティビティ実行の完了後にオンデマンド HDInsight クラスターが起動状態を維持する時間を指定します。 最小値は 5 分です。 型: string (または resultType 文字列を含む式)。
version HDInsight クラスターのバージョン。  型: string (または resultType 文字列を含む式)。
yarnConfiguration HDInsight クラスターに Yarn 構成パラメーター (yarn-site.xml) を指定します。
zookeeperNodeSize HDInsight クラスターの Zoo Keeper ノードのサイズを指定します。

HiveLinkedService

名前 説明
type リンクされたサービスの種類。 "Hive" (必須)
typeProperties Hive Server のリンクされたサービスのプロパティ。 HiveLinkedServiceTypeProperties (必須)

HiveLinkedServiceTypeProperties

名前 説明
allowHostNameCNMismatch SSL 経由で接続するときに、CA が発行した SSL 証明書名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は false です。
allowSelfSignedServerCert サーバーからの自己署名証明書を許可するかどうかを指定します。 既定値は false です。
authenticationType Hive サーバーへのアクセスに使用する認証方法。 "匿名"
"Username"
"UsernameAndPassword"
"WindowsAzureHDInsightService" (必須)
enableSsl SSL を使用して、サーバーへの接続を暗号化するかどうかを指定します。 既定値は false です。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
host Hive サーバーの IP アドレスまたはホスト名。複数のホストは ';' で区切ります (serviceDiscoveryMode が有効な場合のみ)。
httpPath Hive サーバーに対応する部分的な URL。
password [ユーザー名] フィールドに指定したユーザー名に対応するパスワード SecretBase
port Hive サーバーがクライアント接続のリッスンに使用する TCP ポート。
serverType Hive サーバーの種類。 "HiveServer1"
"HiveServer2"
"HiveThriftServer"
serviceDiscoveryMode ZooKeeper サービスの使用を指定する場合は true、そうでない場合は false。
thriftTransportProtocol Thrift レイヤーで使用するトランスポート プロトコル。 "Binary"
"HTTP"
"SASL"
trustedCertPath SSL 経由で接続するときにサーバーを検証するための信頼された CA 証明書を含む .pem ファイルの完全なパス。 このプロパティは、セルフホステッド IR で SSL を使用する場合にのみ設定できます。 既定値は、IR でインストールされる cacerts.pem ファイルです。
useNativeQuery ドライバーがネイティブの HiveQL クエリを使用するか、または HiveQL の同等の形式に変換するかを指定します。
username Hive サーバーへのアクセスに使用するユーザー名。
useSystemTrustStore システムの信頼ストアと指定した PEM ファイルのどちらの CA 証明書を使用するかを指定します。 既定値は false です。
zooKeeperNameSpace Hive サーバーの 2 ノードが追加される ZooKeeper 上の名前空間。

HttpLinkedService

名前 説明
type リンクされたサービスの種類。 "HttpServer" (必須)
typeProperties このリンクされたサービスの種類に固有のプロパティ。 HttpLinkedServiceTypeProperties (必須)

HttpLinkedServiceTypeProperties

名前 説明
authenticationType HTTP サーバーへの接続に使用する認証の種類。 "Anonymous"
"Basic"
"ClientCertificate"
"Digest"
"Windows"
certThumbprint ClientCertificate 認証の証明書の拇印。 オンプレミスのコピーに対してのみ有効です。 ClientCertificate 認証を使用したオンプレミスのコピーの場合は、CertThumbprint または EmbeddedCertData/Password を指定する必要があります。 型: string (または resultType 文字列を含む式)。
embeddedCertData ClientCertificate 認証用の Base64 でエンコードされた証明書データ。 ClientCertificate 認証を使用したオンプレミスのコピーの場合は、CertThumbprint または EmbeddedCertData/Password を指定する必要があります。 型: string (または resultType 文字列を含む式)。
enableServerCertificateValidation true の場合は、HTTPS サーバー SSL 証明書を検証します。 既定値は true です。 型: boolean (または resultType ブール値を持つ式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
password EmbeddedCertData 認証を使用した Basic、Digest、Windows、または ClientCertificate のパスワード。 SecretBase
url HTTP エンドポイントのベース URL (例: )。 https://www.microsoft.com 型: string (または resultType 文字列を含む式)。
userName Basic、Digest、またはWindows 認証のユーザー名。 型: string (または resultType 文字列を含む式)。

HubspotLinkedService

名前 説明
type リンクされたサービスの種類。 "Hubspot" (必須)
typeProperties Hubspot Service のリンクされたサービス プロパティ。 HubspotLinkedServiceTypeProperties (必須)

HubspotLinkedServiceTypeProperties

名前 説明
accessToken 最初に OAuth 統合を認証するときに取得したアクセス トークン。 SecretBase
clientId Hubspot アプリケーションに関連付けられているクライアント ID。
clientSecret Hubspot アプリケーションに関連付けられているクライアント シークレット。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
refreshToken 最初に OAuth 統合を認証するときに取得した更新トークン。 SecretBase
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。

ImpalaLinkedService

名前 説明
type リンクされたサービスの種類。 "Impala" (必須)
typeProperties Impala サーバーのリンクされたサービスプロパティ。 ImpalaLinkedServiceTypeProperties (必須)

ImpalaLinkedServiceTypeProperties

名前 説明
allowHostNameCNMismatch SSL 経由で接続するときに、CA が発行した SSL 証明書名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は false です。
allowSelfSignedServerCert サーバーからの自己署名証明書を許可するかどうかを指定します。 既定値は false です。
authenticationType 使用する認証の種類。 "匿名"
"SASLUsername"
"UsernameAndPassword" (必須)
enableSsl SSL を使用して、サーバーへの接続を暗号化するかどうかを指定します。 既定値は false です。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
host Impala サーバーの IP アドレスまたはホスト名。 (例: 192.168.222.160)
password ユーザー名に対応するパスワード (UsernameAndPassword を使用するとき)。 SecretBase
port Impala サーバーがクライアント接続のリッスンに使用する TCP ポート。 既定値は 21050 です。
trustedCertPath SSL 経由で接続するときにサーバーを検証するための信頼された CA 証明書を含む .pem ファイルの完全なパス。 このプロパティは、セルフホステッド IR で SSL を使用する場合にのみ設定できます。 既定値は、IR でインストールされる cacerts.pem ファイルです。
username Impala サーバーへのアクセスに使用するユーザー名。 既定値は anonymous です (SASLUsername を使用するとき)。
useSystemTrustStore システムの信頼ストアと指定した PEM ファイルのどちらの CA 証明書を使用するかを指定します。 既定値は false です。

JiraLinkedService

名前 説明
type リンクされたサービスの種類。 "Jira" (必須)
typeProperties Jira Service のリンクされたサービス プロパティ。 JiraLinkedServiceTypeProperties (必須)

JiraLinkedServiceTypeProperties

名前 説明
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
host Jira サービスの IP アドレスまたはホスト名。 (例: jira.example.com)
password username フィールドに指定したユーザー名に対応するパスワード。 SecretBase
port Jira サーバーがクライアント接続のリッスンに使用する TCP ポート。 既定値は、HTTPS 経由で接続する場合は 443、HTTP 経由で接続する場合は 8080 です。
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。
username Jira サービスへのアクセスに使用するユーザー名。

MagentoLinkedService

名前 説明
type リンクされたサービスの種類。 "Magento" (必須)
typeProperties Magento サーバーのリンクされたサービスプロパティ。 MagentoLinkedServiceTypeProperties (必須)

MagentoLinkedServiceTypeProperties

名前 説明
accessToken Magento のアクセス トークン。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
host Magento インスタンスの URL。 (つまり、192.168.222.110/magento3)
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。

MariaDBLinkedService

名前 説明
type リンクされたサービスの種類。 "MariaDB" (必須)
typeProperties MariaDB サーバーのリンクされたサービスのプロパティ。 MariaDBLinkedServiceTypeProperties (必須)

MariaDBLinkedServiceTypeProperties

名前 説明
connectionString ODBC 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。

MarketoLinkedService

名前 説明
type リンクされたサービスの種類。 "Marketo" (必須)
typeProperties Marketo サーバーのリンクされたサービス プロパティ。 MarketoLinkedServiceTypeProperties (必須)

MarketoLinkedServiceTypeProperties

名前 説明
clientId Marketo サービスのクライアント ID。
clientSecret Marketo サービスのクライアント シークレット。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
endpoint Marketo サーバーのエンドポイント。 (つまり、123-ABC-321.mktorest.com)
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。

MongoDbLinkedService

名前 説明
type リンクされたサービスの種類。 "MongoDb" (必須)
typeProperties MongoDB のリンクされたサービス プロパティ。 MongoDbLinkedServiceTypeProperties (必須)

MongoDbLinkedServiceTypeProperties

名前 説明
allowSelfSignedServerCert サーバーからの自己署名証明書を許可するかどうかを指定します。 既定値は false です。 型: boolean (または resultType ブール値を持つ式)。
authenticationType MongoDB データベースへの接続に使用する認証の種類。 "Anonymous"
"Basic"
authSource ユーザー名とパスワードを確認するデータベース。 型: string (または resultType 文字列を含む式)。
databaseName アクセスする MongoDB データベースの名前。 型: string (または resultType 文字列を含む式)。
enableSsl SSL を使用して、サーバーへの接続を暗号化するかどうかを指定します。 既定値は false です。 型: boolean (または resultType ブール値を持つ式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
password 認証用のパスワード。 SecretBase
port MongoDB サーバーがクライアント接続をリッスンするために使用する TCP ポート番号。 既定値は 27017 です。 型: integer (または resultType 整数を持つ式)、最小値: 0。
server MongoDB サーバーの IP アドレスまたはサーバー名。 型: string (または resultType 文字列を含む式)。
username 認証用のユーザー名。 型: string (または resultType 文字列を含む式)。

MySqlLinkedService

名前 説明
type リンクされたサービスの種類。 "MySql" (必須)
typeProperties MySQL のリンクされたサービス プロパティ。 MySqlLinkedServiceTypeProperties (必須)

MySqlLinkedServiceTypeProperties

名前 説明
connectionString 接続文字列。 SecretBase (必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。

NetezzaLinkedService

名前 説明
type リンクされたサービスの種類。 "Netezza" (必須)
typeProperties Netezza のリンクされたサービス プロパティ。 NetezzaLinkedServiceTypeProperties (必須)

NetezzaLinkedServiceTypeProperties

名前 説明
connectionString ODBC 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。

ODataLinkedService

名前 説明
type リンクされたサービスの種類。 "OData" (必須)
typeProperties OData のリンクされたサービス プロパティ。 ODataLinkedServiceTypeProperties (必須)

ODataLinkedServiceTypeProperties

名前 説明
authenticationType OData サービスへの接続に使用される認証の種類。 "Anonymous"
"Basic"
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
password OData サービスのパスワード。 SecretBase
url OData サービス エンドポイントの URL。 型: string (または resultType 文字列を含む式)。
userName OData サービスのユーザー名。 型: string (または resultType 文字列を含む式)。

OdbcLinkedService

名前 説明
type リンクされたサービスの種類。 "Odbc" (必須)
typeProperties ODBC のリンクされたサービス プロパティ。 OdbcLinkedServiceTypeProperties (必須)

OdbcLinkedServiceTypeProperties

名前 説明
authenticationType ODBC データ ストアへの接続に使用される認証の種類です。 次のいずれかの値になります。Anonymous および Basic。 型: string (または resultType 文字列を含む式)。
connectionString 接続文字列の非アクセス資格情報部分と、オプションの暗号化された資格情報。 型: string、SecureString、または AzureKeyVaultSecretReference。
資格情報 (credential) ドライバー固有のプロパティ値の形式で指定された接続文字列のアクセス資格情報の部分。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
password 基本認証のパスワード。 SecretBase
userName 基本認証のユーザー名。 型: string (または resultType 文字列を含む式)。

OracleLinkedService

名前 説明
type リンクされたサービスの種類。 "Oracle" (必須)
typeProperties Oracle データベースのリンクされたサービス プロパティ。 OracleLinkedServiceTypeProperties (必須)

OracleLinkedServiceTypeProperties

名前 説明
connectionString 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。

PaypalLinkedService

名前 説明
type リンクされたサービスの種類。 "Paypal" (必須)
typeProperties PayPal サービスのリンクされたサービス プロパティ。 PaypalLinkedServiceTypeProperties (必須)

PaypalLinkedServiceTypeProperties

名前 説明
clientId PayPal アプリケーションに関連付けられているクライアント ID。
clientSecret PayPal アプリケーションに関連付けられているクライアント シークレット。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
host PayPal インスタンスの URL。 (つまり、api.sandbox.paypal.com)
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。

PhoenixLinkedService

名前 説明
type リンクされたサービスの種類。 "Phoenix" (必須)
typeProperties Phoenix サーバーのリンクされたサービス プロパティ。 PhoenixLinkedServiceTypeProperties (必須)

PhoenixLinkedServiceTypeProperties

名前 説明
allowHostNameCNMismatch SSL 経由で接続するときに、CA が発行した SSL 証明書名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は false です。
allowSelfSignedServerCert サーバーからの自己署名証明書を許可するかどうかを指定します。 既定値は false です。
authenticationType Phoenix サーバーへの接続に使用する認証メカニズム。 "Anonymous"
"UsernameAndPassword"
"WindowsAzureHDInsightService" (必須)
enableSsl SSL を使用して、サーバーへの接続を暗号化するかどうかを指定します。 既定値は false です。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
host Phoenix サーバーの IP アドレスまたはホスト名。 (例: 192.168.222.160)
httpPath Phoenix サーバーに対応する部分的な URL。 (つまり、/gateway/sandbox/phoenix/version)。 WindowsAzureHDInsightService を使用している場合、既定値は hbasephoenix です。
password ユーザー名に対応するパスワード。 SecretBase
port Phoenix サーバーがクライアント接続のリッスンに使用する TCP ポート。 既定値は 8765 です。
trustedCertPath SSL 経由で接続するときにサーバーを検証するための信頼された CA 証明書を含む .pem ファイルの完全なパス。 このプロパティは、セルフホステッド IR で SSL を使用する場合にのみ設定できます。 既定値は、IR でインストールされる cacerts.pem ファイルです。
username Phoenix サーバーへの接続に使用されるユーザー名。
useSystemTrustStore システムの信頼ストアと指定した PEM ファイルのどちらの CA 証明書を使用するかを指定します。 既定値は false です。

PostgreSqlLinkedService

名前 説明
type リンクされたサービスの種類。 "PostgreSql" (必須)
typeProperties PostgreSQL のリンクされたサービス プロパティ。 PostgreSqlLinkedServiceTypeProperties (必須)

PostgreSqlLinkedServiceTypeProperties

名前 説明
connectionString 接続文字列。 SecretBase (必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。

PrestoLinkedService

名前 説明
type リンクされたサービスの種類。 "Presto" (必須)
typeProperties Presto サーバーのリンク されたサービス のプロパティ。 PrestoLinkedServiceTypeProperties (必須)

PrestoLinkedServiceTypeProperties

名前 説明
allowHostNameCNMismatch SSL 経由で接続するときに、CA が発行した SSL 証明書名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は false です。
allowSelfSignedServerCert サーバーからの自己署名証明書を許可するかどうかを指定します。 既定値は false です。
authenticationType Presto サーバーへの接続に使用する認証メカニズム。 "匿名"
"LDAP" (必須)
catalog サーバーに対するすべての要求のカタログ コンテキスト。
enableSsl SSL を使用して、サーバーへの接続を暗号化するかどうかを指定します。 既定値は false です。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
host Presto サーバーの IP アドレスまたはホスト名。 (例: 192.168.222.160)
password ユーザー名に対応するパスワード。 SecretBase
port Presto サーバーがクライアント接続のリッスンに使用する TCP ポート。 既定値は 8080 です。
serverVersion Presto サーバーのバージョン。 (例: 0.148-t)
timeZoneID 接続で使用されるローカルのタイム ゾーン。 このオプションの有効な値は、IANA タイム ゾーン データベースで指定されます。 既定値は、システムのタイム ゾーンです。
trustedCertPath SSL 経由で接続するときにサーバーを検証するための信頼された CA 証明書を含む .pem ファイルの完全なパス。 このプロパティは、セルフホステッド IR で SSL を使用する場合にのみ設定できます。 既定値は、IR でインストールされる cacerts.pem ファイルです。
username Presto サーバーへの接続に使用されるユーザー名。
useSystemTrustStore システムの信頼ストアと指定した PEM ファイルのどちらの CA 証明書を使用するかを指定します。 既定値は false です。

QuickBooksLinkedService

名前 説明
type リンクされたサービスの種類。 "QuickBooks" (必須)
typeProperties QuickBooks サーバーのリンク されたサービスのプロパティ。 QuickBooksLinkedServiceTypeProperties (必須)

QuickBooksLinkedServiceTypeProperties

名前 説明
accessToken OAuth 1.0 認証のアクセス トークン。 SecretBase (必須)
accessTokenSecret OAuth 1.0 認証のアクセス トークン シークレット。 SecretBase (必須)
companyId 承認する QuickBooks の会社の会社 ID。
consumerKey OAuth 1.0 認証用のコンシューマー キー。
consumerSecret OAuth 1.0 認証用のコンシューマー シークレット。 SecretBase (必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
endpoint QuickBooks サーバーのエンドポイント。 (つまり、quickbooks.api.intuit.com)
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。

ResponsysLinkedService

名前 説明
type リンクされたサービスの種類。 "Responsys" (必須)
typeProperties Responsys のリンクされたサービス プロパティ。 ResponsysLinkedServiceTypeProperties (必須)

ResponsysLinkedServiceTypeProperties

名前 説明
clientId Responsys アプリケーションに関連付けられているクライアント ID。 型: string (または resultType 文字列を含む式)。
clientSecret Responsys アプリケーションに関連付けられているクライアント シークレット。 型: string (または resultType 文字列を含む式)。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
endpoint Responsys サーバーのエンドポイント。
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。

SalesforceLinkedService

名前 説明
type リンクされたサービスの種類。 "Salesforce" (必須)
typeProperties Salesforce のリンクされたサービス プロパティ。 SalesforceLinkedServiceTypeProperties (必須)

SalesforceLinkedServiceTypeProperties

名前 説明
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
environmentUrl Salesforce インスタンスの URL。 既定値は 'https://login.salesforce.com' です。 サンドボックスからデータをコピーするには、'' をhttps://test.salesforce.com指定します。 カスタム ドメインからデータをコピーするには、たとえば'https://[domain].my.salesforce.com' を指定します。 型: string (または resultType 文字列を含む式)。
password Salesforce インスタンスの基本認証のパスワード。 SecretBase
securityToken Salesforce インスタンスにリモートでアクセスするには、セキュリティ トークンが必要です。 SecretBase
username Salesforce インスタンスの基本認証のユーザー名。 型: string (または resultType 文字列を含む式)。

SalesforceMarketingCloudLinkedService

名前 説明
type リンクされたサービスの種類。 "SalesforceMarketingCloud" (必須)
typeProperties Salesforce Marketing Cloud のリンクされたサービス プロパティ。 SalesforceMarketingCloudLinkedServiceTypeProperties (必須)

SalesforceMarketingCloudLinkedServiceTypeProperties

名前 説明
clientId Salesforce Marketing Cloud アプリケーションに関連付けられたクライアント ID。 型: string (または resultType 文字列を含む式)。
clientSecret Salesforce Marketing Cloud アプリケーションに関連付けられたクライアント シークレット。 型: string (または resultType 文字列を含む式)。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。

SapBWLinkedService

名前 説明
type リンクされたサービスの種類。 "SapBW" (必須)
typeProperties このリンクされたサービスの種類に固有のプロパティ。 SapBWLinkedServiceTypeProperties (必須)

SapBWLinkedServiceTypeProperties

名前 説明
clientId BW システム上のクライアントのクライアント ID。 (通常、文字列として表される 3 桁の 10 進数)型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
password SAP BW サーバーにアクセスするためのパスワード。 SecretBase
server SAP BW インスタンスのホスト名。 型: string (または resultType 文字列を含む式)。
systemNumber BW システムのシステム番号。 (通常、文字列として表される 2 桁の 10 進数)。型: string (または resultType 文字列を含む式)。
userName SAP BW サーバーにアクセスするためのユーザー名。 型: string (または resultType 文字列を含む式)。

SapCloudForCustomerLinkedService

名前 説明
type リンクされたサービスの種類。 "SapCloudForCustomer" (必須)
typeProperties SAP Cloud for Customer のリンクされたサービス プロパティ。 SapCloudForCustomerLinkedServiceTypeProperties (必須)

SapCloudForCustomerLinkedServiceTypeProperties

名前 説明
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 encryptedCredential またはユーザー名/パスワードを指定する必要があります。 型: string (または resultType 文字列を含む式)。
password 基本認証のパスワード。 SecretBase
url SAP Cloud for Customer OData API の URL。 たとえば、'[https://[tenantname].crm.ondemand.com/sap/c4c/odata/v1] などです。 型: string (または resultType 文字列を含む式)。
username 基本認証のユーザー名。 型: string (または resultType 文字列を含む式)。

SapEccLinkedService

名前 説明
type リンクされたサービスの種類。 "SapEcc" (必須)
typeProperties SAP ECC のリンクされたサービス プロパティ。 SapEccLinkedServiceTypeProperties (必須)

SapEccLinkedServiceTypeProperties

名前 説明
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 encryptedCredential またはユーザー名/パスワードを指定する必要があります。 型: string (または resultType 文字列を含む式)。 string
password 基本認証のパスワード。 SecretBase
url SAP ECC OData API の URL。 たとえば、'[https://hostname:port/sap/opu/odata/sap/servicename/]' です。 型: string (または resultType 文字列を含む式)。 string (必須)
username 基本認証のユーザー名。 型: string (または resultType 文字列を含む式)。 string

SapHanaLinkedService

名前 説明
type リンクされたサービスの種類。 "SapHana" (必須)
typeProperties このリンクされたサービスの種類に固有のプロパティ。 SapHanaLinkedServiceProperties (必須)

SapHanaLinkedServiceProperties

名前 説明
authenticationType SAP HANA サーバーへの接続に使用する認証の種類。 "Basic"
"Windows"
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
password SAP HANA サーバーにアクセスするためのパスワード。 SecretBase
server SAP HANA サーバーのホスト名。 型: string (または resultType 文字列を含む式)。
userName SAP HANA サーバーにアクセスするためのユーザー名。 型: string (または resultType 文字列を含む式)。

ServiceNowLinkedService

名前 説明
type リンクされたサービスの種類。 "ServiceNow" (必須)
typeProperties ServiceNow サーバーのリンクされたサービスプロパティ。 ServiceNowLinkedServiceTypeProperties (必須)

ServiceNowLinkedServiceTypeProperties

名前 説明
authenticationType 使用する認証の種類。 "Basic"
"OAuth2" (必須)
clientId OAuth2 認証のクライアント ID。
clientSecret OAuth2 認証のクライアント シークレット。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
endpoint ServiceNow サーバーのエンドポイント。 ({instance}.service-now.com)
password Basic および OAuth2 認証のユーザー名に対応するパスワード。 SecretBase
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。
username Basic および OAuth2 認証で ServiceNow サーバーへの接続に使用されるユーザー名。

SftpServerLinkedService

名前 説明
type リンクされたサービスの種類。 "Sftp" (必須)
typeProperties このリンクされたサービスの種類に固有のプロパティ。 SftpServerLinkedServiceTypeProperties (必須)

SftpServerLinkedServiceTypeProperties

名前 説明
authenticationType FTP サーバーへの接続に使用する認証の種類。 "Basic"
"SshPublicKey"
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
host SFTP サーバーのホスト名。 型: string (または resultType 文字列を含む式)。
hostKeyFingerprint SFTP サーバーのホスト キーフィンガープリント。 SkipHostKeyValidation が false の場合は、HostKeyFingerprint を指定する必要があります。 型: string (または resultType 文字列を含む式)。
passPhrase SSH 秘密キーが暗号化されている場合に SSH 秘密キーを復号化するためのパスワード。 SecretBase
password 基本認証用に SFTP サーバーにログオンするためのパスワード。 SecretBase
port SFTP サーバーがクライアント接続をリッスンするために使用する TCP ポート番号。 既定値は 22 です。 型: integer (または resultType 整数を含む式)、最小: 0。
privateKeyContent SshPublicKey 認証用の Base64 でエンコードされた SSH 秘密キーコンテンツ。 SshPublicKey 認証を使用したオンプレミス のコピーの場合は、PrivateKeyPath または PrivateKeyContent を指定する必要があります。 SSH 秘密キーは、OpenSSH 形式にする必要があります。 SecretBase
privateKeyPath SshPublicKey 認証の SSH 秘密キー ファイル パス。 オンプレミスのコピーに対してのみ有効です。 SshPublicKey 認証を使用したオンプレミス のコピーの場合は、PrivateKeyPath または PrivateKeyContent を指定する必要があります。 SSH 秘密キーは、OpenSSH 形式にする必要があります。 型: string (または resultType 文字列を含む式)。
skipHostKeyValidation true の場合は、SSH ホスト キーの検証をスキップします。 既定値は false です。 型: boolean (または resultType ブール値を持つ式)。
userName SFTP サーバーへのログオンに使用されるユーザー名。 型: string (または resultType 文字列を含む式)。

ShopifyLinkedService

名前 説明
type リンクされたサービスの種類。 "Shopify" (必須)
typeProperties Shopify Service のリンクされたサービス プロパティ。 ShopifyLinkedServiceTypeProperties (必須)

ShopifyLinkedServiceTypeProperties

名前 説明
accessToken Shopify のデータへのアクセスに使用する API アクセス トークン。 トークンがオフライン モードの場合、有効期限は切れません。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
host Shopify サーバーのエンドポイント。 (つまり、mystore.myshopify.com)
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。

SparkLinkedService

名前 説明
type リンクされたサービスの種類。 "Spark" (必須)
typeProperties Spark Server のリンクされたサービスのプロパティ。 SparkLinkedServiceTypeProperties (必須)

SparkLinkedServiceTypeProperties

名前 説明
allowHostNameCNMismatch SSL 経由で接続するときに、CA が発行した SSL 証明書名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は false です。
allowSelfSignedServerCert サーバーからの自己署名証明書を許可するかどうかを指定します。 既定値は false です。
authenticationType Spark サーバーへのアクセスに使用する認証方法。 "匿名"
"Username"
"UsernameAndPassword"
"WindowsAzureHDInsightService" (必須)
enableSsl SSL を使用して、サーバーへの接続を暗号化するかどうかを指定します。 既定値は false です。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
host Spark サーバーの IP アドレスまたはホスト名
httpPath Spark サーバーに対応する部分的な URL。
password [ユーザー名] フィールドに指定したユーザー名に対応するパスワード SecretBase
port Spark サーバーがクライアント接続のリッスンに使用する TCP ポート。
serverType Spark サーバーの種類。 "SharkServer"
"SharkServer2"
"SparkThriftServer"
thriftTransportProtocol Thrift レイヤーで使用するトランスポート プロトコル。 "Binary"
"HTTP"
"SASL"
trustedCertPath SSL 経由で接続するときにサーバーを検証するための信頼された CA 証明書を含む .pem ファイルの完全なパス。 このプロパティは、セルフホステッド IR で SSL を使用する場合にのみ設定できます。 既定値は、IR でインストールされる cacerts.pem ファイルです。
username Spark サーバーへのアクセスに使用するユーザー名。
useSystemTrustStore システムの信頼ストアと指定した PEM ファイルのどちらの CA 証明書を使用するかを指定します。 既定値は false です。

SqlServerLinkedService

名前 説明
type リンクされたサービスの種類。 "SqlServer" (必須)
typeProperties リンクされたサービス プロパティをSQL Serverします。 SqlServerLinkedServiceTypeProperties (必須)

SqlServerLinkedServiceTypeProperties

名前 説明
connectionString 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
password オンプレミスのWindows 認証パスワード。 SecretBase
userName オンプレミスのWindows 認証ユーザー名。 型: string (または resultType 文字列を含む式)。

SquareLinkedService

名前 説明
type リンクされたサービスの種類。 "Square" (必須)
typeProperties Square Service のリンクされたサービス プロパティ。 SquareLinkedServiceTypeProperties (必須)

SquareLinkedServiceTypeProperties

名前 説明
clientId Square アプリケーションに関連付けられているクライアント ID。
clientSecret Square アプリケーションに関連付けられているクライアント シークレット。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
host Square インスタンスの URL。 (例: mystore.mysquare.com)
redirectUri Square アプリケーションのダッシュボードで割り当てられるリダイレクト URL。 (http://localhost:2500 など)
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。

SybaseLinkedService

名前 説明
type リンクされたサービスの種類。 "Sybase" (必須)
typeProperties Sybase のリンクされたサービス プロパティ。 SybaseLinkedServiceTypeProperties (必須)

SybaseLinkedServiceTypeProperties

名前 説明
authenticationType 接続に使用する AuthenticationType。 "Basic"
"Windows"
database 接続のデータベース名。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
password 認証用のパスワード。 SecretBase
schema 接続のスキーマ名。 型: string (または resultType 文字列を含む式)。
server 接続のサーバー名。 型: string (または resultType 文字列を含む式)。
username 認証用のユーザー名。 型: string (または resultType 文字列を含む式)。

TeradataLinkedService

名前 説明
type リンクされたサービスの種類。 "Teradata" (必須)
typeProperties Teradata のリンクされたサービス プロパティ。 TeradataLinkedServiceTypeProperties (必須)

TeradataLinkedServiceTypeProperties

名前 説明
authenticationType 接続に使用する AuthenticationType。 "Basic"
"Windows"
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
password 認証用のパスワード。 SecretBase
server 接続のサーバー名。 型: string (または resultType 文字列を含む式)。
username 認証用のユーザー名。 型: string (または resultType 文字列を含む式)。

VerticaLinkedService

名前 説明
type リンクされたサービスの種類。 "Vertica" (必須)
typeProperties Vertica のリンクされたサービス プロパティ。 VerticaLinkedServiceTypeProperties (必須)

VerticaLinkedServiceTypeProperties

名前 説明
connectionString ODBC 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。

WebLinkedService

名前 説明
type リンクされたサービスの種類。 "Web" (必須)
typeProperties Web リンクサービスのプロパティ。 WebLinkedServiceTypeProperties (必須)

WebLinkedServiceTypeProperties

名前 説明
url Web サービス エンドポイントの URL (例: )。 https://www.microsoft.com 型: string (または resultType 文字列を含む式)。
authenticationType オブジェクトの種類を設定する 匿名
Basic
ClientCertificate (必須)

WebAnonymousAuthentication

名前 説明
authenticationType Web テーブル ソースへの接続に使用される認証の種類。 "Anonymous" (必須)

WebBasicAuthentication

名前 説明
authenticationType Web テーブル ソースへの接続に使用される認証の種類。 "Basic" (必須)
password 基本認証のパスワード。 SecretBase (必須)
username 基本認証のユーザー名。 型: string (または resultType 文字列を含む式)。

WebClientCertificateAuthentication

名前 説明
authenticationType Web テーブル ソースへの接続に使用される認証の種類。 "ClientCertificate" (必須)
password PFX ファイルのパスワード。 SecretBase (必須)
pfx PFX ファイルの Base64 でエンコードされた内容。 SecretBase (必須)

XeroLinkedService

名前 説明
type リンクされたサービスの種類。 "Xero" (必須)
typeProperties Xero サービスのリンクされたサービス プロパティ。 XeroLinkedServiceTypeProperties (必須)

XeroLinkedServiceTypeProperties

名前 説明
consumerKey Xero アプリケーションに関連付けられているコンシューマー キー。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
host Xero サーバーのエンドポイント。 (つまり、api.xero.com)
privateKey Xero プライベート アプリケーション用に生成された .pem ファイルの秘密キー。 Unix 行の終わりを含め、.pem ファイルのすべてのテキストを含める必要があります(
).
SecretBase
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。

ZohoLinkedService

名前 説明
type リンクされたサービスの種類。 "Zoho" (必須)
typeProperties Zoho サーバーのリンクされたサービスのプロパティ。 ZohoLinkedServiceTypeProperties (必須)

ZohoLinkedServiceTypeProperties

名前 説明
accessToken Zoho 認証のアクセス トークン。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
endpoint Zoho サーバーのエンドポイント。 (つまり、crm.zoho.com/crm/private)
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。