次の方法で共有


Microsoft.DataFactory ファクトリ/linkedservices

Bicep リソース定義

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

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

リソース形式

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

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

LinkedService オブジェクト

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

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

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

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

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

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

  type: 'AmazonRdsForSqlServer'
  typeProperties: {
    alwaysEncryptedSettings: {
      alwaysEncryptedAkvAuthType: 'string'
      credential: {
        referenceName: 'string'
        type: 'CredentialReference'
        {customized property}: any()
      }
      servicePrincipalId: any()
      servicePrincipalKey: {
        type: 'string'
        // For remaining properties, see SecretBase objects
      }
    }
    connectionString: any()
    encryptedCredential: 'string'
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    userName: any()
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  type: 'AzureKeyVault'
  typeProperties: {
    baseUrl: any()
    credential: {
      referenceName: 'string'
      type: 'CredentialReference'
      {customized property}: any()
    }
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  type: 'AzureSqlDatabase'
  typeProperties: {
    alwaysEncryptedSettings: {
      alwaysEncryptedAkvAuthType: 'string'
      credential: {
        referenceName: 'string'
        type: 'CredentialReference'
        {customized property}: any()
      }
      servicePrincipalId: any()
      servicePrincipalKey: {
        type: 'string'
        // For remaining properties, see SecretBase objects
      }
    }
    azureCloudType: any()
    connectionString: any()
    credential: {
      referenceName: 'string'
      type: 'CredentialReference'
      {customized property}: any()
    }
    encryptedCredential: 'string'
    password: {
      secretName: any()
      secretVersion: any()
      store: {
        parameters: {
          {customized property}: any()
        }
        referenceName: 'string'
        type: 'LinkedServiceReference'
      }
      type: 'string'
    }
    servicePrincipalId: any()
    servicePrincipalKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    tenant: any()
  }

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

  type: 'AzureSqlDW'
  typeProperties: {
    azureCloudType: any()
    connectionString: any()
    credential: {
      referenceName: 'string'
      type: 'CredentialReference'
      {customized property}: any()
    }
    encryptedCredential: 'string'
    password: {
      secretName: any()
      secretVersion: any()
      store: {
        parameters: {
          {customized property}: any()
        }
        referenceName: 'string'
        type: 'LinkedServiceReference'
      }
      type: 'string'
    }
    servicePrincipalId: any()
    servicePrincipalKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    tenant: any()
  }

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

  type: 'AzureSqlMI'
  typeProperties: {
    alwaysEncryptedSettings: {
      alwaysEncryptedAkvAuthType: 'string'
      credential: {
        referenceName: 'string'
        type: 'CredentialReference'
        {customized property}: any()
      }
      servicePrincipalId: any()
      servicePrincipalKey: {
        type: 'string'
        // For remaining properties, see SecretBase objects
      }
    }
    azureCloudType: any()
    connectionString: any()
    credential: {
      referenceName: 'string'
      type: 'CredentialReference'
      {customized property}: any()
    }
    encryptedCredential: 'string'
    password: {
      secretName: any()
      secretVersion: any()
      store: {
        parameters: {
          {customized property}: any()
        }
        referenceName: 'string'
        type: 'LinkedServiceReference'
      }
      type: 'string'
    }
    servicePrincipalId: any()
    servicePrincipalKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    tenant: any()
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  type: 'CustomDataSource'
  typeProperties: any()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  type: 'SqlServer'
  typeProperties: {
    alwaysEncryptedSettings: {
      alwaysEncryptedAkvAuthType: 'string'
      credential: {
        referenceName: 'string'
        type: 'CredentialReference'
        {customized property}: any()
      }
      servicePrincipalId: any()
      servicePrincipalKey: {
        type: 'string'
        // For remaining properties, see SecretBase objects
      }
    }
    connectionString: any()
    encryptedCredential: 'string'
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    userName: any()
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

SecretBase オブジェクト

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

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

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

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

  type: 'SecureString'
  value: 'string'

WebLinkedServiceTypeProperties オブジェクト

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

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

  authenticationType: 'Anonymous'

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
AmazonRdsForOracle
AmazonRdsForSqlServer
AmazonRedshift
AmazonS3
AmazonS3Compatible
AppFigures
Asana
AzureBatch
AzureBlobFS
AzureBlobStorage
AzureDatabricks
AzureDatabricksDeltaLake
AzureDataExplorer
AzureDataLakeAnalytics
AzureDataLakeStore
AzureFileStorage
AzureFunction
AzureKeyVault
AzureMariaDB
AzureML
AzureMLService
AzureMySql
AzurePostgreSql
AzureSearch
AzureSqlDatabase
AzureSqlDW
AzureSqlMI
AzureStorage
AzureSynapseArtifacts
AzureTableStorage
Cassandra
CommonDataServiceForApps
Concur
CosmosDb
CosmosDbMongoDbApi
Couchbase
CustomDataSource
Dataworld
Db2
Drill
Dynamics
DynamicsAX
DynamicsCrm
Eloqua
FileServer
FtpServer
GoogleAdWords
GoogleBigQuery
GoogleBigQueryV2
GoogleCloudStorage
GoogleSheets
Greenplum
HBase
Hdfs
HDInsight
HDInsightOnDemand
Hive
HttpServer
Hubspot
Impala
Informix
Jira
レイクハウス
Magento
MariaDB
Marketo
MicrosoftAccess
Mongodb
MongoDbAtlas
MongoDbV2
MySql
Netezza
OData
Odbc
Office365
Oracle
OracleCloudStorage
OracleServiceCloud
Paypal
Phoenix
Postgresql
PostgreSqlV2
Presto
クイックベース
QuickBooks
Responsys
RestService
Salesforce
SalesforceMarketingCloud
SalesforceServiceCloud
SalesforceServiceCloudV2
SalesforceV2
SapBW
SapCloudForCustomer
SapEcc
SapHana
SapOdp
SapOpenHub
SapTable
ServiceNow
ServiceNowV2
Sftp
SharePointOnlineList
Shopify
Smartsheet
Snowflake
SnowflakeV2
Spark
Sqlserver
広場
Sybase
TeamDesk
Teradata
Twilio
Vertica
ウェアハウス
Web
Xero
Zendesk
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。 string
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

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

LinkedServiceReference

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

SecureString

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

AmazonRdsForOracleLinkedService

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

AmazonRdsForLinkedServiceTypeProperties

名前 説明
connectionString 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。 Bicep の場合は、 any() 関数を使用できます。(必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password 接続文字列のパスワードの Azure Key Vault シークレットリファレンス。 SecretBase

AmazonRdsForSqlServerLinkedService

名前 説明
type リンクされたサービスの種類。 'AmazonRdsForSqlServer' (必須)
typeProperties Amazon RDS for SQL Serverリンクされたサービス プロパティ。 AmazonRdsForSqlServerLinkedServiceTypeProperties (必須)

AmazonRdsForSqlServerLinkedServiceTypeProperties

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

SqlAlwaysEncryptedProperties

名前 説明
alwaysEncryptedAkvAuthType Sql は常に暗号化された AKV 認証の種類です。 型: string。 'ManagedIdentity'
'ServicePrincipal'
'UserAssignedManagedIdentity' (必須)
資格情報 (credential) 認証情報を含む資格情報参照。 CredentialReference
servicePrincipalId Azure Key Vault認証に使用される Azure Active Directory 内のアプリケーションのクライアント ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
servicePrincipalKey Azure Key Vaultに対する認証に使用されるサービス プリンシパルのキー。 SecretBase

CredentialReference

名前 説明
referenceName 参照資格情報の名前。 string (必須)
資格情報参照の種類。 'CredentialReference' (必須)
{カスタマイズされたプロパティ} Bicep の場合は、 any() 関数を使用できます。

AmazonRedshiftLinkedService

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

AmazonRedshiftLinkedServiceTypeProperties

名前 説明
database Amazon Redshift ソースのデータベース名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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() 関数を使用できます。
authenticationType S3 の認証の種類。 使用できる値: AccessKey (既定値) または TemporarySecurityCredentials。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
secretAccessKey Amazon S3 Identity and Access Management (IAM) ユーザーのシークレット アクセス キー。 SecretBase
serviceUrl この値は、S3 コネクタでアクセスするエンドポイントを指定します。 これは省略可能なプロパティです。別のサービス エンドポイントを試す場合、または https と http を切り替える場合にのみ変更してください。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
sessionToken S3 一時セキュリティ資格情報のセッション トークン。 SecretBase

AmazonS3CompatibleLinkedService

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

AmazonS3CompatibleLinkedServiceTypeProperties

名前 説明
accessKeyId Amazon S3 互換 ID およびアクセス管理 (IAM) ユーザーのアクセス キー識別子。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
forcePathStyle true の場合は、仮想ホストスタイルのアクセスではなく、S3 パス スタイルのアクセスを使用します。 既定値は false です。 型: boolean (または resultType ブール値を持つ式)。 Bicep の場合は、 any() 関数を使用できます。
secretAccessKey Amazon S3 互換 ID およびアクセス管理 (IAM) ユーザーのシークレット アクセス キー。 SecretBase
serviceUrl この値は、Amazon S3 互換コネクタでアクセスするエンドポイントを指定します。 これは省略可能なプロパティです。別のサービス エンドポイントを試す場合、または https と http を切り替える場合にのみ変更してください。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

AppFiguresLinkedService

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

AppFiguresLinkedServiceTypeProperties

名前 説明
clientKey AppFigures ソースのクライアント キー。 SecretBase (必須)
password AppFigures ソースのパスワード。 SecretBase (必須)
userName Appfigures ソースのユーザー名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)

AsanaLinkedService

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

AsanaLinkedServiceTypeProperties

名前 説明
apiToken Asana ソースの API トークン。 SecretBase (必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string

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() 関数を使用できます。(必須)
資格情報 (credential) 認証情報を含む資格情報参照。 CredentialReference
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
linkedServiceName Azure Storage のリンクされたサービスの参照。 LinkedServiceReference (必須)
poolName Azure Batch プール名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)

AzureBlobFSLinkedService

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

AzureBlobFSLinkedServiceTypeProperties

名前 説明
accountKey Azure Data Lake Storage Gen2 サービスのアカウント キー。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
azureCloudType サービス プリンシパル認証の Azure クラウドの種類を示します。使用できる値は、AzurePublic、AzureChina、AzureUsGovernment、AzureGermany です。 既定値は、データ ファクトリ リージョンのクラウドの種類です。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
資格情報 (credential) 認証情報を含む資格情報参照。 CredentialReference
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
sasToken sas uri 内の sasToken の Azure Key Vault シークレット参照。 SecretBase
sasUri Azure Data Lake Storage Gen2 サービスの SAS URI。 型: string、SecureString、または AzureKeyVaultSecretReference。 Bicep の場合は、 any() 関数を使用できます。
servicePrincipalCredential Azure Active Directory のサービス プリンシパル オブジェクトの資格情報。 servicePrincipalCredentialType が 'ServicePrincipalKey' の場合、servicePrincipalCredential には SecureString または AzureKeyVaultSecretReference を指定できます。 servicePrincipalCredentialType が 'ServicePrincipalCert' の場合、servicePrincipalCredential には AzureKeyVaultSecretReference のみを指定できます。 SecretBase
servicePrincipalCredentialType サーバー間認証で使用するサービス プリンシパルの資格情報の種類。 キー/シークレットの場合は 'ServicePrincipalKey'、証明書の場合は 'ServicePrincipalCert' です。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
servicePrincipalId Azure Data Lake Storage Gen2 アカウントに対する認証に使用されるアプリケーションの ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
servicePrincipalKey Azure Data Lake Storage Gen2 アカウントに対する認証に使用されるアプリケーションのキー。 SecretBase
tenant サービス プリンシパルが属するテナントの名前または ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
url Azure Data Lake Storage Gen2 サービスのエンドポイント。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

AzureBlobStorageLinkedService

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

AzureBlobStorageLinkedServiceTypeProperties

名前 説明
accountKey 接続文字列の accountKey の Azure Key Vault シークレット リファレンス。 AzureKeyVaultSecretReference
accountKind ストレージ アカウントの種類を指定します。 使用できる値は、以下のとおりです。Storage (汎用 v1)、StorageV2 (汎用 v2)、BlobStorage、または BlockBlobStorage。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
authenticationType 認証に使用される型。 型: string。 'AccountKey'
'匿名'
'Msi'
'SasUri'
'ServicePrincipal'
azureCloudType サービスプリンシパル認証の Azure クラウドの種類を示します。使用できる値は、AzurePublic、AzureChina、AzureUsGovernment、AzureGermany です。 既定値は、データ ファクトリ リージョンのクラウドの種類です。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
connectionString 接続文字列。 これは、sasUri、serviceEndpoint プロパティと相互に排他的です。 型: string、SecureString、または AzureKeyVaultSecretReference。 Bicep の場合は、 any() 関数を使用できます。
containerUri Azure Blob Storage リソースのコンテナー URI では、匿名アクセスのみがサポートされます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
資格情報 (credential) 認証情報を含む資格情報参照。 CredentialReference
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
sasToken sas uri 内の sasToken の Azure キー コンテナー シークレット参照。 AzureKeyVaultSecretReference
sasUri Azure Blob Storage リソースの SAS URI。 connectionString、serviceEndpoint プロパティと相互に排他的です。 型: string、SecureString、または AzureKeyVaultSecretReference。 Bicep の場合は、 any() 関数を使用できます。
serviceEndpoint Azure Blob Storage リソースの BLOB サービス エンドポイント。 connectionString、sasUri プロパティと相互に排他的です。 Bicep の場合は、 any() 関数を使用できます。
servicePrincipalId Azure SQL Data Warehouseに対する認証に使用されるサービス プリンシパルの ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
servicePrincipalKey Azure SQL Data Warehouseに対する認証に使用されるサービス プリンシパルのキー。 SecretBase
tenant サービス プリンシパルが属するテナントの名前または ID。 型: 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
認証 databricks REST API にワークスペース リソース ID を使用する場合は、MSI を指定するために必要です。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
資格情報 (credential) 認証情報を含む資格情報参照。 CredentialReference
domain {REGION}.azuredatabricks.net、Databricks デプロイのドメイン名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
existingClusterId このアクティビティのすべての実行に使用される既存の対話型クラスターの ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
instancePoolId このアクティビティのすべての実行に使用される既存のインスタンス プールの ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
newClusterCustomTags クラスター リソースの追加のタグ。 インスタンス プールの構成では、このプロパティは無視されます。 object
newClusterDriverNodeType 新しいジョブ クラスターのドライバー ノードの種類。 インスタンス プールの構成では、このプロパティは無視されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
newClusterEnableElasticDisk 新しいクラスターでエラスティック ディスクを有効にします。 このプロパティは無視され、Databricks の既定のエラスティック ディスク動作を受け取ります (エラスティック ディスクは常に有効になっています)。 型: boolean (または resultType ブール値を持つ式)。 Bicep の場合は、 any() 関数を使用できます。
newClusterInitScripts 新しいクラスターのユーザー定義初期化スクリプト。 型: 文字列の配列 (または文字列の resultType 配列を持つ式)。 Bicep の場合は、 any() 関数を使用できます。
newClusterLogDestination Spark ドライバー、ワーカー、およびイベント ログを配信する場所を指定します。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
newClusterNodeType 新しいジョブ クラスターのノードの種類。 newClusterVersion が指定され、instancePoolId が指定されていない場合は、このプロパティが必要です。 instancePoolId が指定されている場合、このプロパティは無視されます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
newClusterNumOfWorker 既存の対話型クラスターを使用しない場合は、新しいジョブ クラスターまたはインスタンス プールに使用するワーカー ノードの数を指定します。 新しいジョブ クラスターの場合、文字列形式の Int32 ('1' など) は、numOfWorker が 1 または '1:10' であることを意味し、1 (最小) から 10 (最大) に自動スケーリングすることを意味します。 インスタンス プールの場合、これは文字列形式の Int32 であり、'2' などの固定数のワーカー ノードのみを指定できます。 newClusterVersion が指定されている場合は必須です。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
newClusterSparkConf オプションのユーザー指定の Spark 構成キーと値のペアのセット。 AzureDatabricksLinkedServiceTypePropertiesNewCluster...
newClusterSparkEnvVars オプションの、ユーザー指定の Spark 環境変数のキーと値のペアのセット。 AzureDatabricksLinkedServiceTypePropertiesNewCluster...
newClusterVersion 既存の対話型クラスターを使用しない場合は、このアクティビティの実行ごとに作成された新しいジョブ クラスターまたはインスタンス プール ノードの Spark バージョンを指定します。 instancePoolId が指定されている場合は必須です。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
policyId ユーザー定義のルール セットに基づいてクラスターを構成する機能を制限するためのポリシー ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
workspaceResourceId databricks REST API のワークスペース リソース ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

AzureDatabricksLinkedServiceTypePropertiesNewCluster...

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

AzureDatabricksLinkedServiceTypePropertiesNewCluster...

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

AzureDatabricksDeltaLakeLinkedService

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

AzureDatabricksDetltaLakeLinkedServiceTypeProperties

名前 説明
accessToken databricks REST API のアクセス トークン。 [https://aka.ms/classiciaasmigrationfaqs](https://docs.azuredatabricks.net/api/latest/authentication.html ) を参照してください。 型: string、SecureString、または AzureKeyVaultSecretReference。 SecretBase
clusterId このジョブのすべての実行に使用される既存の対話型クラスターの ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
資格情報 (credential) 認証情報を含む資格情報参照。 CredentialReference
domain {REGION}.azuredatabricks.net、Databricks デプロイのドメイン名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
workspaceResourceId databricks REST API のワークスペース リソース ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

AzureDataExplorerLinkedService

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

AzureDataExplorerLinkedServiceTypeProperties

名前 説明
資格情報 (credential) 認証情報を含む資格情報参照。 CredentialReference
database 接続のデータベース名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
endpoint Azure Data Explorerのエンドポイント (エンジンのエンドポイント)。 URL は の形式 https://{clusterName}.{regionName}.kusto.windows.netになります。 型: string (または resultType 文字列を含む式) Bicep の場合は、 any() 関数を使用できます。(必須)
servicePrincipalId Azure Data Explorerに対する認証に使用されるサービス プリンシパルの ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
servicePrincipalKey Kusto に対する認証に使用されるサービス プリンシパルのキー。 SecretBase
tenant サービス プリンシパルが属するテナントの名前または ID。 型: string (または resultType 文字列を含む式)。 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。 string
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() 関数を使用できます。
azureCloudType サービスプリンシパル認証の Azure クラウドの種類を示します。使用できる値は、AzurePublic、AzureChina、AzureUsGovernment、AzureGermany です。 既定値は、データ ファクトリ リージョンのクラウドの種類です。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
資格情報 (credential) 認証情報を含む資格情報参照。 CredentialReference
dataLakeStoreUri Data Lake Store サービス URI。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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() 関数を使用できます。

AzureFileStorageLinkedService

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

AzureFileStorageLinkedServiceTypeProperties

名前 説明
accountKey 接続文字列の accountKey の Azure Key Vault シークレット リファレンス。 AzureKeyVaultSecretReference
connectionString 接続文字列。 sasUri プロパティと相互に排他的です。 型: string、SecureString、または AzureKeyVaultSecretReference。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
fileShare Azure ファイル共有名。 accountKey/sasToken を使用して認証する場合に必要です。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
host サーバーのホスト名前。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
password サーバーにログオンするためのパスワード。 SecretBase
sasToken sas uri 内の sasToken の Azure キー コンテナー シークレット参照。 AzureKeyVaultSecretReference
sasUri Azure File リソースの SAS URI。 connectionString プロパティと相互に排他的です。 型: string、SecureString、または AzureKeyVaultSecretReference。 Bicep の場合は、 any() 関数を使用できます。
スナップショット Azure ファイル共有スナップショットバージョン。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
userId サーバーにログオンするユーザー ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

AzureFunctionLinkedService

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

AzureFunctionLinkedServiceTypeProperties

名前 説明
認証 AzureFunction への接続に使用される認証の種類 (MSI を指定するために必要)。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
資格情報 (credential) 認証情報を含む資格情報参照。 CredentialReference
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
functionAppUrl Azure 関数アプリのエンドポイント。 URL は の形式 https://{accountName}.azurewebsites.netになります。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
functionKey Azure Function App の関数キーまたはホスト キー。 SecretBase
resourceId Azure 関数のトークン 対象ユーザーを許可しました。 型: 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() 関数を使用できます。(必須)
資格情報 (credential) 認証情報を含む資格情報参照。 CredentialReference

AzureMariaDBLinkedService

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

AzureMariaDBLinkedServiceTypeProperties

名前 説明
connectionString ODBC 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
pwd 接続文字列のパスワードの Azure Key Vault シークレットリファレンス。 AzureKeyVaultSecretReference

AzureMLLinkedService

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

AzureMLLinkedServiceTypeProperties

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

AzureMLServiceLinkedService

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

AzureMLServiceLinkedServiceTypeProperties

名前 説明
認証 AzureML への接続に使用される認証の種類 (MSI を指定するために必要)。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
mlWorkspaceName Azure ML Service ワークスペース名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
resourceGroupName Azure ML Service ワークスペースのリソース グループ名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
servicePrincipalId 発行された Azure ML サービス パイプラインのエンドポイントに対する認証に使用されるサービス プリンシパルの ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
servicePrincipalKey 発行された Azure ML サービス パイプラインのエンドポイントに対する認証に使用されるサービス プリンシパルのキー。 SecretBase
subscriptionId Azure ML Service ワークスペースのサブスクリプション ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
tenant サービス プリンシパルが属するテナントの名前または ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

AzureMySqlLinkedService

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

AzureMySqlLinkedServiceTypeProperties

名前 説明
connectionString 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。 Bicep の場合は、 any() 関数を使用できます。(必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password 接続文字列のパスワードの Azure Key Vault シークレット リファレンス。 AzureKeyVaultSecretReference

AzurePostgreSqlLinkedService

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

AzurePostgreSqlLinkedServiceTypeProperties

名前 説明
connectionString ODBC 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password 接続文字列のパスワードの Azure Key Vault シークレット リファレンス。 AzureKeyVaultSecretReference

AzureSearchLinkedService

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

AzureSearchLinkedServiceTypeProperties

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

AzureSqlDatabaseLinkedService

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

AzureSqlDatabaseLinkedServiceTypeProperties

名前 説明
alwaysEncryptedSettings Sql は常に暗号化されたプロパティです。 SqlAlwaysEncryptedProperties
azureCloudType サービス プリンシパル認証の Azure クラウドの種類を示します。使用できる値は、AzurePublic、AzureChina、AzureUsGovernment、AzureGermany です。 既定値は、データ ファクトリ リージョンのクラウドの種類です。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
connectionString 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。 Bicep の場合は、 any() 関数を使用できます。(必須)
資格情報 (credential) 認証情報を含む資格情報参照。 CredentialReference
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password 接続文字列のパスワードの Azure Key Vault シークレットリファレンス。 AzureKeyVaultSecretReference
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

名前 説明
azureCloudType サービスプリンシパル認証の Azure クラウドの種類を示します。使用できる値は、AzurePublic、AzureChina、AzureUsGovernment、AzureGermany です。 既定値は、データ ファクトリ リージョンのクラウドの種類です。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
connectionString 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。 型: string、SecureString、または AzureKeyVaultSecretReference。 Bicep の場合は、 any() 関数を使用できます。(必須)
資格情報 (credential) 認証情報を含む資格情報参照。 CredentialReference
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password 接続文字列のパスワードの Azure Key Vault シークレットリファレンス。 AzureKeyVaultSecretReference
servicePrincipalId Azure SQL Data Warehouseに対する認証に使用されるサービス プリンシパルの ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
servicePrincipalKey Azure SQL Data Warehouseに対する認証に使用されるサービス プリンシパルのキー。 SecretBase
tenant サービス プリンシパルが属するテナントの名前または ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

AzureSqlMILinkedService

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

AzureSqlMILinkedServiceTypeProperties

名前 説明
alwaysEncryptedSettings Sql は常に暗号化されたプロパティです。 SqlAlwaysEncryptedProperties
azureCloudType サービスプリンシパル認証の Azure クラウドの種類を示します。使用できる値は、AzurePublic、AzureChina、AzureUsGovernment、AzureGermany です。 既定値は、データ ファクトリ リージョンのクラウドの種類です。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
connectionString 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。 Bicep の場合は、 any() 関数を使用できます。(必須)
資格情報 (credential) 認証情報を含む資格情報参照。 CredentialReference
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password 接続文字列のパスワードの Azure Key Vault シークレットリファレンス。 AzureKeyVaultSecretReference
servicePrincipalId Azure SQL Managed Instanceに対する認証に使用されるサービス プリンシパルの ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
servicePrincipalKey Azure SQL Managed Instanceに対する認証に使用されるサービス プリンシパルのキー。 SecretBase
tenant サービス プリンシパルが属するテナントの名前または ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

AzureStorageLinkedService

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

AzureStorageLinkedServiceTypeProperties

名前 説明
accountKey 接続文字列の accountKey の Azure Key Vault シークレット リファレンス。 AzureKeyVaultSecretReference
connectionString 接続文字列。 sasUri プロパティと相互に排他的です。 型: string、SecureString、または AzureKeyVaultSecretReference。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
sasToken sas uri 内の sasToken の Azure キー コンテナー シークレット参照。 AzureKeyVaultSecretReference
sasUri Azure Storage リソースの SAS URI。 connectionString プロパティと相互に排他的です。 型: string、SecureString、または AzureKeyVaultSecretReference。 Bicep の場合は、 any() 関数を使用できます。

AzureSynapseArtifactsLinkedService

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

AzureSynapseArtifactsLinkedServiceTypeProperties

名前 説明
認証 システム割り当てマネージド ID を認証方法として使用する場合は、MSI を指定するために必要です。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
endpoint https://{workspacename}.dev.azuresynapse.net、Analytics ワークスペース URL をAzure Synapseします。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
workspaceResourceId Synapse ワークスペースのリソース ID。 形式は、/subscriptions/{subscriptionID}/resourceGroups/{resourceGroup}/providers/Microsoft.Synapse/workspaces/{workspaceName} にする必要があります。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

AzureTableStorageLinkedService

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

CassandraLinkedService

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

CassandraLinkedServiceTypeProperties

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

CommonDataServiceForAppsLinkedService

名前 説明
type リンクされたサービスの種類。 'CommonDataServiceForApps' (必須)
typeProperties Common Data Service for Apps のリンクされたサービス プロパティ。 CommonDataServiceForAppsLinkedServiceTypeProperties (必須)

CommonDataServiceForAppsLinkedServiceTypeProperties

名前 説明
authenticationType Common Data Service for Apps サーバーに接続するための認証の種類。 オンライン シナリオの場合は "Office365"、Ifd シナリオではオンプレミスの場合は "Ifd" です。 オンライン シナリオでのサーバー間認証の 'AADServicePrincipal'。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
deploymentType Common Data Service for Apps インスタンスのデプロイの種類。 Common Data Service for Apps Online の場合は 'Online'、オンプレミスの Common Data Service for Apps の場合は "OnPremisesWithIfd" と Ifd。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
hostName オンプレミスの Common Data Service for Apps サーバーのホスト名。 プロパティはオンプレミスでは必須であり、オンラインでは使用できません。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
organizationName Common Data Service for Apps インスタンスのorganization名。 プロパティはオンプレミスに必須であり、ユーザーに関連付けられている Common Data Service for Apps インスタンスが複数ある場合はオンラインで必須です。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
password Common Data Service for Apps インスタンスにアクセスするためのパスワード。 SecretBase
port オンプレミスの Common Data Service for Apps サーバーのポート。 プロパティはオンプレミスでは必須であり、オンラインでは使用できません。 既定値は 443 です。 型: integer (または resultType 整数を持つ式)、最小値: 0。 Bicep の場合は、 any() 関数を使用できます。
servicePrincipalCredential Azure Active Directory のサービス プリンシパル オブジェクトの資格情報。 servicePrincipalCredentialType が 'ServicePrincipalKey' の場合、servicePrincipalCredential には SecureString または AzureKeyVaultSecretReference を指定できます。 servicePrincipalCredentialType が 'ServicePrincipalCert' の場合、servicePrincipalCredential には AzureKeyVaultSecretReference のみを指定できます。 SecretBase
servicePrincipalCredentialType サーバー間認証で使用するサービス プリンシパルの資格情報の種類。 キー/シークレットの場合は 'ServicePrincipalKey'、証明書の場合は 'ServicePrincipalCert' です。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
servicePrincipalId サーバー間認証に使用される Azure Active Directory 内のアプリケーションのクライアント ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
serviceUri Microsoft Common Data Service for Apps サーバーの URL。 プロパティはオンラインでは必須であり、オンプレミスでは使用できません。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
username Common Data Service for Apps インスタンスにアクセスするためのユーザー名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

ConcurLinkedService

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

ConcurLinkedServiceTypeProperties

名前 説明
clientId Concur App Management によって提供されるアプリケーションの client_id。 Bicep の場合は、 any() 関数を使用できます。(必須)
connectionProperties Concur への接続に使用されるプロパティ。 これは、リンクされたサービス内の他のプロパティと相互に排他的です。 型: オブジェクト。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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

名前 説明
accountEndpoint Azure CosmosDB アカウントのエンドポイント。 型: string (または resultType 文字列を含む式) Bicep の場合は、 any() 関数を使用できます。
accountKey Azure CosmosDB アカウントのアカウント キー。 種類: SecureString または AzureKeyVaultSecretReference。 SecretBase
azureCloudType サービスプリンシパル認証の Azure クラウドの種類を示します。使用できる値は、AzurePublic、AzureChina、AzureUsGovernment、AzureGermany です。 既定値は、データ ファクトリ リージョンのクラウドの種類です。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
connectionMode CosmosDB アカウントへのアクセスに使用される接続モード。 型: string。 'Direct'
'Gateway'
connectionString 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。 Bicep の場合は、 any() 関数を使用できます。
資格情報 (credential) 認証情報を含む資格情報参照。 CredentialReference
database データベースの名前。 型: string (または resultType 文字列を含む式) Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
servicePrincipalCredential Azure Active Directory のサービス プリンシパル オブジェクトの資格情報。 servicePrincipalCredentialType が 'ServicePrincipalKey' の場合、servicePrincipalCredential には SecureString または AzureKeyVaultSecretReference を指定できます。 servicePrincipalCredentialType が 'ServicePrincipalCert' の場合、servicePrincipalCredential には AzureKeyVaultSecretReference のみを指定できます。 SecretBase
servicePrincipalCredentialType サーバー間認証で使用するサービス プリンシパルの資格情報の種類。 キー/シークレットの場合は 'ServicePrincipalKey'、証明書の場合は 'ServicePrincipalCert' です。 型: string。 Bicep の場合は、 any() 関数を使用できます。
servicePrincipalId サーバー間認証に使用される Azure Active Directory 内のアプリケーションのクライアント ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
tenant サービス プリンシパルが属するテナントの名前または ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

CosmosDbMongoDbApiLinkedService

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

CosmosDbMongoDbApiLinkedServiceTypeProperties

名前 説明
connectionString CosmosDB (MongoDB API) 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。 型: string、SecureString、または AzureKeyVaultSecretReference。 Bicep の場合は、 any() 関数を使用できます。(必須)
database アクセスする CosmosDB (MongoDB API) データベースの名前。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
isServerVersionAbove32 CosmosDB (MongoDB API) サーバーのバージョンが 3.2 を超えるかどうか。 既定値は false です。 型: boolean (または resultType ブール値を持つ式)。 Bicep の場合は、 any() 関数を使用できます。

CouchbaseLinkedService

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

CouchbaseLinkedServiceTypeProperties

名前 説明
connectionString ODBC 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。 Bicep の場合は、 any() 関数を使用できます。
credString 接続文字列の credString の Azure Key Vault シークレット リファレンス。 AzureKeyVaultSecretReference
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string

CustomDataSourceLinkedService

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

DataworldLinkedService

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

DataworldLinkedServiceTypeProperties

名前 説明
apiToken Dataworld ソースの API トークン。 SecretBase (必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string

Db2LinkedService

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

Db2LinkedServiceTypeProperties

名前 説明
authenticationType 接続に使用する AuthenticationType。 connectionString プロパティと相互に排他的です。 'Basic'
certificateCommonName TLS が有効になっている場合の証明書の共通名。 connectionString プロパティと相互に排他的です。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
connectionString 接続文字列。 サーバー、データベース、authenticationType、userName、packageCollection、certificateCommonName プロパティと相互に排他的です。 型: string、SecureString、または AzureKeyVaultSecretReference。 Bicep の場合は、 any() 関数を使用できます。
database 接続のデータベース名。 connectionString プロパティと相互に排他的です。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 connectionString プロパティと相互に排他的です。 型: string。 string
packageCollection データベースのクエリ時にパッケージが作成される場所。 connectionString プロパティと相互に排他的です。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
password 認証用のパスワード。 SecretBase
server 接続のサーバー名。 connectionString プロパティと相互に排他的です。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
username 認証用のユーザー名。 connectionString プロパティと相互に排他的です。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

DrillLinkedService

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

DrillLinkedServiceTypeProperties

名前 説明
connectionString ODBC 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
pwd 接続文字列のパスワードの Azure Key Vault シークレット リファレンス。 AzureKeyVaultSecretReference

DynamicsLinkedService

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

DynamicsLinkedServiceTypeProperties

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

DynamicsAXLinkedService

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

DynamicsAXLinkedServiceTypeProperties

名前 説明
aadResourceId 承認を要求するリソースを指定します。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
servicePrincipalId アプリケーションのクライアント ID を取得します。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
servicePrincipalKey アプリケーションのキーを取得します。 このフィールドを SecureString としてマークして Data Factory に安全に保管するか、Azure Key Vault に格納されているシークレットを参照します。 型: string (または resultType 文字列を含む式)。 SecretBase (必須)
tenant アプリケーションが存在するテナントの情報 (ドメイン名またはテナント ID) を指定します。 Azure portal の右上隅にマウスを置くことで取得します。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
url Dynamics AX (または Dynamics 365 Finance および Operations) インスタンスの OData エンドポイント。 Bicep の場合は、 any() 関数を使用できます。(必須)

DynamicsCrmLinkedService

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

DynamicsCrmLinkedServiceTypeProperties

名前 説明
authenticationType Dynamics CRM サーバーに接続するための認証の種類。 オンライン シナリオの場合は 'Office365'、Ifd シナリオではオンプレミスの場合は 'Ifd'、オンライン シナリオではサーバー間認証の場合は "AADServicePrincipal" です。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
deploymentType Dynamics CRM インスタンスの展開の種類。 Dynamics CRM Online の 'Online' と、Ifd を使用したオンプレミスの Dynamics CRM の 'OnPremisesWithIfd'。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
hostName オンプレミスの Dynamics CRM サーバーのホスト名。 プロパティはオンプレミスでは必須であり、オンラインでは使用できません。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
organizationName Dynamics CRM インスタンスのorganization名。 プロパティはオンプレミスでは必須であり、ユーザーに関連付けられた複数の Dynamics CRM インスタンスがある場合はオンラインで使用する必要があります。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
password Dynamics CRM インスタンスにアクセスするためのパスワード。 SecretBase
port オンプレミスの Dynamics CRM サーバーのポート。 プロパティはオンプレミスでは必須であり、オンラインでは使用できません。 既定値は 443 です。 型: integer (または resultType 整数を含む式)、最小: 0。 Bicep の場合は、 any() 関数を使用できます。
servicePrincipalCredential Azure Active Directory のサービス プリンシパル オブジェクトの資格情報。 servicePrincipalCredentialType が 'ServicePrincipalKey' の場合、servicePrincipalCredential には SecureString または AzureKeyVaultSecretReference を指定できます。 servicePrincipalCredentialType が 'ServicePrincipalCert' の場合、servicePrincipalCredential には AzureKeyVaultSecretReference のみを指定できます。 SecretBase
servicePrincipalCredentialType サーバー間認証で使用するサービス プリンシパルの資格情報の種類。 キー/シークレットの場合は 'ServicePrincipalKey'、証明書の場合は 'ServicePrincipalCert' です。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
servicePrincipalId サーバー間認証に使用される Azure Active Directory 内のアプリケーションのクライアント ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
serviceUri Microsoft Dynamics CRM サーバーへの URL。 プロパティはオンラインでは必須であり、オンプレミスでは使用できません。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
username Dynamics CRM インスタンスにアクセスするためのユーザー名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

EloquaLinkedService

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

EloquaLinkedServiceTypeProperties

名前 説明
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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。 string
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。 string
host FTP サーバーのホスト名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
password FTP サーバーにログオンするためのパスワード。 SecretBase
port FTP サーバーがクライアント接続をリッスンするために使用する TCP ポート番号。 既定値は 21 です。 型: integer (または resultType 整数を含む式)、最小: 0。 Bicep の場合は、 any() 関数を使用できます。
userName FTP サーバーにログオンするユーザー名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

GoogleAdWordsLinkedService

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

GoogleAdWordsLinkedServiceTypeProperties

名前 説明
authenticationType 認証に使用される OAuth 2.0 認証メカニズム。 ServiceAuthentication はセルフホステッド IR のみで使用できます。 'ServiceAuthentication'
'UserAuthentication'
clientCustomerID レポート データをフェッチする対象の、AdWords アカウントのクライアント顧客 ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
clientId 更新トークンを取得するために使用される google アプリケーションのクライアント ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
clientSecret 更新トークンを取得するために使用される google アプリケーションのクライアント シークレット。 SecretBase
connectionProperties (非推奨)GoogleAds への接続に使用されるプロパティ。 リンクされたサービス内の他のプロパティと相互に排他的です。 型: オブジェクト。 Bicep の場合は、 any() 関数を使用できます。
developerToken AdWords API へのアクセスを許可するために使用する、マネージャー アカウントに関連付けられている開発者トークン。 SecretBase
email ServiceAuthentication で使用されるサービス アカウントの電子メール ID。これはセルフホステッド IR のみで使用できます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
googleAdsApiVersion v14 などの Google 広告 API のメジャー バージョン。 サポートされているメジャー バージョンは、 にあります https://developers.google.com/google-ads/api/docs/release-notes。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
keyFilePath (非推奨)サービス アカウントの電子メール アドレスの認証に使用され、セルフホステッド IR でのみ使用できる .p12 キー ファイルへの完全パス。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
loginCustomerID 特定の顧客のレポート データを取得する Google 広告マネージャー アカウントの顧客 ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
privateKey サービス アカウントの電子メール アドレスの認証に使用され、セルフホステッド IR でのみ使用できる秘密キー。 SecretBase
refreshToken UserAuthentication で AdWords へのアクセスを承認するために Google から取得した更新トークン。 SecretBase
supportLegacyDataTypes Float、int32、int64 を Google から文字列にマップするレガシ データ型マッピングを使用するかどうかを指定します。 レガシ ドライバーのデータ型マッピングとの下位互換性を維持する場合を除き、これを true に設定しないでください。 型: boolean (または resultType ブール値を持つ式)。 Bicep の場合は、 any() 関数を使用できます。
trustedCertPath (非推奨)SSL 経由で接続するときにサーバーを検証するための信頼された CA 証明書を含む .pem ファイルの完全パス。 このプロパティは、セルフホステッド IR で SSL を使用する場合にのみ設定できます。 既定値は、IR でインストールされる cacerts.pem ファイルです。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
useSystemTrustStore (非推奨)システム信頼ストアまたは指定した PEM ファイルのどちらから CA 証明書を使用するかを指定します。 既定値は false です。 型: boolean (または resultType ブール値を持つ式)。 Bicep の場合は、 any() 関数を使用できます。

GoogleBigQueryLinkedService

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

GoogleBigQueryLinkedServiceTypeProperties

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

GoogleBigQueryV2LinkedService

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

GoogleBigQueryV2LinkedServiceTypeProperties

名前 説明
authenticationType 認証に使用される OAuth 2.0 認証メカニズム。 'ServiceAuthentication'
'UserAuthentication' (必須)
clientId 更新トークンを取得するために使用される google アプリケーションのクライアント ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
clientSecret 更新トークンを取得するために使用される google アプリケーションのクライアント シークレット。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
keyFileContent サービス アカウントの認証に使用される.jsonキー ファイルの内容。 型: string (または resultType 文字列を含む式)。 SecretBase
projectId クエリを実行する既定の BigQuery プロジェクト ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
refreshToken UserAuthentication で BigQuery へのアクセスを承認するために Google から取得した更新トークン。 SecretBase

GoogleCloudStorageLinkedService

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

GoogleCloudStorageLinkedServiceTypeProperties

名前 説明
accessKeyId Google Cloud Storage Identity and Access Management (IAM) ユーザーのアクセス キー識別子。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
secretAccessKey Google Cloud Storage Identity and Access Management (IAM) ユーザーのシークレット アクセス キー。 SecretBase
serviceUrl この値は、Google Cloud Storage Connector でアクセスするエンドポイントを指定します。 これは省略可能なプロパティです。別のサービス エンドポイントを試す場合、または https と http を切り替える場合にのみ変更してください。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

GoogleSheetsLinkedService

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

GoogleSheetsLinkedServiceTypeProperties

名前 説明
apiToken GoogleSheets ソースの API トークン。 SecretBase (必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string

GreenplumLinkedService

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

GreenplumLinkedServiceTypeProperties

名前 説明
connectionString ODBC 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
pwd 接続文字列のパスワードの Azure Key Vault シークレットリファレンス。 AzureKeyVaultSecretReference

HBaseLinkedService

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

HBaseLinkedServiceTypeProperties

名前 説明
allowHostNameCNMismatch SSL 経由で接続するときに、CA が発行した SSL 証明書名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は false です。 Bicep の場合は、 any() 関数を使用できます。
allowSelfSignedServerCert サーバーからの自己署名証明書を許可するかどうかを指定します。 既定値は false です。 Bicep の場合は、 any() 関数を使用できます。
authenticationType HBase サーバーへの接続に使用する認証メカニズム。 '匿名'
'Basic' (必須)
enableSsl SSL を使用して、サーバーへの接続を暗号化するかどうかを指定します。 既定値は false です。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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。 string
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。 string
fileSystem HDInsight のメイン ストレージが ADLS Gen2 の場合は、FileSystem を指定します。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
hcatalogLinkedServiceName HCatalog データベースを指す Azure SQL のリンクされたサービスの参照。 LinkedServiceReference
isEspEnabled HDInsight を ESP (エンタープライズ セキュリティ パッケージ) で作成するかどうかを指定します。 型: ブール値。 Bicep の場合は、 any() 関数を使用できます。
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。 型: int (または resultType int を含む式)。 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() 関数を使用できます。
資格情報 (credential) 認証情報を含む資格情報参照。 CredentialReference
dataNodeSize HDInsight クラスターのデータ ノードのサイズを指定します。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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() 関数を使用できます。
scriptActions HDI ondemand クラスターが起動したら実行するカスタム スクリプト アクション。 /azure/hdinsight/hdinsight-hadoop-customize-cluster-linux?toc=%2Fen-us%2Fazure%2Fhdinsight%2Fr-server%2FTOC.json&bc=%2Fen-us%2Fazure%2Fbread%2Ftoc.json#understanding-script-actions を参照してください。 ScriptAction[]
servicePrincipalId hostSubscriptionId のサービス プリンシパル ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
servicePrincipalKey サービス プリンシパル ID のキー。 SecretBase
sparkVersion クラスターの種類が "spark" の場合の spark のバージョン。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
stormConfiguration HDInsight クラスターに Storm 構成パラメーター (storm-site.xml) を指定します。 Bicep の場合は、 any() 関数を使用できます。
subnetName vNet 内のサブネットの ARM リソース ID。 virtualNetworkId が指定されている場合は、このプロパティが必要です。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
tenant サービス プリンシパルが属するテナント ID/名前。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
timeToLive オンデマンド HDInsight クラスターに許可されるアイドル時間です。 他のアクティブなジョブがクラスターにない場合、アクティビティ実行の完了後にオンデマンド HDInsight クラスターが起動状態を維持する時間を指定します。 最小値は 5 分です。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
version HDInsight クラスターのバージョン。  型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
virtualNetworkId 作成後にクラスターを参加させる vNet の ARM リソース ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
yarnConfiguration HDInsight クラスターに Yarn 構成パラメーター (yarn-site.xml) を指定します。 Bicep の場合は、 any() 関数を使用できます。
zookeeperNodeSize HDInsight クラスターの Zoo Keeper ノードのサイズを指定します。 Bicep の場合は、 any() 関数を使用できます。

ScriptAction

名前 説明
name ユーザーがスクリプト アクションの名前を指定しました。 string (必須)
parameters スクリプト アクションのパラメーター。 string
roles スクリプト アクションを実行するノードの種類。 Bicep の場合は、 any() 関数を使用できます。(必須)
uri スクリプト アクションの URI。 string (必須)

HiveLinkedService

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

HiveLinkedServiceTypeProperties

名前 説明
allowHostNameCNMismatch SSL 経由で接続するときに、CA が発行した SSL 証明書名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は false です。 Bicep の場合は、 any() 関数を使用できます。
allowSelfSignedServerCert サーバーからの自己署名証明書を許可するかどうかを指定します。 既定値は false です。 Bicep の場合は、 any() 関数を使用できます。
authenticationType Hive サーバーへのアクセスに使用する認証方法。 'Anonymous'
'Username'
'UsernameAndPassword'
'WindowsAzureHDInsightService' (必須)
enableSsl SSL を使用して、サーバーへの接続を暗号化するかどうかを指定します。 既定値は false です。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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 サーバーへの接続に使用する認証の種類。 '匿名'
'Basic'
'ClientCertificate'
'Digest'
'Windows'
authHeaders 承認に使用される RESTful API への要求内の追加の HTTP ヘッダー。 型: キー値のペア (値は文字列型にする必要があります)。 Bicep の場合は、 any() 関数を使用できます。
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。 string
password Basic、Digest、Windows、または ClientCertificate と EmbeddedCertData 認証のパスワード。 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。 string
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 使用する認証の種類。 '匿名'
'SASLUsername'
'UsernameAndPassword' (必須)
enableSsl SSL を使用して、サーバーへの接続を暗号化するかどうかを指定します。 既定値は false です。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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() 関数を使用できます。

InformixLinkedService

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

InformixLinkedServiceTypeProperties

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

JiraLinkedService

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

JiraLinkedServiceTypeProperties

名前 説明
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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() 関数を使用できます。(必須)

LakeHouseLinkedService

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

LakeHouseLinkedServiceTypeProperties

名前 説明
artifactId Microsoft Fabric LakeHouse 成果物の ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
servicePrincipalCredential Azure Active Directory のサービス プリンシパル オブジェクトの資格情報。 servicePrincipalCredentialType が 'ServicePrincipalKey' の場合、servicePrincipalCredential には SecureString または AzureKeyVaultSecretReference を指定できます。 servicePrincipalCredentialType が 'ServicePrincipalCert' の場合、servicePrincipalCredential には AzureKeyVaultSecretReference のみを指定できます。 SecretBase
servicePrincipalCredentialType サーバー間認証で使用するサービス プリンシパルの資格情報の種類。 キー/シークレットの場合は 'ServicePrincipalKey'、証明書の場合は 'ServicePrincipalCert' です。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
servicePrincipalId Microsoft Fabric LakeHouse に対する認証に使用されるアプリケーションの ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
servicePrincipalKey Microsoft Fabric LakeHouse に対する認証に使用されるアプリケーションのキー。 SecretBase
tenant サービス プリンシパルが属するテナントの名前または ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
workspaceId Microsoft Fabric ワークスペースの ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

MagentoLinkedService

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

MagentoLinkedServiceTypeProperties

名前 説明
accessToken Magento のアクセス トークン。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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() 関数を使用できます。
database 接続のデータベース名。 型: string。 Bicep の場合は、 any() 関数を使用できます。
driverVersion MariaDB ドライバーのバージョン。 型: string。 レガシ ドライバーの場合は V1 または空、新しいドライバーの場合は V2。 V1 は接続文字列とプロパティ バッグをサポートでき、V2 は接続文字列のみをサポートできます。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password 接続文字列のパスワードの Azure Key Vault シークレットリファレンス。 AzureKeyVaultSecretReference
port 接続のポート。 型: 整数。 Bicep の場合は、 any() 関数を使用できます。
server 接続のサーバー名。 型: string。 Bicep の場合は、 any() 関数を使用できます。
username 認証用のユーザー名。 型: string。 Bicep の場合は、 any() 関数を使用できます。

MarketoLinkedService

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

MarketoLinkedServiceTypeProperties

名前 説明
clientId Marketo サービスのクライアント ID。 Bicep の場合は、 any() 関数を使用できます。(必須)
clientSecret Marketo サービスのクライアント シークレット。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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() 関数を使用できます。

MicrosoftAccessLinkedService

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

MicrosoftAccessLinkedServiceTypeProperties

名前 説明
authenticationType ODBC データ ストアとして Microsoft Access に接続するために使用される認証の種類。 次のいずれかの値になります。Anonymous および Basic。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
connectionString 接続文字列の非アクセス資格情報部分と、オプションの暗号化された資格情報。 型: string、SecureString、AzureKeyVaultSecretReference、または resultType 文字列を含む式。 Bicep の場合は、 any() 関数を使用できます。(必須)
資格情報 (credential) ドライバー固有のプロパティ値の形式で指定された接続文字列のアクセス資格情報の部分。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password 基本認証のパスワード。 SecretBase
userName 基本認証のユーザー名。 型: string (または resultType 文字列を含む式)。 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。 string
password 認証用のパスワード。 SecretBase
port MongoDB サーバーがクライアント接続をリッスンするために使用する TCP ポート番号。 既定値は 27017 です。 型: integer (または resultType 整数を含む式)、最小: 0。 Bicep の場合は、 any() 関数を使用できます。
server MongoDB サーバーの IP アドレスまたはサーバー名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
username 認証用のユーザー名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

MongoDbAtlasLinkedService

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

MongoDbAtlasLinkedServiceTypeProperties

名前 説明
connectionString MongoDB Atlas 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。 型: string、SecureString、または AzureKeyVaultSecretReference。 Bicep の場合は、 any() 関数を使用できます。(必須)
database アクセスする MongoDB Atlas データベースの名前。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
driverVersion 選択するドライバーのバージョン。 使用できる値は v1 と v2 です。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

MongoDbV2LinkedService

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

MongoDbV2LinkedServiceTypeProperties

名前 説明
connectionString MongoDB 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。 型: string、SecureString、または AzureKeyVaultSecretReference。 Bicep の場合は、 any() 関数を使用できます。(必須)
database アクセスする MongoDB データベースの名前。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)

MySqlLinkedService

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

MySqlLinkedServiceTypeProperties

名前 説明
connectionString 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。 Bicep の場合は、 any() 関数を使用できます。
database 接続のデータベース名。 型: string。 Bicep の場合は、 any() 関数を使用できます。
driverVersion MySQL ドライバーのバージョン。 型: string。 レガシ ドライバーの場合は V1 または空、新しいドライバーの場合は V2。 V1 は接続文字列とプロパティ バッグをサポートでき、V2 は接続文字列のみをサポートできます。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password 接続文字列のパスワードの Azure Key Vault シークレットリファレンス。 AzureKeyVaultSecretReference
port 接続のポート。 型: 整数。 Bicep の場合は、 any() 関数を使用できます。
server 接続のサーバー名。 型: string。 Bicep の場合は、 any() 関数を使用できます。
sslMode 接続の SSL モード。 型: 整数。 0: 無効、1: 優先、2: 必須、3: verify-ca、4: verify-full。 Bicep の場合は、 any() 関数を使用できます。
username 認証用のユーザー名。 型: string。 Bicep の場合は、 any() 関数を使用できます。
useSystemTrustStore 接続にはシステム信頼ストアを使用します。 型: 整数。 0: 有効、1: 無効にします。 Bicep の場合は、 any() 関数を使用できます。

NetezzaLinkedService

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

NetezzaLinkedServiceTypeProperties

名前 説明
connectionString ODBC 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
pwd 接続文字列のパスワードの Azure Key Vault シークレットリファレンス。 AzureKeyVaultSecretReference

ODataLinkedService

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

ODataLinkedServiceTypeProperties

名前 説明
aadResourceId ディレクトリを使用するための承認を要求しているリソースを指定します。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
aadServicePrincipalCredentialType サービス プリンシパルに使用する資格情報の種類 (キーまたは証明書) を指定します。 'ServicePrincipalCert'
'ServicePrincipalKey'
authenticationType OData サービスへの接続に使用される認証の種類。 'AadServicePrincipal'
'匿名'
'Basic'
'ManagedServiceIdentity'
'Windows'
authHeaders 承認に使用される RESTful API への要求内の追加の HTTP ヘッダー。 型: キー値のペア (値は文字列型にする必要があります)。 Bicep の場合は、 any() 関数を使用できます。
azureCloudType サービス プリンシパル認証の Azure クラウドの種類を示します。使用できる値は、AzurePublic、AzureChina、AzureUsGovernment、AzureGermany です。 既定値は、データ ファクトリ リージョンのクラウドの種類です。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password OData サービスのパスワード。 SecretBase
servicePrincipalEmbeddedCert Azure Active Directory に登録されているアプリケーションの、Base64 でエンコードされた証明書を指定します。 型: string (または resultType 文字列を含む式)。 SecretBase
servicePrincipalEmbeddedCertPassword 証明書にパスワードがあり、AadServicePrincipal 認証を使用している場合は、証明書のパスワードを指定します。 型: string (または resultType 文字列を含む式)。 SecretBase
servicePrincipalId Azure Active Directory に登録されているアプリケーションのアプリケーション ID を指定します。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
servicePrincipalKey Azure Active Directory に登録されているアプリケーションのシークレットを指定します。 型: string (または resultType 文字列を含む式)。 SecretBase
tenant アプリケーションが存在するテナントの情報 (ドメイン名またはテナント ID) を指定します。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
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、または resultType 文字列を含む式。 Bicep の場合は、 any() 関数を使用できます。(必須)
資格情報 (credential) ドライバー固有のプロパティ値の形式で指定された接続文字列のアクセス資格情報の部分。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password 基本認証のパスワード。 SecretBase
userName 基本認証のユーザー名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

Office365LinkedService

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

Office365LinkedServiceTypeProperties

名前 説明
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
office365TenantId Office 365 アカウントが属している Azure テナント ID です。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
servicePrincipalId アプリケーションのクライアント ID を取得します。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
servicePrincipalKey アプリケーションのキーを取得します。 SecretBase (必須)
servicePrincipalTenantId Azure AD Web アプリケーションが存在するテナントの情報を指定します。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)

OracleLinkedService

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

OracleLinkedServiceTypeProperties

名前 説明
connectionString 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。 Bicep の場合は、 any() 関数を使用できます。(必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password 接続文字列のパスワードの Azure Key Vault シークレットリファレンス。 AzureKeyVaultSecretReference

OracleCloudStorageLinkedService

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

OracleCloudStorageLinkedServiceTypeProperties

名前 説明
accessKeyId Oracle Cloud Storage Identity and Access Management (IAM) ユーザーのアクセス キー識別子。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
secretAccessKey Oracle Cloud Storage Identity and Access Management (IAM) ユーザーのシークレット アクセス キー。 SecretBase
serviceUrl この値は、Oracle Cloud Storage Connector でアクセスするエンドポイントを指定します。 これは省略可能なプロパティです。別のサービス エンドポイントを試す場合、または https と http を切り替える場合にのみ変更してください。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

OracleServiceCloudLinkedService

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

OracleServiceCloudLinkedServiceTypeProperties

名前 説明
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
host Oracle Service Cloud インスタンスの URL。 Bicep の場合は、 any() 関数を使用できます。(必須)
password username キーに指定したユーザー名に対応するパスワード。 SecretBase (必須)
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。 Bicep の場合は、 any() 関数を使用できます。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。 Bicep の場合は、 any() 関数を使用できます。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。 Bicep の場合は、 any() 関数を使用できます。
username Oracle Service Cloud サーバーにアクセスするために使用するユーザー名。 Bicep の場合は、 any() 関数を使用できます。(必須)

PaypalLinkedService

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

PaypalLinkedServiceTypeProperties

名前 説明
clientId PayPal アプリケーションに関連付けられているクライアント ID。 Bicep の場合は、 any() 関数を使用できます。(必須)
clientSecret PayPal アプリケーションに関連付けられているクライアント シークレット。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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。 string
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 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。 Bicep の場合は、 any() 関数を使用できます。(必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password 接続文字列のパスワードの Azure Key Vault シークレットリファレンス。 AzureKeyVaultSecretReference

PostgreSqlV2LinkedService

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

PostgreSqlV2LinkedServiceTypeProperties

名前 説明
commandTimeout 試行を終了してエラーを生成する前にコマンドを実行しようとしたときに待機する時間 (秒単位)。 無限大の場合は 0 に設定します。 型: 整数。 Bicep の場合は、 any() 関数を使用できます。
connectionTimeout 接続を確立してから試行を終了し、エラーを生成するまでの待機時間 (秒単位)。 型: 整数。 Bicep の場合は、 any() 関数を使用できます。
database 接続のデータベース名。 型: string。 Bicep の場合は、 any() 関数を使用できます。(必須)
encoding PostgreSQL 文字列データのエンコード/デコードに使用される .NET エンコードを取得または設定します。 Type: 文字列 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
logParameters 有効にすると、コマンドの実行時にパラメーター値がログに記録されます。 型: ブール値。 Bicep の場合は、 any() 関数を使用できます。
password 接続文字列のパスワードの Azure Key Vault シークレットリファレンス。 型: string。 AzureKeyVaultSecretReference
プール 接続プールを使用する必要があるかどうか。 型: ブール値。 Bicep の場合は、 any() 関数を使用できます。
port 接続のポート。 型: 整数。 Bicep の場合は、 any() 関数を使用できます。
readBufferSize 読み取り時に使用される内部バッファーのサイズを決定します。 データベースから大きな値を転送すると、パフォーマンスが向上する可能性があります。 型: 整数。 Bicep の場合は、 any() 関数を使用できます。
schema スキーマ検索パスを設定します。 型: string。 Bicep の場合は、 any() 関数を使用できます。
server 接続のサーバー名。 型: string。 Bicep の場合は、 any() 関数を使用できます。(必須)
sslCertificate サーバーに送信されるクライアント証明書の場所。 型: string。 Bicep の場合は、 any() 関数を使用できます。
sslKey サーバーに送信されるクライアント証明書のクライアント キーの場所。 型: string。 Bicep の場合は、 any() 関数を使用できます。
sslMode 接続の SSL モード。 型: 整数。 0: 無効、1:allow、2: prefer、3: require、4: verify-ca、5: verify-full。 型: 整数。 Bicep の場合は、 any() 関数を使用できます。(必須)
sslPassword クライアント証明書のキーのパスワード。 型: string。 Bicep の場合は、 any() 関数を使用できます。
timezone セッションのタイムゾーンを取得または設定します。 型: string。 Bicep の場合は、 any() 関数を使用できます。
trustServerCertificate 検証せずにサーバー証明書を信頼するかどうか。 型: ブール値。 Bicep の場合は、 any() 関数を使用できます。
username 認証用のユーザー名。 型: string。 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。 string
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() 関数を使用できます。

QuickbaseLinkedService

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

QuickbaseLinkedServiceTypeProperties

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

QuickBooksLinkedService

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

QuickBooksLinkedServiceTypeProperties

名前 説明
accessToken OAuth 1.0 認証のアクセス トークン。 SecretBase
accessTokenSecret OAuth 1.0 認証のアクセス トークン シークレット。 SecretBase
companyId 承認する QuickBooks の会社の会社 ID。 Bicep の場合は、 any() 関数を使用できます。
connectionProperties QuickBooks への接続に使用されるプロパティ。 これは、リンクされたサービス内の他のプロパティと相互に排他的です。 型: オブジェクト。 Bicep の場合は、 any() 関数を使用できます。
consumerKey OAuth 1.0 認証用のコンシューマー キー。 Bicep の場合は、 any() 関数を使用できます。
consumerSecret OAuth 1.0 認証用のコンシューマー シークレット。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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。 string
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() 関数を使用できます。

RestServiceLinkedService

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

RestServiceLinkedServiceTypeProperties

名前 説明
aadResourceId 使用許可を要求するリソース。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
authenticationType REST サービスへの接続に使用される認証の種類。 'AadServicePrincipal'
'Anonymous'
'Basic'
'ManagedServiceIdentity'
'OAuth2ClientCredential' (必須)
authHeaders 承認に使用される RESTful API への要求内の追加の HTTP ヘッダー。 型: object (または resultType オブジェクトを持つ Expression)。 Bicep の場合は、 any() 関数を使用できます。
azureCloudType サービス プリンシパル認証の Azure クラウドの種類を示します。使用できる値は、AzurePublic、AzureChina、AzureUsGovernment、AzureGermany です。 既定値は、データ ファクトリ リージョンのクラウドの種類です。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
clientId アプリケーションに関連するクライアント ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
clientSecret アプリケーションに関連するクライアント シークレット。 SecretBase
資格情報 (credential) 認証情報を含む資格情報参照。 CredentialReference
enableServerCertificateValidation エンドポイントに接続するときにサーバー側の SSL 証明書を検証するかどうか。既定値は true です。 型: boolean (または resultType ブール値を持つ式)。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password 基本認証の種類で使用されるパスワード。 SecretBase
resource アクセスが要求される対象のターゲット サービスまたはリソース。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
scope 必要なアクセスのスコープ。 要求されるアクセスの種類について説明します。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
servicePrincipalId AadServicePrincipal 認証の種類で使用されるアプリケーションのクライアント ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
servicePrincipalKey AadServicePrincipal 認証の種類で使用されるアプリケーションのキー。 SecretBase
tenant アプリケーションが存在する AadServicePrincipal 認証の種類で使用されるテナント情報 (ドメイン名またはテナント ID)。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
tokenEndpoint アクセス トークンを取得する承認サーバーのトークン エンドポイント。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
url REST サービスのベース URL。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
userName 基本認証の種類で使用されるユーザー名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

SalesforceLinkedService

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

SalesforceLinkedServiceTypeProperties

名前 説明
apiVersion ADF で使用される Salesforce API バージョン。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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
connectionProperties Salesforce Marketing Cloud への接続に使用されるプロパティ。 これは、リンクされたサービス内の他のプロパティと相互に排他的です。 型: オブジェクト。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。 Bicep の場合は、 any() 関数を使用できます。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。 Bicep の場合は、 any() 関数を使用できます。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。 Bicep の場合は、 any() 関数を使用できます。

SalesforceServiceCloudLinkedService

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

SalesforceServiceCloudLinkedServiceTypeProperties

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

SalesforceServiceCloudV2LinkedService

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

SalesforceServiceCloudV2LinkedServiceTypeProperties

名前 説明
apiVersion ADF で使用される Salesforce API バージョン。 バージョンは、Salesforce BULK API 2.0 で必要な 47.0 以上である必要があります。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
authenticationType Salesforce への接続に使用する認証の種類。 現在、OAuth2ClientCredentials のみがサポートされており、既定値でもあります Bicep の場合は、 any() 関数を使用できます。
clientId Salesforce インスタンスの OAuth 2.0 クライアント資格情報フロー認証のクライアント ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
clientSecret Salesforce インスタンスの OAuth 2.0 クライアント資格情報フロー認証のクライアント シークレット。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
environmentUrl Salesforce Service Cloud インスタンスの URL。 たとえば、'https://[domain].my.salesforce.com' などです。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

SalesforceV2LinkedService

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

SalesforceV2LinkedServiceTypeProperties

名前 説明
apiVersion ADF で使用される Salesforce API バージョン。 バージョンは、Salesforce BULK API 2.0 で必要な 47.0 以上である必要があります。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
authenticationType Salesforce への接続に使用する認証の種類。 現在、OAuth2ClientCredentials のみがサポートされています。これも既定値です Bicep の場合は、 any() 関数を使用できます。
clientId Salesforce インスタンスの OAuth 2.0 クライアント資格情報フロー認証のクライアント ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
clientSecret Salesforce インスタンスの OAuth 2.0 クライアント資格情報フロー認証のクライアント シークレット。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
environmentUrl Salesforce インスタンスの URL。 たとえば、'https://[domain].my.salesforce.com' などです。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

SapBWLinkedService

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

SapBWLinkedServiceTypeProperties

名前 説明
clientId BW システム上のクライアントのクライアント ID。 (通常、文字列として表される 3 桁の 10 進数)型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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。 string
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。 string
password 基本認証のパスワード。 SecretBase
url SAP ECC OData API の URL。 たとえば、'[https://hostname:port/sap/opu/odata/sap/servicename/]' とします。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
username 基本認証のユーザー名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

SapHanaLinkedService

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

SapHanaLinkedServiceProperties

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

SapOdpLinkedService

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

SapOdpLinkedServiceTypeProperties

名前 説明
clientId テーブルが配置されている SAP システム上のクライアントのクライアント ID。 (通常、文字列として表される 3 桁の 10 進数)型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
language テーブルが配置されている SAP システムの言語。 既定値は EN です。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
logonGroup SAP システムのログオン グループ。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
messageServer SAP メッセージ サーバーのホスト名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
messageServerService メッセージ サーバーのサービス名またはポート番号。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
password テーブルが配置されている SAP サーバーにアクセスするためのパスワード。 SecretBase
server テーブルが配置されている SAP インスタンスのホスト名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
sncLibraryPath テーブルが配置されている SAP サーバーにアクセスするための外部セキュリティ製品のライブラリ。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
sncMode テーブルが配置されている SAP サーバーにアクセスするための SNC アクティブ化インジケーター。 0 (オフ) または 1 (オン) である必要があります。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
sncMyName テーブルが配置されている SAP サーバーにアクセスするためのイニシエーターの SNC 名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
sncPartnerName テーブルが配置されている SAP サーバーにアクセスするための通信パートナーの SNC 名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
sncQop 保護の SNC 品質。 使用できる値は 1、2、3、8、9 です。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
subscriberName サブスクライバー名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
systemId テーブルが配置されている SAP システムのシステム ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
systemNumber テーブルが配置されている SAP システムのシステム番号。 (通常、文字列として表される 2 桁の 10 進数)。型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
userName テーブルが配置されている SAP サーバーにアクセスするためのユーザー名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
x509CertificatePath SNC X509 証明書ファイルのパス。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

SapOpenHubLinkedService

名前 説明
type リンクされたサービスの種類。 'SapOpenHub' (必須)
typeProperties SAP Business Warehouse Open Hub Destination のリンクされたサービスの種類に固有のプロパティ。 SapOpenHubLinkedServiceTypeProperties (必須)

SapOpenHubLinkedServiceTypeProperties

名前 説明
clientId オープン ハブの宛先が配置されている BW システム上のクライアントのクライアント ID。 (通常、文字列として表される 3 桁の 10 進数)型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
language オープン ハブの宛先が配置されている BW システムの言語。 既定値は EN です。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
logonGroup SAP システムのログオン グループ。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
messageServer SAP メッセージ サーバーのホスト名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
messageServerService メッセージ サーバーのサービス名またはポート番号。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
password オープン ハブの宛先が配置されている SAP BW サーバーにアクセスするためのパスワード。 SecretBase
server オープン ハブの宛先が配置されている SAP BW インスタンスのホスト名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
systemId テーブルが配置されている SAP システムのシステム ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
systemNumber 開いているハブの宛先が配置されている BW システムのシステム番号。 (通常、文字列として表される 2 桁の 10 進数。型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
userName 開いているハブの宛先がある SAP BW サーバーにアクセスするためのユーザー名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

SapTableLinkedService

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

SapTableLinkedServiceTypeProperties

名前 説明
clientId テーブルが配置されている SAP システム上のクライアントのクライアント ID。 (通常、文字列として表される 3 桁の 10 進数)型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
language テーブルが配置されている SAP システムの言語。 既定値は EN です。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
logonGroup SAP システムのログオン グループ。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
messageServer SAP メッセージ サーバーのホスト名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
messageServerService メッセージ サーバーのサービス名またはポート番号。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
password テーブルが配置されている SAP サーバーにアクセスするためのパスワード。 SecretBase
server テーブルが配置されている SAP インスタンスのホスト名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
sncLibraryPath テーブルが配置されている SAP サーバーにアクセスするための外部セキュリティ製品のライブラリ。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
sncMode テーブルが配置されている SAP サーバーにアクセスするための SNC アクティブ化インジケーター。 0 (オフ) または 1 (オン) のいずれかである必要があります。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
sncMyName テーブルが配置されている SAP サーバーにアクセスするためのイニシエーターの SNC 名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
sncPartnerName テーブルが配置されている SAP サーバーにアクセスするための通信パートナーの SNC 名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
sncQop 保護の SNC 品質。 使用できる値は、1、2、3、8、9 です。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
systemId テーブルが配置されている SAP システムのシステム ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
systemNumber テーブルが配置されている SAP システムのシステム番号。 (通常、文字列として表される 2 桁の 10 進数。型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
userName テーブルが配置されている SAP サーバーにアクセスするためのユーザー名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

ServiceNowLinkedService

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

ServiceNowLinkedServiceTypeProperties

名前 説明
authenticationType 使用する認証の種類。 'Basic'
'OAuth2' (必須)
clientId OAuth2 認証のクライアント ID。 Bicep の場合は、 any() 関数を使用できます。
clientSecret OAuth2 認証のクライアント シークレット。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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() 関数を使用できます。

ServiceNowV2LinkedService

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

ServiceNowV2LinkedServiceTypeProperties

名前 説明
authenticationType 使用する認証の種類。 'Basic'
'OAuth2' (必須)
clientId OAuth2 認証のクライアント ID。 Bicep の場合は、 any() 関数を使用できます。
clientSecret OAuth2 認証のクライアント シークレット。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
endpoint ServiceNowV2 サーバーのエンドポイント。 ({instance}.service-now.com) Bicep の場合は、 any() 関数を使用できます。(必須)
grantType OAuth2 認証の GrantType。 既定値は password です。 Bicep の場合は、 any() 関数を使用できます。
password Basic および OAuth2 認証のユーザー名に対応するパスワード。 SecretBase
username 基本認証と OAuth2 認証のために ServiceNowV2 サーバーに接続するために使用されるユーザー名。 Bicep の場合は、 any() 関数を使用できます。

SftpServerLinkedService

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

SftpServerLinkedServiceTypeProperties

名前 説明
authenticationType FTP サーバーへの接続に使用する認証の種類。 'Basic'
'MultiFactor'
'SshPublicKey'
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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() 関数を使用できます。

SharePointOnlineListLinkedService

名前 説明
type リンクされたサービスの種類。 'SharePointOnlineList' (必須)
typeProperties SharePoint Online のリンクされたサービス のプロパティを一覧表示します。 SharePointOnlineListLinkedServiceTypeProperties (必須)

SharePointOnlineListLinkedServiceTypeProperties

名前 説明
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
servicePrincipalId Azure Active Directory に登録されているアプリケーションのアプリケーション (クライアント) ID。 SharePoint サイトにこのアプリケーションへのアクセス許可を付与してください。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
servicePrincipalKey Azure Active Directory に登録されているアプリケーションのクライアント シークレット。 型: string (または resultType 文字列を含む式)。 SecretBase (必須)
siteUrl SharePoint Online サイトの URL。 たとえば、「 https://contoso.sharepoint.com/sites/siteName 」のように入力します。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
tenantId アプリケーションが存在するテナント ID。 Active Directory の概要ページAzure portalから確認できます。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)

ShopifyLinkedService

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

ShopifyLinkedServiceTypeProperties

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

SmartsheetLinkedService

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

SmartsheetLinkedServiceTypeProperties

名前 説明
apiToken Smartsheet ソースの API トークン。 SecretBase (必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string

SnowflakeLinkedService

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

SnowflakeLinkedServiceTypeProperties

名前 説明
connectionString スノーフレークの接続文字列。 型: string、SecureString。 Bicep の場合は、 any() 関数を使用できます。(必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password 接続文字列のパスワードの Azure Key Vault シークレットリファレンス。 AzureKeyVaultSecretReference

SnowflakeV2LinkedService

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

SnowflakeLinkedV2ServiceTypeProperties

名前 説明
accountIdentifier Snowflake アカウントのアカウント識別子 (例: xy12345.east-us-2.azure) Bicep の場合は、 any() 関数を使用できます。(必須)
authenticationType 認証に使用される型。 型: string。 'AADServicePrincipal'
'Basic'
'KeyPair'
clientId AADServicePrincipal 認証のために Azure Active Directory に登録されているアプリケーションのクライアント ID。 Bicep の場合は、 any() 関数を使用できます。
clientSecret AADServicePrincipal 認証用のクライアント シークレットの Azure Key Vault シークレット リファレンス。 SecretBase
database Snowflake データベースの名前。 Bicep の場合は、 any() 関数を使用できます。(必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password 接続文字列のパスワードの Azure Key Vault シークレット リファレンス。 SecretBase
privateKey KeyPair 認証用の privateKey の Azure Key Vault シークレット リファレンス。 SecretBase
privateKeyPassphrase 暗号化された秘密キーを使用した KeyPair 認証の秘密キー パスワードの Azure Key Vault シークレット リファレンス。 SecretBase
scope AADServicePrincipal 認証のために Azure Active Directory に登録されているアプリケーションのスコープ。 Bicep の場合は、 any() 関数を使用できます。
tenantId AADServicePrincipal 認証用に Azure Active Directory に登録されているアプリケーションのテナント ID。 Bicep の場合は、 any() 関数を使用できます。
user Snowflake ユーザーの名前。 Bicep の場合は、 any() 関数を使用できます。
warehouse Snowflake ウェアハウスの名前。 Bicep の場合は、 any() 関数を使用できます。(必須)

SparkLinkedService

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

SparkLinkedServiceTypeProperties

名前 説明
allowHostNameCNMismatch SSL 経由で接続するときに、CA が発行した SSL 証明書名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は false です。 Bicep の場合は、 any() 関数を使用できます。
allowSelfSignedServerCert サーバーからの自己署名証明書を許可するかどうかを指定します。 既定値は false です。 Bicep の場合は、 any() 関数を使用できます。
authenticationType Spark サーバーへのアクセスに使用する認証方法。 'Anonymous'
'Username'
'UsernameAndPassword'
'WindowsAzureHDInsightService' (必須)
enableSsl SSL を使用して、サーバーへの接続を暗号化するかどうかを指定します。 既定値は false です。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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

名前 説明
alwaysEncryptedSettings Sql は常に暗号化されたプロパティです。 SqlAlwaysEncryptedProperties
connectionString 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。 Bicep の場合は、 any() 関数を使用できます。(必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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
connectionProperties Square に接続するために使用されるプロパティ。 これは、リンクされたサービス内の他のプロパティと相互に排他的です。 型: オブジェクト。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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。 string
password 認証用のパスワード。 SecretBase
schema 接続のスキーマ名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
server 接続のサーバー名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
username 認証用のユーザー名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

TeamDeskLinkedService

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

TeamDeskLinkedServiceTypeProperties

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

TeradataLinkedService

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

TeradataLinkedServiceTypeProperties

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

TwilioLinkedService

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

TwilioLinkedServiceTypeProperties

名前 説明
password Twilio サービスの認証トークン。 SecretBase (必須)
userName Twilio サービスのアカウント SID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)

VerticaLinkedService

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

VerticaLinkedServiceTypeProperties

名前 説明
connectionString ODBC 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
pwd 接続文字列のパスワードの Azure Key Vault シークレット リファレンス。 AzureKeyVaultSecretReference

WarehouseLinkedService

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

WarehouseLinkedServiceTypeProperties

名前 説明
artifactId Microsoft Fabric Warehouse 成果物の ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
endpoint Microsoft Fabric Warehouse サーバーのエンドポイント。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
servicePrincipalCredential Azure Active Directory のサービス プリンシパル オブジェクトの資格情報。 servicePrincipalCredentialType が 'ServicePrincipalKey' の場合、servicePrincipalCredential には SecureString または AzureKeyVaultSecretReference を指定できます。 servicePrincipalCredentialType が 'ServicePrincipalCert' の場合、servicePrincipalCredential には AzureKeyVaultSecretReference のみを指定できます。 SecretBase
servicePrincipalCredentialType サーバー間認証で使用するサービス プリンシパルの資格情報の種類。 キー/シークレットの場合は 'ServicePrincipalKey'、証明書の場合は 'ServicePrincipalCert' です。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
servicePrincipalId Microsoft Fabric Warehouse に対する認証に使用されるアプリケーションの ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
servicePrincipalKey Microsoft Fabric Warehouse に対する認証に使用されるアプリケーションのキー。 SecretBase
tenant サービス プリンシパルが属するテナントの名前または ID。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
workspaceId Microsoft Fabric ワークスペースの ID。 型: 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

名前 説明
connectionProperties Xero への接続に使用されるプロパティ。 リンクされたサービス内の他のプロパティと相互に排他的です。 型: オブジェクト。 Bicep の場合は、 any() 関数を使用できます。
consumerKey Xero アプリケーションに関連付けられているコンシューマー キー。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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() 関数を使用できます。

ZendeskLinkedService

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

ZendeskLinkedServiceTypeProperties

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

ZohoLinkedService

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

ZohoLinkedServiceTypeProperties

名前 説明
accessToken Zoho 認証のアクセス トークン。 SecretBase
connectionProperties Zoho への接続に使用されるプロパティ。 リンクされたサービス内の他のプロパティと相互に排他的です。 型: オブジェクト。 Bicep の場合は、 any() 関数を使用できます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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 オンプレミス)

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

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

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

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

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

リソース形式

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

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

LinkedService オブジェクト

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

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

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

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

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

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

  "type": "AmazonRdsForSqlServer",
  "typeProperties": {
    "alwaysEncryptedSettings": {
      "alwaysEncryptedAkvAuthType": "string",
      "credential": {
        "referenceName": "string",
        "type": "CredentialReference",
        "{customized property}": {}
      },
      "servicePrincipalId": {},
      "servicePrincipalKey": {
        "type": "string"
        // For remaining properties, see SecretBase objects
      }
    },
    "connectionString": {},
    "encryptedCredential": "string",
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "userName": {}
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  "type": "AzureSqlDatabase",
  "typeProperties": {
    "alwaysEncryptedSettings": {
      "alwaysEncryptedAkvAuthType": "string",
      "credential": {
        "referenceName": "string",
        "type": "CredentialReference",
        "{customized property}": {}
      },
      "servicePrincipalId": {},
      "servicePrincipalKey": {
        "type": "string"
        // For remaining properties, see SecretBase objects
      }
    },
    "azureCloudType": {},
    "connectionString": {},
    "credential": {
      "referenceName": "string",
      "type": "CredentialReference",
      "{customized property}": {}
    },
    "encryptedCredential": "string",
    "password": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "LinkedServiceReference"
      },
      "type": "string"
    },
    "servicePrincipalId": {},
    "servicePrincipalKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "tenant": {}
  }

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

  "type": "AzureSqlDW",
  "typeProperties": {
    "azureCloudType": {},
    "connectionString": {},
    "credential": {
      "referenceName": "string",
      "type": "CredentialReference",
      "{customized property}": {}
    },
    "encryptedCredential": "string",
    "password": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "LinkedServiceReference"
      },
      "type": "string"
    },
    "servicePrincipalId": {},
    "servicePrincipalKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "tenant": {}
  }

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

  "type": "AzureSqlMI",
  "typeProperties": {
    "alwaysEncryptedSettings": {
      "alwaysEncryptedAkvAuthType": "string",
      "credential": {
        "referenceName": "string",
        "type": "CredentialReference",
        "{customized property}": {}
      },
      "servicePrincipalId": {},
      "servicePrincipalKey": {
        "type": "string"
        // For remaining properties, see SecretBase objects
      }
    },
    "azureCloudType": {},
    "connectionString": {},
    "credential": {
      "referenceName": "string",
      "type": "CredentialReference",
      "{customized property}": {}
    },
    "encryptedCredential": "string",
    "password": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "LinkedServiceReference"
      },
      "type": "string"
    },
    "servicePrincipalId": {},
    "servicePrincipalKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "tenant": {}
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  "type": "SqlServer",
  "typeProperties": {
    "alwaysEncryptedSettings": {
      "alwaysEncryptedAkvAuthType": "string",
      "credential": {
        "referenceName": "string",
        "type": "CredentialReference",
        "{customized property}": {}
      },
      "servicePrincipalId": {},
      "servicePrincipalKey": {
        "type": "string"
        // For remaining properties, see SecretBase objects
      }
    },
    "connectionString": {},
    "encryptedCredential": "string",
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "userName": {}
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

SecretBase オブジェクト

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

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

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

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

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

WebLinkedServiceTypeProperties オブジェクト

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

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

  "authenticationType": "Anonymous"

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 のバージョン '2018-06-01'
name リソース名

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

文字数制限: 1 から 260

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

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

LinkedService

名前 説明
annotations リンクされたサービスの説明に使用できるタグの一覧。 any[]
connectVia 統合ランタイム参照。 IntegrationRuntimeReference
description リンクされたサービスの説明。 string
parameters リンクされたサービスのパラメーター。 ParameterDefinitionSpecification
オブジェクトの種類を設定する AmazonMWS
AmazonRdsForOracle
AmazonRdsForSqlServer
AmazonRedshift
AmazonS3
AmazonS3 互換
AppFigures
Asana
AzureBatch
AzureBlobFS
AzureBlobStorage
AzureDatabricks
AzureDatabricksDeltaLake
AzureDataExplorer
AzureDataLakeAnalytics
AzureDataLakeStore
AzureFileStorage
AzureFunction
AzureKeyVault
AzureMariaDB
AzureML
AzureMLService
AzureMySql
AzurePostgreSql
AzureSearch
AzureSqlDatabase
AzureSqlDW
AzureSqlMI
AzureStorage
AzureSynapseArtifacts
AzureTableStorage
Cassandra
CommonDataServiceForApps
Concur
CosmosDb
CosmosDbMongoDbApi
Couchbase
CustomDataSource
Dataworld
Db2
Drill
Dynamics
DynamicsAX
DynamicsCrm
Eloqua
FileServer
FtpServer
GoogleAdWords
GoogleBigQuery
GoogleBigQueryV2
GoogleCloudStorage
GoogleSheets
Greenplum
HBase
Hdfs
HDInsight
HDInsightOnDemand
Hive
HttpServer
Hubspot
Impala
Informix
Jira
レイクハウス
Magento
MariaDB
Marketo
MicrosoftAccess
Mongodb
MongoDbAtlas
MongoDbV2
MySql
Netezza
OData
Odbc
Office365
Oracle
OracleCloudStorage
OracleServiceCloud
Paypal
Phoenix
Postgresql
PostgreSqlV2
Presto
クイックベース
QuickBooks
Responsys
RestService
Salesforce
SalesforceMarketingCloud
SalesforceServiceCloud
SalesforceServiceCloudV2
SalesforceV2
SapBW
SapCloudForCustomer
SapEcc
SapHana
SapOdp
SapOpenHub
SapTable
ServiceNow
ServiceNowV2
Sftp
SharePointOnlineList
Shopify
Smartsheet
Snowflake
SnowflakeV2
Spark
Sqlserver
広場
Sybase
TeamDesk
Teradata
Twilio
Vertica
ウェアハウス
Web
Xero
Zendesk
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。 string
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

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

LinkedServiceReference

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

SecureString

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

AmazonRdsForOracleLinkedService

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

AmazonRdsForLinkedServiceTypeProperties

名前 説明
connectionString 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password 接続文字列のパスワードの Azure Key Vault シークレットリファレンス。 SecretBase

AmazonRdsForSqlServerLinkedService

名前 説明
type リンクされたサービスの種類。 'AmazonRdsForSqlServer' (必須)
typeProperties Amazon RDS for SQL Serverリンクされたサービス プロパティ。 AmazonRdsForSqlServerLinkedServiceTypeProperties (必須)

AmazonRdsForSqlServerLinkedServiceTypeProperties

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

SqlAlwaysEncryptedProperties

名前 説明
alwaysEncryptedAkvAuthType Sql では常に AKV 認証の種類が暗号化されます。 型: string。 'ManagedIdentity'
'ServicePrincipal'
'UserAssignedManagedIdentity' (必須)
資格情報 (credential) 認証情報を含む資格情報参照。 CredentialReference
servicePrincipalId Azure Key Vault認証に使用される Azure Active Directory 内のアプリケーションのクライアント ID。 型: string (または resultType 文字列を含む式)。
servicePrincipalKey Azure Key Vaultに対する認証に使用されるサービス プリンシパルのキー。 SecretBase

CredentialReference

名前 説明
referenceName 参照資格情報の名前。 string (必須)
資格情報参照の種類。 'CredentialReference' (必須)
{カスタマイズされたプロパティ}

AmazonRedshiftLinkedService

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

AmazonRedshiftLinkedServiceTypeProperties

名前 説明
database Amazon Redshift ソースのデータベース名。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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 文字列を含む式)。
authenticationType S3 の認証の種類。 使用できる値: AccessKey (既定値) または TemporarySecurityCredentials。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
secretAccessKey Amazon S3 Identity and Access Management (IAM) ユーザーのシークレット アクセス キー。 SecretBase
serviceUrl この値は、S3 コネクタでアクセスするエンドポイントを指定します。 これは省略可能なプロパティです。別のサービス エンドポイントを試す場合、または https と http を切り替える場合にのみ変更してください。 型: string (または resultType 文字列を含む式)。
sessionToken S3 一時セキュリティ資格情報のセッション トークン。 SecretBase

AmazonS3CompatibleLinkedService

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

AmazonS3CompatibleLinkedServiceTypeProperties

名前 説明
accessKeyId Amazon S3 互換 ID およびアクセス管理 (IAM) ユーザーのアクセス キー識別子。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
forcePathStyle true の場合は、仮想ホストスタイルのアクセスではなく、S3 パス スタイルのアクセスを使用します。 既定値は false です。 型: boolean (または resultType ブール値を持つ式)。
secretAccessKey Amazon S3 互換 ID およびアクセス管理 (IAM) ユーザーのシークレット アクセス キー。 SecretBase
serviceUrl この値は、Amazon S3 互換コネクタでアクセスするエンドポイントを指定します。 これは省略可能なプロパティです。別のサービス エンドポイントを試す場合、または https と http を切り替える場合にのみ変更してください。 型: string (または resultType 文字列を含む式)。

AppFiguresLinkedService

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

AppFiguresLinkedServiceTypeProperties

名前 説明
clientKey AppFigures ソースのクライアント キー。 SecretBase (必須)
password AppFigures ソースのパスワード。 SecretBase (必須)
userName Appfigures ソースのユーザー名。 型: string (または resultType 文字列を含む式)。

AsanaLinkedService

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

AsanaLinkedServiceTypeProperties

名前 説明
apiToken Asana ソースの API トークン。 SecretBase (必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string

AzureBatchLinkedService

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

AzureBatchLinkedServiceTypeProperties

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

AzureBlobFSLinkedService

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

AzureBlobFSLinkedServiceTypeProperties

名前 説明
accountKey Azure Data Lake Storage Gen2 サービスのアカウント キー。 型: string (または resultType 文字列を含む式)。
azureCloudType サービス プリンシパル認証の Azure クラウドの種類を示します。使用できる値は、AzurePublic、AzureChina、AzureUsGovernment、AzureGermany です。 既定値は、データ ファクトリ リージョンのクラウドの種類です。 型: string (または resultType 文字列を含む式)。
資格情報 (credential) 認証情報を含む資格情報参照。 CredentialReference
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
sasToken sas uri 内の sasToken の Azure Key Vault シークレット参照。 SecretBase
sasUri Azure Data Lake Storage Gen2 サービスの SAS URI。 型: string、SecureString、または AzureKeyVaultSecretReference。
servicePrincipalCredential Azure Active Directory のサービス プリンシパル オブジェクトの資格情報。 servicePrincipalCredentialType が 'ServicePrincipalKey' の場合、servicePrincipalCredential には SecureString または AzureKeyVaultSecretReference を指定できます。 servicePrincipalCredentialType が 'ServicePrincipalCert' の場合、servicePrincipalCredential には AzureKeyVaultSecretReference のみを指定できます。 SecretBase
servicePrincipalCredentialType サーバー間認証で使用するサービス プリンシパルの資格情報の種類。 キー/シークレットの場合は 'ServicePrincipalKey'、証明書の場合は 'ServicePrincipalCert' です。 型: string (または resultType 文字列を含む式)。
servicePrincipalId Azure Data Lake Storage Gen2 アカウントに対する認証に使用されるアプリケーションの ID。 型: string (または resultType 文字列を含む式)。
servicePrincipalKey Azure Data Lake Storage Gen2 アカウントに対する認証に使用されるアプリケーションのキー。 SecretBase
tenant サービス プリンシパルが属するテナントの名前または ID。 型: string (または resultType 文字列を含む式)。
url Azure Data Lake Storage Gen2 サービスのエンドポイント。 型: string (または resultType 文字列を含む式)。

AzureBlobStorageLinkedService

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

AzureBlobStorageLinkedServiceTypeProperties

名前 説明
accountKey 接続文字列の accountKey の Azure Key Vault シークレット リファレンス。 AzureKeyVaultSecretReference
accountKind ストレージ アカウントの種類を指定します。 使用できる値は、以下のとおりです。Storage (汎用 v1)、StorageV2 (汎用 v2)、BlobStorage、または BlockBlobStorage。 型: string (または resultType 文字列を含む式)。
authenticationType 認証に使用される型。 型: string。 'AccountKey'
'Anonymous'
'Msi'
'SasUri'
'ServicePrincipal'
azureCloudType サービス プリンシパル認証の Azure クラウドの種類を示します。使用できる値は、AzurePublic、AzureChina、AzureUsGovernment、AzureGermany です。 既定値は、データ ファクトリ リージョンのクラウドの種類です。 型: string (または resultType 文字列を含む式)。
connectionString 接続文字列。 これは、sasUri、serviceEndpoint プロパティと相互に排他的です。 型: string、SecureString、または AzureKeyVaultSecretReference。
containerUri Azure Blob Storage リソースのコンテナー URI では、匿名アクセスのみがサポートされます。 型: string (または resultType 文字列を含む式)。
資格情報 (credential) 認証情報を含む資格情報参照。 CredentialReference
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
sasToken sas uri 内の sasToken の Azure Key Vault シークレット参照。 AzureKeyVaultSecretReference
sasUri Azure Blob Storage リソースの SAS URI。 connectionString、serviceEndpoint プロパティと相互に排他的です。 型: string、SecureString、または AzureKeyVaultSecretReference。
serviceEndpoint Azure Blob Storage リソースの BLOB サービス エンドポイント。 connectionString、sasUri プロパティと相互に排他的です。
servicePrincipalId Azure SQL Data Warehouseに対する認証に使用されるサービス プリンシパルの ID。 型: string (または resultType 文字列を含む式)。
servicePrincipalKey Azure SQL Data Warehouseに対する認証に使用されるサービス プリンシパルのキー。 SecretBase
tenant サービス プリンシパルが属するテナントの名前または ID。 型: 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
認証 databricks REST API にワークスペース リソース ID を使用する場合は、MSI を指定するために必要です。 型: string (または resultType 文字列を含む式)。
資格情報 (credential) 認証情報を含む資格情報参照。 CredentialReference
domain {REGION}.azuredatabricks.net、Databricks デプロイのドメイン名。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
existingClusterId このアクティビティのすべての実行に使用される既存の対話型クラスターの ID。 型: string (または resultType 文字列を含む式)。
instancePoolId このアクティビティのすべての実行に使用される既存のインスタンス プールの ID。 型: string (または resultType 文字列を含む式)。
newClusterCustomTags クラスター リソースの追加のタグ。 インスタンス プールの構成では、このプロパティは無視されます。 object
newClusterDriverNodeType 新しいジョブ クラスターのドライバー ノードの種類。 インスタンス プールの構成では、このプロパティは無視されます。 型: string (または resultType 文字列を含む式)。
newClusterEnableElasticDisk 新しいクラスターでエラスティック ディスクを有効にします。 このプロパティは無視され、Databricks の既定のエラスティック ディスクの動作を受け取ります (エラスティック ディスクは常に有効になっています)。 型: boolean (または resultType ブール値を持つ式)。
newClusterInitScripts 新しいクラスターのユーザー定義初期化スクリプト。 型: 文字列の配列 (または文字列の resultType 配列を含む Expression)。
newClusterLogDestination Spark ドライバー、worker、およびイベント ログを配信する場所を指定します。 型: string (または resultType 文字列を含む式)。
newClusterNodeType 新しいジョブ クラスターのノードの種類。 このプロパティは、newClusterVersion が指定されていて、instancePoolId が指定されていない場合に必要です。 instancePoolId が指定されている場合、このプロパティは無視されます。 型: string (または resultType 文字列を含む式)。
newClusterNumOfWorker 既存の対話型クラスターを使用しない場合は、新しいジョブ クラスターまたはインスタンス プールに使用するワーカー ノードの数を指定します。 新しいジョブ クラスターの場合、文字列形式の Int32 ('1' など) は numOfWorker が 1 または '1:10' であることを意味し、1 (分) から 10 (最大) への自動スケーリングを意味します。 インスタンス プールの場合、これは文字列形式の Int32 であり、'2' などの固定数のワーカー ノードのみを指定できます。 newClusterVersion が指定されている場合は必須です。 型: string (または resultType 文字列を含む式)。
newClusterSparkConf ユーザー指定の任意の Spark 構成キーと値のペアのセット。 AzureDatabricksLinkedServiceTypePropertiesNewCluster...
newClusterSparkEnvVars ユーザー指定の任意の Spark 環境変数のキーと値のペアのセット。 AzureDatabricksLinkedServiceTypePropertiesNewCluster...
newClusterVersion 既存の対話型クラスターを使用しない場合は、このアクティビティの実行ごとに作成された新しいジョブ クラスターまたはインスタンス プール ノードの Spark バージョンを指定します。 instancePoolId が指定されている場合は必須です。 型: string (または resultType 文字列を含む式)。
policyId ユーザー定義のルール セットに基づいてクラスターを構成する機能を制限するためのポリシー ID。 型: string (または resultType 文字列を含む式)。
workspaceResourceId databricks REST API のワークスペース リソース ID。 型: string (または resultType 文字列を含む式)。

AzureDatabricksLinkedServiceTypePropertiesNewCluster...

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

AzureDatabricksLinkedServiceTypePropertiesNewCluster...

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

AzureDatabricksDeltaLakeLinkedService

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

AzureDatabricksDetltaLakeLinkedServiceTypeProperties

名前 説明
accessToken databricks REST API のアクセス トークン。 [https://aka.ms/classiciaasmigrationfaqs](https://docs.azuredatabricks.net/api/latest/authentication.html ) を参照してください。 型: string、SecureString、または AzureKeyVaultSecretReference。 SecretBase
clusterId このジョブのすべての実行に使用される既存の対話型クラスターの ID。 型: string (または resultType 文字列を含む式)。
資格情報 (credential) 認証情報を含む資格情報参照。 CredentialReference
domain {REGION}.azuredatabricks.net、Databricks デプロイのドメイン名。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
workspaceResourceId databricks REST API のワークスペース リソース ID。 型: string (または resultType 文字列を含む式)。

AzureDataExplorerLinkedService

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

AzureDataExplorerLinkedServiceTypeProperties

名前 説明
資格情報 (credential) 認証情報を含む資格情報参照。 CredentialReference
database 接続のデータベース名。 型: string (または resultType 文字列を含む式)。
endpoint Azure Data Explorerのエンドポイント (エンジンのエンドポイント)。 URL は の形式 https://{clusterName}.{regionName}.kusto.windows.netになります。 型: string (または resultType 文字列を含む式)
servicePrincipalId Azure Data Explorerに対する認証に使用されるサービス プリンシパルの ID。 型: string (または resultType 文字列を含む式)。
servicePrincipalKey Kusto に対する認証に使用されるサービス プリンシパルのキー。 SecretBase
tenant サービス プリンシパルが属するテナントの名前または ID。 型: string (または resultType 文字列を含む式)。

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。 string
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 文字列を含む式)。
azureCloudType サービスプリンシパル認証の Azure クラウドの種類を示します。使用できる値は、AzurePublic、AzureChina、AzureUsGovernment、AzureGermany です。 既定値は、データ ファクトリ リージョンのクラウドの種類です。 型: string (または resultType 文字列を含む式)。
資格情報 (credential) 認証情報を含む資格情報参照。 CredentialReference
dataLakeStoreUri Data Lake Store サービス URI。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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 文字列を含む式)。

AzureFileStorageLinkedService

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

AzureFileStorageLinkedServiceTypeProperties

名前 説明
accountKey 接続文字列の accountKey の Azure Key Vault シークレット リファレンス。 AzureKeyVaultSecretReference
connectionString 接続文字列。 sasUri プロパティと相互に排他的です。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
fileShare Azure ファイル共有名。 accountKey/sasToken を使用して認証する場合に必要です。 型: string (または resultType 文字列を含む式)。
host サーバーのホスト名前。 型: string (または resultType 文字列を含む式)。
password サーバーにログオンするためのパスワード。 SecretBase
sasToken sas uri 内の sasToken の Azure キー コンテナー シークレット参照。 AzureKeyVaultSecretReference
sasUri Azure File リソースの SAS URI。 connectionString プロパティと相互に排他的です。 型: string、SecureString、または AzureKeyVaultSecretReference。
スナップショット Azure ファイル共有スナップショットバージョン。 型: string (または resultType 文字列を含む式)。
userId サーバーにログオンするユーザー ID。 型: string (または resultType 文字列を含む式)。

AzureFunctionLinkedService

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

AzureFunctionLinkedServiceTypeProperties

名前 説明
認証 AzureFunction への接続に使用される認証の種類 (MSI を指定するために必要)。 型: string (または resultType 文字列を含む式)。
資格情報 (credential) 認証情報を含む資格情報参照。 CredentialReference
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
functionAppUrl Azure 関数アプリのエンドポイント。 URL は の形式 https://{accountName}.azurewebsites.netになります。 型: string (または resultType 文字列を含む式)。
functionKey Azure Function App の関数キーまたはホスト キー。 SecretBase
resourceId Azure 関数のトークン 対象ユーザーを許可しました。 型: string (または resultType 文字列を含む式)。

AzureKeyVaultLinkedService

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

AzureKeyVaultLinkedServiceTypeProperties

名前 説明
baseUrl Azure Key Vaultのベース URL。 例: https://myakv.vault.azure.net 型: string (または resultType 文字列を含む式)。
資格情報 (credential) 認証情報を含む資格情報参照。 CredentialReference

AzureMariaDBLinkedService

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

AzureMariaDBLinkedServiceTypeProperties

名前 説明
connectionString ODBC 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
pwd 接続文字列のパスワードの Azure Key Vault シークレット リファレンス。 AzureKeyVaultSecretReference

AzureMLLinkedService

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

AzureMLLinkedServiceTypeProperties

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

AzureMLServiceLinkedService

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

AzureMLServiceLinkedServiceTypeProperties

名前 説明
認証 AzureML への接続に使用される認証の種類 (MSI を指定するために必要)。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
mlWorkspaceName Azure ML Service ワークスペース名。 型: string (または resultType 文字列を含む式)。
resourceGroupName Azure ML Service ワークスペースのリソース グループ名。 型: string (または resultType 文字列を含む式)。
servicePrincipalId 発行された Azure ML サービス パイプラインのエンドポイントに対する認証に使用されるサービス プリンシパルの ID。 型: string (または resultType 文字列を含む式)。
servicePrincipalKey 発行された Azure ML サービス パイプラインのエンドポイントに対する認証に使用されるサービス プリンシパルのキー。 SecretBase
subscriptionId Azure ML Service ワークスペースのサブスクリプション ID。 型: string (または resultType 文字列を含む式)。
tenant サービス プリンシパルが属するテナントの名前または ID。 型: string (または resultType 文字列を含む式)。

AzureMySqlLinkedService

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

AzureMySqlLinkedServiceTypeProperties

名前 説明
connectionString 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password 接続文字列のパスワードの Azure Key Vault シークレットリファレンス。 AzureKeyVaultSecretReference

AzurePostgreSqlLinkedService

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

AzurePostgreSqlLinkedServiceTypeProperties

名前 説明
connectionString ODBC 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password 接続文字列のパスワードの Azure Key Vault シークレットリファレンス。 AzureKeyVaultSecretReference

AzureSearchLinkedService

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

AzureSearchLinkedServiceTypeProperties

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

AzureSqlDatabaseLinkedService

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

AzureSqlDatabaseLinkedServiceTypeProperties

名前 説明
alwaysEncryptedSettings Sql は常に暗号化されたプロパティです。 SqlAlwaysEncryptedProperties
azureCloudType サービス プリンシパル認証の Azure クラウドの種類を示します。使用できる値は、AzurePublic、AzureChina、AzureUsGovernment、AzureGermany です。 既定値は、データ ファクトリ リージョンのクラウドの種類です。 型: string (または resultType 文字列を含む式)。
connectionString 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
資格情報 (credential) 認証情報を含む資格情報参照。 CredentialReference
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password 接続文字列のパスワードの Azure Key Vault シークレット リファレンス。 AzureKeyVaultSecretReference
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

名前 説明
azureCloudType サービス プリンシパル認証の Azure クラウドの種類を示します。使用できる値は、AzurePublic、AzureChina、AzureUsGovernment、AzureGermany です。 既定値は、データ ファクトリ リージョンのクラウドの種類です。 型: string (または resultType 文字列を含む式)。
connectionString 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。 型: string、SecureString、または AzureKeyVaultSecretReference。
資格情報 (credential) 認証情報を含む資格情報参照。 CredentialReference
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password 接続文字列のパスワードの Azure Key Vault シークレット リファレンス。 AzureKeyVaultSecretReference
servicePrincipalId Azure SQL Data Warehouseに対する認証に使用されるサービス プリンシパルの ID。 型: string (または resultType 文字列を含む式)。
servicePrincipalKey Azure SQL Data Warehouseに対する認証に使用されるサービス プリンシパルのキー。 SecretBase
tenant サービス プリンシパルが属するテナントの名前または ID。 型: string (または resultType 文字列を含む式)。

AzureSqlMILinkedService

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

AzureSqlMILinkedServiceTypeProperties

名前 説明
alwaysEncryptedSettings Sql は常に暗号化されたプロパティです。 SqlAlwaysEncryptedProperties
azureCloudType サービス プリンシパル認証の Azure クラウドの種類を示します。使用できる値は、AzurePublic、AzureChina、AzureUsGovernment、AzureGermany です。 既定値は、データ ファクトリ リージョンのクラウドの種類です。 型: string (または resultType 文字列を含む式)。
connectionString 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
資格情報 (credential) 認証情報を含む資格情報参照。 CredentialReference
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password 接続文字列のパスワードの Azure Key Vault シークレットリファレンス。 AzureKeyVaultSecretReference
servicePrincipalId Azure SQL Managed Instanceに対する認証に使用されるサービス プリンシパルの ID。 型: string (または resultType 文字列を含む式)。
servicePrincipalKey Azure SQL Managed Instanceに対する認証に使用されるサービス プリンシパルのキー。 SecretBase
tenant サービス プリンシパルが属するテナントの名前または ID。 型: string (または resultType 文字列を含む式)。

AzureStorageLinkedService

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

AzureStorageLinkedServiceTypeProperties

名前 説明
accountKey 接続文字列の accountKey の Azure Key Vault シークレット リファレンス。 AzureKeyVaultSecretReference
connectionString 接続文字列。 sasUri プロパティと相互に排他的です。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
sasToken sas uri 内の sasToken の Azure キー コンテナー シークレット参照。 AzureKeyVaultSecretReference
sasUri Azure Storage リソースの SAS URI。 connectionString プロパティと相互に排他的です。 型: string、SecureString、または AzureKeyVaultSecretReference。

AzureSynapseArtifactsLinkedService

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

AzureSynapseArtifactsLinkedServiceTypeProperties

名前 説明
認証 システム割り当てマネージド ID を認証方法として使用する場合は、MSI を指定するために必要です。 型: string (または resultType 文字列を含む式)。
endpoint https://{workspacename}.dev.azuresynapse.net、Analytics ワークスペース URL をAzure Synapseします。 型: string (または resultType 文字列を含む式)。
workspaceResourceId Synapse ワークスペースのリソース ID。 形式は、/subscriptions/{subscriptionID}/resourceGroups/{resourceGroup}/providers/Microsoft.Synapse/workspaces/{workspaceName} にする必要があります。 型: string (または resultType 文字列を含む式)。

AzureTableStorageLinkedService

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

CassandraLinkedService

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

CassandraLinkedServiceTypeProperties

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

CommonDataServiceForAppsLinkedService

名前 説明
type リンクされたサービスの種類。 'CommonDataServiceForApps' (必須)
typeProperties Common Data Service for Apps のリンクされたサービス プロパティ。 CommonDataServiceForAppsLinkedServiceTypeProperties (必須)

CommonDataServiceForAppsLinkedServiceTypeProperties

名前 説明
authenticationType Common Data Service for Apps サーバーに接続する認証の種類。 オンライン シナリオの場合は "Office365"、Ifd シナリオではオンプレミスの場合は "Ifd" です。 オンライン シナリオでのサーバー間認証の 'AADServicePrincipal'。 型: string (または resultType 文字列を含む式)。
deploymentType Common Data Service for Apps インスタンスのデプロイの種類。 Common Data Service for Apps Online の場合は 'Online'、Ifd を使用したオンプレミスの Common Data Service for Apps の場合は "OnPremisesWithIfd" です。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
hostName オンプレミスの Common Data Service for Apps サーバーのホスト名。 プロパティはオンプレミスでは必須であり、オンラインでは使用できません。 型: string (または resultType 文字列を含む式)。
organizationName Common Data Service for Apps インスタンスのorganization名。 プロパティはオンプレミスでは必須であり、ユーザーに関連付けられている Common Data Service for Apps インスタンスが複数ある場合はオンラインで必要です。 型: string (または resultType 文字列を含む式)。
password Common Data Service for Apps インスタンスにアクセスするためのパスワード。 SecretBase
port オンプレミスの Common Data Service for Apps サーバーのポート。 プロパティはオンプレミスでは必須であり、オンラインでは使用できません。 既定値は 443 です。 型: integer (または resultType 整数を含む式)、最小: 0。
servicePrincipalCredential Azure Active Directory のサービス プリンシパル オブジェクトの資格情報。 servicePrincipalCredentialType が 'ServicePrincipalKey' の場合、servicePrincipalCredential には SecureString または AzureKeyVaultSecretReference を指定できます。 servicePrincipalCredentialType が 'ServicePrincipalCert' の場合、servicePrincipalCredential には AzureKeyVaultSecretReference のみを指定できます。 SecretBase
servicePrincipalCredentialType サーバー間認証で使用するサービス プリンシパルの資格情報の種類。 キー/シークレットの場合は 'ServicePrincipalKey'、証明書の場合は 'ServicePrincipalCert' です。 型: string (または resultType 文字列を含む式)。
servicePrincipalId サーバー間認証に使用される Azure Active Directory 内のアプリケーションのクライアント ID。 型: string (または resultType 文字列を含む式)。
serviceUri Microsoft Common Data Service for Apps サーバーの URL。 プロパティはオンラインでは必須であり、オンプレミスでは使用できません。 型: string (または resultType 文字列を含む式)。
username Common Data Service for Apps インスタンスにアクセスするためのユーザー名。 型: string (または resultType 文字列を含む式)。

ConcurLinkedService

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

ConcurLinkedServiceTypeProperties

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

CosmosDbLinkedService

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

CosmosDbLinkedServiceTypeProperties

名前 説明
accountEndpoint Azure CosmosDB アカウントのエンドポイント。 型: string (または resultType 文字列を含む式)
accountKey Azure CosmosDB アカウントのアカウント キー。 種類: SecureString または AzureKeyVaultSecretReference。 SecretBase
azureCloudType サービスプリンシパル認証の Azure クラウドの種類を示します。使用できる値は、AzurePublic、AzureChina、AzureUsGovernment、AzureGermany です。 既定値は、データ ファクトリ リージョンのクラウドの種類です。 型: string (または resultType 文字列を含む式)。
connectionMode CosmosDB アカウントへのアクセスに使用される接続モード。 型: string。 'Direct'
'Gateway'
connectionString 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
資格情報 (credential) 認証情報を含む資格情報参照。 CredentialReference
database データベースの名前。 型: string (または resultType 文字列を含む式)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
servicePrincipalCredential Azure Active Directory のサービス プリンシパル オブジェクトの資格情報。 servicePrincipalCredentialType が 'ServicePrincipalKey' の場合、servicePrincipalCredential には SecureString または AzureKeyVaultSecretReference を指定できます。 servicePrincipalCredentialType が 'ServicePrincipalCert' の場合、servicePrincipalCredential には AzureKeyVaultSecretReference のみを指定できます。 SecretBase
servicePrincipalCredentialType サーバー間認証で使用するサービス プリンシパルの資格情報の種類。 キー/シークレットの場合は 'ServicePrincipalKey'、証明書の場合は 'ServicePrincipalCert' です。 型: string。
servicePrincipalId サーバー間認証に使用される Azure Active Directory 内のアプリケーションのクライアント ID。 型: string (または resultType 文字列を含む式)。
tenant サービス プリンシパルが属するテナントの名前または ID。 型: string (または resultType 文字列を含む式)。

CosmosDbMongoDbApiLinkedService

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

CosmosDbMongoDbApiLinkedServiceTypeProperties

名前 説明
connectionString CosmosDB (MongoDB API) 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。 型: string、SecureString、または AzureKeyVaultSecretReference。
database アクセスする CosmosDB (MongoDB API) データベースの名前。 型: string (または resultType 文字列を含む式)。
isServerVersionAbove32 CosmosDB (MongoDB API) サーバーのバージョンが 3.2 より大きいかどうか。 既定値は false です。 型: boolean (または resultType ブール値を持つ式)。

CouchbaseLinkedService

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

CouchbaseLinkedServiceTypeProperties

名前 説明
connectionString ODBC 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
credString 接続文字列の credString の Azure Key Vault シークレットリファレンス。 AzureKeyVaultSecretReference
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string

CustomDataSourceLinkedService

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

DataworldLinkedService

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

DataworldLinkedServiceTypeProperties

名前 説明
apiToken Dataworld ソースの API トークン。 SecretBase (必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string

Db2LinkedService

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

Db2LinkedServiceTypeProperties

名前 説明
authenticationType 接続に使用する AuthenticationType。 connectionString プロパティと相互に排他的です。 'Basic'
certificateCommonName TLS が有効になっている場合の証明書の共通名。 connectionString プロパティと相互に排他的です。 型: string (または resultType 文字列を含む式)。
connectionString 接続文字列。 これは、server、database、authenticationType、userName、packageCollection、certificateCommonName プロパティと相互に排他的です。 型: string、SecureString、または AzureKeyVaultSecretReference。
database 接続のデータベース名。 connectionString プロパティと相互に排他的です。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 connectionString プロパティと相互に排他的です。 型: string。 string
packageCollection データベースのクエリ時にパッケージが作成される場所。 connectionString プロパティと相互に排他的です。 型: string (または resultType 文字列を含む式)。
password 認証用のパスワード。 SecretBase
server 接続のサーバー名。 connectionString プロパティと相互に排他的です。 型: string (または resultType 文字列を含む式)。
username 認証用のユーザー名。 connectionString プロパティと相互に排他的です。 型: string (または resultType 文字列を含む式)。

DrillLinkedService

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

DrillLinkedServiceTypeProperties

名前 説明
connectionString ODBC 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
pwd 接続文字列のパスワードの Azure Key Vault シークレットリファレンス。 AzureKeyVaultSecretReference

DynamicsLinkedService

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

DynamicsLinkedServiceTypeProperties

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

DynamicsAXLinkedService

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

DynamicsAXLinkedServiceTypeProperties

名前 説明
aadResourceId 承認を要求するリソースを指定します。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
servicePrincipalId アプリケーションのクライアント ID を取得します。 型: string (または resultType 文字列を含む式)。
servicePrincipalKey アプリケーションのキーを取得します。 このフィールドを SecureString としてマークして Data Factory に安全に保管するか、Azure Key Vault に格納されているシークレットを参照します。 型: string (または resultType 文字列を含む式)。 SecretBase (必須)
tenant アプリケーションが存在するテナントの情報 (ドメイン名またはテナント ID) を指定します。 Azure portal の右上隅にマウスを置くことで取得します。 型: string (または resultType 文字列を含む式)。
url Dynamics AX (または Dynamics 365 Finance および Operations) インスタンスの OData エンドポイント。

DynamicsCrmLinkedService

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

DynamicsCrmLinkedServiceTypeProperties

名前 説明
authenticationType Dynamics CRM サーバーに接続するための認証の種類。 オンライン シナリオの場合は 'Office365'、Ifd シナリオではオンプレミスの場合は 'Ifd'、オンライン シナリオではサーバー間認証の場合は "AADServicePrincipal" です。 型: string (または resultType 文字列を含む式)。
deploymentType Dynamics CRM インスタンスの展開の種類。 Dynamics CRM Online の 'Online' と、Ifd を使用したオンプレミスの Dynamics CRM の 'OnPremisesWithIfd'。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
hostName オンプレミスの Dynamics CRM サーバーのホスト名。 プロパティはオンプレミスでは必須であり、オンラインでは使用できません。 型: string (または resultType 文字列を含む式)。
organizationName Dynamics CRM インスタンスのorganization名。 プロパティはオンプレミスでは必須であり、ユーザーに関連付けられた複数の Dynamics CRM インスタンスがある場合はオンラインで使用する必要があります。 型: string (または resultType 文字列を含む式)。
password Dynamics CRM インスタンスにアクセスするためのパスワード。 SecretBase
port オンプレミスの Dynamics CRM サーバーのポート。 プロパティはオンプレミスでは必須であり、オンラインでは使用できません。 既定値は 443 です。 型: integer (または resultType 整数を含む式)、最小: 0。
servicePrincipalCredential Azure Active Directory のサービス プリンシパル オブジェクトの資格情報。 servicePrincipalCredentialType が 'ServicePrincipalKey' の場合、servicePrincipalCredential には SecureString または AzureKeyVaultSecretReference を指定できます。 servicePrincipalCredentialType が 'ServicePrincipalCert' の場合、servicePrincipalCredential には AzureKeyVaultSecretReference のみを指定できます。 SecretBase
servicePrincipalCredentialType サーバー間認証で使用するサービス プリンシパルの資格情報の種類。 キー/シークレットの場合は 'ServicePrincipalKey'、証明書の場合は 'ServicePrincipalCert' です。 型: string (または resultType 文字列を含む式)。
servicePrincipalId サーバー間認証に使用される Azure Active Directory 内のアプリケーションのクライアント ID。 型: string (または resultType 文字列を含む式)。
serviceUri Microsoft Dynamics CRM サーバーへの URL。 プロパティはオンラインでは必須であり、オンプレミスでは使用できません。 型: string (または resultType 文字列を含む式)。
username Dynamics CRM インスタンスにアクセスするためのユーザー名。 型: string (または resultType 文字列を含む式)。

EloquaLinkedService

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

EloquaLinkedServiceTypeProperties

名前 説明
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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。 string
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。 string
host FTP サーバーのホスト名。 型: string (または resultType 文字列を含む式)。
password FTP サーバーにログオンするためのパスワード。 SecretBase
port FTP サーバーがクライアント接続をリッスンするために使用する TCP ポート番号。 既定値は 21 です。 型: integer (または resultType 整数を含む式)、最小: 0。
userName FTP サーバーにログオンするユーザー名。 型: string (または resultType 文字列を含む式)。

GoogleAdWordsLinkedService

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

GoogleAdWordsLinkedServiceTypeProperties

名前 説明
authenticationType 認証に使用される OAuth 2.0 認証メカニズム。 ServiceAuthentication はセルフホステッド IR のみで使用できます。 'ServiceAuthentication'
'UserAuthentication'
clientCustomerID レポート データをフェッチする対象の、AdWords アカウントのクライアント顧客 ID。 型: string (または resultType 文字列を含む式)。
clientId 更新トークンを取得するために使用される google アプリケーションのクライアント ID。 型: string (または resultType 文字列を含む式)。
clientSecret 更新トークンを取得するために使用される google アプリケーションのクライアント シークレット。 SecretBase
connectionProperties (非推奨)GoogleAds への接続に使用されるプロパティ。 これは、リンクされたサービス内の他のプロパティと相互に排他的です。 型: オブジェクト。
developerToken AdWords API へのアクセスを許可するために使用する、マネージャー アカウントに関連付けられている開発者トークン。 SecretBase
email ServiceAuthentication で使用されるサービス アカウントの電子メール ID。これはセルフホステッド IR のみで使用できます。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
googleAdsApiVersion v14 などの Google 広告 API のメジャー バージョン。 サポートされているメジャー バージョンは、 にあります https://developers.google.com/google-ads/api/docs/release-notes。 型: string (または resultType 文字列を含む式)。
keyFilePath (非推奨)サービス アカウントの電子メール アドレスの認証に使用され、セルフホステッド IR でのみ使用できる .p12 キー ファイルへの完全なパス。 型: string (または resultType 文字列を含む式)。
loginCustomerID 特定の顧客のレポート データを取得する Google 広告マネージャー アカウントの顧客 ID。 型: string (または resultType 文字列を含む式)。
privateKey サービス アカウントの電子メール アドレスを認証するために使用され、セルフホステッド IR でのみ使用できる秘密キー。 SecretBase
refreshToken UserAuthentication で AdWords へのアクセスを承認するために Google から取得した更新トークン。 SecretBase
supportLegacyDataTypes float、int32、int64 を Google から文字列にマップするレガシ データ型マッピングを使用するかどうかを指定します。 レガシ ドライバーのデータ型マッピングとの下位互換性を維持する場合を除き、これを true に設定しないでください。 型: boolean (または resultType ブール値を持つ式)。
trustedCertPath (非推奨)SSL 経由で接続するときにサーバーを検証するための信頼された CA 証明書を含む .pem ファイルの完全パス。 このプロパティは、セルフホステッド IR で SSL を使用する場合にのみ設定できます。 既定値は、IR でインストールされる cacerts.pem ファイルです。 型: string (または resultType 文字列を含む式)。
useSystemTrustStore (非推奨)システム信頼ストアまたは指定された PEM ファイルのどちらから CA 証明書を使用するかを指定します。 既定値は false です。 型: boolean (または resultType ブール値を持つ式)。

GoogleBigQueryLinkedService

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

GoogleBigQueryLinkedServiceTypeProperties

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

GoogleBigQueryV2LinkedService

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

GoogleBigQueryV2LinkedServiceTypeProperties

名前 説明
authenticationType 認証に使用される OAuth 2.0 認証メカニズム。 'ServiceAuthentication'
'UserAuthentication' (必須)
clientId 更新トークンを取得するために使用される google アプリケーションのクライアント ID。 型: string (または resultType 文字列を含む式)。
clientSecret 更新トークンを取得するために使用される google アプリケーションのクライアント シークレット。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
keyFileContent サービス アカウントの認証に使用される.jsonキー ファイルの内容。 型: string (または resultType 文字列を含む式)。 SecretBase
projectId クエリを実行する既定の BigQuery プロジェクト ID。 型: string (または resultType 文字列を含む式)。
refreshToken UserAuthentication で BigQuery へのアクセスを承認するために Google から取得した更新トークン。 SecretBase

GoogleCloudStorageLinkedService

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

GoogleCloudStorageLinkedServiceTypeProperties

名前 説明
accessKeyId Google Cloud Storage Identity and Access Management (IAM) ユーザーのアクセス キー識別子。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
secretAccessKey Google Cloud Storage Identity and Access Management (IAM) ユーザーのシークレット アクセス キー。 SecretBase
serviceUrl この値は、Google Cloud Storage Connector でアクセスするエンドポイントを指定します。 これは省略可能なプロパティです。別のサービス エンドポイントを試す場合、または https と http を切り替える場合にのみ変更してください。 型: string (または resultType 文字列を含む式)。

GoogleSheetsLinkedService

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

GoogleSheetsLinkedServiceTypeProperties

名前 説明
apiToken GoogleSheets ソースの API トークン。 SecretBase (必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string

GreenplumLinkedService

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

GreenplumLinkedServiceTypeProperties

名前 説明
connectionString ODBC 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
pwd 接続文字列のパスワードの Azure Key Vault シークレットリファレンス。 AzureKeyVaultSecretReference

HBaseLinkedService

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

HBaseLinkedServiceTypeProperties

名前 説明
allowHostNameCNMismatch SSL 経由で接続するときに、CA が発行した SSL 証明書名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は false です。
allowSelfSignedServerCert サーバーからの自己署名証明書を許可するかどうかを指定します。 既定値は false です。
authenticationType HBase サーバーへの接続に使用する認証メカニズム。 '匿名'
'Basic' (必須)
enableSsl SSL を使用して、サーバーへの接続を暗号化するかどうかを指定します。 既定値は false です。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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。 string
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。 string
fileSystem HDInsight のメイン ストレージが ADLS Gen2 の場合は、FileSystem を指定します。 型: string (または resultType 文字列を含む式)。
hcatalogLinkedServiceName HCatalog データベースを指す Azure SQL のリンクされたサービスの参照。 LinkedServiceReference
isEspEnabled HDInsight を ESP (エンタープライズ セキュリティ パッケージ) で作成するかどうかを指定します。 型: ブール値。
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。 型: int (または resultType int を含む式)。
clusterSshPassword SSH へのパスワードは、クラスターのノード (Linux の場合) にリモート接続します。 SecretBase
clusterSshUserName クラスターのノードにリモートで接続する SSH のユーザー名 (Linux の場合)。 型: string (または resultType 文字列を含む式)。
clusterType クラスターの種類。 型: string (または resultType 文字列を含む式)。
clusterUserName クラスターにアクセスするユーザー名。 型: string (または resultType 文字列を含む式)。
coreConfiguration 作成する HDInsight クラスターに core 構成パラメーター (core-site.xml と同じ) を指定します。
資格情報 (credential) 認証情報を含む資格情報参照。 CredentialReference
dataNodeSize HDInsight クラスターのデータ ノードのサイズを指定します。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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) を指定します。
scriptActions HDI ondemand クラスターが起動したら実行するカスタム スクリプト アクション。 /azure/hdinsight/hdinsight-hadoop-customize-cluster-linux?toc=%2Fen-us%2Fazure%2Fhdinsight%2Fr-server%2FTOC.json&bc=%2Fen-us%2Fazure%2Fbread%2Ftoc.json#understanding-script-actions を参照してください。 ScriptAction[]
servicePrincipalId hostSubscriptionId のサービス プリンシパル ID。 型: string (または resultType 文字列を含む式)。
servicePrincipalKey サービス プリンシパル ID のキー。 SecretBase
sparkVersion クラスターの種類が "spark" の場合の spark のバージョン。 型: string (または resultType 文字列を含む式)。
stormConfiguration HDInsight クラスターに Storm 構成パラメーター (storm-site.xml) を指定します。
subnetName vNet 内のサブネットの ARM リソース ID。 virtualNetworkId が指定されている場合は、このプロパティが必要です。 型: string (または resultType 文字列を含む式)。
tenant サービス プリンシパルが属するテナント ID/名前。 型: string (または resultType 文字列を含む式)。
timeToLive オンデマンド HDInsight クラスターに許可されるアイドル時間です。 他のアクティブなジョブがクラスターにない場合、アクティビティ実行の完了後にオンデマンド HDInsight クラスターが起動状態を維持する時間を指定します。 最小値は 5 分です。 型: string (または resultType 文字列を含む式)。
version HDInsight クラスターのバージョン。  型: string (または resultType 文字列を含む式)。
virtualNetworkId 作成後にクラスターを参加させる vNet の ARM リソース ID。 型: string (または resultType 文字列を含む式)。
yarnConfiguration HDInsight クラスターに Yarn 構成パラメーター (yarn-site.xml) を指定します。
zookeeperNodeSize HDInsight クラスターの Zoo Keeper ノードのサイズを指定します。

ScriptAction

名前 説明
name ユーザーがスクリプト アクションの名前を指定しました。 string (必須)
parameters スクリプト アクションのパラメーター。 string
roles スクリプト アクションを実行するノードの種類。
uri スクリプト アクションの URI。 string (必須)

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。 string
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'
authHeaders 承認に使用される RESTful API への要求内の追加の HTTP ヘッダー。 型: キー値のペア (値は文字列型にする必要があります)。
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。 string
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。 string
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。 string
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 です。

InformixLinkedService

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

InformixLinkedServiceTypeProperties

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

JiraLinkedService

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

JiraLinkedServiceTypeProperties

名前 説明
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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 サービスへのアクセスに使用するユーザー名。

LakeHouseLinkedService

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

LakeHouseLinkedServiceTypeProperties

名前 説明
artifactId Microsoft Fabric LakeHouse 成果物の ID。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
servicePrincipalCredential Azure Active Directory のサービス プリンシパル オブジェクトの資格情報。 servicePrincipalCredentialType が 'ServicePrincipalKey' の場合、servicePrincipalCredential には SecureString または AzureKeyVaultSecretReference を指定できます。 servicePrincipalCredentialType が 'ServicePrincipalCert' の場合、servicePrincipalCredential には AzureKeyVaultSecretReference のみを指定できます。 SecretBase
servicePrincipalCredentialType サーバー間認証で使用するサービス プリンシパルの資格情報の種類。 キー/シークレットの場合は 'ServicePrincipalKey'、証明書の場合は 'ServicePrincipalCert' です。 型: string (または resultType 文字列を含む式)。
servicePrincipalId Microsoft Fabric LakeHouse に対する認証に使用されるアプリケーションの ID。 型: string (または resultType 文字列を含む式)。
servicePrincipalKey Microsoft Fabric LakeHouse に対する認証に使用されるアプリケーションのキー。 SecretBase
tenant サービス プリンシパルが属するテナントの名前または ID。 型: string (または resultType 文字列を含む式)。
workspaceId Microsoft Fabric ワークスペースの ID。 型: string (または resultType 文字列を含む式)。

MagentoLinkedService

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

MagentoLinkedServiceTypeProperties

名前 説明
accessToken Magento のアクセス トークン。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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。
database 接続のデータベース名。 型: string。
driverVersion MariaDB ドライバーのバージョン。 型: string。 レガシ ドライバーの場合は V1 または空、新しいドライバーの場合は V2。 V1 は接続文字列とプロパティ バッグをサポートでき、V2 は接続文字列のみをサポートできます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password 接続文字列のパスワードの Azure Key Vault シークレット リファレンス。 AzureKeyVaultSecretReference
port 接続のポート。 型: 整数。
server 接続のサーバー名。 型: string。
username 認証用のユーザー名。 型: string。

MarketoLinkedService

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

MarketoLinkedServiceTypeProperties

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

MicrosoftAccessLinkedService

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

MicrosoftAccessLinkedServiceTypeProperties

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

MongoDbLinkedService

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

MongoDbLinkedServiceTypeProperties

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

MongoDbAtlasLinkedService

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

MongoDbAtlasLinkedServiceTypeProperties

名前 説明
connectionString MongoDB Atlas 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。 型: string、SecureString、または AzureKeyVaultSecretReference。
database アクセスする MongoDB Atlas データベースの名前。 型: string (または resultType 文字列を含む式)。
driverVersion 選択するドライバーのバージョン。 使用できる値は v1 と v2 です。 型: string (または resultType 文字列を含む式)。

MongoDbV2LinkedService

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

MongoDbV2LinkedServiceTypeProperties

名前 説明
connectionString MongoDB 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。 型: string、SecureString、または AzureKeyVaultSecretReference。
database アクセスする MongoDB データベースの名前。 型: string (または resultType 文字列を含む式)。

MySqlLinkedService

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

MySqlLinkedServiceTypeProperties

名前 説明
connectionString 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
database 接続のデータベース名。 型: string。
driverVersion MySQL ドライバーのバージョン。 型: string。 レガシ ドライバーの場合は V1 または空、新しいドライバーの場合は V2。 V1 は接続文字列とプロパティ バッグをサポートでき、V2 は接続文字列のみをサポートできます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password 接続文字列のパスワードの Azure Key Vault シークレット リファレンス。 AzureKeyVaultSecretReference
port 接続のポート。 型: 整数。
server 接続のサーバー名。 型: string。
sslMode 接続の SSL モード。 型: 整数。 0: 無効、1: 優先、2: 必須、3: verify-ca、4: verify-full。
username 認証用のユーザー名。 型: string。
useSystemTrustStore 接続にはシステム 信頼ストアを使用します。 型: 整数。 0: 有効、1: 無効にします。

NetezzaLinkedService

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

NetezzaLinkedServiceTypeProperties

名前 説明
connectionString ODBC 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
pwd 接続文字列のパスワードの Azure Key Vault シークレット リファレンス。 AzureKeyVaultSecretReference

ODataLinkedService

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

ODataLinkedServiceTypeProperties

名前 説明
aadResourceId ディレクトリを使用するための承認を要求するリソースを指定します。 型: string (または resultType 文字列を含む式)。
aadServicePrincipalCredentialType サービス プリンシパルに使用する資格情報の種類 (キーまたは証明書) を指定します。 'ServicePrincipalCert'
'ServicePrincipalKey'
authenticationType OData サービスへの接続に使用される認証の種類。 'AadServicePrincipal'
'Anonymous'
'Basic'
'ManagedServiceIdentity'
'Windows'
authHeaders 承認に使用される RESTful API への要求内の追加の HTTP ヘッダー。 型: キー値のペア (値は文字列型にする必要があります)。
azureCloudType サービス プリンシパル認証の Azure クラウドの種類を示します。使用できる値は、AzurePublic、AzureChina、AzureUsGovernment、AzureGermany です。 既定値は、データ ファクトリ リージョンのクラウドの種類です。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password OData サービスのパスワード。 SecretBase
servicePrincipalEmbeddedCert Azure Active Directory に登録されているアプリケーションの、Base64 でエンコードされた証明書を指定します。 型: string (または resultType 文字列を含む式)。 SecretBase
servicePrincipalEmbeddedCertPassword 証明書にパスワードがあり、AadServicePrincipal 認証を使用している場合は、証明書のパスワードを指定します。 型: string (または resultType 文字列を含む式)。 SecretBase
servicePrincipalId Azure Active Directory に登録されているアプリケーションのアプリケーション ID を指定します。 型: string (または resultType 文字列を含む式)。
servicePrincipalKey Azure Active Directory に登録されているアプリケーションのシークレットを指定します。 型: string (または resultType 文字列を含む式)。 SecretBase
tenant アプリケーションが存在するテナントの情報 (ドメイン名またはテナント ID) を指定します。 型: string (または resultType 文字列を含む式)。
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、または resultType 文字列を含む式。
資格情報 (credential) ドライバー固有のプロパティ値の形式で指定された接続文字列のアクセス資格情報の部分。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password 基本認証のパスワード。 SecretBase
userName 基本認証のユーザー名。 型: string (または resultType 文字列を含む式)。

Office365LinkedService

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

Office365LinkedServiceTypeProperties

名前 説明
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
office365TenantId Office 365 アカウントが属している Azure テナント ID です。 型: string (または resultType 文字列を含む式)。
servicePrincipalId アプリケーションのクライアント ID を取得します。 型: string (または resultType 文字列を含む式)。
servicePrincipalKey アプリケーションのキーを取得します。 SecretBase (必須)
servicePrincipalTenantId Azure AD Web アプリケーションが存在するテナントの情報を指定します。 型: string (または resultType 文字列を含む式)。

OracleLinkedService

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

OracleLinkedServiceTypeProperties

名前 説明
connectionString 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password 接続文字列のパスワードの Azure Key Vault シークレットリファレンス。 AzureKeyVaultSecretReference

OracleCloudStorageLinkedService

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

OracleCloudStorageLinkedServiceTypeProperties

名前 説明
accessKeyId Oracle Cloud Storage Identity and Access Management (IAM) ユーザーのアクセス キー識別子。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
secretAccessKey Oracle Cloud Storage Identity and Access Management (IAM) ユーザーのシークレット アクセス キー。 SecretBase
serviceUrl この値は、Oracle Cloud Storage Connector でアクセスするエンドポイントを指定します。 これは省略可能なプロパティです。別のサービス エンドポイントを試す場合、または https と http を切り替える場合にのみ変更してください。 型: string (または resultType 文字列を含む式)。

OracleServiceCloudLinkedService

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

OracleServiceCloudLinkedServiceTypeProperties

名前 説明
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
host Oracle Service Cloud インスタンスの URL。
password username キーに指定したユーザー名に対応するパスワード。 SecretBase (必須)
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。
username Oracle Service Cloud サーバーにアクセスするために使用するユーザー名。

PaypalLinkedService

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

PaypalLinkedServiceTypeProperties

名前 説明
clientId PayPal アプリケーションに関連付けられているクライアント ID。
clientSecret PayPal アプリケーションに関連付けられているクライアント シークレット。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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。 string
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 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password 接続文字列のパスワードの Azure Key Vault シークレット リファレンス。 AzureKeyVaultSecretReference

PostgreSqlV2LinkedService

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

PostgreSqlV2LinkedServiceTypeProperties

名前 説明
commandTimeout 試行を終了してエラーを生成する前にコマンドを実行しようとしたときに待機する時間 (秒単位)。 無限大の場合は 0 に設定します。 型: 整数。
connectionTimeout 接続を確立してから試行を終了し、エラーを生成するまでの待機時間 (秒単位)。 型: 整数。
database 接続のデータベース名。 型: string。
encoding PostgreSQL 文字列データのエンコード/デコードに使用される .NET エンコードを取得または設定します。 Type: 文字列
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
logParameters 有効にすると、コマンドの実行時にパラメーター値がログに記録されます。 型: ブール値。
password 接続文字列のパスワードの Azure Key Vault シークレットリファレンス。 型: string。 AzureKeyVaultSecretReference
プール 接続プールを使用する必要があるかどうか。 型: ブール値。
port 接続のポート。 型: 整数。
readBufferSize 読み取り時に使用される内部バッファーのサイズを決定します。 データベースから大きな値を転送すると、パフォーマンスが向上する可能性があります。 型: 整数。
schema スキーマ検索パスを設定します。 型: string。
server 接続のサーバー名。 型: string。
sslCertificate サーバーに送信されるクライアント証明書の場所。 型: string。
sslKey サーバーに送信されるクライアント証明書のクライアント キーの場所。 型: string。
sslMode 接続の SSL モード。 型: 整数。 0: 無効、1:allow、2: prefer、3: require、4: verify-ca、5: verify-full。 型: 整数。
sslPassword クライアント証明書のキーのパスワード。 型: string。
timezone セッションタイムゾーンを取得または設定します。 型: string。
trustServerCertificate 検証せずにサーバー証明書を信頼するかどうか。 型: ブール値。
username 認証用のユーザー名。 型: string。

PrestoLinkedService

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

PrestoLinkedServiceTypeProperties

名前 説明
allowHostNameCNMismatch SSL 経由で接続するときに、CA が発行した SSL 証明書名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は false です。
allowSelfSignedServerCert サーバーからの自己署名証明書を許可するかどうかを指定します。 既定値は false です。
authenticationType Presto サーバーへの接続に使用する認証メカニズム。 '匿名'
'LDAP' (必須)
catalog サーバーに対するすべての要求のカタログ コンテキスト。
enableSsl SSL を使用して、サーバーへの接続を暗号化するかどうかを指定します。 既定値は false です。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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 です。

QuickbaseLinkedService

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

QuickbaseLinkedServiceTypeProperties

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

QuickBooksLinkedService

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

QuickBooksLinkedServiceTypeProperties

名前 説明
accessToken OAuth 1.0 認証のアクセス トークン。 SecretBase
accessTokenSecret OAuth 1.0 認証のアクセス トークン シークレット。 SecretBase
companyId 承認する QuickBooks の会社の会社 ID。
connectionProperties QuickBooks への接続に使用されるプロパティ。 これは、リンクされたサービス内の他のプロパティと相互に排他的です。 型: オブジェクト。
consumerKey OAuth 1.0 認証用のコンシューマー キー。
consumerSecret OAuth 1.0 認証用のコンシューマー シークレット。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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。 string
endpoint Responsys サーバーのエンドポイント。
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。

RestServiceLinkedService

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

RestServiceLinkedServiceTypeProperties

名前 説明
aadResourceId 使用許可を要求するリソース。 型: string (または resultType 文字列を含む式)。
authenticationType REST サービスへの接続に使用される認証の種類。 'AadServicePrincipal'
'Anonymous'
'Basic'
'ManagedServiceIdentity'
'OAuth2ClientCredential' (必須)
authHeaders 承認に使用される RESTful API への要求内の追加の HTTP ヘッダー。 型: object (または resultType オブジェクトを持つ Expression)。
azureCloudType サービス プリンシパル認証の Azure クラウドの種類を示します。使用できる値は、AzurePublic、AzureChina、AzureUsGovernment、AzureGermany です。 既定値は、データ ファクトリ リージョンのクラウドの種類です。 型: string (または resultType 文字列を含む式)。
clientId アプリケーションに関連するクライアント ID。 型: string (または resultType 文字列を含む式)。
clientSecret アプリケーションに関連するクライアント シークレット。 SecretBase
資格情報 (credential) 認証情報を含む資格情報参照。 CredentialReference
enableServerCertificateValidation エンドポイントに接続するときにサーバー側の SSL 証明書を検証するかどうか。既定値は true です。 型: boolean (または resultType ブール値を持つ式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password 基本認証の種類で使用されるパスワード。 SecretBase
resource アクセスが要求される対象のターゲット サービスまたはリソース。 型: string (または resultType 文字列を含む式)。
scope 必要なアクセスのスコープ。 要求されるアクセスの種類について説明します。 型: string (または resultType 文字列を含む式)。
servicePrincipalId AadServicePrincipal 認証の種類で使用されるアプリケーションのクライアント ID。 型: string (または resultType 文字列を含む式)。
servicePrincipalKey AadServicePrincipal 認証の種類で使用されるアプリケーションのキー。 SecretBase
tenant アプリケーションが存在する AadServicePrincipal 認証の種類で使用されるテナント情報 (ドメイン名またはテナント ID)。 型: string (または resultType 文字列を含む式)。
tokenEndpoint アクセス トークンを取得する承認サーバーのトークン エンドポイント。 型: string (または resultType 文字列を含む式)。
url REST サービスのベース URL。 型: string (または resultType 文字列を含む式)。
userName 基本認証の種類で使用されるユーザー名。 型: string (または resultType 文字列を含む式)。

SalesforceLinkedService

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

SalesforceLinkedServiceTypeProperties

名前 説明
apiVersion ADF で使用される Salesforce API バージョン。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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
connectionProperties Salesforce Marketing Cloud への接続に使用されるプロパティ。 リンクされたサービス内の他のプロパティと相互に排他的です。 型: オブジェクト。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。

SalesforceServiceCloudLinkedService

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

SalesforceServiceCloudLinkedServiceTypeProperties

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

SalesforceServiceCloudV2LinkedService

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

SalesforceServiceCloudV2LinkedServiceTypeProperties

名前 説明
apiVersion ADF で使用される Salesforce API バージョン。 バージョンは、Salesforce BULK API 2.0 で必要な 47.0 以上である必要があります。 型: string (または resultType 文字列を含む式)。
authenticationType Salesforce への接続に使用する認証の種類。 現在、OAuth2ClientCredentials のみがサポートされており、既定値でもあります
clientId Salesforce インスタンスの OAuth 2.0 クライアント資格情報フロー認証のクライアント ID。 型: string (または resultType 文字列を含む式)。
clientSecret Salesforce インスタンスの OAuth 2.0 クライアント資格情報フロー認証のクライアント シークレット。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
environmentUrl Salesforce Service Cloud インスタンスの URL。 たとえば、'https://[domain].my.salesforce.com' などです。 型: string (または resultType 文字列を含む式)。

SalesforceV2LinkedService

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

SalesforceV2LinkedServiceTypeProperties

名前 説明
apiVersion ADF で使用される Salesforce API バージョン。 バージョンは、Salesforce BULK API 2.0 で必要な 47.0 以上である必要があります。 型: string (または resultType 文字列を含む式)。
authenticationType Salesforce への接続に使用する認証の種類。 現在、OAuth2ClientCredentials のみがサポートされており、既定値でもあります
clientId Salesforce インスタンスの OAuth 2.0 クライアント資格情報フロー認証のクライアント ID。 型: string (または resultType 文字列を含む式)。
clientSecret Salesforce インスタンスの OAuth 2.0 クライアント資格情報フロー認証のクライアント シークレット。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
environmentUrl Salesforce インスタンスの URL。 たとえば、'https://[domain].my.salesforce.com' などです。 型: string (または resultType 文字列を含む式)。

SapBWLinkedService

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

SapBWLinkedServiceTypeProperties

名前 説明
clientId BW システム上のクライアントのクライアント ID。 (通常、文字列として表される 3 桁の 10 進数)型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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。 string
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。 string
password 基本認証のパスワード。 SecretBase
url SAP ECC OData API の URL。 たとえば、'[https://hostname:port/sap/opu/odata/sap/servicename/]' とします。 型: string (または resultType 文字列を含む式)。
username 基本認証のユーザー名。 型: string (または resultType 文字列を含む式)。

SapHanaLinkedService

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

SapHanaLinkedServiceProperties

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

SapOdpLinkedService

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

SapOdpLinkedServiceTypeProperties

名前 説明
clientId テーブルが配置されている SAP システム上のクライアントのクライアント ID。 (通常、文字列として表される 3 桁の 10 進数)型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
language テーブルが配置されている SAP システムの言語。 既定値は EN です。 型: string (または resultType 文字列を含む式)。
logonGroup SAP システムのログオン グループ。 型: string (または resultType 文字列を含む式)。
messageServer SAP メッセージ サーバーのホスト名。 型: string (または resultType 文字列を含む式)。
messageServerService メッセージ サーバーのサービス名またはポート番号。 型: string (または resultType 文字列を含む式)。
password テーブルが配置されている SAP サーバーにアクセスするためのパスワード。 SecretBase
server テーブルが配置されている SAP インスタンスのホスト名。 型: string (または resultType 文字列を含む式)。
sncLibraryPath テーブルが配置されている SAP サーバーにアクセスするための外部セキュリティ製品のライブラリ。 型: string (または resultType 文字列を含む式)。
sncMode テーブルが配置されている SAP サーバーにアクセスするための SNC アクティブ化インジケーター。 0 (オフ) または 1 (オン) である必要があります。 型: string (または resultType 文字列を含む式)。
sncMyName テーブルが配置されている SAP サーバーにアクセスするためのイニシエーターの SNC 名。 型: string (または resultType 文字列を含む式)。
sncPartnerName テーブルが配置されている SAP サーバーにアクセスするための通信パートナーの SNC 名。 型: string (または resultType 文字列を含む式)。
sncQop 保護の SNC 品質。 使用できる値は 1、2、3、8、9 です。 型: string (または resultType 文字列を含む式)。
subscriberName サブスクライバー名。 型: string (または resultType 文字列を含む式)。
systemId テーブルが配置されている SAP システムのシステム ID。 型: string (または resultType 文字列を含む式)。
systemNumber テーブルが配置されている SAP システムのシステム番号。 (通常、文字列として表される 2 桁の 10 進数)。型: string (または resultType 文字列を含む式)。
userName テーブルが配置されている SAP サーバーにアクセスするためのユーザー名。 型: string (または resultType 文字列を含む式)。
x509CertificatePath SNC X509 証明書ファイル パス。 型: string (または resultType 文字列を含む式)。

SapOpenHubLinkedService

名前 説明
type リンクされたサービスの種類。 'SapOpenHub' (必須)
typeProperties SAP Business Warehouse Open Hub Destination のリンクされたサービスの種類に固有のプロパティ。 SapOpenHubLinkedServiceTypeProperties (必須)

SapOpenHubLinkedServiceTypeProperties

名前 説明
clientId 開いているハブの宛先が配置されている BW システム上のクライアントのクライアント ID。 (通常、文字列として表される 3 桁の 10 進数)型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
language 開いているハブの宛先が配置されている BW システムの言語。 既定値は EN です。 型: string (または resultType 文字列を含む式)。
logonGroup SAP システムのログオン グループ。 型: string (または resultType 文字列を含む式)。
messageServer SAP メッセージ サーバーのホスト名。 型: string (または resultType 文字列を含む式)。
messageServerService メッセージ サーバーのサービス名またはポート番号。 型: string (または resultType 文字列を含む式)。
password 開いているハブの宛先がある SAP BW サーバーにアクセスするためのパスワード。 SecretBase
server オープン ハブの宛先が配置されている SAP BW インスタンスのホスト名。 型: string (または resultType 文字列を含む式)。
systemId テーブルが配置されている SAP システムのシステム ID。 型: string (または resultType 文字列を含む式)。
systemNumber 開いているハブの宛先が配置されている BW システムのシステム番号。 (通常、文字列として表される 2 桁の 10 進数。型: string (または resultType 文字列を含む式)。
userName 開いているハブの宛先がある SAP BW サーバーにアクセスするためのユーザー名。 型: string (または resultType 文字列を含む式)。

SapTableLinkedService

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

SapTableLinkedServiceTypeProperties

名前 説明
clientId テーブルが配置されている SAP システム上のクライアントのクライアント ID。 (通常、文字列として表される 3 桁の 10 進数)型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
language テーブルが配置されている SAP システムの言語。 既定値は EN です。 型: string (または resultType 文字列を含む式)。
logonGroup SAP システムのログオン グループ。 型: string (または resultType 文字列を含む式)。
messageServer SAP メッセージ サーバーのホスト名。 型: string (または resultType 文字列を含む式)。
messageServerService メッセージ サーバーのサービス名またはポート番号。 型: string (または resultType 文字列を含む式)。
password テーブルが配置されている SAP サーバーにアクセスするためのパスワード。 SecretBase
server テーブルが配置されている SAP インスタンスのホスト名。 型: string (または resultType 文字列を含む式)。
sncLibraryPath テーブルが配置されている SAP サーバーにアクセスするための外部セキュリティ製品のライブラリ。 型: string (または resultType 文字列を含む式)。
sncMode テーブルが配置されている SAP サーバーにアクセスするための SNC アクティブ化インジケーター。 0 (オフ) または 1 (オン) のいずれかである必要があります。 型: string (または resultType 文字列を含む式)。
sncMyName テーブルが配置されている SAP サーバーにアクセスするためのイニシエーターの SNC 名。 型: string (または resultType 文字列を含む式)。
sncPartnerName テーブルが配置されている SAP サーバーにアクセスするための通信パートナーの SNC 名。 型: string (または resultType 文字列を含む式)。
sncQop 保護の SNC 品質。 使用できる値は 1、2、3、8、9 です。 型: string (または resultType 文字列を含む式)。
systemId テーブルが配置されている SAP システムのシステム ID。 型: string (または resultType 文字列を含む式)。
systemNumber テーブルが配置されている SAP システムのシステム番号。 (通常、文字列として表される 2 桁の 10 進数)。型: string (または resultType 文字列を含む式)。
userName テーブルが配置されている SAP サーバーにアクセスするためのユーザー名。 型: string (または resultType 文字列を含む式)。

ServiceNowLinkedService

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

ServiceNowLinkedServiceTypeProperties

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

ServiceNowV2LinkedService

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

ServiceNowV2LinkedServiceTypeProperties

名前 説明
authenticationType 使用する認証の種類。 'Basic'
'OAuth2' (必須)
clientId OAuth2 認証のクライアント ID。
clientSecret OAuth2 認証のクライアント シークレット。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
endpoint ServiceNowV2 サーバーのエンドポイント。 (つまり{instance}.service-now.com)
grantType OAuth2 認証の GrantType。 既定値は password です。
password Basic および OAuth2 認証のユーザー名に対応するパスワード。 SecretBase
username Basic 認証と OAuth2 認証のために ServiceNowV2 サーバーに接続するために使用されるユーザー名。

SftpServerLinkedService

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

SftpServerLinkedServiceTypeProperties

名前 説明
authenticationType FTP サーバーへの接続に使用する認証の種類。 'Basic'
'MultiFactor'
'SshPublicKey'
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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 文字列を含む式)。

SharePointOnlineListLinkedService

名前 説明
type リンクされたサービスの種類。 'SharePointOnlineList' (必須)
typeProperties SharePoint Online のリンクされたサービス のプロパティを一覧表示します。 SharePointOnlineListLinkedServiceTypeProperties (必須)

SharePointOnlineListLinkedServiceTypeProperties

名前 説明
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
servicePrincipalId Azure Active Directory に登録されているアプリケーションのアプリケーション (クライアント) ID。 SharePoint サイトにこのアプリケーションへのアクセス許可を付与してください。 型: string (または resultType 文字列を含む式)。
servicePrincipalKey Azure Active Directory に登録されているアプリケーションのクライアント シークレット。 型: string (または resultType 文字列を含む式)。 SecretBase (必須)
siteUrl SharePoint Online サイトの URL。 たとえば、「 https://contoso.sharepoint.com/sites/siteName 」のように入力します。 型: string (または resultType 文字列を含む式)。
tenantId アプリケーションが存在するテナント ID。 Active Directory の概要ページAzure portalから確認できます。 型: string (または resultType 文字列を含む式)。

ShopifyLinkedService

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

ShopifyLinkedServiceTypeProperties

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

SmartsheetLinkedService

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

SmartsheetLinkedServiceTypeProperties

名前 説明
apiToken Smartsheet ソースの API トークン。 SecretBase (必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string

SnowflakeLinkedService

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

SnowflakeLinkedServiceTypeProperties

名前 説明
connectionString スノーフレークの接続文字列。 型: string、SecureString。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password 接続文字列のパスワードの Azure Key Vault シークレット リファレンス。 AzureKeyVaultSecretReference

SnowflakeV2LinkedService

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

SnowflakeLinkedV2ServiceTypeProperties

名前 説明
accountIdentifier Snowflake アカウントのアカウント識別子 (xy12345.east-us-2.azure など)
authenticationType 認証に使用される型。 型: string。 'AADServicePrincipal'
'Basic'
'KeyPair'
clientId AADServicePrincipal 認証のために Azure Active Directory に登録されているアプリケーションのクライアント ID。
clientSecret AADServicePrincipal 認証用のクライアント シークレットの Azure Key Vault シークレット リファレンス。 SecretBase
database Snowflake データベースの名前。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password 接続文字列のパスワードの Azure Key Vault シークレット リファレンス。 SecretBase
privateKey KeyPair 認証用の privateKey の Azure Key Vault シークレット リファレンス。 SecretBase
privateKeyPassphrase 暗号化された秘密キーを使用した KeyPair 認証の秘密キー パスワードの Azure Key Vault シークレット リファレンス。 SecretBase
scope AADServicePrincipal 認証のために Azure Active Directory に登録されているアプリケーションのスコープ。
tenantId AADServicePrincipal 認証用に Azure Active Directory に登録されているアプリケーションのテナント ID。
user Snowflake ユーザーの名前。
warehouse Snowflake ウェアハウスの名前。

SparkLinkedService

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

SparkLinkedServiceTypeProperties

名前 説明
allowHostNameCNMismatch SSL 経由で接続するときに、CA が発行した SSL 証明書名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は false です。
allowSelfSignedServerCert サーバーからの自己署名証明書を許可するかどうかを指定します。 既定値は false です。
authenticationType Spark サーバーへのアクセスに使用する認証方法。 'Anonymous'
'Username'
'UsernameAndPassword'
'WindowsAzureHDInsightService' (必須)
enableSsl SSL を使用して、サーバーへの接続を暗号化するかどうかを指定します。 既定値は false です。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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

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

SquareLinkedService

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

SquareLinkedServiceTypeProperties

名前 説明
clientId Square アプリケーションに関連付けられているクライアント ID。
clientSecret Square アプリケーションに関連付けられているクライアント シークレット。 SecretBase
connectionProperties Square への接続に使用されるプロパティ。 リンクされたサービス内の他のプロパティと相互に排他的です。 型: オブジェクト。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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。 string
password 認証用のパスワード。 SecretBase
schema 接続のスキーマ名。 型: string (または resultType 文字列を含む式)。
server 接続のサーバー名。 型: string (または resultType 文字列を含む式)。
username 認証用のユーザー名。 型: string (または resultType 文字列を含む式)。

TeamDeskLinkedService

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

TeamDeskLinkedServiceTypeProperties

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

TeradataLinkedService

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

TeradataLinkedServiceTypeProperties

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

TwilioLinkedService

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

TwilioLinkedServiceTypeProperties

名前 説明
password Twilio サービスの認証トークン。 SecretBase (必須)
userName Twilio サービスのアカウント SID。 型: string (または resultType 文字列を含む式)。

VerticaLinkedService

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

VerticaLinkedServiceTypeProperties

名前 説明
connectionString ODBC 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
pwd 接続文字列のパスワードの Azure Key Vault シークレットリファレンス。 AzureKeyVaultSecretReference

WarehouseLinkedService

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

WarehouseLinkedServiceTypeProperties

名前 説明
artifactId Microsoft Fabric Warehouse 成果物の ID。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
endpoint Microsoft Fabric Warehouse サーバーのエンドポイント。 型: string (または resultType 文字列を含む式)。
servicePrincipalCredential Azure Active Directory のサービス プリンシパル オブジェクトの資格情報。 servicePrincipalCredentialType が 'ServicePrincipalKey' の場合、servicePrincipalCredential には SecureString または AzureKeyVaultSecretReference を指定できます。 servicePrincipalCredentialType が 'ServicePrincipalCert' の場合、servicePrincipalCredential には AzureKeyVaultSecretReference のみを指定できます。 SecretBase
servicePrincipalCredentialType サーバー間認証で使用するサービス プリンシパルの資格情報の種類。 キー/シークレットの場合は 'ServicePrincipalKey'、証明書の場合は 'ServicePrincipalCert' です。 型: string (または resultType 文字列を含む式)。
servicePrincipalId Microsoft Fabric Warehouse に対する認証に使用されるアプリケーションの ID。 型: string (または resultType 文字列を含む式)。
servicePrincipalKey Microsoft Fabric Warehouse に対する認証に使用されるアプリケーションのキー。 SecretBase
tenant サービス プリンシパルが属するテナントの名前または ID。 型: string (または resultType 文字列を含む式)。
workspaceId Microsoft Fabric ワークスペースの ID。 型: 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

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

ZendeskLinkedService

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

ZendeskLinkedServiceTypeProperties

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

ZohoLinkedService

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

ZohoLinkedServiceTypeProperties

名前 説明
accessToken Zoho 認証のアクセス トークン。 SecretBase
connectionProperties Zoho への接続に使用されるプロパティ。 リンクされたサービス内の他のプロパティと相互に排他的です。 型: オブジェクト。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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 On-prem)

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@2018-06-01"
  name = "string"
  parent_id = "string"
  body = jsonencode({
    properties = {
      annotations = [ object ]
      connectVia = {
        parameters = {}
        referenceName = "string"
        type = "IntegrationRuntimeReference"
      }
      description = "string"
      parameters = {
        {customized property} = {
          type = "string"
        }
      }
      type = "string"
      // For remaining properties, see LinkedService objects
    }
  })
}

LinkedService オブジェクト

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

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

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

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

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

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

  type = "AmazonRdsForSqlServer"
  typeProperties = {
    alwaysEncryptedSettings = {
      alwaysEncryptedAkvAuthType = "string"
      credential = {
        referenceName = "string"
        type = "CredentialReference"
      }
      servicePrincipalKey = {
        type = "string"
        // For remaining properties, see SecretBase objects
      }
    }
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  type = "AzureBlobFS"
  typeProperties = {
    credential = {
      referenceName = "string"
      type = "CredentialReference"
    }
    encryptedCredential = "string"
    sasToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredential = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

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

  type = "AzureBlobStorage"
  typeProperties = {
    accountKey = {
      store = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
      type = "string"
    }
    authenticationType = "string"
    credential = {
      referenceName = "string"
      type = "CredentialReference"
    }
    encryptedCredential = "string"
    sasToken = {
      store = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
      type = "string"
    }
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

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

  type = "AzureDatabricks"
  typeProperties = {
    accessToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    credential = {
      referenceName = "string"
      type = "CredentialReference"
    }
    encryptedCredential = "string"
    newClusterCustomTags = {}
    newClusterSparkConf = {}
    newClusterSparkEnvVars = {}
  }

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

  type = "AzureDatabricksDeltaLake"
  typeProperties = {
    accessToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    credential = {
      referenceName = "string"
      type = "CredentialReference"
    }
    encryptedCredential = "string"
  }

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

  type = "AzureDataExplorer"
  typeProperties = {
    credential = {
      referenceName = "string"
      type = "CredentialReference"
    }
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

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

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

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

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

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

  type = "AzureFileStorage"
  typeProperties = {
    accountKey = {
      store = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
      type = "string"
    }
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    sasToken = {
      store = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
      type = "string"
    }
  }

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

  type = "AzureFunction"
  typeProperties = {
    credential = {
      referenceName = "string"
      type = "CredentialReference"
    }
    encryptedCredential = "string"
    functionKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

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

  type = "AzureKeyVault"
  typeProperties = {
    credential = {
      referenceName = "string"
      type = "CredentialReference"
    }
  }

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

  type = "AzureMariaDB"
  typeProperties = {
    encryptedCredential = "string"
    pwd = {
      store = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
      type = "string"
    }
  }

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

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

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

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

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

  type = "AzureMySql"
  typeProperties = {
    encryptedCredential = "string"
    password = {
      store = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
      type = "string"
    }
  }

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

  type = "AzurePostgreSql"
  typeProperties = {
    encryptedCredential = "string"
    password = {
      store = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
      type = "string"
    }
  }

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

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

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

  type = "AzureSqlDatabase"
  typeProperties = {
    alwaysEncryptedSettings = {
      alwaysEncryptedAkvAuthType = "string"
      credential = {
        referenceName = "string"
        type = "CredentialReference"
      }
      servicePrincipalKey = {
        type = "string"
        // For remaining properties, see SecretBase objects
      }
    }
    credential = {
      referenceName = "string"
      type = "CredentialReference"
    }
    encryptedCredential = "string"
    password = {
      store = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
      type = "string"
    }
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

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

  type = "AzureSqlDW"
  typeProperties = {
    credential = {
      referenceName = "string"
      type = "CredentialReference"
    }
    encryptedCredential = "string"
    password = {
      store = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
      type = "string"
    }
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

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

  type = "AzureSqlMI"
  typeProperties = {
    alwaysEncryptedSettings = {
      alwaysEncryptedAkvAuthType = "string"
      credential = {
        referenceName = "string"
        type = "CredentialReference"
      }
      servicePrincipalKey = {
        type = "string"
        // For remaining properties, see SecretBase objects
      }
    }
    credential = {
      referenceName = "string"
      type = "CredentialReference"
    }
    encryptedCredential = "string"
    password = {
      store = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
      type = "string"
    }
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

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

  type = "AzureStorage"
  typeProperties = {
    accountKey = {
      store = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
      type = "string"
    }
    encryptedCredential = "string"
    sasToken = {
      store = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
      type = "string"
    }
  }

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

  type = "AzureSynapseArtifacts"
  typeProperties = {}

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

  type = "AzureTableStorage"
  typeProperties = {
    accountKey = {
      store = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
      type = "string"
    }
    encryptedCredential = "string"
    sasToken = {
      store = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
      type = "string"
    }
  }

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

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

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

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

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

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

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

  type = "CosmosDb"
  typeProperties = {
    accountKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    connectionMode = "string"
    credential = {
      referenceName = "string"
      type = "CredentialReference"
    }
    encryptedCredential = "string"
    servicePrincipalCredential = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

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

  type = "CosmosDbMongoDbApi"
  typeProperties = {}

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

  type = "Couchbase"
  typeProperties = {
    credString = {
      store = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
      type = "string"
    }
    encryptedCredential = "string"
  }

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

  type = "CustomDataSource"

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

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

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

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

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

  type = "Drill"
  typeProperties = {
    encryptedCredential = "string"
    pwd = {
      store = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
      type = "string"
    }
  }

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

  type = "Dynamics"
  typeProperties = {
    credential = {
      referenceName = "string"
      type = "CredentialReference"
    }
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredential = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

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

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

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

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

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

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

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

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

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

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

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

  type = "GoogleAdWords"
  typeProperties = {
    authenticationType = "string"
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    developerToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
    privateKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    refreshToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

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

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

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

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

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

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

GoogleSheets の場合は、次を使用します。

  type = "GoogleSheets"
  typeProperties = {
    apiToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
  }

Greenplum の場合は、次の値を使用します。

  type = "Greenplum"
  typeProperties = {
    encryptedCredential = "string"
    pwd = {
      store = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
      type = "string"
    }
  }

HBase の場合は、次の値を使用します。

  type = "HBase"
  typeProperties = {
    authenticationType = "string"
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Hdfs の場合は、次の値を使用します。

  type = "Hdfs"
  typeProperties = {
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

HDInsight の場合は、次の値を使用します。

  type = "HDInsight"
  typeProperties = {
    encryptedCredential = "string"
    hcatalogLinkedServiceName = {
      parameters = {}
      referenceName = "string"
      type = "LinkedServiceReference"
    }
    linkedServiceName = {
      parameters = {}
      referenceName = "string"
      type = "LinkedServiceReference"
    }
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

HDInsightOnDemand の場合は、次の値を使用します。

  type = "HDInsightOnDemand"
  typeProperties = {
    additionalLinkedServiceNames = [
      {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
    ]
    clusterPassword = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    clusterSshPassword = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    credential = {
      referenceName = "string"
      type = "CredentialReference"
    }
    encryptedCredential = "string"
    hcatalogLinkedServiceName = {
      parameters = {}
      referenceName = "string"
      type = "LinkedServiceReference"
    }
    linkedServiceName = {
      parameters = {}
      referenceName = "string"
      type = "LinkedServiceReference"
    }
    scriptActions = [
      {
        name = "string"
        parameters = "string"
        uri = "string"
      }
    ]
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Hive の場合は、次の値を使用します。

  type = "Hive"
  typeProperties = {
    authenticationType = "string"
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    serverType = "string"
    thriftTransportProtocol = "string"
  }

HttpServer の場合は、次の値を使用します。

  type = "HttpServer"
  typeProperties = {
    authenticationType = "string"
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Hubspot の場合は、次の値を使用します。

  type = "Hubspot"
  typeProperties = {
    accessToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
    refreshToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Impala の場合は、次の値を使用します。

  type = "Impala"
  typeProperties = {
    authenticationType = "string"
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Informix の場合は、次の値を使用します。

  type = "Informix"
  typeProperties = {
    credential = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Jira の場合は、次の値を使用します。

  type = "Jira"
  typeProperties = {
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

LakeHouse の場合は、次の値を使用します。

  type = "LakeHouse"
  typeProperties = {
    encryptedCredential = "string"
    servicePrincipalCredential = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Magento の場合は、次の値を使用します。

  type = "Magento"
  typeProperties = {
    accessToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
  }

MariaDB の場合は、次の値を使用します。

  type = "MariaDB"
  typeProperties = {
    encryptedCredential = "string"
    password = {
      store = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
      type = "string"
    }
  }

Marketo の場合は、次を使用します。

  type = "Marketo"
  typeProperties = {
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
  }

MicrosoftAccess の場合は、次を使用します。

  type = "MicrosoftAccess"
  typeProperties = {
    credential = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

MongoDb の場合は、次を使用します。

  type = "MongoDb"
  typeProperties = {
    authenticationType = "string"
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

MongoDbAtlas の場合は、次を使用します。

  type = "MongoDbAtlas"
  typeProperties = {}

MongoDbV2 の場合は、次を使用します。

  type = "MongoDbV2"
  typeProperties = {}

MySql の場合は、次の値を使用します。

  type = "MySql"
  typeProperties = {
    encryptedCredential = "string"
    password = {
      store = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
      type = "string"
    }
  }

Netezza の場合は、次の値を使用します。

  type = "Netezza"
  typeProperties = {
    encryptedCredential = "string"
    pwd = {
      store = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
      type = "string"
    }
  }

OData の場合は、次の値を使用します。

  type = "OData"
  typeProperties = {
    aadServicePrincipalCredentialType = "string"
    authenticationType = "string"
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalEmbeddedCert = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalEmbeddedCertPassword = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Odbc の場合は、次の値を使用します。

  type = "Odbc"
  typeProperties = {
    credential = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Office365 の場合は、次を使用します。

  type = "Office365"
  typeProperties = {
    encryptedCredential = "string"
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Oracle の場合は、次の値を使用します。

  type = "Oracle"
  typeProperties = {
    encryptedCredential = "string"
    password = {
      store = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
      type = "string"
    }
  }

OracleCloudStorage の場合は、次を使用します。

  type = "OracleCloudStorage"
  typeProperties = {
    encryptedCredential = "string"
    secretAccessKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

OracleServiceCloud の場合は、次の値を使用します。

  type = "OracleServiceCloud"
  typeProperties = {
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

PayPal の場合は、次の値を使用します。

  type = "Paypal"
  typeProperties = {
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
  }

Phoenix の場合は、次の値を使用します。

  type = "Phoenix"
  typeProperties = {
    authenticationType = "string"
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

PostgreSql の場合は、次の値を使用します。

  type = "PostgreSql"
  typeProperties = {
    encryptedCredential = "string"
    password = {
      store = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
      type = "string"
    }
  }

PostgreSqlV2 の場合は、次の値を使用します。

  type = "PostgreSqlV2"
  typeProperties = {
    encryptedCredential = "string"
    password = {
      store = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
      type = "string"
    }
  }

Presto の場合は、次の値を使用します。

  type = "Presto"
  typeProperties = {
    authenticationType = "string"
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Quickbase の場合は、次の値を使用します。

  type = "Quickbase"
  typeProperties = {
    encryptedCredential = "string"
    userToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

QuickBooks の場合は、次の値を使用します。

  type = "QuickBooks"
  typeProperties = {
    accessToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    accessTokenSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    consumerSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
  }

Responsys の場合は、次の値を使用します。

  type = "Responsys"
  typeProperties = {
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
  }

RestService の場合は、次の値を使用します。

  type = "RestService"
  typeProperties = {
    authenticationType = "string"
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    credential = {
      referenceName = "string"
      type = "CredentialReference"
    }
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Salesforce の場合は、次の値を使用します。

  type = "Salesforce"
  typeProperties = {
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    securityToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

SalesforceMarketingCloud の場合は、次を使用します。

  type = "SalesforceMarketingCloud"
  typeProperties = {
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
  }

SalesforceServiceCloud の場合は、次の値を使用します。

  type = "SalesforceServiceCloud"
  typeProperties = {
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    securityToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

SalesforceServiceCloudV2 の場合は、次の値を使用します。

  type = "SalesforceServiceCloudV2"
  typeProperties = {
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
  }

SalesforceV2 の場合は、次の値を使用します。

  type = "SalesforceV2"
  typeProperties = {
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
  }

SapBW の場合は、次の値を使用します。

  type = "SapBW"
  typeProperties = {
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

SapCloudForCustomer の場合は、次を使用します。

  type = "SapCloudForCustomer"
  typeProperties = {
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

SapEcc の場合は、次の値を使用します。

  type = "SapEcc"
  typeProperties = {
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

SapHana の場合は、次の値を使用します。

  type = "SapHana"
  typeProperties = {
    authenticationType = "string"
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

SapOdp の場合は、次を使用します。

  type = "SapOdp"
  typeProperties = {
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

SapOpenHub の場合は、次の値を使用します。

  type = "SapOpenHub"
  typeProperties = {
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

SapTable の場合は、次の値を使用します。

  type = "SapTable"
  typeProperties = {
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

ServiceNow の場合は、次の値を使用します。

  type = "ServiceNow"
  typeProperties = {
    authenticationType = "string"
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

ServiceNowV2 の場合は、次の値を使用します。

  type = "ServiceNowV2"
  typeProperties = {
    authenticationType = "string"
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Sftp の場合は、次の値を使用します。

  type = "Sftp"
  typeProperties = {
    authenticationType = "string"
    encryptedCredential = "string"
    passPhrase = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    privateKeyContent = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

SharePointOnlineList の場合は、次の値を使用します。

  type = "SharePointOnlineList"
  typeProperties = {
    encryptedCredential = "string"
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Shopify の場合は、次を使用します。

  type = "Shopify"
  typeProperties = {
    accessToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
  }

Smartsheet の場合は、次の値を使用します。

  type = "Smartsheet"
  typeProperties = {
    apiToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
  }

Snowflake の場合は、次の値を使用します。

  type = "Snowflake"
  typeProperties = {
    encryptedCredential = "string"
    password = {
      store = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
      type = "string"
    }
  }

SnowflakeV2 の場合は、次の値を使用します。

  type = "SnowflakeV2"
  typeProperties = {
    authenticationType = "string"
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    privateKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    privateKeyPassphrase = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Spark の場合は、次の値を使用します。

  type = "Spark"
  typeProperties = {
    authenticationType = "string"
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    serverType = "string"
    thriftTransportProtocol = "string"
  }

SqlServer の場合は、次の値を使用します。

  type = "SqlServer"
  typeProperties = {
    alwaysEncryptedSettings = {
      alwaysEncryptedAkvAuthType = "string"
      credential = {
        referenceName = "string"
        type = "CredentialReference"
      }
      servicePrincipalKey = {
        type = "string"
        // For remaining properties, see SecretBase objects
      }
    }
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Square の場合は、次の値を使用します。

  type = "Square"
  typeProperties = {
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
  }

Sybase の場合は、次の値を使用します。

  type = "Sybase"
  typeProperties = {
    authenticationType = "string"
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

TeamDesk の場合は、次の値を使用します。

  type = "TeamDesk"
  typeProperties = {
    apiToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    authenticationType = "string"
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Teradata の場合は、次の値を使用します。

  type = "Teradata"
  typeProperties = {
    authenticationType = "string"
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Twilio の場合は、次の値を使用します。

  type = "Twilio"
  typeProperties = {
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Vertica の場合は、次を使用します。

  type = "Vertica"
  typeProperties = {
    encryptedCredential = "string"
    pwd = {
      store = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
      type = "string"
    }
  }

Warehouse の場合は、次の値を使用します。

  type = "Warehouse"
  typeProperties = {
    encryptedCredential = "string"
    servicePrincipalCredential = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Web の場合は、次を使用します。

  type = "Web"
  typeProperties = {
    authenticationType = "string"
    // For remaining properties, see WebLinkedServiceTypeProperties objects
  }

Xero の場合は、次の値を使用します。

  type = "Xero"
  typeProperties = {
    consumerKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
    privateKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Zendesk の場合は、次を使用します。

  type = "Zendesk"
  typeProperties = {
    apiToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    authenticationType = "string"
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Zoho の場合は、次の値を使用します。

  type = "Zoho"
  typeProperties = {
    accessToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
  }

SecretBase オブジェクト

オブジェクトの を指定するには、type プロパティを設定します。

AzureKeyVaultSecret の場合は、次の値を使用します。

  type = "AzureKeyVaultSecret"
  store = {
    parameters = {}
    referenceName = "string"
    type = "LinkedServiceReference"
  }

SecureString の場合は、次の値を使用します。

  type = "SecureString"
  value = "string"

WebLinkedServiceTypeProperties オブジェクト

authenticationType プロパティを設定して、オブジェクトの種類を指定します。

匿名の場合は、次の値を使用します。

  authenticationType = "Anonymous"

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@2018-06-01"
name リソース名 string (必須)

文字制限: 1 から 260

有効な文字:
次は使用できません:
`<>*#.%&:\\+?/` または制御文字

英数字で開始します。
parent_id このリソースの親であるリソースの ID。 種類のリソースの ID: ファクトリ
properties リンクされたサービスのプロパティ。 LinkedService (必須)

LinkedService

名前 説明
annotations リンクされたサービスの説明に使用できるタグの一覧。 any[]
connectVia 統合ランタイム参照。 IntegrationRuntimeReference
description リンクされたサービスの説明。 string
parameters リンクされたサービスのパラメーター。 ParameterDefinitionSpecification
オブジェクトの種類を設定する AmazonMWS
AmazonRdsForOracle
AmazonRdsForSqlServer
AmazonRedshift
AmazonS3
AmazonS3Compatible
AppFigures
Asana
AzureBatch
AzureBlobFS
AzureBlobStorage
AzureDatabricks
AzureDatabricksDeltaLake
AzureDataExplorer
AzureDataLakeAnalytics
AzureDataLakeStore
AzureFileStorage
AzureFunction
AzureKeyVault
AzureMariaDB
AzureML
AzureMLService
AzureMySql
AzurePostgreSql
AzureSearch
AzureSqlDatabase
AzureSqlDW
AzureSqlMI
AzureStorage
AzureSynapseArtifacts
AzureTableStorage
Cassandra
CommonDataServiceForApps
Concur
CosmosDb
CosmosDbMongoDbApi
Couchbase
CustomDataSource
Dataworld
Db2
Drill
Dynamics
DynamicsAX
DynamicsCrm
Eloqua
FileServer
FtpServer
GoogleAdWords
GoogleBigQuery
GoogleBigQueryV2
GoogleCloudStorage
GoogleSheets
Greenplum
HBase
Hdfs
HDInsight
HDInsightOnDemand
Hive
HttpServer
Hubspot
Impala
Informix
Jira
レイクハウス
Magento
MariaDB
Marketo
MicrosoftAccess
Mongodb
MongoDbAtlas
MongoDbV2
MySql
Netezza
OData
Odbc
Office365
Oracle
OracleCloudStorage
OracleServiceCloud
Paypal
Phoenix
Postgresql
PostgreSqlV2
Presto
クイックベース
QuickBooks
Responsys
RestService
Salesforce
SalesforceMarketingCloud
SalesforceServiceCloud
SalesforceServiceCloudV2
SalesforceV2
SapBW
SapCloudForCustomer
SapEcc
SapHana
SapOdp
SapOpenHub
SapTable
ServiceNow
ServiceNowV2
Sftp
SharePointOnlineList
Shopify
Smartsheet
Snowflake
SnowflakeV2
Spark
Sqlserver
広場
Sybase
TeamDesk
Teradata
Twilio
Vertica
ウェアハウス
Web
Xero
Zendesk
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。 string
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

名前 説明
secretName Azure Key Vault内のシークレットの名前。 型: string (または resultType 文字列を含む式)。
secretVersion Azure Key Vault内のシークレットのバージョン。 既定値は、シークレットの最新バージョンです。 型: string (または resultType 文字列を含む式)。
store Azure Key Vaultリンクされたサービス リファレンス。 LinkedServiceReference (必須)
シークレットの種類。 string (必須)

LinkedServiceReference

名前 説明
parameters LinkedService の引数。 ParameterValueSpecification
referenceName LinkedService 名を参照します。 string (必須)
リンクされたサービス参照の種類。 "LinkedServiceReference" (必須)

SecureString

名前 説明
type シークレットの種類。 string (必須)
value セキュリティで保護された文字列の値。 string (必須)

AmazonRdsForOracleLinkedService

名前 説明
type リンクされたサービスの種類。 "AmazonRdsForOracle" (必須)
typeProperties AmazonRdsForOracle データベースのリンクされたサービス プロパティ。 AmazonRdsForLinkedServiceTypeProperties (必須)

AmazonRdsForLinkedServiceTypeProperties

名前 説明
connectionString 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password 接続文字列のパスワードの Azure Key Vault シークレット リファレンス。 SecretBase

AmazonRdsForSqlServerLinkedService

名前 説明
type リンクされたサービスの種類。 "AmazonRdsForSqlServer" (必須)
typeProperties amazon RDS for SQL Serverリンクされたサービス プロパティ。 AmazonRdsForSqlServerLinkedServiceTypeProperties (必須)

AmazonRdsForSqlServerLinkedServiceTypeProperties

名前 説明
alwaysEncryptedSettings Sql は常に暗号化されたプロパティです。 SqlAlwaysEncryptedProperties
connectionString 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password オンプレミスのWindows 認証パスワード。 SecretBase
userName オンプレミスのWindows 認証ユーザー名。 型: string (または resultType 文字列を含む式)。

SqlAlwaysEncryptedProperties

名前 説明
alwaysEncryptedAkvAuthType Sql では常に AKV 認証の種類が暗号化されます。 型: string。 "ManagedIdentity"
"ServicePrincipal"
"UserAssignedManagedIdentity" (必須)
資格情報 (credential) 認証情報を含む資格情報参照。 CredentialReference
servicePrincipalId Azure Key Vault認証に使用される Azure Active Directory 内のアプリケーションのクライアント ID。 型: string (または resultType 文字列を含む式)。
servicePrincipalKey Azure Key Vaultに対する認証に使用されるサービス プリンシパルのキー。 SecretBase

CredentialReference

名前 説明
referenceName 参照資格情報の名前。 string (必須)
資格情報参照の種類。 "CredentialReference" (必須)
{カスタマイズされたプロパティ}

AmazonRedshiftLinkedService

名前 説明
type リンクされたサービスの種類。 "AmazonRedshift" (必須)
typeProperties Amazon Redshift のリンクされたサービスプロパティ。 AmazonRedshiftLinkedServiceTypeProperties (必須)

AmazonRedshiftLinkedServiceTypeProperties

名前 説明
database Amazon Redshift ソースのデータベース名。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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 文字列を含む式)。
authenticationType S3 の認証の種類。 使用できる値: AccessKey (既定値) または TemporarySecurityCredentials。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
secretAccessKey Amazon S3 Identity and Access Management (IAM) ユーザーのシークレット アクセス キー。 SecretBase
serviceUrl この値は、S3 コネクタでアクセスするエンドポイントを指定します。 これは省略可能なプロパティです。別のサービス エンドポイントを試す場合、または https と http を切り替える場合にのみ変更してください。 型: string (または resultType 文字列を含む式)。
sessionToken S3 一時セキュリティ資格情報のセッション トークン。 SecretBase

AmazonS3CompatibleLinkedService

名前 説明
type リンクされたサービスの種類。 "AmazonS3Compatible" (必須)
typeProperties Amazon S3 互換のリンクされたサービスプロパティ。 AmazonS3CompatibleLinkedServiceTypeProperties (必須)

AmazonS3CompatibleLinkedServiceTypeProperties

名前 説明
accessKeyId Amazon S3 互換 ID およびアクセス管理 (IAM) ユーザーのアクセス キー識別子。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
forcePathStyle true の場合は、仮想ホストスタイルのアクセスではなく、S3 パス スタイルのアクセスを使用します。 既定値は false です。 型: boolean (または resultType ブール値を持つ式)。
secretAccessKey Amazon S3 互換 ID およびアクセス管理 (IAM) ユーザーのシークレット アクセス キー。 SecretBase
serviceUrl この値は、Amazon S3 互換コネクタでアクセスするエンドポイントを指定します。 これは省略可能なプロパティです。別のサービス エンドポイントを試す場合、または https と http を切り替える場合にのみ変更してください。 型: string (または resultType 文字列を含む式)。

AppFiguresLinkedService

名前 説明
type リンクされたサービスの種類。 "AppFigures" (必須)
typeProperties AppFigures のリンクされたサービス プロパティ。 AppFiguresLinkedServiceTypeProperties (必須)

AppFiguresLinkedServiceTypeProperties

名前 説明
clientKey AppFigures ソースのクライアント キー。 SecretBase (必須)
password AppFigures ソースのパスワード。 SecretBase (必須)
userName Appfigures ソースのユーザー名。 型: string (または resultType 文字列を含む式)。

AsanaLinkedService

名前 説明
type リンクされたサービスの種類。 "Asana" (必須)
typeProperties Asana のリンクされたサービス プロパティ。 AsanaLinkedServiceTypeProperties (必須)

AsanaLinkedServiceTypeProperties

名前 説明
apiToken Asana ソースの API トークン。 SecretBase (必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string

AzureBatchLinkedService

名前 説明
type リンクされたサービスの種類。 "AzureBatch" (必須)
typeProperties リンクされたサービス プロパティをAzure Batchします。 AzureBatchLinkedServiceTypeProperties (必須)

AzureBatchLinkedServiceTypeProperties

名前 説明
accessKey Azure Batch アカウント アクセス キー。 SecretBase
accountName Azure Batch アカウント名。 型: string (または resultType 文字列を含む式)。
batchUri Azure Batch URI。 型: string (または resultType 文字列を含む式)。
資格情報 (credential) 認証情報を含む資格情報参照。 CredentialReference
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
linkedServiceName Azure Storage のリンクされたサービスの参照。 LinkedServiceReference (必須)
poolName Azure Batch プール名。 型: string (または resultType 文字列を含む式)。

AzureBlobFSLinkedService

名前 説明
type リンクされたサービスの種類。 "AzureBlobFS" (必須)
typeProperties リンクされたサービス プロパティをAzure Data Lake Storage Gen2します。 AzureBlobFSLinkedServiceTypeProperties (必須)

AzureBlobFSLinkedServiceTypeProperties

名前 説明
accountKey Azure Data Lake Storage Gen2 サービスのアカウント キー。 型: string (または resultType 文字列を含む式)。
azureCloudType サービスプリンシパル認証の Azure クラウドの種類を示します。使用できる値は、AzurePublic、AzureChina、AzureUsGovernment、AzureGermany です。 既定値は、データ ファクトリ リージョンのクラウドの種類です。 型: string (または resultType 文字列を含む式)。
資格情報 (credential) 認証情報を含む資格情報参照。 CredentialReference
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
sasToken sas uri 内の sasToken の Azure Key Vault シークレット参照。 SecretBase
sasUri Azure Data Lake Storage Gen2 サービスの SAS URI。 型: string、SecureString、または AzureKeyVaultSecretReference。
servicePrincipalCredential Azure Active Directory のサービス プリンシパル オブジェクトの資格情報。 servicePrincipalCredentialType が 'ServicePrincipalKey' の場合、servicePrincipalCredential には SecureString または AzureKeyVaultSecretReference を指定できます。 servicePrincipalCredentialType が 'ServicePrincipalCert' の場合、servicePrincipalCredential には AzureKeyVaultSecretReference のみを指定できます。 SecretBase
servicePrincipalCredentialType サーバー間認証で使用するサービス プリンシパルの資格情報の種類。 キー/シークレットの場合は 'ServicePrincipalKey'、証明書の場合は 'ServicePrincipalCert' です。 型: string (または resultType 文字列を含む式)。
servicePrincipalId Azure Data Lake Storage Gen2 アカウントに対する認証に使用されるアプリケーションの ID。 型: string (または resultType 文字列を含む式)。
servicePrincipalKey Azure Data Lake Storage Gen2 アカウントに対する認証に使用されるアプリケーションのキー。 SecretBase
tenant サービス プリンシパルが属するテナントの名前または ID。 型: string (または resultType 文字列を含む式)。
url Azure Data Lake Storage Gen2 サービスのエンドポイント。 型: string (または resultType 文字列を含む式)。

AzureBlobStorageLinkedService

名前 説明
type リンクされたサービスの種類。 "AzureBlobStorage" (必須)
typeProperties リンクされたサービス プロパティをAzure Blob Storageします。 AzureBlobStorageLinkedServiceTypeProperties (必須)

AzureBlobStorageLinkedServiceTypeProperties

名前 説明
accountKey 接続文字列の accountKey の Azure Key Vault シークレット リファレンス。 AzureKeyVaultSecretReference
accountKind ストレージ アカウントの種類を指定します。 使用できる値は、以下のとおりです。Storage (汎用 v1)、StorageV2 (汎用 v2)、BlobStorage、または BlockBlobStorage。 型: string (または resultType 文字列を含む式)。
authenticationType 認証に使用される型。 型: string。 "AccountKey"
"Anonymous"
"Msi"
"SasUri"
"ServicePrincipal"
azureCloudType サービス プリンシパル認証の Azure クラウドの種類を示します。使用できる値は、AzurePublic、AzureChina、AzureUsGovernment、AzureGermany です。 既定値は、データ ファクトリ リージョンのクラウドの種類です。 型: string (または resultType 文字列を含む式)。
connectionString 接続文字列。 これは、sasUri、serviceEndpoint プロパティと相互に排他的です。 型: string、SecureString、または AzureKeyVaultSecretReference。
containerUri Azure Blob Storage リソースのコンテナー URI では、匿名アクセスのみがサポートされます。 型: string (または resultType 文字列を含む式)。
資格情報 (credential) 認証情報を含む資格情報参照。 CredentialReference
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
sasToken sas uri 内の sasToken の Azure Key Vault シークレット参照。 AzureKeyVaultSecretReference
sasUri Azure Blob Storage リソースの SAS URI。 connectionString、serviceEndpoint プロパティと相互に排他的です。 型: string、SecureString、または AzureKeyVaultSecretReference。
serviceEndpoint Azure Blob Storage リソースの BLOB サービス エンドポイント。 connectionString、sasUri プロパティと相互に排他的です。
servicePrincipalId Azure SQL Data Warehouseに対する認証に使用されるサービス プリンシパルの ID。 型: string (または resultType 文字列を含む式)。
servicePrincipalKey Azure SQL Data Warehouseに対する認証に使用されるサービス プリンシパルのキー。 SecretBase
tenant サービス プリンシパルが属するテナントの名前または ID。 型: 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
認証 databricks REST API にワークスペース リソース ID を使用する場合は、MSI を指定するために必要です。 型: string (または resultType 文字列を含む式)。
資格情報 (credential) 認証情報を含む資格情報参照。 CredentialReference
domain {REGION}.azuredatabricks.net、Databricks デプロイのドメイン名。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
existingClusterId このアクティビティのすべての実行に使用される既存の対話型クラスターの ID。 型: string (または resultType 文字列を含む式)。
instancePoolId このアクティビティのすべての実行に使用される既存のインスタンス プールの ID。 型: string (または resultType 文字列を含む式)。
newClusterCustomTags クラスター リソースの追加タグ。 このプロパティは、インスタンス プールの構成では無視されます。 object
newClusterDriverNodeType 新しいジョブ クラスターのドライバー ノードの種類。 このプロパティは、インスタンス プールの構成では無視されます。 型: string (または resultType 文字列を含む式)。
newClusterEnableElasticDisk 新しいクラスターでエラスティック ディスクを有効にします。 このプロパティは無視され、Databricks の既定のエラスティック ディスクの動作を受け取ります (エラスティック ディスクは常に有効になっています)。 型: boolean (または resultType ブール値を持つ式)。
newClusterInitScripts 新しいクラスターのユーザー定義初期化スクリプト。 型: 文字列の配列 (または文字列の resultType 配列を含む Expression)。
newClusterLogDestination Spark ドライバー、worker、およびイベント ログを配信する場所を指定します。 型: string (または resultType 文字列を含む式)。
newClusterNodeType 新しいジョブ クラスターのノードの種類。 このプロパティは、newClusterVersion が指定されていて、instancePoolId が指定されていない場合に必要です。 instancePoolId が指定されている場合、このプロパティは無視されます。 型: string (または resultType 文字列を含む式)。
newClusterNumOfWorker 既存の対話型クラスターを使用しない場合は、新しいジョブ クラスターまたはインスタンス プールに使用するワーカー ノードの数を指定します。 新しいジョブ クラスターの場合、文字列形式の Int32 ('1' など) は numOfWorker が 1 または '1:10' であることを意味し、1 (分) から 10 (最大) への自動スケーリングを意味します。 インスタンス プールの場合、これは文字列形式の Int32 であり、'2' などの固定数のワーカー ノードのみを指定できます。 newClusterVersion が指定されている場合は必須です。 型: string (または resultType 文字列を含む式)。
newClusterSparkConf ユーザー指定の任意の Spark 構成キーと値のペアのセット。 AzureDatabricksLinkedServiceTypePropertiesNewCluster...
newClusterSparkEnvVars ユーザー指定の任意の Spark 環境変数のキーと値のペアのセット。 AzureDatabricksLinkedServiceTypePropertiesNewCluster...
newClusterVersion 既存の対話型クラスターを使用しない場合は、このアクティビティの実行ごとに作成された新しいジョブ クラスターまたはインスタンス プール ノードの Spark バージョンを指定します。 instancePoolId が指定されている場合は必須です。 型: string (または resultType 文字列を含む式)。
policyId ユーザー定義のルール セットに基づいてクラスターを構成する機能を制限するためのポリシー ID。 型: string (または resultType 文字列を含む式)。
workspaceResourceId databricks REST API のワークスペース リソース ID。 型: string (または resultType 文字列を含む式)。

AzureDatabricksLinkedServiceTypePropertiesNewCluster...

名前 説明
{カスタマイズされたプロパティ}

AzureDatabricksLinkedServiceTypePropertiesNewCluster...

名前 説明
{カスタマイズされたプロパティ}

AzureDatabricksDeltaLakeLinkedService

名前 説明
type リンクされたサービスの種類。 "AzureDatabricksDeltaLake" (必須)
typeProperties Azure Databricks Delta Lake のリンクされたサービス プロパティ。 AzureDatabricksDetltaLakeLinkedServiceTypeProperties (必須)

AzureDatabricksDetltaLakeLinkedServiceTypeProperties

名前 説明
accessToken databricks REST API のアクセス トークン。 [https://aka.ms/classiciaasmigrationfaqs](https://docs.azuredatabricks.net/api/latest/authentication.html ) を参照してください。 型: string、SecureString、または AzureKeyVaultSecretReference。 SecretBase
clusterId このジョブのすべての実行に使用される既存の対話型クラスターの ID。 型: string (または resultType 文字列を含む式)。
資格情報 (credential) 認証情報を含む資格情報参照。 CredentialReference
domain {REGION}.azuredatabricks.net、Databricks デプロイのドメイン名。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
workspaceResourceId databricks REST API のワークスペース リソース ID。 型: string (または resultType 文字列を含む式)。

AzureDataExplorerLinkedService

名前 説明
type リンクされたサービスの種類。 "AzureDataExplorer" (必須)
typeProperties Azure Data Explorer (Kusto) のリンクされたサービス プロパティ。 AzureDataExplorerLinkedServiceTypeProperties (必須)

AzureDataExplorerLinkedServiceTypeProperties

名前 説明
資格情報 (credential) 認証情報を含む資格情報参照。 CredentialReference
database 接続のデータベース名。 型: string (または resultType 文字列を含む式)。
endpoint Azure Data Explorerのエンドポイント (エンジンのエンドポイント)。 URL は の形式 https://{clusterName}.{regionName}.kusto.windows.netになります。 型: string (または resultType 文字列を含む式)
servicePrincipalId Azure Data Explorerに対する認証に使用されるサービス プリンシパルの ID。 型: string (または resultType 文字列を含む式)。
servicePrincipalKey Kusto に対する認証に使用されるサービス プリンシパルのキー。 SecretBase
tenant サービス プリンシパルが属するテナントの名前または ID。 型: string (または resultType 文字列を含む式)。

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。 string
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 文字列を含む式)。
azureCloudType サービス プリンシパル認証の Azure クラウドの種類を示します。使用できる値は、AzurePublic、AzureChina、AzureUsGovernment、AzureGermany です。 既定値は、データ ファクトリ リージョンのクラウドの種類です。 型: string (または resultType 文字列を含む式)。
資格情報 (credential) 認証情報を含む資格情報参照。 CredentialReference
dataLakeStoreUri Data Lake Store サービス URI。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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 文字列を含む式)。

AzureFileStorageLinkedService

名前 説明
type リンクされたサービスの種類。 "AzureFileStorage" (必須)
typeProperties Azure File Storage のリンクされたサービス プロパティ。 AzureFileStorageLinkedServiceTypeProperties (必須)

AzureFileStorageLinkedServiceTypeProperties

名前 説明
accountKey 接続文字列の accountKey の Azure Key Vault シークレット リファレンス。 AzureKeyVaultSecretReference
connectionString 接続文字列。 sasUri プロパティと相互に排他的です。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
fileShare Azure ファイル共有名。 accountKey/sasToken で認証する場合は必須です。 型: string (または resultType 文字列を含む式)。
host サーバーのホスト名前。 型: string (または resultType 文字列を含む式)。
password サーバーにログオンするためのパスワード。 SecretBase
sasToken sas uri 内の sasToken の Azure Key Vault シークレット参照。 AzureKeyVaultSecretReference
sasUri Azure File リソースの SAS URI。 connectionString プロパティと相互に排他的です。 型: string、SecureString、または AzureKeyVaultSecretReference。
スナップショット Azure ファイル共有スナップショットバージョン。 型: string (または resultType 文字列を含む式)。
userId サーバーにログオンするためのユーザー ID。 型: string (または resultType 文字列を含む式)。

AzureFunctionLinkedService

名前 説明
type リンクされたサービスの種類。 "AzureFunction" (必須)
typeProperties Azure 関数のリンクされたサービス プロパティ。 AzureFunctionLinkedServiceTypeProperties (必須)

AzureFunctionLinkedServiceTypeProperties

名前 説明
認証 AzureFunction への接続に使用される認証の種類 (MSI を指定するために必要)。 型: string (または resultType 文字列を含む式)。
資格情報 (credential) 認証情報を含む資格情報参照。 CredentialReference
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
functionAppUrl Azure 関数アプリのエンドポイント。 URL は の形式 https://{accountName}.azurewebsites.netになります。 型: string (または resultType 文字列を含む式)。
functionKey Azure Function App の関数キーまたはホスト キー。 SecretBase
resourceId Azure 関数のトークン 対象ユーザーを許可しました。 型: string (または resultType 文字列を含む式)。

AzureKeyVaultLinkedService

名前 説明
type リンクされたサービスの種類。 "AzureKeyVault" (必須)
typeProperties Azure Key Vaultリンクされたサービス プロパティ。 AzureKeyVaultLinkedServiceTypeProperties (必須)

AzureKeyVaultLinkedServiceTypeProperties

名前 説明
baseUrl Azure Key Vaultのベース URL。 例: https://myakv.vault.azure.net 型: string (または resultType 文字列を含む式)。
資格情報 (credential) 認証情報を含む資格情報参照。 CredentialReference

AzureMariaDBLinkedService

名前 説明
type リンクされたサービスの種類。 "AzureMariaDB" (必須)
typeProperties リンクされたサービス プロパティをAzure Database for MariaDBします。 AzureMariaDBLinkedServiceTypeProperties (必須)

AzureMariaDBLinkedServiceTypeProperties

名前 説明
connectionString ODBC 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
pwd 接続文字列のパスワードの Azure Key Vault シークレットリファレンス。 AzureKeyVaultSecretReference

AzureMLLinkedService

名前 説明
type リンクされたサービスの種類。 "AzureML" (必須)
typeProperties Azure ML Studio Web サービスのリンクされたサービス プロパティ。 AzureMLLinkedServiceTypeProperties (必須)

AzureMLLinkedServiceTypeProperties

名前 説明
apiKey Azure ML モデル エンドポイントにアクセスするための API キー。 SecretBase (必須)
認証 AzureML への接続に使用される認証の種類 (MSI を指定するために必要)。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
mlEndpoint Azure ML Studio Web サービス エンドポイントのバッチ実行 REST URL。 型: string (または resultType 文字列を含む式)。
servicePrincipalId Azure ML Studio Web サービスの ARM ベースの updateResourceEndpoint に対する認証に使用されるサービス プリンシパルの ID。 型: string (または resultType 文字列を含む式)。
servicePrincipalKey Azure ML Studio Web サービスの ARM ベースの updateResourceEndpoint に対する認証に使用されるサービス プリンシパルのキー。 SecretBase
tenant サービス プリンシパルが属するテナントの名前または ID。 型: string (または resultType 文字列を含む式)。
updateResourceEndpoint Azure ML Studio Web サービス エンドポイントのリソース REST URL を更新します。 型: string (または resultType 文字列を含む式)。

AzureMLServiceLinkedService

名前 説明
type リンクされたサービスの種類。 "AzureMLService" (必須)
typeProperties Azure ML Service のリンクされたサービス プロパティ。 AzureMLServiceLinkedServiceTypeProperties (必須)

AzureMLServiceLinkedServiceTypeProperties

名前 説明
認証 AzureML への接続に使用される認証の種類 (MSI を指定するために必要)。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
mlWorkspaceName Azure ML Service ワークスペース名。 型: string (または resultType 文字列を含む式)。
resourceGroupName Azure ML Service ワークスペースのリソース グループ名。 型: string (または resultType 文字列を含む式)。
servicePrincipalId 発行された Azure ML サービス パイプラインのエンドポイントに対する認証に使用されるサービス プリンシパルの ID。 型: string (または resultType 文字列を含む式)。
servicePrincipalKey 発行された Azure ML サービス パイプラインのエンドポイントに対する認証に使用されるサービス プリンシパルのキー。 SecretBase
subscriptionId Azure ML Service ワークスペースのサブスクリプション ID。 型: string (または resultType 文字列を含む式)。
tenant サービス プリンシパルが属するテナントの名前または ID。 型: string (または resultType 文字列を含む式)。

AzureMySqlLinkedService

名前 説明
type リンクされたサービスの種類。 "AzureMySql" (必須)
typeProperties Azure MySQL データベースのリンクされたサービス プロパティ。 AzureMySqlLinkedServiceTypeProperties (必須)

AzureMySqlLinkedServiceTypeProperties

名前 説明
connectionString 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password 接続文字列のパスワードの Azure Key Vault シークレットリファレンス。 AzureKeyVaultSecretReference

AzurePostgreSqlLinkedService

名前 説明
type リンクされたサービスの種類。 "AzurePostgreSql" (必須)
typeProperties Azure PostgreSQL のリンクされたサービス プロパティ。 AzurePostgreSqlLinkedServiceTypeProperties (必須)

AzurePostgreSqlLinkedServiceTypeProperties

名前 説明
connectionString ODBC 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password 接続文字列のパスワードの Azure Key Vault シークレットリファレンス。 AzureKeyVaultSecretReference

AzureSearchLinkedService

名前 説明
type リンクされたサービスの種類。 "AzureSearch" (必須)
typeProperties Windows Azure Search Service のリンクされたサービス プロパティ。 AzureSearchLinkedServiceTypeProperties (必須)

AzureSearchLinkedServiceTypeProperties

名前 説明
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
key Azure Search Service の管理 キー SecretBase
url Azure Search Serviceの URL。 型: string (または resultType 文字列を含む式)。

AzureSqlDatabaseLinkedService

名前 説明
type リンクされたサービスの種類。 "AzureSqlDatabase" (必須)
typeProperties データベースのリンクされたサービス プロパティをAzure SQLします。 AzureSqlDatabaseLinkedServiceTypeProperties (必須)

AzureSqlDatabaseLinkedServiceTypeProperties

名前 説明
alwaysEncryptedSettings Sql は常に暗号化されたプロパティです。 SqlAlwaysEncryptedProperties
azureCloudType サービスプリンシパル認証の Azure クラウドの種類を示します。使用できる値は、AzurePublic、AzureChina、AzureUsGovernment、AzureGermany です。 既定値は、データ ファクトリ リージョンのクラウドの種類です。 型: string (または resultType 文字列を含む式)。
connectionString 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
資格情報 (credential) 認証情報を含む資格情報参照。 CredentialReference
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password 接続文字列のパスワードの Azure Key Vault シークレットリファレンス。 AzureKeyVaultSecretReference
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

名前 説明
azureCloudType サービスプリンシパル認証の Azure クラウドの種類を示します。使用できる値は、AzurePublic、AzureChina、AzureUsGovernment、AzureGermany です。 既定値は、データ ファクトリ リージョンのクラウドの種類です。 型: string (または resultType 文字列を含む式)。
connectionString 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。 型: string、SecureString、または AzureKeyVaultSecretReference。
資格情報 (credential) 認証情報を含む資格情報参照。 CredentialReference
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password 接続文字列のパスワードの Azure Key Vault シークレットリファレンス。 AzureKeyVaultSecretReference
servicePrincipalId Azure SQL Data Warehouseに対する認証に使用されるサービス プリンシパルの ID。 型: string (または resultType 文字列を含む式)。
servicePrincipalKey Azure SQL Data Warehouseに対する認証に使用されるサービス プリンシパルのキー。 SecretBase
tenant サービス プリンシパルが属するテナントの名前または ID。 型: string (または resultType 文字列を含む式)。

AzureSqlMILinkedService

名前 説明
type リンクされたサービスの種類。 "AzureSqlMI" (必須)
typeProperties リンクされたサービス プロパティをAzure SQL Managed Instanceします。 AzureSqlMILinkedServiceTypeProperties (必須)

AzureSqlMILinkedServiceTypeProperties

名前 説明
alwaysEncryptedSettings Sql は常に暗号化されたプロパティです。 SqlAlwaysEncryptedProperties
azureCloudType サービスプリンシパル認証の Azure クラウドの種類を示します。使用できる値は、AzurePublic、AzureChina、AzureUsGovernment、AzureGermany です。 既定値は、データ ファクトリ リージョンのクラウドの種類です。 型: string (または resultType 文字列を含む式)。
connectionString 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
資格情報 (credential) 認証情報を含む資格情報参照。 CredentialReference
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password 接続文字列のパスワードの Azure Key Vault シークレットリファレンス。 AzureKeyVaultSecretReference
servicePrincipalId Azure SQL Managed Instanceに対する認証に使用されるサービス プリンシパルの ID。 型: string (または resultType 文字列を含む式)。
servicePrincipalKey Azure SQL Managed Instanceに対する認証に使用されるサービス プリンシパルのキー。 SecretBase
tenant サービス プリンシパルが属するテナントの名前または ID。 型: string (または resultType 文字列を含む式)。

AzureStorageLinkedService

名前 説明
type リンクされたサービスの種類。 "AzureStorage" (必須)
typeProperties Azure Storage のリンクされたサービス プロパティ。 AzureStorageLinkedServiceTypeProperties (必須)

AzureStorageLinkedServiceTypeProperties

名前 説明
accountKey 接続文字列の accountKey の Azure Key Vault シークレット リファレンス。 AzureKeyVaultSecretReference
connectionString 接続文字列。 sasUri プロパティと相互に排他的です。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
sasToken sas uri 内の sasToken の Azure キー コンテナー シークレット参照。 AzureKeyVaultSecretReference
sasUri Azure Storage リソースの SAS URI。 connectionString プロパティと相互に排他的です。 型: string、SecureString、または AzureKeyVaultSecretReference。

AzureSynapseArtifactsLinkedService

名前 説明
type リンクされたサービスの種類。 "AzureSynapseArtifacts" (必須)
typeProperties Azure Synapse Analytics (Artifacts) のリンクされたサービス プロパティ。 AzureSynapseArtifactsLinkedServiceTypeProperties (必須)

AzureSynapseArtifactsLinkedServiceTypeProperties

名前 説明
認証 システム割り当てマネージド ID を認証方法として使用する場合は、MSI を指定するために必要です。 型: string (または resultType 文字列を含む式)。
endpoint https://{workspacename}.dev.azuresynapse.net、Analytics ワークスペース URL をAzure Synapseします。 型: string (または resultType 文字列を含む式)。
workspaceResourceId Synapse ワークスペースのリソース ID。 形式は、/subscriptions/{subscriptionID}/resourceGroups/{resourceGroup}/providers/Microsoft.Synapse/workspaces/{workspaceName} にする必要があります。 型: string (または resultType 文字列を含む式)。

AzureTableStorageLinkedService

名前 説明
type リンクされたサービスの種類。 "AzureTableStorage" (必須)
typeProperties Azure Table Storage のリンクされたサービス プロパティ。 AzureStorageLinkedServiceTypeProperties (必須)

CassandraLinkedService

名前 説明
type リンクされたサービスの種類。 "Cassandra" (必須)
typeProperties Cassandra のリンクされたサービス プロパティ。 CassandraLinkedServiceTypeProperties (必須)

CassandraLinkedServiceTypeProperties

名前 説明
authenticationType 接続に使用する AuthenticationType。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
host 接続のホスト名。 型: string (または resultType 文字列を含む式)。
password 認証用のパスワード。 SecretBase
port 接続のポート。 型: integer (または resultType 整数を持つ式)。
username 認証用のユーザー名。 型: string (または resultType 文字列を含む式)。

CommonDataServiceForAppsLinkedService

名前 説明
type リンクされたサービスの種類。 "CommonDataServiceForApps" (必須)
typeProperties Common Data Service for Apps のリンクされたサービス プロパティ。 CommonDataServiceForAppsLinkedServiceTypeProperties (必須)

CommonDataServiceForAppsLinkedServiceTypeProperties

名前 説明
authenticationType Common Data Service for Apps サーバーに接続する認証の種類。 オンライン シナリオの場合は "Office365"、Ifd シナリオではオンプレミスの場合は "Ifd" です。 オンライン シナリオでのサーバー間認証の 'AADServicePrincipal'。 型: string (または resultType 文字列を含む式)。
deploymentType Common Data Service for Apps インスタンスのデプロイの種類。 Common Data Service for Apps Online の場合は 'Online'、Ifd を使用したオンプレミスの Common Data Service for Apps の場合は "OnPremisesWithIfd" です。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
hostName オンプレミスの Common Data Service for Apps サーバーのホスト名。 プロパティはオンプレミスでは必須であり、オンラインでは使用できません。 型: string (または resultType 文字列を含む式)。
organizationName Common Data Service for Apps インスタンスのorganization名。 プロパティはオンプレミスでは必須であり、ユーザーに関連付けられている Common Data Service for Apps インスタンスが複数ある場合はオンラインで必要です。 型: string (または resultType 文字列を含む式)。
password Common Data Service for Apps インスタンスにアクセスするためのパスワード。 SecretBase
port オンプレミスの Common Data Service for Apps サーバーのポート。 プロパティはオンプレミスでは必須であり、オンラインでは使用できません。 既定値は 443 です。 型: integer (または resultType 整数を持つ式)、最小値: 0。
servicePrincipalCredential Azure Active Directory のサービス プリンシパル オブジェクトの資格情報。 servicePrincipalCredentialType が 'ServicePrincipalKey' の場合、servicePrincipalCredential には SecureString または AzureKeyVaultSecretReference を指定できます。 servicePrincipalCredentialType が 'ServicePrincipalCert' の場合、servicePrincipalCredential には AzureKeyVaultSecretReference のみを指定できます。 SecretBase
servicePrincipalCredentialType サーバー間認証で使用するサービス プリンシパルの資格情報の種類。 キー/シークレットの場合は 'ServicePrincipalKey'、証明書の場合は 'ServicePrincipalCert' です。 型: string (または resultType 文字列を含む式)。
servicePrincipalId サーバー間認証に使用される Azure Active Directory 内のアプリケーションのクライアント ID。 型: string (または resultType 文字列を含む式)。
serviceUri Microsoft Common Data Service for Apps サーバーの URL。 プロパティはオンラインでは必須であり、オンプレミスでは使用できません。 型: string (または resultType 文字列を含む式)。
username Common Data Service for Apps インスタンスにアクセスするためのユーザー名。 型: string (または resultType 文字列を含む式)。

ConcurLinkedService

名前 説明
type リンクされたサービスの種類。 "Concur" (必須)
typeProperties Concur Service のリンクされたサービス プロパティ。 ConcurLinkedServiceTypeProperties (必須)

ConcurLinkedServiceTypeProperties

名前 説明
clientId Concur App Management によって提供されるアプリケーションの client_id。
connectionProperties Concur への接続に使用されるプロパティ。 リンクされたサービス内の他のプロパティと相互に排他的です。 型: オブジェクト。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password username フィールドに指定したユーザー名に対応するパスワード。 SecretBase
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。
username Concur サービスへのアクセスに使用するユーザー名。

CosmosDbLinkedService

名前 説明
type リンクされたサービスの種類。 "CosmosDb" (必須)
typeProperties CosmosDB のリンクされたサービス プロパティ。 CosmosDbLinkedServiceTypeProperties (必須)

CosmosDbLinkedServiceTypeProperties

名前 説明
accountEndpoint Azure CosmosDB アカウントのエンドポイント。 型: string (または resultType 文字列を含む式)
accountKey Azure CosmosDB アカウントのアカウント キー。 種類: SecureString または AzureKeyVaultSecretReference。 SecretBase
azureCloudType サービス プリンシパル認証の Azure クラウドの種類を示します。使用できる値は、AzurePublic、AzureChina、AzureUsGovernment、AzureGermany です。 既定値は、データ ファクトリ リージョンのクラウドの種類です。 型: string (または resultType 文字列を含む式)。
connectionMode CosmosDB アカウントへのアクセスに使用される接続モード。 型: string。 "Direct"
"ゲートウェイ"
connectionString 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
資格情報 (credential) 認証情報を含む資格情報参照。 CredentialReference
database データベースの名前。 型: string (または resultType 文字列を含む式)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
servicePrincipalCredential Azure Active Directory のサービス プリンシパル オブジェクトの資格情報。 servicePrincipalCredentialType が 'ServicePrincipalKey' の場合、servicePrincipalCredential には SecureString または AzureKeyVaultSecretReference を指定できます。 servicePrincipalCredentialType が 'ServicePrincipalCert' の場合、servicePrincipalCredential には AzureKeyVaultSecretReference のみを指定できます。 SecretBase
servicePrincipalCredentialType サーバー間認証で使用するサービス プリンシパルの資格情報の種類。 キー/シークレットの場合は 'ServicePrincipalKey'、証明書の場合は 'ServicePrincipalCert' です。 型: string。
servicePrincipalId サーバー間認証に使用される Azure Active Directory 内のアプリケーションのクライアント ID。 型: string (または resultType 文字列を含む式)。
tenant サービス プリンシパルが属するテナントの名前または ID。 型: string (または resultType 文字列を含む式)。

CosmosDbMongoDbApiLinkedService

名前 説明
type リンクされたサービスの種類。 "CosmosDbMongoDbApi" (必須)
typeProperties CosmosDB (MongoDB API) のリンクされたサービス プロパティ。 CosmosDbMongoDbApiLinkedServiceTypeProperties (必須)

CosmosDbMongoDbApiLinkedServiceTypeProperties

名前 説明
connectionString CosmosDB (MongoDB API) 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。 型: string、SecureString、または AzureKeyVaultSecretReference。
database アクセスする CosmosDB (MongoDB API) データベースの名前。 型: string (または resultType 文字列を含む式)。
isServerVersionAbove32 CosmosDB (MongoDB API) サーバーのバージョンが 3.2 を超えるかどうか。 既定値は false です。 型: boolean (または resultType ブール値を持つ式)。

CouchbaseLinkedService

名前 説明
type リンクされたサービスの種類。 "Couchbase" (必須)
typeProperties Couchbase サーバーのリンクされたサービス プロパティ。 CouchbaseLinkedServiceTypeProperties (必須)

CouchbaseLinkedServiceTypeProperties

名前 説明
connectionString ODBC 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
credString 接続文字列の credString の Azure Key Vault シークレット リファレンス。 AzureKeyVaultSecretReference
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string

CustomDataSourceLinkedService

名前 説明
type リンクされたサービスの種類。 "CustomDataSource" (必須)
typeProperties カスタムのリンクされたサービス プロパティ。

DataworldLinkedService

名前 説明
type リンクされたサービスの種類。 "Dataworld" (必須)
typeProperties Dataworld のリンクされたサービス プロパティ。 DataworldLinkedServiceTypeProperties (必須)

DataworldLinkedServiceTypeProperties

名前 説明
apiToken Dataworld ソースの API トークン。 SecretBase (必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string

Db2LinkedService

名前 説明
type リンクされたサービスの種類。 "Db2" (必須)
typeProperties DB2 のリンクされたサービス プロパティ。 Db2LinkedServiceTypeProperties (必須)

Db2LinkedServiceTypeProperties

名前 説明
authenticationType 接続に使用する AuthenticationType。 connectionString プロパティと相互に排他的です。 "Basic"
certificateCommonName TLS が有効になっている場合の証明書の共通名。 connectionString プロパティと相互に排他的です。 型: string (または resultType 文字列を含む式)。
connectionString 接続文字列。 これは、server、database、authenticationType、userName、packageCollection、certificateCommonName プロパティと相互に排他的です。 型: string、SecureString、または AzureKeyVaultSecretReference。
database 接続のデータベース名。 connectionString プロパティと相互に排他的です。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 connectionString プロパティと相互に排他的です。 型: string。 string
packageCollection データベースのクエリ時にパッケージが作成される場所。 connectionString プロパティと相互に排他的です。 型: string (または resultType 文字列を含む式)。
password 認証用のパスワード。 SecretBase
server 接続のサーバー名。 connectionString プロパティと相互に排他的です。 型: string (または resultType 文字列を含む式)。
username 認証用のユーザー名。 connectionString プロパティと相互に排他的です。 型: string (または resultType 文字列を含む式)。

DrillLinkedService

名前 説明
type リンクされたサービスの種類。 "Drill" (必須)
typeProperties ドリル サーバーのリンク されたサービスのプロパティ。 DrillLinkedServiceTypeProperties (必須)

DrillLinkedServiceTypeProperties

名前 説明
connectionString ODBC 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
pwd 接続文字列のパスワードの Azure Key Vault シークレットリファレンス。 AzureKeyVaultSecretReference

DynamicsLinkedService

名前 説明
type リンクされたサービスの種類。 "Dynamics" (必須)
typeProperties Dynamics のリンクされたサービス プロパティ。 DynamicsLinkedServiceTypeProperties (必須)

DynamicsLinkedServiceTypeProperties

名前 説明
authenticationType Dynamics サーバーに接続する認証の種類。 オンライン シナリオの場合は 'Office365'、Ifd シナリオではオンプレミスの場合は 'Ifd'、オンライン シナリオではサーバー間認証の場合は "AADServicePrincipal" です。 型: string (または resultType 文字列を含む式)。
資格情報 (credential) 認証情報を含む資格情報参照。 CredentialReference
deploymentType Dynamics インスタンスの展開の種類。 "Online" for Dynamics Online と "OnPremisesWithIfd" for Dynamics on-premises with Ifd。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
hostName オンプレミス Dynamics サーバーのホスト名。 プロパティはオンプレミスでは必須であり、オンラインでは使用できません。 型: string (または resultType 文字列を含む式)。
organizationName Dynamics インスタンスの組織の名前。 プロパティはオンプレミスでは必須であり、ユーザーに関連付けられている複数の Dynamics インスタンスがある場合はオンラインで必要です。 型: string (または resultType 文字列を含む式)。
password Dynamics インスタンスにアクセスするためのパスワード。 SecretBase
port オンプレミス Dynamics サーバーのポート。 プロパティはオンプレミスでは必須であり、オンラインでは使用できません。 既定値は 443 です。 型: integer (または resultType 整数を含む式)、最小: 0。
servicePrincipalCredential Azure Active Directory のサービス プリンシパル オブジェクトの資格情報。 servicePrincipalCredentialType が 'ServicePrincipalKey' の場合、servicePrincipalCredential には SecureString または AzureKeyVaultSecretReference を指定できます。 servicePrincipalCredentialType が 'ServicePrincipalCert' の場合、servicePrincipalCredential には AzureKeyVaultSecretReference のみを指定できます。 SecretBase
servicePrincipalCredentialType サーバー間認証で使用するサービス プリンシパルの資格情報の種類。 キー/シークレットの場合は 'ServicePrincipalKey'、証明書の場合は 'ServicePrincipalCert' です。 型: string (または resultType 文字列を含む式)。
servicePrincipalId サーバー間認証に使用される Azure Active Directory 内のアプリケーションのクライアント ID。 型: string (または resultType 文字列を含む式)。
serviceUri Microsoft Dynamics サーバーの URL。 プロパティはオンラインでは必須であり、オンプレミスでは使用できません。 型: string (または resultType 文字列を含む式)。
username Dynamics インスタンスにアクセスするためのユーザー名。 型: string (または resultType 文字列を含む式)。

DynamicsAXLinkedService

名前 説明
type リンクされたサービスの種類。 "DynamicsAX" (必須)
typeProperties Dynamics AX のリンクされたサービス プロパティ。 DynamicsAXLinkedServiceTypeProperties (必須)

DynamicsAXLinkedServiceTypeProperties

名前 説明
aadResourceId 承認を要求するリソースを指定します。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
servicePrincipalId アプリケーションのクライアント ID を取得します。 型: string (または resultType 文字列を含む式)。
servicePrincipalKey アプリケーションのキーを取得します。 このフィールドを SecureString としてマークして Data Factory に安全に保管するか、Azure Key Vault に格納されているシークレットを参照します。 型: string (または resultType 文字列を含む式)。 SecretBase (必須)
tenant アプリケーションが存在するテナントの情報 (ドメイン名またはテナント ID) を指定します。 Azure portal の右上隅にマウスを置くことで取得します。 型: string (または resultType 文字列を含む式)。
url Dynamics AX (または Dynamics 365 Finance および Operations) インスタンスの OData エンドポイント。

DynamicsCrmLinkedService

名前 説明
type リンクされたサービスの種類。 "DynamicsCrm" (必須)
typeProperties Dynamics CRM のリンクされたサービス プロパティ。 DynamicsCrmLinkedServiceTypeProperties (必須)

DynamicsCrmLinkedServiceTypeProperties

名前 説明
authenticationType Dynamics CRM サーバーに接続するための認証の種類。 オンライン シナリオの場合は 'Office365'、Ifd シナリオではオンプレミスの場合は 'Ifd'、オンライン シナリオではサーバー間認証の場合は "AADServicePrincipal" です。 型: string (または resultType 文字列を含む式)。
deploymentType Dynamics CRM インスタンスの展開の種類。 Dynamics CRM Online の 'Online' と、Ifd を使用したオンプレミスの Dynamics CRM の 'OnPremisesWithIfd'。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
hostName オンプレミスの Dynamics CRM サーバーのホスト名。 プロパティはオンプレミスでは必須であり、オンラインでは使用できません。 型: string (または resultType 文字列を含む式)。
organizationName Dynamics CRM インスタンスのorganization名。 プロパティはオンプレミスでは必須であり、ユーザーに関連付けられた複数の Dynamics CRM インスタンスがある場合はオンラインで使用する必要があります。 型: string (または resultType 文字列を含む式)。
password Dynamics CRM インスタンスにアクセスするためのパスワード。 SecretBase
port オンプレミスの Dynamics CRM サーバーのポート。 プロパティはオンプレミスでは必須であり、オンラインでは使用できません。 既定値は 443 です。 型: integer (または resultType 整数を含む式)、最小: 0。
servicePrincipalCredential Azure Active Directory のサービス プリンシパル オブジェクトの資格情報。 servicePrincipalCredentialType が 'ServicePrincipalKey' の場合、servicePrincipalCredential には SecureString または AzureKeyVaultSecretReference を指定できます。 servicePrincipalCredentialType が 'ServicePrincipalCert' の場合、servicePrincipalCredential には AzureKeyVaultSecretReference のみを指定できます。 SecretBase
servicePrincipalCredentialType サーバー間認証で使用するサービス プリンシパルの資格情報の種類。 キー/シークレットの場合は 'ServicePrincipalKey'、証明書の場合は 'ServicePrincipalCert' です。 型: string (または resultType 文字列を含む式)。
servicePrincipalId サーバー間認証に使用される Azure Active Directory 内のアプリケーションのクライアント ID。 型: string (または resultType 文字列を含む式)。
serviceUri Microsoft Dynamics CRM サーバーへの URL。 プロパティはオンラインでは必須であり、オンプレミスでは使用できません。 型: string (または resultType 文字列を含む式)。
username Dynamics CRM インスタンスにアクセスするためのユーザー名。 型: string (または resultType 文字列を含む式)。

EloquaLinkedService

名前 説明
type リンクされたサービスの種類。 "Eloqua" (必須)
typeProperties Eloqua サーバーのリンク されたサービスのプロパティ。 EloquaLinkedServiceTypeProperties (必須)

EloquaLinkedServiceTypeProperties

名前 説明
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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。 string
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。 string
host FTP サーバーのホスト名。 型: string (または resultType 文字列を含む式)。
password FTP サーバーにログオンするためのパスワード。 SecretBase
port FTP サーバーがクライアント接続をリッスンするために使用する TCP ポート番号。 既定値は 21 です。 型: integer (または resultType 整数を含む式)、最小: 0。
userName FTP サーバーにログオンするユーザー名。 型: string (または resultType 文字列を含む式)。

GoogleAdWordsLinkedService

名前 説明
type リンクされたサービスの種類。 "GoogleAdWords" (必須)
typeProperties Google AdWords サービスのリンクされたサービス プロパティ。 GoogleAdWordsLinkedServiceTypeProperties (必須)

GoogleAdWordsLinkedServiceTypeProperties

名前 説明
authenticationType 認証に使用される OAuth 2.0 認証メカニズム。 ServiceAuthentication はセルフホステッド IR のみで使用できます。 "ServiceAuthentication"
"UserAuthentication"
clientCustomerID レポート データをフェッチする対象の、AdWords アカウントのクライアント顧客 ID。 型: string (または resultType 文字列を含む式)。
clientId 更新トークンを取得するために使用される google アプリケーションのクライアント ID。 型: string (または resultType 文字列を含む式)。
clientSecret 更新トークンを取得するために使用される google アプリケーションのクライアント シークレット。 SecretBase
connectionProperties (非推奨)GoogleAds への接続に使用されるプロパティ。 これは、リンクされたサービス内の他のプロパティと相互に排他的です。 型: オブジェクト。
developerToken AdWords API へのアクセスを許可するために使用する、マネージャー アカウントに関連付けられている開発者トークン。 SecretBase
email ServiceAuthentication で使用されるサービス アカウントの電子メール ID。これはセルフホステッド IR のみで使用できます。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
googleAdsApiVersion v14 などの Google 広告 API のメジャー バージョン。 サポートされているメジャー バージョンは、 にあります https://developers.google.com/google-ads/api/docs/release-notes。 型: string (または resultType 文字列を含む式)。
keyFilePath (非推奨)サービス アカウントの電子メール アドレスの認証に使用され、セルフホステッド IR でのみ使用できる .p12 キー ファイルへの完全なパス。 型: string (または resultType 文字列を含む式)。
loginCustomerID 特定の顧客のレポート データを取得する Google 広告マネージャー アカウントの顧客 ID。 型: string (または resultType 文字列を含む式)。
privateKey サービス アカウントの電子メール アドレスの認証に使用され、セルフホステッド IR でのみ使用できる秘密キー。 SecretBase
refreshToken UserAuthentication で AdWords へのアクセスを承認するために Google から取得した更新トークン。 SecretBase
supportLegacyDataTypes Float、int32、int64 を Google から文字列にマップするレガシ データ型マッピングを使用するかどうかを指定します。 レガシ ドライバーのデータ型マッピングとの下位互換性を維持する場合を除き、これを true に設定しないでください。 型: boolean (または resultType ブール値を持つ式)。
trustedCertPath (非推奨)SSL 経由で接続するときにサーバーを検証するための信頼された CA 証明書を含む .pem ファイルの完全パス。 このプロパティは、セルフホステッド IR で SSL を使用する場合にのみ設定できます。 既定値は、IR でインストールされる cacerts.pem ファイルです。 型: string (または resultType 文字列を含む式)。
useSystemTrustStore (非推奨)システム信頼ストアまたは指定した PEM ファイルのどちらから CA 証明書を使用するかを指定します。 既定値は false です。 型: boolean (または resultType ブール値を持つ式)。

GoogleBigQueryLinkedService

名前 説明
type リンクされたサービスの種類。 "GoogleBigQuery" (必須)
typeProperties Google BigQuery サービスのリンクされたサービス プロパティ。 GoogleBigQueryLinkedServiceTypeProperties (必須)

GoogleBigQueryLinkedServiceTypeProperties

名前 説明
additionalProjects アクセス対象のパブリック BigQuery プロジェクトのコンマ区切りリスト。 型: string (または resultType 文字列を含む式)。
authenticationType 認証に使用される OAuth 2.0 認証メカニズム。 ServiceAuthentication はセルフホステッド IR のみで使用できます。 "ServiceAuthentication"
"UserAuthentication" (必須)
clientId 更新トークンを取得するために使用される google アプリケーションのクライアント ID。 型: string (または resultType 文字列を含む式)。
clientSecret 更新トークンを取得するために使用される google アプリケーションのクライアント シークレット。 SecretBase
email ServiceAuthentication で使用されるサービス アカウントの電子メール ID。これはセルフホステッド IR のみで使用できます。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
keyFilePath サービス アカウントの電子メール アドレスを認証するために使用される .p12 キー ファイルへの完全なパス。これはセルフホステッド IR のみで使用できます。 型: string (または resultType 文字列を含む式)。
project クエリ対象の既定の BigQuery プロジェクト。 型: string (または resultType 文字列を含む式)。
refreshToken UserAuthentication で BigQuery へのアクセスを承認するために Google から取得した更新トークン。 SecretBase
requestGoogleDriveScope Google Drive へのアクセスを要求するかどうか。 Google Drive のアクセスを許可すると、BigQuery データと Google Drive のデータを結合するフェデレーション テーブルのサポートが有効になります。 既定値は false です。 型: string (または resultType 文字列を含む式)。
trustedCertPath SSL 経由で接続するときにサーバーを検証するための信頼された CA 証明書を含む .pem ファイルの完全なパス。 このプロパティは、セルフホステッド IR で SSL を使用する場合にのみ設定できます。 既定値は、IR でインストールされる cacerts.pem ファイルです。 型: string (または resultType 文字列を含む式)。
useSystemTrustStore システムの信頼ストアと指定した PEM ファイルのどちらの CA 証明書を使用するかを指定します。 既定値は false です。型: boolean (または resultType ブール値を持つ式)。

GoogleBigQueryV2LinkedService

名前 説明
type リンクされたサービスの種類。 "GoogleBigQueryV2" (必須)
typeProperties Google BigQuery サービスのリンクされたサービス プロパティ。 GoogleBigQueryV2LinkedServiceTypeProperties (必須)

GoogleBigQueryV2LinkedServiceTypeProperties

名前 説明
authenticationType 認証に使用される OAuth 2.0 認証メカニズム。 "ServiceAuthentication"
"UserAuthentication" (必須)
clientId 更新トークンを取得するために使用される google アプリケーションのクライアント ID。 型: string (または resultType 文字列を含む式)。
clientSecret 更新トークンを取得するために使用される google アプリケーションのクライアント シークレット。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
keyFileContent サービス アカウントの認証に使用される.jsonキー ファイルの内容。 型: string (または resultType 文字列を含む式)。 SecretBase
projectId クエリを実行する既定の BigQuery プロジェクト ID。 型: string (または resultType 文字列を含む式)。
refreshToken UserAuthentication で BigQuery へのアクセスを承認するために Google から取得した更新トークン。 SecretBase

GoogleCloudStorageLinkedService

名前 説明
type リンクされたサービスの種類。 "GoogleCloudStorage" (必須)
typeProperties Google Cloud Storage のリンクされたサービス プロパティ。 GoogleCloudStorageLinkedServiceTypeProperties (必須)

GoogleCloudStorageLinkedServiceTypeProperties

名前 説明
accessKeyId Google Cloud Storage Identity and Access Management (IAM) ユーザーのアクセス キー識別子。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
secretAccessKey Google Cloud Storage Identity and Access Management (IAM) ユーザーのシークレット アクセス キー。 SecretBase
serviceUrl この値は、Google Cloud Storage Connector でアクセスするエンドポイントを指定します。 これは省略可能なプロパティです。別のサービス エンドポイントを試す場合、または https と http を切り替える場合にのみ変更してください。 型: string (または resultType 文字列を含む式)。

GoogleSheetsLinkedService

名前 説明
type リンクされたサービスの種類。 "GoogleSheets" (必須)
typeProperties GoogleSheets のリンクされたサービス プロパティ。 GoogleSheetsLinkedServiceTypeProperties (必須)

GoogleSheetsLinkedServiceTypeProperties

名前 説明
apiToken GoogleSheets ソースの API トークン。 SecretBase (必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string

GreenplumLinkedService

名前 説明
type リンクされたサービスの種類。 "Greenplum" (必須)
typeProperties Greenplum Database のリンクされたサービス プロパティ。 GreenplumLinkedServiceTypeProperties (必須)

GreenplumLinkedServiceTypeProperties

名前 説明
connectionString ODBC 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
pwd 接続文字列のパスワードの Azure Key Vault シークレット リファレンス。 AzureKeyVaultSecretReference

HBaseLinkedService

名前 説明
type リンクされたサービスの種類。 "HBase" (必須)
typeProperties HBase サーバーのリンクされたサービスのプロパティ。 HBaseLinkedServiceTypeProperties (必須)

HBaseLinkedServiceTypeProperties

名前 説明
allowHostNameCNMismatch SSL 経由で接続するときに、CA が発行した SSL 証明書名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は false です。
allowSelfSignedServerCert サーバーからの自己署名証明書を許可するかどうかを指定します。 既定値は false です。
authenticationType HBase サーバーへの接続に使用する認証メカニズム。 "匿名"
"Basic" (必須)
enableSsl SSL を使用して、サーバーへの接続を暗号化するかどうかを指定します。 既定値は false です。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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。 string
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。 string
fileSystem HDInsight のメイン ストレージが ADLS Gen2 の場合は、FileSystem を指定します。 型: string (または resultType 文字列を含む式)。
hcatalogLinkedServiceName HCatalog データベースを指す Azure SQL のリンクされたサービスの参照。 LinkedServiceReference
isEspEnabled HDInsight を ESP (エンタープライズ セキュリティ パッケージ) で作成するかどうかを指定します。 型: ブール値。
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。 型: int (または resultType int を含む式)。
clusterSshPassword SSH へのパスワードは、クラスターのノード (Linux の場合) にリモート接続します。 SecretBase
clusterSshUserName クラスターのノードにリモートで接続する SSH のユーザー名 (Linux の場合)。 型: string (または resultType 文字列を含む式)。
clusterType クラスターの種類。 型: string (または resultType 文字列を含む式)。
clusterUserName クラスターにアクセスするユーザー名。 型: string (または resultType 文字列を含む式)。
coreConfiguration 作成する HDInsight クラスターに core 構成パラメーター (core-site.xml と同じ) を指定します。
資格情報 (credential) 認証情報を含む資格情報参照。 CredentialReference
dataNodeSize HDInsight クラスターのデータ ノードのサイズを指定します。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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) を指定します。
scriptActions HDI ondemand クラスターが起動したら実行するカスタム スクリプト アクション。 /azure/hdinsight/hdinsight-hadoop-customize-cluster-linux?toc=%2Fen-us%2Fazure%2Fhdinsight%2Fr-server%2FTOC.json&bc=%2Fen-us%2Fazure%2Fbread%2Ftoc.json#understanding-script-actions を参照してください。 ScriptAction[]
servicePrincipalId hostSubscriptionId のサービス プリンシパル ID。 型: string (または resultType 文字列を含む式)。
servicePrincipalKey サービス プリンシパル ID のキー。 SecretBase
sparkVersion クラスターの種類が "spark" の場合の spark のバージョン。 型: string (または resultType 文字列を含む式)。
stormConfiguration HDInsight クラスターに Storm 構成パラメーター (storm-site.xml) を指定します。
subnetName vNet 内のサブネットの ARM リソース ID。 virtualNetworkId が指定されている場合は、このプロパティが必要です。 型: string (または resultType 文字列を含む式)。
tenant サービス プリンシパルが属するテナント ID/名前。 型: string (または resultType 文字列を含む式)。
timeToLive オンデマンド HDInsight クラスターに許可されるアイドル時間です。 他のアクティブなジョブがクラスターにない場合、アクティビティ実行の完了後にオンデマンド HDInsight クラスターが起動状態を維持する時間を指定します。 最小値は 5 分です。 型: string (または resultType 文字列を含む式)。
version HDInsight クラスターのバージョン。  型: string (または resultType 文字列を含む式)。
virtualNetworkId 作成後にクラスターを参加させる vNet の ARM リソース ID。 型: string (または resultType 文字列を含む式)。
yarnConfiguration HDInsight クラスターに Yarn 構成パラメーター (yarn-site.xml) を指定します。
zookeeperNodeSize HDInsight クラスターの Zoo Keeper ノードのサイズを指定します。

ScriptAction

名前 説明
name ユーザーがスクリプト アクションの名前を指定しました。 string (必須)
parameters スクリプト アクションのパラメーター。 string
roles スクリプト アクションを実行するノードの種類。
uri スクリプト アクションの URI。 string (必須)

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。 string
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"
authHeaders 承認に使用される RESTful API への要求内の追加の HTTP ヘッダー。 型: キー値のペア (値は文字列型にする必要があります)。
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。 string
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。 string
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 使用する認証の種類。 "Anonymous"
"SASLUsername"
"UsernameAndPassword" (必須)
enableSsl SSL を使用して、サーバーへの接続を暗号化するかどうかを指定します。 既定値は false です。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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 です。

InformixLinkedService

名前 説明
type リンクされたサービスの種類。 "Informix" (必須)
typeProperties Informix のリンクされたサービス プロパティ。 InformixLinkedServiceTypeProperties (必須)

InformixLinkedServiceTypeProperties

名前 説明
authenticationType Informix に ODBC データ ストアとして接続するために使用される認証の種類。 次のいずれかの値になります。Anonymous および Basic。 型: string (または resultType 文字列を含む式)。
connectionString 接続文字列の非アクセス資格情報部分と、オプションの暗号化された資格情報。 型: string、SecureString、AzureKeyVaultSecretReference、または resultType 文字列を含む式。
資格情報 (credential) ドライバー固有のプロパティ値の形式で指定された接続文字列のアクセス資格情報の部分。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password 基本認証のパスワード。 SecretBase
userName 基本認証のユーザー名。 型: string (または resultType 文字列を含む式)。

JiraLinkedService

名前 説明
type リンクされたサービスの種類。 "Jira" (必須)
typeProperties Jira Service のリンクされたサービス プロパティ。 JiraLinkedServiceTypeProperties (必須)

JiraLinkedServiceTypeProperties

名前 説明
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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 サービスへのアクセスに使用するユーザー名。

LakeHouseLinkedService

名前 説明
type リンクされたサービスの種類。 "LakeHouse" (必須)
typeProperties Microsoft Fabric LakeHouse のリンクされたサービス プロパティ。 LakeHouseLinkedServiceTypeProperties (必須)

LakeHouseLinkedServiceTypeProperties

名前 説明
artifactId Microsoft Fabric LakeHouse 成果物の ID。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
servicePrincipalCredential Azure Active Directory のサービス プリンシパル オブジェクトの資格情報。 servicePrincipalCredentialType が 'ServicePrincipalKey' の場合、servicePrincipalCredential には SecureString または AzureKeyVaultSecretReference を指定できます。 servicePrincipalCredentialType が 'ServicePrincipalCert' の場合、servicePrincipalCredential には AzureKeyVaultSecretReference のみを指定できます。 SecretBase
servicePrincipalCredentialType サーバー間認証で使用するサービス プリンシパルの資格情報の種類。 キー/シークレットの場合は 'ServicePrincipalKey'、証明書の場合は 'ServicePrincipalCert' です。 型: string (または resultType 文字列を含む式)。
servicePrincipalId Microsoft Fabric LakeHouse に対する認証に使用されるアプリケーションの ID。 型: string (または resultType 文字列を含む式)。
servicePrincipalKey Microsoft Fabric LakeHouse に対する認証に使用されるアプリケーションのキー。 SecretBase
tenant サービス プリンシパルが属するテナントの名前または ID。 型: string (または resultType 文字列を含む式)。
workspaceId Microsoft Fabric ワークスペースの ID。 型: string (または resultType 文字列を含む式)。

MagentoLinkedService

名前 説明
type リンクされたサービスの種類。 "Magento" (必須)
typeProperties Magento サーバーのリンクされたサービスのプロパティ。 MagentoLinkedServiceTypeProperties (必須)

MagentoLinkedServiceTypeProperties

名前 説明
accessToken Magento のアクセス トークン。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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。
database 接続のデータベース名。 型: string。
driverVersion MariaDB ドライバーのバージョン。 型: string。 レガシ ドライバーの場合は V1 または空、新しいドライバーの場合は V2。 V1 は接続文字列とプロパティ バッグをサポートでき、V2 は接続文字列のみをサポートできます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password 接続文字列のパスワードの Azure Key Vault シークレット リファレンス。 AzureKeyVaultSecretReference
port 接続のポート。 型: 整数。
server 接続のサーバー名。 型: string。
username 認証用のユーザー名。 型: string。

MarketoLinkedService

名前 説明
type リンクされたサービスの種類。 "Marketo" (必須)
typeProperties Marketo サーバーのリンクされたサービス プロパティ。 MarketoLinkedServiceTypeProperties (必須)

MarketoLinkedServiceTypeProperties

名前 説明
clientId Marketo サービスのクライアント ID。
clientSecret Marketo サービスのクライアント シークレット。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
endpoint Marketo サーバーのエンドポイント。 (つまり、123-ABC-321.mktorest.com)
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。

MicrosoftAccessLinkedService

名前 説明
type リンクされたサービスの種類。 "MicrosoftAccess" (必須)
typeProperties Microsoft Access のリンクされたサービス プロパティ。 MicrosoftAccessLinkedServiceTypeProperties (必須)

MicrosoftAccessLinkedServiceTypeProperties

名前 説明
authenticationType ODBC データ ストアとして Microsoft Access に接続するために使用される認証の種類。 次のいずれかの値になります。Anonymous および Basic。 型: string (または resultType 文字列を含む式)。
connectionString 接続文字列の非アクセス資格情報部分と、オプションの暗号化された資格情報。 型: string、SecureString、AzureKeyVaultSecretReference、または resultType 文字列を含む式。
資格情報 (credential) ドライバー固有のプロパティ値の形式で指定された接続文字列のアクセス資格情報の部分。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password 基本認証のパスワード。 SecretBase
userName 基本認証のユーザー名。 型: string (または resultType 文字列を含む式)。

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。 string
password 認証用のパスワード。 SecretBase
port MongoDB サーバーがクライアント接続をリッスンするために使用する TCP ポート番号。 既定値は 27017 です。 型: integer (または resultType 整数を持つ式)、最小値: 0。
server MongoDB サーバーの IP アドレスまたはサーバー名。 型: string (または resultType 文字列を含む式)。
username 認証用のユーザー名。 型: string (または resultType 文字列を含む式)。

MongoDbAtlasLinkedService

名前 説明
type リンクされたサービスの種類。 "MongoDbAtlas" (必須)
typeProperties MongoDB Atlas のリンクされたサービス プロパティ。 MongoDbAtlasLinkedServiceTypeProperties (必須)

MongoDbAtlasLinkedServiceTypeProperties

名前 説明
connectionString MongoDB Atlas 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。 型: string、SecureString、または AzureKeyVaultSecretReference。
database アクセスする MongoDB Atlas データベースの名前。 型: string (または resultType 文字列を含む式)。
driverVersion 選択するドライバーのバージョン。 使用できる値は v1 と v2 です。 型: string (または resultType 文字列を含む式)。

MongoDbV2LinkedService

名前 説明
type リンクされたサービスの種類。 "MongoDbV2" (必須)
typeProperties MongoDB のリンクされたサービス プロパティ。 MongoDbV2LinkedServiceTypeProperties (必須)

MongoDbV2LinkedServiceTypeProperties

名前 説明
connectionString MongoDB 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。 型: string、SecureString、または AzureKeyVaultSecretReference。
database アクセスする MongoDB データベースの名前。 型: string (または resultType 文字列を含む式)。

MySqlLinkedService

名前 説明
type リンクされたサービスの種類。 "MySql" (必須)
typeProperties MySQL のリンクされたサービス プロパティ。 MySqlLinkedServiceTypeProperties (必須)

MySqlLinkedServiceTypeProperties

名前 説明
connectionString 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
database 接続のデータベース名。 型: string。
driverVersion MySQL ドライバーのバージョン。 型: string。 レガシ ドライバーの場合は V1 または空、新しいドライバーの場合は V2。 V1 は接続文字列とプロパティ バッグをサポートでき、V2 は接続文字列のみをサポートできます。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password 接続文字列のパスワードの Azure Key Vault シークレット リファレンス。 AzureKeyVaultSecretReference
port 接続のポート。 型: 整数。
server 接続のサーバー名。 型: string。
sslMode 接続の SSL モード。 型: 整数。 0: 無効、1: 優先、2: 必須、3: verify-ca、4: verify-full。
username 認証用のユーザー名。 型: string。
useSystemTrustStore 接続にはシステム 信頼ストアを使用します。 型: 整数。 0: 有効、1: 無効にします。

NetezzaLinkedService

名前 説明
type リンクされたサービスの種類。 "Netezza" (必須)
typeProperties Netezza のリンクされたサービス プロパティ。 NetezzaLinkedServiceTypeProperties (必須)

NetezzaLinkedServiceTypeProperties

名前 説明
connectionString ODBC 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
pwd 接続文字列のパスワードの Azure Key Vault シークレット リファレンス。 AzureKeyVaultSecretReference

ODataLinkedService

名前 説明
type リンクされたサービスの種類。 "OData" (必須)
typeProperties OData のリンクされたサービス プロパティ。 ODataLinkedServiceTypeProperties (必須)

ODataLinkedServiceTypeProperties

名前 説明
aadResourceId ディレクトリを使用するための承認を要求するリソースを指定します。 型: string (または resultType 文字列を含む式)。
aadServicePrincipalCredentialType サービス プリンシパルに使用する資格情報の種類 (キーまたは証明書) を指定します。 "ServicePrincipalCert"
"ServicePrincipalKey"
authenticationType OData サービスへの接続に使用される認証の種類。 "AadServicePrincipal"
"Anonymous"
"Basic"
"ManagedServiceIdentity"
"Windows"
authHeaders 承認に使用される RESTful API への要求内の追加の HTTP ヘッダー。 型: キー値のペア (値は文字列型にする必要があります)。
azureCloudType サービス プリンシパル認証の Azure クラウドの種類を示します。使用できる値は、AzurePublic、AzureChina、AzureUsGovernment、AzureGermany です。 既定値は、データ ファクトリ リージョンのクラウドの種類です。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password OData サービスのパスワード。 SecretBase
servicePrincipalEmbeddedCert Azure Active Directory に登録されているアプリケーションの、Base64 でエンコードされた証明書を指定します。 型: string (または resultType 文字列を含む式)。 SecretBase
servicePrincipalEmbeddedCertPassword 証明書にパスワードがあり、AadServicePrincipal 認証を使用している場合は、証明書のパスワードを指定します。 型: string (または resultType 文字列を含む式)。 SecretBase
servicePrincipalId Azure Active Directory に登録されているアプリケーションのアプリケーション ID を指定します。 型: string (または resultType 文字列を含む式)。
servicePrincipalKey Azure Active Directory に登録されているアプリケーションのシークレットを指定します。 型: string (または resultType 文字列を含む式)。 SecretBase
tenant アプリケーションが存在するテナントの情報 (ドメイン名またはテナント ID) を指定します。 型: string (または resultType 文字列を含む式)。
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、または resultType 文字列を含む式。
資格情報 (credential) ドライバー固有のプロパティ値の形式で指定された接続文字列のアクセス資格情報の部分。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password 基本認証のパスワード。 SecretBase
userName 基本認証のユーザー名。 型: string (または resultType 文字列を含む式)。

Office365LinkedService

名前 説明
type リンクされたサービスの種類。 "Office365" (必須)
typeProperties Office365 のリンクされたサービス プロパティ。 Office365LinkedServiceTypeProperties (必須)

Office365LinkedServiceTypeProperties

名前 説明
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
office365TenantId Office 365 アカウントが属している Azure テナント ID です。 型: string (または resultType 文字列を含む式)。
servicePrincipalId アプリケーションのクライアント ID を取得します。 型: string (または resultType 文字列を含む式)。
servicePrincipalKey アプリケーションのキーを取得します。 SecretBase (必須)
servicePrincipalTenantId Azure AD Web アプリケーションが存在するテナントの情報を指定します。 型: string (または resultType 文字列を含む式)。

OracleLinkedService

名前 説明
type リンクされたサービスの種類。 "Oracle" (必須)
typeProperties Oracle データベースのリンクされたサービス プロパティ。 OracleLinkedServiceTypeProperties (必須)

OracleLinkedServiceTypeProperties

名前 説明
connectionString 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password 接続文字列のパスワードの Azure Key Vault シークレット リファレンス。 AzureKeyVaultSecretReference

OracleCloudStorageLinkedService

名前 説明
type リンクされたサービスの種類。 "OracleCloudStorage" (必須)
typeProperties Oracle Cloud Storage のリンクされたサービス プロパティ。 OracleCloudStorageLinkedServiceTypeProperties (必須)

OracleCloudStorageLinkedServiceTypeProperties

名前 説明
accessKeyId Oracle Cloud Storage Identity and Access Management (IAM) ユーザーのアクセス キー識別子。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
secretAccessKey Oracle Cloud Storage Identity and Access Management (IAM) ユーザーのシークレット アクセス キー。 SecretBase
serviceUrl この値は、Oracle Cloud Storage Connector でアクセスするエンドポイントを指定します。 これは省略可能なプロパティです。別のサービス エンドポイントを試す場合、または https と http を切り替える場合にのみ変更してください。 型: string (または resultType 文字列を含む式)。

OracleServiceCloudLinkedService

名前 説明
type リンクされたサービスの種類。 "OracleServiceCloud" (必須)
typeProperties Oracle Service Cloud のリンクされたサービス プロパティ。 OracleServiceCloudLinkedServiceTypeProperties (必須)

OracleServiceCloudLinkedServiceTypeProperties

名前 説明
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
host Oracle Service Cloud インスタンスの URL。
password username キーに指定したユーザー名に対応するパスワード。 SecretBase (必須)
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。
username Oracle Service Cloud サーバーにアクセスするために使用するユーザー名。

PayPalLinkedService

名前 説明
type リンクされたサービスの種類。 "PayPal" (必須)
typeProperties PayPal サービスのリンクされたサービス プロパティ。 PayPalLinkedServiceTypeProperties (必須)

PayPalLinkedServiceTypeProperties

名前 説明
clientId PayPal アプリケーションに関連付けられているクライアント ID。
clientSecret PayPal アプリケーションに関連付けられているクライアント シークレット。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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。 string
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 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password 接続文字列のパスワードの Azure Key Vault シークレット リファレンス。 AzureKeyVaultSecretReference

PostgreSqlV2LinkedService

名前 説明
type リンクされたサービスの種類。 "PostgreSqlV2" (必須)
typeProperties PostgreSQLV2 のリンクされたサービス プロパティ。 PostgreSqlV2LinkedServiceTypeProperties (必須)

PostgreSqlV2LinkedServiceTypeProperties

名前 説明
commandTimeout 試行を終了してエラーを生成する前にコマンドを実行しようとしたときに待機する時間 (秒単位)。 無限大の場合は 0 に設定します。 型: 整数。
connectionTimeout 試行を終了してエラーを生成する前に接続を確立しようとしたときに待機する時間 (秒単位)。 型: 整数。
database 接続のデータベース名。 型: string。
encoding PostgreSQL 文字列データのエンコード/デコードに使用する .NET エンコードを取得または設定します。 Type: 文字列
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
logParameters 有効にすると、コマンドの実行時にパラメーター値がログに記録されます。 型: ブール値。
password 接続文字列のパスワードの Azure Key Vault シークレット リファレンス。 型: string。 AzureKeyVaultSecretReference
プール 接続プールを使用する必要があるかどうか。 型: ブール値。
port 接続のポート。 型: 整数。
readBufferSize 読み取り時に使用される内部バッファーのサイズを決定します。 データベースから大きな値を転送すると、パフォーマンスが向上する可能性があります。 型: 整数。
schema スキーマ検索パスを設定します。 型: string。
server 接続のサーバー名。 型: string。
sslCertificate サーバーに送信されるクライアント証明書の場所。 型: string。
sslKey サーバーに送信されるクライアント証明書のクライアント キーの場所。 型: string。
sslMode 接続の SSL モード。 型: 整数。 0: 無効、1:allow、2: prefer、3: require、4: verify-ca、5: verify-full。 型: 整数。
sslPassword クライアント証明書のキーのパスワード。 型: string。
timezone セッションのタイムゾーンを取得または設定します。 型: string。
trustServerCertificate 検証せずにサーバー証明書を信頼するかどうか。 型: ブール値。
username 認証用のユーザー名。 型: string。

PrestoLinkedService

名前 説明
type リンクされたサービスの種類。 "Presto" (必須)
typeProperties Presto サーバーのリンク されたサービス のプロパティ。 PrestoLinkedServiceTypeProperties (必須)

PrestoLinkedServiceTypeProperties

名前 説明
allowHostNameCNMismatch SSL 経由で接続するときに、CA が発行した SSL 証明書名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は false です。
allowSelfSignedServerCert サーバーからの自己署名証明書を許可するかどうかを指定します。 既定値は false です。
authenticationType Presto サーバーへの接続に使用する認証メカニズム。 "Anonymous"
"LDAP" (必須)
catalog サーバーに対するすべての要求のカタログ コンテキスト。
enableSsl SSL を使用して、サーバーへの接続を暗号化するかどうかを指定します。 既定値は false です。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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 です。

QuickbaseLinkedService

名前 説明
type リンクされたサービスの種類。 "Quickbase" (必須)
typeProperties クイックベースのリンクされたサービス プロパティ。 QuickbaseLinkedServiceTypeProperties (必須)

QuickbaseLinkedServiceTypeProperties

名前 説明
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
url Quickbase ソースを接続する URL。 型: string (または resultType 文字列を含む式)。
userToken Quickbase ソースのユーザー トークン。 SecretBase (必須)

QuickBooksLinkedService

名前 説明
type リンクされたサービスの種類。 "QuickBooks" (必須)
typeProperties QuickBooks サーバーのリンク されたサービス プロパティ。 QuickBooksLinkedServiceTypeProperties (必須)

QuickBooksLinkedServiceTypeProperties

名前 説明
accessToken OAuth 1.0 認証のアクセス トークン。 SecretBase
accessTokenSecret OAuth 1.0 認証のアクセス トークン シークレット。 SecretBase
companyId 承認する QuickBooks の会社の会社 ID。
connectionProperties QuickBooks への接続に使用されるプロパティ。 リンクされたサービス内の他のプロパティと相互に排他的です。 型: オブジェクト。
consumerKey OAuth 1.0 認証用のコンシューマー キー。
consumerSecret OAuth 1.0 認証用のコンシューマー シークレット。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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。 string
endpoint Responsys サーバーのエンドポイント。
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。

RestServiceLinkedService

名前 説明
type リンクされたサービスの種類。 "RestService" (必須)
typeProperties Rest Service のリンクされたサービス プロパティ。 RestServiceLinkedServiceTypeProperties (必須)

RestServiceLinkedServiceTypeProperties

名前 説明
aadResourceId 使用許可を要求するリソース。 型: string (または resultType 文字列を含む式)。
authenticationType REST サービスへの接続に使用される認証の種類。 "AadServicePrincipal"
"Anonymous"
"Basic"
"ManagedServiceIdentity"
"OAuth2ClientCredential" (必須)
authHeaders 承認に使用される RESTful API への要求内の追加の HTTP ヘッダー。 型: object (または resultType オブジェクトを持つ Expression)。
azureCloudType サービス プリンシパル認証の Azure クラウドの種類を示します。使用できる値は、AzurePublic、AzureChina、AzureUsGovernment、AzureGermany です。 既定値は、データ ファクトリ リージョンのクラウドの種類です。 型: string (または resultType 文字列を含む式)。
clientId アプリケーションに関連するクライアント ID。 型: string (または resultType 文字列を含む式)。
clientSecret アプリケーションに関連するクライアント シークレット。 SecretBase
資格情報 (credential) 認証情報を含む資格情報参照。 CredentialReference
enableServerCertificateValidation エンドポイントに接続するときにサーバー側の SSL 証明書を検証するかどうか。既定値は true です。 型: boolean (または resultType ブール値を持つ式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password 基本認証の種類で使用されるパスワード。 SecretBase
resource アクセスが要求される対象のターゲット サービスまたはリソース。 型: string (または resultType 文字列を含む式)。
scope 必要なアクセスのスコープ。 要求されるアクセスの種類について説明します。 型: string (または resultType 文字列を含む式)。
servicePrincipalId AadServicePrincipal 認証の種類で使用されるアプリケーションのクライアント ID。 型: string (または resultType 文字列を含む式)。
servicePrincipalKey AadServicePrincipal 認証の種類で使用されるアプリケーションのキー。 SecretBase
tenant アプリケーションが存在する AadServicePrincipal 認証の種類で使用されるテナント情報 (ドメイン名またはテナント ID)。 型: string (または resultType 文字列を含む式)。
tokenEndpoint アクセス トークンを取得する承認サーバーのトークン エンドポイント。 型: string (または resultType 文字列を含む式)。
url REST サービスのベース URL。 型: string (または resultType 文字列を含む式)。
userName 基本認証の種類で使用されるユーザー名。 型: string (または resultType 文字列を含む式)。

SalesforceLinkedService

名前 説明
type リンクされたサービスの種類。 "Salesforce" (必須)
typeProperties Salesforce のリンクされたサービス プロパティ。 SalesforceLinkedServiceTypeProperties (必須)

SalesforceLinkedServiceTypeProperties

名前 説明
apiVersion ADF で使用される Salesforce API バージョン。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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
connectionProperties Salesforce Marketing Cloud への接続に使用されるプロパティ。 これは、リンクされたサービス内の他のプロパティと相互に排他的です。 型: オブジェクト。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。

SalesforceServiceCloudLinkedService

名前 説明
type リンクされたサービスの種類。 "SalesforceServiceCloud" (必須)
typeProperties Salesforce Service Cloud のリンクされたサービス プロパティ。 SalesforceServiceCloudLinkedServiceTypeProperties (必須)

SalesforceServiceCloudLinkedServiceTypeProperties

名前 説明
apiVersion ADF で使用される Salesforce API バージョン。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
environmentUrl Salesforce Service Cloud インスタンスの URL。 既定値は ''https://login.salesforce.com です。 サンドボックスからデータをコピーするには、'' をhttps://test.salesforce.com指定します。 カスタム ドメインからデータをコピーするには、たとえば、'https://[domain].my.salesforce.com' を指定します。 型: string (または resultType 文字列を含む式)。
extendedProperties 接続文字列に追加される拡張プロパティ。 型: string (または resultType 文字列を含む式)。
password Salesforce インスタンスの基本認証のパスワード。 SecretBase
securityToken セキュリティ トークンは、Salesforce インスタンスにリモートでアクセスする場合は省略可能です。 SecretBase
username Salesforce インスタンスの基本認証のユーザー名。 型: string (または resultType 文字列を含む式)。

SalesforceServiceCloudV2LinkedService

名前 説明
type リンクされたサービスの種類。 "SalesforceServiceCloudV2" (必須)
typeProperties Salesforce Service Cloud V2 のリンクされたサービス プロパティ。 SalesforceServiceCloudV2LinkedServiceTypeProperties (必須)

SalesforceServiceCloudV2LinkedServiceTypeProperties

名前 説明
apiVersion ADF で使用される Salesforce API バージョン。 バージョンは、Salesforce BULK API 2.0 で必要な 47.0 以上である必要があります。 型: string (または resultType 文字列を含む式)。
authenticationType Salesforce への接続に使用する認証の種類。 現在、OAuth2ClientCredentials のみがサポートされており、既定値でもあります
clientId Salesforce インスタンスの OAuth 2.0 クライアント資格情報フロー認証のクライアント ID。 型: string (または resultType 文字列を含む式)。
clientSecret Salesforce インスタンスの OAuth 2.0 クライアント資格情報フロー認証のクライアント シークレット。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
environmentUrl Salesforce Service Cloud インスタンスの URL。 たとえば、'https://[domain].my.salesforce.com' などです。 型: string (または resultType 文字列を含む式)。

SalesforceV2LinkedService

名前 説明
type リンクされたサービスの種類。 "SalesforceV2" (必須)
typeProperties Salesforce V2 のリンクされたサービス プロパティ。 SalesforceV2LinkedServiceTypeProperties (必須)

SalesforceV2LinkedServiceTypeProperties

名前 説明
apiVersion ADF で使用される Salesforce API バージョン。 バージョンは、Salesforce BULK API 2.0 で必要な 47.0 以上である必要があります。 型: string (または resultType 文字列を含む式)。
authenticationType Salesforce への接続に使用する認証の種類。 現在、OAuth2ClientCredentials のみがサポートされています。これも既定値です
clientId Salesforce インスタンスの OAuth 2.0 クライアント資格情報フロー認証のクライアント ID。 型: string (または resultType 文字列を含む式)。
clientSecret Salesforce インスタンスの OAuth 2.0 クライアント資格情報フロー認証のクライアント シークレット。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
environmentUrl Salesforce インスタンスの URL。 たとえば、'https://[domain].my.salesforce.com' などです。 型: string (または resultType 文字列を含む式)。

SapBWLinkedService

名前 説明
type リンクされたサービスの種類。 "SapBW" (必須)
typeProperties このリンクされたサービスの種類に固有のプロパティ。 SapBWLinkedServiceTypeProperties (必須)

SapBWLinkedServiceTypeProperties

名前 説明
clientId BW システム上のクライアントのクライアント ID。 (通常、文字列として表される 3 桁の 10 進数)型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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。 string
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。 string
password 基本認証のパスワード。 SecretBase
url SAP ECC OData API の URL。 たとえば、'[https://hostname:port/sap/opu/odata/sap/servicename/]' です。 型: string (または resultType 文字列を含む式)。
username 基本認証のユーザー名。 型: string (または resultType 文字列を含む式)。

SapHanaLinkedService

名前 説明
type リンクされたサービスの種類。 "SapHana" (必須)
typeProperties このリンクされたサービスの種類に固有のプロパティ。 SapHanaLinkedServiceProperties (必須)

SapHanaLinkedServiceProperties

名前 説明
authenticationType SAP HANA サーバーへの接続に使用する認証の種類。 "Basic"
"Windows"
connectionString SAP HANA ODBC 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password SAP HANA サーバーにアクセスするためのパスワード。 SecretBase
server SAP HANA サーバーのホスト名。 型: string (または resultType 文字列を含む式)。
userName SAP HANA サーバーにアクセスするためのユーザー名。 型: string (または resultType 文字列を含む式)。

SapOdpLinkedService

名前 説明
type リンクされたサービスの種類。 "SapOdp" (必須)
typeProperties SAP ODP のリンクされたサービスの種類に固有のプロパティ。 SapOdpLinkedServiceTypeProperties (必須)

SapOdpLinkedServiceTypeProperties

名前 説明
clientId テーブルが配置されている SAP システム上のクライアントのクライアント ID。 (通常、文字列として表される 3 桁の 10 進数)型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
language テーブルが配置されている SAP システムの言語。 既定値は EN です。 型: string (または resultType 文字列を含む式)。
logonGroup SAP システムのログオン グループ。 型: string (または resultType 文字列を含む式)。
messageServer SAP メッセージ サーバーのホスト名。 型: string (または resultType 文字列を含む式)。
messageServerService メッセージ サーバーのサービス名またはポート番号。 型: string (または resultType 文字列を含む式)。
password テーブルが配置されている SAP サーバーにアクセスするためのパスワード。 SecretBase
server テーブルが配置されている SAP インスタンスのホスト名。 型: string (または resultType 文字列を含む式)。
sncLibraryPath テーブルが配置されている SAP サーバーにアクセスするための外部セキュリティ製品のライブラリ。 型: string (または resultType 文字列を含む式)。
sncMode テーブルが配置されている SAP サーバーにアクセスするための SNC アクティブ化インジケーター。 0 (オフ) または 1 (オン) である必要があります。 型: string (または resultType 文字列を含む式)。
sncMyName テーブルが配置されている SAP サーバーにアクセスするためのイニシエーターの SNC 名。 型: string (または resultType 文字列を含む式)。
sncPartnerName テーブルが配置されている SAP サーバーにアクセスするための通信パートナーの SNC 名。 型: string (または resultType 文字列を含む式)。
sncQop 保護の SNC 品質。 使用できる値は 1、2、3、8、9 です。 型: string (または resultType 文字列を含む式)。
subscriberName サブスクライバー名。 型: string (または resultType 文字列を含む式)。
systemId テーブルが配置されている SAP システムのシステム ID。 型: string (または resultType 文字列を含む式)。
systemNumber テーブルが配置されている SAP システムのシステム番号。 (通常、文字列として表される 2 桁の 10 進数)。型: string (または resultType 文字列を含む式)。
userName テーブルが配置されている SAP サーバーにアクセスするためのユーザー名。 型: string (または resultType 文字列を含む式)。
x509CertificatePath SNC X509 証明書ファイルのパス。 型: string (または resultType 文字列を含む式)。

SapOpenHubLinkedService

名前 説明
type リンクされたサービスの種類。 "SapOpenHub" (必須)
typeProperties SAP Business Warehouse Open Hub Destination のリンクされたサービスの種類に固有のプロパティ。 SapOpenHubLinkedServiceTypeProperties (必須)

SapOpenHubLinkedServiceTypeProperties

名前 説明
clientId オープン ハブの宛先が配置されている BW システム上のクライアントのクライアント ID。 (通常、文字列として表される 3 桁の 10 進数)型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
language オープン ハブの宛先が配置されている BW システムの言語。 既定値は EN です。 型: string (または resultType 文字列を含む式)。
logonGroup SAP システムのログオン グループ。 型: string (または resultType 文字列を含む式)。
messageServer SAP メッセージ サーバーのホスト名。 型: string (または resultType 文字列を含む式)。
messageServerService メッセージ サーバーのサービス名またはポート番号。 型: string (または resultType 文字列を含む式)。
password オープン ハブの宛先が配置されている SAP BW サーバーにアクセスするためのパスワード。 SecretBase
server オープン ハブの宛先が配置されている SAP BW インスタンスのホスト名。 型: string (または resultType 文字列を含む式)。
systemId テーブルが配置されている SAP システムのシステム ID。 型: string (または resultType 文字列を含む式)。
systemNumber オープン ハブの宛先が配置されている BW システムのシステム番号。 (通常、文字列として表される 2 桁の 10 進数)。型: string (または resultType 文字列を含む式)。
userName オープン ハブの宛先が配置されている SAP BW サーバーにアクセスするためのユーザー名。 型: string (または resultType 文字列を含む式)。

SapTableLinkedService

名前 説明
type リンクされたサービスの種類。 "SapTable" (必須)
typeProperties このリンクされたサービスの種類に固有のプロパティ。 SapTableLinkedServiceTypeProperties (必須)

SapTableLinkedServiceTypeProperties

名前 説明
clientId テーブルが配置されている SAP システム上のクライアントのクライアント ID。 (通常、文字列として表される 3 桁の 10 進数)型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
language テーブルが配置されている SAP システムの言語。 既定値は EN です。 型: string (または resultType 文字列を含む式)。
logonGroup SAP システムのログオン グループ。 型: string (または resultType 文字列を含む式)。
messageServer SAP メッセージ サーバーのホスト名。 型: string (または resultType 文字列を含む式)。
messageServerService メッセージ サーバーのサービス名またはポート番号。 型: string (または resultType 文字列を含む式)。
password テーブルが配置されている SAP サーバーにアクセスするためのパスワード。 SecretBase
server テーブルが配置されている SAP インスタンスのホスト名。 型: string (または resultType 文字列を含む式)。
sncLibraryPath テーブルが配置されている SAP サーバーにアクセスするための外部セキュリティ製品のライブラリ。 型: string (または resultType 文字列を含む式)。
sncMode テーブルが配置されている SAP サーバーにアクセスするための SNC アクティブ化インジケーター。 0 (オフ) または 1 (オン) である必要があります。 型: string (または resultType 文字列を含む式)。
sncMyName テーブルが配置されている SAP サーバーにアクセスするためのイニシエーターの SNC 名。 型: string (または resultType 文字列を含む式)。
sncPartnerName テーブルが配置されている SAP サーバーにアクセスするための通信パートナーの SNC 名。 型: string (または resultType 文字列を含む式)。
sncQop 保護の SNC 品質。 使用できる値は 1、2、3、8、9 です。 型: string (または resultType 文字列を含む式)。
systemId テーブルが配置されている SAP システムのシステム ID。 型: string (または resultType 文字列を含む式)。
systemNumber テーブルが配置されている SAP システムのシステム番号。 (通常、文字列として表される 2 桁の 10 進数)。型: string (または resultType 文字列を含む式)。
userName テーブルが配置されている SAP サーバーにアクセスするためのユーザー名。 型: string (または resultType 文字列を含む式)。

ServiceNowLinkedService

名前 説明
type リンクされたサービスの種類。 "ServiceNow" (必須)
typeProperties ServiceNow サーバーのリンクされたサービス プロパティ。 ServiceNowLinkedServiceTypeProperties (必須)

ServiceNowLinkedServiceTypeProperties

名前 説明
authenticationType 使用する認証の種類。 "Basic"
"OAuth2" (必須)
clientId OAuth2 認証のクライアント ID。
clientSecret OAuth2 認証のクライアント シークレット。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
endpoint ServiceNow サーバーのエンドポイント。 (つまり{instance}.service-now.com)
password Basic および OAuth2 認証のユーザー名に対応するパスワード。 SecretBase
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。
username Basic および OAuth2 認証で ServiceNow サーバーへの接続に使用されるユーザー名。

ServiceNowV2LinkedService

名前 説明
type リンクされたサービスの種類。 "ServiceNowV2" (必須)
typeProperties ServiceNowV2 サーバーのリンクされたサービス プロパティ。 ServiceNowV2LinkedServiceTypeProperties (必須)

ServiceNowV2LinkedServiceTypeProperties

名前 説明
authenticationType 使用する認証の種類。 "Basic"
"OAuth2" (必須)
clientId OAuth2 認証のクライアント ID。
clientSecret OAuth2 認証のクライアント シークレット。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
endpoint ServiceNowV2 サーバーのエンドポイント。 (つまり{instance}.service-now.com)
grantType OAuth2 認証の GrantType。 既定値は password です。
password Basic および OAuth2 認証のユーザー名に対応するパスワード。 SecretBase
username Basic 認証と OAuth2 認証のために ServiceNowV2 サーバーに接続するために使用されるユーザー名。

SftpServerLinkedService

名前 説明
type リンクされたサービスの種類。 "Sftp" (必須)
typeProperties このリンクされたサービスの種類に固有のプロパティ。 SftpServerLinkedServiceTypeProperties (必須)

SftpServerLinkedServiceTypeProperties

名前 説明
authenticationType FTP サーバーへの接続に使用する認証の種類。 "Basic"
"MultiFactor"
"SshPublicKey"
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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 文字列を含む式)。

SharePointOnlineListLinkedService

名前 説明
type リンクされたサービスの種類。 "SharePointOnlineList" (必須)
typeProperties SharePoint Online のリンクされたサービス のプロパティを一覧表示します。 SharePointOnlineListLinkedServiceTypeProperties (必須)

SharePointOnlineListLinkedServiceTypeProperties

名前 説明
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
servicePrincipalId Azure Active Directory に登録されているアプリケーションのアプリケーション (クライアント) ID。 SharePoint サイトにこのアプリケーションへのアクセス許可を付与してください。 型: string (または resultType 文字列を含む式)。
servicePrincipalKey Azure Active Directory に登録されているアプリケーションのクライアント シークレット。 型: string (または resultType 文字列を含む式)。 SecretBase (必須)
siteUrl SharePoint Online サイトの URL。 たとえば、「 https://contoso.sharepoint.com/sites/siteName 」のように入力します。 型: string (または resultType 文字列を含む式)。
tenantId アプリケーションが存在するテナント ID。 Active Directory の概要ページAzure portalから確認できます。 型: string (または resultType 文字列を含む式)。

ShopifyLinkedService

名前 説明
type リンクされたサービスの種類。 "Shopify" (必須)
typeProperties Shopify Service のリンクされたサービス プロパティ。 ShopifyLinkedServiceTypeProperties (必須)

ShopifyLinkedServiceTypeProperties

名前 説明
accessToken Shopify のデータへのアクセスに使用する API アクセス トークン。 オフライン モードの場合、トークンの有効期限は切れません。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
host Shopify サーバーのエンドポイント。 (つまり、mystore.myshopify.com)
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。

SmartsheetLinkedService

名前 説明
type リンクされたサービスの種類。 "Smartsheet" (必須)
typeProperties Smartsheet のリンクされたサービス プロパティ。 SmartsheetLinkedServiceTypeProperties (必須)

SmartsheetLinkedServiceTypeProperties

名前 説明
apiToken Smartsheet ソースの API トークン。 SecretBase (必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string

SnowflakeLinkedService

名前 説明
type リンクされたサービスの種類。 "Snowflake" (必須)
typeProperties Snowflake のリンクされたサービス プロパティ。 SnowflakeLinkedServiceTypeProperties (必須)

SnowflakeLinkedServiceTypeProperties

名前 説明
connectionString スノーフレークの接続文字列。 型: string、SecureString。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password 接続文字列のパスワードの Azure Key Vault シークレット リファレンス。 AzureKeyVaultSecretReference

SnowflakeV2LinkedService

名前 説明
type リンクされたサービスの種類。 "SnowflakeV2" (必須)
typeProperties Snowflake のリンクされたサービス プロパティ。 SnowflakeLinkedV2ServiceTypeProperties (必須)

SnowflakeLinkedV2ServiceTypeProperties

名前 説明
accountIdentifier Snowflake アカウントのアカウント識別子 (xy12345.east-us-2.azure など)
authenticationType 認証に使用される型。 型: string。 "AADServicePrincipal"
"Basic"
"KeyPair"
clientId AADServicePrincipal 認証のために Azure Active Directory に登録されているアプリケーションのクライアント ID。
clientSecret AADServicePrincipal 認証用のクライアント シークレットの Azure Key Vault シークレット リファレンス。 SecretBase
database Snowflake データベースの名前。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password 接続文字列のパスワードの Azure Key Vault シークレット リファレンス。 SecretBase
privateKey KeyPair 認証用の privateKey の Azure Key Vault シークレット リファレンス。 SecretBase
privateKeyPassphrase 暗号化された秘密キーを使用した KeyPair 認証の秘密キー パスワードの Azure Key Vault シークレット リファレンス。 SecretBase
scope AADServicePrincipal 認証のために Azure Active Directory に登録されているアプリケーションのスコープ。
tenantId AADServicePrincipal 認証用に Azure Active Directory に登録されているアプリケーションのテナント ID。
user Snowflake ユーザーの名前。
warehouse Snowflake ウェアハウスの名前。

SparkLinkedService

名前 説明
type リンクされたサービスの種類。 "Spark" (必須)
typeProperties Spark Server のリンクされたサービスのプロパティ。 SparkLinkedServiceTypeProperties (必須)

SparkLinkedServiceTypeProperties

名前 説明
allowHostNameCNMismatch SSL 経由で接続するときに、CA が発行した SSL 証明書名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は false です。
allowSelfSignedServerCert サーバーからの自己署名証明書を許可するかどうかを指定します。 既定値は false です。
authenticationType Spark サーバーへのアクセスに使用する認証方法。 "Anonymous"
"Username"
"UsernameAndPassword"
"WindowsAzureHDInsightService" (必須)
enableSsl SSL を使用して、サーバーへの接続を暗号化するかどうかを指定します。 既定値は false です。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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

名前 説明
alwaysEncryptedSettings Sql は常に暗号化されたプロパティです。 SqlAlwaysEncryptedProperties
connectionString 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password オンプレミスのWindows 認証パスワード。 SecretBase
userName オンプレミスのWindows 認証ユーザー名。 型: string (または resultType 文字列を含む式)。

SquareLinkedService

名前 説明
type リンクされたサービスの種類。 "Square" (必須)
typeProperties Square Service のリンクされたサービス プロパティ。 SquareLinkedServiceTypeProperties (必須)

SquareLinkedServiceTypeProperties

名前 説明
clientId Square アプリケーションに関連付けられているクライアント ID。
clientSecret Square アプリケーションに関連付けられているクライアント シークレット。 SecretBase
connectionProperties Square に接続するために使用されるプロパティ。 これは、リンクされたサービス内の他のプロパティと相互に排他的です。 型: オブジェクト。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
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。 string
password 認証用のパスワード。 SecretBase
schema 接続のスキーマ名。 型: string (または resultType 文字列を含む式)。
server 接続のサーバー名。 型: string (または resultType 文字列を含む式)。
username 認証用のユーザー名。 型: string (または resultType 文字列を含む式)。

TeamDeskLinkedService

名前 説明
type リンクされたサービスの種類。 "TeamDesk" (必須)
typeProperties TeamDesk のリンクされたサービス プロパティ。 TeamDeskLinkedServiceTypeProperties (必須)

TeamDeskLinkedServiceTypeProperties

名前 説明
apiToken TeamDesk ソースの API トークン。 SecretBase
authenticationType 使用する認証の種類。 "Basic"
"Token" (必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password TeamDesk ソースのパスワード。 SecretBase
url TeamDesk ソースを接続するための URL。 型: string (または resultType 文字列を含む式)。
userName TeamDesk ソースのユーザー名。 型: string (または resultType 文字列を含む式)。

TeradataLinkedService

名前 説明
type リンクされたサービスの種類。 "Teradata" (必須)
typeProperties Teradata のリンクされたサービス プロパティ。 TeradataLinkedServiceTypeProperties (必須)

TeradataLinkedServiceTypeProperties

名前 説明
authenticationType 接続に使用する AuthenticationType。 "Basic"
"Windows"
connectionString Teradata ODBC 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password 認証用のパスワード。 SecretBase
server 接続のサーバー名。 型: string (または resultType 文字列を含む式)。
username 認証用のユーザー名。 型: string (または resultType 文字列を含む式)。

TwilioLinkedService

名前 説明
type リンクされたサービスの種類。 "Twilio" (必須)
typeProperties Twilio のリンクされたサービス プロパティ。 TwilioLinkedServiceTypeProperties (必須)

TwilioLinkedServiceTypeProperties

名前 説明
password Twilio サービスの認証トークン。 SecretBase (必須)
userName Twilio サービスのアカウント SID。 型: string (または resultType 文字列を含む式)。

VerticaLinkedService

名前 説明
type リンクされたサービスの種類。 "Vertica" (必須)
typeProperties Vertica のリンクされたサービス プロパティ。 VerticaLinkedServiceTypeProperties (必須)

VerticaLinkedServiceTypeProperties

名前 説明
connectionString ODBC 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
pwd 接続文字列のパスワードの Azure Key Vault シークレットリファレンス。 AzureKeyVaultSecretReference

WarehouseLinkedService

名前 説明
type リンクされたサービスの種類。 "Warehouse" (必須)
typeProperties Microsoft Fabric Warehouse のリンクされたサービス プロパティ。 WarehouseLinkedServiceTypeProperties (必須)

WarehouseLinkedServiceTypeProperties

名前 説明
artifactId Microsoft Fabric Warehouse 成果物の ID。 型: string (または resultType 文字列を含む式)。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
endpoint Microsoft Fabric Warehouse サーバーのエンドポイント。 型: string (または resultType 文字列を含む式)。
servicePrincipalCredential Azure Active Directory のサービス プリンシパル オブジェクトの資格情報。 servicePrincipalCredentialType が 'ServicePrincipalKey' の場合、servicePrincipalCredential には SecureString または AzureKeyVaultSecretReference を指定できます。 servicePrincipalCredentialType が 'ServicePrincipalCert' の場合、servicePrincipalCredential には AzureKeyVaultSecretReference のみを指定できます。 SecretBase
servicePrincipalCredentialType サーバー間認証で使用するサービス プリンシパルの資格情報の種類。 キー/シークレットの場合は 'ServicePrincipalKey'、証明書の場合は 'ServicePrincipalCert' です。 型: string (または resultType 文字列を含む式)。
servicePrincipalId Microsoft Fabric Warehouse に対する認証に使用されるアプリケーションの ID。 型: string (または resultType 文字列を含む式)。
servicePrincipalKey Microsoft Fabric Warehouse に対する認証に使用されるアプリケーションのキー。 SecretBase
tenant サービス プリンシパルが属するテナントの名前または ID。 型: string (または resultType 文字列を含む式)。
workspaceId Microsoft Fabric ワークスペースの ID。 型: string (または resultType 文字列を含む式)。

WebLinkedService

名前 説明
type リンクされたサービスの種類。 "Web" (必須)
typeProperties Web リンクサービスのプロパティ。 WebLinkedServiceTypeProperties (必須)

WebLinkedServiceTypeProperties

名前 説明
url Web サービス エンドポイントの URL (例: https://www.microsoft.com )。 型: string (または resultType 文字列を含む式)。
authenticationType オブジェクトの種類を設定する 匿名
Basic
ClientCertificate (必須)

WebAnonymousAuthentication

名前 説明
authenticationType Web テーブル ソースへの接続に使用される認証の種類。 "匿名" (必須)

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

名前 説明
connectionProperties Xero への接続に使用されるプロパティ。 これは、リンクされたサービス内の他のプロパティと相互に排他的です。 型: オブジェクト。
consumerKey Xero アプリケーションに関連付けられているコンシューマー キー。 SecretBase
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
host Xero サーバーのエンドポイント。 (つまり、api.xero.com)
privateKey Xero プライベート アプリケーション用に生成された .pem ファイルの秘密キー。 Unix 行の終わりを含め、.pem ファイルのすべてのテキストを含める必要があります(
).
SecretBase
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。

ZendeskLinkedService

名前 説明
type リンクされたサービスの種類。 "Zendesk" (必須)
typeProperties Zendesk のリンクされたサービス プロパティ。 ZendeskLinkedServiceTypeProperties (必須)

ZendeskLinkedServiceTypeProperties

名前 説明
apiToken Zendesk ソースの API トークン。 SecretBase
authenticationType 使用する認証の種類。 "Basic"
"Token" (必須)
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
password Zendesk ソースのパスワード。 SecretBase
url Zendesk ソースに接続する URL。 型: string (または resultType 文字列を含む式)。
userName Zendesk ソースのユーザー名。 型: string (または resultType 文字列を含む式)。

ZohoLinkedService

名前 説明
type リンクされたサービスの種類。 "Zoho" (必須)
typeProperties Zoho サーバーのリンクされたサービスのプロパティ。 ZohoLinkedServiceTypeProperties (必須)

ZohoLinkedServiceTypeProperties

名前 説明
accessToken Zoho 認証のアクセス トークン。 SecretBase
connectionProperties Zoho への接続に使用されるプロパティ。 これは、リンクされたサービス内の他のプロパティと相互に排他的です。 型: オブジェクト。
encryptedCredential 認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 string
endpoint Zoho サーバーのエンドポイント。 (つまり、crm.zoho.com/crm/private)
useEncryptedEndpoints データ ソースのエンドポイントが HTTPS を使用して暗号化されるかどうかを指定します。 既定値は、true です。
useHostVerification SSL 経由で接続するときに、サーバーの証明書内のホスト名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は、true です。
usePeerVerification SSL 経由で接続するときに、サーバーの ID を検証するかどうかを指定します。 既定値は、true です。