다음을 통해 공유


Microsoft.DataFactory 팩터리/linkedservices 2017-09-01-preview

Bicep 리소스 정의

팩터리/linkedservices 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.

각 API 버전에서 변경된 속성 목록은 변경 로그를 참조하세요.

리소스 형식

Microsoft.DataFactory/factories/linkedservices 리소스를 만들려면 템플릿에 다음 Bicep을 추가합니다.

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

LinkedService 개체

형식 속성을 설정하여 개체의 형식을 지정합니다.

AmazonMWS의 경우 다음을 사용합니다.

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

AmazonRedshift의 경우 다음을 사용합니다.

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

AmazonS3의 경우 다음을 사용합니다.

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

AzureBatch의 경우 다음을 사용합니다.

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

AzureDatabricks의 경우 다음을 사용합니다.

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

AzureDataLakeAnalytics의 경우 다음을 사용합니다.

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

AzureDataLakeStore의 경우 다음을 사용합니다.

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

AzureKeyVault의 경우 다음을 사용합니다.

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

AzureML의 경우 다음을 사용합니다.

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

AzureMySql의 경우 다음을 사용합니다.

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

AzurePostgreSql의 경우 다음을 사용합니다.

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

AzureSearch의 경우 다음을 사용합니다.

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

AzureSqlDatabase의 경우 다음을 사용합니다.

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

AzureSqlDW의 경우 다음을 사용합니다.

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

AzureStorage의 경우 다음을 사용합니다.

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

Cassandra의 경우 다음을 사용합니다.

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

Concur의 경우 다음을 사용합니다.

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

CosmosDb의 경우 다음을 사용합니다.

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

Couchbase의 경우 다음을 사용합니다.

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

CustomDataSource의 경우 다음을 사용합니다.

  type: 'CustomDataSource'
  typeProperties: any()

Db2의 경우 다음을 사용합니다.

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

드릴의 경우 다음을 사용합니다.

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

Dynamics의 경우 다음을 사용합니다.

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

Eloqua의 경우 다음을 사용합니다.

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

FileServer의 경우 다음을 사용합니다.

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

FtpServer의 경우 다음을 사용합니다.

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

GoogleBigQuery의 경우 다음을 사용합니다.

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

Greenplum의 경우 다음을 사용합니다.

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

HBase의 경우 다음을 사용합니다.

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

Hdfs의 경우 다음을 사용합니다.

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

HDInsight의 경우 다음을 사용합니다.

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

HDInsightOnDemand의 경우 다음을 사용합니다.

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

Hive의 경우 다음을 사용합니다.

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

HttpServer의 경우 다음을 사용합니다.

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

Hubspot의 경우 다음을 사용합니다.

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

Impala의 경우 다음을 사용합니다.

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

Jira의 경우 다음을 사용합니다.

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

Magento의 경우 다음을 사용합니다.

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

MariaDB의 경우 다음을 사용합니다.

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

Marketo의 경우 다음을 사용합니다.

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

MongoDb의 경우 다음을 사용합니다.

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

MySql의 경우 다음을 사용합니다.

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

Netezza의 경우 다음을 사용합니다.

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

OData의 경우 다음을 사용합니다.

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

Odbc의 경우 다음을 사용합니다.

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

Oracle의 경우 다음을 사용합니다.

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

Paypal의 경우 다음을 사용합니다.

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

Phoenix의 경우 다음을 사용합니다.

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

PostgreSql의 경우 다음을 사용합니다.

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

Presto의 경우 다음을 사용합니다.

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

QuickBooks의 경우 다음을 사용합니다.

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

Responsys의 경우 다음을 사용합니다.

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

Salesforce의 경우 다음을 사용합니다.

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

SalesforceMarketingCloud의 경우 다음을 사용합니다.

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

SapBW의 경우 다음을 사용합니다.

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

SapCloudForCustomer의 경우 다음을 사용합니다.

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

SapEcc의 경우 다음을 사용합니다.

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

SapHana의 경우 다음을 사용합니다.

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

ServiceNow의 경우 다음을 사용합니다.

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

Sftp의 경우 다음을 사용합니다.

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

Shopify의 경우 다음을 사용합니다.

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

Spark의 경우 다음을 사용합니다.

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

SqlServer의 경우 다음을 사용합니다.

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

Square의 경우 다음을 사용합니다.

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

Sybase의 경우 다음을 사용합니다.

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

Teradata의 경우 다음을 사용합니다.

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

Vertica의 경우 다음을 사용합니다.

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

의 경우 다음을 사용합니다.

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

Xero의 경우 다음을 사용합니다.

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

Zoho의 경우 다음을 사용합니다.

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

SecretBase 개체

형식 속성을 설정하여 개체의 형식을 지정합니다.

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'

기본의 경우 다음을 사용합니다.

  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 Description
name 리소스 이름

Bicep에서 자식 리소스의 이름과 형식을 설정하는 방법을 참조하세요.
string(필수)

문자 제한: 1-260

유효한 문자:
다음을 사용할 수 없습니다.
<>*#.%&:\\+?/ 또는 제어 문자

영숫자로 시작합니다.
부모(parent) Bicep에서 자식 리소스에 대한 부모 리소스를 지정할 수 있습니다. 자식 리소스가 부모 리소스 외부에서 선언된 경우에만 이 속성을 추가하면 됩니다.

자세한 내용은 부모 리소스 외부의 자식 리소스를 참조하세요.
형식의 리소스에 대한 기호 이름: 팩터리
properties 연결된 서비스의 속성입니다. LinkedService (필수)

LinkedService

Name Description
주석 데이터 세트를 설명하는 데 사용할 수 있는 태그 목록입니다. any[]
connectVia 통합 런타임 참조입니다. IntegrationRuntimeReference
description 연결된 서비스 설명입니다. string
매개 변수 연결된 서비스에 대한 매개 변수입니다. ParameterDefinitionSpecification
형식 개체 형식 설정 AmazonMWS
AmazonRedshift
AmazonS3
AzureBatch
AzureDatabricks
AzureDataLakeAnalytics
AzureDataLakeStore
AzureKeyVault
AzureML
AzureMySql
AzurePostgreSql
AzureSearch
AzureSqlDatabase
AzureSqlDW
AzureStorage
Cassandra
Concur
CosmosDb
Couchbase
CustomDataSource
Db2
Drill
Dynamics
Eloqua
FileServer
FtpServer
GoogleBigQuery
Greenplum
HBase
Hdfs
HDInsight
HDInsightOnDemand
Hive
HttpServer
Hubspot
Impala
Jira
Magento
MariaDB
Marketo
Mongodb
MySql
Netezza
OData
Odbc
Oracle
페이팔
Phoenix
Postgresql
Presto
QuickBooks
Responsys
Salesforce
SalesforceMarketingCloud
SapBW
SapCloudForCustomer
SapEcc
SapHana
ServiceNow
Sftp
Shopify
Spark
Sqlserver
사각형
Sybase
Teradata
Vertica
Web
Xero
Zoho (필수)

IntegrationRuntimeReference

Name Description
매개 변수 통합 런타임에 대한 인수입니다. ParameterValueSpecification
referenceName 통합 런타임 이름을 참조합니다. string(필수)
형식 통합 런타임 유형입니다. 'IntegrationRuntimeReference'(필수)

ParameterValueSpecification

Name Description
{사용자 지정 속성} Bicep의 경우 any() 함수를 사용할 수 있습니다.

ParameterDefinitionSpecification

Name Description
{사용자 지정 속성} ParameterSpecification

ParameterSpecification

Name Description
defaultValue 매개 변수의 기본값입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
형식 매개 변수 유형입니다. 'Array'
'Bool'
'Float'
'Int'
'Object'
'SecureString'
'String'(필수)

AmazonMWSLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'AmazonMWS'(필수)
typeProperties Amazon Marketplace 웹 서비스 연결된 서비스 속성. AmazonMWSLinkedServiceTypeProperties (필수)

AmazonMWSLinkedServiceTypeProperties

Name Description
accessKeyId 데이터에 액세스하는 데 사용되는 액세스 키 ID입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
엔드포인트(endpoint) Amazon MWS 서버의 엔드포인트(예: mws.amazonservices.com) Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
marketplaceID 데이터를 검색하려는 Amazon Marketplace ID입니다. 여러 Marketplace ID에서 데이터를 검색하려면 쉼표(,)로 구분합니다. (예: A2EUQ1WTGCTBG2) Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
mwsAuthToken Amazon MWS 인증 토큰입니다. SecretBase
secretKey 데이터 액세스에 사용되는 비밀 키입니다. SecretBase
sellerID Amazon 판매자 ID입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.

SecretBase

Name Description
형식 개체 형식 설정 AzureKeyVaultSecret
SecureString (필수)

AzureKeyVaultSecretReference

Name Description
형식 비밀의 유형입니다. 'AzureKeyVaultSecret'(필수)
secretName Azure Key Vault 비밀의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
secretVersion Azure Key Vault 비밀의 버전입니다. 기본값은 비밀의 최신 버전입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
store Azure Key Vault 연결된 서비스 참조입니다. LinkedServiceReference (필수)

LinkedServiceReference

Name Description
매개 변수 LinkedService에 대한 인수입니다. ParameterValueSpecification
referenceName LinkedService 이름을 참조합니다. string(필수)
형식 연결된 서비스 참조 유형입니다. 'LinkedServiceReference'(필수)

SecureString

Name Description
형식 비밀의 유형입니다. string(필수)
보안 문자열의 값입니다. string(필수)

AmazonRedshiftLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'AmazonRedshift'(필수)
typeProperties Amazon Redshift 연결된 서비스 속성. AmazonRedshiftLinkedServiceTypeProperties (필수)

AmazonRedshiftLinkedServiceTypeProperties

Name Description
데이터베이스 Amazon Redshift 원본의 데이터베이스 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
password Amazon Redshift 원본의 암호입니다. SecretBase
포트 Amazon Redshift 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트 번호입니다. 기본값은 5439입니다. 형식: 정수(또는 resultType 정수의 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
서버 Amazon Redshift 서버의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
사용자 이름 Amazon Redshift 원본의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AmazonS3LinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'AmazonS3'(필수)
typeProperties Amazon S3 연결된 서비스 속성. AmazonS3LinkedServiceTypeProperties (필수)

AmazonS3LinkedServiceTypeProperties

Name Description
accessKeyId Amazon S3 IAM(ID 및 액세스 관리) 사용자의 액세스 키 식별자입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
secretAccessKey Amazon S3 IAM(ID 및 액세스 관리) 사용자의 비밀 액세스 키입니다. SecretBase

AzureBatchLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'AzureBatch'(필수)
typeProperties 연결된 서비스 속성을 Azure Batch. AzureBatchLinkedServiceTypeProperties (필수)

AzureBatchLinkedServiceTypeProperties

Name Description
accessKey Azure Batch 계정 액세스 키입니다. SecretBase
accountName Azure Batch 계정 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
batchUri Azure Batch URI입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
linkedServiceName Azure Storage 연결된 서비스 참조입니다. LinkedServiceReference (필수)
poolName Azure Batch 풀 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

AzureDatabricksLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'AzureDatabricks'(필수)
typeProperties Azure Databricks 연결된 서비스 속성입니다. AzureDatabricksLinkedServiceTypeProperties (필수)

AzureDatabricksLinkedServiceTypeProperties

Name Description
accessToken databricks REST API에 대한 액세스 토큰입니다. https://docs.azuredatabricks.net/api/latest/authentication.html을 참조하세요. 형식: string(또는 resultType 문자열이 있는 식). SecretBase (필수)
도메인 {REGION}.azuredatabricks.net, Databricks 배포의 도메인 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
existingClusterId 이 작업의 모든 실행에 사용할 기존 클러스터의 ID입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
newClusterNodeType 새 클러스터의 노드 유형입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
newClusterNumOfWorker 새 클러스터에 있어야 하는 작업자 노드 수입니다. '1'과 같이 Int32 형식의 문자열은 numOfWorker가 1 또는 '1:10'이면 1에서 최소로, 10에서 최대로 자동 크기 조정을 의미합니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
newClusterSparkConf 선택적인 사용자 지정 Spark 구성 키-값 쌍의 집합입니다. AzureDatabricksLinkedServiceTypePropertiesNewCluster...
newClusterVersion 새 클러스터의 Spark 버전입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureDatabricksLinkedServiceTypePropertiesNewCluster...

Name Description
{사용자 지정 속성} Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureDataLakeAnalyticsLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'AzureDataLakeAnalytics'(필수)
typeProperties Azure Data Lake Analytics 연결된 서비스 속성입니다. AzureDataLakeAnalyticsLinkedServiceTypeProperties (필수)

AzureDataLakeAnalyticsLinkedServiceTypeProperties

Name Description
accountName Azure Data Lake Analytics 계정 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
dataLakeAnalyticsUri Azure Data Lake Analytics URI 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
resourceGroupName 계정 리소스 그룹 이름을 Data Lake Analytics(Data Factory 계정과 다른 경우) 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
servicePrincipalId Azure Data Lake Analytics 계정에 대해 인증하는 데 사용되는 애플리케이션의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
servicePrincipalKey Azure Data Lake Analytics 계정에 대해 인증하는 데 사용되는 애플리케이션의 키입니다. SecretBase
subscriptionId 계정 구독 ID를 Data Lake Analytics(Data Factory 계정과 다른 경우) 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
tenant 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

AzureDataLakeStoreLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'AzureDataLakeStore'(필수)
typeProperties Azure Data Lake Store 연결된 서비스 속성. AzureDataLakeStoreLinkedServiceTypeProperties (필수)

AzureDataLakeStoreLinkedServiceTypeProperties

Name Description
accountName Data Lake Store 계정 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
dataLakeStoreUri Data Lake Store 서비스 URI. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
resourceGroupName Data Lake Store 계정 리소스 그룹 이름(Data Factory 계정과 다른 경우). 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
servicePrincipalId Azure Data Lake Store 계정에 대해 인증하는 데 사용되는 애플리케이션의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
servicePrincipalKey Azure Data Lake Store 계정에 대해 인증하는 데 사용되는 애플리케이션의 키입니다. SecretBase
subscriptionId Data Lake Store 계정 구독 ID(Data Factory 계정과 다른 경우). 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
tenant 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureKeyVaultLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'AzureKeyVault'(필수)
typeProperties Azure Key Vault 연결된 서비스 속성입니다. AzureKeyVaultLinkedServiceTypeProperties (필수)

AzureKeyVaultLinkedServiceTypeProperties

Name Description
baseUrl Azure Key Vault 기본 URL입니다. 예: https://myakv.vault.azure.net Type: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

AzureMLLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'AzureML'(필수)
typeProperties Azure ML 웹 서비스 연결된 서비스 속성입니다. AzureMLLinkedServiceTypeProperties (필수)

AzureMLLinkedServiceTypeProperties

Name Description
apiKey Azure ML 모델 엔드포인트에 액세스하기 위한 API 키입니다. SecretBase (필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
mlEndpoint Azure ML 웹 서비스 엔드포인트에 대한 Batch 실행 REST URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
servicePrincipalId Azure ML 웹 서비스의 ARM 기반 updateResourceEndpoint에 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
servicePrincipalKey Azure ML 웹 서비스의 ARM 기반 updateResourceEndpoint에 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase
tenant 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
updateResourceEndpoint Azure ML 웹 서비스 엔드포인트에 대한 리소스 REST URL 업데이트입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureMySqlLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'AzureMySql'(필수)
typeProperties Azure MySQL 데이터베이스 연결된 서비스 속성. AzureMySqlLinkedServiceTypeProperties (필수)

AzureMySqlLinkedServiceTypeProperties

Name Description
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzurePostgreSqlLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'AzurePostgreSql'(필수)
typeProperties Azure PostgreSQL 연결된 서비스 속성. AzurePostgreSqlLinkedServiceTypeProperties (필수)

AzurePostgreSqlLinkedServiceTypeProperties

Name Description
connectionString ODBC 연결 문자열. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. Bicep의 경우 any() 함수를 사용할 수 있습니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureSearchLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'AzureSearch'(필수)
typeProperties Windows Azure Search Service 연결된 서비스 속성입니다. AzureSearchLinkedServiceTypeProperties (필수)

AzureSearchLinkedServiceTypeProperties

Name Description
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
key Azure Search Service 대한 관리 키 SecretBase
url Azure Search Service 대한 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

AzureSqlDatabaseLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'AzureSqlDatabase'(필수)
typeProperties Azure SQL 데이터베이스 연결된 서비스 속성입니다. AzureSqlDatabaseLinkedServiceTypeProperties (필수)

AzureSqlDatabaseLinkedServiceTypeProperties

Name Description
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
servicePrincipalId Azure SQL Database에 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
servicePrincipalKey Azure SQL Database에 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase
tenant 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureSqlDWLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'AzureSqlDW'(필수)
typeProperties 연결된 서비스 속성을 Azure SQL Data Warehouse. AzureSqlDWLinkedServiceTypeProperties (필수)

AzureSqlDWLinkedServiceTypeProperties

Name Description
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
servicePrincipalId Azure SQL Data Warehouse 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
servicePrincipalKey Azure SQL Data Warehouse 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase
tenant 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureStorageLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'AzureStorage'(필수)
typeProperties Azure Storage 연결된 서비스 속성. AzureStorageLinkedServiceTypeProperties (필수)

AzureStorageLinkedServiceTypeProperties

Name Description
connectionString 연결 문자열입니다. sasUri 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. Bicep의 경우 any() 함수를 사용할 수 있습니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
sasUri Azure Storage 리소스의 SAS URI입니다. connectionString 속성과 함께 사용할 수 없습니다. SecretBase

CassandraLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Cassandra'(필수)
typeProperties Cassandra 연결된 서비스 속성입니다. CassandraLinkedServiceTypeProperties (필수)

CassandraLinkedServiceTypeProperties

Name Description
authenticationType 연결에 사용할 AuthenticationType입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
호스트 연결의 호스트 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
password 인증을 위한 암호입니다. SecretBase
포트 연결의 포트입니다. 형식: 정수(또는 resultType 정수가 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
사용자 이름 인증을 위한 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

ConcurLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Concur'(필수)
typeProperties Concur Service 연결된 서비스 속성입니다. ConcurLinkedServiceTypeProperties (필수)

ConcurLinkedServiceTypeProperties

Name Description
clientId Concur App Management에서 제공하는 애플리케이션 client_id입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
password username 필드에서 제공한 사용자 이름에 해당하는 암호입니다. SecretBase
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
사용자 이름 Concur Service에 액세스하는 데 사용되는 사용자 이름입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

CosmosDbLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'CosmosDb'(필수)
typeProperties CosmosDB 연결된 서비스 속성입니다. CosmosDbLinkedServiceTypeProperties (필수)

CosmosDbLinkedServiceTypeProperties

Name Description
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

CouchbaseLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Couchbase'(필수)
typeProperties Couchbase 서버 연결된 서비스 속성입니다. CouchbaseLinkedServiceTypeProperties (필수)

CouchbaseLinkedServiceTypeProperties

Name Description
connectionString ODBC 연결 문자열. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. Bicep의 경우 any() 함수를 사용할 수 있습니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

CustomDataSourceLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'CustomDataSource'(필수)
typeProperties 사용자 지정 연결된 서비스 속성입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

Db2LinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Db2'(필수)
typeProperties DB2 연결된 서비스 속성입니다. Db2LinkedServiceTypeProperties (필수)

Db2LinkedServiceTypeProperties

Name Description
authenticationType 연결에 사용할 AuthenticationType입니다. '기본'
데이터베이스 연결의 데이터베이스 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
password 인증을 위한 암호입니다. SecretBase
서버 연결의 서버 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
사용자 이름 인증을 위한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

DrillLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Drill'(필수)
typeProperties 드릴 서버 연결된 서비스 속성입니다. DrillLinkedServiceTypeProperties (필수)

DrillLinkedServiceTypeProperties

Name Description
connectionString ODBC 연결 문자열. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. Bicep의 경우 any() 함수를 사용할 수 있습니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

DynamicsLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Dynamics'(필수)
typeProperties Dynamics 연결된 서비스 속성입니다. DynamicsLinkedServiceTypeProperties (필수)

DynamicsLinkedServiceTypeProperties

Name Description
authenticationType Dynamics 서버에 연결하기 위한 인증 유형입니다. 온라인 시나리오의 경우 'Office365', Ifd 시나리오를 사용하는 온-프레미스의 경우 'Ifd'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 'Ifd'
'Office365'(필수)
deploymentType Dynamics 인스턴스의 배포 유형입니다. Dynamics Online용 'Online'과 Ifd를 사용하는 Dynamics 온-프레미스의 경우 'OnPremisesWithIfd'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 'OnPremisesWithIfd'
'Online'(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
hostName 온-프레미스 Dynamics 서버의 호스트 이름입니다. 속성은 온-프레미스에 필요하며 온라인용으로 허용되지 않습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
organizationName Dynamics 인스턴스의 조직 이름입니다. 속성은 온-프레미스에 필요하며 사용자와 연결된 Dynamics 인스턴스가 둘 이상 있는 경우 온라인용으로 필요합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
password Dynamics instance 액세스하기 위한 암호입니다. SecretBase
포트 온-프레미스 Dynamics 서버의 포트입니다. 속성은 온-프레미스에 필요하며 온라인용으로 허용되지 않습니다. 기본값은 443입니다. 형식: 정수(또는 resultType 정수의 식), 최소: 0. Bicep의 경우 any() 함수를 사용할 수 있습니다.
serviceUri Microsoft Dynamics 서버의 URL입니다. 속성은 온라인에 필요하며 온-프레미스에는 허용되지 않습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
사용자 이름 Dynamics instance 액세스할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

EloquaLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Eloqua'(필수)
typeProperties Eloqua 서버 연결된 서비스 속성입니다. EloquaLinkedServiceTypeProperties (필수)

EloquaLinkedServiceTypeProperties

Name Description
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
엔드포인트(endpoint) Eloqua 서버의 엔드포인트입니다. (즉, eloqua.example.com) Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
password 사용자 이름에 해당하는 암호입니다. SecretBase
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
사용자 이름 사이트 이름/사용자 이름 형식의 Eloqua 계정의 사이트 이름 및 사용자 이름입니다. (예: 엘로쿠아/앨리스) Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

FileServerLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'FileServer'(필수)
typeProperties 파일 시스템 연결된 서비스 속성입니다. FileServerLinkedServiceTypeProperties (필수)

FileServerLinkedServiceTypeProperties

Name Description
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
호스트 서버의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
password 서버를 로그온할 암호입니다. SecretBase
userId 서버를 로그온할 사용자 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

FtpServerLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'FtpServer'(필수)
typeProperties 이 연결된 서비스 유형과 관련된 속성입니다. FtpServerLinkedServiceTypeProperties (필수)

FtpServerLinkedServiceTypeProperties

Name Description
authenticationType FTP 서버에 연결하는 데 사용할 인증 유형입니다. '익명'
'기본'
enableServerCertificateValidation true이면 SSL/TLS 채널을 통해 연결할 때 FTP 서버 SSL 인증서의 유효성을 검사합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
enableSsl true이면 SSL/TLS 채널을 통해 FTP 서버에 연결합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
호스트 FTP 서버의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
password FTP 서버를 로그온하는 암호입니다. SecretBase
포트 FTP 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트 번호입니다. 기본값은 21입니다. 형식: 정수(또는 resultType 정수의 식), 최소: 0. Bicep의 경우 any() 함수를 사용할 수 있습니다.
userName FTP 서버를 로그온할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

GoogleBigQueryLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'GoogleBigQuery'(필수)
typeProperties Google BigQuery 서비스 연결된 서비스 속성. GoogleBigQueryLinkedServiceTypeProperties (필수)

GoogleBigQueryLinkedServiceTypeProperties

Name Description
additionalProjects 액세스할 공용 BigQuery 프로젝트의 쉼표로 구분된 목록입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
authenticationType 인증에 사용되는 OAuth 2.0 인증 메커니즘입니다. ServiceAuthentication은 자체 호스팅 IR에서만 사용할 수 있습니다. 'ServiceAuthentication'
'UserAuthentication'(필수)
clientId 새로 고침 토큰을 얻는 데 사용되는 Google 애플리케이션의 클라이언트 ID입니다. SecretBase
clientSecret 새로 고침 토큰을 얻는 데 사용되는 Google 애플리케이션의 클라이언트 암호입니다. SecretBase
이메일 ServiceAuthentication에 사용되는 서비스 계정 메일 ID이며 자체 호스팅 IR에서만 사용할 수 있습니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
keyFilePath 서비스 계정 메일 주소를 인증하는 데 사용되는 .p12 키 파일의 전체 경로이며 자체 호스팅 IR에서만 사용할 수 있습니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
프로젝트 쿼리할 기본 BigQuery 프로젝트입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
refreshToken UserAuthentication을 위한 BigQuery 액세스 권한을 부여하기 위해 Google에서 얻은 새로 고침 토큰입니다. SecretBase
requestGoogleDriveScope Google Drive에 대한 액세스를 요청할지 여부입니다. Google Drive 액세스를 허용하면 BigQuery 데이터를 Google Drive의 데이터와 결합하는 페더레이션된 테이블을 지원할 수 있습니다. 기본값은 false입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
trustedCertPath SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서를 포함하는 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
useSystemTrustStore 시스템 신뢰 저장소 또는 지정된 PEM 파일의 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.

GreenplumLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Greenplum'(필수)
typeProperties Greenplum Database 연결된 서비스 속성입니다. GreenplumLinkedServiceTypeProperties (필수)

GreenplumLinkedServiceTypeProperties

Name Description
connectionString ODBC 연결 문자열. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. Bicep의 경우 any() 함수를 사용할 수 있습니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

HBaseLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'HBase'(필수)
typeProperties HBase 서버 연결된 서비스 속성입니다. HBaseLinkedServiceTypeProperties (필수)

HBaseLinkedServiceTypeProperties

Name Description
allowHostNameCNMismatch SSL을 통해 연결할 때 CA 발급 인증서 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 false입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
allowSelfSignedServerCert 서버의 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
authenticationType HBase 서버에 연결하는 데 사용할 인증 메커니즘입니다. '익명'
'Basic'(필수)
enableSsl 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
host HBase 서버의 IP 주소 또는 호스트 이름입니다. 즉, 192.168.222.160입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
httpPath HBase 서버에 해당하는 부분 URL입니다. 즉, /gateway/sandbox/hbase/version입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
password 사용자 이름에 해당하는 암호입니다. SecretBase
포트 HBase 인스턴스가 클라이언트 연결을 수신하는 데 사용하는 TCP 포트입니다. 기본값은 9090입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
trustedCertPath SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서를 포함하는 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
사용자 이름 HBase 인스턴스에 연결하는 데 사용되는 사용자 이름입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.

HdfsLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Hdfs'(필수)
typeProperties HDFS 연결된 서비스 속성입니다. HdfsLinkedServiceTypeProperties (필수)

HdfsLinkedServiceTypeProperties

Name Description
authenticationType HDFS에 연결하는 데 사용되는 인증 유형입니다. 가능한 값은 익명 및 Windows입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
password Windows 인증에 대한 암호. SecretBase
url HDFS 서비스 엔드포인트의 URL(예: )입니다. http://myhostname:50070/webhdfs/v1 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
userName Windows 인증 대한 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

HDInsightLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'HDInsight'(필수)
typeProperties HDInsight 연결된 서비스 속성. HDInsightLinkedServiceTypeProperties (필수)

HDInsightLinkedServiceTypeProperties

Name Description
clusterUri HDInsight 클러스터 URI. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
hcatalogLinkedServiceName HCatalog 데이터베이스를 가리키는 Azure SQL 연결된 서비스에 대한 참조입니다. LinkedServiceReference
linkedServiceName Azure Storage 연결된 서비스 참조입니다. LinkedServiceReference
password HDInsight 클러스터 암호. SecretBase
userName HDInsight 클러스터 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

HDInsightOnDemandLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'HDInsightOnDemand'(필수)
typeProperties HDInsight 온디맨드 연결된 서비스 속성. HDInsightOnDemandLinkedServiceTypeProperties (필수)

HDInsightOnDemandLinkedServiceTypeProperties

Name Description
additionalLinkedServiceNames HDInsight 연결된 서비스에 대한 추가 스토리지 계정을 지정하므로 데이터 팩터리 서비스가 사용자를 대신해 계정을 등록할 수 있습니다. LinkedServiceReference[]
clusterNamePrefix 클러스터 이름 접두사인 접두사는 타임스탬프와 구별됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
clusterPassword 클러스터에 액세스할 암호입니다. SecretBase
clusterResourceGroup 클러스터가 속한 리소스 그룹입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
clusterSize 클러스터의 작업자/데이터 노드 수 제안 값: 4. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
clusterSshPassword SSH에 대한 암호는 클러스터의 노드(Linux용)를 원격으로 연결합니다. SecretBase
clusterSshUserName SSH을 통해 클러스터 노드에 원격으로 연결하기 위한 사용자 이름입니다(Linux용). 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
clusterType 클러스터 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
clusterUserName 클러스터에 액세스하기 위한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
coreConfiguration 만들어지는 HDInsight 클러스터에 대한 핵심 구성 매개 변수(core-site.xml에서 처럼)를 지정합니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
dataNodeSize HDInsight 클러스터의 데이터 노드 크기를 지정합니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
hBaseConfiguration HDInsight 클러스터에 대한 HBase 구성 매개 변수(hbase-site.xml)를 지정합니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
hcatalogLinkedServiceName HCatalog 데이터베이스를 가리키는 Azure SQL 연결된 서비스 이름입니다. 주문형 HDInsight 클러스터는 Azure SQL 데이터베이스를 metastore로 사용하여 만들어집니다. LinkedServiceReference
hdfsConfiguration HDInsight 클러스터에 대한 HDFS 구성 매개 변수(hdfs-site.xml)를 지정합니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
headNodeSize HDInsight 클러스터의 헤드 노드 크기를 지정합니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
hiveConfiguration HDInsight 클러스터에 대한 hive 구성 매개 변수(hive-site.xml)를 지정합니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
hostSubscriptionId 클러스터를 호스트할 고객의 구독입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
linkedServiceName 데이터를 저장 및 처리하기 위해 주문형 클러스터에서 사용하는 Azure Storage 연결 서비스입니다. LinkedServiceReference (필수)
mapReduceConfiguration HDInsight 클러스터에 대한 MapReduce 구성 매개 변수(mapred-site.xml)를 지정합니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
oozieConfiguration HDInsight 클러스터에 대한 Oozie 구성 매개 변수(oozie-site.xml)를 지정합니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
servicePrincipalId hostSubscriptionId의 서비스 주체 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
servicePrincipalKey 서비스 주체 ID의 키입니다. SecretBase
sparkVersion 클러스터 유형이 'spark'인 경우 spark의 버전입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
stormConfiguration HDInsight 클러스터에 대한 Storm 구성 매개 변수(storm-site.xml)를 지정합니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
tenant 서비스 주체가 속한 테넌트 ID/이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
timeToLive 주문형 HDInsight 클러스터에 대한 허용된 유휴 시간입니다. 클러스터에 다른 활성 작업이 없으면 작업이 완료된 후에 주문형 HDInsight 클러스터가 유지될 기간을 지정합니다. 최소값은 5분입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
버전 HDInsight 클러스터의 버전입니다.  형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
yarnConfiguration HDInsight 클러스터에 대한 Yarn 구성 매개 변수(yarn-site.xml)를 지정합니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
zookeeperNodeSize HDInsight 클러스터에 대한 Zoo Keeper 노드의 크기를 지정합니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.

HiveLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Hive'(필수)
typeProperties Hive Server 연결된 서비스 속성입니다. HiveLinkedServiceTypeProperties (필수)

HiveLinkedServiceTypeProperties

Name Description
allowHostNameCNMismatch SSL을 통해 연결할 때 CA 발급 인증서 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 false입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
allowSelfSignedServerCert 서버의 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
authenticationType Hive 서버에 액세스하는 데 사용되는 인증 방법입니다. '익명'
'Username'
'UsernameAndPassword'
'WindowsAzureHDInsightService'(필수)
enableSsl 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
호스트 Hive 서버의 IP 주소 또는 호스트 이름으로, 호스트가 여러 개인 경우 ‘,’로 구분합니다(serviceDiscoveryMode가 사용되는 경우에만 해당). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
httpPath Hive 서버에 해당하는 부분 URL입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
password 사용자 이름 필드에 제공한 사용자 이름에 해당하는 암호입니다. SecretBase
포트 Hive 서버가 클라이언트 연결을 수신하는 데 사용하는 TCP 포트입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
serverType Hive 서버의 유형입니다. 'HiveServer1'
'HiveServer2'
'HiveThriftServer'
serviceDiscoveryMode true이면 ZooKeeper 서비스 사용을 나타내고, false이면 그렇지 않습니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
thriftTransportProtocol Thrift 계층에서 사용할 전송 프로토콜입니다. 'Binary'
'HTTP '
'SASL'
trustedCertPath SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서를 포함하는 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
useNativeQuery 드라이버가 기본 HiveQL 쿼리를 사용하는지, 이 쿼리를 동일한 HiveQL의 형식으로 변환하는지를 지정합니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
사용자 이름 Hive 서버에 액세스하는 데 사용하는 사용자 이름입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
useSystemTrustStore 시스템 신뢰 저장소 또는 지정된 PEM 파일의 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
zooKeeperNameSpace ZooKeeper에서 Hive 서버 2 노드가 추가되는 네임스페이스입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.

HttpLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'HttpServer'(필수)
typeProperties 이 연결된 서비스 유형과 관련된 속성입니다. HttpLinkedServiceTypeProperties (필수)

HttpLinkedServiceTypeProperties

Name Description
authenticationType HTTP 서버에 연결하는 데 사용할 인증 유형입니다. '익명'
'기본'
'ClientCertificate'
'다이제스트'
'Windows'
certThumbprint ClientCertificate 인증을 위한 인증서의 지문입니다. 온-프레미스 복사에만 유효합니다. ClientCertificate 인증을 사용한 온-프레미스 복사의 경우 CertThumbprint 또는 EmbeddedCertData/Password를 지정해야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
embeddedCertData ClientCertificate 인증을 위해 Base64로 인코딩된 인증서 데이터입니다. ClientCertificate 인증을 사용한 온-프레미스 복사의 경우 CertThumbprint 또는 EmbeddedCertData/Password를 지정해야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
enableServerCertificateValidation true이면 HTTPS 서버 SSL 인증서의 유효성을 검사합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
password EmbeddedCertData 인증을 사용한 기본, 다이제스트, Windows 또는 ClientCertificate의 암호입니다. SecretBase
url HTTP 엔드포인트의 기본 URL(예: )입니다. https://www.microsoft.com 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
userName 기본, 다이제스트 또는 Windows 인증 대한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

HubspotLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Hubspot'(필수)
typeProperties Hubspot Service 연결된 서비스 속성입니다. HubspotLinkedServiceTypeProperties (필수)

HubspotLinkedServiceTypeProperties

Name Description
accessToken OAuth 통합을 처음 인증할 때 얻은 액세스 토큰입니다. SecretBase
clientId Hubspot 애플리케이션과 연결된 클라이언트 ID입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
clientSecret Hubspot 애플리케이션과 연결된 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
refreshToken OAuth 통합을 처음 인증할 때 얻은 새로 고침 토큰입니다. SecretBase
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.

ImpalaLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Impala'(필수)
typeProperties Impala 서버 연결된 서비스 속성입니다. ImpalaLinkedServiceTypeProperties (필수)

ImpalaLinkedServiceTypeProperties

Name Description
allowHostNameCNMismatch SSL을 통해 연결할 때 CA 발급 인증서 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 false입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
allowSelfSignedServerCert 서버의 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
authenticationType 사용할 인증 유형입니다. '익명'
'SASLUsername'
'UsernameAndPassword'(필수)
enableSsl 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
호스트 Impala 서버의 IP 주소 또는 호스트 이름입니다. 즉, 192.168.222.160입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
password UsernameAndPassword를 사용할 때 사용자 이름에 해당하는 암호입니다. SecretBase
포트 Impala 서버가 클라이언트 연결을 수신하는 데 사용하는 TCP 포트입니다. 기본값은 21050입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
trustedCertPath SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서를 포함하는 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
사용자 이름 Impala 서버에 액세스하는 데 사용되는 사용자 이름입니다. SASLUsername을 사용하는 경우 기본값은 익명입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
useSystemTrustStore 시스템 신뢰 저장소 또는 지정된 PEM 파일의 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.

JiraLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Jira'(필수)
typeProperties Jira Service 연결된 서비스 속성입니다. JiraLinkedServiceTypeProperties (필수)

JiraLinkedServiceTypeProperties

Name Description
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
host Jira 서비스의 IP 주소 또는 호스트 이름입니다. (예: jira.example.com) Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
password username 필드에서 제공한 사용자 이름에 해당하는 암호입니다. SecretBase
포트 Jira 서버가 클라이언트 연결을 수신하는 데 사용하는 TCP 포트입니다. 기본값은 HTTPS를 통해 연결하는 경우 443이고, HTTP를 통해 연결하는 경우 8080입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
사용자 이름 Jira 서비스에 액세스하는 데 사용하는 사용자 이름입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

MagentoLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Magento'(필수)
typeProperties Magento 서버 연결된 서비스 속성입니다. MagentoLinkedServiceTypeProperties (필수)

MagentoLinkedServiceTypeProperties

Name Description
accessToken Magento의 액세스 토큰입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
host Magento 인스턴스의 URL입니다. (예: 192.168.222.110/magento3) Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.

MariaDBLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'MariaDB'(필수)
typeProperties MariaDB 서버 연결된 서비스 속성입니다. MariaDBLinkedServiceTypeProperties (필수)

MariaDBLinkedServiceTypeProperties

Name Description
connectionString ODBC 연결 문자열. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. Bicep의 경우 any() 함수를 사용할 수 있습니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

MarketoLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Marketo'(필수)
typeProperties Marketo 서버 연결된 서비스 속성입니다. MarketoLinkedServiceTypeProperties (필수)

MarketoLinkedServiceTypeProperties

Name Description
clientId Marketo 서비스의 클라이언트 ID입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
clientSecret Marketo 서비스의 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
엔드포인트(endpoint) Marketo 서버의 엔드포인트입니다. (즉, 123-ABC-321.mktorest.com) Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.

MongoDbLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'MongoDb'(필수)
typeProperties MongoDB 연결된 서비스 속성입니다. MongoDbLinkedServiceTypeProperties (필수)

MongoDbLinkedServiceTypeProperties

Name Description
allowSelfSignedServerCert 서버의 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
authenticationType MongoDB 데이터베이스에 연결하는 데 사용할 인증 유형입니다. '익명'
'기본'
authSource 사용자 이름 및 암호를 확인하는 데이터베이스입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
databaseName 액세스하려는 MongoDB 데이터베이스의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
enableSsl 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
password 인증을 위한 암호입니다. SecretBase
포트 MongoDB 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트 번호입니다. 기본값은 27017입니다. 형식: 정수(또는 resultType 정수의 식), 최소: 0. Bicep의 경우 any() 함수를 사용할 수 있습니다.
서버 MongoDB 서버의 IP 주소 또는 서버 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
사용자 이름 인증을 위한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

MySqlLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'MySql'(필수)
typeProperties MySQL 연결된 서비스 속성입니다. MySqlLinkedServiceTypeProperties (필수)

MySqlLinkedServiceTypeProperties

Name Description
connectionString 연결 문자열입니다. SecretBase (필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

NetezzaLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Netezza'(필수)
typeProperties Netezza 연결된 서비스 속성입니다. NetezzaLinkedServiceTypeProperties (필수)

NetezzaLinkedServiceTypeProperties

Name Description
connectionString ODBC 연결 문자열. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. Bicep의 경우 any() 함수를 사용할 수 있습니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

ODataLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'OData'(필수)
typeProperties OData 연결된 서비스 속성입니다. ODataLinkedServiceTypeProperties (필수)

ODataLinkedServiceTypeProperties

Name Description
authenticationType OData 서비스에 연결하는 데 사용되는 인증 유형입니다. '익명'
'Basic'
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
password OData 서비스의 암호입니다. SecretBase
url OData 서비스 엔드포인트의 URL입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
userName OData 서비스의 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

OdbcLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Odbc'(필수)
typeProperties ODBC 연결된 서비스 속성입니다. OdbcLinkedServiceTypeProperties (필수)

OdbcLinkedServiceTypeProperties

Name Description
authenticationType ODBC 데이터 저장소에 연결하는 데 사용되는 인증 형식입니다. 가능한 값은 익명 및 기본입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
connectionString 연결 문자열 액세스하지 않는 자격 증명 부분과 암호화된 선택적 자격 증명입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
자격 증명(credential) 드라이버 관련 속성 값 형식에 지정된 연결 문자열의 액세스 자격 증명 부분입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
password 기본 인증을 위한 암호입니다. SecretBase
userName 기본 인증의 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

OracleLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Oracle'(필수)
typeProperties Oracle 데이터베이스 연결된 서비스 속성입니다. OracleLinkedServiceTypeProperties (필수)

OracleLinkedServiceTypeProperties

Name Description
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

PaypalLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Paypal'(필수)
typeProperties Paypal Service 연결된 서비스 속성입니다. PaypalLinkedServiceTypeProperties (필수)

PaypalLinkedServiceTypeProperties

Name Description
clientId PayPal 애플리케이션과 연결된 클라이언트 ID입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
clientSecret PayPal 애플리케이션과 연결된 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
host PayPal 인스턴스의 URL입니다. (예: api.sandbox.paypal.com) Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.

PhoenixLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Phoenix'(필수)
typeProperties Phoenix 서버 연결된 서비스 속성입니다. PhoenixLinkedServiceTypeProperties (필수)

PhoenixLinkedServiceTypeProperties

Name Description
allowHostNameCNMismatch SSL을 통해 연결할 때 CA 발급 인증서 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 false입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
allowSelfSignedServerCert 서버의 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
authenticationType Phoenix 서버에 연결하는 데 사용되는 인증 메커니즘입니다. '익명'
'UsernameAndPassword'
'WindowsAzureHDInsightService'(필수)
enableSsl 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
host Phoenix 서버의 IP 주소 또는 호스트 이름입니다. 즉, 192.168.222.160입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
httpPath Phoenix 서버에 해당하는 부분 URL입니다. (예: /gateway/sandbox/phoenix/version). WindowsAzureHDInsightService를 사용하는 경우 기본값은 hbasephoenix입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
password 사용자 이름에 해당하는 암호입니다. SecretBase
포트 Phoenix 서버가 클라이언트 연결을 수신하는 데 사용하는 TCP 포트입니다. 기본값은 8765입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
trustedCertPath SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서를 포함하는 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
사용자 이름 Phoenix 서버에 연결하는 데 사용되는 사용자 이름입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
useSystemTrustStore 시스템 신뢰 저장소 또는 지정된 PEM 파일의 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.

PostgreSqlLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'PostgreSql'(필수)
typeProperties PostgreSQL 연결된 서비스 속성입니다. PostgreSqlLinkedServiceTypeProperties (필수)

PostgreSqlLinkedServiceTypeProperties

Name Description
connectionString 연결 문자열입니다. SecretBase (필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

PrestoLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Presto'(필수)
typeProperties Presto 서버 연결된 서비스 속성입니다. PrestoLinkedServiceTypeProperties (필수)

PrestoLinkedServiceTypeProperties

Name Description
allowHostNameCNMismatch SSL을 통해 연결할 때 CA 발급 인증서 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 false입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
allowSelfSignedServerCert 서버의 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
authenticationType Presto 서버에 연결하는 데 사용되는 인증 메커니즘입니다. '익명'
'LDAP'(필수)
카탈로그 서버에 대한 모든 요청의 카탈로그 컨텍스트입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
enableSsl 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
host Presto 서버의 IP 주소 또는 호스트 이름입니다. 즉, 192.168.222.160입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
password 사용자 이름에 해당하는 암호입니다. SecretBase
포트 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() 함수를 사용할 수 있습니다.
사용자 이름 Presto에 연결하는 데 사용되는 사용자 이름입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
useSystemTrustStore 시스템 신뢰 저장소 또는 지정된 PEM 파일의 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.

QuickBooksLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'QuickBooks'(필수)
typeProperties QuickBooks 서버 연결된 서비스 속성입니다. QuickBooksLinkedServiceTypeProperties (필수)

QuickBooksLinkedServiceTypeProperties

Name Description
accessToken OAuth 1.0 인증에 대한 액세스 토큰입니다. SecretBase (필수)
accessTokenSecret OAuth 1.0 인증에 대한 액세스 토큰 암호입니다. SecretBase (필수)
companyId 권한 부여할 QuickBooks 회사의 회사 ID입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
consumerKey OAuth 1.0 인증에 대한 소비자 키입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
consumerSecret OAuth 1.0 인증에 대한 소비자 비밀입니다. SecretBase (필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
엔드포인트(endpoint) QuickBooks 서버의 엔드포인트입니다. (즉, quickbooks.api.intuit.com) Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.

ResponsysLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Responsys'(필수)
typeProperties Responsys 연결된 서비스 속성입니다. ResponsysLinkedServiceTypeProperties (필수)

ResponsysLinkedServiceTypeProperties

Name Description
clientId Responsys 애플리케이션과 연결된 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
clientSecret Responsys 애플리케이션과 연결된 클라이언트 암호입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
엔드포인트(endpoint) Responsys 서버의 엔드포인트입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

SalesforceLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Salesforce'(필수)
typeProperties Salesforce 연결된 서비스 속성입니다. SalesforceLinkedServiceTypeProperties (필수)

SalesforceLinkedServiceTypeProperties

Name Description
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
environmentUrl Salesforce instance URL입니다. 기본값은 ''https://login.salesforce.com입니다. 샌드박스에서 데이터를 복사하려면 ''https://test.salesforce.com을 지정합니다. 사용자 지정 도메인에서 데이터를 복사하려면 'https://[domain].my.salesforce.com'를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
password Salesforce instance 기본 인증에 대한 암호입니다. SecretBase
securityToken 보안 토큰은 Salesforce instance 원격으로 액세스하는 데 필요합니다. SecretBase
사용자 이름 Salesforce instance 기본 인증의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

SalesforceMarketingCloudLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'SalesforceMarketingCloud'(필수)
typeProperties Salesforce Marketing Cloud 연결된 서비스 속성. SalesforceMarketingCloudLinkedServiceTypeProperties (필수)

SalesforceMarketingCloudLinkedServiceTypeProperties

Name Description
clientId Salesforce Marketing Cloud 애플리케이션과 관련된 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
clientSecret Salesforce Marketing Cloud 애플리케이션과 관련된 클라이언트 암호입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

SapBWLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'SapBW'(필수)
typeProperties 이 연결된 서비스 유형과 관련된 속성입니다. SapBWLinkedServiceTypeProperties (필수)

SapBWLinkedServiceTypeProperties

Name Description
clientId BW 시스템에 있는 클라이언트의 클라이언트 ID입니다. (일반적으로 문자열로 표시되는 3자리 10진수) 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
password SAP BW 서버에 액세스하기 위한 암호입니다. SecretBase
서버 SAP BW instance 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
systemNumber BW 시스템의 시스템 번호입니다. (일반적으로 문자열로 표시되는 2자리 10진수입니다.) 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
userName SAP BW 서버에 액세스할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

SapCloudForCustomerLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'SapCloudForCustomer'(필수)
typeProperties SAP Cloud for Customer 연결된 서비스 속성. SapCloudForCustomerLinkedServiceTypeProperties (필수)

SapCloudForCustomerLinkedServiceTypeProperties

Name Description
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. encryptedCredential 또는 사용자 이름/암호를 제공해야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
password 기본 인증의 암호입니다. SecretBase
url SAP Cloud for Customer OData API의 URL입니다. 예를 들어 '[https://[tenantname].crm.ondemand.com/sap/c4c/odata/v1]'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
사용자 이름 기본 인증의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

SapEccLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'SapEcc'(필수)
typeProperties SAP ECC 연결된 서비스 속성입니다. SapEccLinkedServiceTypeProperties (필수)

SapEccLinkedServiceTypeProperties

Name Description
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. encryptedCredential 또는 사용자 이름/암호를 제공해야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). string
password 기본 인증의 암호입니다. SecretBase
url SAP ECC OData API의 URL입니다. 예: '[https://hostname:port/sap/opu/odata/sap/servicename/]'. 형식: 문자열(또는 resultType 문자열이 있는 식). string(필수)
사용자 이름 기본 인증의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). string

SapHanaLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'SapHana'(필수)
typeProperties 이 연결된 서비스 유형과 관련된 속성입니다. SapHanaLinkedServiceProperties (필수)

SapHanaLinkedServiceProperties

Name Description
authenticationType SAP HANA 서버에 연결하는 데 사용할 인증 유형입니다. '기본'
'Windows'
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
password SAP HANA 서버에 액세스하기 위한 암호입니다. SecretBase
서버 SAP HANA 서버의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
userName SAP HANA 서버에 액세스할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

ServiceNowLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'ServiceNow'(필수)
typeProperties ServiceNow 서버 연결된 서비스 속성입니다. ServiceNowLinkedServiceTypeProperties (필수)

ServiceNowLinkedServiceTypeProperties

Name Description
authenticationType 사용할 인증 유형입니다. '기본'
'OAuth2'(필수)
clientId OAuth2 인증에 대한 클라이언트 ID입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
clientSecret OAuth2 인증의 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
엔드포인트(endpoint) ServiceNow 서버의 엔드포인트입니다. (예: {instance}.service-now.com) Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
password 기본 및 OAuth2 인증의 사용자 이름에 해당하는 암호입니다. SecretBase
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
사용자 이름 기본 및 OAuth2 인증을 위해 ServiceNow 서버에 연결하는 데 사용되는 사용자 이름입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.

SftpServerLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Sftp'(필수)
typeProperties 이 연결된 서비스 유형과 관련된 속성입니다. SftpServerLinkedServiceTypeProperties (필수)

SftpServerLinkedServiceTypeProperties

Name Description
authenticationType FTP 서버에 연결하는 데 사용할 인증 유형입니다. '기본'
'SshPublicKey'
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
호스트 SFTP 서버 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
hostKeyFingerprint SFTP 서버의 호스트 키 지문입니다. SkipHostKeyValidation이 false이면 HostKeyFingerprint를 지정해야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
passPhrase SSH 프라이빗 키가 암호화된 경우 SSH 프라이빗 키의 암호를 해독하는 암호입니다. SecretBase
password 기본 인증을 위해 SFTP 서버를 로그온하는 암호입니다. SecretBase
포트 SFTP 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트 번호입니다. 기본값은 22입니다. 형식: 정수(또는 resultType 정수의 식), 최소: 0. Bicep의 경우 any() 함수를 사용할 수 있습니다.
privateKeyContent SshPublicKey 인증을 위해 Base64로 인코딩된 SSH 프라이빗 키 콘텐츠입니다. SshPublicKey 인증을 사용한 온-프레미스 복사의 경우 PrivateKeyPath 또는 PrivateKeyContent를 지정해야 합니다. SSH 프라이빗 키가 OpenSSH 형식이어야 합니다. SecretBase
privateKeyPath SshPublicKey 인증을 위한 SSH 프라이빗 키 파일 경로입니다. 온-프레미스 복사에만 유효합니다. SshPublicKey 인증을 사용한 온-프레미스 복사의 경우 PrivateKeyPath 또는 PrivateKeyContent를 지정해야 합니다. SSH 프라이빗 키가 OpenSSH 형식이어야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
skipHostKeyValidation true이면 SSH 호스트 키 유효성 검사를 건너뜁니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
userName SFTP 서버에 로그온하는 데 사용되는 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

ShopifyLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Shopify'(필수)
typeProperties Shopify 서비스 연결된 서비스 속성. ShopifyLinkedServiceTypeProperties (필수)

ShopifyLinkedServiceTypeProperties

Name Description
accessToken Shopify의 데이터에 액세스하는 데 사용할 수 있는 API 액세스 토큰입니다. 토큰이 오프라인 모드인 경우 만료되지 않습니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
host Shopify 서버의 엔드포인트입니다. (즉, mystore.myshopify.com) Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.

SparkLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Spark'(필수)
typeProperties Spark Server 연결된 서비스 속성입니다. SparkLinkedServiceTypeProperties (필수)

SparkLinkedServiceTypeProperties

Name Description
allowHostNameCNMismatch SSL을 통해 연결할 때 CA 발급 인증서 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 false입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
allowSelfSignedServerCert 서버의 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
authenticationType Spark 서버에 액세스하는 데 사용되는 인증 방법입니다. '익명'
'Username'
'UsernameAndPassword'
'WindowsAzureHDInsightService'(필수)
enableSsl 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
host Spark 서버의 IP 주소 또는 호스트 이름입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
httpPath Spark 서버에 해당하는 부분 URL입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
password 사용자 이름 필드에 제공한 사용자 이름에 해당하는 암호입니다. SecretBase
포트 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() 함수를 사용할 수 있습니다.
사용자 이름 Spark 서버에 액세스하는 데 사용하는 사용자 이름입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
useSystemTrustStore 시스템 신뢰 저장소 또는 지정된 PEM 파일의 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.

SqlServerLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'SqlServer'(필수)
typeProperties 연결된 서비스 속성을 SQL Server. SqlServerLinkedServiceTypeProperties (필수)

SqlServerLinkedServiceTypeProperties

Name Description
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
password 온-프레미스 Windows 인증 암호입니다. SecretBase
userName 온-프레미스 Windows 인증 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

SquareLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Square'(필수)
typeProperties Square 서비스 연결된 서비스 속성입니다. SquareLinkedServiceTypeProperties (필수)

SquareLinkedServiceTypeProperties

Name Description
clientId Square 애플리케이션과 연결된 클라이언트 ID입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
clientSecret Square 애플리케이션과 연결된 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
호스트 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

Name Description
형식 연결된 서비스의 유형입니다. 'Sybase'(필수)
typeProperties Sybase 연결된 서비스 속성입니다. SybaseLinkedServiceTypeProperties (필수)

SybaseLinkedServiceTypeProperties

Name Description
authenticationType 연결에 사용할 AuthenticationType입니다. 'Basic'
'Windows'
데이터베이스 연결의 데이터베이스 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
password 인증을 위한 암호입니다. SecretBase
스키마 연결에 대한 스키마 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
서버 연결의 서버 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
사용자 이름 인증을 위한 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

TeradataLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Teradata'(필수)
typeProperties Teradata 연결된 서비스 속성입니다. TeradataLinkedServiceTypeProperties (필수)

TeradataLinkedServiceTypeProperties

Name Description
authenticationType 연결에 사용할 AuthenticationType입니다. 'Basic'
'Windows'
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
password 인증을 위한 암호입니다. SecretBase
서버 연결의 서버 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
사용자 이름 인증을 위한 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

VerticaLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Vertica'(필수)
typeProperties Vertica 연결된 서비스 속성입니다. VerticaLinkedServiceTypeProperties (필수)

VerticaLinkedServiceTypeProperties

Name Description
connectionString ODBC 연결 문자열. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. Bicep의 경우 any() 함수를 사용할 수 있습니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

WebLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Web'(필수)
typeProperties 웹 연결된 서비스 속성입니다. WebLinkedServiceTypeProperties (필수)

WebLinkedServiceTypeProperties

Name Description
url 웹 서비스 엔드포인트의 URL(예: )입니다. https://www.microsoft.com 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
authenticationType 개체 유형 설정 익명
기본
ClientCertificate (필수)

WebAnonymousAuthentication

Name Description
authenticationType 웹 테이블 원본에 연결하는 데 사용되는 인증 유형입니다. 'Anonymous'(필수)

WebBasicAuthentication

Name Description
authenticationType 웹 테이블 원본에 연결하는 데 사용되는 인증 유형입니다. 'Basic'(필수)
password 기본 인증의 암호입니다. SecretBase (필수)
사용자 이름 기본 인증의 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

WebClientCertificateAuthentication

Name Description
authenticationType 웹 테이블 원본에 연결하는 데 사용되는 인증 유형입니다. 'ClientCertificate'(필수)
password PFX 파일의 암호입니다. SecretBase (필수)
pfx PFX 파일의 Base64로 인코딩된 콘텐츠입니다. SecretBase (필수)

XeroLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Xero'(필수)
typeProperties Xero Service 연결된 서비스 속성입니다. XeroLinkedServiceTypeProperties (필수)

XeroLinkedServiceTypeProperties

Name Description
consumerKey Xero 애플리케이션과 연결된 소비자 키입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
호스트 Xero 서버의 엔드포인트입니다. (즉, api.xero.com) Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
privateKey Xero 프라이빗 애플리케이션에 대해 생성된 .pem 파일의 프라이빗 키입니다. Unix 줄 끝을 포함하여 .pem 파일의 모든 텍스트를 포함해야 합니다.
).
SecretBase
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.

ZohoLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Zoho'(필수)
typeProperties Zoho 서버 연결된 서비스 속성입니다. ZohoLinkedServiceTypeProperties (필수)

ZohoLinkedServiceTypeProperties

Name Description
accessToken Zoho 인증에 대한 액세스 토큰입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
엔드포인트(endpoint) Zoho 서버의 엔드포인트입니다. (즉, crm.zoho.com/crm/private) Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.

빠른 시작 템플릿

다음 빠른 시작 템플릿은 이 리소스 종류를 배포합니다.

템플릿 Description
Azure 아키텍처에 스포츠 분석 배포

Azure에 배포
ADLS Gen 2가 사용하도록 설정된 Azure Storage 계정, 스토리지 계정에 연결된 서비스(배포된 경우 Azure SQL 데이터베이스) Azure Data Factory instance 및 Azure Databricks instance 만듭니다. 템플릿을 배포하는 사용자의 AAD ID와 ADF instance 대한 관리 ID에는 스토리지 계정에 대한 Storage Blob 데이터 기여자 역할이 부여됩니다. Azure Key Vault instance, 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 Storage로 데이터를 복사하는 V2 데이터 팩터리를 만듭니다.
V2 데이터 팩터리 만들기(Spark)

Azure에 배포
이 템플릿은 Azure Blob Storage 폴더의 데이터를 스토리지의 다른 폴더로 복사하는 V2 데이터 팩터리를 만듭니다.

ARM 템플릿 리소스 정의

팩터리/linkedservices 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.

각 API 버전에서 변경된 속성 목록은 변경 로그를 참조하세요.

리소스 형식

Microsoft.DataFactory/factories/linkedservices 리소스를 만들려면 템플릿에 다음 JSON을 추가합니다.

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

LinkedService 개체

형식 속성을 설정하여 개체의 형식을 지정합니다.

AmazonMWS의 경우 다음을 사용합니다.

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

AmazonRedshift의 경우 다음을 사용합니다.

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

AmazonS3의 경우 다음을 사용합니다.

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

AzureBatch의 경우 다음을 사용합니다.

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

AzureDatabricks의 경우 다음을 사용합니다.

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

AzureDataLakeAnalytics의 경우 다음을 사용합니다.

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

AzureDataLakeStore의 경우 다음을 사용합니다.

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

AzureKeyVault의 경우 다음을 사용합니다.

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

AzureML의 경우 다음을 사용합니다.

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

AzureMySql의 경우 다음을 사용합니다.

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

AzurePostgreSql의 경우 다음을 사용합니다.

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

AzureSearch의 경우 다음을 사용합니다.

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

AzureSqlDatabase의 경우 다음을 사용합니다.

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

AzureSqlDW의 경우 다음을 사용합니다.

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

AzureStorage의 경우 다음을 사용합니다.

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

Cassandra의 경우 다음을 사용합니다.

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

Concur의 경우 다음을 사용합니다.

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

CosmosDb의 경우 다음을 사용합니다.

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

Couchbase의 경우 다음을 사용합니다.

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

CustomDataSource의 경우 다음을 사용합니다.

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

Db2의 경우 다음을 사용합니다.

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

드릴의 경우 다음을 사용합니다.

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

Dynamics의 경우 다음을 사용합니다.

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

Eloqua의 경우 다음을 사용합니다.

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

FileServer의 경우 다음을 사용합니다.

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

FtpServer의 경우 다음을 사용합니다.

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

GoogleBigQuery의 경우 다음을 사용합니다.

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

Greenplum의 경우 다음을 사용합니다.

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

HBase의 경우 다음을 사용합니다.

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

Hdfs의 경우 다음을 사용합니다.

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

HDInsight의 경우 다음을 사용합니다.

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

HDInsightOnDemand의 경우 다음을 사용합니다.

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

Hive의 경우 다음을 사용합니다.

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

HttpServer의 경우 다음을 사용합니다.

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

Hubspot의 경우 다음을 사용합니다.

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

Impala의 경우 다음을 사용합니다.

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

Jira의 경우 다음을 사용합니다.

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

Magento의 경우 다음을 사용합니다.

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

MariaDB의 경우 다음을 사용합니다.

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

Marketo의 경우 다음을 사용합니다.

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

MongoDb의 경우 다음을 사용합니다.

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

MySql의 경우 다음을 사용합니다.

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

Netezza의 경우 다음을 사용합니다.

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

OData의 경우 다음을 사용합니다.

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

Odbc의 경우 다음을 사용합니다.

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

Oracle의 경우 다음을 사용합니다.

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

Paypal의 경우 다음을 사용합니다.

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

Phoenix의 경우 다음을 사용합니다.

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

PostgreSql의 경우 다음을 사용합니다.

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

Presto의 경우 다음을 사용합니다.

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

QuickBooks의 경우 다음을 사용합니다.

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

Responsys의 경우 다음을 사용합니다.

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

Salesforce의 경우 다음을 사용합니다.

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

SalesforceMarketingCloud의 경우 다음을 사용합니다.

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

SapBW의 경우 다음을 사용합니다.

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

SapCloudForCustomer의 경우 다음을 사용합니다.

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

SapEcc의 경우 다음을 사용합니다.

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

SapHana의 경우 다음을 사용합니다.

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

ServiceNow의 경우 다음을 사용합니다.

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

Sftp의 경우 다음을 사용합니다.

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

Shopify의 경우 다음을 사용합니다.

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

Spark의 경우 다음을 사용합니다.

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

SqlServer의 경우 다음을 사용합니다.

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

Square의 경우 다음을 사용합니다.

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

Sybase의 경우 다음을 사용합니다.

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

Teradata의 경우 다음을 사용합니다.

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

Vertica의 경우 다음을 사용합니다.

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

의 경우 다음을 사용합니다.

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

Xero의 경우 다음을 사용합니다.

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

Zoho의 경우 다음을 사용합니다.

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

SecretBase 개체

형식 속성을 설정하여 개체의 형식을 지정합니다.

AzureKeyVaultSecret의 경우 다음을 사용합니다.

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

SecureString의 경우 다음을 사용합니다.

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

WebLinkedServiceTypeProperties 개체

authenticationType 속성을 설정하여 개체 유형을 지정합니다.

익명의 경우 다음을 사용합니다.

  "authenticationType": "Anonymous"

기본의 경우 다음을 사용합니다.

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

ClientCertificate의 경우 다음을 사용합니다.

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

속성 값

factories/linkedservices

Name Description
형식 리소스 종류 'Microsoft.DataFactory/factoryies/linkedservices'
apiVersion 리소스 api 버전 '2017-09-01-preview'
name 리소스 이름

JSON ARM 템플릿에서 자식 리소스의 이름 및 형식을 설정하는 방법을 참조하세요.
string(필수)

문자 제한: 1-260

유효한 문자:
다음을 사용할 수 없습니다.
<>*#.%&:\\+?/ 또는 제어 문자

영숫자로 시작합니다.
properties 연결된 서비스의 속성입니다. LinkedService (필수)

LinkedService

Name Description
주석 데이터 세트를 설명하는 데 사용할 수 있는 태그 목록입니다. any[]
connectVia 통합 런타임 참조입니다. IntegrationRuntimeReference
description 연결된 서비스 설명입니다. 문자열
매개 변수 연결된 서비스에 대한 매개 변수입니다. ParameterDefinitionSpecification
형식 개체 유형 설정 AmazonMWS
AmazonRedshift
AmazonS3
AzureBatch
AzureDatabricks
AzureDataLakeAnalytics
AzureDataLakeStore
AzureKeyVault
AzureML
AzureMySql
AzurePostgreSql
AzureSearch
AzureSqlDatabase
AzureSqlDW
AzureStorage
Cassandra
Concur
CosmosDb
Couchbase
CustomDataSource
Db2
Drill
Dynamics
Eloqua
FileServer
FtpServer
GoogleBigQuery
Greenplum
HBase
Hdfs
HDInsight
HDInsightOnDemand
Hive
HttpServer
Hubspot
Impala
Jira
Magento
MariaDB
Marketo
Mongodb
MySql
Netezza
OData
Odbc
Oracle
페이팔
Phoenix
Postgresql
Presto
QuickBooks
Responsys
Salesforce
SalesforceMarketingCloud
SapBW
SapCloudForCustomer
SapEcc
SapHana
ServiceNow
Sftp
Shopify
Spark
Sqlserver
사각형
Sybase
Teradata
Vertica
Web
Xero
Zoho (필수)

IntegrationRuntimeReference

Name Description
매개 변수 통합 런타임에 대한 인수입니다. ParameterValueSpecification
referenceName 통합 런타임 이름을 참조합니다. string(필수)
형식 통합 런타임의 유형입니다. 'IntegrationRuntimeReference'(필수)

ParameterValueSpecification

Name Description
{customized property}

ParameterDefinitionSpecification

Name Description
{customized property} ParameterSpecification

ParameterSpecification

Name Description
defaultValue 매개 변수의 기본값입니다.
형식 매개 변수 유형입니다. 'Array'
'Bool'
'Float'
'Int'
'Object'
'SecureString'
'String'(필수)

AmazonMWSLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'AmazonMWS'(필수)
typeProperties Amazon Marketplace 웹 서비스 연결된 서비스 속성. AmazonMWSLinkedServiceTypeProperties (필수)

AmazonMWSLinkedServiceTypeProperties

Name Description
accessKeyId 데이터에 액세스하는 데 사용되는 액세스 키 ID입니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
엔드포인트(endpoint) Amazon MWS 서버의 엔드포인트(예: mws.amazonservices.com)
marketplaceID 데이터를 검색하려는 Amazon Marketplace ID입니다. 여러 Marketplace ID에서 데이터를 검색하려면 쉼표(,)로 구분합니다. (예: A2EUQ1WTGCTBG2)
mwsAuthToken Amazon MWS 인증 토큰입니다. SecretBase
secretKey 데이터 액세스에 사용되는 비밀 키입니다. SecretBase
sellerID Amazon 판매자 ID입니다.
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다.

SecretBase

Name Description
형식 개체 형식 설정 AzureKeyVaultSecret
SecureString (필수)

AzureKeyVaultSecretReference

Name Description
형식 비밀의 유형입니다. 'AzureKeyVaultSecret'(필수)
secretName Azure Key Vault 비밀의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
secretVersion Azure Key Vault 비밀의 버전입니다. 기본값은 비밀의 최신 버전입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
store Azure Key Vault 연결된 서비스 참조입니다. LinkedServiceReference (필수)

LinkedServiceReference

Name Description
매개 변수 LinkedService에 대한 인수입니다. ParameterValueSpecification
referenceName LinkedService 이름을 참조합니다. string(필수)
형식 연결된 서비스 참조 유형입니다. 'LinkedServiceReference'(필수)

SecureString

Name Description
형식 비밀의 유형입니다. string(필수)
보안 문자열의 값입니다. string(필수)

AmazonRedshiftLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'AmazonRedshift'(필수)
typeProperties Amazon Redshift 연결된 서비스 속성. AmazonRedshiftLinkedServiceTypeProperties (필수)

AmazonRedshiftLinkedServiceTypeProperties

Name Description
데이터베이스 Amazon Redshift 원본의 데이터베이스 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
password Amazon Redshift 원본의 암호입니다. SecretBase
포트 Amazon Redshift 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트 번호입니다. 기본값은 5439입니다. 형식: 정수(또는 resultType 정수가 있는 식).
서버 Amazon Redshift 서버의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
사용자 이름 Amazon Redshift 원본의 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

AmazonS3LinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'AmazonS3'(필수)
typeProperties Amazon S3 연결된 서비스 속성. AmazonS3LinkedServiceTypeProperties (필수)

AmazonS3LinkedServiceTypeProperties

Name Description
accessKeyId Amazon S3 IAM(ID 및 액세스 관리) 사용자의 액세스 키 식별자입니다. 형식: string(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
secretAccessKey Amazon S3 IAM(ID 및 액세스 관리) 사용자의 비밀 액세스 키입니다. SecretBase

AzureBatchLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'AzureBatch'(필수)
typeProperties 연결된 서비스 속성을 Azure Batch. AzureBatchLinkedServiceTypeProperties (필수)

AzureBatchLinkedServiceTypeProperties

Name Description
accessKey Azure Batch 계정 액세스 키입니다. SecretBase
accountName Azure Batch 계정 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
batchUri Azure Batch URI입니다. 형식: string(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
linkedServiceName Azure Storage 연결된 서비스 참조입니다. LinkedServiceReference (필수)
poolName Azure Batch 풀 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

AzureDatabricksLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'AzureDatabricks'(필수)
typeProperties Azure Databricks 연결된 서비스 속성입니다. AzureDatabricksLinkedServiceTypeProperties (필수)

AzureDatabricksLinkedServiceTypeProperties

Name Description
accessToken databricks REST API에 대한 액세스 토큰입니다. https://docs.azuredatabricks.net/api/latest/authentication.html을 참조하세요. 형식: string(또는 resultType 문자열이 있는 식). SecretBase (필수)
도메인 {REGION}.azuredatabricks.net, Databricks 배포의 도메인 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
existingClusterId 이 작업의 모든 실행에 사용할 기존 클러스터의 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
newClusterNodeType 새 클러스터의 노드 유형입니다. 형식: string(또는 resultType 문자열이 있는 식).
newClusterNumOfWorker 새 클러스터에 있어야 하는 작업자 노드 수입니다. '1'과 같이 Int32 형식의 문자열은 numOfWorker가 1 또는 '1:10'이면 1에서 최소로, 10에서 최대로 자동 크기 조정을 의미합니다. 형식: string(또는 resultType 문자열이 있는 식).
newClusterSparkConf 선택적인 사용자 지정 Spark 구성 키-값 쌍의 집합입니다. AzureDatabricksLinkedServiceTypePropertiesNewCluster...
newClusterVersion 새 클러스터의 Spark 버전입니다. 형식: string(또는 resultType 문자열이 있는 식).

AzureDatabricksLinkedServiceTypePropertiesNewCluster...

Name Description
{customized property}

AzureDataLakeAnalyticsLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'AzureDataLakeAnalytics'(필수)
typeProperties Azure Data Lake Analytics 연결된 서비스 속성입니다. AzureDataLakeAnalyticsLinkedServiceTypeProperties (필수)

AzureDataLakeAnalyticsLinkedServiceTypeProperties

Name Description
accountName Azure Data Lake Analytics 계정 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
dataLakeAnalyticsUri Azure Data Lake Analytics URI 형식: 문자열(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
resourceGroupName 계정 리소스 그룹 이름을 Data Lake Analytics(Data Factory 계정과 다른 경우) 형식: string(또는 resultType 문자열이 있는 식).
servicePrincipalId Azure Data Lake Analytics 계정에 대해 인증하는 데 사용되는 애플리케이션의 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
servicePrincipalKey Azure Data Lake Analytics 계정에 대해 인증하는 데 사용되는 애플리케이션의 키입니다. SecretBase
subscriptionId Data Lake Analytics 계정 구독 ID입니다(Data Factory 계정과 다른 경우). 형식: string(또는 resultType 문자열이 있는 식).
tenant 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).

AzureDataLakeStoreLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'AzureDataLakeStore'(필수)
typeProperties Azure Data Lake Store 연결된 서비스 속성. AzureDataLakeStoreLinkedServiceTypeProperties (필수)

AzureDataLakeStoreLinkedServiceTypeProperties

Name Description
accountName Data Lake Store 계정 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
dataLakeStoreUri Data Lake Store 서비스 URI. 형식: string(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
resourceGroupName Data Lake Store 계정 리소스 그룹 이름(Data Factory 계정과 다른 경우). 형식: string(또는 resultType 문자열이 있는 식).
servicePrincipalId Azure Data Lake Store 계정에 대해 인증하는 데 사용되는 애플리케이션의 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
servicePrincipalKey Azure Data Lake Store 계정에 대해 인증하는 데 사용되는 애플리케이션의 키입니다. SecretBase
subscriptionId Data Lake Store 계정 구독 ID(Data Factory 계정과 다른 경우). 형식: string(또는 resultType 문자열이 있는 식).
tenant 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).

AzureKeyVaultLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'AzureKeyVault'(필수)
typeProperties Azure Key Vault 연결된 서비스 속성입니다. AzureKeyVaultLinkedServiceTypeProperties (필수)

AzureKeyVaultLinkedServiceTypeProperties

Name Description
baseUrl Azure Key Vault 기본 URL입니다. 예: https://myakv.vault.azure.net type: string(또는 resultType 문자열이 있는 식).

AzureMLLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'AzureML'(필수)
typeProperties Azure ML 웹 서비스 연결된 서비스 속성입니다. AzureMLLinkedServiceTypeProperties (필수)

AzureMLLinkedServiceTypeProperties

Name Description
apiKey Azure ML 모델 엔드포인트에 액세스하기 위한 API 키입니다. SecretBase (필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
mlEndpoint Azure ML 웹 서비스 엔드포인트에 대한 Batch 실행 REST URL입니다. 형식: string(또는 resultType 문자열이 있는 식).
servicePrincipalId Azure ML 웹 서비스의 ARM 기반 updateResourceEndpoint에 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
servicePrincipalKey Azure ML 웹 서비스의 ARM 기반 updateResourceEndpoint에 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase
tenant 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
updateResourceEndpoint Azure ML 웹 서비스 엔드포인트에 대한 리소스 REST URL 업데이트입니다. 형식: string(또는 resultType 문자열이 있는 식).

AzureMySqlLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'AzureMySql'(필수)
typeProperties Azure MySQL 데이터베이스 연결된 서비스 속성. AzureMySqlLinkedServiceTypeProperties (필수)

AzureMySqlLinkedServiceTypeProperties

Name Description
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).

AzurePostgreSqlLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'AzurePostgreSql'(필수)
typeProperties Azure PostgreSQL 연결된 서비스 속성. AzurePostgreSqlLinkedServiceTypeProperties (필수)

AzurePostgreSqlLinkedServiceTypeProperties

Name Description
connectionString ODBC 연결 문자열. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

AzureSearchLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'AzureSearch'(필수)
typeProperties Windows Azure Search Service 연결된 서비스 속성입니다. AzureSearchLinkedServiceTypeProperties (필수)

AzureSearchLinkedServiceTypeProperties

Name Description
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
key Azure Search Service 대한 관리 키 SecretBase
url Azure Search Service 대한 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

AzureSqlDatabaseLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'AzureSqlDatabase'(필수)
typeProperties Azure SQL 데이터베이스 연결된 서비스 속성입니다. AzureSqlDatabaseLinkedServiceTypeProperties (필수)

AzureSqlDatabaseLinkedServiceTypeProperties

Name Description
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
servicePrincipalId Azure SQL Database에 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
servicePrincipalKey Azure SQL Database에 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase
tenant 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

AzureSqlDWLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'AzureSqlDW'(필수)
typeProperties 연결된 서비스 속성을 Azure SQL Data Warehouse. AzureSqlDWLinkedServiceTypeProperties (필수)

AzureSqlDWLinkedServiceTypeProperties

Name Description
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
servicePrincipalId Azure SQL Data Warehouse 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
servicePrincipalKey Azure SQL Data Warehouse 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase
tenant 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

AzureStorageLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'AzureStorage'(필수)
typeProperties Azure Storage 연결된 서비스 속성. AzureStorageLinkedServiceTypeProperties (필수)

AzureStorageLinkedServiceTypeProperties

Name Description
connectionString 연결 문자열입니다. sasUri 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
sasUri Azure Storage 리소스의 SAS URI입니다. connectionString 속성과 함께 사용할 수 없습니다. SecretBase

CassandraLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Cassandra'(필수)
typeProperties Cassandra 연결된 서비스 속성입니다. CassandraLinkedServiceTypeProperties (필수)

CassandraLinkedServiceTypeProperties

Name Description
authenticationType 연결에 사용할 AuthenticationType입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
호스트 연결의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
password 인증을 위한 암호입니다. SecretBase
포트 연결의 포트입니다. 형식: 정수(또는 resultType 정수의 식).
사용자 이름 인증을 위한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

ConcurLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Concur'(필수)
typeProperties Concur Service 연결된 서비스 속성입니다. ConcurLinkedServiceTypeProperties (필수)

ConcurLinkedServiceTypeProperties

Name Description
clientId Concur App Management에서 제공하는 애플리케이션 client_id입니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
password username 필드에서 제공한 사용자 이름에 해당하는 암호입니다. SecretBase
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다.
사용자 이름 Concur Service에 액세스하는 데 사용되는 사용자 이름입니다.

CosmosDbLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'CosmosDb'(필수)
typeProperties CosmosDB 연결된 서비스 속성입니다. CosmosDbLinkedServiceTypeProperties (필수)

CosmosDbLinkedServiceTypeProperties

Name Description
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).

CouchbaseLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Couchbase'(필수)
typeProperties Couchbase 서버 연결된 서비스 속성입니다. CouchbaseLinkedServiceTypeProperties (필수)

CouchbaseLinkedServiceTypeProperties

Name Description
connectionString ODBC 연결 문자열. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).

CustomDataSourceLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'CustomDataSource'(필수)
typeProperties 사용자 지정 연결된 서비스 속성입니다.

Db2LinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Db2'(필수)
typeProperties DB2 연결된 서비스 속성입니다. Db2LinkedServiceTypeProperties (필수)

Db2LinkedServiceTypeProperties

Name Description
authenticationType 연결에 사용할 AuthenticationType입니다. 'Basic'
데이터베이스 연결의 데이터베이스 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
password 인증을 위한 암호입니다. SecretBase
서버 연결의 서버 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
사용자 이름 인증을 위한 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

DrillLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Drill'(필수)
typeProperties 드릴 서버 연결된 서비스 속성입니다. DrillLinkedServiceTypeProperties (필수)

DrillLinkedServiceTypeProperties

Name Description
connectionString ODBC 연결 문자열. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).

DynamicsLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Dynamics'(필수)
typeProperties Dynamics 연결된 서비스 속성입니다. DynamicsLinkedServiceTypeProperties (필수)

DynamicsLinkedServiceTypeProperties

Name Description
authenticationType Dynamics 서버에 연결하기 위한 인증 유형입니다. 온라인 시나리오의 경우 'Office365', Ifd 시나리오를 사용하는 온-프레미스의 경우 'Ifd'입니다. 형식: string(또는 resultType 문자열이 있는 식). 'Ifd'
'Office365'(필수)
deploymentType Dynamics 인스턴스의 배포 유형입니다. Dynamics Online의 경우 'Online'이고 Ifd를 사용하는 Dynamics 온-프레미스의 경우 'OnPremisesWithIfd'입니다. 형식: string(또는 resultType 문자열이 있는 식). 'OnPremisesWithIfd'
'Online'(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
hostName 온-프레미스 Dynamics 서버의 호스트 이름입니다. 속성은 온-프레미스에 필요하며 온라인에서는 허용되지 않습니다. 형식: string(또는 resultType 문자열이 있는 식).
organizationName Dynamics 인스턴스의 조직 이름입니다. 속성은 온-프레미스에 필요하며 사용자와 연결된 Dynamics 인스턴스가 둘 이상 있는 경우 온라인용으로 필요합니다. 형식: string(또는 resultType 문자열이 있는 식).
password Dynamics instance 액세스하기 위한 암호입니다. SecretBase
포트 온-프레미스 Dynamics 서버의 포트입니다. 속성은 온-프레미스에 필요하며 온라인에서는 허용되지 않습니다. 기본값은 443입니다. 형식: 정수(또는 resultType 정수가 있는 식), 최소: 0.
serviceUri Microsoft Dynamics 서버의 URL입니다. 속성은 온-프레미스에 필요하고 온-프레미스에는 허용되지 않습니다. 형식: string(또는 resultType 문자열이 있는 식).
사용자 이름 Dynamics instance 액세스할 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

EloquaLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Eloqua'(필수)
typeProperties Eloqua 서버 연결된 서비스 속성입니다. EloquaLinkedServiceTypeProperties (필수)

EloquaLinkedServiceTypeProperties

Name Description
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
엔드포인트(endpoint) Eloqua 서버의 엔드포인트입니다. (즉, eloqua.example.com)
password 사용자 이름에 해당하는 암호입니다. SecretBase
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다.
사용자 이름 사이트 이름/사용자 이름 형식의 Eloqua 계정의 사이트 이름 및 사용자 이름입니다. (예: Eloqua/Alice)

FileServerLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'FileServer'(필수)
typeProperties 파일 시스템 연결된 서비스 속성입니다. FileServerLinkedServiceTypeProperties (필수)

FileServerLinkedServiceTypeProperties

Name Description
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
호스트 서버의 호스트 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
password 서버를 로그온하기 위한 암호입니다. SecretBase
userId 서버를 로그온할 사용자 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).

FtpServerLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'FtpServer'(필수)
typeProperties 이 연결된 서비스 유형과 관련된 속성입니다. FtpServerLinkedServiceTypeProperties (필수)

FtpServerLinkedServiceTypeProperties

Name Description
authenticationType FTP 서버에 연결하는 데 사용할 인증 유형입니다. '익명'
'Basic'
enableServerCertificateValidation true이면 SSL/TLS 채널을 통해 연결할 때 FTP 서버 SSL 인증서의 유효성을 검사합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
enableSsl true이면 SSL/TLS 채널을 통해 FTP 서버에 연결합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
호스트 FTP 서버의 호스트 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
password FTP 서버를 로그온하기 위한 암호입니다. SecretBase
포트 FTP 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트 번호입니다. 기본값은 21입니다. 형식: 정수(또는 resultType 정수가 있는 식), 최소: 0.
userName FTP 서버를 로그온하는 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

GoogleBigQueryLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'GoogleBigQuery'(필수)
typeProperties Google BigQuery 서비스 연결된 서비스 속성. GoogleBigQueryLinkedServiceTypeProperties (필수)

GoogleBigQueryLinkedServiceTypeProperties

Name Description
additionalProjects 액세스할 공용 BigQuery 프로젝트의 쉼표로 구분된 목록입니다.
authenticationType 인증에 사용되는 OAuth 2.0 인증 메커니즘입니다. ServiceAuthentication은 자체 호스팅 IR에서만 사용할 수 있습니다. 'ServiceAuthentication'
'UserAuthentication'(필수)
clientId 새로 고침 토큰을 얻는 데 사용되는 Google 애플리케이션의 클라이언트 ID입니다. SecretBase
clientSecret 새로 고침 토큰을 얻는 데 사용되는 Google 애플리케이션의 클라이언트 암호입니다. SecretBase
이메일 ServiceAuthentication에 사용되는 서비스 계정 메일 ID이며 자체 호스팅 IR에서만 사용할 수 있습니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
keyFilePath 서비스 계정 메일 주소를 인증하는 데 사용되는 .p12 키 파일의 전체 경로이며 자체 호스팅 IR에서만 사용할 수 있습니다.
프로젝트 쿼리할 기본 BigQuery 프로젝트입니다.
refreshToken UserAuthentication을 위한 BigQuery 액세스 권한을 부여하기 위해 Google에서 얻은 새로 고침 토큰입니다. SecretBase
requestGoogleDriveScope Google Drive에 대한 액세스를 요청할지 여부입니다. Google Drive 액세스를 허용하면 BigQuery 데이터를 Google Drive의 데이터와 결합하는 페더레이션된 테이블을 지원할 수 있습니다. 기본값은 false입니다.
trustedCertPath SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서를 포함하는 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다.
useSystemTrustStore 시스템 신뢰 저장소 또는 지정된 PEM 파일의 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다.

GreenplumLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Greenplum'(필수)
typeProperties Greenplum Database 연결된 서비스 속성입니다. GreenplumLinkedServiceTypeProperties (필수)

GreenplumLinkedServiceTypeProperties

Name Description
connectionString ODBC 연결 문자열. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

HBaseLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'HBase'(필수)
typeProperties HBase 서버 연결된 서비스 속성입니다. HBaseLinkedServiceTypeProperties (필수)

HBaseLinkedServiceTypeProperties

Name Description
allowHostNameCNMismatch SSL을 통해 연결할 때 CA 발급 인증서 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 false입니다.
allowSelfSignedServerCert 서버의 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다.
authenticationType HBase 서버에 연결하는 데 사용할 인증 메커니즘입니다. '익명'
'Basic'(필수)
enableSsl 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
host HBase 서버의 IP 주소 또는 호스트 이름입니다. 즉, 192.168.222.160입니다.
httpPath HBase 서버에 해당하는 부분 URL입니다. 즉, /gateway/sandbox/hbase/version입니다.
password 사용자 이름에 해당하는 암호입니다. SecretBase
포트 HBase 인스턴스가 클라이언트 연결을 수신하는 데 사용하는 TCP 포트입니다. 기본값은 9090입니다.
trustedCertPath SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서를 포함하는 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다.
사용자 이름 HBase 인스턴스에 연결하는 데 사용되는 사용자 이름입니다.

HdfsLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Hdfs'(필수)
typeProperties HDFS 연결된 서비스 속성. HdfsLinkedServiceTypeProperties (필수)

HdfsLinkedServiceTypeProperties

Name Description
authenticationType HDFS에 연결하는 데 사용되는 인증 유형입니다. 가능한 값은 Anonymous 및 Windows입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
password Windows 인증에 대한 암호. SecretBase
url HDFS 서비스 엔드포인트의 URL(예: )입니다. http://myhostname:50070/webhdfs/v1 형식: 문자열(또는 resultType 문자열이 있는 식).
userName Windows 인증 대한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

HDInsightLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'HDInsight'(필수)
typeProperties HDInsight 연결된 서비스 속성입니다. HDInsightLinkedServiceTypeProperties (필수)

HDInsightLinkedServiceTypeProperties

Name Description
clusterUri HDInsight 클러스터 URI. 형식: 문자열(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
hcatalogLinkedServiceName HCatalog 데이터베이스를 가리키는 Azure SQL 연결된 서비스에 대한 참조입니다. LinkedServiceReference
linkedServiceName Azure Storage 연결된 서비스 참조입니다. LinkedServiceReference
password HDInsight 클러스터 암호. SecretBase
userName HDInsight 클러스터 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

HDInsightOnDemandLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'HDInsightOnDemand'(필수)
typeProperties HDInsight 온디맨드 연결된 서비스 속성. HDInsightOnDemandLinkedServiceTypeProperties (필수)

HDInsightOnDemandLinkedServiceTypeProperties

Name Description
additionalLinkedServiceNames HDInsight 연결된 서비스에 대한 추가 스토리지 계정을 지정하므로 데이터 팩터리 서비스가 사용자를 대신해 계정을 등록할 수 있습니다. LinkedServiceReference[]
clusterNamePrefix 클러스터 이름 접두사인 접두사는 타임스탬프와 구별됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
clusterPassword 클러스터에 액세스할 암호입니다. SecretBase
clusterResourceGroup 클러스터가 속한 리소스 그룹입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
clusterSize 클러스터의 작업자/데이터 노드 수 제안 값: 4. 형식: 문자열(또는 resultType 문자열이 있는 식).
clusterSshPassword SSH에 대한 암호는 클러스터의 노드(Linux용)를 원격으로 연결합니다. SecretBase
clusterSshUserName SSH을 통해 클러스터 노드에 원격으로 연결하기 위한 사용자 이름입니다(Linux용). 형식: 문자열(또는 resultType 문자열이 있는 식).
clusterType 클러스터 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
clusterUserName 클러스터에 액세스하기 위한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
coreConfiguration 만들어지는 HDInsight 클러스터에 대한 핵심 구성 매개 변수(core-site.xml에서 처럼)를 지정합니다.
dataNodeSize HDInsight 클러스터의 데이터 노드 크기를 지정합니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
hBaseConfiguration HDInsight 클러스터에 대한 HBase 구성 매개 변수(hbase-site.xml)를 지정합니다.
hcatalogLinkedServiceName HCatalog 데이터베이스를 가리키는 Azure SQL 연결된 서비스 이름입니다. 주문형 HDInsight 클러스터는 Azure SQL 데이터베이스를 metastore로 사용하여 만들어집니다. LinkedServiceReference
hdfsConfiguration HDInsight 클러스터에 대한 HDFS 구성 매개 변수(hdfs-site.xml)를 지정합니다.
headNodeSize HDInsight 클러스터의 헤드 노드 크기를 지정합니다.
hiveConfiguration HDInsight 클러스터에 대한 hive 구성 매개 변수(hive-site.xml)를 지정합니다.
hostSubscriptionId 클러스터를 호스트할 고객의 구독입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
linkedServiceName 데이터를 저장 및 처리하기 위해 주문형 클러스터에서 사용하는 Azure Storage 연결 서비스입니다. LinkedServiceReference (필수)
mapReduceConfiguration HDInsight 클러스터에 대한 MapReduce 구성 매개 변수(mapred-site.xml)를 지정합니다.
oozieConfiguration HDInsight 클러스터에 대한 Oozie 구성 매개 변수(oozie-site.xml)를 지정합니다.
servicePrincipalId hostSubscriptionId의 서비스 주체 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
servicePrincipalKey 서비스 주체 ID의 키입니다. SecretBase
sparkVersion 클러스터 유형이 'spark'인 경우 spark 버전입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
stormConfiguration HDInsight 클러스터에 대한 Storm 구성 매개 변수(storm-site.xml)를 지정합니다.
tenant 서비스 주체가 속한 테넌트 ID/이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
timeToLive 주문형 HDInsight 클러스터에 대한 허용된 유휴 시간입니다. 클러스터에 다른 활성 작업이 없으면 작업이 완료된 후에 주문형 HDInsight 클러스터가 유지될 기간을 지정합니다. 최소값은 5분입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
버전 HDInsight 클러스터의 버전입니다.  형식: 문자열(또는 resultType 문자열이 있는 식).
yarnConfiguration HDInsight 클러스터에 대한 Yarn 구성 매개 변수(yarn-site.xml)를 지정합니다.
zookeeperNodeSize HDInsight 클러스터에 대한 Zoo Keeper 노드의 크기를 지정합니다.

HiveLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Hive'(필수)
typeProperties Hive Server 연결된 서비스 속성입니다. HiveLinkedServiceTypeProperties (필수)

HiveLinkedServiceTypeProperties

Name Description
allowHostNameCNMismatch SSL을 통해 연결할 때 CA 발급 인증서 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 false입니다.
allowSelfSignedServerCert 서버의 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다.
authenticationType Hive 서버에 액세스하는 데 사용되는 인증 방법입니다. '익명'
'Username'
'UsernameAndPassword'
'WindowsAzureHDInsightService'(필수)
enableSsl 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
호스트 Hive 서버의 IP 주소 또는 호스트 이름으로, 호스트가 여러 개인 경우 ‘,’로 구분합니다(serviceDiscoveryMode가 사용되는 경우에만 해당).
httpPath Hive 서버에 해당하는 부분 URL입니다.
password 사용자 이름 필드에 제공한 사용자 이름에 해당하는 암호입니다. SecretBase
포트 Hive 서버가 클라이언트 연결을 수신하는 데 사용하는 TCP 포트입니다.
serverType Hive 서버의 유형입니다. 'HiveServer1'
'HiveServer2'
'HiveThriftServer'
serviceDiscoveryMode true이면 ZooKeeper 서비스 사용을 나타내고, false이면 그렇지 않습니다.
thriftTransportProtocol Thrift 계층에서 사용할 전송 프로토콜입니다. 'Binary'
'HTTP '
'SASL'
trustedCertPath SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서를 포함하는 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다.
useNativeQuery 드라이버가 기본 HiveQL 쿼리를 사용하는지, 이 쿼리를 동일한 HiveQL의 형식으로 변환하는지를 지정합니다.
사용자 이름 Hive 서버에 액세스하는 데 사용하는 사용자 이름입니다.
useSystemTrustStore 시스템 신뢰 저장소 또는 지정된 PEM 파일의 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다.
zooKeeperNameSpace ZooKeeper에서 Hive 서버 2 노드가 추가되는 네임스페이스입니다.

HttpLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'HttpServer'(필수)
typeProperties 이 연결된 서비스 유형과 관련된 속성입니다. HttpLinkedServiceTypeProperties (필수)

HttpLinkedServiceTypeProperties

Name Description
authenticationType HTTP 서버에 연결하는 데 사용할 인증 유형입니다. '익명'
'기본'
'ClientCertificate'
'다이제스트'
'Windows'
certThumbprint ClientCertificate 인증을 위한 인증서의 지문입니다. 온-프레미스 복사에만 유효합니다. ClientCertificate 인증을 사용한 온-프레미스 복사의 경우 CertThumbprint 또는 EmbeddedCertData/Password를 지정해야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
embeddedCertData ClientCertificate 인증을 위해 Base64로 인코딩된 인증서 데이터입니다. ClientCertificate 인증을 사용한 온-프레미스 복사의 경우 CertThumbprint 또는 EmbeddedCertData/Password를 지정해야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
enableServerCertificateValidation true이면 HTTPS 서버 SSL 인증서의 유효성을 검사합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
password EmbeddedCertData 인증을 사용한 기본, 다이제스트, Windows 또는 ClientCertificate의 암호입니다. SecretBase
url HTTP 엔드포인트의 기본 URL(예: )입니다. https://www.microsoft.com 형식: 문자열(또는 resultType 문자열이 있는 식).
userName 기본, 다이제스트 또는 Windows 인증 대한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

HubspotLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Hubspot'(필수)
typeProperties Hubspot Service 연결된 서비스 속성입니다. HubspotLinkedServiceTypeProperties (필수)

HubspotLinkedServiceTypeProperties

Name Description
accessToken OAuth 통합을 처음 인증할 때 얻은 액세스 토큰입니다. SecretBase
clientId Hubspot 애플리케이션과 연결된 클라이언트 ID입니다.
clientSecret Hubspot 애플리케이션과 연결된 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
refreshToken OAuth 통합을 처음 인증할 때 얻은 새로 고침 토큰입니다. SecretBase
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다.

ImpalaLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Impala'(필수)
typeProperties Impala 서버 연결된 서비스 속성입니다. ImpalaLinkedServiceTypeProperties (필수)

ImpalaLinkedServiceTypeProperties

Name Description
allowHostNameCNMismatch SSL을 통해 연결할 때 CA 발급 인증서 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 false입니다.
allowSelfSignedServerCert 서버의 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다.
authenticationType 사용할 인증 유형입니다. '익명'
'SASLUsername'
'UsernameAndPassword'(필수)
enableSsl 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
호스트 Impala 서버의 IP 주소 또는 호스트 이름입니다. 즉, 192.168.222.160입니다.
password UsernameAndPassword를 사용할 때 사용자 이름에 해당하는 암호입니다. SecretBase
포트 Impala 서버가 클라이언트 연결을 수신하는 데 사용하는 TCP 포트입니다. 기본값은 21050입니다.
trustedCertPath SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서를 포함하는 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다.
사용자 이름 Impala 서버에 액세스하는 데 사용되는 사용자 이름입니다. SASLUsername을 사용하는 경우 기본값은 익명입니다.
useSystemTrustStore 시스템 신뢰 저장소 또는 지정된 PEM 파일의 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다.

JiraLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Jira'(필수)
typeProperties Jira Service 연결된 서비스 속성입니다. JiraLinkedServiceTypeProperties (필수)

JiraLinkedServiceTypeProperties

Name Description
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
host Jira 서비스의 IP 주소 또는 호스트 이름입니다. (예: jira.example.com)
password username 필드에서 제공한 사용자 이름에 해당하는 암호입니다. SecretBase
포트 Jira 서버가 클라이언트 연결을 수신하는 데 사용하는 TCP 포트입니다. 기본값은 HTTPS를 통해 연결하는 경우 443이고, HTTP를 통해 연결하는 경우 8080입니다.
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다.
사용자 이름 Jira 서비스에 액세스하는 데 사용하는 사용자 이름입니다.

MagentoLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Magento'(필수)
typeProperties Magento 서버 연결된 서비스 속성입니다. MagentoLinkedServiceTypeProperties (필수)

MagentoLinkedServiceTypeProperties

Name Description
accessToken Magento의 액세스 토큰입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
host Magento 인스턴스의 URL입니다. (예: 192.168.222.110/magento3)
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다.

MariaDBLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'MariaDB'(필수)
typeProperties MariaDB 서버 연결된 서비스 속성입니다. MariaDBLinkedServiceTypeProperties (필수)

MariaDBLinkedServiceTypeProperties

Name Description
connectionString ODBC 연결 문자열. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

MarketoLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Marketo'(필수)
typeProperties Marketo 서버 연결된 서비스 속성입니다. MarketoLinkedServiceTypeProperties (필수)

MarketoLinkedServiceTypeProperties

Name Description
clientId Marketo 서비스의 클라이언트 ID입니다.
clientSecret Marketo 서비스의 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
엔드포인트(endpoint) Marketo 서버의 엔드포인트입니다. (즉, 123-ABC-321.mktorest.com)
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다.

MongoDbLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'MongoDb'(필수)
typeProperties MongoDB 연결된 서비스 속성입니다. MongoDbLinkedServiceTypeProperties (필수)

MongoDbLinkedServiceTypeProperties

Name Description
allowSelfSignedServerCert 서버의 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
authenticationType MongoDB 데이터베이스에 연결하는 데 사용할 인증 유형입니다. '익명'
'기본'
authSource 사용자 이름 및 암호를 확인하는 데이터베이스입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
databaseName 액세스하려는 MongoDB 데이터베이스의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
enableSsl 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
password 인증을 위한 암호입니다. SecretBase
포트 MongoDB 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트 번호입니다. 기본값은 27017입니다. 형식: 정수(또는 resultType 정수가 있는 식), 최소: 0.
서버 MongoDB 서버의 IP 주소 또는 서버 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
사용자 이름 인증을 위한 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

MySqlLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'MySql'(필수)
typeProperties MySQL 연결된 서비스 속성입니다. MySqlLinkedServiceTypeProperties (필수)

MySqlLinkedServiceTypeProperties

Name Description
connectionString 연결 문자열입니다. SecretBase (필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).

NetezzaLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Netezza'(필수)
typeProperties Netezza 연결된 서비스 속성입니다. NetezzaLinkedServiceTypeProperties (필수)

NetezzaLinkedServiceTypeProperties

Name Description
connectionString ODBC 연결 문자열. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).

ODataLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'OData'(필수)
typeProperties OData 연결된 서비스 속성입니다. ODataLinkedServiceTypeProperties (필수)

ODataLinkedServiceTypeProperties

Name Description
authenticationType OData 서비스에 연결하는 데 사용되는 인증 유형입니다. '익명'
'Basic'
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
password OData 서비스의 암호입니다. SecretBase
url OData 서비스 엔드포인트의 URL입니다. 형식: string(또는 resultType 문자열이 있는 식).
userName OData 서비스의 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

OdbcLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Odbc'(필수)
typeProperties ODBC 연결된 서비스 속성입니다. OdbcLinkedServiceTypeProperties (필수)

OdbcLinkedServiceTypeProperties

Name Description
authenticationType ODBC 데이터 저장소에 연결하는 데 사용되는 인증 형식입니다. 가능한 값은 익명 및 기본입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
connectionString 연결 문자열 액세스하지 않는 자격 증명 부분과 선택적으로 암호화된 자격 증명입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
자격 증명(credential) 드라이버 관련 속성 값 형식에 지정된 연결 문자열의 액세스 자격 증명 부분입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
password 기본 인증을 위한 암호입니다. SecretBase
userName 기본 인증의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

OracleLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Oracle'(필수)
typeProperties Oracle 데이터베이스 연결된 서비스 속성입니다. OracleLinkedServiceTypeProperties (필수)

OracleLinkedServiceTypeProperties

Name Description
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

PaypalLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Paypal'(필수)
typeProperties Paypal Service 연결된 서비스 속성입니다. PaypalLinkedServiceTypeProperties (필수)

PaypalLinkedServiceTypeProperties

Name Description
clientId PayPal 애플리케이션과 연결된 클라이언트 ID입니다.
clientSecret PayPal 애플리케이션과 연결된 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
host PayPal 인스턴스의 URL입니다. (예: api.sandbox.paypal.com)
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다.

PhoenixLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Phoenix'(필수)
typeProperties Phoenix 서버 연결된 서비스 속성입니다. PhoenixLinkedServiceTypeProperties (필수)

PhoenixLinkedServiceTypeProperties

Name Description
allowHostNameCNMismatch SSL을 통해 연결할 때 CA 발급 인증서 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 false입니다.
allowSelfSignedServerCert 서버의 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다.
authenticationType Phoenix 서버에 연결하는 데 사용되는 인증 메커니즘입니다. '익명'
'UsernameAndPassword'
'WindowsAzureHDInsightService'(필수)
enableSsl 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
host Phoenix 서버의 IP 주소 또는 호스트 이름입니다. 즉, 192.168.222.160입니다.
httpPath Phoenix 서버에 해당하는 부분 URL입니다. (예: /gateway/sandbox/phoenix/version). WindowsAzureHDInsightService를 사용하는 경우 기본값은 hbasephoenix입니다.
password 사용자 이름에 해당하는 암호입니다. SecretBase
포트 Phoenix 서버가 클라이언트 연결을 수신하는 데 사용하는 TCP 포트입니다. 기본값은 8765입니다.
trustedCertPath SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서를 포함하는 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다.
사용자 이름 Phoenix 서버에 연결하는 데 사용되는 사용자 이름입니다.
useSystemTrustStore 시스템 신뢰 저장소 또는 지정된 PEM 파일의 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다.

PostgreSqlLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'PostgreSql'(필수)
typeProperties PostgreSQL 연결된 서비스 속성입니다. PostgreSqlLinkedServiceTypeProperties (필수)

PostgreSqlLinkedServiceTypeProperties

Name Description
connectionString 연결 문자열입니다. SecretBase (필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

PrestoLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Presto'(필수)
typeProperties Presto 서버 연결된 서비스 속성입니다. PrestoLinkedServiceTypeProperties (필수)

PrestoLinkedServiceTypeProperties

Name Description
allowHostNameCNMismatch SSL을 통해 연결할 때 CA 발급 인증서 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 false입니다.
allowSelfSignedServerCert 서버의 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다.
authenticationType Presto 서버에 연결하는 데 사용되는 인증 메커니즘입니다. '익명'
'LDAP'(필수)
카탈로그 서버에 대한 모든 요청의 카탈로그 컨텍스트입니다.
enableSsl 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
host Presto 서버의 IP 주소 또는 호스트 이름입니다. 즉, 192.168.222.160입니다.
password 사용자 이름에 해당하는 암호입니다. SecretBase
포트 Presto 서버가 클라이언트 연결을 수신하는 데 사용하는 TCP 포트입니다. 기본값은 8080입니다.
serverVersion Presto 서버의 버전입니다. 즉, 0.148-t입니다.
timeZoneID 연결에서 사용되는 현지 표준 시간대입니다. 이 옵션에 유효한 값은 IANA 표준 시간대 데이터베이스에 지정되어 있습니다. 기본값은 시스템 표준 시간대입니다.
trustedCertPath SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서를 포함하는 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다.
사용자 이름 Presto에 연결하는 데 사용되는 사용자 이름입니다.
useSystemTrustStore 시스템 신뢰 저장소 또는 지정된 PEM 파일의 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다.

QuickBooksLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'QuickBooks'(필수)
typeProperties QuickBooks 서버 연결된 서비스 속성입니다. QuickBooksLinkedServiceTypeProperties (필수)

QuickBooksLinkedServiceTypeProperties

Name Description
accessToken OAuth 1.0 인증에 대한 액세스 토큰입니다. SecretBase (필수)
accessTokenSecret OAuth 1.0 인증에 대한 액세스 토큰 암호입니다. SecretBase (필수)
companyId 권한 부여할 QuickBooks 회사의 회사 ID입니다.
consumerKey OAuth 1.0 인증에 대한 소비자 키입니다.
consumerSecret OAuth 1.0 인증에 대한 소비자 비밀입니다. SecretBase (필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
엔드포인트(endpoint) QuickBooks 서버의 엔드포인트입니다. (즉, quickbooks.api.intuit.com)
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다.

ResponsysLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Responsys'(필수)
typeProperties Responsys 연결된 서비스 속성입니다. ResponsysLinkedServiceTypeProperties (필수)

ResponsysLinkedServiceTypeProperties

Name Description
clientId Responsys 애플리케이션과 연결된 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
clientSecret Responsys 애플리케이션과 연결된 클라이언트 암호입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
엔드포인트(endpoint) Responsys 서버의 엔드포인트입니다.
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).

SalesforceLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Salesforce'(필수)
typeProperties Salesforce 연결된 서비스 속성입니다. SalesforceLinkedServiceTypeProperties (필수)

SalesforceLinkedServiceTypeProperties

Name Description
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
environmentUrl Salesforce instance URL입니다. 기본값은 ''https://login.salesforce.com입니다. 샌드박스에서 데이터를 복사하려면 ''https://test.salesforce.com를 지정합니다. 사용자 지정 도메인에서 데이터를 복사하려면 'https://[domain].my.salesforce.com'을 지정합니다. 형식: string(또는 resultType 문자열이 있는 식).
password Salesforce instance 기본 인증에 대한 암호입니다. SecretBase
securityToken 보안 토큰은 Salesforce instance 원격으로 액세스하는 데 필요합니다. SecretBase
사용자 이름 Salesforce instance 기본 인증의 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

SalesforceMarketingCloudLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'SalesforceMarketingCloud'(필수)
typeProperties Salesforce Marketing Cloud 연결된 서비스 속성. SalesforceMarketingCloudLinkedServiceTypeProperties (필수)

SalesforceMarketingCloudLinkedServiceTypeProperties

Name Description
clientId Salesforce Marketing Cloud 애플리케이션과 관련된 클라이언트 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
clientSecret Salesforce Marketing Cloud 애플리케이션과 관련된 클라이언트 암호입니다. 형식: string(또는 resultType 문자열이 있는 식). SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).

SapBWLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'SapBW'(필수)
typeProperties 이 연결된 서비스 유형과 관련된 속성입니다. SapBWLinkedServiceTypeProperties (필수)

SapBWLinkedServiceTypeProperties

Name Description
clientId BW 시스템에 있는 클라이언트의 클라이언트 ID입니다. (일반적으로 문자열로 표시되는 3자리 10진수) 형식: string(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
password SAP BW 서버에 액세스하기 위한 암호입니다. SecretBase
서버 SAP BW instance 호스트 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
systemNumber BW 시스템의 시스템 번호입니다. (일반적으로 문자열로 표시되는 2자리 10진수입니다.) 형식: string(또는 resultType 문자열이 있는 식).
userName SAP BW 서버에 액세스하기 위한 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

SapCloudForCustomerLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'SapCloudForCustomer'(필수)
typeProperties SAP Cloud for Customer 연결된 서비스 속성. SapCloudForCustomerLinkedServiceTypeProperties (필수)

SapCloudForCustomerLinkedServiceTypeProperties

Name Description
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. encryptedCredential 또는 사용자 이름/암호를 제공해야 합니다. 형식: string(또는 resultType 문자열이 있는 식).
password 기본 인증의 암호입니다. SecretBase
url SAP Cloud for Customer OData API의 URL입니다. 예를 들어 '[https://[tenantname].crm.ondemand.com/sap/c4c/odata/v1]'입니다. 형식: string(또는 resultType 문자열이 있는 식).
사용자 이름 기본 인증의 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

SapEccLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'SapEcc'(필수)
typeProperties SAP ECC 연결된 서비스 속성입니다. SapEccLinkedServiceTypeProperties (필수)

SapEccLinkedServiceTypeProperties

Name Description
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. encryptedCredential 또는 사용자 이름/암호를 제공해야 합니다. 형식: string(또는 resultType 문자열이 있는 식). string
password 기본 인증의 암호입니다. SecretBase
url SAP ECC OData API의 URL입니다. 예: '[https://hostname:port/sap/opu/odata/sap/servicename/]'. 형식: string(또는 resultType 문자열이 있는 식). string(필수)
사용자 이름 기본 인증의 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). string

SapHanaLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'SapHana'(필수)
typeProperties 이 연결된 서비스 유형과 관련된 속성입니다. SapHanaLinkedServiceProperties (필수)

SapHanaLinkedServiceProperties

Name Description
authenticationType SAP HANA 서버에 연결하는 데 사용할 인증 유형입니다. 'Basic'
'Windows'
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
password SAP HANA 서버에 액세스하기 위한 암호입니다. SecretBase
서버 SAP HANA 서버의 호스트 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
userName SAP HANA 서버에 액세스하기 위한 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

ServiceNowLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'ServiceNow'(필수)
typeProperties ServiceNow 서버 연결된 서비스 속성입니다. ServiceNowLinkedServiceTypeProperties (필수)

ServiceNowLinkedServiceTypeProperties

Name Description
authenticationType 사용할 인증 유형입니다. 'Basic'
'OAuth2'(필수)
clientId OAuth2 인증에 대한 클라이언트 ID입니다.
clientSecret OAuth2 인증의 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
엔드포인트(endpoint) ServiceNow 서버의 엔드포인트입니다. (예: {instance}.service-now.com)
password 기본 및 OAuth2 인증의 사용자 이름에 해당하는 암호입니다. SecretBase
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다.
사용자 이름 기본 및 OAuth2 인증을 위해 ServiceNow 서버에 연결하는 데 사용되는 사용자 이름입니다.

SftpServerLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Sftp'(필수)
typeProperties 이 연결된 서비스 유형과 관련된 속성입니다. SftpServerLinkedServiceTypeProperties (필수)

SftpServerLinkedServiceTypeProperties

Name Description
authenticationType FTP 서버에 연결하는 데 사용할 인증 유형입니다. 'Basic'
'SshPublicKey'
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
호스트 SFTP 서버 호스트 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
hostKeyFingerprint SFTP 서버의 호스트 키 지문입니다. SkipHostKeyValidation이 false이면 HostKeyFingerprint를 지정해야 합니다. 형식: string(또는 resultType 문자열이 있는 식).
passPhrase SSH 프라이빗 키가 암호화된 경우 SSH 프라이빗 키의 암호를 해독하는 암호입니다. SecretBase
password 기본 인증을 위해 SFTP 서버를 로그온하는 암호입니다. SecretBase
포트 SFTP 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트 번호입니다. 기본값은 22입니다. 형식: 정수(또는 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입니다. 형식: 부울(또는 resultType 부울이 있는 식).
userName SFTP 서버에 로그온하는 데 사용되는 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

ShopifyLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Shopify'(필수)
typeProperties Shopify 서비스 연결된 서비스 속성입니다. ShopifyLinkedServiceTypeProperties (필수)

ShopifyLinkedServiceTypeProperties

Name Description
accessToken Shopify의 데이터에 액세스하는 데 사용할 수 있는 API 액세스 토큰입니다. 토큰이 오프라인 모드인 경우 만료되지 않습니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
host Shopify 서버의 엔드포인트입니다. (즉, mystore.myshopify.com)
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다.

SparkLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Spark'(필수)
typeProperties Spark Server 연결된 서비스 속성입니다. SparkLinkedServiceTypeProperties (필수)

SparkLinkedServiceTypeProperties

Name Description
allowHostNameCNMismatch SSL을 통해 연결할 때 CA 발급 인증서 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 false입니다.
allowSelfSignedServerCert 서버의 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다.
authenticationType Spark 서버에 액세스하는 데 사용되는 인증 방법입니다. '익명'
'Username'
'UsernameAndPassword'
'WindowsAzureHDInsightService'(필수)
enableSsl 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
host Spark 서버의 IP 주소 또는 호스트 이름입니다.
httpPath Spark 서버에 해당하는 부분 URL입니다.
password 사용자 이름 필드에 제공한 사용자 이름에 해당하는 암호입니다. SecretBase
포트 Spark 서버가 클라이언트 연결을 수신하는 데 사용하는 TCP 포트입니다.
serverType Spark 서버의 유형입니다. 'SharkServer'
'SharkServer2'
'SparkThriftServer'
thriftTransportProtocol Thrift 계층에서 사용할 전송 프로토콜입니다. 'Binary'
'HTTP '
'SASL'
trustedCertPath SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서를 포함하는 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다.
사용자 이름 Spark 서버에 액세스하는 데 사용하는 사용자 이름입니다.
useSystemTrustStore 시스템 신뢰 저장소 또는 지정된 PEM 파일의 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다.

SqlServerLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'SqlServer'(필수)
typeProperties 연결된 서비스 속성을 SQL Server. SqlServerLinkedServiceTypeProperties (필수)

SqlServerLinkedServiceTypeProperties

Name Description
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
password 온-프레미스 Windows 인증 암호입니다. SecretBase
userName 온-프레미스 Windows 인증 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

SquareLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Square'(필수)
typeProperties Square 서비스 연결된 서비스 속성입니다. SquareLinkedServiceTypeProperties (필수)

SquareLinkedServiceTypeProperties

Name Description
clientId Square 애플리케이션과 연결된 클라이언트 ID입니다.
clientSecret Square 애플리케이션과 연결된 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
호스트 Square 인스턴스의 URL입니다. 즉, mystore.mysquare.com입니다.
redirectUri Square 애플리케이션 대시보드에 지정된 리디렉션 URL입니다. 즉, http://localhost:2500입니다.
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다.

SybaseLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Sybase'(필수)
typeProperties Sybase 연결된 서비스 속성입니다. SybaseLinkedServiceTypeProperties (필수)

SybaseLinkedServiceTypeProperties

Name Description
authenticationType 연결에 사용할 AuthenticationType입니다. 'Basic'
'Windows'
데이터베이스 연결의 데이터베이스 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
password 인증을 위한 암호입니다. SecretBase
스키마 연결에 대한 스키마 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
서버 연결의 서버 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
사용자 이름 인증을 위한 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

TeradataLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Teradata'(필수)
typeProperties Teradata 연결된 서비스 속성입니다. TeradataLinkedServiceTypeProperties (필수)

TeradataLinkedServiceTypeProperties

Name Description
authenticationType 연결에 사용할 AuthenticationType입니다. 'Basic'
'Windows'
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
password 인증을 위한 암호입니다. SecretBase
서버 연결의 서버 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
사용자 이름 인증을 위한 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

VerticaLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Vertica'(필수)
typeProperties Vertica 연결된 서비스 속성입니다. VerticaLinkedServiceTypeProperties (필수)

VerticaLinkedServiceTypeProperties

Name Description
connectionString ODBC 연결 문자열. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).

WebLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Web'(필수)
typeProperties 웹 연결된 서비스 속성입니다. WebLinkedServiceTypeProperties (필수)

WebLinkedServiceTypeProperties

Name Description
url 웹 서비스 엔드포인트의 URL(예: )입니다. https://www.microsoft.com 형식: string(또는 resultType 문자열이 있는 식).
authenticationType 개체 유형 설정 익명
기본
ClientCertificate (필수)

WebAnonymousAuthentication

Name Description
authenticationType 웹 테이블 원본에 연결하는 데 사용되는 인증 유형입니다. 'Anonymous'(필수)

WebBasicAuthentication

Name Description
authenticationType 웹 테이블 원본에 연결하는 데 사용되는 인증 유형입니다. 'Basic'(필수)
password 기본 인증의 암호입니다. SecretBase (필수)
사용자 이름 기본 인증의 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

WebClientCertificateAuthentication

Name Description
authenticationType 웹 테이블 원본에 연결하는 데 사용되는 인증 유형입니다. 'ClientCertificate'(필수)
password PFX 파일의 암호입니다. SecretBase (필수)
pfx PFX 파일의 Base64로 인코딩된 콘텐츠입니다. SecretBase (필수)

XeroLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Xero'(필수)
typeProperties Xero Service 연결된 서비스 속성입니다. XeroLinkedServiceTypeProperties (필수)

XeroLinkedServiceTypeProperties

Name Description
consumerKey Xero 애플리케이션과 연결된 소비자 키입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
호스트 Xero 서버의 엔드포인트입니다. (즉, api.xero.com)
privateKey Xero 프라이빗 애플리케이션에 대해 생성된 .pem 파일의 프라이빗 키입니다. Unix 줄 끝()을 포함하여 .pem 파일의 모든 텍스트를 포함해야 합니다.
).
SecretBase
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다.

ZohoLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Zoho'(필수)
typeProperties Zoho 서버 연결된 서비스 속성입니다. ZohoLinkedServiceTypeProperties (필수)

ZohoLinkedServiceTypeProperties

Name Description
accessToken Zoho 인증에 대한 액세스 토큰입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
엔드포인트(endpoint) Zoho 서버의 엔드포인트입니다. (즉, crm.zoho.com/crm/private)
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다.

빠른 시작 템플릿

다음 빠른 시작 템플릿은 이 리소스 유형을 배포합니다.

템플릿 Description
Azure 아키텍처에 Sports Analytics 배포

Azure에 배포
ADLS Gen 2가 사용하도록 설정된 Azure Storage 계정, 스토리지 계정에 대한 연결된 서비스(배포된 경우 Azure SQL 데이터베이스) Azure Data Factory instance 및 Azure Databricks instance 만듭니다. 템플릿을 배포하는 사용자의 AAD ID와 ADF instance 대한 관리 ID에는 스토리지 계정에 대한 Storage Blob 데이터 기여자 역할이 부여됩니다. Azure Key Vault instance, 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 Storage로 데이터를 복사하는 V2 데이터 팩터리를 만듭니다.
V2 데이터 팩터리 만들기(Spark)

Azure에 배포
이 템플릿은 Azure Blob Storage 폴더에서 스토리지의 다른 폴더로 데이터를 복사하는 V2 데이터 팩터리를 만듭니다.

Terraform(AzAPI 공급자) 리소스 정의

팩터리/linkedservices 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.

  • 리소스 그룹

각 API 버전에서 변경된 속성 목록은 변경 로그를 참조하세요.

리소스 형식

Microsoft.DataFactory/factories/linkedservices 리소스를 만들려면 템플릿에 다음 Terraform을 추가합니다.

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

LinkedService 개체

형식 속성을 설정하여 개체의 형식을 지정합니다.

AmazonMWS의 경우 다음을 사용합니다.

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

AmazonRedshift의 경우 다음을 사용합니다.

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

AmazonS3의 경우 다음을 사용합니다.

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

AzureBatch의 경우 다음을 사용합니다.

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

AzureDatabricks의 경우 다음을 사용합니다.

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

AzureDataLakeAnalytics의 경우 다음을 사용합니다.

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

AzureDataLakeStore의 경우 다음을 사용합니다.

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

AzureKeyVault의 경우 다음을 사용합니다.

  type = "AzureKeyVault"
  typeProperties = {}

AzureML의 경우 다음을 사용합니다.

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

AzureMySql의 경우 다음을 사용합니다.

  type = "AzureMySql"
  typeProperties = {}

AzurePostgreSql의 경우 다음을 사용합니다.

  type = "AzurePostgreSql"
  typeProperties = {}

AzureSearch의 경우 다음을 사용합니다.

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

AzureSqlDatabase의 경우 다음을 사용합니다.

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

AzureSqlDW의 경우 다음을 사용합니다.

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

AzureStorage의 경우 다음을 사용합니다.

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

Cassandra의 경우 다음을 사용합니다.

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

Concur의 경우 다음을 사용합니다.

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

CosmosDb의 경우 다음을 사용합니다.

  type = "CosmosDb"
  typeProperties = {}

Couchbase의 경우 다음을 사용합니다.

  type = "Couchbase"
  typeProperties = {}

CustomDataSource의 경우 다음을 사용합니다.

  type = "CustomDataSource"

Db2의 경우 다음을 사용합니다.

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

드릴의 경우 다음을 사용합니다.

  type = "Drill"
  typeProperties = {}

Dynamics의 경우 다음을 사용합니다.

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

Eloqua의 경우 다음을 사용합니다.

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

FileServer의 경우 다음을 사용합니다.

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

FtpServer의 경우 다음을 사용합니다.

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

GoogleBigQuery의 경우 다음을 사용합니다.

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

Greenplum의 경우 다음을 사용합니다.

  type = "Greenplum"
  typeProperties = {}

HBase의 경우 다음을 사용합니다.

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

Hdfs의 경우 다음을 사용합니다.

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

HDInsight의 경우 다음을 사용합니다.

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

HDInsightOnDemand의 경우 다음을 사용합니다.

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

Hive의 경우 다음을 사용합니다.

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

HttpServer의 경우 다음을 사용합니다.

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

Hubspot의 경우 다음을 사용합니다.

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

Impala의 경우 다음을 사용합니다.

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

Jira의 경우 다음을 사용합니다.

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

Magento의 경우 다음을 사용합니다.

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

MariaDB의 경우 다음을 사용합니다.

  type = "MariaDB"
  typeProperties = {}

Marketo의 경우 다음을 사용합니다.

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

MongoDb의 경우 다음을 사용합니다.

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

MySql의 경우 다음을 사용합니다.

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

Netezza의 경우 다음을 사용합니다.

  type = "Netezza"
  typeProperties = {}

OData의 경우 다음을 사용합니다.

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

Odbc의 경우 다음을 사용합니다.

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

Oracle의 경우 다음을 사용합니다.

  type = "Oracle"
  typeProperties = {}

Paypal의 경우 다음을 사용합니다.

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

Phoenix의 경우 다음을 사용합니다.

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

PostgreSql의 경우 다음을 사용합니다.

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

Presto의 경우 다음을 사용합니다.

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

QuickBooks의 경우 다음을 사용합니다.

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

Responsys의 경우 다음을 사용합니다.

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

Salesforce의 경우 다음을 사용합니다.

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

SalesforceMarketingCloud의 경우 다음을 사용합니다.

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

SapBW의 경우 다음을 사용합니다.

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

SapCloudForCustomer의 경우 다음을 사용합니다.

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

SapEcc의 경우 다음을 사용합니다.

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

SapHana의 경우 다음을 사용합니다.

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

ServiceNow의 경우 다음을 사용합니다.

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

Sftp의 경우 다음을 사용합니다.

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

Shopify의 경우 다음을 사용합니다.

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

Spark의 경우 다음을 사용합니다.

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

SqlServer의 경우 다음을 사용합니다.

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

Square의 경우 다음을 사용합니다.

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

Sybase의 경우 다음을 사용합니다.

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

Teradata의 경우 다음을 사용합니다.

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

Vertica의 경우 다음을 사용합니다.

  type = "Vertica"
  typeProperties = {}

의 경우 다음을 사용합니다.

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

Xero의 경우 다음을 사용합니다.

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

Zoho의 경우 다음을 사용합니다.

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

SecretBase 개체

형식 속성을 설정하여 개체의 형식을 지정합니다.

AzureKeyVaultSecret의 경우 다음을 사용합니다.

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

SecureString의 경우 다음을 사용합니다.

  type = "SecureString"
  value = "string"

WebLinkedServiceTypeProperties 개체

authenticationType 속성을 설정하여 개체 유형을 지정합니다.

익명의 경우 다음을 사용합니다.

  authenticationType = "Anonymous"

기본의 경우 다음을 사용합니다.

  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

Name Description
형식 리소스 종류 "Microsoft.DataFactory/factories/linkedservices@2017-09-01-preview"
name 리소스 이름 string(필수)

문자 제한: 1-260

유효한 문자:
다음을 사용할 수 없습니다.
<>*#.%&:\\+?/ 또는 제어 문자

영숫자로 시작합니다.
parent_id 이 리소스의 부모인 리소스의 ID입니다. 유형의 리소스에 대한 ID: 팩터리
properties 연결된 서비스의 속성입니다. LinkedService (필수)

LinkedService

Name Description
주석 데이터 세트를 설명하는 데 사용할 수 있는 태그 목록입니다. any[]
connectVia 통합 런타임 참조입니다. IntegrationRuntimeReference
description 연결된 서비스 설명입니다. string
매개 변수 연결된 서비스에 대한 매개 변수입니다. ParameterDefinitionSpecification
형식 개체 유형 설정 AmazonMWS
AmazonRedshift
AmazonS3
AzureBatch
AzureDatabricks
AzureDataLakeAnalytics
AzureDataLakeStore
AzureKeyVault
AzureML
AzureMySql
AzurePostgreSql
AzureSearch
AzureSqlDatabase
AzureSqlDW
AzureStorage
Cassandra
Concur
CosmosDb
Couchbase
CustomDataSource
Db2
Drill
Dynamics
Eloqua
FileServer
FtpServer
GoogleBigQuery
Greenplum
HBase
Hdfs
HDInsight
HDInsightOnDemand
Hive
HttpServer
Hubspot
Impala
Jira
Magento
MariaDB
Marketo
Mongodb
MySql
Netezza
OData
Odbc
Oracle
페이팔
Phoenix
Postgresql
Presto
QuickBooks
Responsys
Salesforce
SalesforceMarketingCloud
SapBW
SapCloudForCustomer
SapEcc
SapHana
ServiceNow
Sftp
Shopify
Spark
Sqlserver
사각형
Sybase
Teradata
Vertica
Web
Xero
Zoho (필수)

IntegrationRuntimeReference

Name Description
매개 변수 통합 런타임에 대한 인수입니다. ParameterValueSpecification
referenceName 통합 런타임 이름을 참조합니다. string(필수)
형식 통합 런타임 유형입니다. "IntegrationRuntimeReference"(필수)

ParameterValueSpecification

Name Description
{사용자 지정 속성}

ParameterDefinitionSpecification

Name Description
{사용자 지정 속성} ParameterSpecification

ParameterSpecification

Name Description
defaultValue 매개 변수의 기본값입니다.
형식 매개 변수 유형입니다. "Array"
"Bool"
"Float"
"Int"
"개체"
"SecureString"
"String"(필수)

AmazonMWSLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "AmazonMWS"(필수)
typeProperties Amazon Marketplace 웹 서비스 연결된 서비스 속성. AmazonMWSLinkedServiceTypeProperties (필수)

AmazonMWSLinkedServiceTypeProperties

Name Description
accessKeyId 데이터에 액세스하는 데 사용되는 액세스 키 ID입니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
엔드포인트(endpoint) Amazon MWS 서버의 엔드포인트(예: mws.amazonservices.com)
marketplaceID 데이터를 검색하려는 Amazon Marketplace ID입니다. 여러 Marketplace ID에서 데이터를 검색하려면 쉼표(,)로 구분합니다. (예: A2EUQ1WTGCTBG2)
mwsAuthToken Amazon MWS 인증 토큰입니다. SecretBase
secretKey 데이터 액세스에 사용되는 비밀 키입니다. SecretBase
sellerID Amazon 판매자 ID입니다.
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다.

SecretBase

Name Description
형식 개체 형식 설정 AzureKeyVaultSecret
SecureString (필수)

AzureKeyVaultSecretReference

Name Description
형식 비밀의 유형입니다. "AzureKeyVaultSecret"(필수)
secretName Azure Key Vault 비밀의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
secretVersion Azure Key Vault 비밀의 버전입니다. 기본값은 비밀의 최신 버전입니다. 형식: string(또는 resultType 문자열이 있는 식).
store Azure Key Vault 연결된 서비스 참조입니다. LinkedServiceReference (필수)

LinkedServiceReference

Name Description
매개 변수 LinkedService에 대한 인수입니다. ParameterValueSpecification
referenceName LinkedService 이름을 참조합니다. string(필수)
형식 연결된 서비스 참조 형식입니다. "LinkedServiceReference"(필수)

SecureString

Name Description
형식 비밀의 유형입니다. string(필수)
보안 문자열의 값입니다. string(필수)

AmazonRedshiftLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "AmazonRedshift"(필수)
typeProperties Amazon Redshift 연결된 서비스 속성. AmazonRedshiftLinkedServiceTypeProperties (필수)

AmazonRedshiftLinkedServiceTypeProperties

Name Description
데이터베이스 Amazon Redshift 원본의 데이터베이스 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
password Amazon Redshift 원본의 암호입니다. SecretBase
포트 Amazon Redshift 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트 번호입니다. 기본값은 5439입니다. 형식: 정수(또는 resultType 정수가 있는 식).
서버 Amazon Redshift 서버의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
사용자 이름 Amazon Redshift 원본의 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

AmazonS3LinkedService

Name Description
형식 연결된 서비스의 유형입니다. "AmazonS3"(필수)
typeProperties Amazon S3 연결된 서비스 속성. AmazonS3LinkedServiceTypeProperties (필수)

AmazonS3LinkedServiceTypeProperties

Name Description
accessKeyId Amazon S3 IAM(ID 및 액세스 관리) 사용자의 액세스 키 식별자입니다. 형식: string(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
secretAccessKey Amazon S3 IAM(ID 및 액세스 관리) 사용자의 비밀 액세스 키입니다. SecretBase

AzureBatchLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "AzureBatch"(필수)
typeProperties 연결된 서비스 속성을 Azure Batch. AzureBatchLinkedServiceTypeProperties (필수)

AzureBatchLinkedServiceTypeProperties

Name Description
accessKey Azure Batch 계정 액세스 키입니다. SecretBase
accountName Azure Batch 계정 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
batchUri Azure Batch URI입니다. 형식: string(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
linkedServiceName Azure Storage 연결된 서비스 참조입니다. LinkedServiceReference (필수)
poolName Azure Batch 풀 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

AzureDatabricksLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "AzureDatabricks"(필수)
typeProperties Azure Databricks 연결된 서비스 속성입니다. AzureDatabricksLinkedServiceTypeProperties (필수)

AzureDatabricksLinkedServiceTypeProperties

Name Description
accessToken databricks REST API에 대한 액세스 토큰입니다. https://docs.azuredatabricks.net/api/latest/authentication.html을 참조하세요. 형식: string(또는 resultType 문자열이 있는 식). SecretBase (필수)
도메인 {REGION}.azuredatabricks.net, Databricks 배포의 도메인 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
existingClusterId 이 작업의 모든 실행에 사용할 기존 클러스터의 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
newClusterNodeType 새 클러스터의 노드 유형입니다. 형식: string(또는 resultType 문자열이 있는 식).
newClusterNumOfWorker 새 클러스터에 있어야 하는 작업자 노드 수입니다. '1'과 같이 Int32 형식의 문자열은 numOfWorker가 1 또는 '1:10'이면 1에서 최소로, 10에서 최대로 자동 크기 조정을 의미합니다. 형식: string(또는 resultType 문자열이 있는 식).
newClusterSparkConf 선택적인 사용자 지정 Spark 구성 키-값 쌍의 집합입니다. AzureDatabricksLinkedServiceTypePropertiesNewCluster...
newClusterVersion 새 클러스터의 Spark 버전입니다. 형식: string(또는 resultType 문자열이 있는 식).

AzureDatabricksLinkedServiceTypePropertiesNewCluster...

Name Description
{customized property}

AzureDataLakeAnalyticsLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "AzureDataLakeAnalytics"(필수)
typeProperties Azure Data Lake Analytics 연결된 서비스 속성입니다. AzureDataLakeAnalyticsLinkedServiceTypeProperties (필수)

AzureDataLakeAnalyticsLinkedServiceTypeProperties

Name Description
accountName Azure Data Lake Analytics 계정 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
dataLakeAnalyticsUri Azure Data Lake Analytics URI 형식: 문자열(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
resourceGroupName 계정 리소스 그룹 이름을 Data Lake Analytics(Data Factory 계정과 다른 경우) 형식: string(또는 resultType 문자열이 있는 식).
servicePrincipalId Azure Data Lake Analytics 계정에 대해 인증하는 데 사용되는 애플리케이션의 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
servicePrincipalKey Azure Data Lake Analytics 계정에 대해 인증하는 데 사용되는 애플리케이션의 키입니다. SecretBase
subscriptionId Data Lake Analytics 계정 구독 ID입니다(Data Factory 계정과 다른 경우). 형식: string(또는 resultType 문자열이 있는 식).
tenant 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

AzureDataLakeStoreLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "AzureDataLakeStore"(필수)
typeProperties Azure Data Lake Store 연결된 서비스 속성. AzureDataLakeStoreLinkedServiceTypeProperties (필수)

AzureDataLakeStoreLinkedServiceTypeProperties

Name Description
accountName Data Lake Store 계정 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
dataLakeStoreUri Data Lake Store 서비스 URI. 형식: 문자열(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
resourceGroupName Data Lake Store 계정 리소스 그룹 이름(Data Factory 계정과 다른 경우). 형식: 문자열(또는 resultType 문자열이 있는 식).
servicePrincipalId Azure Data Lake Store 계정에 대해 인증하는 데 사용되는 애플리케이션의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
servicePrincipalKey Azure Data Lake Store 계정에 대해 인증하는 데 사용되는 애플리케이션의 키입니다. SecretBase
subscriptionId Data Lake Store 계정 구독 ID(Data Factory 계정과 다른 경우). 형식: 문자열(또는 resultType 문자열이 있는 식).
tenant 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

AzureKeyVaultLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "AzureKeyVault"(필수)
typeProperties Azure Key Vault 연결된 서비스 속성입니다. AzureKeyVaultLinkedServiceTypeProperties (필수)

AzureKeyVaultLinkedServiceTypeProperties

Name Description
baseUrl Azure Key Vault 기본 URL입니다. 예: https://myakv.vault.azure.net Type: string(또는 resultType 문자열이 있는 식).

AzureMLLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "AzureML"(필수)
typeProperties Azure ML 웹 서비스 연결된 서비스 속성입니다. AzureMLLinkedServiceTypeProperties (필수)

AzureMLLinkedServiceTypeProperties

Name Description
apiKey Azure ML 모델 엔드포인트에 액세스하기 위한 API 키입니다. SecretBase (필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
mlEndpoint Azure ML 웹 서비스 엔드포인트에 대한 Batch 실행 REST URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
servicePrincipalId Azure ML 웹 서비스의 ARM 기반 updateResourceEndpoint에 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
servicePrincipalKey Azure ML 웹 서비스의 ARM 기반 updateResourceEndpoint에 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase
tenant 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
updateResourceEndpoint Azure ML 웹 서비스 엔드포인트에 대한 리소스 REST URL 업데이트입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

AzureMySqlLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "AzureMySql"(필수)
typeProperties Azure MySQL 데이터베이스 연결된 서비스 속성. AzureMySqlLinkedServiceTypeProperties (필수)

AzureMySqlLinkedServiceTypeProperties

Name Description
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

AzurePostgreSqlLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "AzurePostgreSql"(필수)
typeProperties Azure PostgreSQL 연결된 서비스 속성. AzurePostgreSqlLinkedServiceTypeProperties (필수)

AzurePostgreSqlLinkedServiceTypeProperties

Name Description
connectionString ODBC 연결 문자열. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

AzureSearchLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "AzureSearch"(필수)
typeProperties Windows Azure Search Service 연결된 서비스 속성입니다. AzureSearchLinkedServiceTypeProperties (필수)

AzureSearchLinkedServiceTypeProperties

Name Description
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
key Azure Search Service 대한 관리 키 SecretBase
url Azure Search Service 대한 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

AzureSqlDatabaseLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "AzureSqlDatabase"(필수)
typeProperties Azure SQL 데이터베이스 연결된 서비스 속성입니다. AzureSqlDatabaseLinkedServiceTypeProperties (필수)

AzureSqlDatabaseLinkedServiceTypeProperties

Name Description
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
servicePrincipalId Azure SQL Database에 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
servicePrincipalKey Azure SQL Database에 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase
tenant 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

AzureSqlDWLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "AzureSqlDW"(필수)
typeProperties 연결된 서비스 속성을 Azure SQL Data Warehouse. AzureSqlDWLinkedServiceTypeProperties (필수)

AzureSqlDWLinkedServiceTypeProperties

Name Description
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
servicePrincipalId Azure SQL Data Warehouse 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
servicePrincipalKey Azure SQL Data Warehouse 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase
tenant 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

AzureStorageLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "AzureStorage"(필수)
typeProperties Azure Storage 연결된 서비스 속성. AzureStorageLinkedServiceTypeProperties (필수)

AzureStorageLinkedServiceTypeProperties

Name Description
connectionString 연결 문자열입니다. sasUri 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
sasUri Azure Storage 리소스의 SAS URI입니다. connectionString 속성과 함께 사용할 수 없습니다. SecretBase

CassandraLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Cassandra"(필수)
typeProperties Cassandra 연결된 서비스 속성입니다. CassandraLinkedServiceTypeProperties (필수)

CassandraLinkedServiceTypeProperties

Name Description
authenticationType 연결에 사용할 AuthenticationType입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
호스트 연결의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
password 인증을 위한 암호입니다. SecretBase
포트 연결의 포트입니다. 형식: 정수(또는 resultType 정수의 식).
사용자 이름 인증을 위한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

ConcurLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Concur"(필수)
typeProperties Concur Service 연결된 서비스 속성입니다. ConcurLinkedServiceTypeProperties (필수)

ConcurLinkedServiceTypeProperties

Name Description
clientId Concur App Management에서 제공하는 애플리케이션 client_id입니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
password username 필드에서 제공한 사용자 이름에 해당하는 암호입니다. SecretBase
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다.
사용자 이름 Concur Service에 액세스하는 데 사용되는 사용자 이름입니다.

CosmosDbLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "CosmosDb"(필수)
typeProperties CosmosDB 연결된 서비스 속성입니다. CosmosDbLinkedServiceTypeProperties (필수)

CosmosDbLinkedServiceTypeProperties

Name Description
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).

CouchbaseLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Couchbase"(필수)
typeProperties Couchbase 서버 연결된 서비스 속성입니다. CouchbaseLinkedServiceTypeProperties (필수)

CouchbaseLinkedServiceTypeProperties

Name Description
connectionString ODBC 연결 문자열. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).

CustomDataSourceLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "CustomDataSource"(필수)
typeProperties 사용자 지정 연결된 서비스 속성입니다.

Db2LinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Db2"(필수)
typeProperties DB2 연결된 서비스 속성입니다. Db2LinkedServiceTypeProperties (필수)

Db2LinkedServiceTypeProperties

Name Description
authenticationType 연결에 사용할 AuthenticationType입니다. "Basic"
데이터베이스 연결의 데이터베이스 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
password 인증을 위한 암호입니다. SecretBase
서버 연결의 서버 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
사용자 이름 인증을 위한 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

DrillLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "드릴"(필수)
typeProperties 드릴 서버 연결된 서비스 속성입니다. DrillLinkedServiceTypeProperties (필수)

DrillLinkedServiceTypeProperties

Name Description
connectionString ODBC 연결 문자열. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

DynamicsLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Dynamics"(필수)
typeProperties Dynamics 연결된 서비스 속성입니다. DynamicsLinkedServiceTypeProperties (필수)

DynamicsLinkedServiceTypeProperties

Name Description
authenticationType Dynamics 서버에 연결하기 위한 인증 유형입니다. 온라인 시나리오의 경우 'Office365', Ifd 시나리오를 사용하는 온-프레미스의 경우 'Ifd'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). "Ifd"
"Office365"(필수)
deploymentType Dynamics 인스턴스의 배포 유형입니다. Dynamics Online용 'Online'과 Ifd를 사용하는 Dynamics 온-프레미스의 경우 'OnPremisesWithIfd'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). "OnPremisesWithIfd"
"Online"(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
hostName 온-프레미스 Dynamics 서버의 호스트 이름입니다. 속성은 온-프레미스에 필요하며 온라인용으로 허용되지 않습니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
organizationName Dynamics 인스턴스의 조직 이름입니다. 속성은 온-프레미스에 필요하며 사용자와 연결된 Dynamics 인스턴스가 둘 이상 있는 경우 온라인용으로 필요합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
password Dynamics instance 액세스하기 위한 암호입니다. SecretBase
포트 온-프레미스 Dynamics 서버의 포트입니다. 속성은 온-프레미스에 필요하며 온라인용으로 허용되지 않습니다. 기본값은 443입니다. 형식: 정수(또는 resultType 정수의 식), 최소: 0.
serviceUri Microsoft Dynamics 서버의 URL입니다. 속성은 온라인에 필요하며 온-프레미스에는 허용되지 않습니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
사용자 이름 Dynamics instance 액세스할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

EloquaLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Eloqua"(필수)
typeProperties Eloqua 서버 연결된 서비스 속성입니다. EloquaLinkedServiceTypeProperties (필수)

EloquaLinkedServiceTypeProperties

Name Description
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
엔드포인트(endpoint) Eloqua 서버의 엔드포인트입니다. (즉, eloqua.example.com)
password 사용자 이름에 해당하는 암호입니다. SecretBase
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다.
사용자 이름 사이트 이름/사용자 이름 형식의 Eloqua 계정의 사이트 이름 및 사용자 이름입니다. (예: 엘로쿠아/앨리스)

FileServerLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "FileServer"(필수)
typeProperties 파일 시스템 연결된 서비스 속성입니다. FileServerLinkedServiceTypeProperties (필수)

FileServerLinkedServiceTypeProperties

Name Description
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
호스트 서버의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
password 서버를 로그온할 암호입니다. SecretBase
userId 서버를 로그온할 사용자 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

FtpServerLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "FtpServer"(필수)
typeProperties 이 연결된 서비스 유형과 관련된 속성입니다. FtpServerLinkedServiceTypeProperties (필수)

FtpServerLinkedServiceTypeProperties

Name Description
authenticationType FTP 서버에 연결하는 데 사용할 인증 유형입니다. "익명"
"Basic"
enableServerCertificateValidation true이면 SSL/TLS 채널을 통해 연결할 때 FTP 서버 SSL 인증서의 유효성을 검사합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
enableSsl true이면 SSL/TLS 채널을 통해 FTP 서버에 연결합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
호스트 FTP 서버의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
password FTP 서버를 로그온하는 암호입니다. SecretBase
포트 FTP 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트 번호입니다. 기본값은 21입니다. 형식: 정수(또는 resultType 정수의 식), 최소: 0.
userName FTP 서버를 로그온할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

GoogleBigQueryLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "GoogleBigQuery"(필수)
typeProperties Google BigQuery 서비스 연결된 서비스 속성. GoogleBigQueryLinkedServiceTypeProperties (필수)

GoogleBigQueryLinkedServiceTypeProperties

Name Description
additionalProjects 액세스할 공용 BigQuery 프로젝트의 쉼표로 구분된 목록입니다.
authenticationType 인증에 사용되는 OAuth 2.0 인증 메커니즘입니다. ServiceAuthentication은 자체 호스팅 IR에서만 사용할 수 있습니다. "ServiceAuthentication"
"UserAuthentication"(필수)
clientId 새로 고침 토큰을 얻는 데 사용되는 Google 애플리케이션의 클라이언트 ID입니다. SecretBase
clientSecret 새로 고침 토큰을 얻는 데 사용되는 Google 애플리케이션의 클라이언트 암호입니다. SecretBase
이메일 ServiceAuthentication에 사용되는 서비스 계정 메일 ID이며 자체 호스팅 IR에서만 사용할 수 있습니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
keyFilePath 서비스 계정 메일 주소를 인증하는 데 사용되는 .p12 키 파일의 전체 경로이며 자체 호스팅 IR에서만 사용할 수 있습니다.
프로젝트 쿼리할 기본 BigQuery 프로젝트입니다.
refreshToken UserAuthentication을 위한 BigQuery 액세스 권한을 부여하기 위해 Google에서 얻은 새로 고침 토큰입니다. SecretBase
requestGoogleDriveScope Google Drive에 대한 액세스를 요청할지 여부입니다. Google Drive 액세스를 허용하면 BigQuery 데이터를 Google Drive의 데이터와 결합하는 페더레이션된 테이블을 지원할 수 있습니다. 기본값은 false입니다.
trustedCertPath SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서를 포함하는 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다.
useSystemTrustStore 시스템 신뢰 저장소 또는 지정된 PEM 파일의 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다.

GreenplumLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Greenplum"(필수)
typeProperties Greenplum Database 연결된 서비스 속성입니다. GreenplumLinkedServiceTypeProperties (필수)

GreenplumLinkedServiceTypeProperties

Name Description
connectionString ODBC 연결 문자열. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).

HBaseLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "HBase"(필수)
typeProperties HBase 서버 연결된 서비스 속성입니다. HBaseLinkedServiceTypeProperties (필수)

HBaseLinkedServiceTypeProperties

Name Description
allowHostNameCNMismatch SSL을 통해 연결할 때 CA 발급 인증서 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 false입니다.
allowSelfSignedServerCert 서버의 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다.
authenticationType HBase 서버에 연결하는 데 사용할 인증 메커니즘입니다. "익명"
"기본"(필수)
enableSsl 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
host HBase 서버의 IP 주소 또는 호스트 이름입니다. 즉, 192.168.222.160입니다.
httpPath HBase 서버에 해당하는 부분 URL입니다. 즉, /gateway/sandbox/hbase/version입니다.
password 사용자 이름에 해당하는 암호입니다. SecretBase
포트 HBase 인스턴스가 클라이언트 연결을 수신하는 데 사용하는 TCP 포트입니다. 기본값은 9090입니다.
trustedCertPath SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서를 포함하는 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다.
사용자 이름 HBase 인스턴스에 연결하는 데 사용되는 사용자 이름입니다.

HdfsLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Hdfs"(필수)
typeProperties HDFS 연결된 서비스 속성입니다. HdfsLinkedServiceTypeProperties (필수)

HdfsLinkedServiceTypeProperties

Name Description
authenticationType HDFS에 연결하는 데 사용되는 인증 유형입니다. 가능한 값은 익명 및 Windows입니다. 형식: string(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
password Windows 인증에 대한 암호. SecretBase
url HDFS 서비스 엔드포인트의 URL(예: )입니다. http://myhostname:50070/webhdfs/v1 형식: string(또는 resultType 문자열이 있는 식).
userName Windows 인증 대한 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

HDInsightLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "HDInsight"(필수)
typeProperties HDInsight 연결된 서비스 속성. HDInsightLinkedServiceTypeProperties (필수)

HDInsightLinkedServiceTypeProperties

Name Description
clusterUri HDInsight 클러스터 URI. 형식: string(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
hcatalogLinkedServiceName HCatalog 데이터베이스를 가리키는 Azure SQL 연결된 서비스에 대한 참조입니다. LinkedServiceReference
linkedServiceName Azure Storage 연결된 서비스 참조입니다. LinkedServiceReference
password HDInsight 클러스터 암호. SecretBase
userName HDInsight 클러스터 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

HDInsightOnDemandLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "HDInsightOnDemand"(필수)
typeProperties HDInsight 온디맨드 연결된 서비스 속성입니다. HDInsightOnDemandLinkedServiceTypeProperties (필수)

HDInsightOnDemandLinkedServiceTypeProperties

Name Description
additionalLinkedServiceNames HDInsight 연결된 서비스에 대한 추가 스토리지 계정을 지정하므로 데이터 팩터리 서비스가 사용자를 대신해 계정을 등록할 수 있습니다. LinkedServiceReference[]
clusterNamePrefix 클러스터 이름 접두사인 접두사는 타임스탬프와 구별됩니다. 형식: string(또는 resultType 문자열이 있는 식).
clusterPassword 클러스터에 액세스할 암호입니다. SecretBase
clusterResourceGroup 클러스터가 속한 리소스 그룹입니다. 형식: string(또는 resultType 문자열이 있는 식).
clusterSize 클러스터의 작업자/데이터 노드 수 제안 값: 4. 형식: string(또는 resultType 문자열이 있는 식).
clusterSshPassword SSH에 대한 암호는 클러스터의 노드(Linux용)를 원격으로 연결합니다. SecretBase
clusterSshUserName SSH을 통해 클러스터 노드에 원격으로 연결하기 위한 사용자 이름입니다(Linux용). 형식: string(또는 resultType 문자열이 있는 식).
clusterType 클러스터 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
clusterUserName 클러스터에 액세스하기 위한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
coreConfiguration 만들어지는 HDInsight 클러스터에 대한 핵심 구성 매개 변수(core-site.xml에서 처럼)를 지정합니다.
dataNodeSize HDInsight 클러스터의 데이터 노드 크기를 지정합니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
hBaseConfiguration HDInsight 클러스터에 대한 HBase 구성 매개 변수(hbase-site.xml)를 지정합니다.
hcatalogLinkedServiceName HCatalog 데이터베이스를 가리키는 Azure SQL 연결된 서비스 이름입니다. 주문형 HDInsight 클러스터는 Azure SQL 데이터베이스를 metastore로 사용하여 만들어집니다. LinkedServiceReference
hdfsConfiguration HDInsight 클러스터에 대한 HDFS 구성 매개 변수(hdfs-site.xml)를 지정합니다.
headNodeSize HDInsight 클러스터의 헤드 노드 크기를 지정합니다.
hiveConfiguration HDInsight 클러스터에 대한 hive 구성 매개 변수(hive-site.xml)를 지정합니다.
hostSubscriptionId 클러스터를 호스트할 고객의 구독입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
linkedServiceName 데이터를 저장 및 처리하기 위해 주문형 클러스터에서 사용하는 Azure Storage 연결 서비스입니다. LinkedServiceReference (필수)
mapReduceConfiguration HDInsight 클러스터에 대한 MapReduce 구성 매개 변수(mapred-site.xml)를 지정합니다.
oozieConfiguration HDInsight 클러스터에 대한 Oozie 구성 매개 변수(oozie-site.xml)를 지정합니다.
servicePrincipalId hostSubscriptionId의 서비스 주체 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
servicePrincipalKey 서비스 주체 ID의 키입니다. SecretBase
sparkVersion 클러스터 유형이 'spark'인 경우 spark 버전입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
stormConfiguration HDInsight 클러스터에 대한 Storm 구성 매개 변수(storm-site.xml)를 지정합니다.
tenant 서비스 주체가 속한 테넌트 ID/이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
timeToLive 주문형 HDInsight 클러스터에 대한 허용된 유휴 시간입니다. 클러스터에 다른 활성 작업이 없으면 작업이 완료된 후에 주문형 HDInsight 클러스터가 유지될 기간을 지정합니다. 최소값은 5분입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
버전 HDInsight 클러스터의 버전입니다.  형식: 문자열(또는 resultType 문자열이 있는 식).
yarnConfiguration HDInsight 클러스터에 대한 Yarn 구성 매개 변수(yarn-site.xml)를 지정합니다.
zookeeperNodeSize HDInsight 클러스터에 대한 Zoo Keeper 노드의 크기를 지정합니다.

HiveLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Hive"(필수)
typeProperties Hive Server 연결된 서비스 속성입니다. HiveLinkedServiceTypeProperties (필수)

HiveLinkedServiceTypeProperties

Name Description
allowHostNameCNMismatch SSL을 통해 연결할 때 CA 발급 인증서 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 false입니다.
allowSelfSignedServerCert 서버의 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다.
authenticationType Hive 서버에 액세스하는 데 사용되는 인증 방법입니다. "익명"
"사용자 이름"
"UsernameAndPassword"
"WindowsAzureHDInsightService"(필수)
enableSsl 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
호스트 Hive 서버의 IP 주소 또는 호스트 이름으로, 호스트가 여러 개인 경우 ‘,’로 구분합니다(serviceDiscoveryMode가 사용되는 경우에만 해당).
httpPath Hive 서버에 해당하는 부분 URL입니다.
password 사용자 이름 필드에 제공한 사용자 이름에 해당하는 암호입니다. SecretBase
포트 Hive 서버가 클라이언트 연결을 수신하는 데 사용하는 TCP 포트입니다.
serverType Hive 서버의 유형입니다. "HiveServer1"
"HiveServer2"
"HiveThriftServer"
serviceDiscoveryMode true이면 ZooKeeper 서비스 사용을 나타내고, false이면 그렇지 않습니다.
thriftTransportProtocol Thrift 계층에서 사용할 전송 프로토콜입니다. "Binary"
"HTTP "
"SASL"
trustedCertPath SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서를 포함하는 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다.
useNativeQuery 드라이버가 기본 HiveQL 쿼리를 사용하는지, 이 쿼리를 동일한 HiveQL의 형식으로 변환하는지를 지정합니다.
사용자 이름 Hive 서버에 액세스하는 데 사용하는 사용자 이름입니다.
useSystemTrustStore 시스템 신뢰 저장소 또는 지정된 PEM 파일의 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다.
zooKeeperNameSpace ZooKeeper에서 Hive 서버 2 노드가 추가되는 네임스페이스입니다.

HttpLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "HttpServer"(필수)
typeProperties 이 연결된 서비스 유형과 관련된 속성입니다. HttpLinkedServiceTypeProperties (필수)

HttpLinkedServiceTypeProperties

Name Description
authenticationType HTTP 서버에 연결하는 데 사용할 인증 유형입니다. "익명"
"Basic"
"ClientCertificate"
"다이제스트"
"Windows"
certThumbprint ClientCertificate 인증을 위한 인증서의 지문입니다. 온-프레미스 복사에만 유효합니다. ClientCertificate 인증을 사용한 온-프레미스 복사의 경우 CertThumbprint 또는 EmbeddedCertData/Password를 지정해야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
embeddedCertData ClientCertificate 인증을 위해 Base64로 인코딩된 인증서 데이터입니다. ClientCertificate 인증을 사용한 온-프레미스 복사의 경우 CertThumbprint 또는 EmbeddedCertData/Password를 지정해야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
enableServerCertificateValidation true이면 HTTPS 서버 SSL 인증서의 유효성을 검사합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
password EmbeddedCertData 인증을 사용한 기본, 다이제스트, Windows 또는 ClientCertificate의 암호입니다. SecretBase
url HTTP 엔드포인트의 기본 URL(예: )입니다. https://www.microsoft.com 형식: 문자열(또는 resultType 문자열이 있는 식).
userName 기본, 다이제스트 또는 Windows 인증 대한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

HubspotLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Hubspot"(필수)
typeProperties Hubspot Service 연결된 서비스 속성입니다. HubspotLinkedServiceTypeProperties (필수)

HubspotLinkedServiceTypeProperties

Name Description
accessToken OAuth 통합을 처음 인증할 때 얻은 액세스 토큰입니다. SecretBase
clientId Hubspot 애플리케이션과 연결된 클라이언트 ID입니다.
clientSecret Hubspot 애플리케이션과 연결된 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
refreshToken OAuth 통합을 처음 인증할 때 얻은 새로 고침 토큰입니다. SecretBase
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다.

ImpalaLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Impala"(필수)
typeProperties Impala 서버 연결된 서비스 속성입니다. ImpalaLinkedServiceTypeProperties (필수)

ImpalaLinkedServiceTypeProperties

Name Description
allowHostNameCNMismatch SSL을 통해 연결할 때 CA 발급 인증서 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 false입니다.
allowSelfSignedServerCert 서버의 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다.
authenticationType 사용할 인증 유형입니다. "익명"
"SASLUsername"
"UsernameAndPassword"(필수)
enableSsl 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
호스트 Impala 서버의 IP 주소 또는 호스트 이름입니다. 즉, 192.168.222.160입니다.
password UsernameAndPassword를 사용할 때 사용자 이름에 해당하는 암호입니다. SecretBase
포트 Impala 서버가 클라이언트 연결을 수신하는 데 사용하는 TCP 포트입니다. 기본값은 21050입니다.
trustedCertPath SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서를 포함하는 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다.
사용자 이름 Impala 서버에 액세스하는 데 사용되는 사용자 이름입니다. SASLUsername을 사용하는 경우 기본값은 익명입니다.
useSystemTrustStore 시스템 신뢰 저장소 또는 지정된 PEM 파일의 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다.

JiraLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Jira"(필수)
typeProperties Jira Service 연결된 서비스 속성입니다. JiraLinkedServiceTypeProperties (필수)

JiraLinkedServiceTypeProperties

Name Description
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
host Jira 서비스의 IP 주소 또는 호스트 이름입니다. (예: jira.example.com)
password username 필드에서 제공한 사용자 이름에 해당하는 암호입니다. SecretBase
포트 Jira 서버가 클라이언트 연결을 수신하는 데 사용하는 TCP 포트입니다. 기본값은 HTTPS를 통해 연결하는 경우 443이고, HTTP를 통해 연결하는 경우 8080입니다.
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다.
사용자 이름 Jira 서비스에 액세스하는 데 사용하는 사용자 이름입니다.

MagentoLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Magento"(필수)
typeProperties Magento 서버 연결된 서비스 속성입니다. MagentoLinkedServiceTypeProperties (필수)

MagentoLinkedServiceTypeProperties

Name Description
accessToken Magento의 액세스 토큰입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
host Magento 인스턴스의 URL입니다. (즉, 192.168.222.110/magento3)
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다.

MariaDBLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "MariaDB"(필수)
typeProperties MariaDB 서버 연결된 서비스 속성입니다. MariaDBLinkedServiceTypeProperties (필수)

MariaDBLinkedServiceTypeProperties

Name Description
connectionString ODBC 연결 문자열. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).

MarketoLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Marketo"(필수)
typeProperties Marketo 서버 연결된 서비스 속성입니다. MarketoLinkedServiceTypeProperties (필수)

MarketoLinkedServiceTypeProperties

Name Description
clientId Marketo 서비스의 클라이언트 ID입니다.
clientSecret Marketo 서비스의 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
엔드포인트(endpoint) Marketo 서버의 엔드포인트입니다. (즉, 123-ABC-321.mktorest.com)
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다.

MongoDbLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "MongoDb"(필수)
typeProperties MongoDB 연결된 서비스 속성입니다. MongoDbLinkedServiceTypeProperties (필수)

MongoDbLinkedServiceTypeProperties

Name Description
allowSelfSignedServerCert 서버의 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
authenticationType MongoDB 데이터베이스에 연결하는 데 사용할 인증 유형입니다. "익명"
"Basic"
authSource 사용자 이름 및 암호를 확인하는 데이터베이스입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
databaseName 액세스하려는 MongoDB 데이터베이스의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
enableSsl 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
password 인증을 위한 암호입니다. SecretBase
포트 MongoDB 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트 번호입니다. 기본값은 27017입니다. 형식: 정수(또는 resultType 정수의 식), 최소: 0.
서버 MongoDB 서버의 IP 주소 또는 서버 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
사용자 이름 인증을 위한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

MySqlLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "MySql"(필수)
typeProperties MySQL 연결된 서비스 속성입니다. MySqlLinkedServiceTypeProperties (필수)

MySqlLinkedServiceTypeProperties

Name Description
connectionString 연결 문자열입니다. SecretBase (필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

NetezzaLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Netezza"(필수)
typeProperties Netezza 연결된 서비스 속성입니다. NetezzaLinkedServiceTypeProperties (필수)

NetezzaLinkedServiceTypeProperties

Name Description
connectionString ODBC 연결 문자열. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

ODataLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "OData"(필수)
typeProperties OData 연결된 서비스 속성입니다. ODataLinkedServiceTypeProperties (필수)

ODataLinkedServiceTypeProperties

Name Description
authenticationType OData 서비스에 연결하는 데 사용되는 인증 유형입니다. "익명"
"Basic"
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
password OData 서비스의 암호입니다. SecretBase
url OData 서비스 엔드포인트의 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
userName OData 서비스의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

OdbcLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Odbc"(필수)
typeProperties ODBC 연결된 서비스 속성입니다. OdbcLinkedServiceTypeProperties (필수)

OdbcLinkedServiceTypeProperties

Name Description
authenticationType ODBC 데이터 저장소에 연결하는 데 사용되는 인증 형식입니다. 가능한 값은 익명 및 기본입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
connectionString 연결 문자열 액세스하지 않는 자격 증명 부분과 선택적으로 암호화된 자격 증명입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
자격 증명(credential) 드라이버 관련 속성 값 형식에 지정된 연결 문자열의 액세스 자격 증명 부분입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
password 기본 인증을 위한 암호입니다. SecretBase
userName 기본 인증의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

OracleLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Oracle"(필수)
typeProperties Oracle 데이터베이스 연결된 서비스 속성입니다. OracleLinkedServiceTypeProperties (필수)

OracleLinkedServiceTypeProperties

Name Description
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

PaypalLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Paypal"(필수)
typeProperties Paypal Service 연결된 서비스 속성입니다. PaypalLinkedServiceTypeProperties (필수)

PaypalLinkedServiceTypeProperties

Name Description
clientId PayPal 애플리케이션과 연결된 클라이언트 ID입니다.
clientSecret PayPal 애플리케이션과 연결된 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
host PayPal 인스턴스의 URL입니다. (예: api.sandbox.paypal.com)
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다.

PhoenixLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Phoenix"(필수)
typeProperties Phoenix 서버 연결된 서비스 속성입니다. PhoenixLinkedServiceTypeProperties (필수)

PhoenixLinkedServiceTypeProperties

Name Description
allowHostNameCNMismatch SSL을 통해 연결할 때 CA 발급 인증서 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 false입니다.
allowSelfSignedServerCert 서버의 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다.
authenticationType Phoenix 서버에 연결하는 데 사용되는 인증 메커니즘입니다. "익명"
"UsernameAndPassword"
"WindowsAzureHDInsightService"(필수)
enableSsl 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
host Phoenix 서버의 IP 주소 또는 호스트 이름입니다. 즉, 192.168.222.160입니다.
httpPath Phoenix 서버에 해당하는 부분 URL입니다. (예: /gateway/sandbox/phoenix/version). WindowsAzureHDInsightService를 사용하는 경우 기본값은 hbasephoenix입니다.
password 사용자 이름에 해당하는 암호입니다. SecretBase
포트 Phoenix 서버가 클라이언트 연결을 수신하는 데 사용하는 TCP 포트입니다. 기본값은 8765입니다.
trustedCertPath SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서를 포함하는 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다.
사용자 이름 Phoenix 서버에 연결하는 데 사용되는 사용자 이름입니다.
useSystemTrustStore 시스템 신뢰 저장소 또는 지정된 PEM 파일의 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다.

PostgreSqlLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "PostgreSql"(필수)
typeProperties PostgreSQL 연결된 서비스 속성입니다. PostgreSqlLinkedServiceTypeProperties (필수)

PostgreSqlLinkedServiceTypeProperties

Name Description
connectionString 연결 문자열입니다. SecretBase (필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).

PrestoLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Presto"(필수)
typeProperties Presto 서버 연결된 서비스 속성입니다. PrestoLinkedServiceTypeProperties (필수)

PrestoLinkedServiceTypeProperties

Name Description
allowHostNameCNMismatch SSL을 통해 연결할 때 CA 발급 인증서 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 false입니다.
allowSelfSignedServerCert 서버의 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다.
authenticationType Presto 서버에 연결하는 데 사용되는 인증 메커니즘입니다. "익명"
"LDAP"(필수)
카탈로그 서버에 대한 모든 요청의 카탈로그 컨텍스트입니다.
enableSsl 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
host Presto 서버의 IP 주소 또는 호스트 이름입니다. 즉, 192.168.222.160입니다.
password 사용자 이름에 해당하는 암호입니다. SecretBase
포트 Presto 서버가 클라이언트 연결을 수신하는 데 사용하는 TCP 포트입니다. 기본값은 8080입니다.
serverVersion Presto 서버의 버전입니다. 즉, 0.148-t입니다.
timeZoneID 연결에서 사용되는 현지 표준 시간대입니다. 이 옵션에 유효한 값은 IANA 표준 시간대 데이터베이스에 지정되어 있습니다. 기본값은 시스템 표준 시간대입니다.
trustedCertPath SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서를 포함하는 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다.
사용자 이름 Presto에 연결하는 데 사용되는 사용자 이름입니다.
useSystemTrustStore 시스템 신뢰 저장소 또는 지정된 PEM 파일의 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다.

QuickBooksLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "QuickBooks"(필수)
typeProperties QuickBooks 서버 연결된 서비스 속성입니다. QuickBooksLinkedServiceTypeProperties (필수)

QuickBooksLinkedServiceTypeProperties

Name Description
accessToken OAuth 1.0 인증에 대한 액세스 토큰입니다. SecretBase (필수)
accessTokenSecret OAuth 1.0 인증에 대한 액세스 토큰 암호입니다. SecretBase (필수)
companyId 권한 부여할 QuickBooks 회사의 회사 ID입니다.
consumerKey OAuth 1.0 인증에 대한 소비자 키입니다.
consumerSecret OAuth 1.0 인증에 대한 소비자 비밀입니다. SecretBase (필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
엔드포인트(endpoint) QuickBooks 서버의 엔드포인트입니다. (즉, quickbooks.api.intuit.com)
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다.

ResponsysLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Responsys"(필수)
typeProperties Responsys 연결된 서비스 속성입니다. ResponsysLinkedServiceTypeProperties (필수)

ResponsysLinkedServiceTypeProperties

Name Description
clientId Responsys 애플리케이션과 연결된 클라이언트 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
clientSecret Responsys 애플리케이션과 연결된 클라이언트 암호입니다. 형식: string(또는 resultType 문자열이 있는 식). SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
엔드포인트(endpoint) Responsys 서버의 엔드포인트입니다.
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).

SalesforceLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Salesforce"(필수)
typeProperties Salesforce 연결된 서비스 속성입니다. SalesforceLinkedServiceTypeProperties (필수)

SalesforceLinkedServiceTypeProperties

Name Description
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
environmentUrl Salesforce instance URL입니다. 기본값은 ''https://login.salesforce.com입니다. 샌드박스에서 데이터를 복사하려면 ''https://test.salesforce.com를 지정합니다. 사용자 지정 도메인에서 데이터를 복사하려면 'https://[domain].my.salesforce.com'을 지정합니다. 형식: string(또는 resultType 문자열이 있는 식).
password Salesforce instance 기본 인증에 대한 암호입니다. SecretBase
securityToken 보안 토큰은 Salesforce instance 원격으로 액세스하는 데 필요합니다. SecretBase
사용자 이름 Salesforce instance 기본 인증의 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

SalesforceMarketingCloudLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "SalesforceMarketingCloud"(필수)
typeProperties Salesforce Marketing Cloud 연결된 서비스 속성. SalesforceMarketingCloudLinkedServiceTypeProperties (필수)

SalesforceMarketingCloudLinkedServiceTypeProperties

Name Description
clientId Salesforce Marketing Cloud 애플리케이션과 관련된 클라이언트 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
clientSecret Salesforce Marketing Cloud 애플리케이션과 관련된 클라이언트 암호입니다. 형식: string(또는 resultType 문자열이 있는 식). SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).

SapBWLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "SapBW"(필수)
typeProperties 이 연결된 서비스 유형과 관련된 속성입니다. SapBWLinkedServiceTypeProperties (필수)

SapBWLinkedServiceTypeProperties

Name Description
clientId BW 시스템에 있는 클라이언트의 클라이언트 ID입니다. (일반적으로 문자열로 표시되는 3자리 10진수) 형식: string(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
password SAP BW 서버에 액세스하기 위한 암호입니다. SecretBase
서버 SAP BW instance 호스트 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
systemNumber BW 시스템의 시스템 번호입니다. (일반적으로 문자열로 표시되는 2자리 10진수입니다.) 형식: string(또는 resultType 문자열이 있는 식).
userName SAP BW 서버에 액세스하기 위한 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

SapCloudForCustomerLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "SapCloudForCustomer"(필수)
typeProperties SAP Cloud for Customer 연결된 서비스 속성. SapCloudForCustomerLinkedServiceTypeProperties (필수)

SapCloudForCustomerLinkedServiceTypeProperties

Name Description
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. encryptedCredential 또는 사용자 이름/암호를 제공해야 합니다. 형식: string(또는 resultType 문자열이 있는 식).
password 기본 인증의 암호입니다. SecretBase
url SAP Cloud for Customer OData API의 URL입니다. 예를 들어 '[https://[tenantname].crm.ondemand.com/sap/c4c/odata/v1]'입니다. 형식: string(또는 resultType 문자열이 있는 식).
사용자 이름 기본 인증의 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

SapEccLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "SapEcc"(필수)
typeProperties SAP ECC 연결된 서비스 속성입니다. SapEccLinkedServiceTypeProperties (필수)

SapEccLinkedServiceTypeProperties

Name Description
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. encryptedCredential 또는 사용자 이름/암호를 제공해야 합니다. 형식: string(또는 resultType 문자열이 있는 식). 문자열
password 기본 인증의 암호입니다. SecretBase
url SAP ECC OData API의 URL입니다. 예: '[https://hostname:port/sap/opu/odata/sap/servicename/]'. 형식: string(또는 resultType 문자열이 있는 식). string(필수)
사용자 이름 기본 인증의 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). string

SapHanaLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "SapHana"(필수)
typeProperties 이 연결된 서비스 유형과 관련된 속성입니다. SapHanaLinkedServiceProperties (필수)

SapHanaLinkedServiceProperties

Name Description
authenticationType SAP HANA 서버에 연결하는 데 사용할 인증 유형입니다. "Basic"
"Windows"
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
password SAP HANA 서버에 액세스하기 위한 암호입니다. SecretBase
서버 SAP HANA 서버의 호스트 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
userName SAP HANA 서버에 액세스하기 위한 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

ServiceNowLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "ServiceNow"(필수)
typeProperties ServiceNow 서버 연결된 서비스 속성입니다. ServiceNowLinkedServiceTypeProperties (필수)

ServiceNowLinkedServiceTypeProperties

Name Description
authenticationType 사용할 인증 유형입니다. "Basic"
"OAuth2"(필수)
clientId OAuth2 인증에 대한 클라이언트 ID입니다.
clientSecret OAuth2 인증의 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
엔드포인트(endpoint) ServiceNow 서버의 엔드포인트입니다. (예: {instance}.service-now.com)
password 기본 및 OAuth2 인증의 사용자 이름에 해당하는 암호입니다. SecretBase
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다.
사용자 이름 기본 및 OAuth2 인증을 위해 ServiceNow 서버에 연결하는 데 사용되는 사용자 이름입니다.

SftpServerLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Sftp"(필수)
typeProperties 이 연결된 서비스 유형과 관련된 속성입니다. SftpServerLinkedServiceTypeProperties (필수)

SftpServerLinkedServiceTypeProperties

Name Description
authenticationType FTP 서버에 연결하는 데 사용할 인증 유형입니다. "Basic"
"SshPublicKey"
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
호스트 SFTP 서버 호스트 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
hostKeyFingerprint SFTP 서버의 호스트 키 지문입니다. SkipHostKeyValidation이 false이면 HostKeyFingerprint를 지정해야 합니다. 형식: string(또는 resultType 문자열이 있는 식).
passPhrase SSH 프라이빗 키가 암호화된 경우 SSH 프라이빗 키의 암호를 해독하는 암호입니다. SecretBase
password 기본 인증을 위해 SFTP 서버를 로그온하는 암호입니다. SecretBase
포트 SFTP 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트 번호입니다. 기본값은 22입니다. 형식: 정수(또는 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입니다. 형식: 부울(또는 resultType 부울이 있는 식).
userName SFTP 서버에 로그온하는 데 사용되는 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

ShopifyLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Shopify"(필수)
typeProperties Shopify 서비스 연결된 서비스 속성입니다. ShopifyLinkedServiceTypeProperties (필수)

ShopifyLinkedServiceTypeProperties

Name Description
accessToken Shopify의 데이터에 액세스하는 데 사용할 수 있는 API 액세스 토큰입니다. 토큰이 오프라인 모드인 경우 만료되지 않습니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
host Shopify 서버의 엔드포인트입니다. (즉, mystore.myshopify.com)
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다.

SparkLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Spark"(필수)
typeProperties Spark Server 연결된 서비스 속성입니다. SparkLinkedServiceTypeProperties (필수)

SparkLinkedServiceTypeProperties

Name Description
allowHostNameCNMismatch SSL을 통해 연결할 때 CA 발급 인증서 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 false입니다.
allowSelfSignedServerCert 서버의 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다.
authenticationType Spark 서버에 액세스하는 데 사용되는 인증 방법입니다. "익명"
"사용자 이름"
"UsernameAndPassword"
"WindowsAzureHDInsightService"(필수)
enableSsl 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
host Spark 서버의 IP 주소 또는 호스트 이름입니다.
httpPath Spark 서버에 해당하는 부분 URL입니다.
password 사용자 이름 필드에 제공한 사용자 이름에 해당하는 암호입니다. SecretBase
포트 Spark 서버가 클라이언트 연결을 수신하는 데 사용하는 TCP 포트입니다.
serverType Spark 서버의 유형입니다. "SharkServer"
"SharkServer2"
"SparkThriftServer"
thriftTransportProtocol Thrift 계층에서 사용할 전송 프로토콜입니다. "Binary"
"HTTP "
"SASL"
trustedCertPath SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서를 포함하는 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다.
사용자 이름 Spark 서버에 액세스하는 데 사용하는 사용자 이름입니다.
useSystemTrustStore 시스템 신뢰 저장소 또는 지정된 PEM 파일의 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다.

SqlServerLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "SqlServer"(필수)
typeProperties 연결된 서비스 속성을 SQL Server. SqlServerLinkedServiceTypeProperties (필수)

SqlServerLinkedServiceTypeProperties

Name Description
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
password 온-프레미스 Windows 인증 암호입니다. SecretBase
userName 온-프레미스 Windows 인증 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

SquareLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Square"(필수)
typeProperties Square 서비스 연결된 서비스 속성입니다. SquareLinkedServiceTypeProperties (필수)

SquareLinkedServiceTypeProperties

Name Description
clientId Square 애플리케이션과 연결된 클라이언트 ID입니다.
clientSecret Square 애플리케이션과 연결된 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
호스트 Square 인스턴스의 URL입니다. 즉, mystore.mysquare.com입니다.
redirectUri Square 애플리케이션 대시보드에 지정된 리디렉션 URL입니다. 즉, http://localhost:2500입니다.
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다.

SybaseLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Sybase"(필수)
typeProperties Sybase 연결된 서비스 속성입니다. SybaseLinkedServiceTypeProperties (필수)

SybaseLinkedServiceTypeProperties

Name Description
authenticationType 연결에 사용할 AuthenticationType입니다. "Basic"
"Windows"
데이터베이스 연결의 데이터베이스 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
password 인증을 위한 암호입니다. SecretBase
스키마 연결에 대한 스키마 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
서버 연결의 서버 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
사용자 이름 인증을 위한 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

TeradataLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Teradata"(필수)
typeProperties Teradata 연결된 서비스 속성입니다. TeradataLinkedServiceTypeProperties (필수)

TeradataLinkedServiceTypeProperties

Name Description
authenticationType 연결에 사용할 AuthenticationType입니다. "Basic"
"Windows"
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
password 인증을 위한 암호입니다. SecretBase
서버 연결의 서버 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
사용자 이름 인증을 위한 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

VerticaLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Vertica"(필수)
typeProperties Vertica 연결된 서비스 속성입니다. VerticaLinkedServiceTypeProperties (필수)

VerticaLinkedServiceTypeProperties

Name Description
connectionString ODBC 연결 문자열. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).

WebLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Web"(필수)
typeProperties 웹 연결된 서비스 속성입니다. WebLinkedServiceTypeProperties (필수)

WebLinkedServiceTypeProperties

Name Description
url 웹 서비스 엔드포인트의 URL(예: )입니다. https://www.microsoft.com 형식: string(또는 resultType 문자열이 있는 식).
authenticationType 개체 유형 설정 익명
기본
ClientCertificate (필수)

WebAnonymousAuthentication

Name Description
authenticationType 웹 테이블 원본에 연결하는 데 사용되는 인증 유형입니다. "익명"(필수)

WebBasicAuthentication

Name Description
authenticationType 웹 테이블 원본에 연결하는 데 사용되는 인증 유형입니다. "기본"(필수)
password 기본 인증의 암호입니다. SecretBase (필수)
사용자 이름 기본 인증의 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

WebClientCertificateAuthentication

Name Description
authenticationType 웹 테이블 원본에 연결하는 데 사용되는 인증 유형입니다. "ClientCertificate"(필수)
password PFX 파일의 암호입니다. SecretBase (필수)
pfx PFX 파일의 Base64로 인코딩된 콘텐츠입니다. SecretBase (필수)

XeroLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Xero"(필수)
typeProperties Xero Service 연결된 서비스 속성입니다. XeroLinkedServiceTypeProperties (필수)

XeroLinkedServiceTypeProperties

Name Description
consumerKey Xero 애플리케이션과 연결된 소비자 키입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
호스트 Xero 서버의 엔드포인트입니다. (즉, api.xero.com)
privateKey Xero 프라이빗 애플리케이션에 대해 생성된 .pem 파일의 프라이빗 키입니다. Unix 줄 끝을 포함하여 .pem 파일의 모든 텍스트를 포함해야 합니다.
).
SecretBase
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다.

ZohoLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Zoho"(필수)
typeProperties Zoho 서버 연결된 서비스 속성입니다. ZohoLinkedServiceTypeProperties (필수)

ZohoLinkedServiceTypeProperties

Name Description
accessToken Zoho 인증에 대한 액세스 토큰입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: string(또는 resultType 문자열이 있는 식).
엔드포인트(endpoint) Zoho 서버의 엔드포인트입니다. (즉, crm.zoho.com/crm/private)
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다.