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' = {
parent: resourceSymbolicName
name: 'string'
properties: {
annotations: [
any(Azure.Bicep.Types.Concrete.AnyType)
]
connectVia: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
description: 'string'
parameters: {
{customized property}: {
defaultValue: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
}
}
type: 'string'
// For remaining properties, see LinkedService objects
}
}
WebLinkedServiceTypeProperties 개체
authenticationType 속성을 설정하여 개체 유형을 지정합니다.
익명
{
authenticationType: 'Anonymous'
}
기본경우 다음을 사용합니다.
{
authenticationType: 'Basic'
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
username: any(Azure.Bicep.Types.Concrete.AnyType)
}
ClientCertificate경우 다음을 사용합니다.
{
authenticationType: 'ClientCertificate'
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
pfx: {
type: 'string'
// For remaining properties, see SecretBase objects
}
}
LinkedService 개체
형식 속성을 설정하여 개체의 형식을 지정합니다.
amazonMWS
{
type: 'AmazonMWS'
typeProperties: {
accessKeyId: any(Azure.Bicep.Types.Concrete.AnyType)
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
endpoint: any(Azure.Bicep.Types.Concrete.AnyType)
marketplaceID: any(Azure.Bicep.Types.Concrete.AnyType)
mwsAuthToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
secretKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
sellerID: any(Azure.Bicep.Types.Concrete.AnyType)
useEncryptedEndpoints: any(Azure.Bicep.Types.Concrete.AnyType)
useHostVerification: any(Azure.Bicep.Types.Concrete.AnyType)
usePeerVerification: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
amazonRedshift
{
type: 'AmazonRedshift'
typeProperties: {
database: any(Azure.Bicep.Types.Concrete.AnyType)
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any(Azure.Bicep.Types.Concrete.AnyType)
server: any(Azure.Bicep.Types.Concrete.AnyType)
username: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
amazonS3
{
type: 'AmazonS3'
typeProperties: {
accessKeyId: any(Azure.Bicep.Types.Concrete.AnyType)
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
secretAccessKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
}
}
azureBatch
{
type: 'AzureBatch'
typeProperties: {
accessKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
accountName: any(Azure.Bicep.Types.Concrete.AnyType)
batchUri: any(Azure.Bicep.Types.Concrete.AnyType)
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
linkedServiceName: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
poolName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
AzureDataLakeAnalytics
{
type: 'AzureDataLakeAnalytics'
typeProperties: {
accountName: any(Azure.Bicep.Types.Concrete.AnyType)
dataLakeAnalyticsUri: any(Azure.Bicep.Types.Concrete.AnyType)
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
resourceGroupName: any(Azure.Bicep.Types.Concrete.AnyType)
servicePrincipalId: any(Azure.Bicep.Types.Concrete.AnyType)
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
subscriptionId: any(Azure.Bicep.Types.Concrete.AnyType)
tenant: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
AzureDataLakeStore
{
type: 'AzureDataLakeStore'
typeProperties: {
accountName: any(Azure.Bicep.Types.Concrete.AnyType)
dataLakeStoreUri: any(Azure.Bicep.Types.Concrete.AnyType)
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
resourceGroupName: any(Azure.Bicep.Types.Concrete.AnyType)
servicePrincipalId: any(Azure.Bicep.Types.Concrete.AnyType)
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
subscriptionId: any(Azure.Bicep.Types.Concrete.AnyType)
tenant: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
AzureDatabricks
{
type: 'AzureDatabricks'
typeProperties: {
accessToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
domain: any(Azure.Bicep.Types.Concrete.AnyType)
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
existingClusterId: any(Azure.Bicep.Types.Concrete.AnyType)
newClusterNodeType: any(Azure.Bicep.Types.Concrete.AnyType)
newClusterNumOfWorker: any(Azure.Bicep.Types.Concrete.AnyType)
newClusterSparkConf: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
newClusterVersion: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
azureKeyVault
{
type: 'AzureKeyVault'
typeProperties: {
baseUrl: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
AzureML
{
type: 'AzureML'
typeProperties: {
apiKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
mlEndpoint: any(Azure.Bicep.Types.Concrete.AnyType)
servicePrincipalId: any(Azure.Bicep.Types.Concrete.AnyType)
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
tenant: any(Azure.Bicep.Types.Concrete.AnyType)
updateResourceEndpoint: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
AzureMySql
{
type: 'AzureMySql'
typeProperties: {
connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
AzurePostgreSql
{
type: 'AzurePostgreSql'
typeProperties: {
connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
azureSearch
{
type: 'AzureSearch'
typeProperties: {
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
key: {
type: 'string'
// For remaining properties, see SecretBase objects
}
url: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
azureSqlDW
{
type: 'AzureSqlDW'
typeProperties: {
connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
servicePrincipalId: any(Azure.Bicep.Types.Concrete.AnyType)
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
tenant: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
AzureSqlDatabase
{
type: 'AzureSqlDatabase'
typeProperties: {
connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
servicePrincipalId: any(Azure.Bicep.Types.Concrete.AnyType)
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
tenant: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
azureStorage
{
type: 'AzureStorage'
typeProperties: {
connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
sasUri: {
type: 'string'
// For remaining properties, see SecretBase objects
}
}
}
Cassandra경우 다음을 사용합니다.
{
type: 'Cassandra'
typeProperties: {
authenticationType: any(Azure.Bicep.Types.Concrete.AnyType)
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
host: any(Azure.Bicep.Types.Concrete.AnyType)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any(Azure.Bicep.Types.Concrete.AnyType)
username: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
Concur경우 다음을 사용합니다.
{
type: 'Concur'
typeProperties: {
clientId: any(Azure.Bicep.Types.Concrete.AnyType)
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
useEncryptedEndpoints: any(Azure.Bicep.Types.Concrete.AnyType)
useHostVerification: any(Azure.Bicep.Types.Concrete.AnyType)
usePeerVerification: any(Azure.Bicep.Types.Concrete.AnyType)
username: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
CosmosDb경우 다음을 사용합니다.
{
type: 'CosmosDb'
typeProperties: {
connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
Couchbase경우 다음을 사용합니다.
{
type: 'Couchbase'
typeProperties: {
connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
CustomDataSource
{
type: 'CustomDataSource'
typeProperties: any(Azure.Bicep.Types.Concrete.AnyType)
}
Db2경우 다음을 사용합니다.
{
type: 'Db2'
typeProperties: {
authenticationType: 'string'
database: any(Azure.Bicep.Types.Concrete.AnyType)
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
server: any(Azure.Bicep.Types.Concrete.AnyType)
username: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
드릴
{
type: 'Drill'
typeProperties: {
connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
Dynamics경우 다음을 사용합니다.
{
type: 'Dynamics'
typeProperties: {
authenticationType: 'string'
deploymentType: 'string'
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
hostName: any(Azure.Bicep.Types.Concrete.AnyType)
organizationName: any(Azure.Bicep.Types.Concrete.AnyType)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any(Azure.Bicep.Types.Concrete.AnyType)
serviceUri: any(Azure.Bicep.Types.Concrete.AnyType)
username: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
Eloqua경우 다음을 사용합니다.
{
type: 'Eloqua'
typeProperties: {
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
endpoint: any(Azure.Bicep.Types.Concrete.AnyType)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
useEncryptedEndpoints: any(Azure.Bicep.Types.Concrete.AnyType)
useHostVerification: any(Azure.Bicep.Types.Concrete.AnyType)
usePeerVerification: any(Azure.Bicep.Types.Concrete.AnyType)
username: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
fileServer
{
type: 'FileServer'
typeProperties: {
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
host: any(Azure.Bicep.Types.Concrete.AnyType)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
userId: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
ftpServer
{
type: 'FtpServer'
typeProperties: {
authenticationType: 'string'
enableServerCertificateValidation: any(Azure.Bicep.Types.Concrete.AnyType)
enableSsl: any(Azure.Bicep.Types.Concrete.AnyType)
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
host: any(Azure.Bicep.Types.Concrete.AnyType)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any(Azure.Bicep.Types.Concrete.AnyType)
userName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
GoogleBigQuery
{
type: 'GoogleBigQuery'
typeProperties: {
additionalProjects: any(Azure.Bicep.Types.Concrete.AnyType)
authenticationType: 'string'
clientId: {
type: 'string'
// For remaining properties, see SecretBase objects
}
clientSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
email: any(Azure.Bicep.Types.Concrete.AnyType)
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
keyFilePath: any(Azure.Bicep.Types.Concrete.AnyType)
project: any(Azure.Bicep.Types.Concrete.AnyType)
refreshToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
requestGoogleDriveScope: any(Azure.Bicep.Types.Concrete.AnyType)
trustedCertPath: any(Azure.Bicep.Types.Concrete.AnyType)
useSystemTrustStore: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
Greenplum경우 다음을 사용합니다.
{
type: 'Greenplum'
typeProperties: {
connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
HBase경우 다음을 사용합니다.
{
type: 'HBase'
typeProperties: {
allowHostNameCNMismatch: any(Azure.Bicep.Types.Concrete.AnyType)
allowSelfSignedServerCert: any(Azure.Bicep.Types.Concrete.AnyType)
authenticationType: 'string'
enableSsl: any(Azure.Bicep.Types.Concrete.AnyType)
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
host: any(Azure.Bicep.Types.Concrete.AnyType)
httpPath: any(Azure.Bicep.Types.Concrete.AnyType)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any(Azure.Bicep.Types.Concrete.AnyType)
trustedCertPath: any(Azure.Bicep.Types.Concrete.AnyType)
username: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
HDInsight
{
type: 'HDInsight'
typeProperties: {
clusterUri: any(Azure.Bicep.Types.Concrete.AnyType)
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
hcatalogLinkedServiceName: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
linkedServiceName: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
userName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
HDInsightOnDemand
{
type: 'HDInsightOnDemand'
typeProperties: {
additionalLinkedServiceNames: [
{
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
]
clusterNamePrefix: any(Azure.Bicep.Types.Concrete.AnyType)
clusterPassword: {
type: 'string'
// For remaining properties, see SecretBase objects
}
clusterResourceGroup: any(Azure.Bicep.Types.Concrete.AnyType)
clusterSize: any(Azure.Bicep.Types.Concrete.AnyType)
clusterSshPassword: {
type: 'string'
// For remaining properties, see SecretBase objects
}
clusterSshUserName: any(Azure.Bicep.Types.Concrete.AnyType)
clusterType: any(Azure.Bicep.Types.Concrete.AnyType)
clusterUserName: any(Azure.Bicep.Types.Concrete.AnyType)
coreConfiguration: any(Azure.Bicep.Types.Concrete.AnyType)
dataNodeSize: any(Azure.Bicep.Types.Concrete.AnyType)
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
hBaseConfiguration: any(Azure.Bicep.Types.Concrete.AnyType)
hcatalogLinkedServiceName: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
hdfsConfiguration: any(Azure.Bicep.Types.Concrete.AnyType)
headNodeSize: any(Azure.Bicep.Types.Concrete.AnyType)
hiveConfiguration: any(Azure.Bicep.Types.Concrete.AnyType)
hostSubscriptionId: any(Azure.Bicep.Types.Concrete.AnyType)
linkedServiceName: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
mapReduceConfiguration: any(Azure.Bicep.Types.Concrete.AnyType)
oozieConfiguration: any(Azure.Bicep.Types.Concrete.AnyType)
servicePrincipalId: any(Azure.Bicep.Types.Concrete.AnyType)
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
sparkVersion: any(Azure.Bicep.Types.Concrete.AnyType)
stormConfiguration: any(Azure.Bicep.Types.Concrete.AnyType)
tenant: any(Azure.Bicep.Types.Concrete.AnyType)
timeToLive: any(Azure.Bicep.Types.Concrete.AnyType)
version: any(Azure.Bicep.Types.Concrete.AnyType)
yarnConfiguration: any(Azure.Bicep.Types.Concrete.AnyType)
zookeeperNodeSize: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
hdfs
{
type: 'Hdfs'
typeProperties: {
authenticationType: any(Azure.Bicep.Types.Concrete.AnyType)
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
url: any(Azure.Bicep.Types.Concrete.AnyType)
userName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
hive
{
type: 'Hive'
typeProperties: {
allowHostNameCNMismatch: any(Azure.Bicep.Types.Concrete.AnyType)
allowSelfSignedServerCert: any(Azure.Bicep.Types.Concrete.AnyType)
authenticationType: 'string'
enableSsl: any(Azure.Bicep.Types.Concrete.AnyType)
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
host: any(Azure.Bicep.Types.Concrete.AnyType)
httpPath: any(Azure.Bicep.Types.Concrete.AnyType)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any(Azure.Bicep.Types.Concrete.AnyType)
serverType: 'string'
serviceDiscoveryMode: any(Azure.Bicep.Types.Concrete.AnyType)
thriftTransportProtocol: 'string'
trustedCertPath: any(Azure.Bicep.Types.Concrete.AnyType)
useNativeQuery: any(Azure.Bicep.Types.Concrete.AnyType)
username: any(Azure.Bicep.Types.Concrete.AnyType)
useSystemTrustStore: any(Azure.Bicep.Types.Concrete.AnyType)
zooKeeperNameSpace: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
httpServer
{
type: 'HttpServer'
typeProperties: {
authenticationType: 'string'
certThumbprint: any(Azure.Bicep.Types.Concrete.AnyType)
embeddedCertData: any(Azure.Bicep.Types.Concrete.AnyType)
enableServerCertificateValidation: any(Azure.Bicep.Types.Concrete.AnyType)
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
url: any(Azure.Bicep.Types.Concrete.AnyType)
userName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
Hubspot경우 다음을 사용합니다.
{
type: 'Hubspot'
typeProperties: {
accessToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
clientId: any(Azure.Bicep.Types.Concrete.AnyType)
clientSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
refreshToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
useEncryptedEndpoints: any(Azure.Bicep.Types.Concrete.AnyType)
useHostVerification: any(Azure.Bicep.Types.Concrete.AnyType)
usePeerVerification: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
Impala경우 다음을 사용합니다.
{
type: 'Impala'
typeProperties: {
allowHostNameCNMismatch: any(Azure.Bicep.Types.Concrete.AnyType)
allowSelfSignedServerCert: any(Azure.Bicep.Types.Concrete.AnyType)
authenticationType: 'string'
enableSsl: any(Azure.Bicep.Types.Concrete.AnyType)
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
host: any(Azure.Bicep.Types.Concrete.AnyType)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any(Azure.Bicep.Types.Concrete.AnyType)
trustedCertPath: any(Azure.Bicep.Types.Concrete.AnyType)
username: any(Azure.Bicep.Types.Concrete.AnyType)
useSystemTrustStore: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
Jira
{
type: 'Jira'
typeProperties: {
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
host: any(Azure.Bicep.Types.Concrete.AnyType)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any(Azure.Bicep.Types.Concrete.AnyType)
useEncryptedEndpoints: any(Azure.Bicep.Types.Concrete.AnyType)
useHostVerification: any(Azure.Bicep.Types.Concrete.AnyType)
usePeerVerification: any(Azure.Bicep.Types.Concrete.AnyType)
username: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
Magento경우 다음을 사용합니다.
{
type: 'Magento'
typeProperties: {
accessToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
host: any(Azure.Bicep.Types.Concrete.AnyType)
useEncryptedEndpoints: any(Azure.Bicep.Types.Concrete.AnyType)
useHostVerification: any(Azure.Bicep.Types.Concrete.AnyType)
usePeerVerification: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
MariaDB경우 다음을 사용합니다.
{
type: 'MariaDB'
typeProperties: {
connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
Marketo경우 다음을 사용합니다.
{
type: 'Marketo'
typeProperties: {
clientId: any(Azure.Bicep.Types.Concrete.AnyType)
clientSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
endpoint: any(Azure.Bicep.Types.Concrete.AnyType)
useEncryptedEndpoints: any(Azure.Bicep.Types.Concrete.AnyType)
useHostVerification: any(Azure.Bicep.Types.Concrete.AnyType)
usePeerVerification: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
MongoDb경우 다음을 사용합니다.
{
type: 'MongoDb'
typeProperties: {
allowSelfSignedServerCert: any(Azure.Bicep.Types.Concrete.AnyType)
authenticationType: 'string'
authSource: any(Azure.Bicep.Types.Concrete.AnyType)
databaseName: any(Azure.Bicep.Types.Concrete.AnyType)
enableSsl: any(Azure.Bicep.Types.Concrete.AnyType)
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any(Azure.Bicep.Types.Concrete.AnyType)
server: any(Azure.Bicep.Types.Concrete.AnyType)
username: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
mySql
{
type: 'MySql'
typeProperties: {
connectionString: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
Netezza경우 다음을 사용합니다.
{
type: 'Netezza'
typeProperties: {
connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
OData
{
type: 'OData'
typeProperties: {
authenticationType: 'string'
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
url: any(Azure.Bicep.Types.Concrete.AnyType)
userName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
Odbc
{
type: 'Odbc'
typeProperties: {
authenticationType: any(Azure.Bicep.Types.Concrete.AnyType)
connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
credential: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
userName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
Oracle경우 다음을 사용합니다.
{
type: 'Oracle'
typeProperties: {
connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
PayPal경우 다음을 사용합니다.
{
type: 'Paypal'
typeProperties: {
clientId: any(Azure.Bicep.Types.Concrete.AnyType)
clientSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
host: any(Azure.Bicep.Types.Concrete.AnyType)
useEncryptedEndpoints: any(Azure.Bicep.Types.Concrete.AnyType)
useHostVerification: any(Azure.Bicep.Types.Concrete.AnyType)
usePeerVerification: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
Phoenix경우 다음을 사용합니다.
{
type: 'Phoenix'
typeProperties: {
allowHostNameCNMismatch: any(Azure.Bicep.Types.Concrete.AnyType)
allowSelfSignedServerCert: any(Azure.Bicep.Types.Concrete.AnyType)
authenticationType: 'string'
enableSsl: any(Azure.Bicep.Types.Concrete.AnyType)
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
host: any(Azure.Bicep.Types.Concrete.AnyType)
httpPath: any(Azure.Bicep.Types.Concrete.AnyType)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any(Azure.Bicep.Types.Concrete.AnyType)
trustedCertPath: any(Azure.Bicep.Types.Concrete.AnyType)
username: any(Azure.Bicep.Types.Concrete.AnyType)
useSystemTrustStore: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
PostgreSql경우 다음을 사용합니다.
{
type: 'PostgreSql'
typeProperties: {
connectionString: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
Presto경우 다음을 사용합니다.
{
type: 'Presto'
typeProperties: {
allowHostNameCNMismatch: any(Azure.Bicep.Types.Concrete.AnyType)
allowSelfSignedServerCert: any(Azure.Bicep.Types.Concrete.AnyType)
authenticationType: 'string'
catalog: any(Azure.Bicep.Types.Concrete.AnyType)
enableSsl: any(Azure.Bicep.Types.Concrete.AnyType)
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
host: any(Azure.Bicep.Types.Concrete.AnyType)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any(Azure.Bicep.Types.Concrete.AnyType)
serverVersion: any(Azure.Bicep.Types.Concrete.AnyType)
timeZoneID: any(Azure.Bicep.Types.Concrete.AnyType)
trustedCertPath: any(Azure.Bicep.Types.Concrete.AnyType)
username: any(Azure.Bicep.Types.Concrete.AnyType)
useSystemTrustStore: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
QuickBooks경우 다음을 사용합니다.
{
type: 'QuickBooks'
typeProperties: {
accessToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
accessTokenSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
companyId: any(Azure.Bicep.Types.Concrete.AnyType)
consumerKey: any(Azure.Bicep.Types.Concrete.AnyType)
consumerSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
endpoint: any(Azure.Bicep.Types.Concrete.AnyType)
useEncryptedEndpoints: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
Responsys경우 다음을 사용합니다.
{
type: 'Responsys'
typeProperties: {
clientId: any(Azure.Bicep.Types.Concrete.AnyType)
clientSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
endpoint: any(Azure.Bicep.Types.Concrete.AnyType)
useEncryptedEndpoints: any(Azure.Bicep.Types.Concrete.AnyType)
useHostVerification: any(Azure.Bicep.Types.Concrete.AnyType)
usePeerVerification: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
Salesforce경우 다음을 사용합니다.
{
type: 'Salesforce'
typeProperties: {
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
environmentUrl: any(Azure.Bicep.Types.Concrete.AnyType)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
securityToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
username: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
SalesforceMarketingCloud경우 다음을 사용합니다.
{
type: 'SalesforceMarketingCloud'
typeProperties: {
clientId: any(Azure.Bicep.Types.Concrete.AnyType)
clientSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
useEncryptedEndpoints: any(Azure.Bicep.Types.Concrete.AnyType)
useHostVerification: any(Azure.Bicep.Types.Concrete.AnyType)
usePeerVerification: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
SapBW경우 다음을 사용합니다.
{
type: 'SapBW'
typeProperties: {
clientId: any(Azure.Bicep.Types.Concrete.AnyType)
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
server: any(Azure.Bicep.Types.Concrete.AnyType)
systemNumber: any(Azure.Bicep.Types.Concrete.AnyType)
userName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
sapCloudForCustomer
{
type: 'SapCloudForCustomer'
typeProperties: {
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
url: any(Azure.Bicep.Types.Concrete.AnyType)
username: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
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(Azure.Bicep.Types.Concrete.AnyType)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
server: any(Azure.Bicep.Types.Concrete.AnyType)
userName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
ServiceNow경우 다음을 사용합니다.
{
type: 'ServiceNow'
typeProperties: {
authenticationType: 'string'
clientId: any(Azure.Bicep.Types.Concrete.AnyType)
clientSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
endpoint: any(Azure.Bicep.Types.Concrete.AnyType)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
useEncryptedEndpoints: any(Azure.Bicep.Types.Concrete.AnyType)
useHostVerification: any(Azure.Bicep.Types.Concrete.AnyType)
usePeerVerification: any(Azure.Bicep.Types.Concrete.AnyType)
username: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
Sftp경우 다음을 사용합니다.
{
type: 'Sftp'
typeProperties: {
authenticationType: 'string'
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
host: any(Azure.Bicep.Types.Concrete.AnyType)
hostKeyFingerprint: any(Azure.Bicep.Types.Concrete.AnyType)
passPhrase: {
type: 'string'
// For remaining properties, see SecretBase objects
}
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any(Azure.Bicep.Types.Concrete.AnyType)
privateKeyContent: {
type: 'string'
// For remaining properties, see SecretBase objects
}
privateKeyPath: any(Azure.Bicep.Types.Concrete.AnyType)
skipHostKeyValidation: any(Azure.Bicep.Types.Concrete.AnyType)
userName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
shopify
{
type: 'Shopify'
typeProperties: {
accessToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
host: any(Azure.Bicep.Types.Concrete.AnyType)
useEncryptedEndpoints: any(Azure.Bicep.Types.Concrete.AnyType)
useHostVerification: any(Azure.Bicep.Types.Concrete.AnyType)
usePeerVerification: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
spark
{
type: 'Spark'
typeProperties: {
allowHostNameCNMismatch: any(Azure.Bicep.Types.Concrete.AnyType)
allowSelfSignedServerCert: any(Azure.Bicep.Types.Concrete.AnyType)
authenticationType: 'string'
enableSsl: any(Azure.Bicep.Types.Concrete.AnyType)
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
host: any(Azure.Bicep.Types.Concrete.AnyType)
httpPath: any(Azure.Bicep.Types.Concrete.AnyType)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any(Azure.Bicep.Types.Concrete.AnyType)
serverType: 'string'
thriftTransportProtocol: 'string'
trustedCertPath: any(Azure.Bicep.Types.Concrete.AnyType)
username: any(Azure.Bicep.Types.Concrete.AnyType)
useSystemTrustStore: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
SqlServer경우 다음을 사용합니다.
{
type: 'SqlServer'
typeProperties: {
connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
userName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
Square경우 다음을 사용합니다.
{
type: 'Square'
typeProperties: {
clientId: any(Azure.Bicep.Types.Concrete.AnyType)
clientSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
host: any(Azure.Bicep.Types.Concrete.AnyType)
redirectUri: any(Azure.Bicep.Types.Concrete.AnyType)
useEncryptedEndpoints: any(Azure.Bicep.Types.Concrete.AnyType)
useHostVerification: any(Azure.Bicep.Types.Concrete.AnyType)
usePeerVerification: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
Sybase경우 다음을 사용합니다.
{
type: 'Sybase'
typeProperties: {
authenticationType: 'string'
database: any(Azure.Bicep.Types.Concrete.AnyType)
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
schema: any(Azure.Bicep.Types.Concrete.AnyType)
server: any(Azure.Bicep.Types.Concrete.AnyType)
username: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
Teradata경우 다음을 사용합니다.
{
type: 'Teradata'
typeProperties: {
authenticationType: 'string'
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
server: any(Azure.Bicep.Types.Concrete.AnyType)
username: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
Vertica경우 다음을 사용합니다.
{
type: 'Vertica'
typeProperties: {
connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
웹경우 다음을 사용합니다.
{
type: 'Web'
typeProperties: {
url: any(Azure.Bicep.Types.Concrete.AnyType)
authenticationType: 'string'
// For remaining properties, see WebLinkedServiceTypeProperties objects
}
}
Xero
{
type: 'Xero'
typeProperties: {
consumerKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
host: any(Azure.Bicep.Types.Concrete.AnyType)
privateKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
useEncryptedEndpoints: any(Azure.Bicep.Types.Concrete.AnyType)
useHostVerification: any(Azure.Bicep.Types.Concrete.AnyType)
usePeerVerification: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
Zoho
{
type: 'Zoho'
typeProperties: {
accessToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any(Azure.Bicep.Types.Concrete.AnyType)
endpoint: any(Azure.Bicep.Types.Concrete.AnyType)
useEncryptedEndpoints: any(Azure.Bicep.Types.Concrete.AnyType)
useHostVerification: any(Azure.Bicep.Types.Concrete.AnyType)
usePeerVerification: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
SecretBase 개체
형식 속성을 설정하여 개체의 형식을 지정합니다.
AzureKeyVaultSecret
{
secretName: any(Azure.Bicep.Types.Concrete.AnyType)
secretVersion: any(Azure.Bicep.Types.Concrete.AnyType)
store: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
type: 'AzureKeyVaultSecret'
}
SecureString경우 다음을 사용합니다.
{
type: 'SecureString'
value: 'string'
}
속성 값
AmazonMWSLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'AmazonMWS'(필수) |
typeProperties | Amazon Marketplace 웹 서비스 연결된 서비스 속성입니다. | AmazonMWSLinkedServiceTypeProperties |
AmazonMWSLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
accessKeyId | 데이터에 액세스하는 데 사용되는 액세스 키 ID입니다. | any(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
끝점 | Amazon MWS 서버의 엔드포인트(즉, mws.amazonservices.com) | any(필수) |
marketplaceID | 데이터를 검색하려는 Amazon Marketplace ID입니다. 여러 Marketplace ID에서 데이터를 검색하려면 쉼표(,)로 구분합니다. (예: A2EUQ1WTGCTBG2) | any(필수) |
mwsAuthToken | Amazon MWS 인증 토큰입니다. | SecretBase |
secretKey | 데이터에 액세스하는 데 사용되는 비밀 키입니다. | SecretBase |
sellerID | Amazon 판매자 ID입니다. | any(필수) |
useEncryptedEndpoints | 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
useHostVerification | SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
usePeerVerification | SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
AmazonRedshiftLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'AmazonRedshift'(필수) |
typeProperties | Amazon Redshift 연결된 서비스 속성입니다. | amazonRedshiftLinkedServiceTypeProperties |
AmazonRedshiftLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
데이터베이스 | Amazon Redshift 원본의 데이터베이스 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
암호 | Amazon Redshift 원본의 암호입니다. | SecretBase |
항구 | Amazon Redshift 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트 번호입니다. 기본값은 5439입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. | 어떤 |
서버 | Amazon Redshift 서버의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
사용자 이름 | Amazon Redshift 원본의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AmazonS3LinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'AmazonS3'(필수) |
typeProperties | Amazon S3 연결된 서비스 속성입니다. | amazonS3LinkedServiceTypeProperties |
AmazonS3LinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
accessKeyId | Amazon S3 IAM(ID 및 액세스 관리) 사용자의 액세스 키 식별자입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
secretAccessKey | Amazon S3 IAM(ID 및 액세스 관리) 사용자의 비밀 액세스 키입니다. | SecretBase |
AzureBatchLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'AzureBatch'(필수) |
typeProperties | Azure Batch 연결된 서비스 속성입니다. | AzureBatchLinkedServiceTypeProperties |
AzureBatchLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
accessKey | Azure Batch 계정 액세스 키입니다. | SecretBase |
accountName | Azure Batch 계정 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
batchUri | Azure Batch URI입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
linkedServiceName | Azure Storage 연결된 서비스 참조입니다. | linkedServiceReference |
poolName | Azure Batch 풀 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
AzureDatabricksLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'AzureDatabricks'(필수) |
typeProperties | Azure Databricks 연결된 서비스 속성입니다. | AzureDatabricksLinkedServiceTypeProperties |
AzureDatabricksLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
accessToken | databricks REST API에 대한 액세스 토큰입니다. https://docs.azuredatabricks.net/api/latest/authentication.html참조하세요. 형식: 문자열(또는 resultType 문자열이 있는 식). | SecretBase(필수) |
도메인 | <REGION>.azuredatabricks.net, Databricks 배포의 도메인 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
existingClusterId | 이 작업의 모든 실행에 사용할 기존 클러스터의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
newClusterNodeType | 새 클러스터의 노드 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
newClusterNumOfWorker | 새 클러스터에 있어야 하는 작업자 노드 수입니다. '1'과 같이 Int32 형식의 문자열은 numOfWorker가 1이거나 '1:10'이면 1에서 최소로, 10에서 최대로 자동 크기 조정을 의미합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
newClusterSparkConf | 선택적 사용자 지정 Spark 구성 키-값 쌍 집합입니다. | azureDatabricksLinkedServiceTypePropertiesNewClusterSparkConf |
newClusterVersion | 새 클러스터의 Spark 버전입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkConf
이름 | 묘사 | 값 |
---|
AzureDataLakeAnalyticsLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'AzureDataLakeAnalytics'(필수) |
typeProperties | Azure Data Lake Analytics 연결된 서비스 속성입니다. | AzureDataLakeAnalyticsLinkedServiceTypeProperties |
AzureDataLakeAnalyticsLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
accountName | Azure Data Lake Analytics 계정 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
dataLakeAnalyticsUri | Azure Data Lake Analytics URI 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
resourceGroupName | Data Lake Analytics 계정 리소스 그룹 이름(Data Factory 계정과 다른 경우). 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
servicePrincipalId | Azure Data Lake Analytics 계정에 대해 인증하는 데 사용되는 애플리케이션의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
servicePrincipalKey | Azure Data Lake Analytics 계정에 대해 인증하는 데 사용되는 애플리케이션의 키입니다. | SecretBase |
subscriptionId | Data Lake Analytics 계정 구독 ID(Data Factory 계정과 다른 경우). 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테 넌 트 | 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
AzureDataLakeStoreLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'AzureDataLakeStore'(필수) |
typeProperties | Azure Data Lake Store 연결된 서비스 속성입니다. | AzureDataLakeStoreLinkedServiceTypeProperties |
AzureDataLakeStoreLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
accountName | Data Lake Store 계정 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
dataLakeStoreUri | Data Lake Store 서비스 URI. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
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 문자열이 있는 식). | 어떤 |
테 넌 트 | 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AzureKeyVaultLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'AzureKeyVault'(필수) |
typeProperties | Azure Key Vault 연결된 서비스 속성입니다. | AzureKeyVaultLinkedServiceTypeProperties |
AzureKeyVaultLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
baseUrl | Azure Key Vault의 기본 URL입니다. 예: https://myakv.vault.azure.net 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
AzureKeyVaultSecretReference
이름 | 묘사 | 값 |
---|---|---|
secretName | Azure Key Vault의 비밀 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
secretVersion | Azure Key Vault의 비밀 버전입니다. 기본값은 비밀의 최신 버전입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
가게 | Azure Key Vault 연결된 서비스 참조입니다. | linkedServiceReference |
형 | 비밀의 유형입니다. | 'AzureKeyVaultSecret'(필수) |
AzureMLLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'AzureML'(필수) |
typeProperties | Azure ML 웹 서비스 연결된 서비스 속성입니다. | AzureMLLinkedServiceTypeProperties |
AzureMLLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
apiKey | Azure ML 모델 엔드포인트에 액세스하기 위한 API 키입니다. | SecretBase(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
mlEndpoint | Azure ML 웹 서비스 엔드포인트에 대한 Batch 실행 REST URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
servicePrincipalId | Azure ML 웹 서비스의 ARM 기반 updateResourceEndpoint에 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
servicePrincipalKey | Azure ML 웹 서비스의 ARM 기반 updateResourceEndpoint에 대해 인증하는 데 사용되는 서비스 주체의 키입니다. | SecretBase |
테 넌 트 | 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
updateResourceEndpoint | Azure ML 웹 서비스 엔드포인트에 대한 리소스 REST 업데이트 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AzureMySqlLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'AzureMySql'(필수) |
typeProperties | Azure MySQL 데이터베이스 연결된 서비스 속성입니다. | AzureMySqlLinkedServiceTypeProperties |
AzureMySqlLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
connectionString | 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. | any(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AzurePostgreSqlLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'AzurePostgreSql'(필수) |
typeProperties | Azure PostgreSQL 연결된 서비스 속성입니다. | AzurePostgreSqlLinkedServiceTypeProperties |
AzurePostgreSqlLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
connectionString | ODBC 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AzureSearchLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'AzureSearch'(필수) |
typeProperties | Windows Azure Search Service 연결된 서비스 속성입니다. | AzureSearchLinkedServiceTypeProperties |
AzureSearchLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
열쇠 | Azure Search 서비스에 대한 관리 키 | SecretBase |
url | Azure Search 서비스의 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
AzureSqlDatabaseLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'AzureSqlDatabase'(필수) |
typeProperties | Azure SQL Database 연결된 서비스 속성입니다. | AzureSqlDatabaseLinkedServiceTypeProperties |
AzureSqlDatabaseLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
connectionString | 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. | any(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
servicePrincipalId | Azure SQL Database에 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
servicePrincipalKey | Azure SQL Database에 대해 인증하는 데 사용되는 서비스 주체의 키입니다. | SecretBase |
테 넌 트 | 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AzureSqlDWLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'AzureSqlDW'(필수) |
typeProperties | Azure SQL Data Warehouse 연결된 서비스 속성입니다. | AzureSqlDWLinkedServiceTypeProperties |
AzureSqlDWLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
connectionString | 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. | any(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
servicePrincipalId | Azure SQL Data Warehouse에 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
servicePrincipalKey | Azure SQL Data Warehouse에 대해 인증하는 데 사용되는 서비스 주체의 키입니다. | SecretBase |
테 넌 트 | 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AzureStorageLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'AzureStorage'(필수) |
typeProperties | Azure Storage 연결된 서비스 속성입니다. | AzureStorageLinkedServiceTypeProperties |
AzureStorageLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
connectionString | 연결 문자열입니다. sasUri 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
sasUri | Azure Storage 리소스의 SAS URI입니다. connectionString 속성과 함께 사용할 수 없습니다. | SecretBase |
CassandraLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Cassandra'(필수) |
typeProperties | Cassandra 연결된 서비스 속성입니다. | CassandraLinkedServiceTypeProperties(필수) |
CassandraLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
authenticationType | 연결에 사용할 AuthenticationType입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
호스트 | 연결의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
암호 | 인증을 위한 암호입니다. | SecretBase |
항구 | 연결의 포트입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. | 어떤 |
사용자 이름 | 인증을 위한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
ConcurLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Concur'(필수) |
typeProperties | Concur Service 연결된 서비스 속성입니다. | concurLinkedServiceTypeProperties |
ConcurLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
clientId | Concur 앱 관리에서 제공하는 애플리케이션 client_id. | any(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
암호 | 사용자 이름 필드에 제공한 사용자 이름에 해당하는 암호입니다. | SecretBase |
useEncryptedEndpoints | 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
useHostVerification | SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
usePeerVerification | SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
사용자 이름 | Concur Service에 액세스하는 데 사용하는 사용자 이름입니다. | any(필수) |
CosmosDbLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'CosmosDb'(필수) |
typeProperties | CosmosDB 연결된 서비스 속성입니다. | CosmosDbLinkedServiceTypeProperties(필수) |
CosmosDbLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
connectionString | 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. | any(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
CouchbaseLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Couchbase'(필수) |
typeProperties | Couchbase 서버 연결된 서비스 속성입니다. | CouchbaseLinkedServiceTypeProperties(필수) |
CouchbaseLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
connectionString | ODBC 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
CustomDataSourceLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'CustomDataSource'(필수) |
typeProperties | 사용자 지정 연결된 서비스 속성입니다. | any(필수) |
Db2LinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Db2'(필수) |
typeProperties | DB2 연결된 서비스 속성입니다. | Db2LinkedServiceTypeProperties(필수) |
Db2LinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
authenticationType | 연결에 사용할 AuthenticationType입니다. | '기본' |
데이터베이스 | 연결의 데이터베이스 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
암호 | 인증을 위한 암호입니다. | SecretBase |
서버 | 연결의 서버 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
사용자 이름 | 인증을 위한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
DrillLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Drill'(필수) |
typeProperties | 드릴 서버 연결된 서비스 속성입니다. | DrillLinkedServiceTypeProperties(필수) |
DrillLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
connectionString | ODBC 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
DynamicsLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Dynamics'(필수) |
typeProperties | Dynamics 연결된 서비스 속성입니다. | DynamicsLinkedServiceTypeProperties(필수) |
DynamicsLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
authenticationType | Dynamics 서버에 연결할 인증 유형입니다. 온라인 시나리오의 경우 'Office365', Ifd 시나리오를 사용하는 온-프레미스의 경우 'Ifd'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 'Ifd' 'Office365'(필수) |
deploymentType | Dynamics 인스턴스의 배포 유형입니다. Dynamics Online의 경우 'Online'이고 Ifd를 사용하는 Dynamics 온-프레미스의 경우 'OnPremisesWithIfd'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 'Online' 'OnPremisesWithIfd'(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
hostName | 온-프레미스 Dynamics 서버의 호스트 이름입니다. 이 속성은 온-프레미스에 필요하며 온라인은 허용되지 않습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
organizationName | Dynamics 인스턴스의 조직 이름입니다. 이 속성은 온-프레미스에 필요하며 사용자와 연결된 Dynamics 인스턴스가 둘 이상 있는 경우 온라인에 필요합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
암호 | Dynamics 인스턴스에 액세스하기 위한 암호입니다. | SecretBase |
항구 | 온-프레미스 Dynamics 서버의 포트입니다. 이 속성은 온-프레미스에 필요하며 온라인은 허용되지 않습니다. 기본값은 443입니다. 형식: 정수(또는 resultType 정수가 있는 식), 최소값: 0. | 어떤 |
serviceUri | Microsoft Dynamics 서버의 URL입니다. 이 속성은 온-프레미스에 필요하고 온-프레미스에는 허용되지 않습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
사용자 이름 | Dynamics 인스턴스에 액세스할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
EloquaLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Eloqua'(필수) |
typeProperties | Eloqua 서버 연결된 서비스 속성입니다. | EloquaLinkedServiceTypeProperties(필수) |
EloquaLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
끝점 | Eloqua 서버의 엔드포인트입니다. (즉, eloqua.example.com) | any(필수) |
암호 | 사용자 이름에 해당하는 암호입니다. | SecretBase |
useEncryptedEndpoints | 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
useHostVerification | SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
usePeerVerification | SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
사용자 이름 | 사이트 이름/사용자 이름 형식의 Eloqua 계정의 사이트 이름 및 사용자 이름입니다. (예: 엘로쿠아/앨리스) | any(필수) |
FileServerLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'FileServer'(필수) |
typeProperties | 파일 시스템 연결된 서비스 속성입니다. | fileServerLinkedServiceTypeProperties |
FileServerLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
호스트 | 서버의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
암호 | 서버를 로그온하기 위한 암호입니다. | SecretBase |
userId | 서버에 로그온할 사용자 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
FtpServerLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'FtpServer'(필수) |
typeProperties | 이 연결된 서비스 유형과 관련된 속성입니다. | ftpServerLinkedServiceTypeProperties |
FtpServerLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
authenticationType | FTP 서버에 연결하는 데 사용할 인증 유형입니다. | '익명' '기본' |
enableServerCertificateValidation | true이면 SSL/TLS 채널을 통해 연결할 때 FTP 서버 SSL 인증서의 유효성을 검사합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). | 어떤 |
enableSsl | true이면 SSL/TLS 채널을 통해 FTP 서버에 연결합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
호스트 | FTP 서버의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
암호 | FTP 서버를 로그온하는 암호입니다. | SecretBase |
항구 | FTP 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트 번호입니다. 기본값은 21입니다. 형식: 정수(또는 resultType 정수가 있는 식), 최소값: 0. | 어떤 |
userName | FTP 서버를 로그온할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
GoogleBigQueryLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'GoogleBigQuery'(필수) |
typeProperties | Google BigQuery 서비스 연결된 서비스 속성입니다. | googleBigQueryLinkedServiceTypeProperties |
GoogleBigQueryLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
additionalProjects | 액세스할 공용 BigQuery 프로젝트의 쉼표로 구분된 목록입니다. | 어떤 |
authenticationType | 인증에 사용되는 OAuth 2.0 인증 메커니즘입니다. ServiceAuthentication은 자체 호스팅 IR에서만 사용할 수 있습니다. | 'ServiceAuthentication' 'UserAuthentication'(필수) |
clientId | 새로 고침 토큰을 획득하는 데 사용되는 Google 애플리케이션의 클라이언트 ID입니다. | SecretBase |
clientSecret | 새로 고침 토큰을 획득하는 데 사용되는 Google 애플리케이션의 클라이언트 암호입니다. | SecretBase |
메일 주소 | ServiceAuthentication에 사용되며 자체 호스팅 IR에서만 사용할 수 있는 서비스 계정 전자 메일 ID입니다. | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
keyFilePath | 서비스 계정 전자 메일 주소를 인증하는 데 사용되며 자체 호스팅 IR에서만 사용할 수 있는 .p12 키 파일의 전체 경로입니다. | 어떤 |
프로젝트 | 쿼리할 기본 BigQuery 프로젝트입니다. | any(필수) |
refreshToken | UserAuthentication에 대한 BigQuery에 대한 액세스 권한을 부여하기 위해 Google에서 얻은 새로 고침 토큰입니다. | SecretBase |
requestGoogleDriveScope | Google 드라이브에 대한 액세스를 요청할지 여부입니다. Google 드라이브 액세스를 허용하면 BigQuery 데이터를 Google Drive의 데이터와 결합하는 페더레이션 테이블을 지원할 수 있습니다. 기본값은 false입니다. | 어떤 |
trustedCertPath | SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서가 포함된 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. | 어떤 |
useSystemTrustStore | 시스템 신뢰 저장소 또는 지정된 PEM 파일에서 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
GreenplumLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Greenplum'(필수) |
typeProperties | Greenplum Database 연결된 서비스 속성입니다. | GreenplumLinkedServiceTypeProperties(필수) |
GreenplumLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
connectionString | ODBC 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
HBaseLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'HBase'(필수) |
typeProperties | HBase 서버 연결된 서비스 속성입니다. | HBaseLinkedServiceTypeProperties(필수) |
HBaseLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
allowHostNameCNMismatch | SSL을 통해 연결할 때 CA에서 발급한 SSL 인증서 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
allowSelfSignedServerCert | 서버에서 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
authenticationType | HBase 서버에 연결하는 데 사용할 인증 메커니즘입니다. | '익명' 'Basic'(필수) |
enableSsl | 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
호스트 | HBase 서버의 IP 주소 또는 호스트 이름입니다. (예: 192.168.222.160) | any(필수) |
httpPath | HBase 서버에 해당하는 부분 URL입니다. (예: /gateway/sandbox/hbase/version) | 어떤 |
암호 | 사용자 이름에 해당하는 암호입니다. | SecretBase |
항구 | HBase 인스턴스가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트입니다. 기본값은 9090입니다. | 어떤 |
trustedCertPath | SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서가 포함된 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. | 어떤 |
사용자 이름 | HBase 인스턴스에 연결하는 데 사용되는 사용자 이름입니다. | 어떤 |
HdfsLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Hdfs'(필수) |
typeProperties | HDFS 연결된 서비스 속성입니다. | hdfsLinkedServiceTypeProperties |
HdfsLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
authenticationType | HDFS에 연결하는 데 사용되는 인증 유형입니다. 가능한 값은 익명 및 Windows입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
암호 | Windows 인증에 대한 암호입니다. | SecretBase |
url | HDFS 서비스 엔드포인트의 URL(예: http://myhostname:50070/webhdfs/v1)입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
userName | Windows 인증의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
HDInsightLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'HDInsight'(필수) |
typeProperties | HDInsight 연결된 서비스 속성입니다. | HDInsightLinkedServiceTypeProperties |
HDInsightLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
clusterUri | HDInsight 클러스터 URI. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
hcatalogLinkedServiceName | HCatalog 데이터베이스를 가리키는 Azure SQL 연결된 서비스에 대한 참조입니다. | linkedServiceReference |
linkedServiceName | Azure Storage 연결된 서비스 참조입니다. | linkedServiceReference |
암호 | HDInsight 클러스터 암호입니다. | SecretBase |
userName | HDInsight 클러스터 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
HDInsightOnDemandLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'HDInsightOnDemand'(필수) |
typeProperties | HDInsight 온디맨드 연결된 서비스 속성입니다. | HDInsightOnDemandLinkedServiceTypeProperties |
HDInsightOnDemandLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
additionalLinkedServiceNames | Data Factory 서비스가 사용자 대신 등록할 수 있도록 HDInsight 연결된 서비스에 대한 추가 스토리지 계정을 지정합니다. | linkedServiceReference |
clusterNamePrefix | 클러스터 이름의 접두사, 접두사는 타임스탬프와 구별됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
clusterPassword | 클러스터에 액세스할 암호입니다. | SecretBase |
clusterResourceGroup | 클러스터가 속한 리소스 그룹입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
clusterSize | 클러스터의 작업자/데이터 노드 수입니다. 제안 값: 4. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
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 데이터베이스를 메타스토어로 사용하여 만듭니다. | linkedServiceReference |
hdfsConfiguration | HDInsight 클러스터에 대한 HDFS 구성 매개 변수(hdfs-site.xml)를 지정합니다. | 어떤 |
headNodeSize | HDInsight 클러스터의 헤드 노드 크기를 지정합니다. | 어떤 |
hiveConfiguration | HDInsight 클러스터에 대한 hive 구성 매개 변수(hive-site.xml)를 지정합니다. | 어떤 |
hostSubscriptionId | 클러스터를 호스트하는 고객의 구독입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
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)를 지정합니다. | 어떤 |
테 넌 트 | 서비스 주체가 속한 테넌트 ID/이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
timeToLive | 주문형 HDInsight 클러스터에 허용되는 유휴 시간입니다. 클러스터에 다른 활성 작업이 없는 경우 작업 실행이 완료된 후 주문형 HDInsight 클러스터가 활성 상태로 유지되는 기간을 지정합니다. 최소값은 5분입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
버전 | HDInsight 클러스터의 버전입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
yarnConfiguration | HDInsight 클러스터에 대한 Yarn 구성 매개 변수(yarn-site.xml)를 지정합니다. | 어떤 |
zookeeperNodeSize | HDInsight 클러스터에 대한 Zoo Keeper 노드의 크기를 지정합니다. | 어떤 |
HiveLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Hive'(필수) |
typeProperties | Hive Server 연결된 서비스 속성입니다. | HiveLinkedServiceTypeProperties(필수) |
HiveLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
allowHostNameCNMismatch | SSL을 통해 연결할 때 CA에서 발급한 SSL 인증서 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
allowSelfSignedServerCert | 서버에서 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
authenticationType | Hive 서버에 액세스하는 데 사용되는 인증 방법입니다. | '익명' 'Username' 'UsernameAndPassword' 'WindowsAzureHDInsightService'(필수) |
enableSsl | 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
호스트 | 여러 호스트에 대해 ';'로 구분된 Hive 서버의 IP 주소 또는 호스트 이름입니다(serviceDiscoveryMode를 사용하는 경우에만). | any(필수) |
httpPath | Hive 서버에 해당하는 부분 URL입니다. | 어떤 |
암호 | 사용자 이름 필드에 제공한 사용자 이름에 해당하는 암호입니다. | SecretBase |
항구 | Hive 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트입니다. | 어떤 |
serverType | Hive 서버의 유형입니다. | 'HiveServer1' 'HiveServer2' 'HiveThriftServer' |
serviceDiscoveryMode | ZooKeeper 서비스를 사용함을 나타내려면 true입니다. false가 아닙니다. | 어떤 |
thriftTransportProtocol | Thrift 계층에서 사용할 전송 프로토콜입니다. | 'Binary' 'HTTP ' 'SASL' |
trustedCertPath | SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서가 포함된 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. | 어떤 |
useNativeQuery | 드라이버에서 네이티브 HiveQL 쿼리를 사용할지 또는 HiveQL에서 동일한 형식으로 변환할지를 지정합니다. | 어떤 |
사용자 이름 | Hive Server에 액세스하는 데 사용하는 사용자 이름입니다. | 어떤 |
useSystemTrustStore | 시스템 신뢰 저장소 또는 지정된 PEM 파일에서 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
zooKeeperNameSpace | Hive Server 2 노드가 추가되는 ZooKeeper의 네임스페이스입니다. | 어떤 |
HttpLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'HttpServer'(필수) |
typeProperties | 이 연결된 서비스 유형과 관련된 속성입니다. | httpLinkedServiceTypeProperties |
HttpLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
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 문자열이 있는 식). | 어떤 |
암호 | EmbeddedCertData 인증을 사용하는 기본, 다이제스트, Windows 또는 ClientCertificate의 암호입니다. | SecretBase |
url | HTTP 엔드포인트의 기본 URL(예: https://www.microsoft.com. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
userName | 기본, 다이제스트 또는 Windows 인증의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
HubspotLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Hubspot'(필수) |
typeProperties | Hubspot Service 연결된 서비스 속성입니다. | HubspotLinkedServiceTypeProperties(필수) |
HubspotLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
accessToken | OAuth 통합을 처음 인증할 때 가져온 액세스 토큰입니다. | SecretBase |
clientId | Hubspot 애플리케이션과 연결된 클라이언트 ID입니다. | any(필수) |
clientSecret | Hubspot 애플리케이션과 연결된 클라이언트 암호입니다. | SecretBase |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
refreshToken | OAuth 통합을 처음 인증할 때 가져온 새로 고침 토큰입니다. | SecretBase |
useEncryptedEndpoints | 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
useHostVerification | SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
usePeerVerification | SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
ImpalaLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Impala'(필수) |
typeProperties | Impala 서버 연결된 서비스 속성입니다. | ImpalaLinkedServiceTypeProperties(필수) |
ImpalaLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
allowHostNameCNMismatch | SSL을 통해 연결할 때 CA에서 발급한 SSL 인증서 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
allowSelfSignedServerCert | 서버에서 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
authenticationType | 사용할 인증 유형입니다. | '익명' 'SASLUsername' 'UsernameAndPassword'(필수) |
enableSsl | 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
호스트 | Impala 서버의 IP 주소 또는 호스트 이름입니다. (예: 192.168.222.160) | any(필수) |
암호 | UsernameAndPassword를 사용할 때 사용자 이름에 해당하는 암호입니다. | SecretBase |
항구 | Impala 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트입니다. 기본값은 21050입니다. | 어떤 |
trustedCertPath | SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서가 포함된 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. | 어떤 |
사용자 이름 | Impala 서버에 액세스하는 데 사용되는 사용자 이름입니다. SASLUsername을 사용하는 경우 기본값은 익명입니다. | 어떤 |
useSystemTrustStore | 시스템 신뢰 저장소 또는 지정된 PEM 파일에서 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
IntegrationRuntimeReference
이름 | 묘사 | 값 |
---|---|---|
매개 변수 | 통합 런타임에 대한 인수입니다. | ParameterValueSpecification |
referenceName | 통합 런타임 이름을 참조합니다. | string(필수) |
형 | 통합 런타임의 유형입니다. | 'IntegrationRuntimeReference'(필수) |
JiraLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Jira'(필수) |
typeProperties | Jira 서비스 연결된 서비스 속성입니다. | JiraLinkedServiceTypeProperties |
JiraLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
호스트 | Jira 서비스의 IP 주소 또는 호스트 이름입니다. (예: jira.example.com) | any(필수) |
암호 | 사용자 이름 필드에 제공한 사용자 이름에 해당하는 암호입니다. | SecretBase |
항구 | Jira 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트입니다. 기본값은 HTTPS를 통해 연결하는 경우 443이고, HTTP를 통해 연결하는 경우 8080입니다. | 어떤 |
useEncryptedEndpoints | 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
useHostVerification | SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
usePeerVerification | SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
사용자 이름 | Jira 서비스에 액세스하는 데 사용하는 사용자 이름입니다. | any(필수) |
LinkedService
이름 | 묘사 | 값 |
---|---|---|
주석 | 데이터 세트를 설명하는 데 사용할 수 있는 태그 목록입니다. | any[] |
connectVia | 통합 런타임 참조입니다. | IntegrationRuntimeReference |
묘사 | 연결된 서비스 설명입니다. | 문자열 |
매개 변수 | 연결된 서비스에 대한 매개 변수입니다. | ParameterDefinitionSpecification |
형 | AmazonMWSLinkedService |
'AmazonMWS' '아마존레드시프' 'AmazonS3' 'AzureBatch' 'AzureDatabricks' 'AzureDataLakeAnalytics' 'AzureDataLakeStore' 'AzureKeyVault' 'AzureML' 'AzureMySql' 'AzurePostgreSql' 'AzureSearch' 'AzureSqlDatabase' 'AzureSqlDW' 'AzureStorage' 'Cassandra' 'Concur' 'CosmosDb' 'Couchbase' 'CustomDataSource' 'Db2' 'Drill' 'Dynamics' '엘로쿠아' 'FileServer' 'FtpServer' 'GoogleBigQuery' 'Greenplum' 'HBase' 'Hdfs' 'HDInsight' 'HDInsightOnDemand' 'Hive' 'HttpServer' 'Hubspot' '임팔라' 'Jira' 'Magento' 'MariaDB' 'Marketo' 'MongoDb' 'MySql' 'Netezza' 'OData' 'Odbc' 'Oracle' 'PayPal' '피닉스' 'PostgreSql' 'Presto' 'QuickBooks' 'Responsys' 'Salesforce' 'SalesforceMarketingCloud' 'SapBW' 'SapCloudForCustomer' 'SapEcc' 'SapHana' 'ServiceNow' 'Sftp' 'Shopify' 'Spark' 'SqlServer' 'Square' 'Sybase' 'Teradata' '버티카' '웹' 'Xero' 'Zoho'(필수) |
LinkedServiceReference
이름 | 묘사 | 값 |
---|---|---|
매개 변수 | LinkedService에 대한 인수입니다. | ParameterValueSpecification |
referenceName | LinkedService 이름을 참조합니다. | string(필수) |
형 | 연결된 서비스 참조 형식입니다. | 'LinkedServiceReference'(필수) |
MagentoLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Magento'(필수) |
typeProperties | Magento 서버 연결된 서비스 속성입니다. | MagentoLinkedServiceTypeProperties(필수) |
MagentoLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
accessToken | Magento의 액세스 토큰입니다. | SecretBase |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
호스트 | Magento 인스턴스의 URL입니다. (예: 192.168.222.110/magento3) | any(필수) |
useEncryptedEndpoints | 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
useHostVerification | SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
usePeerVerification | SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
MariaDBLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'MariaDB'(필수) |
typeProperties | MariaDB 서버 연결된 서비스 속성입니다. | MariaDBLinkedServiceTypeProperties(필수) |
MariaDBLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
connectionString | ODBC 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
MarketoLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Marketo'(필수) |
typeProperties | Marketo 서버 연결된 서비스 속성입니다. | MarketoLinkedServiceTypeProperties(필수) |
MarketoLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
clientId | Marketo 서비스의 클라이언트 ID입니다. | any(필수) |
clientSecret | Marketo 서비스의 클라이언트 암호입니다. | SecretBase |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
끝점 | Marketo 서버의 엔드포인트입니다. (예: 123-ABC-321.mktorest.com) | any(필수) |
useEncryptedEndpoints | 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
useHostVerification | SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
usePeerVerification | SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
Microsoft.DataFactory/factoryies/linkedservices
이름 | 묘사 | 값 |
---|---|---|
이름 | 리소스 이름 | 문자열 제약 조건: 최소 길이 = 1 최대 길이 = 1 패턴 = ^[A-Za-z0-9_][^<>*#.%&:\\+?/]*$ (필수) |
부모 | Bicep에서 자식 리소스에 대한 부모 리소스를 지정할 수 있습니다. 자식 리소스가 부모 리소스 외부에서 선언된 경우에만 이 속성을 추가해야 합니다. 자세한 내용은 부모 리소스외부의 자식 리소스 |
형식의 리소스에 대한 기호 이름: 팩터리 |
속성 | 연결된 서비스의 속성입니다. | linkedService |
MongoDbLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'MongoDb'(필수) |
typeProperties | MongoDB 연결된 서비스 속성입니다. | MongoDbLinkedServiceTypeProperties(필수) |
MongoDbLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
allowSelfSignedServerCert | 서버에서 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). | 어떤 |
authenticationType | MongoDB 데이터베이스에 연결하는 데 사용할 인증 유형입니다. | '익명' '기본' |
authSource | 사용자 이름 및 암호를 확인하는 데이터베이스입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
databaseName | 액세스하려는 MongoDB 데이터베이스의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
enableSsl | 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
암호 | 인증을 위한 암호입니다. | SecretBase |
항구 | MongoDB 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트 번호입니다. 기본값은 27017입니다. 형식: 정수(또는 resultType 정수가 있는 식), 최소값: 0. | 어떤 |
서버 | MongoDB 서버의 IP 주소 또는 서버 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
사용자 이름 | 인증을 위한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
MySqlLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'MySql'(필수) |
typeProperties | MySQL 연결된 서비스 속성입니다. | mySqlLinkedServiceTypeProperties |
MySqlLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
connectionString | 연결 문자열입니다. | SecretBase(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
NetezzaLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Netezza'(필수) |
typeProperties | Netezza 연결된 서비스 속성입니다. | NetezzaLinkedServiceTypeProperties(필수) |
NetezzaLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
connectionString | ODBC 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
ODataLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'OData'(필수) |
typeProperties | OData 연결된 서비스 속성입니다. | ODataLinkedServiceTypeProperties |
ODataLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
authenticationType | OData 서비스에 연결하는 데 사용되는 인증 유형입니다. | '익명' '기본' |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
암호 | OData 서비스의 암호입니다. | SecretBase |
url | OData 서비스 엔드포인트의 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
userName | OData 서비스의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
OdbcLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Odbc'(필수) |
typeProperties | ODBC 연결된 서비스 속성입니다. | OdbcLinkedServiceTypeProperties(필수) |
OdbcLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
authenticationType | ODBC 데이터 저장소에 연결하는 데 사용되는 인증 유형입니다. 가능한 값은 익명 및 기본 값입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
connectionString | 연결 문자열의 액세스 권한 없는 자격 증명 부분과 선택적으로 암호화된 자격 증명입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. | any(필수) |
자격 증명 | 드라이버별 속성-값 형식으로 지정된 연결 문자열의 액세스 자격 증명 부분입니다. | SecretBase |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
암호 | 기본 인증에 대한 암호입니다. | SecretBase |
userName | 기본 인증의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
OracleLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Oracle'(필수) |
typeProperties | Oracle 데이터베이스 연결된 서비스 속성입니다. | OracleLinkedServiceTypeProperties |
OracleLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
connectionString | 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. | any(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
ParameterDefinitionSpecification
이름 | 묘사 | 값 |
---|
ParameterSpecification
이름 | 묘사 | 값 |
---|---|---|
defaultValue | 매개 변수의 기본값입니다. | 어떤 |
형 | 매개 변수 형식입니다. | 'Array' 'Bool' 'Float' 'Int' 'Object' 'SecureString' 'String'(필수) |
ParameterValueSpecification
이름 | 묘사 | 값 |
---|
ParameterValueSpecification
이름 | 묘사 | 값 |
---|
PaypalLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'PayPal'(필수) |
typeProperties | PayPal 서비스 연결된 서비스 속성입니다. | paypalLinkedServiceTypeProperties |
PaypalLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
clientId | PayPal 애플리케이션과 연결된 클라이언트 ID입니다. | any(필수) |
clientSecret | PayPal 애플리케이션과 연결된 클라이언트 암호입니다. | SecretBase |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
호스트 | PayPal 인스턴스의 URL입니다. (예: api.sandbox.paypal.com) | any(필수) |
useEncryptedEndpoints | 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
useHostVerification | SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
usePeerVerification | SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
PhoenixLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Phoenix'(필수) |
typeProperties | Phoenix 서버 연결된 서비스 속성입니다. | PhoenixLinkedServiceTypeProperties(필수) |
PhoenixLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
allowHostNameCNMismatch | SSL을 통해 연결할 때 CA에서 발급한 SSL 인증서 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
allowSelfSignedServerCert | 서버에서 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
authenticationType | Phoenix 서버에 연결하는 데 사용되는 인증 메커니즘입니다. | '익명' 'UsernameAndPassword' 'WindowsAzureHDInsightService'(필수) |
enableSsl | 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
호스트 | Phoenix 서버의 IP 주소 또는 호스트 이름입니다. (예: 192.168.222.160) | any(필수) |
httpPath | Phoenix 서버에 해당하는 부분 URL입니다. (예: /gateway/sandbox/phoenix/version). WindowsAzureHDInsightService를 사용하는 경우 기본값은 hbasephoenix입니다. | 어떤 |
암호 | 사용자 이름에 해당하는 암호입니다. | SecretBase |
항구 | Phoenix 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트입니다. 기본값은 8765입니다. | 어떤 |
trustedCertPath | SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서가 포함된 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. | 어떤 |
사용자 이름 | Phoenix 서버에 연결하는 데 사용되는 사용자 이름입니다. | 어떤 |
useSystemTrustStore | 시스템 신뢰 저장소 또는 지정된 PEM 파일에서 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
PostgreSqlLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'PostgreSql'(필수) |
typeProperties | PostgreSQL 연결된 서비스 속성입니다. | PostgreSqlLinkedServiceTypeProperties(필수) |
PostgreSqlLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
connectionString | 연결 문자열입니다. | SecretBase(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
PrestoLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Presto'(필수) |
typeProperties | Presto 서버 연결된 서비스 속성입니다. | PrestoLinkedServiceTypeProperties(필수) |
PrestoLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
allowHostNameCNMismatch | SSL을 통해 연결할 때 CA에서 발급한 SSL 인증서 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
allowSelfSignedServerCert | 서버에서 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
authenticationType | Presto 서버에 연결하는 데 사용되는 인증 메커니즘입니다. | '익명' 'LDAP'(필수) |
카탈로그 | 서버에 대한 모든 요청에 대한 카탈로그 컨텍스트입니다. | any(필수) |
enableSsl | 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
호스트 | Presto 서버의 IP 주소 또는 호스트 이름입니다. (예: 192.168.222.160) | any(필수) |
암호 | 사용자 이름에 해당하는 암호입니다. | SecretBase |
항구 | Presto 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트입니다. 기본값은 8080입니다. | 어떤 |
serverVersion | Presto 서버의 버전입니다. (예: 0.148-t) | any(필수) |
timeZoneID | 연결에서 사용하는 현지 표준 시간대입니다. 이 옵션의 유효한 값은 IANA 표준 시간대 데이터베이스에 지정됩니다. 기본값은 시스템 표준 시간대입니다. | 어떤 |
trustedCertPath | SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서가 포함된 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. | 어떤 |
사용자 이름 | Presto 서버에 연결하는 데 사용되는 사용자 이름입니다. | 어떤 |
useSystemTrustStore | 시스템 신뢰 저장소 또는 지정된 PEM 파일에서 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
QuickBooksLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'QuickBooks'(필수) |
typeProperties | QuickBooks 서버 연결된 서비스 속성입니다. | QuickBooksLinkedServiceTypeProperties |
QuickBooksLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
accessToken | OAuth 1.0 인증에 대한 액세스 토큰입니다. | SecretBase(필수) |
accessTokenSecret | OAuth 1.0 인증에 대한 액세스 토큰 비밀입니다. | SecretBase(필수) |
companyId | 권한을 부여할 QuickBooks 회사의 회사 ID입니다. | any(필수) |
consumerKey | OAuth 1.0 인증에 대한 소비자 키입니다. | any(필수) |
consumerSecret | OAuth 1.0 인증에 대한 소비자 암호입니다. | SecretBase(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
끝점 | QuickBooks 서버의 엔드포인트입니다. (예: quickbooks.api.intuit.com) | any(필수) |
useEncryptedEndpoints | 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
ResponsysLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Responsys'(필수) |
typeProperties | Responsys 연결된 서비스 속성입니다. | ResponsysLinkedServiceTypeProperties(필수) |
ResponsysLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
clientId | Responsys 애플리케이션과 연결된 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
clientSecret | Responsys 애플리케이션과 연결된 클라이언트 암호입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | SecretBase |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
끝점 | Responsys 서버의 엔드포인트입니다. | any(필수) |
useEncryptedEndpoints | 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). | 어떤 |
useHostVerification | SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). | 어떤 |
usePeerVerification | SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). | 어떤 |
SalesforceLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Salesforce'(필수) |
typeProperties | Salesforce 연결된 서비스 속성입니다. | SalesforceLinkedServiceTypeProperties(필수) |
SalesforceLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
environmentUrl | Salesforce 인스턴스의 URL입니다. 기본값은 'https://login.salesforce.com'입니다. 샌드박스에서 데이터를 복사하려면 'https://test.salesforce.com'을 지정합니다. 사용자 지정 도메인에서 데이터를 복사하려면 'https://[domain].my.salesforce.com'을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
암호 | Salesforce 인스턴스의 기본 인증에 대한 암호입니다. | SecretBase |
securityToken | 보안 토큰은 Salesforce 인스턴스에 원격으로 액세스하는 데 필요합니다. | SecretBase |
사용자 이름 | Salesforce 인스턴스의 기본 인증에 대한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
SalesforceMarketingCloudLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'SalesforceMarketingCloud'(필수) |
typeProperties | Salesforce Marketing Cloud 연결된 서비스 속성입니다. | SalesforceMarketingCloudLinkedServiceTypeProperties(필수) |
SalesforceMarketingCloudLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
clientId | Salesforce Marketing Cloud 애플리케이션과 연결된 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
clientSecret | Salesforce Marketing Cloud 애플리케이션과 연결된 클라이언트 암호입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | SecretBase |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
useEncryptedEndpoints | 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). | 어떤 |
useHostVerification | SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). | 어떤 |
usePeerVerification | SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). | 어떤 |
SapBWLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'SapBW'(필수) |
typeProperties | 이 연결된 서비스 유형과 관련된 속성입니다. | SapBWLinkedServiceTypeProperties(필수) |
SapBWLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
clientId | BW 시스템에 있는 클라이언트의 클라이언트 ID입니다. (일반적으로 문자열로 표시되는 3자리 10진수) 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
암호 | SAP BW 서버에 액세스하기 위한 암호입니다. | SecretBase |
서버 | SAP BW 인스턴스의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
systemNumber | BW 시스템의 시스템 번호입니다. (일반적으로 문자열로 표시되는 두 자리 소수 자릿수입니다.) 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
userName | SAP BW 서버에 액세스할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
SapCloudForCustomerLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'SapCloudForCustomer'(필수) |
typeProperties | SAP Cloud for Customer 연결된 서비스 속성입니다. | sapCloudForCustomerLinkedServiceTypeProperties |
SapCloudForCustomerLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. encryptedCredential 또는 사용자 이름/암호를 제공해야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
암호 | 기본 인증에 대한 암호입니다. | SecretBase |
url | SAP Cloud for Customer OData API의 URL입니다. 예를 들어 '[https://[tenantname].crm.ondemand.com/sap/c4c/odata/v1]'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
사용자 이름 | 기본 인증의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
SapEccLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'SapEcc'(필수) |
typeProperties | SAP ECC 연결된 서비스 속성입니다. | SapEccLinkedServiceTypeProperties(필수) |
SapEccLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. encryptedCredential 또는 사용자 이름/암호를 제공해야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 문자열 |
암호 | 기본 인증에 대한 암호입니다. | SecretBase |
url | SAP ECC OData API의 URL입니다. 예를 들어 '[https://hostname:port/sap/opu/odata/sap/servicename/]'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | string(필수) |
사용자 이름 | 기본 인증의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 문자열 |
SapHanaLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'SapHana'(필수) |
typeProperties | 이 연결된 서비스 유형과 관련된 속성입니다. | SapHanaLinkedServiceProperties(필수) |
SapHanaLinkedServiceProperties
이름 | 묘사 | 값 |
---|---|---|
authenticationType | SAP HANA 서버에 연결하는 데 사용할 인증 유형입니다. | '기본' 'Windows' |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
암호 | SAP HANA 서버에 액세스하기 위한 암호입니다. | SecretBase |
서버 | SAP HANA 서버의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
userName | SAP HANA 서버에 액세스할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
SecretBase
이름 | 묘사 | 값 |
---|---|---|
형 | AzureKeyVaultSecretReference |
'AzureKeyVaultSecret' 'SecureString'(필수) |
SecureString
이름 | 묘사 | 값 |
---|---|---|
형 | 비밀의 유형입니다. | 'SecureString'(필수) |
값 | 보안 문자열의 값입니다. | string(필수) |
ServiceNowLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'ServiceNow'(필수) |
typeProperties | ServiceNow 서버 연결된 서비스 속성입니다. | serviceNowLinkedServiceTypeProperties |
ServiceNowLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
authenticationType | 사용할 인증 유형입니다. | '기본' 'OAuth2'(필수) |
clientId | OAuth2 인증의 클라이언트 ID입니다. | 어떤 |
clientSecret | OAuth2 인증에 대한 클라이언트 암호입니다. | SecretBase |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
끝점 | ServiceNow 서버의 엔드포인트입니다. (예: <인스턴스>.service-now.com) | any(필수) |
암호 | Basic 및 OAuth2 인증의 사용자 이름에 해당하는 암호입니다. | SecretBase |
useEncryptedEndpoints | 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
useHostVerification | SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
usePeerVerification | SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
사용자 이름 | Basic 및 OAuth2 인증을 위해 ServiceNow 서버에 연결하는 데 사용되는 사용자 이름입니다. | 어떤 |
SftpServerLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Sftp'(필수) |
typeProperties | 이 연결된 서비스 유형과 관련된 속성입니다. | SftpServerLinkedServiceTypeProperties(필수) |
SftpServerLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
authenticationType | FTP 서버에 연결하는 데 사용할 인증 유형입니다. | '기본' 'SshPublicKey' |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
호스트 | SFTP 서버 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
hostKeyFingerprint | SFTP 서버의 호스트 키 지문입니다. SkipHostKeyValidation이 false이면 HostKeyFingerprint를 지정해야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
passPhrase | SSH 프라이빗 키가 암호화된 경우 SSH 프라이빗 키의 암호를 해독하는 암호입니다. | SecretBase |
암호 | 기본 인증을 위해 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 형식이어야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
skipHostKeyValidation | true이면 SSH 호스트 키 유효성 검사를 건너뜁니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). | 어떤 |
userName | SFTP 서버에 로그온하는 데 사용되는 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
ShopifyLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Shopify'(필수) |
typeProperties | Shopify Service 연결된 서비스 속성입니다. | ShopifyLinkedServiceTypeProperties(필수) |
ShopifyLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
accessToken | Shopify의 데이터에 액세스하는 데 사용할 수 있는 API 액세스 토큰입니다. 오프라인 모드인 경우 토큰이 만료되지 않습니다. | SecretBase |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
호스트 | Shopify 서버의 엔드포인트입니다. (예: mystore.myshopify.com) | any(필수) |
useEncryptedEndpoints | 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
useHostVerification | SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
usePeerVerification | SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
SparkLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Spark'(필수) |
typeProperties | Spark Server 연결된 서비스 속성입니다. | SparkLinkedServiceTypeProperties(필수) |
SparkLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
allowHostNameCNMismatch | SSL을 통해 연결할 때 CA에서 발급한 SSL 인증서 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
allowSelfSignedServerCert | 서버에서 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
authenticationType | Spark 서버에 액세스하는 데 사용되는 인증 방법입니다. | '익명' 'Username' 'UsernameAndPassword' 'WindowsAzureHDInsightService'(필수) |
enableSsl | 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
호스트 | Spark 서버의 IP 주소 또는 호스트 이름 | any(필수) |
httpPath | Spark 서버에 해당하는 부분 URL입니다. | 어떤 |
암호 | 사용자 이름 필드에 제공한 사용자 이름에 해당하는 암호입니다. | SecretBase |
항구 | Spark 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트입니다. | any(필수) |
serverType | Spark 서버의 형식입니다. | 'SharkServer' 'SharkServer2' 'SparkThriftServer' |
thriftTransportProtocol | Thrift 계층에서 사용할 전송 프로토콜입니다. | 'Binary' 'HTTP ' 'SASL' |
trustedCertPath | SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서가 포함된 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. | 어떤 |
사용자 이름 | Spark Server에 액세스하는 데 사용하는 사용자 이름입니다. | 어떤 |
useSystemTrustStore | 시스템 신뢰 저장소 또는 지정된 PEM 파일에서 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
SqlServerLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'SqlServer'(필수) |
typeProperties | SQL Server 연결된 서비스 속성입니다. | sqlServerLinkedServiceTypeProperties |
SqlServerLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
connectionString | 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. | any(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
암호 | 온-프레미스 Windows 인증 암호입니다. | SecretBase |
userName | 온-프레미스 Windows 인증 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
SquareLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Square'(필수) |
typeProperties | Square Service 연결된 서비스 속성입니다. | SquareLinkedServiceTypeProperties(필수) |
SquareLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
clientId | Square 애플리케이션과 연결된 클라이언트 ID입니다. | any(필수) |
clientSecret | Square 애플리케이션과 연결된 클라이언트 암호입니다. | SecretBase |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
호스트 | Square 인스턴스의 URL입니다. (예: mystore.mysquare.com) | any(필수) |
redirectUri | Square 애플리케이션 대시보드에 할당된 리디렉션 URL입니다. (즉, http://localhost:2500) | any(필수) |
useEncryptedEndpoints | 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
useHostVerification | SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
usePeerVerification | SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
SybaseLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Sybase'(필수) |
typeProperties | Sybase 연결된 서비스 속성입니다. | SybaseLinkedServiceTypeProperties(필수) |
SybaseLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
authenticationType | 연결에 사용할 AuthenticationType입니다. | '기본' 'Windows' |
데이터베이스 | 연결의 데이터베이스 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
암호 | 인증을 위한 암호입니다. | SecretBase |
스키마 | 연결의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
서버 | 연결의 서버 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
사용자 이름 | 인증을 위한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
TeradataLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Teradata'(필수) |
typeProperties | Teradata 연결된 서비스 속성입니다. | TeradataLinkedServiceTypeProperties(필수) |
TeradataLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
authenticationType | 연결에 사용할 AuthenticationType입니다. | '기본' 'Windows' |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
암호 | 인증을 위한 암호입니다. | SecretBase |
서버 | 연결의 서버 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
사용자 이름 | 인증을 위한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
VerticaLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Vertica'(필수) |
typeProperties | Vertica 연결된 서비스 속성입니다. | VerticaLinkedServiceTypeProperties(필수) |
VerticaLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
connectionString | ODBC 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
WebAnonymousAuthentication
이름 | 묘사 | 값 |
---|---|---|
authenticationType | 웹 테이블 원본에 연결하는 데 사용되는 인증 유형입니다. | 'Anonymous'(필수) |
WebBasicAuthentication
이름 | 묘사 | 값 |
---|---|---|
authenticationType | 웹 테이블 원본에 연결하는 데 사용되는 인증 유형입니다. | 'Basic'(필수) |
암호 | 기본 인증에 대한 암호입니다. | SecretBase(필수) |
사용자 이름 | 기본 인증의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
WebClientCertificateAuthentication
이름 | 묘사 | 값 |
---|---|---|
authenticationType | 웹 테이블 원본에 연결하는 데 사용되는 인증 유형입니다. | 'ClientCertificate'(필수) |
암호 | PFX 파일의 암호입니다. | SecretBase(필수) |
pfx | PFX 파일의 Base64로 인코딩된 콘텐츠입니다. | SecretBase(필수) |
WebLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Web'(필수) |
typeProperties | 웹 연결된 서비스 속성입니다. | WebLinkedServiceTypeProperties |
WebLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
authenticationType | WebAnonymousAuthentication |
'익명' '기본' 'ClientCertificate'(필수) |
url | 웹 서비스 엔드포인트의 URL(예: https://www.microsoft.com.) 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
XeroLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Xero'(필수) |
typeProperties | Xero 서비스 연결된 서비스 속성입니다. | XeroLinkedServiceTypeProperties |
XeroLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
consumerKey | Xero 애플리케이션과 연결된 소비자 키입니다. | SecretBase |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
호스트 | Xero 서버의 엔드포인트입니다. (예: api.xero.com) | any(필수) |
privateKey | Xero 프라이빗 애플리케이션에 대해 생성된 .pem 파일의 프라이빗 키입니다. Unix 줄 끝을 포함하여 .pem 파일의 모든 텍스트를 포함해야 합니다. ). |
SecretBase |
useEncryptedEndpoints | 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
useHostVerification | SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
usePeerVerification | SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
ZohoLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Zoho'(필수) |
typeProperties | Zoho 서버 연결된 서비스 속성입니다. | ZohoLinkedServiceTypeProperties(필수) |
ZohoLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
accessToken | Zoho 인증에 대한 액세스 토큰입니다. | SecretBase |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
끝점 | Zoho 서버의 엔드포인트입니다. (예: crm.zoho.com/crm/private) | any(필수) |
useEncryptedEndpoints | 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
useHostVerification | SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
usePeerVerification | SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
빠른 시작 샘플
다음 빠른 시작 샘플은 이 리소스 유형을 배포합니다.
Bicep 파일 | 묘사 |
---|---|
V2 데이터 팩터리 만들기 |
이 템플릿은 Azure Blob Storage의 폴더에서 스토리지의 다른 폴더로 데이터를 복사하는 V2 데이터 팩터리를 만듭니다. |
Azure 아키텍처 스포츠 분석 배포 |
ADLS Gen 2를 사용하도록 설정된 Azure Storage 계정, 스토리지 계정에 연결된 서비스가 있는 Azure Data Factory 인스턴스(배포된 경우 Azure SQL Database) 및 Azure Databricks 인스턴스를 만듭니다. 템플릿을 배포하는 사용자의 AAD ID와 ADF 인스턴스의 관리 ID에는 스토리지 계정에 대한 Storage Blob 데이터 기여자 역할이 부여됩니다. Azure Key Vault 인스턴스, Azure SQL Database 및 Azure Event Hub(스트리밍 사용 사례용)를 배포하는 옵션도 있습니다. Azure Key Vault가 배포되면 템플릿을 배포하는 사용자의 데이터 팩터리 관리 ID 및 AAD ID에 Key Vault 비밀 사용자 역할이 부여됩니다. |
Azure Data Factory를 사용하여 더 많은 작업을 할 수 있습니다. 한 번의 클릭으로 Azure Data Factory | 이 템플릿은 Azure Blob에서 다른 Azure Blob으로의 복사 작업에 대한 데이터 팩터리 파이프라인을 만듭니다. |
ARM 템플릿 리소스 정의
팩터리/linkedservices 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.
- 리소스 그룹 - 리소스 그룹 배포 명령 참조
각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.
리소스 형식
Microsoft.DataFactory/factories/linkedservices 리소스를 만들려면 템플릿에 다음 JSON을 추가합니다.
{
"type": "Microsoft.DataFactory/factories/linkedservices",
"apiVersion": "2017-09-01-preview",
"name": "string",
"properties": {
"annotations": [ {} ],
"connectVia": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"description": "string",
"parameters": {
"{customized property}": {
"defaultValue": {},
"type": "string"
}
},
"type": "string"
// For remaining properties, see LinkedService objects
}
}
WebLinkedServiceTypeProperties 개체
authenticationType 속성을 설정하여 개체 유형을 지정합니다.
익명
{
"authenticationType": "Anonymous"
}
기본경우 다음을 사용합니다.
{
"authenticationType": "Basic",
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"username": {}
}
ClientCertificate경우 다음을 사용합니다.
{
"authenticationType": "ClientCertificate",
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"pfx": {
"type": "string"
// For remaining properties, see SecretBase objects
}
}
LinkedService 개체
형식 속성을 설정하여 개체의 형식을 지정합니다.
amazonMWS
{
"type": "AmazonMWS",
"typeProperties": {
"accessKeyId": {},
"encryptedCredential": {},
"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": "string"
},
"poolName": {}
}
}
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": {}
}
}
AzureDatabricks
{
"type": "AzureDatabricks",
"typeProperties": {
"accessToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"domain": {},
"encryptedCredential": {},
"existingClusterId": {},
"newClusterNodeType": {},
"newClusterNumOfWorker": {},
"newClusterSparkConf": {
"{customized property}": {}
},
"newClusterVersion": {}
}
}
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": {}
}
}
azureSqlDW
{
"type": "AzureSqlDW",
"typeProperties": {
"connectionString": {},
"encryptedCredential": {},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"tenant": {}
}
}
AzureSqlDatabase
{
"type": "AzureSqlDatabase",
"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": "string",
"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": {}
}
}
HDInsight
{
"type": "HDInsight",
"typeProperties": {
"clusterUri": {},
"encryptedCredential": {},
"hcatalogLinkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"linkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"userName": {}
}
}
HDInsightOnDemand
{
"type": "HDInsightOnDemand",
"typeProperties": {
"additionalLinkedServiceNames": [
{
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
}
],
"clusterNamePrefix": {},
"clusterPassword": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"clusterResourceGroup": {},
"clusterSize": {},
"clusterSshPassword": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"clusterSshUserName": {},
"clusterType": {},
"clusterUserName": {},
"coreConfiguration": {},
"dataNodeSize": {},
"encryptedCredential": {},
"hBaseConfiguration": {},
"hcatalogLinkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"hdfsConfiguration": {},
"headNodeSize": {},
"hiveConfiguration": {},
"hostSubscriptionId": {},
"linkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"mapReduceConfiguration": {},
"oozieConfiguration": {},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"sparkVersion": {},
"stormConfiguration": {},
"tenant": {},
"timeToLive": {},
"version": {},
"yarnConfiguration": {},
"zookeeperNodeSize": {}
}
}
hdfs
{
"type": "Hdfs",
"typeProperties": {
"authenticationType": {},
"encryptedCredential": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"url": {},
"userName": {}
}
}
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
{
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"type": "AzureKeyVaultSecret"
}
SecureString경우 다음을 사용합니다.
{
"type": "SecureString",
"value": "string"
}
속성 값
AmazonMWSLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'AmazonMWS'(필수) |
typeProperties | Amazon Marketplace 웹 서비스 연결된 서비스 속성입니다. | AmazonMWSLinkedServiceTypeProperties |
AmazonMWSLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
accessKeyId | 데이터에 액세스하는 데 사용되는 액세스 키 ID입니다. | any(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
끝점 | Amazon MWS 서버의 엔드포인트(즉, mws.amazonservices.com) | any(필수) |
marketplaceID | 데이터를 검색하려는 Amazon Marketplace ID입니다. 여러 Marketplace ID에서 데이터를 검색하려면 쉼표(,)로 구분합니다. (예: A2EUQ1WTGCTBG2) | any(필수) |
mwsAuthToken | Amazon MWS 인증 토큰입니다. | SecretBase |
secretKey | 데이터에 액세스하는 데 사용되는 비밀 키입니다. | SecretBase |
sellerID | Amazon 판매자 ID입니다. | any(필수) |
useEncryptedEndpoints | 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
useHostVerification | SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
usePeerVerification | SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
AmazonRedshiftLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'AmazonRedshift'(필수) |
typeProperties | Amazon Redshift 연결된 서비스 속성입니다. | amazonRedshiftLinkedServiceTypeProperties |
AmazonRedshiftLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
데이터베이스 | Amazon Redshift 원본의 데이터베이스 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
암호 | Amazon Redshift 원본의 암호입니다. | SecretBase |
항구 | Amazon Redshift 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트 번호입니다. 기본값은 5439입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. | 어떤 |
서버 | Amazon Redshift 서버의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
사용자 이름 | Amazon Redshift 원본의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AmazonS3LinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'AmazonS3'(필수) |
typeProperties | Amazon S3 연결된 서비스 속성입니다. | amazonS3LinkedServiceTypeProperties |
AmazonS3LinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
accessKeyId | Amazon S3 IAM(ID 및 액세스 관리) 사용자의 액세스 키 식별자입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
secretAccessKey | Amazon S3 IAM(ID 및 액세스 관리) 사용자의 비밀 액세스 키입니다. | SecretBase |
AzureBatchLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'AzureBatch'(필수) |
typeProperties | Azure Batch 연결된 서비스 속성입니다. | AzureBatchLinkedServiceTypeProperties |
AzureBatchLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
accessKey | Azure Batch 계정 액세스 키입니다. | SecretBase |
accountName | Azure Batch 계정 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
batchUri | Azure Batch URI입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
linkedServiceName | Azure Storage 연결된 서비스 참조입니다. | linkedServiceReference |
poolName | Azure Batch 풀 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
AzureDatabricksLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'AzureDatabricks'(필수) |
typeProperties | Azure Databricks 연결된 서비스 속성입니다. | AzureDatabricksLinkedServiceTypeProperties |
AzureDatabricksLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
accessToken | databricks REST API에 대한 액세스 토큰입니다. https://docs.azuredatabricks.net/api/latest/authentication.html참조하세요. 형식: 문자열(또는 resultType 문자열이 있는 식). | SecretBase(필수) |
도메인 | <REGION>.azuredatabricks.net, Databricks 배포의 도메인 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
existingClusterId | 이 작업의 모든 실행에 사용할 기존 클러스터의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
newClusterNodeType | 새 클러스터의 노드 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
newClusterNumOfWorker | 새 클러스터에 있어야 하는 작업자 노드 수입니다. '1'과 같이 Int32 형식의 문자열은 numOfWorker가 1이거나 '1:10'이면 1에서 최소로, 10에서 최대로 자동 크기 조정을 의미합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
newClusterSparkConf | 선택적 사용자 지정 Spark 구성 키-값 쌍 집합입니다. | azureDatabricksLinkedServiceTypePropertiesNewClusterSparkConf |
newClusterVersion | 새 클러스터의 Spark 버전입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkConf
이름 | 묘사 | 값 |
---|
AzureDataLakeAnalyticsLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'AzureDataLakeAnalytics'(필수) |
typeProperties | Azure Data Lake Analytics 연결된 서비스 속성입니다. | AzureDataLakeAnalyticsLinkedServiceTypeProperties |
AzureDataLakeAnalyticsLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
accountName | Azure Data Lake Analytics 계정 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
dataLakeAnalyticsUri | Azure Data Lake Analytics URI 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
resourceGroupName | Data Lake Analytics 계정 리소스 그룹 이름(Data Factory 계정과 다른 경우). 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
servicePrincipalId | Azure Data Lake Analytics 계정에 대해 인증하는 데 사용되는 애플리케이션의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
servicePrincipalKey | Azure Data Lake Analytics 계정에 대해 인증하는 데 사용되는 애플리케이션의 키입니다. | SecretBase |
subscriptionId | Data Lake Analytics 계정 구독 ID(Data Factory 계정과 다른 경우). 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테 넌 트 | 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
AzureDataLakeStoreLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'AzureDataLakeStore'(필수) |
typeProperties | Azure Data Lake Store 연결된 서비스 속성입니다. | AzureDataLakeStoreLinkedServiceTypeProperties |
AzureDataLakeStoreLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
accountName | Data Lake Store 계정 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
dataLakeStoreUri | Data Lake Store 서비스 URI. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
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 문자열이 있는 식). | 어떤 |
테 넌 트 | 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AzureKeyVaultLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'AzureKeyVault'(필수) |
typeProperties | Azure Key Vault 연결된 서비스 속성입니다. | AzureKeyVaultLinkedServiceTypeProperties |
AzureKeyVaultLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
baseUrl | Azure Key Vault의 기본 URL입니다. 예: https://myakv.vault.azure.net 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
AzureKeyVaultSecretReference
이름 | 묘사 | 값 |
---|---|---|
secretName | Azure Key Vault의 비밀 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
secretVersion | Azure Key Vault의 비밀 버전입니다. 기본값은 비밀의 최신 버전입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
가게 | Azure Key Vault 연결된 서비스 참조입니다. | linkedServiceReference |
형 | 비밀의 유형입니다. | 'AzureKeyVaultSecret'(필수) |
AzureMLLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'AzureML'(필수) |
typeProperties | Azure ML 웹 서비스 연결된 서비스 속성입니다. | AzureMLLinkedServiceTypeProperties |
AzureMLLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
apiKey | Azure ML 모델 엔드포인트에 액세스하기 위한 API 키입니다. | SecretBase(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
mlEndpoint | Azure ML 웹 서비스 엔드포인트에 대한 Batch 실행 REST URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
servicePrincipalId | Azure ML 웹 서비스의 ARM 기반 updateResourceEndpoint에 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
servicePrincipalKey | Azure ML 웹 서비스의 ARM 기반 updateResourceEndpoint에 대해 인증하는 데 사용되는 서비스 주체의 키입니다. | SecretBase |
테 넌 트 | 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
updateResourceEndpoint | Azure ML 웹 서비스 엔드포인트에 대한 리소스 REST 업데이트 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AzureMySqlLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'AzureMySql'(필수) |
typeProperties | Azure MySQL 데이터베이스 연결된 서비스 속성입니다. | AzureMySqlLinkedServiceTypeProperties |
AzureMySqlLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
connectionString | 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. | any(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AzurePostgreSqlLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'AzurePostgreSql'(필수) |
typeProperties | Azure PostgreSQL 연결된 서비스 속성입니다. | AzurePostgreSqlLinkedServiceTypeProperties |
AzurePostgreSqlLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
connectionString | ODBC 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AzureSearchLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'AzureSearch'(필수) |
typeProperties | Windows Azure Search Service 연결된 서비스 속성입니다. | AzureSearchLinkedServiceTypeProperties |
AzureSearchLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
열쇠 | Azure Search 서비스에 대한 관리 키 | SecretBase |
url | Azure Search 서비스의 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
AzureSqlDatabaseLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'AzureSqlDatabase'(필수) |
typeProperties | Azure SQL Database 연결된 서비스 속성입니다. | AzureSqlDatabaseLinkedServiceTypeProperties |
AzureSqlDatabaseLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
connectionString | 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. | any(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
servicePrincipalId | Azure SQL Database에 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
servicePrincipalKey | Azure SQL Database에 대해 인증하는 데 사용되는 서비스 주체의 키입니다. | SecretBase |
테 넌 트 | 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AzureSqlDWLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'AzureSqlDW'(필수) |
typeProperties | Azure SQL Data Warehouse 연결된 서비스 속성입니다. | AzureSqlDWLinkedServiceTypeProperties |
AzureSqlDWLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
connectionString | 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. | any(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
servicePrincipalId | Azure SQL Data Warehouse에 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
servicePrincipalKey | Azure SQL Data Warehouse에 대해 인증하는 데 사용되는 서비스 주체의 키입니다. | SecretBase |
테 넌 트 | 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AzureStorageLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'AzureStorage'(필수) |
typeProperties | Azure Storage 연결된 서비스 속성입니다. | AzureStorageLinkedServiceTypeProperties |
AzureStorageLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
connectionString | 연결 문자열입니다. sasUri 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
sasUri | Azure Storage 리소스의 SAS URI입니다. connectionString 속성과 함께 사용할 수 없습니다. | SecretBase |
CassandraLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Cassandra'(필수) |
typeProperties | Cassandra 연결된 서비스 속성입니다. | CassandraLinkedServiceTypeProperties(필수) |
CassandraLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
authenticationType | 연결에 사용할 AuthenticationType입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
호스트 | 연결의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
암호 | 인증을 위한 암호입니다. | SecretBase |
항구 | 연결의 포트입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. | 어떤 |
사용자 이름 | 인증을 위한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
ConcurLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Concur'(필수) |
typeProperties | Concur Service 연결된 서비스 속성입니다. | concurLinkedServiceTypeProperties |
ConcurLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
clientId | Concur 앱 관리에서 제공하는 애플리케이션 client_id. | any(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
암호 | 사용자 이름 필드에 제공한 사용자 이름에 해당하는 암호입니다. | SecretBase |
useEncryptedEndpoints | 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
useHostVerification | SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
usePeerVerification | SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
사용자 이름 | Concur Service에 액세스하는 데 사용하는 사용자 이름입니다. | any(필수) |
CosmosDbLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'CosmosDb'(필수) |
typeProperties | CosmosDB 연결된 서비스 속성입니다. | CosmosDbLinkedServiceTypeProperties(필수) |
CosmosDbLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
connectionString | 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. | any(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
CouchbaseLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Couchbase'(필수) |
typeProperties | Couchbase 서버 연결된 서비스 속성입니다. | CouchbaseLinkedServiceTypeProperties(필수) |
CouchbaseLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
connectionString | ODBC 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
CustomDataSourceLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'CustomDataSource'(필수) |
typeProperties | 사용자 지정 연결된 서비스 속성입니다. | any(필수) |
Db2LinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Db2'(필수) |
typeProperties | DB2 연결된 서비스 속성입니다. | Db2LinkedServiceTypeProperties(필수) |
Db2LinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
authenticationType | 연결에 사용할 AuthenticationType입니다. | '기본' |
데이터베이스 | 연결의 데이터베이스 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
암호 | 인증을 위한 암호입니다. | SecretBase |
서버 | 연결의 서버 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
사용자 이름 | 인증을 위한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
DrillLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Drill'(필수) |
typeProperties | 드릴 서버 연결된 서비스 속성입니다. | DrillLinkedServiceTypeProperties(필수) |
DrillLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
connectionString | ODBC 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
DynamicsLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Dynamics'(필수) |
typeProperties | Dynamics 연결된 서비스 속성입니다. | DynamicsLinkedServiceTypeProperties(필수) |
DynamicsLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
authenticationType | Dynamics 서버에 연결할 인증 유형입니다. 온라인 시나리오의 경우 'Office365', Ifd 시나리오를 사용하는 온-프레미스의 경우 'Ifd'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 'Ifd' 'Office365'(필수) |
deploymentType | Dynamics 인스턴스의 배포 유형입니다. Dynamics Online의 경우 'Online'이고 Ifd를 사용하는 Dynamics 온-프레미스의 경우 'OnPremisesWithIfd'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 'Online' 'OnPremisesWithIfd'(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
hostName | 온-프레미스 Dynamics 서버의 호스트 이름입니다. 이 속성은 온-프레미스에 필요하며 온라인은 허용되지 않습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
organizationName | Dynamics 인스턴스의 조직 이름입니다. 이 속성은 온-프레미스에 필요하며 사용자와 연결된 Dynamics 인스턴스가 둘 이상 있는 경우 온라인에 필요합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
암호 | Dynamics 인스턴스에 액세스하기 위한 암호입니다. | SecretBase |
항구 | 온-프레미스 Dynamics 서버의 포트입니다. 이 속성은 온-프레미스에 필요하며 온라인은 허용되지 않습니다. 기본값은 443입니다. 형식: 정수(또는 resultType 정수가 있는 식), 최소값: 0. | 어떤 |
serviceUri | Microsoft Dynamics 서버의 URL입니다. 이 속성은 온-프레미스에 필요하고 온-프레미스에는 허용되지 않습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
사용자 이름 | Dynamics 인스턴스에 액세스할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
EloquaLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Eloqua'(필수) |
typeProperties | Eloqua 서버 연결된 서비스 속성입니다. | EloquaLinkedServiceTypeProperties(필수) |
EloquaLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
끝점 | Eloqua 서버의 엔드포인트입니다. (즉, eloqua.example.com) | any(필수) |
암호 | 사용자 이름에 해당하는 암호입니다. | SecretBase |
useEncryptedEndpoints | 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
useHostVerification | SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
usePeerVerification | SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
사용자 이름 | 사이트 이름/사용자 이름 형식의 Eloqua 계정의 사이트 이름 및 사용자 이름입니다. (예: 엘로쿠아/앨리스) | any(필수) |
FileServerLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'FileServer'(필수) |
typeProperties | 파일 시스템 연결된 서비스 속성입니다. | fileServerLinkedServiceTypeProperties |
FileServerLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
호스트 | 서버의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
암호 | 서버를 로그온하기 위한 암호입니다. | SecretBase |
userId | 서버에 로그온할 사용자 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
FtpServerLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'FtpServer'(필수) |
typeProperties | 이 연결된 서비스 유형과 관련된 속성입니다. | ftpServerLinkedServiceTypeProperties |
FtpServerLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
authenticationType | FTP 서버에 연결하는 데 사용할 인증 유형입니다. | '익명' '기본' |
enableServerCertificateValidation | true이면 SSL/TLS 채널을 통해 연결할 때 FTP 서버 SSL 인증서의 유효성을 검사합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). | 어떤 |
enableSsl | true이면 SSL/TLS 채널을 통해 FTP 서버에 연결합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
호스트 | FTP 서버의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
암호 | FTP 서버를 로그온하는 암호입니다. | SecretBase |
항구 | FTP 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트 번호입니다. 기본값은 21입니다. 형식: 정수(또는 resultType 정수가 있는 식), 최소값: 0. | 어떤 |
userName | FTP 서버를 로그온할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
GoogleBigQueryLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'GoogleBigQuery'(필수) |
typeProperties | Google BigQuery 서비스 연결된 서비스 속성입니다. | googleBigQueryLinkedServiceTypeProperties |
GoogleBigQueryLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
additionalProjects | 액세스할 공용 BigQuery 프로젝트의 쉼표로 구분된 목록입니다. | 어떤 |
authenticationType | 인증에 사용되는 OAuth 2.0 인증 메커니즘입니다. ServiceAuthentication은 자체 호스팅 IR에서만 사용할 수 있습니다. | 'ServiceAuthentication' 'UserAuthentication'(필수) |
clientId | 새로 고침 토큰을 획득하는 데 사용되는 Google 애플리케이션의 클라이언트 ID입니다. | SecretBase |
clientSecret | 새로 고침 토큰을 획득하는 데 사용되는 Google 애플리케이션의 클라이언트 암호입니다. | SecretBase |
메일 주소 | ServiceAuthentication에 사용되며 자체 호스팅 IR에서만 사용할 수 있는 서비스 계정 전자 메일 ID입니다. | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
keyFilePath | 서비스 계정 전자 메일 주소를 인증하는 데 사용되며 자체 호스팅 IR에서만 사용할 수 있는 .p12 키 파일의 전체 경로입니다. | 어떤 |
프로젝트 | 쿼리할 기본 BigQuery 프로젝트입니다. | any(필수) |
refreshToken | UserAuthentication에 대한 BigQuery에 대한 액세스 권한을 부여하기 위해 Google에서 얻은 새로 고침 토큰입니다. | SecretBase |
requestGoogleDriveScope | Google 드라이브에 대한 액세스를 요청할지 여부입니다. Google 드라이브 액세스를 허용하면 BigQuery 데이터를 Google Drive의 데이터와 결합하는 페더레이션 테이블을 지원할 수 있습니다. 기본값은 false입니다. | 어떤 |
trustedCertPath | SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서가 포함된 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. | 어떤 |
useSystemTrustStore | 시스템 신뢰 저장소 또는 지정된 PEM 파일에서 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
GreenplumLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Greenplum'(필수) |
typeProperties | Greenplum Database 연결된 서비스 속성입니다. | GreenplumLinkedServiceTypeProperties(필수) |
GreenplumLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
connectionString | ODBC 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
HBaseLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'HBase'(필수) |
typeProperties | HBase 서버 연결된 서비스 속성입니다. | HBaseLinkedServiceTypeProperties(필수) |
HBaseLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
allowHostNameCNMismatch | SSL을 통해 연결할 때 CA에서 발급한 SSL 인증서 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
allowSelfSignedServerCert | 서버에서 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
authenticationType | HBase 서버에 연결하는 데 사용할 인증 메커니즘입니다. | '익명' 'Basic'(필수) |
enableSsl | 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
호스트 | HBase 서버의 IP 주소 또는 호스트 이름입니다. (예: 192.168.222.160) | any(필수) |
httpPath | HBase 서버에 해당하는 부분 URL입니다. (예: /gateway/sandbox/hbase/version) | 어떤 |
암호 | 사용자 이름에 해당하는 암호입니다. | SecretBase |
항구 | HBase 인스턴스가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트입니다. 기본값은 9090입니다. | 어떤 |
trustedCertPath | SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서가 포함된 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. | 어떤 |
사용자 이름 | HBase 인스턴스에 연결하는 데 사용되는 사용자 이름입니다. | 어떤 |
HdfsLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Hdfs'(필수) |
typeProperties | HDFS 연결된 서비스 속성입니다. | hdfsLinkedServiceTypeProperties |
HdfsLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
authenticationType | HDFS에 연결하는 데 사용되는 인증 유형입니다. 가능한 값은 익명 및 Windows입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
암호 | Windows 인증에 대한 암호입니다. | SecretBase |
url | HDFS 서비스 엔드포인트의 URL(예: http://myhostname:50070/webhdfs/v1)입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
userName | Windows 인증의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
HDInsightLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'HDInsight'(필수) |
typeProperties | HDInsight 연결된 서비스 속성입니다. | HDInsightLinkedServiceTypeProperties |
HDInsightLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
clusterUri | HDInsight 클러스터 URI. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
hcatalogLinkedServiceName | HCatalog 데이터베이스를 가리키는 Azure SQL 연결된 서비스에 대한 참조입니다. | linkedServiceReference |
linkedServiceName | Azure Storage 연결된 서비스 참조입니다. | linkedServiceReference |
암호 | HDInsight 클러스터 암호입니다. | SecretBase |
userName | HDInsight 클러스터 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
HDInsightOnDemandLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'HDInsightOnDemand'(필수) |
typeProperties | HDInsight 온디맨드 연결된 서비스 속성입니다. | HDInsightOnDemandLinkedServiceTypeProperties |
HDInsightOnDemandLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
additionalLinkedServiceNames | Data Factory 서비스가 사용자 대신 등록할 수 있도록 HDInsight 연결된 서비스에 대한 추가 스토리지 계정을 지정합니다. | linkedServiceReference |
clusterNamePrefix | 클러스터 이름의 접두사, 접두사는 타임스탬프와 구별됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
clusterPassword | 클러스터에 액세스할 암호입니다. | SecretBase |
clusterResourceGroup | 클러스터가 속한 리소스 그룹입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
clusterSize | 클러스터의 작업자/데이터 노드 수입니다. 제안 값: 4. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
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 데이터베이스를 메타스토어로 사용하여 만듭니다. | linkedServiceReference |
hdfsConfiguration | HDInsight 클러스터에 대한 HDFS 구성 매개 변수(hdfs-site.xml)를 지정합니다. | 어떤 |
headNodeSize | HDInsight 클러스터의 헤드 노드 크기를 지정합니다. | 어떤 |
hiveConfiguration | HDInsight 클러스터에 대한 hive 구성 매개 변수(hive-site.xml)를 지정합니다. | 어떤 |
hostSubscriptionId | 클러스터를 호스트하는 고객의 구독입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
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)를 지정합니다. | 어떤 |
테 넌 트 | 서비스 주체가 속한 테넌트 ID/이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
timeToLive | 주문형 HDInsight 클러스터에 허용되는 유휴 시간입니다. 클러스터에 다른 활성 작업이 없는 경우 작업 실행이 완료된 후 주문형 HDInsight 클러스터가 활성 상태로 유지되는 기간을 지정합니다. 최소값은 5분입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
버전 | HDInsight 클러스터의 버전입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
yarnConfiguration | HDInsight 클러스터에 대한 Yarn 구성 매개 변수(yarn-site.xml)를 지정합니다. | 어떤 |
zookeeperNodeSize | HDInsight 클러스터에 대한 Zoo Keeper 노드의 크기를 지정합니다. | 어떤 |
HiveLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Hive'(필수) |
typeProperties | Hive Server 연결된 서비스 속성입니다. | HiveLinkedServiceTypeProperties(필수) |
HiveLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
allowHostNameCNMismatch | SSL을 통해 연결할 때 CA에서 발급한 SSL 인증서 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
allowSelfSignedServerCert | 서버에서 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
authenticationType | Hive 서버에 액세스하는 데 사용되는 인증 방법입니다. | '익명' 'Username' 'UsernameAndPassword' 'WindowsAzureHDInsightService'(필수) |
enableSsl | 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
호스트 | 여러 호스트에 대해 ';'로 구분된 Hive 서버의 IP 주소 또는 호스트 이름입니다(serviceDiscoveryMode를 사용하는 경우에만). | any(필수) |
httpPath | Hive 서버에 해당하는 부분 URL입니다. | 어떤 |
암호 | 사용자 이름 필드에 제공한 사용자 이름에 해당하는 암호입니다. | SecretBase |
항구 | Hive 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트입니다. | 어떤 |
serverType | Hive 서버의 유형입니다. | 'HiveServer1' 'HiveServer2' 'HiveThriftServer' |
serviceDiscoveryMode | ZooKeeper 서비스를 사용함을 나타내려면 true입니다. false가 아닙니다. | 어떤 |
thriftTransportProtocol | Thrift 계층에서 사용할 전송 프로토콜입니다. | 'Binary' 'HTTP ' 'SASL' |
trustedCertPath | SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서가 포함된 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. | 어떤 |
useNativeQuery | 드라이버에서 네이티브 HiveQL 쿼리를 사용할지 또는 HiveQL에서 동일한 형식으로 변환할지를 지정합니다. | 어떤 |
사용자 이름 | Hive Server에 액세스하는 데 사용하는 사용자 이름입니다. | 어떤 |
useSystemTrustStore | 시스템 신뢰 저장소 또는 지정된 PEM 파일에서 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
zooKeeperNameSpace | Hive Server 2 노드가 추가되는 ZooKeeper의 네임스페이스입니다. | 어떤 |
HttpLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'HttpServer'(필수) |
typeProperties | 이 연결된 서비스 유형과 관련된 속성입니다. | httpLinkedServiceTypeProperties |
HttpLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
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 문자열이 있는 식). | 어떤 |
암호 | EmbeddedCertData 인증을 사용하는 기본, 다이제스트, Windows 또는 ClientCertificate의 암호입니다. | SecretBase |
url | HTTP 엔드포인트의 기본 URL(예: https://www.microsoft.com. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
userName | 기본, 다이제스트 또는 Windows 인증의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
HubspotLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Hubspot'(필수) |
typeProperties | Hubspot Service 연결된 서비스 속성입니다. | HubspotLinkedServiceTypeProperties(필수) |
HubspotLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
accessToken | OAuth 통합을 처음 인증할 때 가져온 액세스 토큰입니다. | SecretBase |
clientId | Hubspot 애플리케이션과 연결된 클라이언트 ID입니다. | any(필수) |
clientSecret | Hubspot 애플리케이션과 연결된 클라이언트 암호입니다. | SecretBase |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
refreshToken | OAuth 통합을 처음 인증할 때 가져온 새로 고침 토큰입니다. | SecretBase |
useEncryptedEndpoints | 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
useHostVerification | SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
usePeerVerification | SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
ImpalaLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Impala'(필수) |
typeProperties | Impala 서버 연결된 서비스 속성입니다. | ImpalaLinkedServiceTypeProperties(필수) |
ImpalaLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
allowHostNameCNMismatch | SSL을 통해 연결할 때 CA에서 발급한 SSL 인증서 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
allowSelfSignedServerCert | 서버에서 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
authenticationType | 사용할 인증 유형입니다. | '익명' 'SASLUsername' 'UsernameAndPassword'(필수) |
enableSsl | 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
호스트 | Impala 서버의 IP 주소 또는 호스트 이름입니다. (예: 192.168.222.160) | any(필수) |
암호 | UsernameAndPassword를 사용할 때 사용자 이름에 해당하는 암호입니다. | SecretBase |
항구 | Impala 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트입니다. 기본값은 21050입니다. | 어떤 |
trustedCertPath | SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서가 포함된 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. | 어떤 |
사용자 이름 | Impala 서버에 액세스하는 데 사용되는 사용자 이름입니다. SASLUsername을 사용하는 경우 기본값은 익명입니다. | 어떤 |
useSystemTrustStore | 시스템 신뢰 저장소 또는 지정된 PEM 파일에서 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
IntegrationRuntimeReference
이름 | 묘사 | 값 |
---|---|---|
매개 변수 | 통합 런타임에 대한 인수입니다. | ParameterValueSpecification |
referenceName | 통합 런타임 이름을 참조합니다. | string(필수) |
형 | 통합 런타임의 유형입니다. | 'IntegrationRuntimeReference'(필수) |
JiraLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Jira'(필수) |
typeProperties | Jira 서비스 연결된 서비스 속성입니다. | JiraLinkedServiceTypeProperties |
JiraLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
호스트 | Jira 서비스의 IP 주소 또는 호스트 이름입니다. (예: jira.example.com) | any(필수) |
암호 | 사용자 이름 필드에 제공한 사용자 이름에 해당하는 암호입니다. | SecretBase |
항구 | Jira 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트입니다. 기본값은 HTTPS를 통해 연결하는 경우 443이고, HTTP를 통해 연결하는 경우 8080입니다. | 어떤 |
useEncryptedEndpoints | 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
useHostVerification | SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
usePeerVerification | SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
사용자 이름 | Jira 서비스에 액세스하는 데 사용하는 사용자 이름입니다. | any(필수) |
LinkedService
이름 | 묘사 | 값 |
---|---|---|
주석 | 데이터 세트를 설명하는 데 사용할 수 있는 태그 목록입니다. | any[] |
connectVia | 통합 런타임 참조입니다. | IntegrationRuntimeReference |
묘사 | 연결된 서비스 설명입니다. | 문자열 |
매개 변수 | 연결된 서비스에 대한 매개 변수입니다. | ParameterDefinitionSpecification |
형 | AmazonMWSLinkedService |
'AmazonMWS' '아마존레드시프' 'AmazonS3' 'AzureBatch' 'AzureDatabricks' 'AzureDataLakeAnalytics' 'AzureDataLakeStore' 'AzureKeyVault' 'AzureML' 'AzureMySql' 'AzurePostgreSql' 'AzureSearch' 'AzureSqlDatabase' 'AzureSqlDW' 'AzureStorage' 'Cassandra' 'Concur' 'CosmosDb' 'Couchbase' 'CustomDataSource' 'Db2' 'Drill' 'Dynamics' '엘로쿠아' 'FileServer' 'FtpServer' 'GoogleBigQuery' 'Greenplum' 'HBase' 'Hdfs' 'HDInsight' 'HDInsightOnDemand' 'Hive' 'HttpServer' 'Hubspot' '임팔라' 'Jira' 'Magento' 'MariaDB' 'Marketo' 'MongoDb' 'MySql' 'Netezza' 'OData' 'Odbc' 'Oracle' 'PayPal' '피닉스' 'PostgreSql' 'Presto' 'QuickBooks' 'Responsys' 'Salesforce' 'SalesforceMarketingCloud' 'SapBW' 'SapCloudForCustomer' 'SapEcc' 'SapHana' 'ServiceNow' 'Sftp' 'Shopify' 'Spark' 'SqlServer' 'Square' 'Sybase' 'Teradata' '버티카' '웹' 'Xero' 'Zoho'(필수) |
LinkedServiceReference
이름 | 묘사 | 값 |
---|---|---|
매개 변수 | LinkedService에 대한 인수입니다. | ParameterValueSpecification |
referenceName | LinkedService 이름을 참조합니다. | string(필수) |
형 | 연결된 서비스 참조 형식입니다. | 'LinkedServiceReference'(필수) |
MagentoLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Magento'(필수) |
typeProperties | Magento 서버 연결된 서비스 속성입니다. | MagentoLinkedServiceTypeProperties(필수) |
MagentoLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
accessToken | Magento의 액세스 토큰입니다. | SecretBase |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
호스트 | Magento 인스턴스의 URL입니다. (예: 192.168.222.110/magento3) | any(필수) |
useEncryptedEndpoints | 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
useHostVerification | SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
usePeerVerification | SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
MariaDBLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'MariaDB'(필수) |
typeProperties | MariaDB 서버 연결된 서비스 속성입니다. | MariaDBLinkedServiceTypeProperties(필수) |
MariaDBLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
connectionString | ODBC 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
MarketoLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Marketo'(필수) |
typeProperties | Marketo 서버 연결된 서비스 속성입니다. | MarketoLinkedServiceTypeProperties(필수) |
MarketoLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
clientId | Marketo 서비스의 클라이언트 ID입니다. | any(필수) |
clientSecret | Marketo 서비스의 클라이언트 암호입니다. | SecretBase |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
끝점 | Marketo 서버의 엔드포인트입니다. (예: 123-ABC-321.mktorest.com) | any(필수) |
useEncryptedEndpoints | 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
useHostVerification | SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
usePeerVerification | SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
Microsoft.DataFactory/factoryies/linkedservices
이름 | 묘사 | 값 |
---|---|---|
apiVersion | api 버전 | '2017-09-01-preview' |
이름 | 리소스 이름 | 문자열 제약 조건: 최소 길이 = 1 최대 길이 = 1 패턴 = ^[A-Za-z0-9_][^<>*#.%&:\\+?/]*$ (필수) |
속성 | 연결된 서비스의 속성입니다. | linkedService |
형 | 리소스 종류 | 'Microsoft.DataFactory/factoryies/linkedservices' |
MongoDbLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'MongoDb'(필수) |
typeProperties | MongoDB 연결된 서비스 속성입니다. | MongoDbLinkedServiceTypeProperties(필수) |
MongoDbLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
allowSelfSignedServerCert | 서버에서 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). | 어떤 |
authenticationType | MongoDB 데이터베이스에 연결하는 데 사용할 인증 유형입니다. | '익명' '기본' |
authSource | 사용자 이름 및 암호를 확인하는 데이터베이스입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
databaseName | 액세스하려는 MongoDB 데이터베이스의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
enableSsl | 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
암호 | 인증을 위한 암호입니다. | SecretBase |
항구 | MongoDB 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트 번호입니다. 기본값은 27017입니다. 형식: 정수(또는 resultType 정수가 있는 식), 최소값: 0. | 어떤 |
서버 | MongoDB 서버의 IP 주소 또는 서버 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
사용자 이름 | 인증을 위한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
MySqlLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'MySql'(필수) |
typeProperties | MySQL 연결된 서비스 속성입니다. | mySqlLinkedServiceTypeProperties |
MySqlLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
connectionString | 연결 문자열입니다. | SecretBase(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
NetezzaLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Netezza'(필수) |
typeProperties | Netezza 연결된 서비스 속성입니다. | NetezzaLinkedServiceTypeProperties(필수) |
NetezzaLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
connectionString | ODBC 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
ODataLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'OData'(필수) |
typeProperties | OData 연결된 서비스 속성입니다. | ODataLinkedServiceTypeProperties |
ODataLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
authenticationType | OData 서비스에 연결하는 데 사용되는 인증 유형입니다. | '익명' '기본' |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
암호 | OData 서비스의 암호입니다. | SecretBase |
url | OData 서비스 엔드포인트의 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
userName | OData 서비스의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
OdbcLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Odbc'(필수) |
typeProperties | ODBC 연결된 서비스 속성입니다. | OdbcLinkedServiceTypeProperties(필수) |
OdbcLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
authenticationType | ODBC 데이터 저장소에 연결하는 데 사용되는 인증 유형입니다. 가능한 값은 익명 및 기본 값입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
connectionString | 연결 문자열의 액세스 권한 없는 자격 증명 부분과 선택적으로 암호화된 자격 증명입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. | any(필수) |
자격 증명 | 드라이버별 속성-값 형식으로 지정된 연결 문자열의 액세스 자격 증명 부분입니다. | SecretBase |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
암호 | 기본 인증에 대한 암호입니다. | SecretBase |
userName | 기본 인증의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
OracleLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Oracle'(필수) |
typeProperties | Oracle 데이터베이스 연결된 서비스 속성입니다. | OracleLinkedServiceTypeProperties |
OracleLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
connectionString | 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. | any(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
ParameterDefinitionSpecification
이름 | 묘사 | 값 |
---|
ParameterSpecification
이름 | 묘사 | 값 |
---|---|---|
defaultValue | 매개 변수의 기본값입니다. | 어떤 |
형 | 매개 변수 형식입니다. | 'Array' 'Bool' 'Float' 'Int' 'Object' 'SecureString' 'String'(필수) |
ParameterValueSpecification
이름 | 묘사 | 값 |
---|
ParameterValueSpecification
이름 | 묘사 | 값 |
---|
PaypalLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'PayPal'(필수) |
typeProperties | PayPal 서비스 연결된 서비스 속성입니다. | paypalLinkedServiceTypeProperties |
PaypalLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
clientId | PayPal 애플리케이션과 연결된 클라이언트 ID입니다. | any(필수) |
clientSecret | PayPal 애플리케이션과 연결된 클라이언트 암호입니다. | SecretBase |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
호스트 | PayPal 인스턴스의 URL입니다. (예: api.sandbox.paypal.com) | any(필수) |
useEncryptedEndpoints | 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
useHostVerification | SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
usePeerVerification | SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
PhoenixLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Phoenix'(필수) |
typeProperties | Phoenix 서버 연결된 서비스 속성입니다. | PhoenixLinkedServiceTypeProperties(필수) |
PhoenixLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
allowHostNameCNMismatch | SSL을 통해 연결할 때 CA에서 발급한 SSL 인증서 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
allowSelfSignedServerCert | 서버에서 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
authenticationType | Phoenix 서버에 연결하는 데 사용되는 인증 메커니즘입니다. | '익명' 'UsernameAndPassword' 'WindowsAzureHDInsightService'(필수) |
enableSsl | 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
호스트 | Phoenix 서버의 IP 주소 또는 호스트 이름입니다. (예: 192.168.222.160) | any(필수) |
httpPath | Phoenix 서버에 해당하는 부분 URL입니다. (예: /gateway/sandbox/phoenix/version). WindowsAzureHDInsightService를 사용하는 경우 기본값은 hbasephoenix입니다. | 어떤 |
암호 | 사용자 이름에 해당하는 암호입니다. | SecretBase |
항구 | Phoenix 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트입니다. 기본값은 8765입니다. | 어떤 |
trustedCertPath | SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서가 포함된 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. | 어떤 |
사용자 이름 | Phoenix 서버에 연결하는 데 사용되는 사용자 이름입니다. | 어떤 |
useSystemTrustStore | 시스템 신뢰 저장소 또는 지정된 PEM 파일에서 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
PostgreSqlLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'PostgreSql'(필수) |
typeProperties | PostgreSQL 연결된 서비스 속성입니다. | PostgreSqlLinkedServiceTypeProperties(필수) |
PostgreSqlLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
connectionString | 연결 문자열입니다. | SecretBase(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
PrestoLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Presto'(필수) |
typeProperties | Presto 서버 연결된 서비스 속성입니다. | PrestoLinkedServiceTypeProperties(필수) |
PrestoLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
allowHostNameCNMismatch | SSL을 통해 연결할 때 CA에서 발급한 SSL 인증서 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
allowSelfSignedServerCert | 서버에서 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
authenticationType | Presto 서버에 연결하는 데 사용되는 인증 메커니즘입니다. | '익명' 'LDAP'(필수) |
카탈로그 | 서버에 대한 모든 요청에 대한 카탈로그 컨텍스트입니다. | any(필수) |
enableSsl | 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
호스트 | Presto 서버의 IP 주소 또는 호스트 이름입니다. (예: 192.168.222.160) | any(필수) |
암호 | 사용자 이름에 해당하는 암호입니다. | SecretBase |
항구 | Presto 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트입니다. 기본값은 8080입니다. | 어떤 |
serverVersion | Presto 서버의 버전입니다. (예: 0.148-t) | any(필수) |
timeZoneID | 연결에서 사용하는 현지 표준 시간대입니다. 이 옵션의 유효한 값은 IANA 표준 시간대 데이터베이스에 지정됩니다. 기본값은 시스템 표준 시간대입니다. | 어떤 |
trustedCertPath | SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서가 포함된 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. | 어떤 |
사용자 이름 | Presto 서버에 연결하는 데 사용되는 사용자 이름입니다. | 어떤 |
useSystemTrustStore | 시스템 신뢰 저장소 또는 지정된 PEM 파일에서 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
QuickBooksLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'QuickBooks'(필수) |
typeProperties | QuickBooks 서버 연결된 서비스 속성입니다. | QuickBooksLinkedServiceTypeProperties |
QuickBooksLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
accessToken | OAuth 1.0 인증에 대한 액세스 토큰입니다. | SecretBase(필수) |
accessTokenSecret | OAuth 1.0 인증에 대한 액세스 토큰 비밀입니다. | SecretBase(필수) |
companyId | 권한을 부여할 QuickBooks 회사의 회사 ID입니다. | any(필수) |
consumerKey | OAuth 1.0 인증에 대한 소비자 키입니다. | any(필수) |
consumerSecret | OAuth 1.0 인증에 대한 소비자 암호입니다. | SecretBase(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
끝점 | QuickBooks 서버의 엔드포인트입니다. (예: quickbooks.api.intuit.com) | any(필수) |
useEncryptedEndpoints | 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
ResponsysLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Responsys'(필수) |
typeProperties | Responsys 연결된 서비스 속성입니다. | ResponsysLinkedServiceTypeProperties(필수) |
ResponsysLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
clientId | Responsys 애플리케이션과 연결된 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
clientSecret | Responsys 애플리케이션과 연결된 클라이언트 암호입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | SecretBase |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
끝점 | Responsys 서버의 엔드포인트입니다. | any(필수) |
useEncryptedEndpoints | 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). | 어떤 |
useHostVerification | SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). | 어떤 |
usePeerVerification | SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). | 어떤 |
SalesforceLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Salesforce'(필수) |
typeProperties | Salesforce 연결된 서비스 속성입니다. | SalesforceLinkedServiceTypeProperties(필수) |
SalesforceLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
environmentUrl | Salesforce 인스턴스의 URL입니다. 기본값은 'https://login.salesforce.com'입니다. 샌드박스에서 데이터를 복사하려면 'https://test.salesforce.com'을 지정합니다. 사용자 지정 도메인에서 데이터를 복사하려면 'https://[domain].my.salesforce.com'을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
암호 | Salesforce 인스턴스의 기본 인증에 대한 암호입니다. | SecretBase |
securityToken | 보안 토큰은 Salesforce 인스턴스에 원격으로 액세스하는 데 필요합니다. | SecretBase |
사용자 이름 | Salesforce 인스턴스의 기본 인증에 대한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
SalesforceMarketingCloudLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'SalesforceMarketingCloud'(필수) |
typeProperties | Salesforce Marketing Cloud 연결된 서비스 속성입니다. | SalesforceMarketingCloudLinkedServiceTypeProperties(필수) |
SalesforceMarketingCloudLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
clientId | Salesforce Marketing Cloud 애플리케이션과 연결된 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
clientSecret | Salesforce Marketing Cloud 애플리케이션과 연결된 클라이언트 암호입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | SecretBase |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
useEncryptedEndpoints | 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). | 어떤 |
useHostVerification | SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). | 어떤 |
usePeerVerification | SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). | 어떤 |
SapBWLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'SapBW'(필수) |
typeProperties | 이 연결된 서비스 유형과 관련된 속성입니다. | SapBWLinkedServiceTypeProperties(필수) |
SapBWLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
clientId | BW 시스템에 있는 클라이언트의 클라이언트 ID입니다. (일반적으로 문자열로 표시되는 3자리 10진수) 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
암호 | SAP BW 서버에 액세스하기 위한 암호입니다. | SecretBase |
서버 | SAP BW 인스턴스의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
systemNumber | BW 시스템의 시스템 번호입니다. (일반적으로 문자열로 표시되는 두 자리 소수 자릿수입니다.) 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
userName | SAP BW 서버에 액세스할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
SapCloudForCustomerLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'SapCloudForCustomer'(필수) |
typeProperties | SAP Cloud for Customer 연결된 서비스 속성입니다. | sapCloudForCustomerLinkedServiceTypeProperties |
SapCloudForCustomerLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. encryptedCredential 또는 사용자 이름/암호를 제공해야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
암호 | 기본 인증에 대한 암호입니다. | SecretBase |
url | SAP Cloud for Customer OData API의 URL입니다. 예를 들어 '[https://[tenantname].crm.ondemand.com/sap/c4c/odata/v1]'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
사용자 이름 | 기본 인증의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
SapEccLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'SapEcc'(필수) |
typeProperties | SAP ECC 연결된 서비스 속성입니다. | SapEccLinkedServiceTypeProperties(필수) |
SapEccLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. encryptedCredential 또는 사용자 이름/암호를 제공해야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 문자열 |
암호 | 기본 인증에 대한 암호입니다. | SecretBase |
url | SAP ECC OData API의 URL입니다. 예를 들어 '[https://hostname:port/sap/opu/odata/sap/servicename/]'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | string(필수) |
사용자 이름 | 기본 인증의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 문자열 |
SapHanaLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'SapHana'(필수) |
typeProperties | 이 연결된 서비스 유형과 관련된 속성입니다. | SapHanaLinkedServiceProperties(필수) |
SapHanaLinkedServiceProperties
이름 | 묘사 | 값 |
---|---|---|
authenticationType | SAP HANA 서버에 연결하는 데 사용할 인증 유형입니다. | '기본' 'Windows' |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
암호 | SAP HANA 서버에 액세스하기 위한 암호입니다. | SecretBase |
서버 | SAP HANA 서버의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
userName | SAP HANA 서버에 액세스할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
SecretBase
이름 | 묘사 | 값 |
---|---|---|
형 | AzureKeyVaultSecretReference |
'AzureKeyVaultSecret' 'SecureString'(필수) |
SecureString
이름 | 묘사 | 값 |
---|---|---|
형 | 비밀의 유형입니다. | 'SecureString'(필수) |
값 | 보안 문자열의 값입니다. | string(필수) |
ServiceNowLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'ServiceNow'(필수) |
typeProperties | ServiceNow 서버 연결된 서비스 속성입니다. | serviceNowLinkedServiceTypeProperties |
ServiceNowLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
authenticationType | 사용할 인증 유형입니다. | '기본' 'OAuth2'(필수) |
clientId | OAuth2 인증의 클라이언트 ID입니다. | 어떤 |
clientSecret | OAuth2 인증에 대한 클라이언트 암호입니다. | SecretBase |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
끝점 | ServiceNow 서버의 엔드포인트입니다. (예: <인스턴스>.service-now.com) | any(필수) |
암호 | Basic 및 OAuth2 인증의 사용자 이름에 해당하는 암호입니다. | SecretBase |
useEncryptedEndpoints | 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
useHostVerification | SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
usePeerVerification | SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
사용자 이름 | Basic 및 OAuth2 인증을 위해 ServiceNow 서버에 연결하는 데 사용되는 사용자 이름입니다. | 어떤 |
SftpServerLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Sftp'(필수) |
typeProperties | 이 연결된 서비스 유형과 관련된 속성입니다. | SftpServerLinkedServiceTypeProperties(필수) |
SftpServerLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
authenticationType | FTP 서버에 연결하는 데 사용할 인증 유형입니다. | '기본' 'SshPublicKey' |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
호스트 | SFTP 서버 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
hostKeyFingerprint | SFTP 서버의 호스트 키 지문입니다. SkipHostKeyValidation이 false이면 HostKeyFingerprint를 지정해야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
passPhrase | SSH 프라이빗 키가 암호화된 경우 SSH 프라이빗 키의 암호를 해독하는 암호입니다. | SecretBase |
암호 | 기본 인증을 위해 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 형식이어야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
skipHostKeyValidation | true이면 SSH 호스트 키 유효성 검사를 건너뜁니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). | 어떤 |
userName | SFTP 서버에 로그온하는 데 사용되는 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
ShopifyLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Shopify'(필수) |
typeProperties | Shopify Service 연결된 서비스 속성입니다. | ShopifyLinkedServiceTypeProperties(필수) |
ShopifyLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
accessToken | Shopify의 데이터에 액세스하는 데 사용할 수 있는 API 액세스 토큰입니다. 오프라인 모드인 경우 토큰이 만료되지 않습니다. | SecretBase |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
호스트 | Shopify 서버의 엔드포인트입니다. (예: mystore.myshopify.com) | any(필수) |
useEncryptedEndpoints | 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
useHostVerification | SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
usePeerVerification | SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
SparkLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Spark'(필수) |
typeProperties | Spark Server 연결된 서비스 속성입니다. | SparkLinkedServiceTypeProperties(필수) |
SparkLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
allowHostNameCNMismatch | SSL을 통해 연결할 때 CA에서 발급한 SSL 인증서 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
allowSelfSignedServerCert | 서버에서 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
authenticationType | Spark 서버에 액세스하는 데 사용되는 인증 방법입니다. | '익명' 'Username' 'UsernameAndPassword' 'WindowsAzureHDInsightService'(필수) |
enableSsl | 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
호스트 | Spark 서버의 IP 주소 또는 호스트 이름 | any(필수) |
httpPath | Spark 서버에 해당하는 부분 URL입니다. | 어떤 |
암호 | 사용자 이름 필드에 제공한 사용자 이름에 해당하는 암호입니다. | SecretBase |
항구 | Spark 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트입니다. | any(필수) |
serverType | Spark 서버의 형식입니다. | 'SharkServer' 'SharkServer2' 'SparkThriftServer' |
thriftTransportProtocol | Thrift 계층에서 사용할 전송 프로토콜입니다. | 'Binary' 'HTTP ' 'SASL' |
trustedCertPath | SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서가 포함된 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. | 어떤 |
사용자 이름 | Spark Server에 액세스하는 데 사용하는 사용자 이름입니다. | 어떤 |
useSystemTrustStore | 시스템 신뢰 저장소 또는 지정된 PEM 파일에서 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
SqlServerLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'SqlServer'(필수) |
typeProperties | SQL Server 연결된 서비스 속성입니다. | sqlServerLinkedServiceTypeProperties |
SqlServerLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
connectionString | 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. | any(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
암호 | 온-프레미스 Windows 인증 암호입니다. | SecretBase |
userName | 온-프레미스 Windows 인증 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
SquareLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Square'(필수) |
typeProperties | Square Service 연결된 서비스 속성입니다. | SquareLinkedServiceTypeProperties(필수) |
SquareLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
clientId | Square 애플리케이션과 연결된 클라이언트 ID입니다. | any(필수) |
clientSecret | Square 애플리케이션과 연결된 클라이언트 암호입니다. | SecretBase |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
호스트 | Square 인스턴스의 URL입니다. (예: mystore.mysquare.com) | any(필수) |
redirectUri | Square 애플리케이션 대시보드에 할당된 리디렉션 URL입니다. (즉, http://localhost:2500) | any(필수) |
useEncryptedEndpoints | 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
useHostVerification | SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
usePeerVerification | SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
SybaseLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Sybase'(필수) |
typeProperties | Sybase 연결된 서비스 속성입니다. | SybaseLinkedServiceTypeProperties(필수) |
SybaseLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
authenticationType | 연결에 사용할 AuthenticationType입니다. | '기본' 'Windows' |
데이터베이스 | 연결의 데이터베이스 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
암호 | 인증을 위한 암호입니다. | SecretBase |
스키마 | 연결의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
서버 | 연결의 서버 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
사용자 이름 | 인증을 위한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
TeradataLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Teradata'(필수) |
typeProperties | Teradata 연결된 서비스 속성입니다. | TeradataLinkedServiceTypeProperties(필수) |
TeradataLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
authenticationType | 연결에 사용할 AuthenticationType입니다. | '기본' 'Windows' |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
암호 | 인증을 위한 암호입니다. | SecretBase |
서버 | 연결의 서버 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
사용자 이름 | 인증을 위한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
VerticaLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Vertica'(필수) |
typeProperties | Vertica 연결된 서비스 속성입니다. | VerticaLinkedServiceTypeProperties(필수) |
VerticaLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
connectionString | ODBC 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
WebAnonymousAuthentication
이름 | 묘사 | 값 |
---|---|---|
authenticationType | 웹 테이블 원본에 연결하는 데 사용되는 인증 유형입니다. | 'Anonymous'(필수) |
WebBasicAuthentication
이름 | 묘사 | 값 |
---|---|---|
authenticationType | 웹 테이블 원본에 연결하는 데 사용되는 인증 유형입니다. | 'Basic'(필수) |
암호 | 기본 인증에 대한 암호입니다. | SecretBase(필수) |
사용자 이름 | 기본 인증의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
WebClientCertificateAuthentication
이름 | 묘사 | 값 |
---|---|---|
authenticationType | 웹 테이블 원본에 연결하는 데 사용되는 인증 유형입니다. | 'ClientCertificate'(필수) |
암호 | PFX 파일의 암호입니다. | SecretBase(필수) |
pfx | PFX 파일의 Base64로 인코딩된 콘텐츠입니다. | SecretBase(필수) |
WebLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Web'(필수) |
typeProperties | 웹 연결된 서비스 속성입니다. | WebLinkedServiceTypeProperties |
WebLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
authenticationType | WebAnonymousAuthentication |
'익명' '기본' 'ClientCertificate'(필수) |
url | 웹 서비스 엔드포인트의 URL(예: https://www.microsoft.com.) 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
XeroLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Xero'(필수) |
typeProperties | Xero 서비스 연결된 서비스 속성입니다. | XeroLinkedServiceTypeProperties |
XeroLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
consumerKey | Xero 애플리케이션과 연결된 소비자 키입니다. | SecretBase |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
호스트 | Xero 서버의 엔드포인트입니다. (예: api.xero.com) | any(필수) |
privateKey | Xero 프라이빗 애플리케이션에 대해 생성된 .pem 파일의 프라이빗 키입니다. Unix 줄 끝을 포함하여 .pem 파일의 모든 텍스트를 포함해야 합니다. ). |
SecretBase |
useEncryptedEndpoints | 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
useHostVerification | SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
usePeerVerification | SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
ZohoLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Zoho'(필수) |
typeProperties | Zoho 서버 연결된 서비스 속성입니다. | ZohoLinkedServiceTypeProperties(필수) |
ZohoLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
accessToken | Zoho 인증에 대한 액세스 토큰입니다. | SecretBase |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
끝점 | Zoho 서버의 엔드포인트입니다. (예: crm.zoho.com/crm/private) | any(필수) |
useEncryptedEndpoints | 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
useHostVerification | SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
usePeerVerification | SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
빠른 시작 템플릿
다음 빠른 시작 템플릿은 이 리소스 유형을 배포합니다.
템플렛 | 묘사 |
---|---|
V2 데이터 팩터리 만들기 Azure |
이 템플릿은 Azure Blob Storage의 폴더에서 스토리지의 다른 폴더로 데이터를 복사하는 V2 데이터 팩터리를 만듭니다. |
Azure 아키텍처 스포츠 분석 배포 Azure |
ADLS Gen 2를 사용하도록 설정된 Azure Storage 계정, 스토리지 계정에 연결된 서비스가 있는 Azure Data Factory 인스턴스(배포된 경우 Azure SQL Database) 및 Azure Databricks 인스턴스를 만듭니다. 템플릿을 배포하는 사용자의 AAD ID와 ADF 인스턴스의 관리 ID에는 스토리지 계정에 대한 Storage Blob 데이터 기여자 역할이 부여됩니다. Azure Key Vault 인스턴스, Azure SQL Database 및 Azure Event Hub(스트리밍 사용 사례용)를 배포하는 옵션도 있습니다. Azure Key Vault가 배포되면 템플릿을 배포하는 사용자의 데이터 팩터리 관리 ID 및 AAD ID에 Key Vault 비밀 사용자 역할이 부여됩니다. |
Azure Data Factory를 사용하여 더 많은 작업을 할 수 있습니다. 한 번의 클릭으로 Azure Data Factory Azure 배포 |
이 템플릿은 Azure Blob에서 다른 Azure Blob으로의 복사 작업에 대한 데이터 팩터리 파이프라인을 만듭니다. |
Terraform(AzAPI 공급자) 리소스 정의
팩터리/linkedservices 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.
- 리소스 그룹
각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.
리소스 형식
Microsoft.DataFactory/factories/linkedservices 리소스를 만들려면 템플릿에 다음 Terraform을 추가합니다.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.DataFactory/factories/linkedservices@2017-09-01-preview"
name = "string"
body = jsonencode({
properties = {
annotations = [
?
]
connectVia = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
description = "string"
parameters = {
{customized property} = {
defaultValue = ?
type = "string"
}
}
type = "string"
// For remaining properties, see LinkedService objects
}
})
}
WebLinkedServiceTypeProperties 개체
authenticationType 속성을 설정하여 개체 유형을 지정합니다.
익명
{
authenticationType = "Anonymous"
}
기본경우 다음을 사용합니다.
{
authenticationType = "Basic"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
username = ?
}
ClientCertificate경우 다음을 사용합니다.
{
authenticationType = "ClientCertificate"
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
pfx = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
LinkedService 개체
형식 속성을 설정하여 개체의 형식을 지정합니다.
amazonMWS
{
type = "AmazonMWS"
typeProperties = {
accessKeyId = ?
encryptedCredential = ?
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 = "string"
}
poolName = ?
}
}
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 = ?
}
}
AzureDatabricks
{
type = "AzureDatabricks"
typeProperties = {
accessToken = {
type = "string"
// For remaining properties, see SecretBase objects
}
domain = ?
encryptedCredential = ?
existingClusterId = ?
newClusterNodeType = ?
newClusterNumOfWorker = ?
newClusterSparkConf = {
{customized property} = ?
}
newClusterVersion = ?
}
}
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 = ?
}
}
azureSqlDW
{
type = "AzureSqlDW"
typeProperties = {
connectionString = ?
encryptedCredential = ?
servicePrincipalId = ?
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
tenant = ?
}
}
AzureSqlDatabase
{
type = "AzureSqlDatabase"
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 = "string"
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 = ?
}
}
HDInsight
{
type = "HDInsight"
typeProperties = {
clusterUri = ?
encryptedCredential = ?
hcatalogLinkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
linkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
userName = ?
}
}
HDInsightOnDemand
{
type = "HDInsightOnDemand"
typeProperties = {
additionalLinkedServiceNames = [
{
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
]
clusterNamePrefix = ?
clusterPassword = {
type = "string"
// For remaining properties, see SecretBase objects
}
clusterResourceGroup = ?
clusterSize = ?
clusterSshPassword = {
type = "string"
// For remaining properties, see SecretBase objects
}
clusterSshUserName = ?
clusterType = ?
clusterUserName = ?
coreConfiguration = ?
dataNodeSize = ?
encryptedCredential = ?
hBaseConfiguration = ?
hcatalogLinkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
hdfsConfiguration = ?
headNodeSize = ?
hiveConfiguration = ?
hostSubscriptionId = ?
linkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
mapReduceConfiguration = ?
oozieConfiguration = ?
servicePrincipalId = ?
servicePrincipalKey = {
type = "string"
// For remaining properties, see SecretBase objects
}
sparkVersion = ?
stormConfiguration = ?
tenant = ?
timeToLive = ?
version = ?
yarnConfiguration = ?
zookeeperNodeSize = ?
}
}
hdfs
{
type = "Hdfs"
typeProperties = {
authenticationType = ?
encryptedCredential = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
url = ?
userName = ?
}
}
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
{
secretName = ?
secretVersion = ?
store = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
type = "AzureKeyVaultSecret"
}
SecureString경우 다음을 사용합니다.
{
type = "SecureString"
value = "string"
}
속성 값
AmazonMWSLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'AmazonMWS'(필수) |
typeProperties | Amazon Marketplace 웹 서비스 연결된 서비스 속성입니다. | AmazonMWSLinkedServiceTypeProperties |
AmazonMWSLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
accessKeyId | 데이터에 액세스하는 데 사용되는 액세스 키 ID입니다. | any(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
끝점 | Amazon MWS 서버의 엔드포인트(즉, mws.amazonservices.com) | any(필수) |
marketplaceID | 데이터를 검색하려는 Amazon Marketplace ID입니다. 여러 Marketplace ID에서 데이터를 검색하려면 쉼표(,)로 구분합니다. (예: A2EUQ1WTGCTBG2) | any(필수) |
mwsAuthToken | Amazon MWS 인증 토큰입니다. | SecretBase |
secretKey | 데이터에 액세스하는 데 사용되는 비밀 키입니다. | SecretBase |
sellerID | Amazon 판매자 ID입니다. | any(필수) |
useEncryptedEndpoints | 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
useHostVerification | SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
usePeerVerification | SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
AmazonRedshiftLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'AmazonRedshift'(필수) |
typeProperties | Amazon Redshift 연결된 서비스 속성입니다. | amazonRedshiftLinkedServiceTypeProperties |
AmazonRedshiftLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
데이터베이스 | Amazon Redshift 원본의 데이터베이스 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
암호 | Amazon Redshift 원본의 암호입니다. | SecretBase |
항구 | Amazon Redshift 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트 번호입니다. 기본값은 5439입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. | 어떤 |
서버 | Amazon Redshift 서버의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
사용자 이름 | Amazon Redshift 원본의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AmazonS3LinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'AmazonS3'(필수) |
typeProperties | Amazon S3 연결된 서비스 속성입니다. | amazonS3LinkedServiceTypeProperties |
AmazonS3LinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
accessKeyId | Amazon S3 IAM(ID 및 액세스 관리) 사용자의 액세스 키 식별자입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
secretAccessKey | Amazon S3 IAM(ID 및 액세스 관리) 사용자의 비밀 액세스 키입니다. | SecretBase |
AzureBatchLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'AzureBatch'(필수) |
typeProperties | Azure Batch 연결된 서비스 속성입니다. | AzureBatchLinkedServiceTypeProperties |
AzureBatchLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
accessKey | Azure Batch 계정 액세스 키입니다. | SecretBase |
accountName | Azure Batch 계정 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
batchUri | Azure Batch URI입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
linkedServiceName | Azure Storage 연결된 서비스 참조입니다. | linkedServiceReference |
poolName | Azure Batch 풀 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
AzureDatabricksLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'AzureDatabricks'(필수) |
typeProperties | Azure Databricks 연결된 서비스 속성입니다. | AzureDatabricksLinkedServiceTypeProperties |
AzureDatabricksLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
accessToken | databricks REST API에 대한 액세스 토큰입니다. https://docs.azuredatabricks.net/api/latest/authentication.html참조하세요. 형식: 문자열(또는 resultType 문자열이 있는 식). | SecretBase(필수) |
도메인 | <REGION>.azuredatabricks.net, Databricks 배포의 도메인 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
existingClusterId | 이 작업의 모든 실행에 사용할 기존 클러스터의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
newClusterNodeType | 새 클러스터의 노드 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
newClusterNumOfWorker | 새 클러스터에 있어야 하는 작업자 노드 수입니다. '1'과 같이 Int32 형식의 문자열은 numOfWorker가 1이거나 '1:10'이면 1에서 최소로, 10에서 최대로 자동 크기 조정을 의미합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
newClusterSparkConf | 선택적 사용자 지정 Spark 구성 키-값 쌍 집합입니다. | azureDatabricksLinkedServiceTypePropertiesNewClusterSparkConf |
newClusterVersion | 새 클러스터의 Spark 버전입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkConf
이름 | 묘사 | 값 |
---|
AzureDataLakeAnalyticsLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'AzureDataLakeAnalytics'(필수) |
typeProperties | Azure Data Lake Analytics 연결된 서비스 속성입니다. | AzureDataLakeAnalyticsLinkedServiceTypeProperties |
AzureDataLakeAnalyticsLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
accountName | Azure Data Lake Analytics 계정 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
dataLakeAnalyticsUri | Azure Data Lake Analytics URI 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
resourceGroupName | Data Lake Analytics 계정 리소스 그룹 이름(Data Factory 계정과 다른 경우). 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
servicePrincipalId | Azure Data Lake Analytics 계정에 대해 인증하는 데 사용되는 애플리케이션의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
servicePrincipalKey | Azure Data Lake Analytics 계정에 대해 인증하는 데 사용되는 애플리케이션의 키입니다. | SecretBase |
subscriptionId | Data Lake Analytics 계정 구독 ID(Data Factory 계정과 다른 경우). 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테 넌 트 | 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
AzureDataLakeStoreLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'AzureDataLakeStore'(필수) |
typeProperties | Azure Data Lake Store 연결된 서비스 속성입니다. | AzureDataLakeStoreLinkedServiceTypeProperties |
AzureDataLakeStoreLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
accountName | Data Lake Store 계정 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
dataLakeStoreUri | Data Lake Store 서비스 URI. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
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 문자열이 있는 식). | 어떤 |
테 넌 트 | 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AzureKeyVaultLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'AzureKeyVault'(필수) |
typeProperties | Azure Key Vault 연결된 서비스 속성입니다. | AzureKeyVaultLinkedServiceTypeProperties |
AzureKeyVaultLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
baseUrl | Azure Key Vault의 기본 URL입니다. 예: https://myakv.vault.azure.net 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
AzureKeyVaultSecretReference
이름 | 묘사 | 값 |
---|---|---|
secretName | Azure Key Vault의 비밀 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
secretVersion | Azure Key Vault의 비밀 버전입니다. 기본값은 비밀의 최신 버전입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
가게 | Azure Key Vault 연결된 서비스 참조입니다. | linkedServiceReference |
형 | 비밀의 유형입니다. | 'AzureKeyVaultSecret'(필수) |
AzureMLLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'AzureML'(필수) |
typeProperties | Azure ML 웹 서비스 연결된 서비스 속성입니다. | AzureMLLinkedServiceTypeProperties |
AzureMLLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
apiKey | Azure ML 모델 엔드포인트에 액세스하기 위한 API 키입니다. | SecretBase(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
mlEndpoint | Azure ML 웹 서비스 엔드포인트에 대한 Batch 실행 REST URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
servicePrincipalId | Azure ML 웹 서비스의 ARM 기반 updateResourceEndpoint에 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
servicePrincipalKey | Azure ML 웹 서비스의 ARM 기반 updateResourceEndpoint에 대해 인증하는 데 사용되는 서비스 주체의 키입니다. | SecretBase |
테 넌 트 | 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
updateResourceEndpoint | Azure ML 웹 서비스 엔드포인트에 대한 리소스 REST 업데이트 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AzureMySqlLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'AzureMySql'(필수) |
typeProperties | Azure MySQL 데이터베이스 연결된 서비스 속성입니다. | AzureMySqlLinkedServiceTypeProperties |
AzureMySqlLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
connectionString | 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. | any(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AzurePostgreSqlLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'AzurePostgreSql'(필수) |
typeProperties | Azure PostgreSQL 연결된 서비스 속성입니다. | AzurePostgreSqlLinkedServiceTypeProperties |
AzurePostgreSqlLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
connectionString | ODBC 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AzureSearchLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'AzureSearch'(필수) |
typeProperties | Windows Azure Search Service 연결된 서비스 속성입니다. | AzureSearchLinkedServiceTypeProperties |
AzureSearchLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
열쇠 | Azure Search 서비스에 대한 관리 키 | SecretBase |
url | Azure Search 서비스의 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
AzureSqlDatabaseLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'AzureSqlDatabase'(필수) |
typeProperties | Azure SQL Database 연결된 서비스 속성입니다. | AzureSqlDatabaseLinkedServiceTypeProperties |
AzureSqlDatabaseLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
connectionString | 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. | any(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
servicePrincipalId | Azure SQL Database에 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
servicePrincipalKey | Azure SQL Database에 대해 인증하는 데 사용되는 서비스 주체의 키입니다. | SecretBase |
테 넌 트 | 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AzureSqlDWLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'AzureSqlDW'(필수) |
typeProperties | Azure SQL Data Warehouse 연결된 서비스 속성입니다. | AzureSqlDWLinkedServiceTypeProperties |
AzureSqlDWLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
connectionString | 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. | any(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
servicePrincipalId | Azure SQL Data Warehouse에 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
servicePrincipalKey | Azure SQL Data Warehouse에 대해 인증하는 데 사용되는 서비스 주체의 키입니다. | SecretBase |
테 넌 트 | 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AzureStorageLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'AzureStorage'(필수) |
typeProperties | Azure Storage 연결된 서비스 속성입니다. | AzureStorageLinkedServiceTypeProperties |
AzureStorageLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
connectionString | 연결 문자열입니다. sasUri 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
sasUri | Azure Storage 리소스의 SAS URI입니다. connectionString 속성과 함께 사용할 수 없습니다. | SecretBase |
CassandraLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Cassandra'(필수) |
typeProperties | Cassandra 연결된 서비스 속성입니다. | CassandraLinkedServiceTypeProperties(필수) |
CassandraLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
authenticationType | 연결에 사용할 AuthenticationType입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
호스트 | 연결의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
암호 | 인증을 위한 암호입니다. | SecretBase |
항구 | 연결의 포트입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. | 어떤 |
사용자 이름 | 인증을 위한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
ConcurLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Concur'(필수) |
typeProperties | Concur Service 연결된 서비스 속성입니다. | concurLinkedServiceTypeProperties |
ConcurLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
clientId | Concur 앱 관리에서 제공하는 애플리케이션 client_id. | any(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
암호 | 사용자 이름 필드에 제공한 사용자 이름에 해당하는 암호입니다. | SecretBase |
useEncryptedEndpoints | 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
useHostVerification | SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
usePeerVerification | SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
사용자 이름 | Concur Service에 액세스하는 데 사용하는 사용자 이름입니다. | any(필수) |
CosmosDbLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'CosmosDb'(필수) |
typeProperties | CosmosDB 연결된 서비스 속성입니다. | CosmosDbLinkedServiceTypeProperties(필수) |
CosmosDbLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
connectionString | 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. | any(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
CouchbaseLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Couchbase'(필수) |
typeProperties | Couchbase 서버 연결된 서비스 속성입니다. | CouchbaseLinkedServiceTypeProperties(필수) |
CouchbaseLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
connectionString | ODBC 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
CustomDataSourceLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'CustomDataSource'(필수) |
typeProperties | 사용자 지정 연결된 서비스 속성입니다. | any(필수) |
Db2LinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Db2'(필수) |
typeProperties | DB2 연결된 서비스 속성입니다. | Db2LinkedServiceTypeProperties(필수) |
Db2LinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
authenticationType | 연결에 사용할 AuthenticationType입니다. | '기본' |
데이터베이스 | 연결의 데이터베이스 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
암호 | 인증을 위한 암호입니다. | SecretBase |
서버 | 연결의 서버 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
사용자 이름 | 인증을 위한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
DrillLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Drill'(필수) |
typeProperties | 드릴 서버 연결된 서비스 속성입니다. | DrillLinkedServiceTypeProperties(필수) |
DrillLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
connectionString | ODBC 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
DynamicsLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Dynamics'(필수) |
typeProperties | Dynamics 연결된 서비스 속성입니다. | DynamicsLinkedServiceTypeProperties(필수) |
DynamicsLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
authenticationType | Dynamics 서버에 연결할 인증 유형입니다. 온라인 시나리오의 경우 'Office365', Ifd 시나리오를 사용하는 온-프레미스의 경우 'Ifd'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 'Ifd' 'Office365'(필수) |
deploymentType | Dynamics 인스턴스의 배포 유형입니다. Dynamics Online의 경우 'Online'이고 Ifd를 사용하는 Dynamics 온-프레미스의 경우 'OnPremisesWithIfd'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 'Online' 'OnPremisesWithIfd'(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
hostName | 온-프레미스 Dynamics 서버의 호스트 이름입니다. 이 속성은 온-프레미스에 필요하며 온라인은 허용되지 않습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
organizationName | Dynamics 인스턴스의 조직 이름입니다. 이 속성은 온-프레미스에 필요하며 사용자와 연결된 Dynamics 인스턴스가 둘 이상 있는 경우 온라인에 필요합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
암호 | Dynamics 인스턴스에 액세스하기 위한 암호입니다. | SecretBase |
항구 | 온-프레미스 Dynamics 서버의 포트입니다. 이 속성은 온-프레미스에 필요하며 온라인은 허용되지 않습니다. 기본값은 443입니다. 형식: 정수(또는 resultType 정수가 있는 식), 최소값: 0. | 어떤 |
serviceUri | Microsoft Dynamics 서버의 URL입니다. 이 속성은 온-프레미스에 필요하고 온-프레미스에는 허용되지 않습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
사용자 이름 | Dynamics 인스턴스에 액세스할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
EloquaLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Eloqua'(필수) |
typeProperties | Eloqua 서버 연결된 서비스 속성입니다. | EloquaLinkedServiceTypeProperties(필수) |
EloquaLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
끝점 | Eloqua 서버의 엔드포인트입니다. (즉, eloqua.example.com) | any(필수) |
암호 | 사용자 이름에 해당하는 암호입니다. | SecretBase |
useEncryptedEndpoints | 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
useHostVerification | SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
usePeerVerification | SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
사용자 이름 | 사이트 이름/사용자 이름 형식의 Eloqua 계정의 사이트 이름 및 사용자 이름입니다. (예: 엘로쿠아/앨리스) | any(필수) |
FileServerLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'FileServer'(필수) |
typeProperties | 파일 시스템 연결된 서비스 속성입니다. | fileServerLinkedServiceTypeProperties |
FileServerLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
호스트 | 서버의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
암호 | 서버를 로그온하기 위한 암호입니다. | SecretBase |
userId | 서버에 로그온할 사용자 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
FtpServerLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'FtpServer'(필수) |
typeProperties | 이 연결된 서비스 유형과 관련된 속성입니다. | ftpServerLinkedServiceTypeProperties |
FtpServerLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
authenticationType | FTP 서버에 연결하는 데 사용할 인증 유형입니다. | '익명' '기본' |
enableServerCertificateValidation | true이면 SSL/TLS 채널을 통해 연결할 때 FTP 서버 SSL 인증서의 유효성을 검사합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). | 어떤 |
enableSsl | true이면 SSL/TLS 채널을 통해 FTP 서버에 연결합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
호스트 | FTP 서버의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
암호 | FTP 서버를 로그온하는 암호입니다. | SecretBase |
항구 | FTP 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트 번호입니다. 기본값은 21입니다. 형식: 정수(또는 resultType 정수가 있는 식), 최소값: 0. | 어떤 |
userName | FTP 서버를 로그온할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
GoogleBigQueryLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'GoogleBigQuery'(필수) |
typeProperties | Google BigQuery 서비스 연결된 서비스 속성입니다. | googleBigQueryLinkedServiceTypeProperties |
GoogleBigQueryLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
additionalProjects | 액세스할 공용 BigQuery 프로젝트의 쉼표로 구분된 목록입니다. | 어떤 |
authenticationType | 인증에 사용되는 OAuth 2.0 인증 메커니즘입니다. ServiceAuthentication은 자체 호스팅 IR에서만 사용할 수 있습니다. | 'ServiceAuthentication' 'UserAuthentication'(필수) |
clientId | 새로 고침 토큰을 획득하는 데 사용되는 Google 애플리케이션의 클라이언트 ID입니다. | SecretBase |
clientSecret | 새로 고침 토큰을 획득하는 데 사용되는 Google 애플리케이션의 클라이언트 암호입니다. | SecretBase |
메일 주소 | ServiceAuthentication에 사용되며 자체 호스팅 IR에서만 사용할 수 있는 서비스 계정 전자 메일 ID입니다. | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
keyFilePath | 서비스 계정 전자 메일 주소를 인증하는 데 사용되며 자체 호스팅 IR에서만 사용할 수 있는 .p12 키 파일의 전체 경로입니다. | 어떤 |
프로젝트 | 쿼리할 기본 BigQuery 프로젝트입니다. | any(필수) |
refreshToken | UserAuthentication에 대한 BigQuery에 대한 액세스 권한을 부여하기 위해 Google에서 얻은 새로 고침 토큰입니다. | SecretBase |
requestGoogleDriveScope | Google 드라이브에 대한 액세스를 요청할지 여부입니다. Google 드라이브 액세스를 허용하면 BigQuery 데이터를 Google Drive의 데이터와 결합하는 페더레이션 테이블을 지원할 수 있습니다. 기본값은 false입니다. | 어떤 |
trustedCertPath | SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서가 포함된 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. | 어떤 |
useSystemTrustStore | 시스템 신뢰 저장소 또는 지정된 PEM 파일에서 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
GreenplumLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Greenplum'(필수) |
typeProperties | Greenplum Database 연결된 서비스 속성입니다. | GreenplumLinkedServiceTypeProperties(필수) |
GreenplumLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
connectionString | ODBC 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
HBaseLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'HBase'(필수) |
typeProperties | HBase 서버 연결된 서비스 속성입니다. | HBaseLinkedServiceTypeProperties(필수) |
HBaseLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
allowHostNameCNMismatch | SSL을 통해 연결할 때 CA에서 발급한 SSL 인증서 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
allowSelfSignedServerCert | 서버에서 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
authenticationType | HBase 서버에 연결하는 데 사용할 인증 메커니즘입니다. | '익명' 'Basic'(필수) |
enableSsl | 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
호스트 | HBase 서버의 IP 주소 또는 호스트 이름입니다. (예: 192.168.222.160) | any(필수) |
httpPath | HBase 서버에 해당하는 부분 URL입니다. (예: /gateway/sandbox/hbase/version) | 어떤 |
암호 | 사용자 이름에 해당하는 암호입니다. | SecretBase |
항구 | HBase 인스턴스가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트입니다. 기본값은 9090입니다. | 어떤 |
trustedCertPath | SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서가 포함된 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. | 어떤 |
사용자 이름 | HBase 인스턴스에 연결하는 데 사용되는 사용자 이름입니다. | 어떤 |
HdfsLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Hdfs'(필수) |
typeProperties | HDFS 연결된 서비스 속성입니다. | hdfsLinkedServiceTypeProperties |
HdfsLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
authenticationType | HDFS에 연결하는 데 사용되는 인증 유형입니다. 가능한 값은 익명 및 Windows입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
암호 | Windows 인증에 대한 암호입니다. | SecretBase |
url | HDFS 서비스 엔드포인트의 URL(예: http://myhostname:50070/webhdfs/v1)입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
userName | Windows 인증의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
HDInsightLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'HDInsight'(필수) |
typeProperties | HDInsight 연결된 서비스 속성입니다. | HDInsightLinkedServiceTypeProperties |
HDInsightLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
clusterUri | HDInsight 클러스터 URI. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
hcatalogLinkedServiceName | HCatalog 데이터베이스를 가리키는 Azure SQL 연결된 서비스에 대한 참조입니다. | linkedServiceReference |
linkedServiceName | Azure Storage 연결된 서비스 참조입니다. | linkedServiceReference |
암호 | HDInsight 클러스터 암호입니다. | SecretBase |
userName | HDInsight 클러스터 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
HDInsightOnDemandLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'HDInsightOnDemand'(필수) |
typeProperties | HDInsight 온디맨드 연결된 서비스 속성입니다. | HDInsightOnDemandLinkedServiceTypeProperties |
HDInsightOnDemandLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
additionalLinkedServiceNames | Data Factory 서비스가 사용자 대신 등록할 수 있도록 HDInsight 연결된 서비스에 대한 추가 스토리지 계정을 지정합니다. | linkedServiceReference |
clusterNamePrefix | 클러스터 이름의 접두사, 접두사는 타임스탬프와 구별됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
clusterPassword | 클러스터에 액세스할 암호입니다. | SecretBase |
clusterResourceGroup | 클러스터가 속한 리소스 그룹입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
clusterSize | 클러스터의 작업자/데이터 노드 수입니다. 제안 값: 4. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
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 데이터베이스를 메타스토어로 사용하여 만듭니다. | linkedServiceReference |
hdfsConfiguration | HDInsight 클러스터에 대한 HDFS 구성 매개 변수(hdfs-site.xml)를 지정합니다. | 어떤 |
headNodeSize | HDInsight 클러스터의 헤드 노드 크기를 지정합니다. | 어떤 |
hiveConfiguration | HDInsight 클러스터에 대한 hive 구성 매개 변수(hive-site.xml)를 지정합니다. | 어떤 |
hostSubscriptionId | 클러스터를 호스트하는 고객의 구독입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
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)를 지정합니다. | 어떤 |
테 넌 트 | 서비스 주체가 속한 테넌트 ID/이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
timeToLive | 주문형 HDInsight 클러스터에 허용되는 유휴 시간입니다. 클러스터에 다른 활성 작업이 없는 경우 작업 실행이 완료된 후 주문형 HDInsight 클러스터가 활성 상태로 유지되는 기간을 지정합니다. 최소값은 5분입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
버전 | HDInsight 클러스터의 버전입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
yarnConfiguration | HDInsight 클러스터에 대한 Yarn 구성 매개 변수(yarn-site.xml)를 지정합니다. | 어떤 |
zookeeperNodeSize | HDInsight 클러스터에 대한 Zoo Keeper 노드의 크기를 지정합니다. | 어떤 |
HiveLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Hive'(필수) |
typeProperties | Hive Server 연결된 서비스 속성입니다. | HiveLinkedServiceTypeProperties(필수) |
HiveLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
allowHostNameCNMismatch | SSL을 통해 연결할 때 CA에서 발급한 SSL 인증서 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
allowSelfSignedServerCert | 서버에서 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
authenticationType | Hive 서버에 액세스하는 데 사용되는 인증 방법입니다. | '익명' 'Username' 'UsernameAndPassword' 'WindowsAzureHDInsightService'(필수) |
enableSsl | 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
호스트 | 여러 호스트에 대해 ';'로 구분된 Hive 서버의 IP 주소 또는 호스트 이름입니다(serviceDiscoveryMode를 사용하는 경우에만). | any(필수) |
httpPath | Hive 서버에 해당하는 부분 URL입니다. | 어떤 |
암호 | 사용자 이름 필드에 제공한 사용자 이름에 해당하는 암호입니다. | SecretBase |
항구 | Hive 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트입니다. | 어떤 |
serverType | Hive 서버의 유형입니다. | 'HiveServer1' 'HiveServer2' 'HiveThriftServer' |
serviceDiscoveryMode | ZooKeeper 서비스를 사용함을 나타내려면 true입니다. false가 아닙니다. | 어떤 |
thriftTransportProtocol | Thrift 계층에서 사용할 전송 프로토콜입니다. | 'Binary' 'HTTP ' 'SASL' |
trustedCertPath | SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서가 포함된 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. | 어떤 |
useNativeQuery | 드라이버에서 네이티브 HiveQL 쿼리를 사용할지 또는 HiveQL에서 동일한 형식으로 변환할지를 지정합니다. | 어떤 |
사용자 이름 | Hive Server에 액세스하는 데 사용하는 사용자 이름입니다. | 어떤 |
useSystemTrustStore | 시스템 신뢰 저장소 또는 지정된 PEM 파일에서 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
zooKeeperNameSpace | Hive Server 2 노드가 추가되는 ZooKeeper의 네임스페이스입니다. | 어떤 |
HttpLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'HttpServer'(필수) |
typeProperties | 이 연결된 서비스 유형과 관련된 속성입니다. | httpLinkedServiceTypeProperties |
HttpLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
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 문자열이 있는 식). | 어떤 |
암호 | EmbeddedCertData 인증을 사용하는 기본, 다이제스트, Windows 또는 ClientCertificate의 암호입니다. | SecretBase |
url | HTTP 엔드포인트의 기본 URL(예: https://www.microsoft.com. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
userName | 기본, 다이제스트 또는 Windows 인증의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
HubspotLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Hubspot'(필수) |
typeProperties | Hubspot Service 연결된 서비스 속성입니다. | HubspotLinkedServiceTypeProperties(필수) |
HubspotLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
accessToken | OAuth 통합을 처음 인증할 때 가져온 액세스 토큰입니다. | SecretBase |
clientId | Hubspot 애플리케이션과 연결된 클라이언트 ID입니다. | any(필수) |
clientSecret | Hubspot 애플리케이션과 연결된 클라이언트 암호입니다. | SecretBase |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
refreshToken | OAuth 통합을 처음 인증할 때 가져온 새로 고침 토큰입니다. | SecretBase |
useEncryptedEndpoints | 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
useHostVerification | SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
usePeerVerification | SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
ImpalaLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Impala'(필수) |
typeProperties | Impala 서버 연결된 서비스 속성입니다. | ImpalaLinkedServiceTypeProperties(필수) |
ImpalaLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
allowHostNameCNMismatch | SSL을 통해 연결할 때 CA에서 발급한 SSL 인증서 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
allowSelfSignedServerCert | 서버에서 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
authenticationType | 사용할 인증 유형입니다. | '익명' 'SASLUsername' 'UsernameAndPassword'(필수) |
enableSsl | 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
호스트 | Impala 서버의 IP 주소 또는 호스트 이름입니다. (예: 192.168.222.160) | any(필수) |
암호 | UsernameAndPassword를 사용할 때 사용자 이름에 해당하는 암호입니다. | SecretBase |
항구 | Impala 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트입니다. 기본값은 21050입니다. | 어떤 |
trustedCertPath | SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서가 포함된 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. | 어떤 |
사용자 이름 | Impala 서버에 액세스하는 데 사용되는 사용자 이름입니다. SASLUsername을 사용하는 경우 기본값은 익명입니다. | 어떤 |
useSystemTrustStore | 시스템 신뢰 저장소 또는 지정된 PEM 파일에서 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
IntegrationRuntimeReference
이름 | 묘사 | 값 |
---|---|---|
매개 변수 | 통합 런타임에 대한 인수입니다. | ParameterValueSpecification |
referenceName | 통합 런타임 이름을 참조합니다. | string(필수) |
형 | 통합 런타임의 유형입니다. | 'IntegrationRuntimeReference'(필수) |
JiraLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Jira'(필수) |
typeProperties | Jira 서비스 연결된 서비스 속성입니다. | JiraLinkedServiceTypeProperties |
JiraLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
호스트 | Jira 서비스의 IP 주소 또는 호스트 이름입니다. (예: jira.example.com) | any(필수) |
암호 | 사용자 이름 필드에 제공한 사용자 이름에 해당하는 암호입니다. | SecretBase |
항구 | Jira 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트입니다. 기본값은 HTTPS를 통해 연결하는 경우 443이고, HTTP를 통해 연결하는 경우 8080입니다. | 어떤 |
useEncryptedEndpoints | 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
useHostVerification | SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
usePeerVerification | SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
사용자 이름 | Jira 서비스에 액세스하는 데 사용하는 사용자 이름입니다. | any(필수) |
LinkedService
이름 | 묘사 | 값 |
---|---|---|
주석 | 데이터 세트를 설명하는 데 사용할 수 있는 태그 목록입니다. | any[] |
connectVia | 통합 런타임 참조입니다. | IntegrationRuntimeReference |
묘사 | 연결된 서비스 설명입니다. | 문자열 |
매개 변수 | 연결된 서비스에 대한 매개 변수입니다. | ParameterDefinitionSpecification |
형 | AmazonMWSLinkedService |
'AmazonMWS' '아마존레드시프' 'AmazonS3' 'AzureBatch' 'AzureDatabricks' 'AzureDataLakeAnalytics' 'AzureDataLakeStore' 'AzureKeyVault' 'AzureML' 'AzureMySql' 'AzurePostgreSql' 'AzureSearch' 'AzureSqlDatabase' 'AzureSqlDW' 'AzureStorage' 'Cassandra' 'Concur' 'CosmosDb' 'Couchbase' 'CustomDataSource' 'Db2' 'Drill' 'Dynamics' '엘로쿠아' 'FileServer' 'FtpServer' 'GoogleBigQuery' 'Greenplum' 'HBase' 'Hdfs' 'HDInsight' 'HDInsightOnDemand' 'Hive' 'HttpServer' 'Hubspot' '임팔라' 'Jira' 'Magento' 'MariaDB' 'Marketo' 'MongoDb' 'MySql' 'Netezza' 'OData' 'Odbc' 'Oracle' 'PayPal' '피닉스' 'PostgreSql' 'Presto' 'QuickBooks' 'Responsys' 'Salesforce' 'SalesforceMarketingCloud' 'SapBW' 'SapCloudForCustomer' 'SapEcc' 'SapHana' 'ServiceNow' 'Sftp' 'Shopify' 'Spark' 'SqlServer' 'Square' 'Sybase' 'Teradata' '버티카' '웹' 'Xero' 'Zoho'(필수) |
LinkedServiceReference
이름 | 묘사 | 값 |
---|---|---|
매개 변수 | LinkedService에 대한 인수입니다. | ParameterValueSpecification |
referenceName | LinkedService 이름을 참조합니다. | string(필수) |
형 | 연결된 서비스 참조 형식입니다. | 'LinkedServiceReference'(필수) |
MagentoLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Magento'(필수) |
typeProperties | Magento 서버 연결된 서비스 속성입니다. | MagentoLinkedServiceTypeProperties(필수) |
MagentoLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
accessToken | Magento의 액세스 토큰입니다. | SecretBase |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
호스트 | Magento 인스턴스의 URL입니다. (예: 192.168.222.110/magento3) | any(필수) |
useEncryptedEndpoints | 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
useHostVerification | SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
usePeerVerification | SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
MariaDBLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'MariaDB'(필수) |
typeProperties | MariaDB 서버 연결된 서비스 속성입니다. | MariaDBLinkedServiceTypeProperties(필수) |
MariaDBLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
connectionString | ODBC 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
MarketoLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Marketo'(필수) |
typeProperties | Marketo 서버 연결된 서비스 속성입니다. | MarketoLinkedServiceTypeProperties(필수) |
MarketoLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
clientId | Marketo 서비스의 클라이언트 ID입니다. | any(필수) |
clientSecret | Marketo 서비스의 클라이언트 암호입니다. | SecretBase |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
끝점 | Marketo 서버의 엔드포인트입니다. (예: 123-ABC-321.mktorest.com) | any(필수) |
useEncryptedEndpoints | 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
useHostVerification | SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
usePeerVerification | SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
Microsoft.DataFactory/factoryies/linkedservices
이름 | 묘사 | 값 |
---|---|---|
이름 | 리소스 이름 | 문자열 제약 조건: 최소 길이 = 1 최대 길이 = 1 패턴 = ^[A-Za-z0-9_][^<>*#.%&:\\+?/]*$ (필수) |
parent_id | 이 리소스의 부모인 리소스의 ID입니다. | 유형의 리소스 ID: 팩터리 |
속성 | 연결된 서비스의 속성입니다. | linkedService |
형 | 리소스 종류 | "Microsoft.DataFactory/factoryies/linkedservices@2017-09-01-preview" |
MongoDbLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'MongoDb'(필수) |
typeProperties | MongoDB 연결된 서비스 속성입니다. | MongoDbLinkedServiceTypeProperties(필수) |
MongoDbLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
allowSelfSignedServerCert | 서버에서 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). | 어떤 |
authenticationType | MongoDB 데이터베이스에 연결하는 데 사용할 인증 유형입니다. | '익명' '기본' |
authSource | 사용자 이름 및 암호를 확인하는 데이터베이스입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
databaseName | 액세스하려는 MongoDB 데이터베이스의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
enableSsl | 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
암호 | 인증을 위한 암호입니다. | SecretBase |
항구 | MongoDB 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트 번호입니다. 기본값은 27017입니다. 형식: 정수(또는 resultType 정수가 있는 식), 최소값: 0. | 어떤 |
서버 | MongoDB 서버의 IP 주소 또는 서버 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
사용자 이름 | 인증을 위한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
MySqlLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'MySql'(필수) |
typeProperties | MySQL 연결된 서비스 속성입니다. | mySqlLinkedServiceTypeProperties |
MySqlLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
connectionString | 연결 문자열입니다. | SecretBase(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
NetezzaLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Netezza'(필수) |
typeProperties | Netezza 연결된 서비스 속성입니다. | NetezzaLinkedServiceTypeProperties(필수) |
NetezzaLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
connectionString | ODBC 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
ODataLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'OData'(필수) |
typeProperties | OData 연결된 서비스 속성입니다. | ODataLinkedServiceTypeProperties |
ODataLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
authenticationType | OData 서비스에 연결하는 데 사용되는 인증 유형입니다. | '익명' '기본' |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
암호 | OData 서비스의 암호입니다. | SecretBase |
url | OData 서비스 엔드포인트의 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
userName | OData 서비스의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
OdbcLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Odbc'(필수) |
typeProperties | ODBC 연결된 서비스 속성입니다. | OdbcLinkedServiceTypeProperties(필수) |
OdbcLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
authenticationType | ODBC 데이터 저장소에 연결하는 데 사용되는 인증 유형입니다. 가능한 값은 익명 및 기본 값입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
connectionString | 연결 문자열의 액세스 권한 없는 자격 증명 부분과 선택적으로 암호화된 자격 증명입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. | any(필수) |
자격 증명 | 드라이버별 속성-값 형식으로 지정된 연결 문자열의 액세스 자격 증명 부분입니다. | SecretBase |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
암호 | 기본 인증에 대한 암호입니다. | SecretBase |
userName | 기본 인증의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
OracleLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Oracle'(필수) |
typeProperties | Oracle 데이터베이스 연결된 서비스 속성입니다. | OracleLinkedServiceTypeProperties |
OracleLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
connectionString | 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. | any(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
ParameterDefinitionSpecification
이름 | 묘사 | 값 |
---|
ParameterSpecification
이름 | 묘사 | 값 |
---|---|---|
defaultValue | 매개 변수의 기본값입니다. | 어떤 |
형 | 매개 변수 형식입니다. | 'Array' 'Bool' 'Float' 'Int' 'Object' 'SecureString' 'String'(필수) |
ParameterValueSpecification
이름 | 묘사 | 값 |
---|
ParameterValueSpecification
이름 | 묘사 | 값 |
---|
PaypalLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'PayPal'(필수) |
typeProperties | PayPal 서비스 연결된 서비스 속성입니다. | paypalLinkedServiceTypeProperties |
PaypalLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
clientId | PayPal 애플리케이션과 연결된 클라이언트 ID입니다. | any(필수) |
clientSecret | PayPal 애플리케이션과 연결된 클라이언트 암호입니다. | SecretBase |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
호스트 | PayPal 인스턴스의 URL입니다. (예: api.sandbox.paypal.com) | any(필수) |
useEncryptedEndpoints | 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
useHostVerification | SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
usePeerVerification | SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
PhoenixLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Phoenix'(필수) |
typeProperties | Phoenix 서버 연결된 서비스 속성입니다. | PhoenixLinkedServiceTypeProperties(필수) |
PhoenixLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
allowHostNameCNMismatch | SSL을 통해 연결할 때 CA에서 발급한 SSL 인증서 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
allowSelfSignedServerCert | 서버에서 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
authenticationType | Phoenix 서버에 연결하는 데 사용되는 인증 메커니즘입니다. | '익명' 'UsernameAndPassword' 'WindowsAzureHDInsightService'(필수) |
enableSsl | 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
호스트 | Phoenix 서버의 IP 주소 또는 호스트 이름입니다. (예: 192.168.222.160) | any(필수) |
httpPath | Phoenix 서버에 해당하는 부분 URL입니다. (예: /gateway/sandbox/phoenix/version). WindowsAzureHDInsightService를 사용하는 경우 기본값은 hbasephoenix입니다. | 어떤 |
암호 | 사용자 이름에 해당하는 암호입니다. | SecretBase |
항구 | Phoenix 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트입니다. 기본값은 8765입니다. | 어떤 |
trustedCertPath | SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서가 포함된 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. | 어떤 |
사용자 이름 | Phoenix 서버에 연결하는 데 사용되는 사용자 이름입니다. | 어떤 |
useSystemTrustStore | 시스템 신뢰 저장소 또는 지정된 PEM 파일에서 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
PostgreSqlLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'PostgreSql'(필수) |
typeProperties | PostgreSQL 연결된 서비스 속성입니다. | PostgreSqlLinkedServiceTypeProperties(필수) |
PostgreSqlLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
connectionString | 연결 문자열입니다. | SecretBase(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
PrestoLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Presto'(필수) |
typeProperties | Presto 서버 연결된 서비스 속성입니다. | PrestoLinkedServiceTypeProperties(필수) |
PrestoLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
allowHostNameCNMismatch | SSL을 통해 연결할 때 CA에서 발급한 SSL 인증서 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
allowSelfSignedServerCert | 서버에서 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
authenticationType | Presto 서버에 연결하는 데 사용되는 인증 메커니즘입니다. | '익명' 'LDAP'(필수) |
카탈로그 | 서버에 대한 모든 요청에 대한 카탈로그 컨텍스트입니다. | any(필수) |
enableSsl | 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
호스트 | Presto 서버의 IP 주소 또는 호스트 이름입니다. (예: 192.168.222.160) | any(필수) |
암호 | 사용자 이름에 해당하는 암호입니다. | SecretBase |
항구 | Presto 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트입니다. 기본값은 8080입니다. | 어떤 |
serverVersion | Presto 서버의 버전입니다. (예: 0.148-t) | any(필수) |
timeZoneID | 연결에서 사용하는 현지 표준 시간대입니다. 이 옵션의 유효한 값은 IANA 표준 시간대 데이터베이스에 지정됩니다. 기본값은 시스템 표준 시간대입니다. | 어떤 |
trustedCertPath | SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서가 포함된 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. | 어떤 |
사용자 이름 | Presto 서버에 연결하는 데 사용되는 사용자 이름입니다. | 어떤 |
useSystemTrustStore | 시스템 신뢰 저장소 또는 지정된 PEM 파일에서 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
QuickBooksLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'QuickBooks'(필수) |
typeProperties | QuickBooks 서버 연결된 서비스 속성입니다. | QuickBooksLinkedServiceTypeProperties |
QuickBooksLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
accessToken | OAuth 1.0 인증에 대한 액세스 토큰입니다. | SecretBase(필수) |
accessTokenSecret | OAuth 1.0 인증에 대한 액세스 토큰 비밀입니다. | SecretBase(필수) |
companyId | 권한을 부여할 QuickBooks 회사의 회사 ID입니다. | any(필수) |
consumerKey | OAuth 1.0 인증에 대한 소비자 키입니다. | any(필수) |
consumerSecret | OAuth 1.0 인증에 대한 소비자 암호입니다. | SecretBase(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
끝점 | QuickBooks 서버의 엔드포인트입니다. (예: quickbooks.api.intuit.com) | any(필수) |
useEncryptedEndpoints | 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
ResponsysLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Responsys'(필수) |
typeProperties | Responsys 연결된 서비스 속성입니다. | ResponsysLinkedServiceTypeProperties(필수) |
ResponsysLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
clientId | Responsys 애플리케이션과 연결된 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
clientSecret | Responsys 애플리케이션과 연결된 클라이언트 암호입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | SecretBase |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
끝점 | Responsys 서버의 엔드포인트입니다. | any(필수) |
useEncryptedEndpoints | 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). | 어떤 |
useHostVerification | SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). | 어떤 |
usePeerVerification | SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). | 어떤 |
SalesforceLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Salesforce'(필수) |
typeProperties | Salesforce 연결된 서비스 속성입니다. | SalesforceLinkedServiceTypeProperties(필수) |
SalesforceLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
environmentUrl | Salesforce 인스턴스의 URL입니다. 기본값은 'https://login.salesforce.com'입니다. 샌드박스에서 데이터를 복사하려면 'https://test.salesforce.com'을 지정합니다. 사용자 지정 도메인에서 데이터를 복사하려면 'https://[domain].my.salesforce.com'을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
암호 | Salesforce 인스턴스의 기본 인증에 대한 암호입니다. | SecretBase |
securityToken | 보안 토큰은 Salesforce 인스턴스에 원격으로 액세스하는 데 필요합니다. | SecretBase |
사용자 이름 | Salesforce 인스턴스의 기본 인증에 대한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
SalesforceMarketingCloudLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'SalesforceMarketingCloud'(필수) |
typeProperties | Salesforce Marketing Cloud 연결된 서비스 속성입니다. | SalesforceMarketingCloudLinkedServiceTypeProperties(필수) |
SalesforceMarketingCloudLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
clientId | Salesforce Marketing Cloud 애플리케이션과 연결된 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
clientSecret | Salesforce Marketing Cloud 애플리케이션과 연결된 클라이언트 암호입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | SecretBase |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
useEncryptedEndpoints | 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). | 어떤 |
useHostVerification | SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). | 어떤 |
usePeerVerification | SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). | 어떤 |
SapBWLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'SapBW'(필수) |
typeProperties | 이 연결된 서비스 유형과 관련된 속성입니다. | SapBWLinkedServiceTypeProperties(필수) |
SapBWLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
clientId | BW 시스템에 있는 클라이언트의 클라이언트 ID입니다. (일반적으로 문자열로 표시되는 3자리 10진수) 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
암호 | SAP BW 서버에 액세스하기 위한 암호입니다. | SecretBase |
서버 | SAP BW 인스턴스의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
systemNumber | BW 시스템의 시스템 번호입니다. (일반적으로 문자열로 표시되는 두 자리 소수 자릿수입니다.) 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
userName | SAP BW 서버에 액세스할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
SapCloudForCustomerLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'SapCloudForCustomer'(필수) |
typeProperties | SAP Cloud for Customer 연결된 서비스 속성입니다. | sapCloudForCustomerLinkedServiceTypeProperties |
SapCloudForCustomerLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. encryptedCredential 또는 사용자 이름/암호를 제공해야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
암호 | 기본 인증에 대한 암호입니다. | SecretBase |
url | SAP Cloud for Customer OData API의 URL입니다. 예를 들어 '[https://[tenantname].crm.ondemand.com/sap/c4c/odata/v1]'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
사용자 이름 | 기본 인증의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
SapEccLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'SapEcc'(필수) |
typeProperties | SAP ECC 연결된 서비스 속성입니다. | SapEccLinkedServiceTypeProperties(필수) |
SapEccLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. encryptedCredential 또는 사용자 이름/암호를 제공해야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 문자열 |
암호 | 기본 인증에 대한 암호입니다. | SecretBase |
url | SAP ECC OData API의 URL입니다. 예를 들어 '[https://hostname:port/sap/opu/odata/sap/servicename/]'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | string(필수) |
사용자 이름 | 기본 인증의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 문자열 |
SapHanaLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'SapHana'(필수) |
typeProperties | 이 연결된 서비스 유형과 관련된 속성입니다. | SapHanaLinkedServiceProperties(필수) |
SapHanaLinkedServiceProperties
이름 | 묘사 | 값 |
---|---|---|
authenticationType | SAP HANA 서버에 연결하는 데 사용할 인증 유형입니다. | '기본' 'Windows' |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
암호 | SAP HANA 서버에 액세스하기 위한 암호입니다. | SecretBase |
서버 | SAP HANA 서버의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
userName | SAP HANA 서버에 액세스할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
SecretBase
이름 | 묘사 | 값 |
---|---|---|
형 | AzureKeyVaultSecretReference |
'AzureKeyVaultSecret' 'SecureString'(필수) |
SecureString
이름 | 묘사 | 값 |
---|---|---|
형 | 비밀의 유형입니다. | 'SecureString'(필수) |
값 | 보안 문자열의 값입니다. | string(필수) |
ServiceNowLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'ServiceNow'(필수) |
typeProperties | ServiceNow 서버 연결된 서비스 속성입니다. | serviceNowLinkedServiceTypeProperties |
ServiceNowLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
authenticationType | 사용할 인증 유형입니다. | '기본' 'OAuth2'(필수) |
clientId | OAuth2 인증의 클라이언트 ID입니다. | 어떤 |
clientSecret | OAuth2 인증에 대한 클라이언트 암호입니다. | SecretBase |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
끝점 | ServiceNow 서버의 엔드포인트입니다. (예: <인스턴스>.service-now.com) | any(필수) |
암호 | Basic 및 OAuth2 인증의 사용자 이름에 해당하는 암호입니다. | SecretBase |
useEncryptedEndpoints | 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
useHostVerification | SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
usePeerVerification | SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
사용자 이름 | Basic 및 OAuth2 인증을 위해 ServiceNow 서버에 연결하는 데 사용되는 사용자 이름입니다. | 어떤 |
SftpServerLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Sftp'(필수) |
typeProperties | 이 연결된 서비스 유형과 관련된 속성입니다. | SftpServerLinkedServiceTypeProperties(필수) |
SftpServerLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
authenticationType | FTP 서버에 연결하는 데 사용할 인증 유형입니다. | '기본' 'SshPublicKey' |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
호스트 | SFTP 서버 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
hostKeyFingerprint | SFTP 서버의 호스트 키 지문입니다. SkipHostKeyValidation이 false이면 HostKeyFingerprint를 지정해야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
passPhrase | SSH 프라이빗 키가 암호화된 경우 SSH 프라이빗 키의 암호를 해독하는 암호입니다. | SecretBase |
암호 | 기본 인증을 위해 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 형식이어야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
skipHostKeyValidation | true이면 SSH 호스트 키 유효성 검사를 건너뜁니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). | 어떤 |
userName | SFTP 서버에 로그온하는 데 사용되는 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
ShopifyLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Shopify'(필수) |
typeProperties | Shopify Service 연결된 서비스 속성입니다. | ShopifyLinkedServiceTypeProperties(필수) |
ShopifyLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
accessToken | Shopify의 데이터에 액세스하는 데 사용할 수 있는 API 액세스 토큰입니다. 오프라인 모드인 경우 토큰이 만료되지 않습니다. | SecretBase |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
호스트 | Shopify 서버의 엔드포인트입니다. (예: mystore.myshopify.com) | any(필수) |
useEncryptedEndpoints | 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
useHostVerification | SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
usePeerVerification | SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
SparkLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Spark'(필수) |
typeProperties | Spark Server 연결된 서비스 속성입니다. | SparkLinkedServiceTypeProperties(필수) |
SparkLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
allowHostNameCNMismatch | SSL을 통해 연결할 때 CA에서 발급한 SSL 인증서 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
allowSelfSignedServerCert | 서버에서 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
authenticationType | Spark 서버에 액세스하는 데 사용되는 인증 방법입니다. | '익명' 'Username' 'UsernameAndPassword' 'WindowsAzureHDInsightService'(필수) |
enableSsl | 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
호스트 | Spark 서버의 IP 주소 또는 호스트 이름 | any(필수) |
httpPath | Spark 서버에 해당하는 부분 URL입니다. | 어떤 |
암호 | 사용자 이름 필드에 제공한 사용자 이름에 해당하는 암호입니다. | SecretBase |
항구 | Spark 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트입니다. | any(필수) |
serverType | Spark 서버의 형식입니다. | 'SharkServer' 'SharkServer2' 'SparkThriftServer' |
thriftTransportProtocol | Thrift 계층에서 사용할 전송 프로토콜입니다. | 'Binary' 'HTTP ' 'SASL' |
trustedCertPath | SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서가 포함된 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. | 어떤 |
사용자 이름 | Spark Server에 액세스하는 데 사용하는 사용자 이름입니다. | 어떤 |
useSystemTrustStore | 시스템 신뢰 저장소 또는 지정된 PEM 파일에서 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다. | 어떤 |
SqlServerLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'SqlServer'(필수) |
typeProperties | SQL Server 연결된 서비스 속성입니다. | sqlServerLinkedServiceTypeProperties |
SqlServerLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
connectionString | 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. | any(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
암호 | 온-프레미스 Windows 인증 암호입니다. | SecretBase |
userName | 온-프레미스 Windows 인증 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
SquareLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Square'(필수) |
typeProperties | Square Service 연결된 서비스 속성입니다. | SquareLinkedServiceTypeProperties(필수) |
SquareLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
clientId | Square 애플리케이션과 연결된 클라이언트 ID입니다. | any(필수) |
clientSecret | Square 애플리케이션과 연결된 클라이언트 암호입니다. | SecretBase |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
호스트 | Square 인스턴스의 URL입니다. (예: mystore.mysquare.com) | any(필수) |
redirectUri | Square 애플리케이션 대시보드에 할당된 리디렉션 URL입니다. (즉, http://localhost:2500) | any(필수) |
useEncryptedEndpoints | 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
useHostVerification | SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
usePeerVerification | SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
SybaseLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Sybase'(필수) |
typeProperties | Sybase 연결된 서비스 속성입니다. | SybaseLinkedServiceTypeProperties(필수) |
SybaseLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
authenticationType | 연결에 사용할 AuthenticationType입니다. | '기본' 'Windows' |
데이터베이스 | 연결의 데이터베이스 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
암호 | 인증을 위한 암호입니다. | SecretBase |
스키마 | 연결의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
서버 | 연결의 서버 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
사용자 이름 | 인증을 위한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
TeradataLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Teradata'(필수) |
typeProperties | Teradata 연결된 서비스 속성입니다. | TeradataLinkedServiceTypeProperties(필수) |
TeradataLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
authenticationType | 연결에 사용할 AuthenticationType입니다. | '기본' 'Windows' |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
암호 | 인증을 위한 암호입니다. | SecretBase |
서버 | 연결의 서버 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
사용자 이름 | 인증을 위한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
VerticaLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Vertica'(필수) |
typeProperties | Vertica 연결된 서비스 속성입니다. | VerticaLinkedServiceTypeProperties(필수) |
VerticaLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
connectionString | ODBC 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. | 어떤 |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
WebAnonymousAuthentication
이름 | 묘사 | 값 |
---|---|---|
authenticationType | 웹 테이블 원본에 연결하는 데 사용되는 인증 유형입니다. | 'Anonymous'(필수) |
WebBasicAuthentication
이름 | 묘사 | 값 |
---|---|---|
authenticationType | 웹 테이블 원본에 연결하는 데 사용되는 인증 유형입니다. | 'Basic'(필수) |
암호 | 기본 인증에 대한 암호입니다. | SecretBase(필수) |
사용자 이름 | 기본 인증의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
WebClientCertificateAuthentication
이름 | 묘사 | 값 |
---|---|---|
authenticationType | 웹 테이블 원본에 연결하는 데 사용되는 인증 유형입니다. | 'ClientCertificate'(필수) |
암호 | PFX 파일의 암호입니다. | SecretBase(필수) |
pfx | PFX 파일의 Base64로 인코딩된 콘텐츠입니다. | SecretBase(필수) |
WebLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Web'(필수) |
typeProperties | 웹 연결된 서비스 속성입니다. | WebLinkedServiceTypeProperties |
WebLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
authenticationType | WebAnonymousAuthentication |
'익명' '기본' 'ClientCertificate'(필수) |
url | 웹 서비스 엔드포인트의 URL(예: https://www.microsoft.com.) 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
XeroLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Xero'(필수) |
typeProperties | Xero 서비스 연결된 서비스 속성입니다. | XeroLinkedServiceTypeProperties |
XeroLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
consumerKey | Xero 애플리케이션과 연결된 소비자 키입니다. | SecretBase |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
호스트 | Xero 서버의 엔드포인트입니다. (예: api.xero.com) | any(필수) |
privateKey | Xero 프라이빗 애플리케이션에 대해 생성된 .pem 파일의 프라이빗 키입니다. Unix 줄 끝을 포함하여 .pem 파일의 모든 텍스트를 포함해야 합니다. ). |
SecretBase |
useEncryptedEndpoints | 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
useHostVerification | SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
usePeerVerification | SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
ZohoLinkedService
이름 | 묘사 | 값 |
---|---|---|
형 | 연결된 서비스의 유형입니다. | 'Zoho'(필수) |
typeProperties | Zoho 서버 연결된 서비스 속성입니다. | ZohoLinkedServiceTypeProperties(필수) |
ZohoLinkedServiceTypeProperties
이름 | 묘사 | 값 |
---|---|---|
accessToken | Zoho 인증에 대한 액세스 토큰입니다. | SecretBase |
encryptedCredential | 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
끝점 | Zoho 서버의 엔드포인트입니다. (예: crm.zoho.com/crm/private) | any(필수) |
useEncryptedEndpoints | 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
useHostVerification | SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 요구할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |
usePeerVerification | SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. | 어떤 |