Share via


Microsoft.DataFactory 팩터리/linkedservices

Bicep 리소스 정의

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

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

리소스 형식

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

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

LinkedService 개체

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  type: 'CustomDataSource'
  typeProperties: any()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

웨어하우스의 경우 다음을 사용합니다.

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

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

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

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

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

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

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

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

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

SecretBase 개체

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

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

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

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

  type: 'SecureString'
  value: 'string'

WebLinkedServiceTypeProperties 개체

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

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

  authenticationType: 'Anonymous'

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

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

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

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

속성 값

factories/linkedservices

Name Description
name 리소스 이름

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

문자 제한: 1-260

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

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

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

LinkedService

Name Description
주석 연결된 서비스를 설명하는 데 사용할 수 있는 태그 목록입니다. any[]
connectVia 통합 런타임 참조입니다. IntegrationRuntimeReference
description 연결된 서비스 설명입니다. string
매개 변수 연결된 서비스에 대한 매개 변수입니다. ParameterDefinitionSpecification
형식 개체 형식 설정 AmazonMWS
AmazonRdsForOracle
AmazonRdsForSqlServer
AmazonRedshift
AmazonS3
AmazonS3Compatible
AppFigures
Asana
AzureBatch
AzureBlobFS
AzureBlobStorage
AzureDatabricks
AzureDatabricksDeltaLake
AzureDataExplorer
AzureDataLakeAnalytics
AzureDataLakeStore
AzureFileStorage
AzureFunction
AzureKeyVault
AzureMariaDB
AzureML
AzureMLService
AzureMySql
AzurePostgreSql
AzureSearch
AzureSqlDatabase
AzureSqlDW
AzureSqlMI
AzureStorage
AzureSynapseArtifacts
AzureTableStorage
Cassandra
CommonDataServiceForApps
Concur
CosmosDb
CosmosDbMongoDbApi
Couchbase
CustomDataSource
Dataworld
Db2
Drill
Dynamics
DynamicsAX
DynamicsCrm
Eloqua
FileServer
FtpServer
GoogleAdWords
GoogleBigQuery
GoogleBigQueryV2
GoogleCloudStorage
GoogleSheets
Greenplum
HBase
Hdfs
HDInsight
HDInsightOnDemand
Hive
HttpServer
Hubspot
Impala
Informix
Jira
레이크하우스
Magento
MariaDB
Marketo
MicrosoftAccess
Mongodb
MongoDbAtlas
MongoDbV2
MySql
Netezza
OData
Odbc
Office365
Oracle
OracleCloudStorage
OracleServiceCloud
페이팔
Phoenix
Postgresql
PostgreSqlV2
Presto
Quickbase
QuickBooks
Responsys
RestService
Salesforce
SalesforceMarketingCloud
SalesforceServiceCloud
SalesforceServiceCloudV2
SalesforceV2
SapBW
SapCloudForCustomer
SapEcc
SapHana
SapOdp
SapOpenHub
SapTable
ServiceNow
ServiceNowV2
Sftp
SharePointOnlineList
Shopify
Smartsheet
Snowflake
SnowflakeV2
Spark
Sqlserver
사각형
Sybase
TeamDesk
Teradata
Twilio
Vertica
웨어하우스
Web
Xero
Zendesk
Zoho (필수)

IntegrationRuntimeReference

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

ParameterValueSpecification

Name Description
{customized property} Bicep의 경우 any() 함수를 사용할 수 있습니다.

ParameterDefinitionSpecification

Name Description
{customized property} ParameterSpecification

ParameterSpecification

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

AmazonMWSLinkedService

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

AmazonMWSLinkedServiceTypeProperties

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

SecretBase

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

AzureKeyVaultSecretReference

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

LinkedServiceReference

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

SecureString

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

AmazonRdsForOracleLinkedService

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

AmazonRdsForLinkedServiceTypeProperties

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

AmazonRdsForSqlServerLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'AmazonRdsForSqlServer'(필수)
typeProperties SQL Server 연결된 서비스 속성에 대한 Amazon RDS. AmazonRdsForSqlServerLinkedServiceTypeProperties (필수)

AmazonRdsForSqlServerLinkedServiceTypeProperties

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

SqlAlwaysEncryptedProperties

Name Description
alwaysEncryptedAkvAuthType Sql은 항상 AKV 인증 유형을 암호화합니다. 형식: 문자열입니다. 'ManagedIdentity'
'ServicePrincipal'
'UserAssignedManagedIdentity'(필수)
자격 증명(credential) 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
servicePrincipalId Azure Key Vault 인증에 사용되는 Azure Active Directory에 있는 애플리케이션의 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
servicePrincipalKey Azure Key Vault 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase

CredentialReference

Name Description
referenceName 참조 자격 증명 이름입니다. string(필수)
형식 자격 증명 참조 형식입니다. 'CredentialReference'(필수)
{사용자 지정 속성} Bicep의 경우 any() 함수를 사용할 수 있습니다.

AmazonRedshiftLinkedService

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

AmazonRedshiftLinkedServiceTypeProperties

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

AmazonS3LinkedService

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

AmazonS3LinkedServiceTypeProperties

Name Description
accessKeyId Amazon S3 IAM(ID 및 액세스 관리) 사용자의 액세스 키 식별자입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
authenticationType S3의 인증 유형입니다. 허용되는 값: AccessKey(기본값) 또는 TemporarySecurityCredentials. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
secretAccessKey Amazon S3 IAM(ID 및 액세스 관리) 사용자의 비밀 액세스 키입니다. SecretBase
serviceUrl 이 값은 S3 커넥터를 사용하여 액세스할 엔드포인트를 지정합니다. 선택적 속성입니다. 다른 서비스 엔드포인트를 시도하거나 https와 http 간에 전환하려는 경우에만 변경합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
sessionToken S3 임시 보안 자격 증명에 대한 세션 토큰입니다. SecretBase

AmazonS3CompatibleLinkedService

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

AmazonS3CompatibleLinkedServiceTypeProperties

Name Description
accessKeyId Amazon S3 IAM(호환 ID 및 액세스 관리) 사용자의 액세스 키 식별자입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
forcePathStyle true이면 가상 호스트 스타일 액세스 대신 S3 경로 스타일 액세스를 사용합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
secretAccessKey Amazon S3 IAM(호환 ID 및 액세스 관리) 사용자의 비밀 액세스 키입니다. SecretBase
serviceUrl 이 값은 Amazon S3 호환 커넥터를 사용하여 액세스할 엔드포인트를 지정합니다. 선택적 속성입니다. 다른 서비스 엔드포인트를 시도하거나 https와 http 간에 전환하려는 경우에만 변경합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AppFiguresLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'AppFigures'(필수)
typeProperties App 연결된 서비스 속성을 구성합니다. AppFiguresLinkedServiceTypeProperties (필수)

AppFiguresLinkedServiceTypeProperties

Name Description
clientKey AppFigures 원본에 대한 클라이언트 키입니다. SecretBase (필수)
password AppFigures 원본의 암호입니다. SecretBase (필수)
userName Appfigures 원본의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

AsanaLinkedService

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

AsanaLinkedServiceTypeProperties

Name Description
apiToken Asana 원본에 대한 api 토큰입니다. SecretBase (필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열

AzureBatchLinkedService

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

AzureBatchLinkedServiceTypeProperties

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

AzureBlobFSLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'AzureBlobFS'(필수)
typeProperties 연결된 서비스 속성을 Azure Data Lake Storage Gen2. AzureBlobFSLinkedServiceTypeProperties (필수)

AzureBlobFSLinkedServiceTypeProperties

Name Description
accountKey Azure Data Lake Storage Gen2 서비스의 계정 키입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
azureCloudType 서비스 원칙 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
자격 증명(credential) 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
sasToken sas uri의 sasToken에 대한 Azure Key Vault 비밀 참조입니다. SecretBase
sasUri Azure Data Lake Storage Gen2 서비스의 SAS URI입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. Bicep의 경우 any() 함수를 사용할 수 있습니다.
servicePrincipalCredential Azure Active Directory에서 서비스 주체 개체의 자격 증명입니다. servicePrincipalCredentialType이 'ServicePrincipalKey'인 경우 servicePrincipalCredential은 SecureString 또는 AzureKeyVaultSecretReference일 수 있습니다. servicePrincipalCredentialType이 'ServicePrincipalCert'인 경우 servicePrincipalCredential은 AzureKeyVaultSecretReference만 될 수 있습니다. SecretBase
servicePrincipalCredentialType 서버 간 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
servicePrincipalId Azure Data Lake Storage Gen2 계정에 대해 인증하는 데 사용되는 애플리케이션의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
servicePrincipalKey Azure Data Lake Storage Gen2 계정에 대해 인증하는 데 사용되는 애플리케이션의 키입니다. SecretBase
tenant 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
url Azure Data Lake Storage Gen2 서비스의 엔드포인트입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureBlobStorageLinkedService

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

AzureBlobStorageLinkedServiceTypeProperties

Name Description
accountKey 연결 문자열 accountKey의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
accountKind 스토리지 계정의 종류를 지정합니다. 허용되는 값은 스토리지(범용 v1), 스토리지V2(범용 v2), BlobStorage 또는 BlockBlobStorage입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
authenticationType 인증에 사용되는 형식입니다. 형식: 문자열입니다. 'AccountKey'
'익명'
'Msi'
'SasUri'
'ServicePrincipal'
azureCloudType 서비스 원칙 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
connectionString 연결 문자열입니다. sasUri, serviceEndpoint 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. Bicep의 경우 any() 함수를 사용할 수 있습니다.
containerUri Azure Blob Storage 리소스의 컨테이너 URI는 익명 액세스만 지원합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
자격 증명(credential) 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
sasToken sas uri의 sasToken에 대한 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
sasUri Azure Blob Storage 리소스의 SAS URI입니다. connectionString, serviceEndpoint 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. Bicep의 경우 any() 함수를 사용할 수 있습니다.
serviceEndpoint Azure Blob Storage 리소스의 Blob 서비스 엔드포인트입니다. connectionString, sasUri 속성과 함께 사용할 수 없습니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
servicePrincipalId Azure SQL Data Warehouse 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
servicePrincipalKey Azure SQL Data Warehouse 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase
tenant 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureDatabricksLinkedService

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

AzureDatabricksLinkedServiceTypeProperties

Name Description
accessToken databricks REST API에 대한 액세스 토큰입니다. https://docs.azuredatabricks.net/api/latest/authentication.html을 참조하세요. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase
인증 databricks REST API에 작업 영역 리소스 ID를 사용하는 경우 MSI를 지정하는 데 필요합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
자격 증명(credential) 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
도메인 {REGION}.azuredatabricks.net, Databricks 배포의 도메인 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
existingClusterId 이 활동의 모든 실행에 사용할 기존 대화형 클러스터의 ID입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
instancePoolId 이 활동의 모든 실행에 사용할 기존 instance 풀의 ID입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
newClusterCustomTags 클러스터 리소스에 대한 추가 태그입니다. 이 속성은 instance 풀 구성에서 무시됩니다. object
newClusterDriverNodeType 새 작업 클러스터의 드라이버 노드 유형입니다. 이 속성은 instance 풀 구성에서 무시됩니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
newClusterEnableElasticDisk 새 클러스터에서 탄력적 디스크를 사용하도록 설정합니다. 이 속성은 이제 무시되며 Databricks에서 기본 탄력적 디스크 동작을 사용합니다(탄력적 디스크는 항상 사용 가능). 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
newClusterInitScripts 새 클러스터에 대한 사용자 정의 초기화 스크립트입니다. 형식: 문자열 배열(또는 resultType 문자열 배열이 있는 식)입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
newClusterLogDestination Spark 드라이버, 작업자 및 이벤트 로그를 배달할 위치를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
newClusterNodeType 새 작업 클러스터의 노드 유형입니다. newClusterVersion이 지정되고 instancePoolId가 지정되지 않은 경우 이 속성이 필요합니다. instancePoolId를 지정하면 이 속성은 무시됩니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
newClusterNumOfWorker 기존 대화형 클러스터를 사용하지 않는 경우 새 작업 클러스터 또는 instance 풀에 사용할 작업자 노드 수를 지정합니다. 새 작업 클러스터의 경우 '1'과 같이 문자열 형식의 Int32는 numOfWorker가 1이거나 '1:10'이면 자동 크기가 1(분)에서 10(최대)으로 자동 크기 조정됨을 의미합니다. instance 풀의 경우 문자열 형식 Int32이며 고정된 수의 작업자 노드(예: '2')만 지정할 수 있습니다. newClusterVersion이 지정된 경우 필수입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
newClusterSparkConf 선택적 사용자 지정 Spark 구성 키-값 쌍 집합입니다. AzureDatabricksLinkedServiceTypePropertiesNewCluster...
newClusterSparkEnvVars 선택적 사용자 지정 Spark 환경 변수 키-값 쌍 집합입니다. AzureDatabricksLinkedServiceTypePropertiesNewCluster...
newClusterVersion 기존 대화형 클러스터를 사용하지 않는 경우 이 작업의 각 실행에 대해 만들어진 새 작업 클러스터 또는 instance 풀 노드의 Spark 버전을 지정합니다. instancePoolId가 지정된 경우 필수입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
policyId 사용자 정의 규칙 집합에 따라 클러스터를 구성하는 기능을 제한하기 위한 정책 ID입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
workspaceResourceId databricks REST API의 작업 영역 리소스 ID입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureDatabricksLinkedServiceTypePropertiesNewCluster...

Name Description
{customized property} Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureDatabricksLinkedServiceTypePropertiesNewCluster...

Name Description
{customized property} Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureDatabricksDeltaLakeLinkedService

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

AzureDatabricksDetltaLakeLinkedServiceTypeProperties

Name Description
accessToken databricks REST API에 대한 액세스 토큰입니다. https://docs.azuredatabricks.net/api/latest/authentication.html을 참조하세요. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. SecretBase
clusterId 이 작업의 모든 실행에 사용할 기존 대화형 클러스터의 ID입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
자격 증명(credential) 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
도메인 {REGION}.azuredatabricks.net, Databricks 배포의 도메인 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
workspaceResourceId databricks REST API의 작업 영역 리소스 ID입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureDataExplorerLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'AzureDataExplorer'(필수)
typeProperties Azure Data Explorer(Kusto) 연결된 서비스 속성입니다. AzureDataExplorerLinkedServiceTypeProperties (필수)

AzureDataExplorerLinkedServiceTypeProperties

Name Description
자격 증명(credential) 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
데이터베이스 연결의 데이터베이스 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
엔드포인트(endpoint) Azure Data Explorer(엔진의 엔드포인트)의 엔드포인트입니다. URL은 형식 https://{clusterName}.{regionName}.kusto.windows.net입니다. 형식: string(또는 resultType 문자열이 있는 식) Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
servicePrincipalId Azure Data Explorer 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
servicePrincipalKey Kusto에 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase
tenant 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureDataLakeAnalyticsLinkedService

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

AzureDataLakeAnalyticsLinkedServiceTypeProperties

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

AzureDataLakeStoreLinkedService

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

AzureDataLakeStoreLinkedServiceTypeProperties

Name Description
accountName Data Lake Store 계정 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
azureCloudType 서비스 주체 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
자격 증명(credential) 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
dataLakeStoreUri Data Lake Store 서비스 URI. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
resourceGroupName Data Lake Store 계정 리소스 그룹 이름(Data Factory 계정과 다른 경우). 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
servicePrincipalId Azure Data Lake Store 계정에 대해 인증하는 데 사용되는 애플리케이션의 ID입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
servicePrincipalKey Azure Data Lake Store 계정에 대해 인증하는 데 사용되는 애플리케이션의 키입니다. SecretBase
subscriptionId Data Lake Store 계정 구독 ID(Data Factory 계정과 다른 경우). 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
tenant 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureFileStorageLinkedService

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

AzureFileStorageLinkedServiceTypeProperties

Name Description
accountKey 연결 문자열 accountKey의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
connectionString 연결 문자열입니다. sasUri 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. Bicep의 경우 any() 함수를 사용할 수 있습니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
fileShare Azure 파일 공유 이름입니다. accountKey/sasToken을 사용하여 인증할 때 필요합니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
호스트 서버의 호스트 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
password 서버를 로그온하기 위한 암호입니다. SecretBase
sasToken sas uri의 sasToken에 대한 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
sasUri Azure File 리소스의 SAS URI입니다. connectionString 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. Bicep의 경우 any() 함수를 사용할 수 있습니다.
스냅샷 azure 파일 공유 스냅샷 버전입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
userId 서버를 로그온할 사용자 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureFunctionLinkedService

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

AzureFunctionLinkedServiceTypeProperties

Name Description
인증 AzureFunction에 연결하는 데 사용되는 인증 유형(MSI를 지정하는 데 필요). 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
자격 증명(credential) 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
functionAppUrl Azure 함수 앱의 엔드포인트입니다. URL은 형식 https://{accountName}.azurewebsites.net입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
functionKey Azure Function App에 대한 함수 또는 호스트 키입니다. SecretBase
resourceId Azure 함수에 허용되는 토큰 대상 그룹입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureKeyVaultLinkedService

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

AzureKeyVaultLinkedServiceTypeProperties

Name Description
baseUrl Azure Key Vault 기본 URL입니다. 예: https://myakv.vault.azure.net Type: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
자격 증명(credential) 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference

AzureMariaDBLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'AzureMariaDB'(필수)
typeProperties 연결된 서비스 속성을 Azure Database for MariaDB. AzureMariaDBLinkedServiceTypeProperties (필수)

AzureMariaDBLinkedServiceTypeProperties

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

AzureMLLinkedService

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

AzureMLLinkedServiceTypeProperties

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

AzureMLServiceLinkedService

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

AzureMLServiceLinkedServiceTypeProperties

Name Description
인증 AzureML에 연결하는 데 사용되는 인증 유형(MSI를 지정하는 데 필요). 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
mlWorkspaceName Azure ML Service 작업 영역 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
resourceGroupName Azure ML Service 작업 영역 리소스 그룹 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
servicePrincipalId 게시된 Azure ML Service 파이프라인의 엔드포인트에 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
servicePrincipalKey 게시된 Azure ML Service 파이프라인의 엔드포인트에 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase
subscriptionId Azure ML Service 작업 영역 구독 ID입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
tenant 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureMySqlLinkedService

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

AzureMySqlLinkedServiceTypeProperties

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

AzurePostgreSqlLinkedService

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

AzurePostgreSqlLinkedServiceTypeProperties

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

AzureSearchLinkedService

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

AzureSearchLinkedServiceTypeProperties

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

AzureSqlDatabaseLinkedService

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

AzureSqlDatabaseLinkedServiceTypeProperties

Name Description
alwaysEncryptedSettings Sql은 항상 암호화된 속성입니다. SqlAlwaysEncryptedProperties
azureCloudType 서비스 원칙 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
자격 증명(credential) 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
password 연결 문자열 암호의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
servicePrincipalId Azure SQL Database에 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
servicePrincipalKey Azure SQL Database에 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase
tenant 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureSqlDWLinkedService

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

AzureSqlDWLinkedServiceTypeProperties

Name Description
azureCloudType 서비스 주체 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
자격 증명(credential) 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password 연결 문자열 암호의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
servicePrincipalId Azure SQL Data Warehouse 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
servicePrincipalKey Azure SQL Data Warehouse 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase
tenant 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureSqlMILinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'AzureSqlMI'(필수)
typeProperties 연결된 서비스 속성을 Azure SQL Managed Instance. AzureSqlMILinkedServiceTypeProperties (필수)

AzureSqlMILinkedServiceTypeProperties

Name Description
alwaysEncryptedSettings Sql은 항상 속성을 암호화합니다. SqlAlwaysEncryptedProperties
azureCloudType 서비스 주체 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
자격 증명(credential) 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password 연결 문자열 암호의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
servicePrincipalId Azure SQL Managed Instance 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
servicePrincipalKey Azure SQL Managed Instance 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase
tenant 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureStorageLinkedService

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

AzureStorageLinkedServiceTypeProperties

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

AzureSynapseArtifactsLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'AzureSynapseArtifacts'(필수)
typeProperties Azure Synapse Analytics(아티팩트) 연결된 서비스 속성입니다. AzureSynapseArtifactsLinkedServiceTypeProperties (필수)

AzureSynapseArtifactsLinkedServiceTypeProperties

Name Description
인증 시스템 할당 관리 ID를 인증 방법으로 사용하는 경우 MSI를 지정하는 데 필요합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
엔드포인트(endpoint) https://{workspacename}.dev.azuresynapse.net, Azure Synapse Analytics 작업 영역 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
workspaceResourceId Synapse 작업 영역의 리소스 ID입니다. 형식은 /subscriptions/{subscriptionID}/resourceGroups/{resourceGroup}/providers/Microsoft.Synapse/workspaces/{workspaceName}이어야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureTableStorageLinkedService

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

CassandraLinkedService

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

CassandraLinkedServiceTypeProperties

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

CommonDataServiceForAppsLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'CommonDataServiceForApps'(필수)
typeProperties 앱용 Common Data Service 연결된 서비스 속성입니다. CommonDataServiceForAppsLinkedServiceTypeProperties (필수)

CommonDataServiceForAppsLinkedServiceTypeProperties

Name Description
authenticationType Common Data Service for Apps 서버에 연결할 인증 유형입니다. 온라인 시나리오의 경우 'Office365', Ifd 시나리오를 사용하는 온-프레미스의 경우 'Ifd'입니다. 온라인 시나리오에서 서버 간 인증을 위한 'AADServicePrincipal' 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
deploymentType 앱용 Common Data Service의 배포 유형은 instance. App Online용 Common Data Service의 경우 'Online', Ifd를 사용하는 온-프레미스 앱용 Common Data Service의 경우 'OnPremisesWithIfd'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
hostName 온-프레미스 Common Data Service for Apps 서버의 호스트 이름입니다. 속성은 온-프레미스에 필요하며 온라인용으로 허용되지 않습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
organizationName 앱용 Common Data Service instance organization 이름입니다. 속성은 온-프레미스에 필요하며 사용자와 연결된 앱용 Common Data Service 인스턴스가 둘 이상 있는 경우 온라인용으로 필요합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
password 앱용 Common Data Service instance 액세스하기 위한 암호입니다. SecretBase
포트 온-프레미스 Common Data Service for Apps 서버의 포트입니다. 속성은 온-프레미스에 필요하며 온라인용으로 허용되지 않습니다. 기본값은 443입니다. 형식: 정수(또는 resultType 정수의 식), 최소: 0. Bicep의 경우 any() 함수를 사용할 수 있습니다.
servicePrincipalCredential Azure Active Directory에서 서비스 주체 개체의 자격 증명입니다. servicePrincipalCredentialType이 'ServicePrincipalKey'인 경우 servicePrincipalCredential은 SecureString 또는 AzureKeyVaultSecretReference일 수 있습니다. servicePrincipalCredentialType이 'ServicePrincipalCert'인 경우 servicePrincipalCredential은 AzureKeyVaultSecretReference만 될 수 있습니다. SecretBase
servicePrincipalCredentialType 서버 간 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
servicePrincipalId 서버-서버 인증에 사용되는 Azure Active Directory에 있는 애플리케이션의 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
serviceUri Microsoft Common Data Service for Apps 서버의 URL입니다. 속성은 온라인에 필요하며 온-프레미스에는 허용되지 않습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
사용자 이름 앱용 Common Data Service에 액세스할 사용자 이름 instance. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

ConcurLinkedService

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

ConcurLinkedServiceTypeProperties

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

CosmosDbLinkedService

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

CosmosDbLinkedServiceTypeProperties

Name Description
accountEndpoint Azure CosmosDB 계정의 엔드포인트입니다. 형식: string(또는 resultType 문자열이 있는 식) Bicep의 경우 any() 함수를 사용할 수 있습니다.
accountKey Azure CosmosDB 계정의 계정 키입니다. 형식: SecureString 또는 AzureKeyVaultSecretReference. SecretBase
azureCloudType 서비스 원칙 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
connectionMode CosmosDB 계정에 액세스하는 데 사용되는 연결 모드입니다. 형식: 문자열입니다. 'Direct'
'Gateway'
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. Bicep의 경우 any() 함수를 사용할 수 있습니다.
자격 증명(credential) 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
데이터베이스 데이터베이스의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식) Bicep의 경우 any() 함수를 사용할 수 있습니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
servicePrincipalCredential Azure Active Directory에서 서비스 주체 개체의 자격 증명입니다. servicePrincipalCredentialType이 'ServicePrincipalKey'인 경우 servicePrincipalCredential은 SecureString 또는 AzureKeyVaultSecretReference일 수 있습니다. servicePrincipalCredentialType이 'ServicePrincipalCert'인 경우 servicePrincipalCredential은 AzureKeyVaultSecretReference만 될 수 있습니다. SecretBase
servicePrincipalCredentialType 서버 간 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: 문자열입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
servicePrincipalId 서버-서버 인증에 사용되는 Azure Active Directory에 있는 애플리케이션의 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
tenant 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

CosmosDbMongoDbApiLinkedService

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

CosmosDbMongoDbApiLinkedServiceTypeProperties

Name Description
connectionString CosmosDB(MongoDB API) 연결 문자열. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
데이터베이스 액세스하려는 CosmosDB(MongoDB API) 데이터베이스의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
isServerVersionAbove32 CosmosDB(MongoDB API) 서버 버전이 3.2보다 높은지 여부입니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

CouchbaseLinkedService

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

CouchbaseLinkedServiceTypeProperties

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

CustomDataSourceLinkedService

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

DataworldLinkedService

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

DataworldLinkedServiceTypeProperties

Name Description
apiToken Dataworld 원본에 대한 api 토큰입니다. SecretBase (필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열

Db2LinkedService

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

Db2LinkedServiceTypeProperties

Name Description
authenticationType 연결에 사용할 AuthenticationType입니다. connectionString 속성과 함께 사용할 수 없습니다. 'Basic'
certificateCommonName TLS를 사용하는 경우 인증서 일반 이름입니다. connectionString 속성과 함께 사용할 수 없습니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
connectionString 연결 문자열입니다. 서버, 데이터베이스, authenticationType, userName, packageCollection 및 certificateCommonName 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. Bicep의 경우 any() 함수를 사용할 수 있습니다.
데이터베이스 연결의 데이터베이스 이름입니다. connectionString 속성과 함께 사용할 수 없습니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. connectionString 속성과 함께 사용할 수 없습니다. 형식: 문자열입니다. string
packageCollection 데이터베이스를 쿼리할 때 패키지가 만들어지는 위치 아래에 있습니다. connectionString 속성과 함께 사용할 수 없습니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
password 인증을 위한 암호입니다. SecretBase
서버 연결의 서버 이름입니다. connectionString 속성과 함께 사용할 수 없습니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
사용자 이름 인증을 위한 사용자 이름입니다. connectionString 속성과 함께 사용할 수 없습니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

DrillLinkedService

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

DrillLinkedServiceTypeProperties

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

DynamicsLinkedService

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

DynamicsLinkedServiceTypeProperties

Name Description
authenticationType Dynamics 서버에 연결하기 위한 인증 유형입니다. 온라인 시나리오의 경우 'Office365', Ifd 시나리오를 사용하는 온-프레미스의 경우 'Ifd', 온라인 시나리오에서 서버 간 인증의 경우 'AADServicePrincipal'입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
자격 증명(credential) 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
deploymentType Dynamics 인스턴스의 배포 유형입니다. Dynamics Online의 경우 'Online'이고 Ifd를 사용하는 Dynamics 온-프레미스의 경우 'OnPremisesWithIfd'입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
hostName 온-프레미스 Dynamics 서버의 호스트 이름입니다. 속성은 온-프레미스에 필요하며 온라인용으로 허용되지 않습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
organizationName Dynamics 인스턴스의 조직 이름입니다. 속성은 온-프레미스에 필요하며 사용자와 연결된 Dynamics 인스턴스가 둘 이상 있는 경우 온라인용으로 필요합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
password Dynamics instance 액세스하기 위한 암호입니다. SecretBase
포트 온-프레미스 Dynamics 서버의 포트입니다. 속성은 온-프레미스에 필요하며 온라인용으로 허용되지 않습니다. 기본값은 443입니다. 형식: 정수(또는 resultType 정수의 식), 최소: 0. Bicep의 경우 any() 함수를 사용할 수 있습니다.
servicePrincipalCredential Azure Active Directory에서 서비스 주체 개체의 자격 증명입니다. servicePrincipalCredentialType이 'ServicePrincipalKey'인 경우 servicePrincipalCredential은 SecureString 또는 AzureKeyVaultSecretReference일 수 있습니다. servicePrincipalCredentialType이 'ServicePrincipalCert'인 경우 servicePrincipalCredential은 AzureKeyVaultSecretReference만 될 수 있습니다. SecretBase
servicePrincipalCredentialType 서버 간 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
servicePrincipalId 서버-서버 인증에 사용되는 Azure Active Directory에 있는 애플리케이션의 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
serviceUri Microsoft Dynamics 서버의 URL입니다. 속성은 온라인에 필요하며 온-프레미스에는 허용되지 않습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
사용자 이름 Dynamics instance 액세스할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

DynamicsAXLinkedService

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

DynamicsAXLinkedServiceTypeProperties

Name Description
aadResourceId 권한 부여를 요청하는 리소스를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
servicePrincipalId 애플리케이션의 클라이언트 ID를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
servicePrincipalKey 애플리케이션의 키를 지정합니다. 이 필드를 SecureString으로 표시하여 Data Factory에 안전하게 저장하거나, Azure Key Vault에 저장된 비밀을 참조합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase (필수)
tenant 애플리케이션이 있는 테넌트 정보(도메인 이름 또는 테넌트 ID)를 지정합니다. Azure Portal의 오른쪽 위 모서리를 마우스로 가리켜 검색합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
url Dynamics AX(또는 Dynamics 365 Finance and Operations) 인스턴스 OData 엔드포인트입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

DynamicsCrmLinkedService

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

DynamicsCrmLinkedServiceTypeProperties

Name Description
authenticationType Dynamics CRM 서버에 연결할 인증 유형입니다. 온라인 시나리오의 경우 'Office365', Ifd 시나리오를 사용하는 온-프레미스의 경우 'Ifd', 온라인 시나리오에서 서버 간 인증의 경우 'AADServicePrincipal'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
deploymentType Dynamics CRM instance 배포 유형입니다. Dynamics CRM Online용 'Online'과 Ifd를 사용하는 Dynamics CRM 온-프레미스의 경우 'OnPremisesWithIfd'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
hostName 온-프레미스 Dynamics CRM 서버의 호스트 이름입니다. 속성은 온-프레미스에 필요하며 온라인용으로 허용되지 않습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
organizationName Dynamics CRM instance organization 이름입니다. 속성은 온-프레미스에 필요하며 사용자와 연결된 Dynamics CRM 인스턴스가 둘 이상 있는 경우 온라인용으로 필요합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
password Dynamics CRM instance 액세스하기 위한 암호입니다. SecretBase
포트 온-프레미스 Dynamics CRM 서버의 포트입니다. 속성은 온-프레미스에 필요하며 온라인용으로 허용되지 않습니다. 기본값은 443입니다. 형식: 정수(또는 resultType 정수의 식), 최소: 0. Bicep의 경우 any() 함수를 사용할 수 있습니다.
servicePrincipalCredential Azure Active Directory에서 서비스 주체 개체의 자격 증명입니다. servicePrincipalCredentialType이 'ServicePrincipalKey'인 경우 servicePrincipalCredential은 SecureString 또는 AzureKeyVaultSecretReference일 수 있습니다. servicePrincipalCredentialType이 'ServicePrincipalCert'인 경우 servicePrincipalCredential은 AzureKeyVaultSecretReference만 될 수 있습니다. SecretBase
servicePrincipalCredentialType 서버 간 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
servicePrincipalId 서버-서버 인증에 사용되는 Azure Active Directory에 있는 애플리케이션의 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
serviceUri Microsoft Dynamics CRM 서버의 URL입니다. 속성은 온라인에 필요하며 온-프레미스에는 허용되지 않습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
사용자 이름 Dynamics CRM instance 액세스할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

EloquaLinkedService

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

EloquaLinkedServiceTypeProperties

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

FileServerLinkedService

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

FileServerLinkedServiceTypeProperties

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

FtpServerLinkedService

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

FtpServerLinkedServiceTypeProperties

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

GoogleAdWordsLinkedService

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

GoogleAdWordsLinkedServiceTypeProperties

Name Description
authenticationType 인증에 사용되는 OAuth 2.0 인증 메커니즘입니다. ServiceAuthentication은 자체 호스팅 IR에서만 사용할 수 있습니다. 'ServiceAuthentication'
'UserAuthentication'
clientCustomerID 보고서 데이터를 가져올 AdWords 계정의 클라이언트 고객 ID입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
clientId 새로 고침 토큰을 얻는 데 사용되는 Google 애플리케이션의 클라이언트 ID입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
clientSecret 새로 고침 토큰을 얻는 데 사용되는 Google 애플리케이션의 클라이언트 암호입니다. SecretBase
connectionProperties (사용되지 않음) GoogleAds에 연결하는 데 사용되는 속성입니다. 연결된 서비스의 다른 속성과 함께 사용할 수 없습니다. 형식: 개체입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
developerToken AdWords API에 대한 액세스 권한을 부여하는 데 사용하는 관리자 계정과 연관된 개발자 토큰입니다. SecretBase
이메일 ServiceAuthentication에 사용되는 서비스 계정 메일 ID이며 자체 호스팅 IR에서만 사용할 수 있습니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
googleAdsApiVersion Google Ads API 주 버전(예: v14) 지원되는 주 버전은 에서 https://developers.google.com/google-ads/api/docs/release-notes찾을 수 있습니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
keyFilePath (사용되지 않음) 서비스 계정 이메일 주소를 인증하는 데 사용되며 자체 호스팅 IR에서만 사용할 수 있는 .p12 키 파일의 전체 경로입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
loginCustomerID 특정 고객의 보고서 데이터를 가져오려는 Google Ads Manager 계정의 고객 ID입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
privateKey 서비스 계정 이메일 주소를 인증하는 데 사용되며 자체 호스팅 IR에서만 사용할 수 있는 프라이빗 키입니다. SecretBase
refreshToken UserAuthentication을 위한 애드워즈 액세스 권한을 부여하기 위해 Google에서 얻은 새로 고침 토큰입니다. SecretBase
supportLegacyDataTypes Google에서 문자열로 float, int32 및 int64를 매핑하는 레거시 데이터 형식 매핑을 사용할지 여부를 지정합니다. 레거시 드라이버의 데이터 형식 매핑과 이전 버전과의 호환성을 유지하려는 경우가 아니면 true로 설정하지 마세요. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
trustedCertPath (사용되지 않음) SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서가 포함된 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
useSystemTrustStore (사용되지 않음) 시스템 신뢰 저장소 또는 지정된 PEM 파일에서 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

GoogleBigQueryLinkedService

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

GoogleBigQueryLinkedServiceTypeProperties

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

GoogleBigQueryV2LinkedService

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

GoogleBigQueryV2LinkedServiceTypeProperties

Name Description
authenticationType 인증에 사용되는 OAuth 2.0 인증 메커니즘입니다. 'ServiceAuthentication'
'UserAuthentication'(필수)
clientId 새로 고침 토큰을 얻는 데 사용되는 Google 애플리케이션의 클라이언트 ID입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
clientSecret 새로 고침 토큰을 얻는 데 사용되는 Google 애플리케이션의 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
keyFileContent 서비스 계정을 인증하는 데 사용되는 .json 키 파일의 콘텐츠입니다. 형식: string(또는 resultType 문자열이 있는 식). SecretBase
projectId 쿼리할 기본 BigQuery 프로젝트 ID입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
refreshToken UserAuthentication을 위한 BigQuery 액세스 권한을 부여하기 위해 Google에서 얻은 새로 고침 토큰입니다. SecretBase

GoogleCloudStorageLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'GoogleCloudStorage'(필수)
typeProperties Google Cloud Storage 연결된 서비스 속성. GoogleCloudStorageLinkedServiceTypeProperties (필수)

GoogleCloudStorageLinkedServiceTypeProperties

Name Description
accessKeyId Google Cloud Storage ID 및 액세스 관리(IAM) 사용자의 액세스 키 식별자입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
secretAccessKey Google Cloud Storage ID 및 액세스 관리(IAM) 사용자의 비밀 액세스 키입니다. SecretBase
serviceUrl 이 값은 Google Cloud Storage 커넥터를 사용하여 액세스할 엔드포인트를 지정합니다. 선택적 속성입니다. 다른 서비스 엔드포인트를 시도하거나 https와 http 간에 전환하려는 경우에만 변경합니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

GoogleSheetsLinkedService

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

GoogleSheetsLinkedServiceTypeProperties

Name Description
apiToken GoogleSheets 원본에 대한 api 토큰입니다. SecretBase (필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string

GreenplumLinkedService

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

GreenplumLinkedServiceTypeProperties

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

HBaseLinkedService

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

HBaseLinkedServiceTypeProperties

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

HdfsLinkedService

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

HdfsLinkedServiceTypeProperties

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

HDInsightLinkedService

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

HDInsightLinkedServiceTypeProperties

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

HDInsightOnDemandLinkedService

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

HDInsightOnDemandLinkedServiceTypeProperties

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

ScriptAction

Name Description
name 사용자가 스크립트 작업의 이름을 제공했습니다. string(필수)
매개 변수 스크립트 동작에 대한 매개 변수입니다. 문자열
역할 스크립트 동작을 실행해야 하는 노드 형식입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
uri 스크립트 동작에 대한 URI입니다. string(필수)

HiveLinkedService

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

HiveLinkedServiceTypeProperties

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

HttpLinkedService

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

HttpLinkedServiceTypeProperties

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

HubspotLinkedService

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

HubspotLinkedServiceTypeProperties

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

ImpalaLinkedService

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

ImpalaLinkedServiceTypeProperties

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

InformixLinkedService

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

InformixLinkedServiceTypeProperties

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

JiraLinkedService

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

JiraLinkedServiceTypeProperties

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

LakeHouseLinkedService

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

LakeHouseLinkedServiceTypeProperties

Name Description
artifactId Microsoft Fabric LakeHouse 아티팩트 ID입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
servicePrincipalCredential Azure Active Directory에서 서비스 주체 개체의 자격 증명입니다. servicePrincipalCredentialType이 'ServicePrincipalKey'인 경우 servicePrincipalCredential은 SecureString 또는 AzureKeyVaultSecretReference일 수 있습니다. servicePrincipalCredentialType이 'ServicePrincipalCert'인 경우 servicePrincipalCredential은 AzureKeyVaultSecretReference만 될 수 있습니다. SecretBase
servicePrincipalCredentialType 서버 간 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
servicePrincipalId Microsoft Fabric LakeHouse에 대해 인증하는 데 사용되는 애플리케이션의 ID입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
servicePrincipalKey Microsoft Fabric LakeHouse에 대해 인증하는 데 사용되는 애플리케이션의 키입니다. SecretBase
tenant 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
workspaceId Microsoft Fabric 작업 영역의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

MagentoLinkedService

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

MagentoLinkedServiceTypeProperties

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

MariaDBLinkedService

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

MariaDBLinkedServiceTypeProperties

Name Description
connectionString ODBC 연결 문자열. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. Bicep의 경우 any() 함수를 사용할 수 있습니다.
데이터베이스 연결의 데이터베이스 이름입니다. 형식: 문자열입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
driverVersion MariaDB 드라이버의 버전입니다. 형식: 문자열입니다. 레거시 드라이버의 경우 V1 또는 비어 있음, 새 드라이버의 경우 V2입니다. V1은 연결 문자열 및 속성 모음을 지원할 수 있으며 V2는 연결 문자열만 지원할 수 있습니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password 연결 문자열 암호의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
포트 연결의 포트입니다. 형식: 정수입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
서버 연결의 서버 이름입니다. 형식: 문자열입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
사용자 이름 인증을 위한 사용자 이름입니다. 형식: 문자열입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.

MarketoLinkedService

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

MarketoLinkedServiceTypeProperties

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

MicrosoftAccessLinkedService

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

MicrosoftAccessLinkedServiceTypeProperties

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

MongoDbLinkedService

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

MongoDbLinkedServiceTypeProperties

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

MongoDbAtlasLinkedService

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

MongoDbAtlasLinkedServiceTypeProperties

Name Description
connectionString MongoDB 아틀라스 연결 문자열. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
데이터베이스 액세스하려는 MongoDB Atlas 데이터베이스의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
driverVersion 선택하려는 드라이버 버전입니다. 허용되는 값은 v1 및 v2입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

MongoDbV2LinkedService

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

MongoDbV2LinkedServiceTypeProperties

Name Description
connectionString MongoDB 연결 문자열. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
데이터베이스 액세스하려는 MongoDB 데이터베이스의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

MySqlLinkedService

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

MySqlLinkedServiceTypeProperties

Name Description
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. Bicep의 경우 any() 함수를 사용할 수 있습니다.
데이터베이스 연결의 데이터베이스 이름입니다. 형식: 문자열입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
driverVersion MySQL 드라이버의 버전입니다. 형식: 문자열입니다. 레거시 드라이버의 경우 V1 또는 비어 있음, 새 드라이버의 경우 V2입니다. V1은 연결 문자열 및 속성 모음을 지원할 수 있으며 V2는 연결 문자열만 지원할 수 있습니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password 연결 문자열 암호의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
포트 연결의 포트입니다. 형식: 정수입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
서버 연결의 서버 이름입니다. 형식: 문자열입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
sslMode 연결에 대한 SSL 모드입니다. 형식: 정수입니다. 0: disable, 1: prefer, 2: require, 3: verify-ca, 4: verify-full. Bicep의 경우 any() 함수를 사용할 수 있습니다.
사용자 이름 인증을 위한 사용자 이름입니다. 형식: 문자열입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
useSystemTrustStore 연결에 시스템 신뢰 저장소를 사용합니다. 형식: 정수입니다. 0: 사용, 1: 사용 안 함. Bicep의 경우 any() 함수를 사용할 수 있습니다.

NetezzaLinkedService

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

NetezzaLinkedServiceTypeProperties

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

ODataLinkedService

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

ODataLinkedServiceTypeProperties

Name Description
aadResourceId 디렉터리를 사용하도록 권한 부여를 요청하는 리소스를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
aadServicePrincipalCredentialType 서비스 주체에 사용되는 자격 증명 유형(키 또는 인증서)을 지정합니다. 'ServicePrincipalCert'
'ServicePrincipalKey'
authenticationType OData 서비스에 연결하는 데 사용되는 인증 유형입니다. 'AadServicePrincipal'
'익명'
'Basic'
'ManagedServiceIdentity'
'Windows'
authHeaders 권한 부여에 사용되는 RESTful API에 대한 요청의 추가 HTTP 헤더입니다. 형식: 키 값 쌍(값은 문자열 형식이어야 합니다). Bicep의 경우 any() 함수를 사용할 수 있습니다.
azureCloudType 서비스 주체 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password OData 서비스의 암호입니다. SecretBase
servicePrincipalEmbeddedCert Azure Active Directory에 등록된 애플리케이션의 base64로 인코딩된 인증서를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식). SecretBase
servicePrincipalEmbeddedCertPassword 인증서에 암호가 있고 AadServicePrincipal 인증을 사용하는 경우 인증서의 암호를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식). SecretBase
servicePrincipalId Azure Active Directory에 등록된 애플리케이션의 애플리케이션 ID를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
servicePrincipalKey Azure Active Directory에 등록된 애플리케이션의 비밀을 지정합니다. 형식: string(또는 resultType 문자열이 있는 식). SecretBase
tenant 애플리케이션이 있는 테넌트 정보(도메인 이름 또는 테넌트 ID)를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
url OData 서비스 엔드포인트의 URL입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
userName OData 서비스의 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

OdbcLinkedService

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

OdbcLinkedServiceTypeProperties

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

Office365LinkedService

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

Office365LinkedServiceTypeProperties

Name Description
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
office365TenantId Office 365 계정이 속하는 Azure 테넌트 ID입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
servicePrincipalId 애플리케이션의 클라이언트 ID를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
servicePrincipalKey 애플리케이션의 키를 지정합니다. SecretBase (필수)
servicePrincipalTenantId Azure AD 웹 애플리케이션이 상주하는 테넌트 정보를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

OracleLinkedService

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

OracleLinkedServiceTypeProperties

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

OracleCloudStorageLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'OracleCloudStorage'(필수)
typeProperties Oracle Cloud Storage 연결된 서비스 속성. OracleCloudStorageLinkedServiceTypeProperties (필수)

OracleCloudStorageLinkedServiceTypeProperties

Name Description
accessKeyId Oracle IAM(Cloud Storage Identity and Access Management) 사용자의 액세스 키 식별자입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
secretAccessKey Oracle IAM(Cloud Storage ID 및 액세스 관리) 사용자의 비밀 액세스 키입니다. SecretBase
serviceUrl 이 값은 Oracle Cloud Storage 커넥터를 사용하여 액세스할 엔드포인트를 지정합니다. 선택적 속성입니다. 다른 서비스 엔드포인트를 시도하거나 https와 http 간에 전환하려는 경우에만 변경합니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

OracleServiceCloudLinkedService

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

OracleServiceCloudLinkedServiceTypeProperties

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

PaypalLinkedService

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

PaypalLinkedServiceTypeProperties

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

PhoenixLinkedService

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

PhoenixLinkedServiceTypeProperties

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

PostgreSqlLinkedService

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

PostgreSqlLinkedServiceTypeProperties

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

PostgreSqlV2LinkedService

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

PostgreSqlV2LinkedServiceTypeProperties

Name Description
commandTimeout 시도를 종료하고 오류를 생성하기 전에 명령을 실행하는 동안 대기하는 시간(초)입니다. 무한대에 대해 0으로 설정합니다. 형식: 정수입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
connectionTimeout 시도를 종료하고 오류를 생성하기 전에 연결을 설정하는 동안 대기하는 시간(초)입니다. 형식: 정수입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
데이터베이스 연결의 데이터베이스 이름입니다. 형식: 문자열입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
encoding PostgreSQL 문자열 데이터를 인코딩/디코딩하는 데 사용할 .NET 인코딩을 가져오거나 설정합니다. Type: string Bicep의 경우 any() 함수를 사용할 수 있습니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
logParameters 사용하도록 설정하면 명령이 실행될 때 매개 변수 값이 기록됩니다. 형식: 부울입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
password 연결 문자열 암호의 Azure Key Vault 비밀 참조입니다. 형식: 문자열입니다. AzureKeyVaultSecretReference
풀링 연결 풀링을 사용해야 하는지 여부입니다. 형식: 부울입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
포트 연결의 포트입니다. 형식: 정수입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
readBufferSize 읽을 때 사용되는 내부 버퍼의 크기를 결정합니다. 데이터베이스에서 큰 값을 전송하는 경우 성능이 향상될 수 있습니다. 형식: 정수입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
스키마 스키마 검색 경로를 설정합니다. 형식: 문자열입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
서버 연결의 서버 이름입니다. 형식: 문자열입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
sslCertificate 서버로 보낼 클라이언트 인증서의 위치입니다. 형식: 문자열입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
sslKey 서버로 보낼 클라이언트 인증서에 대한 클라이언트 키의 위치입니다. 형식: 문자열입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
sslMode 연결에 대한 SSL 모드입니다. 형식: 정수입니다. 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full. 형식: 정수입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
sslPassword 클라이언트 인증서의 키에 대한 암호입니다. 형식: 문자열입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
timezone 세션 표준 시간대를 가져오거나 설정합니다. 형식: 문자열입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
trustServerCertificate 서버 인증서의 유효성을 검사하지 않고 서버 인증서를 신뢰할지 여부입니다. 형식: 부울입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
사용자 이름 인증을 위한 사용자 이름입니다. 형식: 문자열입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

PrestoLinkedService

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

PrestoLinkedServiceTypeProperties

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

QuickbaseLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Quickbase'(필수)
typeProperties 빠른베이스 연결된 서비스 속성입니다. QuickbaseLinkedServiceTypeProperties (필수)

QuickbaseLinkedServiceTypeProperties

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

QuickBooksLinkedService

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

QuickBooksLinkedServiceTypeProperties

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

ResponsysLinkedService

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

ResponsysLinkedServiceTypeProperties

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

RestServiceLinkedService

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

RestServiceLinkedServiceTypeProperties

Name Description
aadResourceId 사용 권한을 요청하는 리소스. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
authenticationType REST 서비스에 연결하는 데 사용되는 인증 형식입니다. 'AadServicePrincipal'
'익명'
'기본'
'ManagedServiceIdentity'
'OAuth2ClientCredential'(필수)
authHeaders 권한 부여에 사용되는 RESTful API에 대한 요청의 추가 HTTP 헤더입니다. 형식: 개체(또는 resultType 개체가 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
azureCloudType 서비스 원칙 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
clientId 애플리케이션과 연결된 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
clientSecret 애플리케이션과 연결된 클라이언트 암호입니다. SecretBase
자격 증명(credential) 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
enableServerCertificateValidation 엔드포인트에 연결할 때 서버 쪽 SSL 인증서의 유효성을 검사할지 여부입니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
password 기본 인증 유형에 사용되는 암호입니다. SecretBase
resource 액세스가 요청될 대상 서비스 또는 리소스입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
scope 필요한 액세스 범위입니다. 어떤 종류의 액세스가 요청될지 설명합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
servicePrincipalId AadServicePrincipal 인증 유형에 사용되는 애플리케이션의 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
servicePrincipalKey AadServicePrincipal 인증 유형에 사용되는 애플리케이션의 키입니다. SecretBase
tenant 애플리케이션이 상주하는 AadServicePrincipal 인증 유형에 사용되는 테넌트 정보(도메인 이름 또는 테넌트 ID)입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
tokenEndpoint 액세스 토큰을 획득할 권한 부여 서버의 토큰 엔드포인트입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
url REST 서비스의 기본 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
userName 기본 인증 유형에 사용되는 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

SalesforceLinkedService

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

SalesforceLinkedServiceTypeProperties

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

SalesforceMarketingCloudLinkedService

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

SalesforceMarketingCloudLinkedServiceTypeProperties

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

SalesforceServiceCloudLinkedService

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

SalesforceServiceCloudLinkedServiceTypeProperties

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

SalesforceServiceCloudV2LinkedService

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

SalesforceServiceCloudV2LinkedServiceTypeProperties

Name Description
apiVersion ADF에서 사용되는 Salesforce API 버전입니다. 버전은 Salesforce BULK API 2.0에 필요한 47.0보다 크거나 같아야 합니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
authenticationType Salesforce에 연결하는 데 사용할 인증 유형입니다. 현재 OAuth2ClientCredentials만 지원하며 기본값이기도 합니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
clientId Salesforce instance OAuth 2.0 클라이언트 자격 증명 흐름 인증에 대한 클라이언트 ID입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
clientSecret Salesforce instance OAuth 2.0 클라이언트 자격 증명 흐름 인증에 대한 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
environmentUrl Salesforce Service Cloud instance URL입니다. 예를 들어 'https://[domain].my.salesforce.com'입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

SalesforceV2LinkedService

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

SalesforceV2LinkedServiceTypeProperties

Name Description
apiVersion ADF에서 사용되는 Salesforce API 버전입니다. 버전은 Salesforce BULK API 2.0에 필요한 47.0보다 크거나 같아야 합니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
authenticationType Salesforce에 연결하는 데 사용할 인증 유형입니다. 현재 OAuth2ClientCredentials만 지원하며 기본값이기도 합니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
clientId Salesforce instance OAuth 2.0 클라이언트 자격 증명 흐름 인증에 대한 클라이언트 ID입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
clientSecret Salesforce instance OAuth 2.0 클라이언트 자격 증명 흐름 인증에 대한 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
environmentUrl Salesforce instance URL입니다. 예를 들어 'https://[domain].my.salesforce.com'입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

SapBWLinkedService

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

SapBWLinkedServiceTypeProperties

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

SapCloudForCustomerLinkedService

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

SapCloudForCustomerLinkedServiceTypeProperties

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

SapEccLinkedService

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

SapEccLinkedServiceTypeProperties

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

SapHanaLinkedService

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

SapHanaLinkedServiceProperties

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

SapOdpLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'SapOdp'(필수)
typeProperties SAP ODP 연결된 서비스 유형과 관련된 속성입니다. SapOdpLinkedServiceTypeProperties (필수)

SapOdpLinkedServiceTypeProperties

Name Description
clientId 테이블이 있는 SAP 시스템의 클라이언트 ID입니다. (일반적으로 문자열로 표시되는 3자리 10진수) 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
언어 테이블이 있는 SAP 시스템의 언어입니다. 기본값은 EN입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
logonGroup SAP 시스템의 로그온 그룹입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
messageServer SAP 메시지 서버의 호스트 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
messageServerService 메시지 서버의 서비스 이름 또는 포트 번호입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
password 테이블이 있는 SAP 서버에 액세스하기 위한 암호입니다. SecretBase
서버 테이블이 있는 SAP instance 호스트 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
sncLibraryPath 테이블이 있는 SAP 서버에 액세스하기 위한 외부 보안 제품의 라이브러리입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
sncMode 테이블이 있는 SAP 서버에 액세스하기 위한 SNC 활성화 표시기입니다. 0(끄기) 또는 1(켜기)이어야 합니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
sncMyName 테이블이 있는 SAP 서버에 액세스하기 위한 초기자의 SNC 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
sncPartnerName 테이블이 있는 SAP 서버에 액세스하기 위한 통신 파트너의 SNC 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
sncQop SNC 보호 품질. 허용되는 값은 1, 2, 3, 8, 9입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
subscriberName 구독자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
systemId 테이블이 있는 SAP 시스템의 SystemID입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
systemNumber 테이블이 있는 SAP 시스템의 시스템 번호입니다. (일반적으로 문자열로 표시되는 2자리 10진수입니다.) 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
userName 테이블이 있는 SAP 서버에 액세스하기 위한 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
x509CertificatePath SNC X509 인증서 파일 경로입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

SapOpenHubLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'SapOpenHub'(필수)
typeProperties SAP Business Warehouse Open Hub 대상 연결된 서비스 유형과 관련된 속성입니다. SapOpenHubLinkedServiceTypeProperties (필수)

SapOpenHubLinkedServiceTypeProperties

Name Description
clientId 오픈 허브 대상이 있는 BW 시스템의 클라이언트 ID입니다. (일반적으로 문자열로 표시되는 3자리 10진수) 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
언어 오픈 허브 대상이 있는 BW 시스템의 언어입니다. 기본값은 EN입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
logonGroup SAP 시스템의 로그온 그룹입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
messageServer SAP 메시지 서버의 호스트 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
messageServerService 메시지 서버의 서비스 이름 또는 포트 번호입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
password 오픈 허브 대상이 있는 SAP BW 서버에 액세스하기 위한 암호입니다. SecretBase
서버 오픈 허브 대상이 있는 SAP BW instance 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
systemId 테이블이 있는 SAP 시스템의 SystemID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
systemNumber 오픈 허브 대상이 있는 BW 시스템의 시스템 번호입니다. (일반적으로 문자열로 표시되는 2자리 10진수입니다.) 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
userName 열려 있는 허브 대상이 있는 SAP BW 서버에 액세스하는 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

SapTableLinkedService

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

SapTableLinkedServiceTypeProperties

Name Description
clientId 테이블이 있는 SAP 시스템의 클라이언트 ID입니다. (일반적으로 문자열로 표시되는 3자리 10진수) 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
언어 테이블이 있는 SAP 시스템의 언어입니다. 기본값은 EN입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
logonGroup SAP 시스템의 로그온 그룹입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
messageServer SAP 메시지 서버의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
messageServerService 메시지 서버의 서비스 이름 또는 포트 번호입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
password 테이블이 있는 SAP 서버에 액세스하기 위한 암호입니다. SecretBase
서버 테이블이 있는 SAP instance 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
sncLibraryPath 테이블이 있는 SAP 서버에 액세스하기 위한 외부 보안 제품의 라이브러리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
sncMode 테이블이 있는 SAP 서버에 액세스하기 위한 SNC 활성화 표시기입니다. 0(끄기) 또는 1(켜기)이어야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
sncMyName 테이블이 있는 SAP 서버에 액세스하기 위한 초기자의 SNC 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
sncPartnerName 테이블이 있는 SAP 서버에 액세스하기 위한 통신 파트너의 SNC 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
sncQop SNC 보호 품질. 허용되는 값은 1, 2, 3, 8, 9입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
systemId 테이블이 있는 SAP 시스템의 SystemID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
systemNumber 테이블이 있는 SAP 시스템의 시스템 번호입니다. (일반적으로 문자열로 표시되는 2자리 10진수입니다.) 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
userName 테이블이 있는 SAP 서버에 액세스하는 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

ServiceNowLinkedService

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

ServiceNowLinkedServiceTypeProperties

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

ServiceNowV2LinkedService

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

ServiceNowV2LinkedServiceTypeProperties

Name Description
authenticationType 사용할 인증 유형입니다. '기본'
'OAuth2'(필수)
clientId OAuth2 인증에 대한 클라이언트 ID입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
clientSecret OAuth2 인증의 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
엔드포인트(endpoint) ServiceNowV2 서버의 엔드포인트입니다. (예: {instance}.service-now.com) Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
grantType OAuth2 인증에 대한 GrantType입니다. 기본값은 암호입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
password 기본 및 OAuth2 인증의 사용자 이름에 해당하는 암호입니다. SecretBase
사용자 이름 Basic 및 OAuth2 인증을 위해 ServiceNowV2 서버에 연결하는 데 사용되는 사용자 이름입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.

SftpServerLinkedService

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

SftpServerLinkedServiceTypeProperties

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

SharePointOnlineListLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'SharePointOnlineList'(필수)
typeProperties SharePoint Online 연결된 서비스 속성을 나열합니다. SharePointOnlineListLinkedServiceTypeProperties (필수)

SharePointOnlineListLinkedServiceTypeProperties

Name Description
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
servicePrincipalId Azure Active Directory에 등록된 애플리케이션의 애플리케이션(클라이언트) ID입니다. 이 애플리케이션에 SharePoint 사이트 권한을 부여해야 합니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
servicePrincipalKey Azure Active Directory에 등록된 애플리케이션의 클라이언트 암호입니다. 형식: string(또는 resultType 문자열이 있는 식). SecretBase (필수)
siteUrl SharePoint Online 사이트의 URL입니다. https://contoso.sharepoint.com/sites/siteName)을 입력합니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
tenantId 애플리케이션이 있는 테넌트 ID입니다. Azure Portal Active Directory 개요 페이지에서 찾을 수 있습니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

ShopifyLinkedService

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

ShopifyLinkedServiceTypeProperties

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

SmartsheetLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Smartsheet'(필수)
typeProperties 스마트시트 연결된 서비스 속성입니다. SmartsheetLinkedServiceTypeProperties (필수)

SmartsheetLinkedServiceTypeProperties

Name Description
apiToken Smartsheet 원본에 대한 API 토큰입니다. SecretBase (필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열

SnowflakeLinkedService

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

SnowflakeLinkedServiceTypeProperties

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

SnowflakeV2LinkedService

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

SnowflakeLinkedV2ServiceTypeProperties

Name Description
accountIdentifier Snowflake 계정의 계정 식별자(예: xy12345.east-us-2.azure) Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
authenticationType 인증에 사용되는 형식입니다. 형식: 문자열입니다. 'AADServicePrincipal'
'Basic'
'KeyPair'
clientId AADServicePrincipal 인증을 위해 Azure Active Directory에 등록된 애플리케이션의 클라이언트 ID입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
clientSecret AADServicePrincipal 인증에 대한 클라이언트 암호의 Azure Key Vault 비밀 참조입니다. SecretBase
데이터베이스 Snowflake 데이터베이스의 이름입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password 연결 문자열 암호의 Azure Key Vault 비밀 참조입니다. SecretBase
privateKey KeyPair 인증을 위한 privateKey의 Azure Key Vault 비밀 참조입니다. SecretBase
privateKeyPassphrase 암호화된 프라이빗 키를 사용한 KeyPair 인증에 대한 프라이빗 키 암호의 Azure Key Vault 비밀 참조입니다. SecretBase
scope AADServicePrincipal 인증을 위해 Azure Active Directory에 등록된 애플리케이션의 scope. Bicep의 경우 any() 함수를 사용할 수 있습니다.
tenantId AADServicePrincipal 인증을 위해 Azure Active Directory에 등록된 애플리케이션의 테넌트 ID입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
사용자 Snowflake 사용자의 이름입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
warehouse Snowflake 창고의 이름입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

SparkLinkedService

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

SparkLinkedServiceTypeProperties

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

SqlServerLinkedService

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

SqlServerLinkedServiceTypeProperties

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

SquareLinkedService

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

SquareLinkedServiceTypeProperties

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

SybaseLinkedService

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

SybaseLinkedServiceTypeProperties

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

TeamDeskLinkedService

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

TeamDeskLinkedServiceTypeProperties

Name Description
apiToken TeamDesk 원본에 대한 api 토큰입니다. SecretBase
authenticationType 사용할 인증 유형입니다. 'Basic'
'토큰'(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password TeamDesk 원본의 암호입니다. SecretBase
url TeamDesk 원본을 연결할 URL입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
userName TeamDesk 원본의 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

TeradataLinkedService

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

TeradataLinkedServiceTypeProperties

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

TwilioLinkedService

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

TwilioLinkedServiceTypeProperties

Name Description
password Twilio 서비스의 인증 토큰입니다. SecretBase (필수)
userName Twilio 서비스의 계정 SID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

VerticaLinkedService

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

VerticaLinkedServiceTypeProperties

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

WarehouseLinkedService

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

WarehouseLinkedServiceTypeProperties

Name Description
artifactId Microsoft Fabric Warehouse 아티팩트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
엔드포인트(endpoint) Microsoft Fabric Warehouse 서버의 엔드포인트입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
servicePrincipalCredential Azure Active Directory에서 서비스 주체 개체의 자격 증명입니다. servicePrincipalCredentialType이 'ServicePrincipalKey'인 경우 servicePrincipalCredential은 SecureString 또는 AzureKeyVaultSecretReference일 수 있습니다. servicePrincipalCredentialType이 'ServicePrincipalCert'인 경우 servicePrincipalCredential은 AzureKeyVaultSecretReference만 될 수 있습니다. SecretBase
servicePrincipalCredentialType 서버 간 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
servicePrincipalId Microsoft Fabric Warehouse에 대해 인증하는 데 사용되는 애플리케이션의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
servicePrincipalKey Microsoft Fabric Warehouse에 대해 인증하는 데 사용되는 애플리케이션의 키입니다. SecretBase
tenant 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
workspaceId Microsoft Fabric 작업 영역의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

WebLinkedService

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

WebLinkedServiceTypeProperties

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

WebAnonymousAuthentication

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

WebBasicAuthentication

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

WebClientCertificateAuthentication

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

XeroLinkedService

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

XeroLinkedServiceTypeProperties

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

ZendeskLinkedService

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

ZendeskLinkedServiceTypeProperties

Name Description
apiToken Zendesk 원본에 대한 api 토큰입니다. SecretBase
authenticationType 사용할 인증 유형입니다. 'Basic'
'토큰'(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password Zendesk 원본의 암호입니다. SecretBase
url Zendesk 원본을 연결할 URL입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
userName Zendesk 원본의 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

ZohoLinkedService

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

ZohoLinkedServiceTypeProperties

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

빠른 시작 템플릿

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

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

Azure에 배포
ADLS Gen 2가 사용하도록 설정된 Azure Storage 계정, 스토리지 계정에 연결된 서비스(배포된 경우 Azure SQL 데이터베이스) Azure Data Factory instance 및 Azure Databricks instance 만듭니다. 템플릿을 배포하는 사용자의 AAD ID와 ADF instance 대한 관리 ID에는 스토리지 계정에 대한 Storage Blob 데이터 기여자 역할이 부여됩니다. Azure Key Vault instance, Azure SQL Database 및 Azure Event Hub(스트리밍 사용 사례용)를 배포하는 옵션도 있습니다. Azure Key Vault 배포되면 템플릿을 배포하는 사용자의 데이터 팩터리 관리 ID 및 AAD ID에 Key Vault 비밀 사용자 역할이 부여됩니다.
Azure Data Factory 추가 가능 - 한 번 클릭하여 Azure Data Factory

Azure에 배포
이 템플릿은 Azure Blob에서 다른 Azure Blob으로의 복사 작업에 대한 데이터 팩터리 파이프라인을 만듭니다.
Data Factory 만들기, Salesforce에서 Blob으로 복사

Azure에 배포
이 템플릿은 Azure Data Factory 사용하여 Salesforce에서 Azure Blob으로 데이터 이동을 수행합니다.
Azure Data Factory 사용하여 대량 복사

Azure에 배포
이 템플릿은 Azure SQL 데이터베이스의 데이터를 Azure SQL 데이터 웨어하우스에 대량으로 복사하는 V2 데이터 팩터리를 만듭니다.
V2 데이터 팩터리 만들기

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

Azure에 배포
이 템플릿은 Azure Blob Storage 폴더에서 Azure Database for MySQL 테이블에 데이터를 복사하는 V2 데이터 팩터리를 만듭니다.
V2 데이터 팩터리 만들기(PostGre)

Azure에 배포
이 템플릿은 Azure Blob Storage 폴더에서 Azure Database for PostgreSQL 테이블로 데이터를 복사하는 V2 데이터 팩터리를 만듭니다.
V2 데이터 팩터리 만들기(SQL)

Azure에 배포
이 템플릿은 Azure Blob Storage 폴더에서 Azure SQL 데이터베이스의 테이블로 데이터를 복사하는 V2 데이터 팩터리를 만듭니다.
V2 데이터 팩터리 만들기(SQL 온-프레미스)

Azure에 배포
이 템플릿은 온-프레미스 SQL Server Azure Blob Storage로 데이터를 복사하는 V2 데이터 팩터리를 만듭니다.
V2 데이터 팩터리 만들기(Spark)

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

ARM 템플릿 리소스 정의

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

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

리소스 형식

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

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

LinkedService 개체

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

웨어하우스의 경우 다음을 사용합니다.

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

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

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

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

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

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

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

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

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

SecretBase 개체

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

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

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

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

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

WebLinkedServiceTypeProperties 개체

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

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

  "authenticationType": "Anonymous"

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

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

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

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

속성 값

factories/linkedservices

Name Description
형식 리소스 종류 'Microsoft.DataFactory/factories/linkedservices'
apiVersion 리소스 api 버전 '2018-06-01'
name 리소스 이름

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

문자 제한: 1-260

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

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

LinkedService

Name Description
주석 연결된 서비스를 설명하는 데 사용할 수 있는 태그 목록입니다. any[]
connectVia 통합 런타임 참조입니다. IntegrationRuntimeReference
description 연결된 서비스 설명입니다. 문자열
매개 변수 연결된 서비스에 대한 매개 변수입니다. ParameterDefinitionSpecification
형식 개체 형식 설정 AmazonMWS
AmazonRdsForOracle
AmazonRdsForSqlServer
AmazonRedshift
AmazonS3
AmazonS3Compatible
AppFigures
Asana
AzureBatch
AzureBlobFS
AzureBlobStorage
AzureDatabricks
AzureDatabricksDeltaLake
AzureDataExplorer
AzureDataLakeAnalytics
AzureDataLakeStore
AzureFileStorage
AzureFunction
AzureKeyVault
AzureMariaDB
AzureML
AzureMLService
AzureMySql
AzurePostgreSql
AzureSearch
AzureSqlDatabase
AzureSqlDW
AzureSqlMI
AzureStorage
AzureSynapseArtifacts
AzureTableStorage
Cassandra
CommonDataServiceForApps
Concur
CosmosDb
CosmosDbMongoDbApi
Couchbase
CustomDataSource
Dataworld
Db2
Drill
Dynamics
DynamicsAX
DynamicsCrm
Eloqua
FileServer
FtpServer
GoogleAdWords
GoogleBigQuery
GoogleBigQueryV2
GoogleCloudStorage
GoogleSheets
Greenplum
HBase
Hdfs
HDInsight
HDInsightOnDemand
Hive
HttpServer
Hubspot
Impala
Informix
Jira
레이크하우스
Magento
MariaDB
Marketo
MicrosoftAccess
Mongodb
MongoDbAtlas
MongoDbV2
MySql
Netezza
OData
Odbc
Office365
Oracle
OracleCloudStorage
OracleServiceCloud
페이팔
Phoenix
Postgresql
PostgreSqlV2
Presto
Quickbase
QuickBooks
Responsys
RestService
Salesforce
SalesforceMarketingCloud
SalesforceServiceCloud
SalesforceServiceCloudV2
SalesforceV2
SapBW
SapCloudForCustomer
SapEcc
SapHana
SapOdp
SapOpenHub
SapTable
ServiceNow
ServiceNowV2
Sftp
SharePointOnlineList
Shopify
Smartsheet
Snowflake
SnowflakeV2
Spark
Sqlserver
사각형
Sybase
TeamDesk
Teradata
Twilio
Vertica
웨어하우스
Web
Xero
Zendesk
Zoho (필수)

IntegrationRuntimeReference

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

ParameterValueSpecification

Name Description
{사용자 지정 속성}

ParameterDefinitionSpecification

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

ParameterSpecification

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

AmazonMWSLinkedService

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

AmazonMWSLinkedServiceTypeProperties

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

SecretBase

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

AzureKeyVaultSecretReference

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

LinkedServiceReference

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

SecureString

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

AmazonRdsForOracleLinkedService

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

AmazonRdsForLinkedServiceTypeProperties

Name Description
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
password 연결 문자열 암호의 Azure Key Vault 비밀 참조입니다. SecretBase

AmazonRdsForSqlServerLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'AmazonRdsForSqlServer'(필수)
typeProperties SQL Server 연결된 서비스 속성에 대한 Amazon RDS. AmazonRdsForSqlServerLinkedServiceTypeProperties (필수)

AmazonRdsForSqlServerLinkedServiceTypeProperties

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

SqlAlwaysEncryptedProperties

Name Description
alwaysEncryptedAkvAuthType Sql은 항상 AKV 인증 유형을 암호화합니다. 형식: 문자열입니다. 'ManagedIdentity'
'ServicePrincipal'
'UserAssignedManagedIdentity'(필수)
자격 증명(credential) 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
servicePrincipalId Azure Key Vault 인증에 사용되는 Azure Active Directory에 있는 애플리케이션의 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
servicePrincipalKey Azure Key Vault 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase

CredentialReference

Name Description
referenceName 참조 자격 증명 이름입니다. string(필수)
형식 자격 증명 참조 형식입니다. 'CredentialReference'(필수)
{사용자 지정 속성}

AmazonRedshiftLinkedService

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

AmazonRedshiftLinkedServiceTypeProperties

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

AmazonS3LinkedService

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

AmazonS3LinkedServiceTypeProperties

Name Description
accessKeyId Amazon S3 IAM(ID 및 액세스 관리) 사용자의 액세스 키 식별자입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
authenticationType S3의 인증 유형입니다. 허용되는 값: AccessKey(기본값) 또는 TemporarySecurityCredentials. 형식: 문자열(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
secretAccessKey Amazon S3 IAM(ID 및 액세스 관리) 사용자의 비밀 액세스 키입니다. SecretBase
serviceUrl 이 값은 S3 커넥터를 사용하여 액세스할 엔드포인트를 지정합니다. 선택적 속성입니다. 다른 서비스 엔드포인트를 시도하거나 https와 http 간에 전환하려는 경우에만 변경합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
sessionToken S3 임시 보안 자격 증명에 대한 세션 토큰입니다. SecretBase

AmazonS3CompatibleLinkedService

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

AmazonS3CompatibleLinkedServiceTypeProperties

Name Description
accessKeyId Amazon S3 IAM(호환 ID 및 액세스 관리) 사용자의 액세스 키 식별자입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
forcePathStyle true이면 가상 호스트 스타일 액세스 대신 S3 경로 스타일 액세스를 사용합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
secretAccessKey Amazon S3 IAM(호환 ID 및 액세스 관리) 사용자의 비밀 액세스 키입니다. SecretBase
serviceUrl 이 값은 Amazon S3 호환 커넥터를 사용하여 액세스할 엔드포인트를 지정합니다. 선택적 속성입니다. 다른 서비스 엔드포인트를 시도하거나 https와 http 간에 전환하려는 경우에만 변경합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

AppFiguresLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'AppFigures'(필수)
typeProperties App 연결된 서비스 속성을 구성합니다. AppFiguresLinkedServiceTypeProperties (필수)

AppFiguresLinkedServiceTypeProperties

Name Description
clientKey AppFigures 원본에 대한 클라이언트 키입니다. SecretBase (필수)
password AppFigures 원본의 암호입니다. SecretBase (필수)
userName Appfigures 원본의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

AsanaLinkedService

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

AsanaLinkedServiceTypeProperties

Name Description
apiToken Asana 원본에 대한 api 토큰입니다. SecretBase (필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열

AzureBatchLinkedService

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

AzureBatchLinkedServiceTypeProperties

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

AzureBlobFSLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'AzureBlobFS'(필수)
typeProperties 연결된 서비스 속성을 Azure Data Lake Storage Gen2. AzureBlobFSLinkedServiceTypeProperties (필수)

AzureBlobFSLinkedServiceTypeProperties

Name Description
accountKey Azure Data Lake Storage Gen2 서비스의 계정 키입니다. 형식: string(또는 resultType 문자열이 있는 식).
azureCloudType 서비스 주체 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: string(또는 resultType 문자열이 있는 식).
자격 증명(credential) 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
sasToken sas uri에서 sasToken의 Azure Key Vault 비밀 참조입니다. SecretBase
sasUri Azure Data Lake Storage Gen2 서비스의 SAS URI입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
servicePrincipalCredential Azure Active Directory에서 서비스 주체 개체의 자격 증명입니다. servicePrincipalCredentialType이 'ServicePrincipalKey'인 경우 servicePrincipalCredential은 SecureString 또는 AzureKeyVaultSecretReference일 수 있습니다. servicePrincipalCredentialType이 'ServicePrincipalCert'인 경우 servicePrincipalCredential은 AzureKeyVaultSecretReference만 될 수 있습니다. SecretBase
servicePrincipalCredentialType 서버 간 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: string(또는 resultType 문자열이 있는 식).
servicePrincipalId Azure Data Lake Storage Gen2 계정에 대해 인증하는 데 사용되는 애플리케이션의 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
servicePrincipalKey Azure Data Lake Storage Gen2 계정에 대해 인증하는 데 사용되는 애플리케이션의 키입니다. SecretBase
tenant 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
url Azure Data Lake Storage Gen2 서비스에 대한 엔드포인트입니다. 형식: string(또는 resultType 문자열이 있는 식).

AzureBlobStorageLinkedService

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

AzureBlobStorageLinkedServiceTypeProperties

Name Description
accountKey 연결 문자열 accountKey의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
accountKind 스토리지 계정의 종류를 지정합니다. 허용되는 값은 스토리지(범용 v1), 스토리지V2(범용 v2), BlobStorage 또는 BlockBlobStorage입니다. 형식: string(또는 resultType 문자열이 있는 식).
authenticationType 인증에 사용되는 형식입니다. 형식: 문자열입니다. 'AccountKey'
'익명'
'Msi'
'SasUri'
'ServicePrincipal'
azureCloudType 서비스 주체 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: string(또는 resultType 문자열이 있는 식).
connectionString 연결 문자열입니다. sasUri, serviceEndpoint 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
containerUri Azure Blob Storage 리소스의 컨테이너 URI는 익명 액세스만 지원합니다. 형식: string(또는 resultType 문자열이 있는 식).
자격 증명(credential) 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
sasToken sas uri에서 sasToken의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
sasUri Azure Blob Storage 리소스의 SAS URI입니다. connectionString, serviceEndpoint 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
serviceEndpoint Azure Blob Storage 리소스의 Blob 서비스 엔드포인트입니다. connectionString, sasUri 속성과 함께 사용할 수 없습니다.
servicePrincipalId Azure SQL Data Warehouse 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
servicePrincipalKey Azure SQL Data Warehouse 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase
tenant 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).

AzureDatabricksLinkedService

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

AzureDatabricksLinkedServiceTypeProperties

Name Description
accessToken databricks REST API에 대한 액세스 토큰입니다. https://docs.azuredatabricks.net/api/latest/authentication.html을 참조하세요. 형식: string(또는 resultType 문자열이 있는 식). SecretBase
인증 databricks REST API에 작업 영역 리소스 ID를 사용하는 경우 MSI를 지정하는 데 필요합니다. 형식: string(또는 resultType 문자열이 있는 식).
자격 증명(credential) 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
도메인 {REGION}.azuredatabricks.net, Databricks 배포의 도메인 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
existingClusterId 이 활동의 모든 실행에 사용할 기존 대화형 클러스터의 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
instancePoolId 이 활동의 모든 실행에 사용할 기존 instance 풀의 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
newClusterCustomTags 클러스터 리소스에 대한 추가 태그입니다. 이 속성은 instance 풀 구성에서 무시됩니다. object
newClusterDriverNodeType 새 작업 클러스터의 드라이버 노드 유형입니다. 이 속성은 instance 풀 구성에서 무시됩니다. 형식: string(또는 resultType 문자열이 있는 식).
newClusterEnableElasticDisk 새 클러스터에서 탄력적 디스크를 사용하도록 설정합니다. 이 속성은 이제 무시되며 Databricks에서 기본 탄력적 디스크 동작을 사용합니다(탄력적 디스크는 항상 사용 가능). 형식: 부울(또는 resultType 부울이 있는 식).
newClusterInitScripts 새 클러스터에 대한 사용자 정의 초기화 스크립트입니다. 형식: 문자열 배열(또는 resultType 문자열 배열이 있는 식)입니다.
newClusterLogDestination Spark 드라이버, 작업자 및 이벤트 로그를 배달할 위치를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식).
newClusterNodeType 새 작업 클러스터의 노드 유형입니다. newClusterVersion이 지정되고 instancePoolId가 지정되지 않은 경우 이 속성이 필요합니다. instancePoolId를 지정하면 이 속성은 무시됩니다. 형식: string(또는 resultType 문자열이 있는 식).
newClusterNumOfWorker 기존 대화형 클러스터를 사용하지 않는 경우 새 작업 클러스터 또는 instance 풀에 사용할 작업자 노드 수를 지정합니다. 새 작업 클러스터의 경우 '1'과 같이 문자열 형식의 Int32는 numOfWorker가 1이거나 '1:10'이면 자동 크기가 1(분)에서 10(최대)으로 자동 크기 조정됨을 의미합니다. instance 풀의 경우 문자열 형식 Int32이며 고정된 수의 작업자 노드(예: '2')만 지정할 수 있습니다. newClusterVersion이 지정된 경우 필수입니다. 형식: string(또는 resultType 문자열이 있는 식).
newClusterSparkConf 선택적 사용자 지정 Spark 구성 키-값 쌍 집합입니다. AzureDatabricksLinkedServiceTypePropertiesNewCluster...
newClusterSparkEnvVars 선택적 사용자 지정 Spark 환경 변수 키-값 쌍 집합입니다. AzureDatabricksLinkedServiceTypePropertiesNewCluster...
newClusterVersion 기존 대화형 클러스터를 사용하지 않는 경우 이 작업의 각 실행에 대해 만들어진 새 작업 클러스터 또는 instance 풀 노드의 Spark 버전을 지정합니다. instancePoolId가 지정된 경우 필수입니다. 형식: string(또는 resultType 문자열이 있는 식).
policyId 사용자 정의 규칙 집합에 따라 클러스터를 구성하는 기능을 제한하기 위한 정책 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
workspaceResourceId databricks REST API의 작업 영역 리소스 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).

AzureDatabricksLinkedServiceTypePropertiesNewCluster...

Name Description
{customized property}

AzureDatabricksLinkedServiceTypePropertiesNewCluster...

Name Description
{customized property}

AzureDatabricksDeltaLakeLinkedService

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

AzureDatabricksDetltaLakeLinkedServiceTypeProperties

Name Description
accessToken databricks REST API에 대한 액세스 토큰입니다. https://docs.azuredatabricks.net/api/latest/authentication.html을 참조하세요. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. SecretBase
clusterId 이 작업의 모든 실행에 사용할 기존 대화형 클러스터의 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
자격 증명(credential) 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
도메인 {REGION}.azuredatabricks.net, Databricks 배포의 도메인 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
workspaceResourceId databricks REST API의 작업 영역 리소스 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).

AzureDataExplorerLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'AzureDataExplorer'(필수)
typeProperties Azure Data Explorer(Kusto) 연결된 서비스 속성입니다. AzureDataExplorerLinkedServiceTypeProperties (필수)

AzureDataExplorerLinkedServiceTypeProperties

Name Description
자격 증명(credential) 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
데이터베이스 연결의 데이터베이스 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
엔드포인트(endpoint) Azure Data Explorer(엔진의 엔드포인트)의 엔드포인트입니다. URL은 형식 https://{clusterName}.{regionName}.kusto.windows.net입니다. 형식: string(또는 resultType 문자열이 있는 식)
servicePrincipalId Azure Data Explorer 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
servicePrincipalKey Kusto에 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase
tenant 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).

AzureDataLakeAnalyticsLinkedService

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

AzureDataLakeAnalyticsLinkedServiceTypeProperties

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

AzureDataLakeStoreLinkedService

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

AzureDataLakeStoreLinkedServiceTypeProperties

Name Description
accountName Data Lake Store 계정 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
azureCloudType 서비스 주체 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: string(또는 resultType 문자열이 있는 식).
자격 증명(credential) 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
dataLakeStoreUri Data Lake Store 서비스 URI. 형식: string(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
resourceGroupName Data Lake Store 계정 리소스 그룹 이름(Data Factory 계정과 다른 경우). 형식: string(또는 resultType 문자열이 있는 식).
servicePrincipalId Azure Data Lake Store 계정에 대해 인증하는 데 사용되는 애플리케이션의 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
servicePrincipalKey Azure Data Lake Store 계정에 대해 인증하는 데 사용되는 애플리케이션의 키입니다. SecretBase
subscriptionId Data Lake Store 계정 구독 ID(Data Factory 계정과 다른 경우). 형식: string(또는 resultType 문자열이 있는 식).
tenant 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

AzureFileStorageLinkedService

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

AzureFileStorageLinkedServiceTypeProperties

Name Description
accountKey 연결 문자열 accountKey의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
connectionString 연결 문자열입니다. sasUri 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
fileShare Azure 파일 공유 이름입니다. accountKey/sasToken을 사용하여 인증할 때 필요합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
호스트 서버의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
password 서버를 로그온할 암호입니다. SecretBase
sasToken sas uri의 sasToken에 대한 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
sasUri Azure File 리소스의 SAS URI입니다. connectionString 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
스냅샷 azure 파일 공유 스냅샷 버전입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
userId 서버를 로그온할 사용자 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

AzureFunctionLinkedService

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

AzureFunctionLinkedServiceTypeProperties

Name Description
인증 AzureFunction에 연결하는 데 사용되는 인증 유형(MSI를 지정하는 데 필요). 형식: 문자열(또는 resultType 문자열이 있는 식).
자격 증명(credential) 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
functionAppUrl Azure 함수 앱의 엔드포인트입니다. URL은 형식 https://{accountName}.azurewebsites.net입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
functionKey Azure Function App에 대한 함수 또는 호스트 키입니다. SecretBase
resourceId Azure 함수에 허용되는 토큰 대상 그룹입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

AzureKeyVaultLinkedService

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

AzureKeyVaultLinkedServiceTypeProperties

Name Description
baseUrl Azure Key Vault 기본 URL입니다. 예: https://myakv.vault.azure.net type: string(또는 resultType 문자열이 있는 식).
자격 증명(credential) 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference

AzureMariaDBLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'AzureMariaDB'(필수)
typeProperties 연결된 서비스 속성을 Azure Database for MariaDB. AzureMariaDBLinkedServiceTypeProperties (필수)

AzureMariaDBLinkedServiceTypeProperties

Name Description
connectionString ODBC 연결 문자열. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
pwd 연결 문자열 암호의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference

AzureMLLinkedService

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

AzureMLLinkedServiceTypeProperties

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

AzureMLServiceLinkedService

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

AzureMLServiceLinkedServiceTypeProperties

Name Description
인증 AzureML에 연결하는 데 사용되는 인증 유형(MSI를 지정하는 데 필요). 형식: string(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
mlWorkspaceName Azure ML Service 작업 영역 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
resourceGroupName Azure ML Service 작업 영역 리소스 그룹 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
servicePrincipalId 게시된 Azure ML Service 파이프라인의 엔드포인트에 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
servicePrincipalKey 게시된 Azure ML Service 파이프라인의 엔드포인트에 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase
subscriptionId Azure ML Service 작업 영역 구독 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
tenant 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).

AzureMySqlLinkedService

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

AzureMySqlLinkedServiceTypeProperties

Name Description
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password 연결 문자열 암호의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference

AzurePostgreSqlLinkedService

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

AzurePostgreSqlLinkedServiceTypeProperties

Name Description
connectionString ODBC 연결 문자열. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password 연결 문자열 암호의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference

AzureSearchLinkedService

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

AzureSearchLinkedServiceTypeProperties

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

AzureSqlDatabaseLinkedService

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

AzureSqlDatabaseLinkedServiceTypeProperties

Name Description
alwaysEncryptedSettings Sql은 항상 암호화된 속성입니다. SqlAlwaysEncryptedProperties
azureCloudType 서비스 원칙 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
자격 증명(credential) 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password 연결 문자열 암호의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
servicePrincipalId Azure SQL Database에 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
servicePrincipalKey Azure SQL Database에 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase
tenant 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

AzureSqlDWLinkedService

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

AzureSqlDWLinkedServiceTypeProperties

Name Description
azureCloudType 서비스 원칙 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
자격 증명(credential) 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password 연결 문자열 암호의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
servicePrincipalId Azure SQL Data Warehouse 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
servicePrincipalKey Azure SQL Data Warehouse 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase
tenant 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

AzureSqlMILinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'AzureSqlMI'(필수)
typeProperties 연결된 서비스 속성을 Azure SQL Managed Instance. AzureSqlMILinkedServiceTypeProperties (필수)

AzureSqlMILinkedServiceTypeProperties

Name Description
alwaysEncryptedSettings Sql은 항상 암호화된 속성입니다. SqlAlwaysEncryptedProperties
azureCloudType 서비스 원칙 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
자격 증명(credential) 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password 연결 문자열 암호의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
servicePrincipalId Azure SQL Managed Instance 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
servicePrincipalKey Azure SQL Managed Instance 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase
tenant 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

AzureStorageLinkedService

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

AzureStorageLinkedServiceTypeProperties

Name Description
accountKey 연결 문자열 accountKey의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
connectionString 연결 문자열입니다. sasUri 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
sasToken sas uri의 sasToken에 대한 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
sasUri Azure Storage 리소스의 SAS URI입니다. connectionString 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.

AzureSynapseArtifactsLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'AzureSynapseArtifacts'(필수)
typeProperties Azure Synapse Analytics(아티팩트) 연결된 서비스 속성입니다. AzureSynapseArtifactsLinkedServiceTypeProperties (필수)

AzureSynapseArtifactsLinkedServiceTypeProperties

Name Description
인증 시스템 할당 관리 ID를 인증 방법으로 사용하는 경우 MSI를 지정하는 데 필요합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
엔드포인트(endpoint) https://{workspacename}.dev.azuresynapse.net, Azure Synapse Analytics 작업 영역 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
workspaceResourceId Synapse 작업 영역의 리소스 ID입니다. 형식은 /subscriptions/{subscriptionID}/resourceGroups/{resourceGroup}/providers/Microsoft.Synapse/workspaces/{workspaceName}이어야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

AzureTableStorageLinkedService

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

CassandraLinkedService

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

CassandraLinkedServiceTypeProperties

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

CommonDataServiceForAppsLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'CommonDataServiceForApps'(필수)
typeProperties 앱용 Common Data Service 연결된 서비스 속성입니다. CommonDataServiceForAppsLinkedServiceTypeProperties (필수)

CommonDataServiceForAppsLinkedServiceTypeProperties

Name Description
authenticationType 앱용 Common Data Service 서버에 연결할 인증 유형입니다. 온라인 시나리오의 경우 'Office365', Ifd 시나리오를 사용하는 온-프레미스의 경우 'Ifd'입니다. 온라인 시나리오에서 서버 간 인증을 위한 'AADServicePrincipal' 형식: string(또는 resultType 문자열이 있는 식).
deploymentType 앱용 Common Data Service의 배포 유형은 instance. App Online용 Common Data Service의 경우 'Online', Ifd를 사용하는 온-프레미스 앱용 Common Data Service의 경우 'OnPremisesWithIfd'입니다. 형식: string(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
hostName 온-프레미스 Common Data Service for Apps 서버의 호스트 이름입니다. 속성은 온-프레미스에 필요하며 온라인에서는 허용되지 않습니다. 형식: string(또는 resultType 문자열이 있는 식).
organizationName 앱 instance Common Data Service의 organization 이름입니다. 속성은 온-프레미스에 필요하며 사용자와 연결된 앱용 Common Data Service 인스턴스가 둘 이상 있는 경우 온라인용으로 필요합니다. 형식: string(또는 resultType 문자열이 있는 식).
password 앱용 Common Data Service instance 액세스하기 위한 암호입니다. SecretBase
포트 온-프레미스 Common Data Service for Apps 서버의 포트입니다. 속성은 온-프레미스에 필요하며 온라인에서는 허용되지 않습니다. 기본값은 443입니다. 형식: 정수(또는 resultType 정수가 있는 식), 최소: 0.
servicePrincipalCredential Azure Active Directory에서 서비스 주체 개체의 자격 증명입니다. servicePrincipalCredentialType이 'ServicePrincipalKey'인 경우 servicePrincipalCredential은 SecureString 또는 AzureKeyVaultSecretReference일 수 있습니다. servicePrincipalCredentialType이 'ServicePrincipalCert'인 경우 servicePrincipalCredential은 AzureKeyVaultSecretReference만 될 수 있습니다. SecretBase
servicePrincipalCredentialType 서버 간 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: string(또는 resultType 문자열이 있는 식).
servicePrincipalId 서버-서버 인증에 사용되는 Azure Active Directory에 있는 애플리케이션의 클라이언트 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
serviceUri 앱용 Microsoft Common Data Service 서버의 URL입니다. 속성은 온-프레미스에 필요하고 온-프레미스에는 허용되지 않습니다. 형식: string(또는 resultType 문자열이 있는 식).
사용자 이름 앱용 Common Data Service instance 액세스하기 위한 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

ConcurLinkedService

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

ConcurLinkedServiceTypeProperties

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

CosmosDbLinkedService

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

CosmosDbLinkedServiceTypeProperties

Name Description
accountEndpoint Azure CosmosDB 계정의 엔드포인트입니다. 형식: string(또는 resultType 문자열이 있는 식)
accountKey Azure CosmosDB 계정의 계정 키입니다. 형식: SecureString 또는 AzureKeyVaultSecretReference. SecretBase
azureCloudType 서비스 원칙 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
connectionMode CosmosDB 계정에 액세스하는 데 사용되는 연결 모드입니다. 형식: 문자열입니다. 'Direct'
'Gateway'
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
자격 증명(credential) 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
데이터베이스 데이터베이스의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
servicePrincipalCredential Azure Active Directory에서 서비스 주체 개체의 자격 증명입니다. servicePrincipalCredentialType이 'ServicePrincipalKey'인 경우 servicePrincipalCredential은 SecureString 또는 AzureKeyVaultSecretReference일 수 있습니다. servicePrincipalCredentialType이 'ServicePrincipalCert'인 경우 servicePrincipalCredential은 AzureKeyVaultSecretReference만 될 수 있습니다. SecretBase
servicePrincipalCredentialType 서버 간 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: 문자열입니다.
servicePrincipalId 서버-서버 인증에 사용되는 Azure Active Directory에 있는 애플리케이션의 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
tenant 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

CosmosDbMongoDbApiLinkedService

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

CosmosDbMongoDbApiLinkedServiceTypeProperties

Name Description
connectionString CosmosDB(MongoDB API) 연결 문자열. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
데이터베이스 액세스하려는 CosmosDB(MongoDB API) 데이터베이스의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
isServerVersionAbove32 CosmosDB(MongoDB API) 서버 버전이 3.2보다 높은지 여부입니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).

CouchbaseLinkedService

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

CouchbaseLinkedServiceTypeProperties

Name Description
connectionString ODBC 연결 문자열. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
credString 연결 문자열 credString의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string

CustomDataSourceLinkedService

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

DataworldLinkedService

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

DataworldLinkedServiceTypeProperties

Name Description
apiToken Dataworld 원본에 대한 api 토큰입니다. SecretBase (필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열

Db2LinkedService

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

Db2LinkedServiceTypeProperties

Name Description
authenticationType 연결에 사용할 AuthenticationType입니다. connectionString 속성과 함께 사용할 수 없습니다. 'Basic'
certificateCommonName TLS를 사용하는 경우 인증서 일반 이름입니다. connectionString 속성과 함께 사용할 수 없습니다. 형식: string(또는 resultType 문자열이 있는 식).
connectionString 연결 문자열입니다. 서버, 데이터베이스, authenticationType, userName, packageCollection 및 certificateCommonName 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
데이터베이스 연결의 데이터베이스 이름입니다. connectionString 속성과 함께 사용할 수 없습니다. 형식: string(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. connectionString 속성과 함께 사용할 수 없습니다. 형식: 문자열입니다. string
packageCollection 데이터베이스를 쿼리할 때 패키지가 만들어지는 위치 아래에 있습니다. connectionString 속성과 함께 사용할 수 없습니다. 형식: string(또는 resultType 문자열이 있는 식).
password 인증을 위한 암호입니다. SecretBase
서버 연결의 서버 이름입니다. connectionString 속성과 함께 사용할 수 없습니다. 형식: string(또는 resultType 문자열이 있는 식).
사용자 이름 인증을 위한 사용자 이름입니다. connectionString 속성과 함께 사용할 수 없습니다. 형식: string(또는 resultType 문자열이 있는 식).

DrillLinkedService

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

DrillLinkedServiceTypeProperties

Name Description
connectionString ODBC 연결 문자열. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
pwd 연결 문자열 암호의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference

DynamicsLinkedService

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

DynamicsLinkedServiceTypeProperties

Name Description
authenticationType Dynamics 서버에 연결하기 위한 인증 유형입니다. 온라인 시나리오의 경우 'Office365', Ifd 시나리오를 사용하는 온-프레미스의 경우 'Ifd', 온라인 시나리오에서 서버 간 인증의 경우 'AADServicePrincipal'입니다. 형식: string(또는 resultType 문자열이 있는 식).
자격 증명(credential) 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
deploymentType Dynamics 인스턴스의 배포 유형입니다. Dynamics Online의 경우 'Online'이고 Ifd를 사용하는 Dynamics 온-프레미스의 경우 'OnPremisesWithIfd'입니다. 형식: string(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
hostName 온-프레미스 Dynamics 서버의 호스트 이름입니다. 속성은 온-프레미스에 필요하며 온라인에서는 허용되지 않습니다. 형식: string(또는 resultType 문자열이 있는 식).
organizationName Dynamics 인스턴스의 조직 이름입니다. 속성은 온-프레미스에 필요하며 사용자와 연결된 Dynamics 인스턴스가 둘 이상 있는 경우 온라인용으로 필요합니다. 형식: string(또는 resultType 문자열이 있는 식).
password Dynamics instance 액세스하기 위한 암호입니다. SecretBase
포트 온-프레미스 Dynamics 서버의 포트입니다. 속성은 온-프레미스에 필요하며 온라인에서는 허용되지 않습니다. 기본값은 443입니다. 형식: 정수(또는 resultType 정수가 있는 식), 최소: 0.
servicePrincipalCredential Azure Active Directory에서 서비스 주체 개체의 자격 증명입니다. servicePrincipalCredentialType이 'ServicePrincipalKey'인 경우 servicePrincipalCredential은 SecureString 또는 AzureKeyVaultSecretReference일 수 있습니다. servicePrincipalCredentialType이 'ServicePrincipalCert'인 경우 servicePrincipalCredential은 AzureKeyVaultSecretReference만 될 수 있습니다. SecretBase
servicePrincipalCredentialType 서버 간 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: string(또는 resultType 문자열이 있는 식).
servicePrincipalId 서버-서버 인증에 사용되는 Azure Active Directory에 있는 애플리케이션의 클라이언트 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
serviceUri Microsoft Dynamics 서버의 URL입니다. 속성은 온-프레미스에 필요하고 온-프레미스에는 허용되지 않습니다. 형식: string(또는 resultType 문자열이 있는 식).
사용자 이름 Dynamics instance 액세스할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

DynamicsAXLinkedService

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

DynamicsAXLinkedServiceTypeProperties

Name Description
aadResourceId 권한 부여를 요청하는 리소스를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
servicePrincipalId 애플리케이션의 클라이언트 ID를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
servicePrincipalKey 애플리케이션의 키를 지정합니다. 이 필드를 SecureString으로 표시하여 Data Factory에 안전하게 저장하거나, Azure Key Vault에 저장된 비밀을 참조합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase (필수)
tenant 애플리케이션이 있는 테넌트 정보(도메인 이름 또는 테넌트 ID)를 지정합니다. Azure Portal의 오른쪽 위 모서리를 마우스로 가리켜 검색합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
url Dynamics AX(또는 Dynamics 365 Finance and Operations) 인스턴스 OData 엔드포인트입니다.

DynamicsCrmLinkedService

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

DynamicsCrmLinkedServiceTypeProperties

Name Description
authenticationType Dynamics CRM 서버에 연결할 인증 유형입니다. 온라인 시나리오의 경우 'Office365', Ifd 시나리오를 사용하는 온-프레미스의 경우 'Ifd', 온라인 시나리오에서 서버 간 인증의 경우 'AADServicePrincipal'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
deploymentType Dynamics CRM instance 배포 유형입니다. Dynamics CRM Online용 'Online'과 Ifd를 사용하는 Dynamics CRM 온-프레미스의 경우 'OnPremisesWithIfd'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
hostName 온-프레미스 Dynamics CRM 서버의 호스트 이름입니다. 속성은 온-프레미스에 필요하며 온라인용으로 허용되지 않습니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
organizationName Dynamics CRM instance organization 이름입니다. 속성은 온-프레미스에 필요하며 사용자와 연결된 Dynamics CRM 인스턴스가 둘 이상 있는 경우 온라인용으로 필요합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
password Dynamics CRM instance 액세스하기 위한 암호입니다. SecretBase
포트 온-프레미스 Dynamics CRM 서버의 포트입니다. 속성은 온-프레미스에 필요하며 온라인용으로 허용되지 않습니다. 기본값은 443입니다. 형식: 정수(또는 resultType 정수의 식), 최소: 0.
servicePrincipalCredential Azure Active Directory에서 서비스 주체 개체의 자격 증명입니다. servicePrincipalCredentialType이 'ServicePrincipalKey'인 경우 servicePrincipalCredential은 SecureString 또는 AzureKeyVaultSecretReference일 수 있습니다. servicePrincipalCredentialType이 'ServicePrincipalCert'인 경우 servicePrincipalCredential은 AzureKeyVaultSecretReference만 될 수 있습니다. SecretBase
servicePrincipalCredentialType 서버 간 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
servicePrincipalId 서버-서버 인증에 사용되는 Azure Active Directory에 있는 애플리케이션의 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
serviceUri Microsoft Dynamics CRM 서버의 URL입니다. 속성은 온라인에 필요하며 온-프레미스에는 허용되지 않습니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
사용자 이름 Dynamics CRM instance 액세스할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

EloquaLinkedService

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

EloquaLinkedServiceTypeProperties

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

FileServerLinkedService

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

FileServerLinkedServiceTypeProperties

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

FtpServerLinkedService

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

FtpServerLinkedServiceTypeProperties

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

GoogleAdWordsLinkedService

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

GoogleAdWordsLinkedServiceTypeProperties

Name Description
authenticationType 인증에 사용되는 OAuth 2.0 인증 메커니즘입니다. ServiceAuthentication은 자체 호스팅 IR에서만 사용할 수 있습니다. 'ServiceAuthentication'
'UserAuthentication'
clientCustomerID 보고서 데이터를 가져올 AdWords 계정의 클라이언트 고객 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
clientId 새로 고침 토큰을 얻는 데 사용되는 Google 애플리케이션의 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
clientSecret 새로 고침 토큰을 얻는 데 사용되는 Google 애플리케이션의 클라이언트 암호입니다. SecretBase
connectionProperties (사용되지 않음) GoogleAds에 연결하는 데 사용되는 속성입니다. 연결된 서비스의 다른 속성과 함께 사용할 수 없습니다. 형식: 개체입니다.
developerToken AdWords API에 대한 액세스 권한을 부여하는 데 사용하는 관리자 계정과 연관된 개발자 토큰입니다. SecretBase
이메일 ServiceAuthentication에 사용되는 서비스 계정 메일 ID이며 자체 호스팅 IR에서만 사용할 수 있습니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
googleAdsApiVersion Google Ads API 주 버전(예: v14) 지원되는 주 버전은 에서 https://developers.google.com/google-ads/api/docs/release-notes찾을 수 있습니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
keyFilePath (사용되지 않음) 서비스 계정 이메일 주소를 인증하는 데 사용되며 자체 호스팅 IR에서만 사용할 수 있는 .p12 키 파일의 전체 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
loginCustomerID 특정 고객의 보고서 데이터를 가져오려는 Google Ads Manager 계정의 고객 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
privateKey 서비스 계정 이메일 주소를 인증하는 데 사용되며 자체 호스팅 IR에서만 사용할 수 있는 프라이빗 키입니다. SecretBase
refreshToken UserAuthentication을 위한 애드워즈 액세스 권한을 부여하기 위해 Google에서 얻은 새로 고침 토큰입니다. SecretBase
supportLegacyDataTypes google에서 문자열로 float, int32 및 int64를 매핑하는 레거시 데이터 형식 매핑을 사용할지 여부를 지정합니다. 레거시 드라이버의 데이터 형식 매핑과 이전 버전과의 호환성을 유지하려는 경우가 아니면 true로 설정하지 마세요. 형식: 부울(또는 resultType 부울이 있는 식).
trustedCertPath (사용되지 않음) SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서가 포함된 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
useSystemTrustStore (사용되지 않음) 시스템 신뢰 저장소 또는 지정된 PEM 파일에서 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).

GoogleBigQueryLinkedService

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

GoogleBigQueryLinkedServiceTypeProperties

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

GoogleBigQueryV2LinkedService

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

GoogleBigQueryV2LinkedServiceTypeProperties

Name Description
authenticationType 인증에 사용되는 OAuth 2.0 인증 메커니즘입니다. 'ServiceAuthentication'
'UserAuthentication'(필수)
clientId 새로 고침 토큰을 얻는 데 사용되는 Google 애플리케이션의 클라이언트 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
clientSecret 새로 고침 토큰을 얻는 데 사용되는 Google 애플리케이션의 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
keyFileContent 서비스 계정을 인증하는 데 사용되는 .json 키 파일의 콘텐츠입니다. 형식: string(또는 resultType 문자열이 있는 식). SecretBase
projectId 쿼리할 기본 BigQuery 프로젝트 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
refreshToken UserAuthentication을 위한 BigQuery 액세스 권한을 부여하기 위해 Google에서 얻은 새로 고침 토큰입니다. SecretBase

GoogleCloudStorageLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'GoogleCloudStorage'(필수)
typeProperties Google Cloud Storage 연결된 서비스 속성. GoogleCloudStorageLinkedServiceTypeProperties (필수)

GoogleCloudStorageLinkedServiceTypeProperties

Name Description
accessKeyId Google Cloud Storage ID 및 액세스 관리(IAM) 사용자의 액세스 키 식별자입니다. 형식: string(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
secretAccessKey Google Cloud Storage ID 및 액세스 관리(IAM) 사용자의 비밀 액세스 키입니다. SecretBase
serviceUrl 이 값은 Google Cloud Storage 커넥터를 사용하여 액세스할 엔드포인트를 지정합니다. 선택적 속성입니다. 다른 서비스 엔드포인트를 시도하거나 https와 http 간에 전환하려는 경우에만 변경합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

GoogleSheetsLinkedService

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

GoogleSheetsLinkedServiceTypeProperties

Name Description
apiToken GoogleSheets 원본에 대한 API 토큰입니다. SecretBase (필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열

GreenplumLinkedService

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

GreenplumLinkedServiceTypeProperties

Name Description
connectionString ODBC 연결 문자열. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
pwd 연결 문자열 암호의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference

HBaseLinkedService

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

HBaseLinkedServiceTypeProperties

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

HdfsLinkedService

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

HdfsLinkedServiceTypeProperties

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

HDInsightLinkedService

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

HDInsightLinkedServiceTypeProperties

Name Description
clusterUri HDInsight 클러스터 URI. 형식: string(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
fileSystem HDInsight의 기본 스토리지가 ADLS Gen2인 경우 FileSystem을 지정합니다. 형식: string(또는 resultType 문자열이 있는 식).
hcatalogLinkedServiceName HCatalog 데이터베이스를 가리키는 Azure SQL 연결된 서비스에 대한 참조입니다. LinkedServiceReference
isEspEnabled HDInsight가 ESP(Enterprise Security Package)를 사용하여 만들어지는지 지정합니다. 형식: 부울입니다.
linkedServiceName Azure Storage 연결된 서비스 참조입니다. LinkedServiceReference
password HDInsight 클러스터 암호. SecretBase
userName HDInsight 클러스터 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

HDInsightOnDemandLinkedService

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

HDInsightOnDemandLinkedServiceTypeProperties

Name Description
additionalLinkedServiceNames HDInsight 연결된 서비스에 대한 추가 스토리지 계정을 지정하므로 데이터 팩터리 서비스가 사용자를 대신해 계정을 등록할 수 있습니다. LinkedServiceReference[]
clusterNamePrefix 클러스터 이름 접두사인 접두사는 타임스탬프와 구별됩니다. 형식: string(또는 resultType 문자열이 있는 식).
clusterPassword 클러스터에 액세스할 암호입니다. SecretBase
clusterResourceGroup 클러스터가 속한 리소스 그룹입니다. 형식: string(또는 resultType 문자열이 있는 식).
clusterSize 클러스터의 작업자/데이터 노드 수 제안 값: 4. 형식: int(또는 resultType int가 있는 식).
clusterSshPassword SSH에 대한 암호는 클러스터의 노드(Linux용)를 원격으로 연결합니다. SecretBase
clusterSshUserName SSH을 통해 클러스터 노드에 원격으로 연결하기 위한 사용자 이름입니다(Linux용). 형식: string(또는 resultType 문자열이 있는 식).
clusterType 클러스터 유형입니다. 형식: string(또는 resultType 문자열이 있는 식).
clusterUserName 클러스터에 액세스하기 위한 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
coreConfiguration 만들어지는 HDInsight 클러스터에 대한 핵심 구성 매개 변수(core-site.xml에서 처럼)를 지정합니다.
자격 증명(credential) 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
dataNodeSize HDInsight 클러스터의 데이터 노드 크기를 지정합니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
hBaseConfiguration HDInsight 클러스터에 대한 HBase 구성 매개 변수(hbase-site.xml)를 지정합니다.
hcatalogLinkedServiceName HCatalog 데이터베이스를 가리키는 Azure SQL 연결된 서비스 이름입니다. 주문형 HDInsight 클러스터는 Azure SQL 데이터베이스를 metastore로 사용하여 만들어집니다. LinkedServiceReference
hdfsConfiguration HDInsight 클러스터에 대한 HDFS 구성 매개 변수(hdfs-site.xml)를 지정합니다.
headNodeSize HDInsight 클러스터의 헤드 노드 크기를 지정합니다.
hiveConfiguration HDInsight 클러스터에 대한 hive 구성 매개 변수(hive-site.xml)를 지정합니다.
hostSubscriptionId 클러스터를 호스트할 고객의 구독입니다. 형식: string(또는 resultType 문자열이 있는 식).
linkedServiceName 데이터를 저장 및 처리하기 위해 주문형 클러스터에서 사용하는 Azure Storage 연결 서비스입니다. LinkedServiceReference (필수)
mapReduceConfiguration HDInsight 클러스터에 대한 MapReduce 구성 매개 변수(mapred-site.xml)를 지정합니다.
oozieConfiguration HDInsight 클러스터에 대한 Oozie 구성 매개 변수(oozie-site.xml)를 지정합니다.
scriptActions HDI 온디맨드 클러스터가 완료되면 실행할 사용자 지정 스크립트 작업입니다. /azure/hdinsight/hdinsight-hadoop-customize-cluster-linux?toc=%2Fen-us%2Fazure%2Fhdinsight%2Fr-server%2FTOC.json&bc=%2Fen-us%2Fazure%2Fbread%2Ftoc.json#understanding-script-actions를 참조하세요. ScriptAction[]
servicePrincipalId hostSubscriptionId의 서비스 주체 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
servicePrincipalKey 서비스 주체 ID의 키입니다. SecretBase
sparkVersion 클러스터 유형이 'spark'인 경우 spark의 버전입니다. 형식: string(또는 resultType 문자열이 있는 식).
stormConfiguration HDInsight 클러스터에 대한 Storm 구성 매개 변수(storm-site.xml)를 지정합니다.
subnetName vNet의 서브넷에 대한 ARM 리소스 ID입니다. virtualNetworkId를 지정한 경우 이 속성이 필요합니다. 형식: string(또는 resultType 문자열이 있는 식).
tenant 서비스 주체가 속한 테넌트 ID/이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
timeToLive 주문형 HDInsight 클러스터에 대한 허용된 유휴 시간입니다. 클러스터에 다른 활성 작업이 없으면 작업이 완료된 후에 주문형 HDInsight 클러스터가 유지될 기간을 지정합니다. 최소값은 5분입니다. 형식: string(또는 resultType 문자열이 있는 식).
버전 HDInsight 클러스터의 버전입니다.  형식: string(또는 resultType 문자열이 있는 식).
virtualNetworkId 클러스터를 만든 후 조인해야 하는 vNet의 ARM 리소스 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
yarnConfiguration HDInsight 클러스터에 대한 Yarn 구성 매개 변수(yarn-site.xml)를 지정합니다.
zookeeperNodeSize HDInsight 클러스터에 대한 Zoo Keeper 노드의 크기를 지정합니다.

ScriptAction

Name Description
name 사용자가 스크립트 작업의 이름을 제공했습니다. string(필수)
매개 변수 스크립트 동작에 대한 매개 변수입니다. 문자열
역할 스크립트 동작을 실행해야 하는 노드 형식입니다.
uri 스크립트 동작에 대한 URI입니다. string(필수)

HiveLinkedService

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

HiveLinkedServiceTypeProperties

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

HttpLinkedService

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

HttpLinkedServiceTypeProperties

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

HubspotLinkedService

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

HubspotLinkedServiceTypeProperties

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

ImpalaLinkedService

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

ImpalaLinkedServiceTypeProperties

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

InformixLinkedService

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

InformixLinkedServiceTypeProperties

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

JiraLinkedService

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

JiraLinkedServiceTypeProperties

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

LakeHouseLinkedService

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

LakeHouseLinkedServiceTypeProperties

Name Description
artifactId Microsoft Fabric LakeHouse 아티팩트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
servicePrincipalCredential Azure Active Directory에서 서비스 주체 개체의 자격 증명입니다. servicePrincipalCredentialType이 'ServicePrincipalKey'인 경우 servicePrincipalCredential은 SecureString 또는 AzureKeyVaultSecretReference일 수 있습니다. servicePrincipalCredentialType이 'ServicePrincipalCert'인 경우 servicePrincipalCredential은 AzureKeyVaultSecretReference만 될 수 있습니다. SecretBase
servicePrincipalCredentialType 서버 간 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
servicePrincipalId Microsoft Fabric LakeHouse에 대해 인증하는 데 사용되는 애플리케이션의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
servicePrincipalKey Microsoft Fabric LakeHouse에 대해 인증하는 데 사용되는 애플리케이션의 키입니다. SecretBase
tenant 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
workspaceId Microsoft Fabric 작업 영역의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

MagentoLinkedService

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

MagentoLinkedServiceTypeProperties

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

MariaDBLinkedService

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

MariaDBLinkedServiceTypeProperties

Name Description
connectionString ODBC 연결 문자열. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
데이터베이스 연결의 데이터베이스 이름입니다. 형식: 문자열입니다.
driverVersion MariaDB 드라이버의 버전입니다. 형식: 문자열입니다. 레거시 드라이버의 경우 V1 또는 비어 있음, 새 드라이버의 경우 V2입니다. V1은 연결 문자열 및 속성 모음을 지원할 수 있으며 V2는 연결 문자열만 지원할 수 있습니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password 연결 문자열 암호의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
포트 연결의 포트입니다. 형식: 정수입니다.
서버 연결의 서버 이름입니다. 형식: 문자열입니다.
사용자 이름 인증을 위한 사용자 이름입니다. 형식: 문자열입니다.

MarketoLinkedService

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

MarketoLinkedServiceTypeProperties

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

MicrosoftAccessLinkedService

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

MicrosoftAccessLinkedServiceTypeProperties

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

MongoDbLinkedService

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

MongoDbLinkedServiceTypeProperties

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

MongoDbAtlasLinkedService

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

MongoDbAtlasLinkedServiceTypeProperties

Name Description
connectionString MongoDB 아틀라스 연결 문자열. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
데이터베이스 액세스하려는 MongoDB Atlas 데이터베이스의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
driverVersion 선택하려는 드라이버 버전입니다. 허용되는 값은 v1 및 v2입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

MongoDbV2LinkedService

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

MongoDbV2LinkedServiceTypeProperties

Name Description
connectionString MongoDB 연결 문자열. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
데이터베이스 액세스하려는 MongoDB 데이터베이스의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

MySqlLinkedService

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

MySqlLinkedServiceTypeProperties

Name Description
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
데이터베이스 연결의 데이터베이스 이름입니다. 형식: 문자열입니다.
driverVersion MySQL 드라이버의 버전입니다. 형식: 문자열입니다. 레거시 드라이버의 경우 V1 또는 비어 있음, 새 드라이버의 경우 V2입니다. V1은 연결 문자열 및 속성 모음을 지원할 수 있으며 V2는 연결 문자열만 지원할 수 있습니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password 연결 문자열 암호의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
포트 연결의 포트입니다. 형식: 정수입니다.
서버 연결의 서버 이름입니다. 형식: 문자열입니다.
sslMode 연결에 대한 SSL 모드입니다. 형식: 정수입니다. 0: disable, 1: prefer, 2: require, 3: verify-ca, 4: verify-full.
사용자 이름 인증을 위한 사용자 이름입니다. 형식: 문자열입니다.
useSystemTrustStore 연결에 시스템 신뢰 저장소를 사용합니다. 형식: 정수입니다. 0: 사용, 1: 사용 안 함.

NetezzaLinkedService

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

NetezzaLinkedServiceTypeProperties

Name Description
connectionString ODBC 연결 문자열. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
pwd 연결 문자열 암호의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference

ODataLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'OData'(필수)
typeProperties OData 연결된 서비스 속성입니다. ODataLinkedServiceTypeProperties (필수)

ODataLinkedServiceTypeProperties

Name Description
aadResourceId 디렉터리를 사용하도록 권한 부여를 요청하는 리소스를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식).
aadServicePrincipalCredentialType 서비스 주체에 사용되는 자격 증명 유형(키 또는 인증서)을 지정합니다. 'ServicePrincipalCert'
'ServicePrincipalKey'
authenticationType OData 서비스에 연결하는 데 사용되는 인증 유형입니다. 'AadServicePrincipal'
'익명'
'Basic'
'ManagedServiceIdentity'
'Windows'
authHeaders 권한 부여에 사용되는 RESTful API에 대한 요청의 추가 HTTP 헤더입니다. 형식: 키 값 쌍(값은 문자열 형식이어야 합니다).
azureCloudType 서비스 주체 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: string(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password OData 서비스의 암호입니다. SecretBase
servicePrincipalEmbeddedCert Azure Active Directory에 등록된 애플리케이션의 base64로 인코딩된 인증서를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식). SecretBase
servicePrincipalEmbeddedCertPassword 인증서에 암호가 있고 AadServicePrincipal 인증을 사용하는 경우 인증서의 암호를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식). SecretBase
servicePrincipalId Azure Active Directory에 등록된 애플리케이션의 애플리케이션 ID를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
servicePrincipalKey Azure Active Directory에 등록된 애플리케이션의 비밀을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase
tenant 애플리케이션이 있는 테넌트 정보(도메인 이름 또는 테넌트 ID)를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
url OData 서비스 엔드포인트의 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
userName OData 서비스의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

OdbcLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Odbc'(필수)
typeProperties ODBC 연결된 서비스 속성입니다. OdbcLinkedServiceTypeProperties (필수)

OdbcLinkedServiceTypeProperties

Name Description
authenticationType ODBC 데이터 저장소에 연결하는 데 사용되는 인증 형식입니다. 가능한 값은 익명 및 기본입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
connectionString 연결 문자열 액세스하지 않는 자격 증명 부분과 선택적으로 암호화된 자격 증명입니다. 형식: string 또는 SecureString 또는 AzureKeyVaultSecretReference 또는 resultType 문자열이 있는 식입니다.
자격 증명(credential) 드라이버 관련 속성 값 형식에 지정된 연결 문자열의 액세스 자격 증명 부분입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password 기본 인증을 위한 암호입니다. SecretBase
userName 기본 인증의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

Office365LinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Office365'(필수)
typeProperties Office365 연결된 서비스 속성. Office365LinkedServiceTypeProperties (필수)

Office365LinkedServiceTypeProperties

Name Description
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
office365TenantId Office 365 계정이 속하는 Azure 테넌트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
servicePrincipalId 애플리케이션의 클라이언트 ID를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
servicePrincipalKey 애플리케이션의 키를 지정합니다. SecretBase (필수)
servicePrincipalTenantId Azure AD 웹 애플리케이션이 상주하는 테넌트 정보를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

OracleLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Oracle'(필수)
typeProperties Oracle 데이터베이스 연결된 서비스 속성입니다. OracleLinkedServiceTypeProperties (필수)

OracleLinkedServiceTypeProperties

Name Description
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password 연결 문자열 암호의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference

OracleCloudStorageLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'OracleCloudStorage'(필수)
typeProperties Oracle Cloud Storage 연결된 서비스 속성. OracleCloudStorageLinkedServiceTypeProperties (필수)

OracleCloudStorageLinkedServiceTypeProperties

Name Description
accessKeyId Oracle IAM(Cloud Storage Identity and Access Management) 사용자의 액세스 키 식별자입니다. 형식: string(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
secretAccessKey Oracle IAM(Cloud Storage ID 및 액세스 관리) 사용자의 비밀 액세스 키입니다. SecretBase
serviceUrl 이 값은 Oracle Cloud Storage 커넥터를 사용하여 액세스할 엔드포인트를 지정합니다. 선택적 속성입니다. 다른 서비스 엔드포인트를 시도하거나 https와 http 간에 전환하려는 경우에만 변경합니다. 형식: string(또는 resultType 문자열이 있는 식).

OracleServiceCloudLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'OracleServiceCloud'(필수)
typeProperties Oracle Service Cloud 연결된 서비스 속성입니다. OracleServiceCloudLinkedServiceTypeProperties (필수)

OracleServiceCloudLinkedServiceTypeProperties

Name Description
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
host Oracle Service Cloud 인스턴스의 URL입니다.
password 사용자 이름 키에서 제공한 사용자 이름에 해당하는 암호입니다. SecretBase (필수)
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
사용자 이름 Oracle Service Cloud 서버에 액세스하는 데 사용하는 사용자 이름입니다.

PaypalLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Paypal'(필수)
typeProperties Paypal Service 연결된 서비스 속성입니다. PaypalLinkedServiceTypeProperties (필수)

PaypalLinkedServiceTypeProperties

Name Description
clientId PayPal 애플리케이션과 연결된 클라이언트 ID입니다.
clientSecret PayPal 애플리케이션과 연결된 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
host PayPal 인스턴스의 URL입니다. (즉, api.sandbox.paypal.com)
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다.

PhoenixLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Phoenix'(필수)
typeProperties Phoenix 서버 연결된 서비스 속성입니다. PhoenixLinkedServiceTypeProperties (필수)

PhoenixLinkedServiceTypeProperties

Name Description
allowHostNameCNMismatch SSL을 통해 연결할 때 CA 발급 인증서 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 false입니다.
allowSelfSignedServerCert 서버의 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다.
authenticationType Phoenix 서버에 연결하는 데 사용되는 인증 메커니즘입니다. '익명'
'UsernameAndPassword'
'WindowsAzureHDInsightService'(필수)
enableSsl 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
host Phoenix 서버의 IP 주소 또는 호스트 이름입니다. 즉, 192.168.222.160입니다.
httpPath Phoenix 서버에 해당하는 부분 URL입니다. (예: /gateway/sandbox/phoenix/version). WindowsAzureHDInsightService를 사용하는 경우 기본값은 hbasephoenix입니다.
password 사용자 이름에 해당하는 암호입니다. SecretBase
포트 Phoenix 서버가 클라이언트 연결을 수신하는 데 사용하는 TCP 포트입니다. 기본값은 8765입니다.
trustedCertPath SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서를 포함하는 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다.
사용자 이름 Phoenix 서버에 연결하는 데 사용되는 사용자 이름입니다.
useSystemTrustStore 시스템 신뢰 저장소 또는 지정된 PEM 파일의 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다.

PostgreSqlLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'PostgreSql'(필수)
typeProperties PostgreSQL 연결된 서비스 속성입니다. PostgreSqlLinkedServiceTypeProperties (필수)

PostgreSqlLinkedServiceTypeProperties

Name Description
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password 연결 문자열 암호의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference

PostgreSqlV2LinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'PostgreSqlV2'(필수)
typeProperties PostgreSQLV2 연결된 서비스 속성입니다. PostgreSqlV2LinkedServiceTypeProperties (필수)

PostgreSqlV2LinkedServiceTypeProperties

Name Description
commandTimeout 시도를 종료하고 오류를 생성하기 전에 명령을 실행하는 동안 대기하는 시간(초)입니다. 무한대에 대해 0으로 설정합니다. 형식: 정수입니다.
connectionTimeout 시도를 종료하고 오류를 생성하기 전에 연결을 설정하는 동안 대기하는 시간(초)입니다. 형식: 정수입니다.
데이터베이스 연결의 데이터베이스 이름입니다. 형식: 문자열입니다.
encoding PostgreSQL 문자열 데이터를 인코딩/디코딩하는 데 사용할 .NET 인코딩을 가져오거나 설정합니다. Type: string
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
logParameters 사용하도록 설정하면 명령이 실행될 때 매개 변수 값이 기록됩니다. 형식: 부울.
password 연결 문자열 암호의 Azure Key Vault 비밀 참조입니다. 형식: 문자열입니다. AzureKeyVaultSecretReference
풀링 연결 풀링을 사용해야 하는지 여부입니다. 형식: 부울.
포트 연결의 포트입니다. 형식: 정수입니다.
readBufferSize 읽을 때 내부 버퍼가 사용하는 크기를 결정합니다. 데이터베이스에서 큰 값을 전송하는 경우 성능이 향상될 수 있습니다. 형식: 정수입니다.
스키마 스키마 검색 경로를 설정합니다. 형식: 문자열입니다.
서버 연결의 서버 이름입니다. 형식: 문자열입니다.
sslCertificate 서버로 보낼 클라이언트 인증서의 위치입니다. 형식: 문자열입니다.
sslKey 서버로 보낼 클라이언트 인증서에 대한 클라이언트 키의 위치입니다. 형식: 문자열입니다.
sslMode 연결에 대한 SSL 모드입니다. 형식: 정수입니다. 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full. 형식: 정수입니다.
sslPassword 클라이언트 인증서의 키에 대한 암호입니다. 형식: 문자열입니다.
timezone 세션 표준 시간대를 가져오거나 설정합니다. 형식: 문자열입니다.
trustServerCertificate 서버 인증서의 유효성을 검사하지 않고 서버 인증서를 신뢰할지 여부입니다. 형식: 부울.
사용자 이름 인증을 위한 사용자 이름입니다. 형식: 문자열입니다.

PrestoLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Presto'(필수)
typeProperties Presto 서버 연결된 서비스 속성입니다. PrestoLinkedServiceTypeProperties (필수)

PrestoLinkedServiceTypeProperties

Name Description
allowHostNameCNMismatch SSL을 통해 연결할 때 CA 발급 인증서 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 false입니다.
allowSelfSignedServerCert 서버의 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다.
authenticationType Presto 서버에 연결하는 데 사용되는 인증 메커니즘입니다. '익명'
'LDAP'(필수)
카탈로그 서버에 대한 모든 요청의 카탈로그 컨텍스트입니다.
enableSsl 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
host Presto 서버의 IP 주소 또는 호스트 이름입니다. 즉, 192.168.222.160입니다.
password 사용자 이름에 해당하는 암호입니다. SecretBase
포트 Presto 서버가 클라이언트 연결을 수신하는 데 사용하는 TCP 포트입니다. 기본값은 8080입니다.
serverVersion Presto 서버의 버전입니다. 즉, 0.148-t입니다.
timeZoneID 연결에서 사용되는 현지 표준 시간대입니다. 이 옵션에 유효한 값은 IANA 표준 시간대 데이터베이스에 지정되어 있습니다. 기본값은 시스템 표준 시간대입니다.
trustedCertPath SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서를 포함하는 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다.
사용자 이름 Presto에 연결하는 데 사용되는 사용자 이름입니다.
useSystemTrustStore 시스템 신뢰 저장소 또는 지정된 PEM 파일의 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다.

QuickbaseLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Quickbase'(필수)
typeProperties 빠른베이스 연결된 서비스 속성입니다. QuickbaseLinkedServiceTypeProperties (필수)

QuickbaseLinkedServiceTypeProperties

Name Description
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
url Quickbase 원본을 연결할 URL입니다. 형식: string(또는 resultType 문자열이 있는 식).
userToken Quickbase 원본에 대한 사용자 토큰입니다. SecretBase (필수)

QuickBooksLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'QuickBooks'(필수)
typeProperties QuickBooks 서버 연결된 서비스 속성입니다. QuickBooksLinkedServiceTypeProperties (필수)

QuickBooksLinkedServiceTypeProperties

Name Description
accessToken OAuth 1.0 인증에 대한 액세스 토큰입니다. SecretBase
accessTokenSecret OAuth 1.0 인증에 대한 액세스 토큰 암호입니다. SecretBase
companyId 권한 부여할 QuickBooks 회사의 회사 ID입니다.
connectionProperties QuickBooks에 연결하는 데 사용되는 속성입니다. 연결된 서비스의 다른 속성과 함께 사용할 수 없습니다. 형식: 개체입니다.
consumerKey OAuth 1.0 인증에 대한 소비자 키입니다.
consumerSecret OAuth 1.0 인증에 대한 소비자 비밀입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
엔드포인트(endpoint) QuickBooks 서버의 엔드포인트입니다. (즉, quickbooks.api.intuit.com)
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다.

ResponsysLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Responsys'(필수)
typeProperties Responsys 연결된 서비스 속성입니다. ResponsysLinkedServiceTypeProperties (필수)

ResponsysLinkedServiceTypeProperties

Name Description
clientId Responsys 애플리케이션과 연결된 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
clientSecret Responsys 애플리케이션과 연결된 클라이언트 암호입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
엔드포인트(endpoint) Responsys 서버의 엔드포인트입니다.
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).

RestServiceLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'RestService'(필수)
typeProperties Rest Service 연결된 서비스 속성입니다. RestServiceLinkedServiceTypeProperties (필수)

RestServiceLinkedServiceTypeProperties

Name Description
aadResourceId 사용 권한을 요청하는 리소스. 형식: 문자열(또는 resultType 문자열이 있는 식).
authenticationType REST 서비스에 연결하는 데 사용되는 인증 형식입니다. 'AadServicePrincipal'
'익명'
'기본'
'ManagedServiceIdentity'
'OAuth2ClientCredential'(필수)
authHeaders 권한 부여에 사용되는 RESTful API에 대한 요청의 추가 HTTP 헤더입니다. 형식: 개체(또는 resultType 개체가 있는 Expression).
azureCloudType 서비스 원칙 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
clientId 애플리케이션과 연결된 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
clientSecret 애플리케이션과 연결된 클라이언트 암호입니다. SecretBase
자격 증명(credential) 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
enableServerCertificateValidation 엔드포인트에 연결할 때 서버 쪽 SSL 인증서의 유효성을 검사할지 여부입니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
password 기본 인증 유형에 사용되는 암호입니다. SecretBase
resource 액세스가 요청될 대상 서비스 또는 리소스입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
scope 필요한 액세스 범위입니다. 어떤 종류의 액세스가 요청될지 설명합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
servicePrincipalId AadServicePrincipal 인증 유형에 사용되는 애플리케이션의 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
servicePrincipalKey AadServicePrincipal 인증 유형에 사용되는 애플리케이션의 키입니다. SecretBase
tenant 애플리케이션이 상주하는 AadServicePrincipal 인증 유형에 사용되는 테넌트 정보(도메인 이름 또는 테넌트 ID)입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
tokenEndpoint 액세스 토큰을 획득할 권한 부여 서버의 토큰 엔드포인트입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
url REST 서비스의 기본 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
userName 기본 인증 유형에 사용되는 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

SalesforceLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Salesforce'(필수)
typeProperties Salesforce 연결된 서비스 속성입니다. SalesforceLinkedServiceTypeProperties (필수)

SalesforceLinkedServiceTypeProperties

Name Description
apiVersion ADF에서 사용되는 Salesforce API 버전입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
environmentUrl Salesforce instance URL입니다. 기본값은 ''https://login.salesforce.com입니다. 샌드박스에서 데이터를 복사하려면 ''https://test.salesforce.com을 지정합니다. 사용자 지정 도메인에서 데이터를 복사하려면 'https://[domain].my.salesforce.com'를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
password Salesforce instance 기본 인증에 대한 암호입니다. SecretBase
securityToken 보안 토큰은 Salesforce instance 원격으로 액세스하기 위한 선택 사항입니다. SecretBase
사용자 이름 Salesforce instance 기본 인증의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

SalesforceMarketingCloudLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'SalesforceMarketingCloud'(필수)
typeProperties Salesforce Marketing Cloud 연결된 서비스 속성. SalesforceMarketingCloudLinkedServiceTypeProperties (필수)

SalesforceMarketingCloudLinkedServiceTypeProperties

Name Description
clientId Salesforce Marketing Cloud 애플리케이션과 관련된 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
clientSecret Salesforce Marketing Cloud 애플리케이션과 관련된 클라이언트 암호입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase
connectionProperties Salesforce Marketing Cloud에 연결하는 데 사용되는 속성입니다. 연결된 서비스의 다른 속성과 함께 사용할 수 없습니다. 형식: 개체입니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).

SalesforceServiceCloudLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'SalesforceServiceCloud'(필수)
typeProperties Salesforce Service Cloud 연결된 서비스 속성입니다. SalesforceServiceCloudLinkedServiceTypeProperties (필수)

SalesforceServiceCloudLinkedServiceTypeProperties

Name Description
apiVersion ADF에서 사용되는 Salesforce API 버전입니다. 형식: string(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
environmentUrl Salesforce Service Cloud instance URL입니다. 기본값은 ''https://login.salesforce.com입니다. 샌드박스에서 데이터를 복사하려면 ''https://test.salesforce.com를 지정합니다. 사용자 지정 도메인에서 데이터를 복사하려면 'https://[domain].my.salesforce.com'을 지정합니다. 형식: string(또는 resultType 문자열이 있는 식).
extendedProperties 연결 문자열 추가된 확장 속성입니다. 형식: string(또는 resultType 문자열이 있는 식).
password Salesforce instance 기본 인증에 대한 암호입니다. SecretBase
securityToken 보안 토큰은 Salesforce instance 원격으로 액세스하는 선택 사항입니다. SecretBase
사용자 이름 Salesforce instance 기본 인증의 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

SalesforceServiceCloudV2LinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'SalesforceServiceCloudV2'(필수)
typeProperties Salesforce Service Cloud V2 연결된 서비스 속성. SalesforceServiceCloudV2LinkedServiceTypeProperties (필수)

SalesforceServiceCloudV2LinkedServiceTypeProperties

Name Description
apiVersion ADF에서 사용되는 Salesforce API 버전입니다. 버전은 Salesforce BULK API 2.0에 필요한 47.0보다 크거나 같아야 합니다. 형식: string(또는 resultType 문자열이 있는 식).
authenticationType Salesforce에 연결하는 데 사용할 인증 유형입니다. 현재 OAuth2ClientCredentials만 지원하며 기본값이기도 합니다.
clientId Salesforce instance OAuth 2.0 클라이언트 자격 증명 흐름 인증에 대한 클라이언트 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
clientSecret Salesforce instance OAuth 2.0 클라이언트 자격 증명 흐름 인증에 대한 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
environmentUrl Salesforce Service Cloud instance URL입니다. 예를 들어 'https://[domain].my.salesforce.com'입니다. 형식: string(또는 resultType 문자열이 있는 식).

SalesforceV2LinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'SalesforceV2'(필수)
typeProperties Salesforce V2 연결된 서비스 속성입니다. SalesforceV2LinkedServiceTypeProperties (필수)

SalesforceV2LinkedServiceTypeProperties

Name Description
apiVersion ADF에서 사용되는 Salesforce API 버전입니다. 버전은 Salesforce BULK API 2.0에 필요한 47.0보다 크거나 같아야 합니다. 형식: string(또는 resultType 문자열이 있는 식).
authenticationType Salesforce에 연결하는 데 사용할 인증 유형입니다. 현재 OAuth2ClientCredentials만 지원하며 기본값이기도 합니다.
clientId Salesforce instance OAuth 2.0 클라이언트 자격 증명 흐름 인증에 대한 클라이언트 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
clientSecret Salesforce instance OAuth 2.0 클라이언트 자격 증명 흐름 인증에 대한 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
environmentUrl Salesforce instance URL입니다. 예를 들어 'https://[domain].my.salesforce.com'입니다. 형식: string(또는 resultType 문자열이 있는 식).

SapBWLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'SapBW'(필수)
typeProperties 이 연결된 서비스 유형과 관련된 속성입니다. SapBWLinkedServiceTypeProperties (필수)

SapBWLinkedServiceTypeProperties

Name Description
clientId BW 시스템에 있는 클라이언트의 클라이언트 ID입니다. (일반적으로 문자열로 표시되는 3자리 10진수) 형식: string(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password SAP BW 서버에 액세스하기 위한 암호입니다. SecretBase
서버 SAP BW instance 호스트 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
systemNumber BW 시스템의 시스템 번호입니다. (일반적으로 문자열로 표시되는 2자리 10진수입니다.) 형식: string(또는 resultType 문자열이 있는 식).
userName SAP BW 서버에 액세스하기 위한 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

SapCloudForCustomerLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'SapCloudForCustomer'(필수)
typeProperties SAP Cloud for Customer 연결된 서비스 속성. SapCloudForCustomerLinkedServiceTypeProperties (필수)

SapCloudForCustomerLinkedServiceTypeProperties

Name Description
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. encryptedCredential 또는 사용자 이름/암호를 제공해야 합니다. 형식: 문자열입니다. string
password 기본 인증의 암호입니다. SecretBase
url SAP Cloud for Customer OData API의 URL입니다. 예를 들어 '[https://[tenantname].crm.ondemand.com/sap/c4c/odata/v1]'입니다. 형식: string(또는 resultType 문자열이 있는 식).
사용자 이름 기본 인증의 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

SapEccLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'SapEcc'(필수)
typeProperties SAP ECC 연결된 서비스 속성입니다. SapEccLinkedServiceTypeProperties (필수)

SapEccLinkedServiceTypeProperties

Name Description
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. encryptedCredential 또는 사용자 이름/암호를 제공해야 합니다. 형식: 문자열입니다. string
password 기본 인증의 암호입니다. SecretBase
url SAP ECC OData API의 URL입니다. 예: '[https://hostname:port/sap/opu/odata/sap/servicename/]'. 형식: string(또는 resultType 문자열이 있는 식).
사용자 이름 기본 인증의 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

SapHanaLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'SapHana'(필수)
typeProperties 이 연결된 서비스 유형과 관련된 속성입니다. SapHanaLinkedServiceProperties (필수)

SapHanaLinkedServiceProperties

Name Description
authenticationType SAP HANA 서버에 연결하는 데 사용할 인증 유형입니다. 'Basic'
'Windows'
connectionString SAP HANA ODBC 연결 문자열. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password SAP HANA 서버에 액세스하기 위한 암호입니다. SecretBase
서버 SAP HANA 서버의 호스트 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
userName SAP HANA 서버에 액세스하기 위한 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

SapOdpLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'SapOdp'(필수)
typeProperties SAP ODP 연결된 서비스 유형과 관련된 속성입니다. SapOdpLinkedServiceTypeProperties (필수)

SapOdpLinkedServiceTypeProperties

Name Description
clientId 테이블이 있는 SAP 시스템의 클라이언트 ID입니다. (일반적으로 문자열로 표시되는 3자리 10진수) 형식: string(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
언어 테이블이 있는 SAP 시스템의 언어입니다. 기본값은 EN입니다. 형식: string(또는 resultType 문자열이 있는 식).
logonGroup SAP 시스템의 로그온 그룹입니다. 형식: string(또는 resultType 문자열이 있는 식).
messageServer SAP 메시지 서버의 호스트 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
messageServerService 메시지 서버의 서비스 이름 또는 포트 번호입니다. 형식: string(또는 resultType 문자열이 있는 식).
password 테이블이 있는 SAP 서버에 액세스하기 위한 암호입니다. SecretBase
서버 테이블이 있는 SAP instance 호스트 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
sncLibraryPath 테이블이 있는 SAP 서버에 액세스하기 위한 외부 보안 제품의 라이브러리입니다. 형식: string(또는 resultType 문자열이 있는 식).
sncMode 테이블이 있는 SAP 서버에 액세스하기 위한 SNC 활성화 표시기입니다. 0(끄기) 또는 1(켜기)이어야 합니다. 형식: string(또는 resultType 문자열이 있는 식).
sncMyName 테이블이 있는 SAP 서버에 액세스하기 위한 초기자의 SNC 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
sncPartnerName 테이블이 있는 SAP 서버에 액세스하기 위한 통신 파트너의 SNC 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
sncQop SNC 보호 품질. 허용되는 값은 1, 2, 3, 8, 9입니다. 형식: string(또는 resultType 문자열이 있는 식).
subscriberName 구독자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
systemId 테이블이 있는 SAP 시스템의 SystemID입니다. 형식: string(또는 resultType 문자열이 있는 식).
systemNumber 테이블이 있는 SAP 시스템의 시스템 번호입니다. (일반적으로 문자열로 표시되는 2자리 10진수입니다.) 형식: string(또는 resultType 문자열이 있는 식).
userName 테이블이 있는 SAP 서버에 액세스하기 위한 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
x509CertificatePath SNC X509 인증서 파일 경로입니다. 형식: string(또는 resultType 문자열이 있는 식).

SapOpenHubLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'SapOpenHub'(필수)
typeProperties SAP Business Warehouse Open Hub 대상 연결된 서비스 유형과 관련된 속성입니다. SapOpenHubLinkedServiceTypeProperties (필수)

SapOpenHubLinkedServiceTypeProperties

Name Description
clientId 오픈 허브 대상이 있는 BW 시스템의 클라이언트 ID입니다. (일반적으로 문자열로 표시되는 3자리 10진수) 형식: string(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
언어 오픈 허브 대상이 있는 BW 시스템의 언어입니다. 기본값은 EN입니다. 형식: string(또는 resultType 문자열이 있는 식).
logonGroup SAP 시스템의 로그온 그룹입니다. 형식: string(또는 resultType 문자열이 있는 식).
messageServer SAP 메시지 서버의 호스트 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
messageServerService 메시지 서버의 서비스 이름 또는 포트 번호입니다. 형식: string(또는 resultType 문자열이 있는 식).
password 오픈 허브 대상이 있는 SAP BW 서버에 액세스하기 위한 암호입니다. SecretBase
서버 오픈 허브 대상이 있는 SAP BW instance 호스트 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
systemId 테이블이 있는 SAP 시스템의 SystemID입니다. 형식: string(또는 resultType 문자열이 있는 식).
systemNumber 오픈 허브 대상이 있는 BW 시스템의 시스템 번호입니다. (일반적으로 문자열로 표시되는 2자리 10진수입니다.) 형식: string(또는 resultType 문자열이 있는 식).
userName 열려 있는 허브 대상이 있는 SAP BW 서버에 액세스하기 위한 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

SapTableLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'SapTable'(필수)
typeProperties 이 연결된 서비스 유형과 관련된 속성입니다. SapTableLinkedServiceTypeProperties (필수)

SapTableLinkedServiceTypeProperties

Name Description
clientId 테이블이 있는 SAP 시스템의 클라이언트 ID입니다. (일반적으로 문자열로 표시되는 3자리 10진수) 형식: string(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
언어 테이블이 있는 SAP 시스템의 언어입니다. 기본값은 EN입니다. 형식: string(또는 resultType 문자열이 있는 식).
logonGroup SAP 시스템의 로그온 그룹입니다. 형식: string(또는 resultType 문자열이 있는 식).
messageServer SAP 메시지 서버의 호스트 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
messageServerService 메시지 서버의 서비스 이름 또는 포트 번호입니다. 형식: string(또는 resultType 문자열이 있는 식).
password 테이블이 있는 SAP 서버에 액세스하기 위한 암호입니다. SecretBase
서버 테이블이 있는 SAP instance 호스트 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
sncLibraryPath 테이블이 있는 SAP 서버에 액세스하기 위한 외부 보안 제품의 라이브러리입니다. 형식: string(또는 resultType 문자열이 있는 식).
sncMode 테이블이 있는 SAP 서버에 액세스하기 위한 SNC 활성화 표시기입니다. 0(끄기) 또는 1(켜기)이어야 합니다. 형식: string(또는 resultType 문자열이 있는 식).
sncMyName 테이블이 있는 SAP 서버에 액세스하기 위한 초기자의 SNC 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
sncPartnerName 테이블이 있는 SAP 서버에 액세스하기 위한 통신 파트너의 SNC 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
sncQop SNC 보호 품질. 허용되는 값은 1, 2, 3, 8, 9입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
systemId 테이블이 있는 SAP 시스템의 SystemID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
systemNumber 테이블이 있는 SAP 시스템의 시스템 번호입니다. (일반적으로 문자열로 표시되는 2자리 10진수입니다.) 형식: 문자열(또는 resultType 문자열이 있는 식).
userName 테이블이 있는 SAP 서버에 액세스하는 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

ServiceNowLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'ServiceNow'(필수)
typeProperties ServiceNow 서버 연결된 서비스 속성입니다. ServiceNowLinkedServiceTypeProperties (필수)

ServiceNowLinkedServiceTypeProperties

Name Description
authenticationType 사용할 인증 유형입니다. '기본'
'OAuth2'(필수)
clientId OAuth2 인증에 대한 클라이언트 ID입니다.
clientSecret OAuth2 인증의 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
엔드포인트(endpoint) ServiceNow 서버의 엔드포인트입니다. (예: {instance}.service-now.com)
password 기본 및 OAuth2 인증의 사용자 이름에 해당하는 암호입니다. SecretBase
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다.
사용자 이름 기본 및 OAuth2 인증을 위해 ServiceNow 서버에 연결하는 데 사용되는 사용자 이름입니다.

ServiceNowV2LinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'ServiceNowV2'(필수)
typeProperties ServiceNowV2 서버 연결된 서비스 속성입니다. ServiceNowV2LinkedServiceTypeProperties (필수)

ServiceNowV2LinkedServiceTypeProperties

Name Description
authenticationType 사용할 인증 유형입니다. '기본'
'OAuth2'(필수)
clientId OAuth2 인증에 대한 클라이언트 ID입니다.
clientSecret OAuth2 인증의 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
엔드포인트(endpoint) ServiceNowV2 서버의 엔드포인트입니다. (예: {instance}.service-now.com)
grantType OAuth2 인증에 대한 GrantType입니다. 기본값은 암호입니다.
password 기본 및 OAuth2 인증의 사용자 이름에 해당하는 암호입니다. SecretBase
사용자 이름 Basic 및 OAuth2 인증을 위해 ServiceNowV2 서버에 연결하는 데 사용되는 사용자 이름입니다.

SftpServerLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Sftp'(필수)
typeProperties 이 연결된 서비스 유형과 관련된 속성입니다. SftpServerLinkedServiceTypeProperties (필수)

SftpServerLinkedServiceTypeProperties

Name Description
authenticationType FTP 서버에 연결하는 데 사용할 인증 유형입니다. '기본'
'MultiFactor'
'SshPublicKey'
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
호스트 SFTP 서버 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
hostKeyFingerprint SFTP 서버의 호스트 키 지문입니다. SkipHostKeyValidation이 false이면 HostKeyFingerprint를 지정해야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
passPhrase SSH 프라이빗 키가 암호화된 경우 SSH 프라이빗 키의 암호를 해독하는 암호입니다. SecretBase
password 기본 인증을 위해 SFTP 서버를 로그온하는 암호입니다. SecretBase
포트 SFTP 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트 번호입니다. 기본값은 22입니다. 형식: 정수(또는 resultType 정수의 식), 최소: 0.
privateKeyContent SshPublicKey 인증을 위해 Base64로 인코딩된 SSH 프라이빗 키 콘텐츠입니다. SshPublicKey 인증을 사용한 온-프레미스 복사의 경우 PrivateKeyPath 또는 PrivateKeyContent를 지정해야 합니다. SSH 프라이빗 키가 OpenSSH 형식이어야 합니다. SecretBase
privateKeyPath SshPublicKey 인증을 위한 SSH 프라이빗 키 파일 경로입니다. 온-프레미스 복사에만 유효합니다. SshPublicKey 인증을 사용한 온-프레미스 복사의 경우 PrivateKeyPath 또는 PrivateKeyContent를 지정해야 합니다. SSH 프라이빗 키가 OpenSSH 형식이어야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
skipHostKeyValidation true이면 SSH 호스트 키 유효성 검사를 건너뜁니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
userName SFTP 서버에 로그온하는 데 사용되는 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

SharePointOnlineListLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'SharePointOnlineList'(필수)
typeProperties SharePoint Online 연결된 서비스 속성을 나열합니다. SharePointOnlineListLinkedServiceTypeProperties (필수)

SharePointOnlineListLinkedServiceTypeProperties

Name Description
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
servicePrincipalId Azure Active Directory에 등록된 애플리케이션의 애플리케이션(클라이언트) ID입니다. 이 애플리케이션에 SharePoint 사이트 권한을 부여해야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
servicePrincipalKey Azure Active Directory에 등록된 애플리케이션의 클라이언트 암호입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase (필수)
siteUrl SharePoint Online 사이트의 URL입니다. https://contoso.sharepoint.com/sites/siteName)을 입력합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
tenantId 애플리케이션이 있는 테넌트 ID입니다. Azure Portal Active Directory 개요 페이지에서 찾을 수 있습니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

ShopifyLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Shopify'(필수)
typeProperties Shopify 서비스 연결된 서비스 속성. ShopifyLinkedServiceTypeProperties (필수)

ShopifyLinkedServiceTypeProperties

Name Description
accessToken Shopify의 데이터에 액세스하는 데 사용할 수 있는 API 액세스 토큰입니다. 토큰이 오프라인 모드인 경우 만료되지 않습니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
host Shopify 서버의 엔드포인트입니다. (즉, mystore.myshopify.com)
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다.

SmartsheetLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Smartsheet'(필수)
typeProperties 스마트시트 연결된 서비스 속성입니다. SmartsheetLinkedServiceTypeProperties (필수)

SmartsheetLinkedServiceTypeProperties

Name Description
apiToken Smartsheet 원본에 대한 api 토큰입니다. SecretBase (필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string

SnowflakeLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Snowflake'(필수)
typeProperties Snowflake 연결된 서비스 속성입니다. SnowflakeLinkedServiceTypeProperties (필수)

SnowflakeLinkedServiceTypeProperties

Name Description
connectionString 눈송이의 연결 문자열. 형식: string, SecureString.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password 연결 문자열 암호의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference

SnowflakeV2LinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'SnowflakeV2'(필수)
typeProperties Snowflake 연결된 서비스 속성입니다. SnowflakeLinkedV2ServiceTypeProperties (필수)

SnowflakeLinkedV2ServiceTypeProperties

Name Description
accountIdentifier Snowflake 계정의 계정 식별자(예: xy12345.east-us-2.azure)
authenticationType 인증에 사용되는 형식입니다. 형식: 문자열입니다. 'AADServicePrincipal'
'기본'
'KeyPair'
clientId AADServicePrincipal 인증을 위해 Azure Active Directory에 등록된 애플리케이션의 클라이언트 ID입니다.
clientSecret AADServicePrincipal 인증에 대한 클라이언트 암호의 Azure Key Vault 비밀 참조입니다. SecretBase
데이터베이스 Snowflake 데이터베이스의 이름입니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password 연결 문자열 암호의 Azure Key Vault 비밀 참조입니다. SecretBase
privateKey KeyPair 인증을 위한 privateKey의 Azure Key Vault 비밀 참조입니다. SecretBase
privateKeyPassphrase 암호화된 프라이빗 키를 사용한 KeyPair 인증에 대한 프라이빗 키 암호의 Azure Key Vault 비밀 참조입니다. SecretBase
scope AADServicePrincipal 인증을 위해 Azure Active Directory에 등록된 애플리케이션의 scope.
tenantId AADServicePrincipal 인증을 위해 Azure Active Directory에 등록된 애플리케이션의 테넌트 ID입니다.
사용자 Snowflake 사용자의 이름입니다.
warehouse Snowflake 창고의 이름입니다.

SparkLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Spark'(필수)
typeProperties Spark Server 연결된 서비스 속성입니다. SparkLinkedServiceTypeProperties (필수)

SparkLinkedServiceTypeProperties

Name Description
allowHostNameCNMismatch SSL을 통해 연결할 때 CA 발급 인증서 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 false입니다.
allowSelfSignedServerCert 서버의 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다.
authenticationType Spark 서버에 액세스하는 데 사용되는 인증 방법입니다. '익명'
'Username'
'UsernameAndPassword'
'WindowsAzureHDInsightService'(필수)
enableSsl 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
host Spark 서버의 IP 주소 또는 호스트 이름입니다.
httpPath Spark 서버에 해당하는 부분 URL입니다.
password 사용자 이름 필드에 제공한 사용자 이름에 해당하는 암호입니다. SecretBase
포트 Spark 서버가 클라이언트 연결을 수신하는 데 사용하는 TCP 포트입니다.
serverType Spark 서버의 유형입니다. 'SharkServer'
'SharkServer2'
'SparkThriftServer'
thriftTransportProtocol Thrift 계층에서 사용할 전송 프로토콜입니다. 'Binary'
'HTTP '
'SASL'
trustedCertPath SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서를 포함하는 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다.
사용자 이름 Spark 서버에 액세스하는 데 사용하는 사용자 이름입니다.
useSystemTrustStore 시스템 신뢰 저장소 또는 지정된 PEM 파일의 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다.

SqlServerLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'SqlServer'(필수)
typeProperties 연결된 서비스 속성을 SQL Server. SqlServerLinkedServiceTypeProperties (필수)

SqlServerLinkedServiceTypeProperties

Name Description
alwaysEncryptedSettings Sql은 항상 속성을 암호화합니다. SqlAlwaysEncryptedProperties
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password 온-프레미스 Windows 인증 암호입니다. SecretBase
userName 온-프레미스 Windows 인증 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

SquareLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Square'(필수)
typeProperties Square 서비스 연결된 서비스 속성입니다. SquareLinkedServiceTypeProperties (필수)

SquareLinkedServiceTypeProperties

Name Description
clientId Square 애플리케이션과 연결된 클라이언트 ID입니다.
clientSecret Square 애플리케이션과 연결된 클라이언트 암호입니다. SecretBase
connectionProperties Square에 연결하는 데 사용되는 속성입니다. 연결된 서비스의 다른 속성과 함께 사용할 수 없습니다. 형식: 개체입니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
호스트 Square 인스턴스의 URL입니다. 즉, mystore.mysquare.com입니다.
redirectUri Square 애플리케이션 대시보드에 지정된 리디렉션 URL입니다. 즉, http://localhost:2500입니다.
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다.

SybaseLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Sybase'(필수)
typeProperties Sybase 연결된 서비스 속성입니다. SybaseLinkedServiceTypeProperties (필수)

SybaseLinkedServiceTypeProperties

Name Description
authenticationType 연결에 사용할 AuthenticationType입니다. 'Basic'
'Windows'
데이터베이스 연결의 데이터베이스 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password 인증을 위한 암호입니다. SecretBase
스키마 연결에 대한 스키마 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
서버 연결의 서버 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
사용자 이름 인증을 위한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

TeamDeskLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'TeamDesk'(필수)
typeProperties TeamDesk 연결된 서비스 속성입니다. TeamDeskLinkedServiceTypeProperties (필수)

TeamDeskLinkedServiceTypeProperties

Name Description
apiToken TeamDesk 원본에 대한 api 토큰입니다. SecretBase
authenticationType 사용할 인증 유형입니다. '기본'
'토큰'(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password TeamDesk 원본의 암호입니다. SecretBase
url TeamDesk 원본을 연결할 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
userName TeamDesk 원본의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

TeradataLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Teradata'(필수)
typeProperties Teradata 연결된 서비스 속성입니다. TeradataLinkedServiceTypeProperties (필수)

TeradataLinkedServiceTypeProperties

Name Description
authenticationType 연결에 사용할 AuthenticationType입니다. '기본'
'Windows'
connectionString Teradata ODBC 연결 문자열. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password 인증을 위한 암호입니다. SecretBase
서버 연결의 서버 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
사용자 이름 인증을 위한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

TwilioLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Twilio'(필수)
typeProperties Twilio 연결된 서비스 속성입니다. TwilioLinkedServiceTypeProperties (필수)

TwilioLinkedServiceTypeProperties

Name Description
password Twilio 서비스의 인증 토큰입니다. SecretBase (필수)
userName Twilio 서비스의 계정 SID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

VerticaLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Vertica'(필수)
typeProperties Vertica 연결된 서비스 속성입니다. VerticaLinkedServiceTypeProperties (필수)

VerticaLinkedServiceTypeProperties

Name Description
connectionString ODBC 연결 문자열. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
pwd 연결 문자열 암호의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference

WarehouseLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Warehouse'(필수)
typeProperties Microsoft Fabric Warehouse 연결된 서비스 속성. WarehouseLinkedServiceTypeProperties (필수)

WarehouseLinkedServiceTypeProperties

Name Description
artifactId Microsoft Fabric Warehouse 아티팩트 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
엔드포인트(endpoint) Microsoft Fabric Warehouse 서버의 엔드포인트입니다. 형식: string(또는 resultType 문자열이 있는 식).
servicePrincipalCredential Azure Active Directory에서 서비스 주체 개체의 자격 증명입니다. servicePrincipalCredentialType이 'ServicePrincipalKey'인 경우 servicePrincipalCredential은 SecureString 또는 AzureKeyVaultSecretReference일 수 있습니다. servicePrincipalCredentialType이 'ServicePrincipalCert'인 경우 servicePrincipalCredential은 AzureKeyVaultSecretReference만 될 수 있습니다. SecretBase
servicePrincipalCredentialType 서버 간 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: string(또는 resultType 문자열이 있는 식).
servicePrincipalId Microsoft Fabric Warehouse에 대해 인증하는 데 사용되는 애플리케이션의 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
servicePrincipalKey Microsoft Fabric Warehouse에 대해 인증하는 데 사용되는 애플리케이션의 키입니다. SecretBase
tenant 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
workspaceId Microsoft Fabric 작업 영역의 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).

WebLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Web'(필수)
typeProperties 웹 연결된 서비스 속성입니다. WebLinkedServiceTypeProperties (필수)

WebLinkedServiceTypeProperties

Name Description
url 웹 서비스 엔드포인트의 URL(예: )입니다. https://www.microsoft.com 형식: string(또는 resultType 문자열이 있는 식).
authenticationType 개체 유형 설정 익명
기본
ClientCertificate (필수)

WebAnonymousAuthentication

Name Description
authenticationType 웹 테이블 원본에 연결하는 데 사용되는 인증 유형입니다. 'Anonymous'(필수)

WebBasicAuthentication

Name Description
authenticationType 웹 테이블 원본에 연결하는 데 사용되는 인증 유형입니다. 'Basic'(필수)
password 기본 인증의 암호입니다. SecretBase (필수)
사용자 이름 기본 인증의 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

WebClientCertificateAuthentication

Name Description
authenticationType 웹 테이블 원본에 연결하는 데 사용되는 인증 유형입니다. 'ClientCertificate'(필수)
password PFX 파일의 암호입니다. SecretBase (필수)
pfx PFX 파일의 Base64로 인코딩된 콘텐츠입니다. SecretBase (필수)

XeroLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Xero'(필수)
typeProperties Xero Service 연결된 서비스 속성입니다. XeroLinkedServiceTypeProperties (필수)

XeroLinkedServiceTypeProperties

Name Description
connectionProperties Xero에 연결하는 데 사용되는 속성입니다. 연결된 서비스의 다른 속성과 함께 사용할 수 없습니다. 형식: 개체입니다.
consumerKey Xero 애플리케이션과 연결된 소비자 키입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
호스트 Xero 서버의 엔드포인트입니다. (즉, api.xero.com)
privateKey Xero 프라이빗 애플리케이션에 대해 생성된 .pem 파일의 프라이빗 키입니다. Unix 줄 끝을 포함하여 .pem 파일의 모든 텍스트를 포함해야 합니다.
).
SecretBase
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다.

ZendeskLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Zendesk'(필수)
typeProperties Zendesk 연결된 서비스 속성입니다. ZendeskLinkedServiceTypeProperties (필수)

ZendeskLinkedServiceTypeProperties

Name Description
apiToken Zendesk 원본에 대한 api 토큰입니다. SecretBase
authenticationType 사용할 인증 유형입니다. 'Basic'
'토큰'(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password Zendesk 원본의 암호입니다. SecretBase
url Zendesk 원본을 연결할 URL입니다. 형식: string(또는 resultType 문자열이 있는 식).
userName Zendesk 원본의 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

ZohoLinkedService

Name Description
형식 연결된 서비스의 유형입니다. 'Zoho'(필수)
typeProperties Zoho 서버 연결된 서비스 속성입니다. ZohoLinkedServiceTypeProperties (필수)

ZohoLinkedServiceTypeProperties

Name Description
accessToken Zoho 인증에 대한 액세스 토큰입니다. SecretBase
connectionProperties Zoho에 연결하는 데 사용되는 속성입니다. 연결된 서비스의 다른 속성과 함께 사용할 수 없습니다. 형식: 개체입니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
엔드포인트(endpoint) Zoho 서버의 엔드포인트입니다. (즉, crm.zoho.com/crm/private)
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다.

빠른 시작 템플릿

다음 빠른 시작 템플릿은 이 리소스 유형을 배포합니다.

템플릿 Description
Azure 아키텍처에 Sports Analytics 배포

Azure에 배포
ADLS Gen 2가 사용하도록 설정된 Azure Storage 계정, 스토리지 계정에 대한 연결된 서비스(배포된 경우 Azure SQL 데이터베이스) Azure Data Factory instance 및 Azure Databricks instance 만듭니다. 템플릿을 배포하는 사용자의 AAD ID와 ADF instance 대한 관리 ID에는 스토리지 계정에 대한 Storage Blob 데이터 기여자 역할이 부여됩니다. Azure Key Vault instance, Azure SQL Database 및 Azure Event Hub(스트리밍 사용 사례용)를 배포하는 옵션도 있습니다. Azure Key Vault 배포되면 템플릿을 배포하는 사용자의 데이터 팩터리 관리 ID 및 AAD ID에 Key Vault 비밀 사용자 역할이 부여됩니다.
Azure Data Factory 추가 가능 - 한 번 클릭하여 Azure Data Factory

Azure에 배포
이 템플릿은 Azure Blob에서 다른 Azure Blob으로의 복사 작업에 대한 데이터 팩터리 파이프라인을 만듭니다.
Data Factory 만들기, Salesforce에서 Blob으로 복사

Azure에 배포
이 템플릿은 Azure Data Factory 사용하여 Salesforce에서 Azure Blob으로 데이터 이동을 수행합니다.
Azure Data Factory 사용하여 대량 복사

Azure에 배포
이 템플릿은 Azure SQL 데이터베이스의 데이터를 Azure SQL 데이터 웨어하우스에 대량으로 복사하는 V2 데이터 팩터리를 만듭니다.
V2 데이터 팩터리 만들기

Azure에 배포
이 템플릿은 Azure Blob Storage 폴더에서 스토리지의 다른 폴더로 데이터를 복사하는 V2 데이터 팩터리를 만듭니다.
V2 데이터 팩터리 만들기(MySQL)

Azure에 배포
이 템플릿은 Azure Blob Storage 폴더에서 Azure Database for MySQL 테이블에 데이터를 복사하는 V2 데이터 팩터리를 만듭니다.
V2 데이터 팩터리 만들기(PostGre)

Azure에 배포
이 템플릿은 Azure Blob Storage 폴더에서 Azure Database for PostgreSQL 테이블로 데이터를 복사하는 V2 데이터 팩터리를 만듭니다.
V2 데이터 팩터리 만들기(SQL)

Azure에 배포
이 템플릿은 Azure Blob Storage 폴더에서 Azure SQL 데이터베이스의 테이블로 데이터를 복사하는 V2 데이터 팩터리를 만듭니다.
V2 데이터 팩터리 만들기(SQL 온-프레미스)

Azure에 배포
이 템플릿은 온-프레미스 SQL Server Azure Blob Storage로 데이터를 복사하는 V2 데이터 팩터리를 만듭니다.
V2 데이터 팩터리 만들기(Spark)

Azure에 배포
이 템플릿은 Azure Blob Storage 폴더에서 스토리지의 다른 폴더로 데이터를 복사하는 V2 데이터 팩터리를 만듭니다.

Terraform(AzAPI 공급자) 리소스 정의

팩터리/linkedservices 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.

  • 리소스 그룹

각 API 버전에서 변경된 속성 목록은 변경 로그를 참조하세요.

리소스 형식

Microsoft.DataFactory/factoryies/linkedservices 리소스를 만들려면 템플릿에 다음 Terraform을 추가합니다.

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.DataFactory/factories/linkedservices@2018-06-01"
  name = "string"
  parent_id = "string"
  body = jsonencode({
    properties = {
      annotations = [ object ]
      connectVia = {
        parameters = {}
        referenceName = "string"
        type = "IntegrationRuntimeReference"
      }
      description = "string"
      parameters = {
        {customized property} = {
          type = "string"
        }
      }
      type = "string"
      // For remaining properties, see LinkedService objects
    }
  })
}

LinkedService 개체

형식 속성을 설정하여 개체의 형식을 지정합니다.

AmazonMWS의 경우 다음을 사용합니다.

  type = "AmazonMWS"
  typeProperties = {
    encryptedCredential = "string"
    mwsAuthToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    secretKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

AmazonRdsForOracle의 경우 다음을 사용합니다.

  type = "AmazonRdsForOracle"
  typeProperties = {
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

AmazonRdsForSqlServer의 경우 다음을 사용합니다.

  type = "AmazonRdsForSqlServer"
  typeProperties = {
    alwaysEncryptedSettings = {
      alwaysEncryptedAkvAuthType = "string"
      credential = {
        referenceName = "string"
        type = "CredentialReference"
      }
      servicePrincipalKey = {
        type = "string"
        // For remaining properties, see SecretBase objects
      }
    }
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

AmazonRedshift의 경우 다음을 사용합니다.

  type = "AmazonRedshift"
  typeProperties = {
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

AmazonS3의 경우 다음을 사용합니다.

  type = "AmazonS3"
  typeProperties = {
    encryptedCredential = "string"
    secretAccessKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    sessionToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

AmazonS3Compatible의 경우 다음을 사용합니다.

  type = "AmazonS3Compatible"
  typeProperties = {
    encryptedCredential = "string"
    secretAccessKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

AppFigures의 경우 다음을 사용합니다.

  type = "AppFigures"
  typeProperties = {
    clientKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Asana의 경우 다음을 사용합니다.

  type = "Asana"
  typeProperties = {
    apiToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
  }

AzureBatch의 경우 다음을 사용합니다.

  type = "AzureBatch"
  typeProperties = {
    accessKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    credential = {
      referenceName = "string"
      type = "CredentialReference"
    }
    encryptedCredential = "string"
    linkedServiceName = {
      parameters = {}
      referenceName = "string"
      type = "LinkedServiceReference"
    }
  }

AzureBlobFS의 경우 다음을 사용합니다.

  type = "AzureBlobFS"
  typeProperties = {
    credential = {
      referenceName = "string"
      type = "CredentialReference"
    }
    encryptedCredential = "string"
    sasToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredential = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

AzureBlobStorage의 경우 다음을 사용합니다.

  type = "AzureBlobStorage"
  typeProperties = {
    accountKey = {
      store = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
      type = "string"
    }
    authenticationType = "string"
    credential = {
      referenceName = "string"
      type = "CredentialReference"
    }
    encryptedCredential = "string"
    sasToken = {
      store = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
      type = "string"
    }
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

AzureDatabricks의 경우 다음을 사용합니다.

  type = "AzureDatabricks"
  typeProperties = {
    accessToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    credential = {
      referenceName = "string"
      type = "CredentialReference"
    }
    encryptedCredential = "string"
    newClusterCustomTags = {}
    newClusterSparkConf = {}
    newClusterSparkEnvVars = {}
  }

AzureDatabricksDeltaLake의 경우 다음을 사용합니다.

  type = "AzureDatabricksDeltaLake"
  typeProperties = {
    accessToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    credential = {
      referenceName = "string"
      type = "CredentialReference"
    }
    encryptedCredential = "string"
  }

AzureDataExplorer의 경우 다음을 사용합니다.

  type = "AzureDataExplorer"
  typeProperties = {
    credential = {
      referenceName = "string"
      type = "CredentialReference"
    }
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

AzureDataLakeAnalytics의 경우 다음을 사용합니다.

  type = "AzureDataLakeAnalytics"
  typeProperties = {
    encryptedCredential = "string"
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

AzureDataLakeStore의 경우 다음을 사용합니다.

  type = "AzureDataLakeStore"
  typeProperties = {
    credential = {
      referenceName = "string"
      type = "CredentialReference"
    }
    encryptedCredential = "string"
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

AzureFileStorage의 경우 다음을 사용합니다.

  type = "AzureFileStorage"
  typeProperties = {
    accountKey = {
      store = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
      type = "string"
    }
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    sasToken = {
      store = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
      type = "string"
    }
  }

AzureFunction의 경우 다음을 사용합니다.

  type = "AzureFunction"
  typeProperties = {
    credential = {
      referenceName = "string"
      type = "CredentialReference"
    }
    encryptedCredential = "string"
    functionKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

AzureKeyVault의 경우 다음을 사용합니다.

  type = "AzureKeyVault"
  typeProperties = {
    credential = {
      referenceName = "string"
      type = "CredentialReference"
    }
  }

AzureMariaDB의 경우 다음을 사용합니다.

  type = "AzureMariaDB"
  typeProperties = {
    encryptedCredential = "string"
    pwd = {
      store = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
      type = "string"
    }
  }

AzureML의 경우 다음을 사용합니다.

  type = "AzureML"
  typeProperties = {
    apiKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

AzureMLService의 경우 다음을 사용합니다.

  type = "AzureMLService"
  typeProperties = {
    encryptedCredential = "string"
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

AzureMySql의 경우 다음을 사용합니다.

  type = "AzureMySql"
  typeProperties = {
    encryptedCredential = "string"
    password = {
      store = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
      type = "string"
    }
  }

AzurePostgreSql의 경우 다음을 사용합니다.

  type = "AzurePostgreSql"
  typeProperties = {
    encryptedCredential = "string"
    password = {
      store = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
      type = "string"
    }
  }

AzureSearch의 경우 다음을 사용합니다.

  type = "AzureSearch"
  typeProperties = {
    encryptedCredential = "string"
    key = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

AzureSqlDatabase의 경우 다음을 사용합니다.

  type = "AzureSqlDatabase"
  typeProperties = {
    alwaysEncryptedSettings = {
      alwaysEncryptedAkvAuthType = "string"
      credential = {
        referenceName = "string"
        type = "CredentialReference"
      }
      servicePrincipalKey = {
        type = "string"
        // For remaining properties, see SecretBase objects
      }
    }
    credential = {
      referenceName = "string"
      type = "CredentialReference"
    }
    encryptedCredential = "string"
    password = {
      store = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
      type = "string"
    }
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

AzureSqlDW의 경우 다음을 사용합니다.

  type = "AzureSqlDW"
  typeProperties = {
    credential = {
      referenceName = "string"
      type = "CredentialReference"
    }
    encryptedCredential = "string"
    password = {
      store = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
      type = "string"
    }
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

AzureSqlMI의 경우 다음을 사용합니다.

  type = "AzureSqlMI"
  typeProperties = {
    alwaysEncryptedSettings = {
      alwaysEncryptedAkvAuthType = "string"
      credential = {
        referenceName = "string"
        type = "CredentialReference"
      }
      servicePrincipalKey = {
        type = "string"
        // For remaining properties, see SecretBase objects
      }
    }
    credential = {
      referenceName = "string"
      type = "CredentialReference"
    }
    encryptedCredential = "string"
    password = {
      store = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
      type = "string"
    }
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

AzureStorage의 경우 다음을 사용합니다.

  type = "AzureStorage"
  typeProperties = {
    accountKey = {
      store = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
      type = "string"
    }
    encryptedCredential = "string"
    sasToken = {
      store = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
      type = "string"
    }
  }

AzureSynapseArtifacts의 경우 다음을 사용합니다.

  type = "AzureSynapseArtifacts"
  typeProperties = {}

AzureTableStorage의 경우 다음을 사용합니다.

  type = "AzureTableStorage"
  typeProperties = {
    accountKey = {
      store = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
      type = "string"
    }
    encryptedCredential = "string"
    sasToken = {
      store = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
      type = "string"
    }
  }

Cassandra의 경우 다음을 사용합니다.

  type = "Cassandra"
  typeProperties = {
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

CommonDataServiceForApps의 경우 다음을 사용합니다.

  type = "CommonDataServiceForApps"
  typeProperties = {
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredential = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Concur의 경우 다음을 사용합니다.

  type = "Concur"
  typeProperties = {
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

CosmosDb의 경우 다음을 사용합니다.

  type = "CosmosDb"
  typeProperties = {
    accountKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    connectionMode = "string"
    credential = {
      referenceName = "string"
      type = "CredentialReference"
    }
    encryptedCredential = "string"
    servicePrincipalCredential = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

CosmosDbMongoDbApi의 경우 다음을 사용합니다.

  type = "CosmosDbMongoDbApi"
  typeProperties = {}

Couchbase의 경우 다음을 사용합니다.

  type = "Couchbase"
  typeProperties = {
    credString = {
      store = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
      type = "string"
    }
    encryptedCredential = "string"
  }

CustomDataSource의 경우 다음을 사용합니다.

  type = "CustomDataSource"

Dataworld의 경우 다음을 사용합니다.

  type = "Dataworld"
  typeProperties = {
    apiToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
  }

Db2의 경우 다음을 사용합니다.

  type = "Db2"
  typeProperties = {
    authenticationType = "Basic"
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

드릴의 경우 다음을 사용합니다.

  type = "Drill"
  typeProperties = {
    encryptedCredential = "string"
    pwd = {
      store = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
      type = "string"
    }
  }

Dynamics의 경우 다음을 사용합니다.

  type = "Dynamics"
  typeProperties = {
    credential = {
      referenceName = "string"
      type = "CredentialReference"
    }
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredential = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

DynamicsAX의 경우 다음을 사용합니다.

  type = "DynamicsAX"
  typeProperties = {
    encryptedCredential = "string"
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

DynamicsCrm의 경우 다음을 사용합니다.

  type = "DynamicsCrm"
  typeProperties = {
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredential = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Eloqua의 경우 다음을 사용합니다.

  type = "Eloqua"
  typeProperties = {
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

FileServer의 경우 다음을 사용합니다.

  type = "FileServer"
  typeProperties = {
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

FtpServer의 경우 다음을 사용합니다.

  type = "FtpServer"
  typeProperties = {
    authenticationType = "string"
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

GoogleAdWords의 경우 다음을 사용합니다.

  type = "GoogleAdWords"
  typeProperties = {
    authenticationType = "string"
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    developerToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
    privateKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    refreshToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

GoogleBigQuery의 경우 다음을 사용합니다.

  type = "GoogleBigQuery"
  typeProperties = {
    authenticationType = "string"
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
    refreshToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

GoogleBigQueryV2의 경우 다음을 사용합니다.

  type = "GoogleBigQueryV2"
  typeProperties = {
    authenticationType = "string"
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
    keyFileContent = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    refreshToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

GoogleCloudStorage의 경우 다음을 사용합니다.

  type = "GoogleCloudStorage"
  typeProperties = {
    encryptedCredential = "string"
    secretAccessKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

GoogleSheet의 경우 다음을 사용합니다.

  type = "GoogleSheets"
  typeProperties = {
    apiToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
  }

Greenplum의 경우 다음을 사용합니다.

  type = "Greenplum"
  typeProperties = {
    encryptedCredential = "string"
    pwd = {
      store = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
      type = "string"
    }
  }

HBase의 경우 다음을 사용합니다.

  type = "HBase"
  typeProperties = {
    authenticationType = "string"
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Hdfs의 경우 다음을 사용합니다.

  type = "Hdfs"
  typeProperties = {
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

HDInsight의 경우 다음을 사용합니다.

  type = "HDInsight"
  typeProperties = {
    encryptedCredential = "string"
    hcatalogLinkedServiceName = {
      parameters = {}
      referenceName = "string"
      type = "LinkedServiceReference"
    }
    linkedServiceName = {
      parameters = {}
      referenceName = "string"
      type = "LinkedServiceReference"
    }
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

HDInsightOnDemand의 경우 다음을 사용합니다.

  type = "HDInsightOnDemand"
  typeProperties = {
    additionalLinkedServiceNames = [
      {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
    ]
    clusterPassword = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    clusterSshPassword = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    credential = {
      referenceName = "string"
      type = "CredentialReference"
    }
    encryptedCredential = "string"
    hcatalogLinkedServiceName = {
      parameters = {}
      referenceName = "string"
      type = "LinkedServiceReference"
    }
    linkedServiceName = {
      parameters = {}
      referenceName = "string"
      type = "LinkedServiceReference"
    }
    scriptActions = [
      {
        name = "string"
        parameters = "string"
        uri = "string"
      }
    ]
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Hive의 경우 다음을 사용합니다.

  type = "Hive"
  typeProperties = {
    authenticationType = "string"
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    serverType = "string"
    thriftTransportProtocol = "string"
  }

HttpServer의 경우 다음을 사용합니다.

  type = "HttpServer"
  typeProperties = {
    authenticationType = "string"
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Hubspot의 경우 다음을 사용합니다.

  type = "Hubspot"
  typeProperties = {
    accessToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
    refreshToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Impala의 경우 다음을 사용합니다.

  type = "Impala"
  typeProperties = {
    authenticationType = "string"
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Informix의 경우 다음을 사용합니다.

  type = "Informix"
  typeProperties = {
    credential = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Jira의 경우 다음을 사용합니다.

  type = "Jira"
  typeProperties = {
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

LakeHouse의 경우 다음을 사용합니다.

  type = "LakeHouse"
  typeProperties = {
    encryptedCredential = "string"
    servicePrincipalCredential = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Magento의 경우 다음을 사용합니다.

  type = "Magento"
  typeProperties = {
    accessToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
  }

MariaDB의 경우 다음을 사용합니다.

  type = "MariaDB"
  typeProperties = {
    encryptedCredential = "string"
    password = {
      store = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
      type = "string"
    }
  }

Marketo의 경우 다음을 사용합니다.

  type = "Marketo"
  typeProperties = {
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
  }

MicrosoftAccess의 경우 다음을 사용합니다.

  type = "MicrosoftAccess"
  typeProperties = {
    credential = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

MongoDb의 경우 다음을 사용합니다.

  type = "MongoDb"
  typeProperties = {
    authenticationType = "string"
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

MongoDbAtlas의 경우 다음을 사용합니다.

  type = "MongoDbAtlas"
  typeProperties = {}

MongoDbV2의 경우 다음을 사용합니다.

  type = "MongoDbV2"
  typeProperties = {}

MySql의 경우 다음을 사용합니다.

  type = "MySql"
  typeProperties = {
    encryptedCredential = "string"
    password = {
      store = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
      type = "string"
    }
  }

Netezza의 경우 다음을 사용합니다.

  type = "Netezza"
  typeProperties = {
    encryptedCredential = "string"
    pwd = {
      store = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
      type = "string"
    }
  }

OData의 경우 다음을 사용합니다.

  type = "OData"
  typeProperties = {
    aadServicePrincipalCredentialType = "string"
    authenticationType = "string"
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalEmbeddedCert = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalEmbeddedCertPassword = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Odbc의 경우 다음을 사용합니다.

  type = "Odbc"
  typeProperties = {
    credential = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Office365의 경우 다음을 사용합니다.

  type = "Office365"
  typeProperties = {
    encryptedCredential = "string"
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Oracle의 경우 다음을 사용합니다.

  type = "Oracle"
  typeProperties = {
    encryptedCredential = "string"
    password = {
      store = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
      type = "string"
    }
  }

OracleCloudStorage의 경우 다음을 사용합니다.

  type = "OracleCloudStorage"
  typeProperties = {
    encryptedCredential = "string"
    secretAccessKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

OracleServiceCloud의 경우 다음을 사용합니다.

  type = "OracleServiceCloud"
  typeProperties = {
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Paypal의 경우 다음을 사용합니다.

  type = "Paypal"
  typeProperties = {
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
  }

Phoenix의 경우 다음을 사용합니다.

  type = "Phoenix"
  typeProperties = {
    authenticationType = "string"
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

PostgreSql의 경우 다음을 사용합니다.

  type = "PostgreSql"
  typeProperties = {
    encryptedCredential = "string"
    password = {
      store = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
      type = "string"
    }
  }

PostgreSqlV2의 경우 다음을 사용합니다.

  type = "PostgreSqlV2"
  typeProperties = {
    encryptedCredential = "string"
    password = {
      store = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
      type = "string"
    }
  }

Presto의 경우 다음을 사용합니다.

  type = "Presto"
  typeProperties = {
    authenticationType = "string"
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Quickbase의 경우 다음을 사용합니다.

  type = "Quickbase"
  typeProperties = {
    encryptedCredential = "string"
    userToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

QuickBooks의 경우 다음을 사용합니다.

  type = "QuickBooks"
  typeProperties = {
    accessToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    accessTokenSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    consumerSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
  }

Responsys의 경우 다음을 사용합니다.

  type = "Responsys"
  typeProperties = {
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
  }

RestService의 경우 다음을 사용합니다.

  type = "RestService"
  typeProperties = {
    authenticationType = "string"
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    credential = {
      referenceName = "string"
      type = "CredentialReference"
    }
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Salesforce의 경우 다음을 사용합니다.

  type = "Salesforce"
  typeProperties = {
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    securityToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

SalesforceMarketingCloud의 경우 다음을 사용합니다.

  type = "SalesforceMarketingCloud"
  typeProperties = {
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
  }

SalesforceServiceCloud의 경우 다음을 사용합니다.

  type = "SalesforceServiceCloud"
  typeProperties = {
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    securityToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

SalesforceServiceCloudV2의 경우 다음을 사용합니다.

  type = "SalesforceServiceCloudV2"
  typeProperties = {
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
  }

SalesforceV2의 경우 다음을 사용합니다.

  type = "SalesforceV2"
  typeProperties = {
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
  }

SapBW의 경우 다음을 사용합니다.

  type = "SapBW"
  typeProperties = {
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

SapCloudForCustomer의 경우 다음을 사용합니다.

  type = "SapCloudForCustomer"
  typeProperties = {
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

SapEcc의 경우 다음을 사용합니다.

  type = "SapEcc"
  typeProperties = {
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

SapHana의 경우 다음을 사용합니다.

  type = "SapHana"
  typeProperties = {
    authenticationType = "string"
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

SapOdp의 경우 다음을 사용합니다.

  type = "SapOdp"
  typeProperties = {
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

SapOpenHub의 경우 다음을 사용합니다.

  type = "SapOpenHub"
  typeProperties = {
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

SapTable의 경우 다음을 사용합니다.

  type = "SapTable"
  typeProperties = {
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

ServiceNow의 경우 다음을 사용합니다.

  type = "ServiceNow"
  typeProperties = {
    authenticationType = "string"
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

ServiceNowV2의 경우 다음을 사용합니다.

  type = "ServiceNowV2"
  typeProperties = {
    authenticationType = "string"
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Sftp의 경우 다음을 사용합니다.

  type = "Sftp"
  typeProperties = {
    authenticationType = "string"
    encryptedCredential = "string"
    passPhrase = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    privateKeyContent = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

SharePointOnlineList의 경우 다음을 사용합니다.

  type = "SharePointOnlineList"
  typeProperties = {
    encryptedCredential = "string"
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Shopify의 경우 다음을 사용합니다.

  type = "Shopify"
  typeProperties = {
    accessToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
  }

Smartsheet의 경우 다음을 사용합니다.

  type = "Smartsheet"
  typeProperties = {
    apiToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
  }

Snowflake의 경우 다음을 사용합니다.

  type = "Snowflake"
  typeProperties = {
    encryptedCredential = "string"
    password = {
      store = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
      type = "string"
    }
  }

SnowflakeV2의 경우 다음을 사용합니다.

  type = "SnowflakeV2"
  typeProperties = {
    authenticationType = "string"
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    privateKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    privateKeyPassphrase = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Spark의 경우 다음을 사용합니다.

  type = "Spark"
  typeProperties = {
    authenticationType = "string"
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    serverType = "string"
    thriftTransportProtocol = "string"
  }

SqlServer의 경우 다음을 사용합니다.

  type = "SqlServer"
  typeProperties = {
    alwaysEncryptedSettings = {
      alwaysEncryptedAkvAuthType = "string"
      credential = {
        referenceName = "string"
        type = "CredentialReference"
      }
      servicePrincipalKey = {
        type = "string"
        // For remaining properties, see SecretBase objects
      }
    }
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Square의 경우 다음을 사용합니다.

  type = "Square"
  typeProperties = {
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
  }

Sybase의 경우 다음을 사용합니다.

  type = "Sybase"
  typeProperties = {
    authenticationType = "string"
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

TeamDesk의 경우 다음을 사용합니다.

  type = "TeamDesk"
  typeProperties = {
    apiToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    authenticationType = "string"
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Teradata의 경우 다음을 사용합니다.

  type = "Teradata"
  typeProperties = {
    authenticationType = "string"
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Twilio의 경우 다음을 사용합니다.

  type = "Twilio"
  typeProperties = {
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Vertica의 경우 다음을 사용합니다.

  type = "Vertica"
  typeProperties = {
    encryptedCredential = "string"
    pwd = {
      store = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
      type = "string"
    }
  }

웨어하우스의 경우 다음을 사용합니다.

  type = "Warehouse"
  typeProperties = {
    encryptedCredential = "string"
    servicePrincipalCredential = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

의 경우 다음을 사용합니다.

  type = "Web"
  typeProperties = {
    authenticationType = "string"
    // For remaining properties, see WebLinkedServiceTypeProperties objects
  }

Xero의 경우 다음을 사용합니다.

  type = "Xero"
  typeProperties = {
    consumerKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
    privateKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Zendesk의 경우 다음을 사용합니다.

  type = "Zendesk"
  typeProperties = {
    apiToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    authenticationType = "string"
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
  }

Zoho의 경우 다음을 사용합니다.

  type = "Zoho"
  typeProperties = {
    accessToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    encryptedCredential = "string"
  }

SecretBase 개체

형식 속성을 설정하여 개체의 형식을 지정합니다.

AzureKeyVaultSecret의 경우 다음을 사용합니다.

  type = "AzureKeyVaultSecret"
  store = {
    parameters = {}
    referenceName = "string"
    type = "LinkedServiceReference"
  }

SecureString의 경우 다음을 사용합니다.

  type = "SecureString"
  value = "string"

WebLinkedServiceTypeProperties 개체

authenticationType 속성을 설정하여 개체 유형을 지정합니다.

익명의 경우 다음을 사용합니다.

  authenticationType = "Anonymous"

기본의 경우 다음을 사용합니다.

  authenticationType = "Basic"
  password = {
    type = "string"
    // For remaining properties, see SecretBase objects
  }

ClientCertificate의 경우 다음을 사용합니다.

  authenticationType = "ClientCertificate"
  password = {
    type = "string"
    // For remaining properties, see SecretBase objects
  }
  pfx = {
    type = "string"
    // For remaining properties, see SecretBase objects
  }

속성 값

factories/linkedservices

Name Description
형식 리소스 종류 "Microsoft.DataFactory/factories/linkedservices@2018-06-01"
name 리소스 이름 string(필수)

문자 제한: 1-260

유효한 문자:
다음을 사용할 수 없습니다.
<>*#.%&:\\+?/ 또는 제어 문자

영숫자로 시작합니다.
parent_id 이 리소스의 부모인 리소스의 ID입니다. 유형의 리소스에 대한 ID: 팩터리
properties 연결된 서비스의 속성입니다. LinkedService (필수)

LinkedService

Name Description
주석 연결된 서비스를 설명하는 데 사용할 수 있는 태그 목록입니다. any[]
connectVia 통합 런타임 참조입니다. IntegrationRuntimeReference
description 연결된 서비스 설명입니다. string
매개 변수 연결된 서비스에 대한 매개 변수입니다. ParameterDefinitionSpecification
형식 개체 유형 설정 AmazonMWS
AmazonRdsForOracle
AmazonRdsForSqlServer
AmazonRedshift
AmazonS3
AmazonS3Compatible
AppFigures
Asana
AzureBatch
AzureBlobFS
AzureBlobStorage
AzureDatabricks
AzureDatabricksDeltaLake
AzureDataExplorer
AzureDataLakeAnalytics
AzureDataLakeStore
AzureFileStorage
AzureFunction
AzureKeyVault
AzureMariaDB
AzureML
AzureMLService
AzureMySql
AzurePostgreSql
AzureSearch
AzureSqlDatabase
AzureSqlDW
AzureSqlMI
AzureStorage
AzureSynapseArtifacts
AzureTableStorage
Cassandra
CommonDataServiceForApps
Concur
CosmosDb
CosmosDbMongoDbApi
Couchbase
CustomDataSource
Dataworld
Db2
Drill
Dynamics
DynamicsAX
DynamicsCrm
Eloqua
FileServer
FtpServer
GoogleAdWords
GoogleBigQuery
GoogleBigQueryV2
GoogleCloudStorage
GoogleSheets
Greenplum
HBase
Hdfs
HDInsight
HDInsightOnDemand
Hive
HttpServer
Hubspot
Impala
Informix
Jira
레이크하우스
Magento
MariaDB
Marketo
MicrosoftAccess
Mongodb
MongoDbAtlas
MongoDbV2
MySql
Netezza
OData
Odbc
Office365
Oracle
OracleCloudStorage
OracleServiceCloud
페이팔
Phoenix
Postgresql
PostgreSqlV2
Presto
Quickbase
QuickBooks
Responsys
RestService
Salesforce
SalesforceMarketingCloud
SalesforceServiceCloud
SalesforceServiceCloudV2
SalesforceV2
SapBW
SapCloudForCustomer
SapEcc
SapHana
SapOdp
SapOpenHub
SapTable
ServiceNow
ServiceNowV2
Sftp
SharePointOnlineList
Shopify
Smartsheet
Snowflake
SnowflakeV2
Spark
Sqlserver
사각형
Sybase
TeamDesk
Teradata
Twilio
Vertica
웨어하우스
Web
Xero
Zendesk
Zoho (필수)

IntegrationRuntimeReference

Name Description
매개 변수 통합 런타임에 대한 인수입니다. ParameterValueSpecification
referenceName 통합 런타임 이름을 참조합니다. string(필수)
형식 통합 런타임의 유형입니다. "IntegrationRuntimeReference"(필수)

ParameterValueSpecification

Name Description
{customized property}

ParameterDefinitionSpecification

Name Description
{customized property} ParameterSpecification

ParameterSpecification

Name Description
defaultValue 매개 변수의 기본값입니다.
형식 매개 변수 유형입니다. "Array"
"Bool"
"Float"
"Int"
"Object"
"SecureString"
"String"(필수)

AmazonMWSLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "AmazonMWS"(필수)
typeProperties Amazon Marketplace 웹 서비스 연결된 서비스 속성. AmazonMWSLinkedServiceTypeProperties (필수)

AmazonMWSLinkedServiceTypeProperties

Name Description
accessKeyId 데이터에 액세스하는 데 사용되는 액세스 키 ID입니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
엔드포인트(endpoint) Amazon MWS 서버의 엔드포인트(즉, mws.amazonservices.com)
marketplaceID 데이터를 검색하려는 Amazon Marketplace ID입니다. 여러 Marketplace ID에서 데이터를 검색하려면 쉼표(,)로 구분합니다. (즉, A2EUQ1WTGCTBG2)
mwsAuthToken Amazon MWS 인증 토큰입니다. SecretBase
secretKey 데이터 액세스에 사용되는 비밀 키입니다. SecretBase
sellerID Amazon 판매자 ID입니다.
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다.

SecretBase

Name Description
형식 개체 유형 설정 AzureKeyVaultSecret
SecureString (필수)

AzureKeyVaultSecretReference

Name Description
secretName Azure Key Vault 비밀의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
secretVersion Azure Key Vault 비밀 버전입니다. 기본값은 비밀의 최신 버전입니다. 형식: string(또는 resultType 문자열이 있는 식).
store Azure Key Vault 연결된 서비스 참조입니다. LinkedServiceReference (필수)
형식 비밀의 유형입니다. string(필수)

LinkedServiceReference

Name Description
매개 변수 LinkedService에 대한 인수입니다. ParameterValueSpecification
referenceName LinkedService 이름을 참조합니다. string(필수)
형식 연결된 서비스 참조 형식입니다. "LinkedServiceReference"(필수)

SecureString

Name Description
형식 비밀의 유형입니다. string(필수)
보안 문자열의 값입니다. string(필수)

AmazonRdsForOracleLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "AmazonRdsForOracle"(필수)
typeProperties AmazonRdsForOracle 데이터베이스 연결된 서비스 속성입니다. AmazonRdsForLinkedServiceTypeProperties (필수)

AmazonRdsForLinkedServiceTypeProperties

Name Description
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password 연결 문자열 암호의 Azure Key Vault 비밀 참조입니다. SecretBase

AmazonRdsForSqlServerLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "AmazonRdsForSqlServer"(필수)
typeProperties 연결된 서비스 속성을 SQL Server Amazon RDS. AmazonRdsForSqlServerLinkedServiceTypeProperties (필수)

AmazonRdsForSqlServerLinkedServiceTypeProperties

Name Description
alwaysEncryptedSettings Sql은 항상 속성을 암호화합니다. SqlAlwaysEncryptedProperties
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password 온-프레미스 Windows 인증 암호입니다. SecretBase
userName 온-프레미스 Windows 인증 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

SqlAlwaysEncryptedProperties

Name Description
alwaysEncryptedAkvAuthType Sql은 항상 AKV 인증 유형을 암호화합니다. 형식: 문자열입니다. "ManagedIdentity"
"ServicePrincipal"
"UserAssignedManagedIdentity"(필수)
자격 증명(credential) 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
servicePrincipalId Azure Key Vault 인증에 사용되는 Azure Active Directory에 있는 애플리케이션의 클라이언트 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
servicePrincipalKey Azure Key Vault 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase

CredentialReference

Name Description
referenceName 참조 자격 증명 이름입니다. string(필수)
형식 자격 증명 참조 형식입니다. "CredentialReference"(필수)
{customized property}

AmazonRedshiftLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "AmazonRedshift"(필수)
typeProperties Amazon Redshift 연결된 서비스 속성. AmazonRedshiftLinkedServiceTypeProperties (필수)

AmazonRedshiftLinkedServiceTypeProperties

Name Description
데이터베이스 Amazon Redshift 원본의 데이터베이스 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password Amazon Redshift 원본의 암호입니다. SecretBase
포트 Amazon Redshift 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트 번호입니다. 기본값은 5439입니다. 형식: 정수(또는 resultType 정수의 식).
서버 Amazon Redshift 서버의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
사용자 이름 Amazon Redshift 원본의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

AmazonS3LinkedService

Name Description
형식 연결된 서비스의 유형입니다. "AmazonS3"(필수)
typeProperties Amazon S3 연결된 서비스 속성. AmazonS3LinkedServiceTypeProperties (필수)

AmazonS3LinkedServiceTypeProperties

Name Description
accessKeyId Amazon S3 IAM(ID 및 액세스 관리) 사용자의 액세스 키 식별자입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
authenticationType S3의 인증 유형입니다. 허용되는 값: AccessKey(기본값) 또는 TemporarySecurityCredentials. 형식: 문자열(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
secretAccessKey Amazon S3 IAM(ID 및 액세스 관리) 사용자의 비밀 액세스 키입니다. SecretBase
serviceUrl 이 값은 S3 커넥터를 사용하여 액세스할 엔드포인트를 지정합니다. 선택적 속성입니다. 다른 서비스 엔드포인트를 시도하거나 https와 http 간에 전환하려는 경우에만 변경합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
sessionToken S3 임시 보안 자격 증명에 대한 세션 토큰입니다. SecretBase

AmazonS3CompatibleLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "AmazonS3Compatible"(필수)
typeProperties Amazon S3 호환 연결된 서비스 속성. AmazonS3CompatibleLinkedServiceTypeProperties (필수)

AmazonS3CompatibleLinkedServiceTypeProperties

Name Description
accessKeyId Amazon S3 IAM(호환 ID 및 액세스 관리) 사용자의 액세스 키 식별자입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
forcePathStyle true이면 가상 호스트 스타일 액세스 대신 S3 경로 스타일 액세스를 사용합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
secretAccessKey Amazon S3 IAM(호환 ID 및 액세스 관리) 사용자의 비밀 액세스 키입니다. SecretBase
serviceUrl 이 값은 Amazon S3 호환 커넥터를 사용하여 액세스할 엔드포인트를 지정합니다. 선택적 속성입니다. 다른 서비스 엔드포인트를 시도하거나 https와 http 간에 전환하려는 경우에만 변경합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

AppFiguresLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "AppFigures"(필수)
typeProperties AppFigures 연결된 서비스 속성입니다. AppFiguresLinkedServiceTypeProperties (필수)

AppFiguresLinkedServiceTypeProperties

Name Description
clientKey AppFigures 원본에 대한 클라이언트 키입니다. SecretBase (필수)
password AppFigures 원본의 암호입니다. SecretBase (필수)
userName Appfigures 원본의 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

AsanaLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Asana"(필수)
typeProperties Asana 연결된 서비스 속성입니다. AsanaLinkedServiceTypeProperties (필수)

AsanaLinkedServiceTypeProperties

Name Description
apiToken Asana 원본에 대한 API 토큰입니다. SecretBase (필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string

AzureBatchLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "AzureBatch"(필수)
typeProperties 연결된 서비스 속성을 Azure Batch. AzureBatchLinkedServiceTypeProperties (필수)

AzureBatchLinkedServiceTypeProperties

Name Description
accessKey Azure Batch 계정 액세스 키입니다. SecretBase
accountName Azure Batch 계정 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
batchUri Azure Batch URI입니다. 형식: string(또는 resultType 문자열이 있는 식).
자격 증명(credential) 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
linkedServiceName Azure Storage 연결된 서비스 참조입니다. LinkedServiceReference (필수)
poolName Azure Batch 풀 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

AzureBlobFSLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "AzureBlobFS"(필수)
typeProperties 연결된 서비스 속성을 Azure Data Lake Storage Gen2. AzureBlobFSLinkedServiceTypeProperties (필수)

AzureBlobFSLinkedServiceTypeProperties

Name Description
accountKey Azure Data Lake Storage Gen2 서비스의 계정 키입니다. 형식: string(또는 resultType 문자열이 있는 식).
azureCloudType 서비스 주체 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: string(또는 resultType 문자열이 있는 식).
자격 증명(credential) 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
sasToken sas uri의 sasToken에 대한 Azure Key Vault 비밀 참조입니다. SecretBase
sasUri Azure Data Lake Storage Gen2 서비스의 SAS URI입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
servicePrincipalCredential Azure Active Directory에서 서비스 주체 개체의 자격 증명입니다. servicePrincipalCredentialType이 'ServicePrincipalKey'인 경우 servicePrincipalCredential은 SecureString 또는 AzureKeyVaultSecretReference일 수 있습니다. servicePrincipalCredentialType이 'ServicePrincipalCert'인 경우 servicePrincipalCredential은 AzureKeyVaultSecretReference만 될 수 있습니다. SecretBase
servicePrincipalCredentialType 서버 간 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
servicePrincipalId Azure Data Lake Storage Gen2 계정에 대해 인증하는 데 사용되는 애플리케이션의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
servicePrincipalKey Azure Data Lake Storage Gen2 계정에 대해 인증하는 데 사용되는 애플리케이션의 키입니다. SecretBase
tenant 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
url Azure Data Lake Storage Gen2 서비스의 엔드포인트입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

AzureBlobStorageLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "AzureBlobStorage"(필수)
typeProperties 연결된 서비스 속성을 Azure Blob Storage. AzureBlobStorageLinkedServiceTypeProperties (필수)

AzureBlobStorageLinkedServiceTypeProperties

Name Description
accountKey 연결 문자열 accountKey의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
accountKind 스토리지 계정의 종류를 지정합니다. 허용되는 값은 스토리지(범용 v1), 스토리지V2(범용 v2), BlobStorage 또는 BlockBlobStorage입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
authenticationType 인증에 사용되는 형식입니다. 형식: 문자열입니다. "AccountKey"
"익명"
"Msi"
"SasUri"
"ServicePrincipal"
azureCloudType 서비스 원칙 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
connectionString 연결 문자열입니다. sasUri, serviceEndpoint 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
containerUri Azure Blob Storage 리소스의 컨테이너 URI는 익명 액세스만 지원합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
자격 증명(credential) 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
sasToken sas uri의 sasToken에 대한 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
sasUri Azure Blob Storage 리소스의 SAS URI입니다. connectionString, serviceEndpoint 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
serviceEndpoint Azure Blob Storage 리소스의 Blob 서비스 엔드포인트입니다. connectionString, sasUri 속성과 함께 사용할 수 없습니다.
servicePrincipalId Azure SQL Data Warehouse 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
servicePrincipalKey Azure SQL Data Warehouse 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase
tenant 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

AzureDatabricksLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "AzureDatabricks"(필수)
typeProperties Azure Databricks 연결된 서비스 속성입니다. AzureDatabricksLinkedServiceTypeProperties (필수)

AzureDatabricksLinkedServiceTypeProperties

Name Description
accessToken databricks REST API에 대한 액세스 토큰입니다. https://docs.azuredatabricks.net/api/latest/authentication.html을 참조하세요. 형식: string(또는 resultType 문자열이 있는 식). SecretBase
인증 databricks REST API에 작업 영역 리소스 ID를 사용하는 경우 MSI를 지정하는 데 필요합니다. 형식: string(또는 resultType 문자열이 있는 식).
자격 증명(credential) 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
도메인 {REGION}.azuredatabricks.net, Databricks 배포의 도메인 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
existingClusterId 이 활동의 모든 실행에 사용할 기존 대화형 클러스터의 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
instancePoolId 이 활동의 모든 실행에 사용할 기존 instance 풀의 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
newClusterCustomTags 클러스터 리소스에 대한 추가 태그입니다. 이 속성은 instance 풀 구성에서 무시됩니다. object
newClusterDriverNodeType 새 작업 클러스터의 드라이버 노드 유형입니다. 이 속성은 instance 풀 구성에서 무시됩니다. 형식: string(또는 resultType 문자열이 있는 식).
newClusterEnableElasticDisk 새 클러스터에서 탄력적 디스크를 사용하도록 설정합니다. 이 속성은 이제 무시되며 Databricks에서 기본 탄력적 디스크 동작을 사용합니다(탄력적 디스크는 항상 사용 가능). 형식: 부울(또는 resultType 부울이 있는 식).
newClusterInitScripts 새 클러스터에 대한 사용자 정의 초기화 스크립트입니다. 형식: 문자열 배열(또는 resultType 문자열 배열이 있는 식)입니다.
newClusterLogDestination Spark 드라이버, 작업자 및 이벤트 로그를 배달할 위치를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식).
newClusterNodeType 새 작업 클러스터의 노드 유형입니다. newClusterVersion이 지정되고 instancePoolId가 지정되지 않은 경우 이 속성이 필요합니다. instancePoolId를 지정하면 이 속성은 무시됩니다. 형식: string(또는 resultType 문자열이 있는 식).
newClusterNumOfWorker 기존 대화형 클러스터를 사용하지 않는 경우 새 작업 클러스터 또는 instance 풀에 사용할 작업자 노드 수를 지정합니다. 새 작업 클러스터의 경우 '1'과 같이 문자열 형식의 Int32는 numOfWorker가 1이거나 '1:10'이면 자동 크기가 1(분)에서 10(최대)으로 자동 크기 조정됨을 의미합니다. instance 풀의 경우 문자열 형식 Int32이며 고정된 수의 작업자 노드(예: '2')만 지정할 수 있습니다. newClusterVersion이 지정된 경우 필수입니다. 형식: string(또는 resultType 문자열이 있는 식).
newClusterSparkConf 선택적 사용자 지정 Spark 구성 키-값 쌍 집합입니다. AzureDatabricksLinkedServiceTypePropertiesNewCluster...
newClusterSparkEnvVars 선택적 사용자 지정 Spark 환경 변수 키-값 쌍 집합입니다. AzureDatabricksLinkedServiceTypePropertiesNewCluster...
newClusterVersion 기존 대화형 클러스터를 사용하지 않는 경우 이 작업의 각 실행에 대해 만들어진 새 작업 클러스터 또는 instance 풀 노드의 Spark 버전을 지정합니다. instancePoolId가 지정된 경우 필수입니다. 형식: string(또는 resultType 문자열이 있는 식).
policyId 사용자 정의 규칙 집합에 따라 클러스터를 구성하는 기능을 제한하기 위한 정책 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
workspaceResourceId databricks REST API의 작업 영역 리소스 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).

AzureDatabricksLinkedServiceTypePropertiesNewCluster...

Name Description
{customized property}

AzureDatabricksLinkedServiceTypePropertiesNewCluster...

Name Description
{customized property}

AzureDatabricksDeltaLakeLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "AzureDatabricksDeltaLake"(필수)
typeProperties Azure Databricks Delta Lake 연결된 서비스 속성입니다. AzureDatabricksDetltaLakeLinkedServiceTypeProperties (필수)

AzureDatabricksDetltaLakeLinkedServiceTypeProperties

Name Description
accessToken databricks REST API에 대한 액세스 토큰입니다. https://docs.azuredatabricks.net/api/latest/authentication.html을 참조하세요. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. SecretBase
clusterId 이 작업의 모든 실행에 사용할 기존 대화형 클러스터의 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
자격 증명(credential) 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
도메인 {REGION}.azuredatabricks.net, Databricks 배포의 도메인 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
workspaceResourceId databricks REST API의 작업 영역 리소스 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).

AzureDataExplorerLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "AzureDataExplorer"(필수)
typeProperties Azure Data Explorer(Kusto) 연결된 서비스 속성입니다. AzureDataExplorerLinkedServiceTypeProperties (필수)

AzureDataExplorerLinkedServiceTypeProperties

Name Description
자격 증명(credential) 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
데이터베이스 연결의 데이터베이스 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
엔드포인트(endpoint) Azure Data Explorer(엔진의 엔드포인트)의 엔드포인트입니다. URL은 형식 https://{clusterName}.{regionName}.kusto.windows.net입니다. 형식: string(또는 resultType 문자열이 있는 식)
servicePrincipalId Azure Data Explorer 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
servicePrincipalKey Kusto에 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase
tenant 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).

AzureDataLakeAnalyticsLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "AzureDataLakeAnalytics"(필수)
typeProperties Azure Data Lake Analytics 연결된 서비스 속성입니다. AzureDataLakeAnalyticsLinkedServiceTypeProperties (필수)

AzureDataLakeAnalyticsLinkedServiceTypeProperties

Name Description
accountName Azure Data Lake Analytics 계정 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
dataLakeAnalyticsUri Azure Data Lake Analytics URI 형식: 문자열(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
resourceGroupName 계정 리소스 그룹 이름을 Data Lake Analytics(Data Factory 계정과 다른 경우) 형식: string(또는 resultType 문자열이 있는 식).
servicePrincipalId Azure Data Lake Analytics 계정에 대해 인증하는 데 사용되는 애플리케이션의 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
servicePrincipalKey Azure Data Lake Analytics 계정에 대해 인증하는 데 사용되는 애플리케이션의 키입니다. SecretBase
subscriptionId Data Lake Analytics 계정 구독 ID입니다(Data Factory 계정과 다른 경우). 형식: string(또는 resultType 문자열이 있는 식).
tenant 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).

AzureDataLakeStoreLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "AzureDataLakeStore"(필수)
typeProperties Azure Data Lake Store 연결된 서비스 속성. AzureDataLakeStoreLinkedServiceTypeProperties (필수)

AzureDataLakeStoreLinkedServiceTypeProperties

Name Description
accountName Data Lake Store 계정 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
azureCloudType 서비스 원칙 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
자격 증명(credential) 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
dataLakeStoreUri Data Lake Store 서비스 URI. 형식: 문자열(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
resourceGroupName Data Lake Store 계정 리소스 그룹 이름(Data Factory 계정과 다른 경우). 형식: 문자열(또는 resultType 문자열이 있는 식).
servicePrincipalId Azure Data Lake Store 계정에 대해 인증하는 데 사용되는 애플리케이션의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
servicePrincipalKey Azure Data Lake Store 계정에 대해 인증하는 데 사용되는 애플리케이션의 키입니다. SecretBase
subscriptionId Data Lake Store 계정 구독 ID(Data Factory 계정과 다른 경우). 형식: 문자열(또는 resultType 문자열이 있는 식).
tenant 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

AzureFileStorageLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "AzureFileStorage"(필수)
typeProperties Azure File Storage 연결된 서비스 속성입니다. AzureFileStorageLinkedServiceTypeProperties (필수)

AzureFileStorageLinkedServiceTypeProperties

Name Description
accountKey 연결 문자열 accountKey의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
connectionString 연결 문자열입니다. sasUri 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
fileShare Azure 파일 공유 이름입니다. accountKey/sasToken을 사용하여 인증할 때 필요합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
호스트 서버의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
password 서버를 로그온할 암호입니다. SecretBase
sasToken sas uri의 sasToken에 대한 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
sasUri Azure File 리소스의 SAS URI입니다. connectionString 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
스냅샷 azure 파일 공유 스냅샷 버전입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
userId 서버를 로그온할 사용자 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

AzureFunctionLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "AzureFunction"(필수)
typeProperties Azure Function 연결된 서비스 속성입니다. AzureFunctionLinkedServiceTypeProperties (필수)

AzureFunctionLinkedServiceTypeProperties

Name Description
인증 AzureFunction에 연결하는 데 사용되는 인증 유형(MSI를 지정하는 데 필요). 형식: 문자열(또는 resultType 문자열이 있는 식).
자격 증명(credential) 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
functionAppUrl Azure 함수 앱의 엔드포인트입니다. URL은 형식 https://{accountName}.azurewebsites.net입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
functionKey Azure Function App에 대한 함수 또는 호스트 키입니다. SecretBase
resourceId Azure 함수에 허용되는 토큰 대상 그룹입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

AzureKeyVaultLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "AzureKeyVault"(필수)
typeProperties Azure Key Vault 연결된 서비스 속성입니다. AzureKeyVaultLinkedServiceTypeProperties (필수)

AzureKeyVaultLinkedServiceTypeProperties

Name Description
baseUrl Azure Key Vault 기본 URL입니다. 예: https://myakv.vault.azure.net Type: string(또는 resultType 문자열이 있는 식).
자격 증명(credential) 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference

AzureMariaDBLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "AzureMariaDB"(필수)
typeProperties 연결된 서비스 속성을 Azure Database for MariaDB. AzureMariaDBLinkedServiceTypeProperties (필수)

AzureMariaDBLinkedServiceTypeProperties

Name Description
connectionString ODBC 연결 문자열. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
pwd 연결 문자열 암호의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference

AzureMLLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "AzureML"(필수)
typeProperties Azure ML Studio 웹 서비스 연결된 서비스 속성. AzureMLLinkedServiceTypeProperties (필수)

AzureMLLinkedServiceTypeProperties

Name Description
apiKey Azure ML 모델 엔드포인트에 액세스하기 위한 API 키입니다. SecretBase (필수)
인증 AzureML에 연결하는 데 사용되는 인증 유형(MSI를 지정하는 데 필요). 형식: 문자열(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
mlEndpoint Azure ML Studio 웹 서비스 엔드포인트에 대한 Batch 실행 REST URL입니다. 형식: string(또는 resultType 문자열이 있는 식).
servicePrincipalId Azure ML Studio 웹 서비스의 ARM 기반 updateResourceEndpoint에 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
servicePrincipalKey Azure ML Studio 웹 서비스의 ARM 기반 updateResourceEndpoint에 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase
tenant 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
updateResourceEndpoint Azure ML Studio 웹 서비스 엔드포인트에 대한 리소스 REST 업데이트 URL입니다. 형식: string(또는 resultType 문자열이 있는 식).

AzureMLServiceLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "AzureMLService"(필수)
typeProperties Azure ML Service 연결된 서비스 속성. AzureMLServiceLinkedServiceTypeProperties (필수)

AzureMLServiceLinkedServiceTypeProperties

Name Description
인증 AzureML에 연결하는 데 사용되는 인증 유형(MSI를 지정하는 데 필요). 형식: string(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
mlWorkspaceName Azure ML Service 작업 영역 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
resourceGroupName Azure ML Service 작업 영역 리소스 그룹 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
servicePrincipalId 게시된 Azure ML Service 파이프라인의 엔드포인트에 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
servicePrincipalKey 게시된 Azure ML Service 파이프라인의 엔드포인트에 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase
subscriptionId Azure ML Service 작업 영역 구독 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
tenant 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).

AzureMySqlLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "AzureMySql"(필수)
typeProperties Azure MySQL 데이터베이스 연결된 서비스 속성. AzureMySqlLinkedServiceTypeProperties (필수)

AzureMySqlLinkedServiceTypeProperties

Name Description
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password 연결 문자열 암호의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference

AzurePostgreSqlLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "AzurePostgreSql"(필수)
typeProperties Azure PostgreSQL 연결된 서비스 속성. AzurePostgreSqlLinkedServiceTypeProperties (필수)

AzurePostgreSqlLinkedServiceTypeProperties

Name Description
connectionString ODBC 연결 문자열. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
password 연결 문자열 암호의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference

AzureSearchLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "AzureSearch"(필수)
typeProperties Windows Azure Search Service 연결된 서비스 속성입니다. AzureSearchLinkedServiceTypeProperties (필수)

AzureSearchLinkedServiceTypeProperties

Name Description
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
key Azure Search Service 대한 관리 키 SecretBase
url Azure Search Service 대한 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

AzureSqlDatabaseLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "AzureSqlDatabase"(필수)
typeProperties Azure SQL 데이터베이스 연결된 서비스 속성입니다. AzureSqlDatabaseLinkedServiceTypeProperties (필수)

AzureSqlDatabaseLinkedServiceTypeProperties

Name Description
alwaysEncryptedSettings Sql은 항상 암호화된 속성입니다. SqlAlwaysEncryptedProperties
azureCloudType 서비스 원칙 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
자격 증명(credential) 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password 연결 문자열 암호의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
servicePrincipalId Azure SQL Database에 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
servicePrincipalKey Azure SQL Database에 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase
tenant 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

AzureSqlDWLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "AzureSqlDW"(필수)
typeProperties 연결된 서비스 속성을 Azure SQL Data Warehouse. AzureSqlDWLinkedServiceTypeProperties (필수)

AzureSqlDWLinkedServiceTypeProperties

Name Description
azureCloudType 서비스 원칙 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
자격 증명(credential) 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password 연결 문자열 암호의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
servicePrincipalId Azure SQL Data Warehouse 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
servicePrincipalKey Azure SQL Data Warehouse 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase
tenant 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).

AzureSqlMILinkedService

Name Description
형식 연결된 서비스의 유형입니다. "AzureSqlMI"(필수)
typeProperties 연결된 서비스 속성을 Azure SQL Managed Instance. AzureSqlMILinkedServiceTypeProperties (필수)

AzureSqlMILinkedServiceTypeProperties

Name Description
alwaysEncryptedSettings Sql은 항상 속성을 암호화합니다. SqlAlwaysEncryptedProperties
azureCloudType 서비스 주체 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: string(또는 resultType 문자열이 있는 식).
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
자격 증명(credential) 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password 연결 문자열 암호의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
servicePrincipalId Azure SQL Managed Instance 대해 인증하는 데 사용되는 서비스 주체의 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
servicePrincipalKey Azure SQL Managed Instance 대해 인증하는 데 사용되는 서비스 주체의 키입니다. SecretBase
tenant 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).

AzureStorageLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "AzureStorage"(필수)
typeProperties Azure Storage 연결된 서비스 속성. AzureStorageLinkedServiceTypeProperties (필수)

AzureStorageLinkedServiceTypeProperties

Name Description
accountKey 연결 문자열 accountKey의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
connectionString 연결 문자열입니다. sasUri 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
sasToken sas uri에서 sasToken의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
sasUri Azure Storage 리소스의 SAS URI입니다. connectionString 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.

AzureSynapseArtifactsLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "AzureSynapseArtifacts"(필수)
typeProperties Azure Synapse Analytics(아티팩트) 연결된 서비스 속성입니다. AzureSynapseArtifactsLinkedServiceTypeProperties (필수)

AzureSynapseArtifactsLinkedServiceTypeProperties

Name Description
인증 시스템 할당 관리 ID를 인증 방법으로 사용하는 경우 MSI를 지정하는 데 필요합니다. 형식: string(또는 resultType 문자열이 있는 식).
엔드포인트(endpoint) https://{workspacename}.dev.azuresynapse.net, Azure Synapse Analytics 작업 영역 URL입니다. 형식: string(또는 resultType 문자열이 있는 식).
workspaceResourceId Synapse 작업 영역의 리소스 ID입니다. 형식은 /subscriptions/{subscriptionID}/resourceGroups/{resourceGroup}/providers/Microsoft.Synapse/workspaces/{workspaceName}이어야 합니다. 형식: string(또는 resultType 문자열이 있는 식).

AzureTableStorageLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "AzureTableStorage"(필수)
typeProperties Azure Table Storage 연결된 서비스 속성. AzureStorageLinkedServiceTypeProperties (필수)

CassandraLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Cassandra"(필수)
typeProperties Cassandra 연결된 서비스 속성입니다. CassandraLinkedServiceTypeProperties (필수)

CassandraLinkedServiceTypeProperties

Name Description
authenticationType 연결에 사용할 AuthenticationType입니다. 형식: string(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
호스트 연결의 호스트 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
password 인증을 위한 암호입니다. SecretBase
포트 연결의 포트입니다. 형식: 정수(또는 resultType 정수가 있는 식).
사용자 이름 인증을 위한 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

CommonDataServiceForAppsLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "CommonDataServiceForApps"(필수)
typeProperties 앱용 Common Data Service 연결된 서비스 속성입니다. CommonDataServiceForAppsLinkedServiceTypeProperties (필수)

CommonDataServiceForAppsLinkedServiceTypeProperties

Name Description
authenticationType 앱용 Common Data Service 서버에 연결할 인증 유형입니다. 온라인 시나리오의 경우 'Office365', Ifd 시나리오를 사용하는 온-프레미스의 경우 'Ifd'입니다. 온라인 시나리오에서 서버 간 인증을 위한 'AADServicePrincipal' 형식: string(또는 resultType 문자열이 있는 식).
deploymentType 앱용 Common Data Service의 배포 유형은 instance. App Online용 Common Data Service의 경우 'Online', Ifd를 사용하는 온-프레미스 앱용 Common Data Service의 경우 'OnPremisesWithIfd'입니다. 형식: string(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
hostName 온-프레미스 Common Data Service for Apps 서버의 호스트 이름입니다. 속성은 온-프레미스에 필요하며 온라인에서는 허용되지 않습니다. 형식: string(또는 resultType 문자열이 있는 식).
organizationName 앱 instance Common Data Service의 organization 이름입니다. 속성은 온-프레미스에 필요하며 사용자와 연결된 앱용 Common Data Service 인스턴스가 둘 이상 있는 경우 온라인용으로 필요합니다. 형식: string(또는 resultType 문자열이 있는 식).
password 앱용 Common Data Service instance 액세스하기 위한 암호입니다. SecretBase
포트 온-프레미스 Common Data Service for Apps 서버의 포트입니다. 속성은 온-프레미스에 필요하며 온라인용으로 허용되지 않습니다. 기본값은 443입니다. 형식: 정수(또는 resultType 정수의 식), 최소: 0.
servicePrincipalCredential Azure Active Directory에서 서비스 주체 개체의 자격 증명입니다. servicePrincipalCredentialType이 'ServicePrincipalKey'인 경우 servicePrincipalCredential은 SecureString 또는 AzureKeyVaultSecretReference일 수 있습니다. servicePrincipalCredentialType이 'ServicePrincipalCert'인 경우 servicePrincipalCredential은 AzureKeyVaultSecretReference만 될 수 있습니다. SecretBase
servicePrincipalCredentialType 서버 간 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
servicePrincipalId 서버-서버 인증에 사용되는 Azure Active Directory에 있는 애플리케이션의 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
serviceUri Microsoft Common Data Service for Apps 서버의 URL입니다. 속성은 온라인에 필요하며 온-프레미스에는 허용되지 않습니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
사용자 이름 앱용 Common Data Service에 액세스할 사용자 이름 instance. 형식: 문자열(또는 resultType 문자열이 있는 식).

ConcurLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Concur"(필수)
typeProperties Concur Service 연결된 서비스 속성입니다. ConcurLinkedServiceTypeProperties (필수)

ConcurLinkedServiceTypeProperties

Name Description
clientId Concur App Management에서 제공하는 애플리케이션 client_id입니다.
connectionProperties Concur에 연결하는 데 사용되는 속성입니다. 연결된 서비스의 다른 속성과 함께 사용할 수 없습니다. 형식: 개체입니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
password username 필드에서 제공한 사용자 이름에 해당하는 암호입니다. SecretBase
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다.
사용자 이름 Concur Service에 액세스하는 데 사용되는 사용자 이름입니다.

CosmosDbLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "CosmosDb"(필수)
typeProperties CosmosDB 연결된 서비스 속성입니다. CosmosDbLinkedServiceTypeProperties (필수)

CosmosDbLinkedServiceTypeProperties

Name Description
accountEndpoint Azure CosmosDB 계정의 엔드포인트입니다. 형식: string(또는 resultType 문자열이 있는 식)
accountKey Azure CosmosDB 계정의 계정 키입니다. 형식: SecureString 또는 AzureKeyVaultSecretReference. SecretBase
azureCloudType 서비스 원칙 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
connectionMode CosmosDB 계정에 액세스하는 데 사용되는 연결 모드입니다. 형식: 문자열입니다. "Direct"
"게이트웨이"
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
자격 증명(credential) 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
데이터베이스 데이터베이스의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
servicePrincipalCredential Azure Active Directory에서 서비스 주체 개체의 자격 증명입니다. servicePrincipalCredentialType이 'ServicePrincipalKey'인 경우 servicePrincipalCredential은 SecureString 또는 AzureKeyVaultSecretReference일 수 있습니다. servicePrincipalCredentialType이 'ServicePrincipalCert'인 경우 servicePrincipalCredential은 AzureKeyVaultSecretReference만 될 수 있습니다. SecretBase
servicePrincipalCredentialType 서버 간 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: 문자열입니다.
servicePrincipalId 서버-서버 인증에 사용되는 Azure Active Directory에 있는 애플리케이션의 클라이언트 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
tenant 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).

CosmosDbMongoDbApiLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "CosmosDbMongoDbApi"(필수)
typeProperties CosmosDB(MongoDB API) 연결된 서비스 속성입니다. CosmosDbMongoDbApiLinkedServiceTypeProperties (필수)

CosmosDbMongoDbApiLinkedServiceTypeProperties

Name Description
connectionString CosmosDB(MongoDB API) 연결 문자열. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
데이터베이스 액세스하려는 CosmosDB(MongoDB API) 데이터베이스의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
isServerVersionAbove32 CosmosDB(MongoDB API) 서버 버전이 3.2보다 높은지 여부입니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).

CouchbaseLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Couchbase"(필수)
typeProperties Couchbase 서버 연결된 서비스 속성입니다. CouchbaseLinkedServiceTypeProperties (필수)

CouchbaseLinkedServiceTypeProperties

Name Description
connectionString ODBC 연결 문자열. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
credString 연결 문자열 credString의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열

CustomDataSourceLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "CustomDataSource"(필수)
typeProperties 사용자 지정 연결된 서비스 속성입니다.

DataworldLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Dataworld"(필수)
typeProperties Dataworld 연결된 서비스 속성입니다. DataworldLinkedServiceTypeProperties (필수)

DataworldLinkedServiceTypeProperties

Name Description
apiToken Dataworld 원본에 대한 api 토큰입니다. SecretBase (필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string

Db2LinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Db2"(필수)
typeProperties DB2 연결된 서비스 속성입니다. Db2LinkedServiceTypeProperties (필수)

Db2LinkedServiceTypeProperties

Name Description
authenticationType 연결에 사용할 AuthenticationType입니다. connectionString 속성과 함께 사용할 수 없습니다. "Basic"
certificateCommonName TLS를 사용하는 경우 인증서 일반 이름입니다. connectionString 속성과 함께 사용할 수 없습니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
connectionString 연결 문자열입니다. 서버, 데이터베이스, authenticationType, userName, packageCollection 및 certificateCommonName 속성과 함께 사용할 수 없습니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
데이터베이스 연결의 데이터베이스 이름입니다. connectionString 속성과 함께 사용할 수 없습니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. connectionString 속성과 함께 사용할 수 없습니다. 형식: 문자열입니다. string
packageCollection 데이터베이스를 쿼리할 때 패키지가 만들어지는 위치 아래에 있습니다. connectionString 속성과 함께 사용할 수 없습니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
password 인증을 위한 암호입니다. SecretBase
서버 연결의 서버 이름입니다. connectionString 속성과 함께 사용할 수 없습니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
사용자 이름 인증을 위한 사용자 이름입니다. connectionString 속성과 함께 사용할 수 없습니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

DrillLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "드릴"(필수)
typeProperties 드릴 서버 연결된 서비스 속성입니다. DrillLinkedServiceTypeProperties (필수)

DrillLinkedServiceTypeProperties

Name Description
connectionString ODBC 연결 문자열. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
pwd 연결 문자열 암호의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference

DynamicsLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Dynamics"(필수)
typeProperties Dynamics 연결된 서비스 속성입니다. DynamicsLinkedServiceTypeProperties (필수)

DynamicsLinkedServiceTypeProperties

Name Description
authenticationType Dynamics 서버에 연결하기 위한 인증 유형입니다. 온라인 시나리오의 경우 'Office365', Ifd 시나리오를 사용하는 온-프레미스의 경우 'Ifd', 온라인 시나리오에서 서버 간 인증의 경우 'AADServicePrincipal'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
자격 증명(credential) 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
deploymentType Dynamics 인스턴스의 배포 유형입니다. Dynamics Online용 'Online'과 Ifd를 사용하는 Dynamics 온-프레미스의 경우 'OnPremisesWithIfd'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
hostName 온-프레미스 Dynamics 서버의 호스트 이름입니다. 속성은 온-프레미스에 필요하며 온라인용으로 허용되지 않습니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
organizationName Dynamics 인스턴스의 조직 이름입니다. 속성은 온-프레미스에 필요하며 사용자와 연결된 Dynamics 인스턴스가 둘 이상 있는 경우 온라인용으로 필요합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
password Dynamics instance 액세스하기 위한 암호입니다. SecretBase
포트 온-프레미스 Dynamics 서버의 포트입니다. 속성은 온-프레미스에 필요하며 온라인용으로 허용되지 않습니다. 기본값은 443입니다. 형식: 정수(또는 resultType 정수의 식), 최소: 0.
servicePrincipalCredential Azure Active Directory에서 서비스 주체 개체의 자격 증명입니다. servicePrincipalCredentialType이 'ServicePrincipalKey'인 경우 servicePrincipalCredential은 SecureString 또는 AzureKeyVaultSecretReference일 수 있습니다. servicePrincipalCredentialType이 'ServicePrincipalCert'인 경우 servicePrincipalCredential은 AzureKeyVaultSecretReference만 될 수 있습니다. SecretBase
servicePrincipalCredentialType 서버 간 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
servicePrincipalId 서버-서버 인증에 사용되는 Azure Active Directory에 있는 애플리케이션의 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
serviceUri Microsoft Dynamics 서버의 URL입니다. 속성은 온라인에 필요하며 온-프레미스에는 허용되지 않습니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
사용자 이름 Dynamics instance 액세스할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

DynamicsAXLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "DynamicsAX"(필수)
typeProperties Dynamics AX 연결된 서비스 속성입니다. DynamicsAXLinkedServiceTypeProperties (필수)

DynamicsAXLinkedServiceTypeProperties

Name Description
aadResourceId 권한 부여를 요청하는 리소스를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
servicePrincipalId 애플리케이션의 클라이언트 ID를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
servicePrincipalKey 애플리케이션의 키를 지정합니다. 이 필드를 SecureString으로 표시하여 Data Factory에 안전하게 저장하거나, Azure Key Vault에 저장된 비밀을 참조합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase (필수)
tenant 애플리케이션이 있는 테넌트 정보(도메인 이름 또는 테넌트 ID)를 지정합니다. Azure Portal의 오른쪽 위 모서리를 마우스로 가리켜 검색합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
url Dynamics AX(또는 Dynamics 365 Finance and Operations) 인스턴스 OData 엔드포인트입니다.

DynamicsCrmLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "DynamicsCrm"(필수)
typeProperties Dynamics CRM 연결된 서비스 속성입니다. DynamicsCrmLinkedServiceTypeProperties (필수)

DynamicsCrmLinkedServiceTypeProperties

Name Description
authenticationType Dynamics CRM 서버에 연결할 인증 유형입니다. 온라인 시나리오의 경우 'Office365', Ifd 시나리오를 사용하는 온-프레미스의 경우 'Ifd', 온라인 시나리오에서 서버 간 인증의 경우 'AADServicePrincipal'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
deploymentType Dynamics CRM instance 배포 유형입니다. Dynamics CRM Online의 경우 'Online'이고 Ifd를 사용하는 Dynamics CRM 온-프레미스의 경우 'OnPremisesWithIfd'입니다. 형식: string(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
hostName 온-프레미스 Dynamics CRM 서버의 호스트 이름입니다. 속성은 온-프레미스에 필요하며 온라인에서는 허용되지 않습니다. 형식: string(또는 resultType 문자열이 있는 식).
organizationName Dynamics CRM instance organization 이름입니다. 속성은 온-프레미스에 필요하며 사용자와 연결된 Dynamics CRM 인스턴스가 둘 이상 있는 경우 온라인용으로 필요합니다. 형식: string(또는 resultType 문자열이 있는 식).
password Dynamics CRM instance 액세스하기 위한 암호입니다. SecretBase
포트 온-프레미스 Dynamics CRM 서버의 포트입니다. 속성은 온-프레미스에 필요하며 온라인에서는 허용되지 않습니다. 기본값은 443입니다. 형식: 정수(또는 resultType 정수가 있는 식), 최소: 0.
servicePrincipalCredential Azure Active Directory에서 서비스 주체 개체의 자격 증명입니다. servicePrincipalCredentialType이 'ServicePrincipalKey'인 경우 servicePrincipalCredential은 SecureString 또는 AzureKeyVaultSecretReference일 수 있습니다. servicePrincipalCredentialType이 'ServicePrincipalCert'인 경우 servicePrincipalCredential은 AzureKeyVaultSecretReference만 될 수 있습니다. SecretBase
servicePrincipalCredentialType 서버 간 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: string(또는 resultType 문자열이 있는 식).
servicePrincipalId 서버-서버 인증에 사용되는 Azure Active Directory에 있는 애플리케이션의 클라이언트 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
serviceUri Microsoft Dynamics CRM 서버의 URL입니다. 속성은 온-프레미스에 필요하고 온-프레미스에는 허용되지 않습니다. 형식: string(또는 resultType 문자열이 있는 식).
사용자 이름 Dynamics CRM instance 액세스하기 위한 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

EloquaLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Eloqua"(필수)
typeProperties Eloqua 서버 연결된 서비스 속성입니다. EloquaLinkedServiceTypeProperties (필수)

EloquaLinkedServiceTypeProperties

Name Description
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
엔드포인트(endpoint) Eloqua 서버의 엔드포인트입니다. (즉, eloqua.example.com)
password 사용자 이름에 해당하는 암호입니다. SecretBase
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다.
사용자 이름 사이트 이름/사용자 이름 형식의 Eloqua 계정의 사이트 이름 및 사용자 이름입니다. (예: Eloqua/Alice)

FileServerLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "FileServer"(필수)
typeProperties 파일 시스템 연결된 서비스 속성입니다. FileServerLinkedServiceTypeProperties (필수)

FileServerLinkedServiceTypeProperties

Name Description
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
호스트 서버의 호스트 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
password 서버를 로그온하기 위한 암호입니다. SecretBase
userId 서버를 로그온할 사용자 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).

FtpServerLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "FtpServer"(필수)
typeProperties 이 연결된 서비스 유형과 관련된 속성입니다. FtpServerLinkedServiceTypeProperties (필수)

FtpServerLinkedServiceTypeProperties

Name Description
authenticationType FTP 서버에 연결하는 데 사용할 인증 유형입니다. "익명"
"Basic"
enableServerCertificateValidation true이면 SSL/TLS 채널을 통해 연결할 때 FTP 서버 SSL 인증서의 유효성을 검사합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
enableSsl true이면 SSL/TLS 채널을 통해 FTP 서버에 연결합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
호스트 FTP 서버의 호스트 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
password FTP 서버를 로그온하기 위한 암호입니다. SecretBase
포트 FTP 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트 번호입니다. 기본값은 21입니다. 형식: 정수(또는 resultType 정수가 있는 식), 최소: 0.
userName FTP 서버를 로그온하는 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

GoogleAdWordsLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "GoogleAdWords"(필수)
typeProperties Google AdWords 서비스 연결된 서비스 속성. GoogleAdWordsLinkedServiceTypeProperties (필수)

GoogleAdWordsLinkedServiceTypeProperties

Name Description
authenticationType 인증에 사용되는 OAuth 2.0 인증 메커니즘입니다. ServiceAuthentication은 자체 호스팅 IR에서만 사용할 수 있습니다. "ServiceAuthentication"
"UserAuthentication"
clientCustomerID 보고서 데이터를 가져올 AdWords 계정의 클라이언트 고객 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
clientId 새로 고침 토큰을 얻는 데 사용되는 Google 애플리케이션의 클라이언트 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
clientSecret 새로 고침 토큰을 얻는 데 사용되는 Google 애플리케이션의 클라이언트 암호입니다. SecretBase
connectionProperties (사용되지 않음) GoogleAds에 연결하는 데 사용되는 속성입니다. 연결된 서비스의 다른 속성과 함께 사용할 수 없습니다. 형식: 개체입니다.
developerToken AdWords API에 대한 액세스 권한을 부여하는 데 사용하는 관리자 계정과 연관된 개발자 토큰입니다. SecretBase
이메일 ServiceAuthentication에 사용되는 서비스 계정 메일 ID이며 자체 호스팅 IR에서만 사용할 수 있습니다. 형식: string(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
googleAdsApiVersion Google Ads API 주 버전(예: v14) 지원되는 주 버전은 에서 https://developers.google.com/google-ads/api/docs/release-notes찾을 수 있습니다. 형식: string(또는 resultType 문자열이 있는 식).
keyFilePath (사용되지 않음) 서비스 계정 이메일 주소를 인증하는 데 사용되며 자체 호스팅 IR에서만 사용할 수 있는 .p12 키 파일의 전체 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
loginCustomerID 특정 고객의 보고서 데이터를 가져오려는 Google Ads Manager 계정의 고객 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
privateKey 서비스 계정 이메일 주소를 인증하는 데 사용되며 자체 호스팅 IR에서만 사용할 수 있는 프라이빗 키입니다. SecretBase
refreshToken UserAuthentication을 위한 애드워즈 액세스 권한을 부여하기 위해 Google에서 얻은 새로 고침 토큰입니다. SecretBase
supportLegacyDataTypes google에서 문자열로 float, int32 및 int64를 매핑하는 레거시 데이터 형식 매핑을 사용할지 여부를 지정합니다. 레거시 드라이버의 데이터 형식 매핑과 이전 버전과의 호환성을 유지하려는 경우가 아니면 true로 설정하지 마세요. 형식: 부울(또는 resultType 부울이 있는 식).
trustedCertPath (사용되지 않음) SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서가 포함된 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
useSystemTrustStore (사용되지 않음) 시스템 신뢰 저장소 또는 지정된 PEM 파일에서 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).

GoogleBigQueryLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "GoogleBigQuery"(필수)
typeProperties Google BigQuery 서비스 연결된 서비스 속성. GoogleBigQueryLinkedServiceTypeProperties (필수)

GoogleBigQueryLinkedServiceTypeProperties

Name Description
additionalProjects 액세스할 공용 BigQuery 프로젝트의 쉼표로 구분된 목록입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
authenticationType 인증에 사용되는 OAuth 2.0 인증 메커니즘입니다. ServiceAuthentication은 자체 호스팅 IR에서만 사용할 수 있습니다. "ServiceAuthentication"
"UserAuthentication"(필수)
clientId 새로 고침 토큰을 얻는 데 사용되는 Google 애플리케이션의 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
clientSecret 새로 고침 토큰을 얻는 데 사용되는 Google 애플리케이션의 클라이언트 암호입니다. SecretBase
이메일 ServiceAuthentication에 사용되는 서비스 계정 메일 ID이며 자체 호스팅 IR에서만 사용할 수 있습니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
keyFilePath 서비스 계정 메일 주소를 인증하는 데 사용되는 .p12 키 파일의 전체 경로이며 자체 호스팅 IR에서만 사용할 수 있습니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
프로젝트 쿼리할 기본 BigQuery 프로젝트입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
refreshToken UserAuthentication을 위한 BigQuery 액세스 권한을 부여하기 위해 Google에서 얻은 새로 고침 토큰입니다. SecretBase
requestGoogleDriveScope Google Drive에 대한 액세스를 요청할지 여부입니다. Google Drive 액세스를 허용하면 BigQuery 데이터를 Google Drive의 데이터와 결합하는 페더레이션된 테이블을 지원할 수 있습니다. 기본값은 false입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
trustedCertPath SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서를 포함하는 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
useSystemTrustStore 시스템 신뢰 저장소 또는 지정된 PEM 파일의 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).

GoogleBigQueryV2LinkedService

Name Description
형식 연결된 서비스의 유형입니다. "GoogleBigQueryV2"(필수)
typeProperties Google BigQuery 서비스 연결된 서비스 속성. GoogleBigQueryV2LinkedServiceTypeProperties (필수)

GoogleBigQueryV2LinkedServiceTypeProperties

Name Description
authenticationType 인증에 사용되는 OAuth 2.0 인증 메커니즘입니다. "ServiceAuthentication"
"UserAuthentication"(필수)
clientId 새로 고침 토큰을 얻는 데 사용되는 Google 애플리케이션의 클라이언트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
clientSecret 새로 고침 토큰을 얻는 데 사용되는 Google 애플리케이션의 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
keyFileContent 서비스 계정을 인증하는 데 사용되는 .json 키 파일의 콘텐츠입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase
projectId 쿼리할 기본 BigQuery 프로젝트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
refreshToken UserAuthentication을 위한 BigQuery 액세스 권한을 부여하기 위해 Google에서 얻은 새로 고침 토큰입니다. SecretBase

GoogleCloudStorageLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "GoogleCloudStorage"(필수)
typeProperties Google Cloud Storage 연결된 서비스 속성. GoogleCloudStorageLinkedServiceTypeProperties (필수)

GoogleCloudStorageLinkedServiceTypeProperties

Name Description
accessKeyId Google Cloud Storage ID 및 액세스 관리(IAM) 사용자의 액세스 키 식별자입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
secretAccessKey Google Cloud Storage ID 및 액세스 관리(IAM) 사용자의 비밀 액세스 키입니다. SecretBase
serviceUrl 이 값은 Google Cloud Storage 커넥터를 사용하여 액세스할 엔드포인트를 지정합니다. 선택적 속성입니다. 다른 서비스 엔드포인트를 시도하거나 https와 http 간에 전환하려는 경우에만 변경합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

GoogleSheetsLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "GoogleSheets"(필수)
typeProperties GoogleSheets 연결된 서비스 속성입니다. GoogleSheetsLinkedServiceTypeProperties (필수)

GoogleSheetsLinkedServiceTypeProperties

Name Description
apiToken GoogleSheets 원본에 대한 API 토큰입니다. SecretBase (필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string

GreenplumLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Greenplum"(필수)
typeProperties Greenplum Database 연결된 서비스 속성입니다. GreenplumLinkedServiceTypeProperties (필수)

GreenplumLinkedServiceTypeProperties

Name Description
connectionString ODBC 연결 문자열. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
pwd 연결 문자열 암호의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference

HBaseLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "HBase"(필수)
typeProperties HBase 서버 연결된 서비스 속성입니다. HBaseLinkedServiceTypeProperties (필수)

HBaseLinkedServiceTypeProperties

Name Description
allowHostNameCNMismatch SSL을 통해 연결할 때 CA 발급 인증서 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 false입니다.
allowSelfSignedServerCert 서버의 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다.
authenticationType HBase 서버에 연결하는 데 사용할 인증 메커니즘입니다. "익명"
"기본"(필수)
enableSsl 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
host HBase 서버의 IP 주소 또는 호스트 이름입니다. 즉, 192.168.222.160입니다.
httpPath HBase 서버에 해당하는 부분 URL입니다. 즉, /gateway/sandbox/hbase/version입니다.
password 사용자 이름에 해당하는 암호입니다. SecretBase
포트 HBase 인스턴스가 클라이언트 연결을 수신하는 데 사용하는 TCP 포트입니다. 기본값은 9090입니다.
trustedCertPath SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서를 포함하는 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다.
사용자 이름 HBase 인스턴스에 연결하는 데 사용되는 사용자 이름입니다.

HdfsLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Hdfs"(필수)
typeProperties HDFS 연결된 서비스 속성입니다. HdfsLinkedServiceTypeProperties (필수)

HdfsLinkedServiceTypeProperties

Name Description
authenticationType HDFS에 연결하는 데 사용되는 인증 유형입니다. 가능한 값은 익명 및 Windows입니다. 형식: string(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password Windows 인증에 대한 암호. SecretBase
url HDFS 서비스 엔드포인트의 URL(예: )입니다. http://myhostname:50070/webhdfs/v1 형식: string(또는 resultType 문자열이 있는 식).
userName Windows 인증 대한 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

HDInsightLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "HDInsight"(필수)
typeProperties HDInsight 연결된 서비스 속성. HDInsightLinkedServiceTypeProperties (필수)

HDInsightLinkedServiceTypeProperties

Name Description
clusterUri HDInsight 클러스터 URI. 형식: string(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
fileSystem HDInsight의 기본 스토리지가 ADLS Gen2인 경우 FileSystem을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
hcatalogLinkedServiceName HCatalog 데이터베이스를 가리키는 Azure SQL 연결된 서비스에 대한 참조입니다. LinkedServiceReference
isEspEnabled HDInsight가 ESP(Enterprise Security Package)를 사용하여 만들어지는지 지정합니다. 형식: 부울입니다.
linkedServiceName Azure Storage 연결된 서비스 참조입니다. LinkedServiceReference
password HDInsight 클러스터 암호. SecretBase
userName HDInsight 클러스터 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

HDInsightOnDemandLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "HDInsightOnDemand"(필수)
typeProperties HDInsight 온디맨드 연결된 서비스 속성. HDInsightOnDemandLinkedServiceTypeProperties (필수)

HDInsightOnDemandLinkedServiceTypeProperties

Name Description
additionalLinkedServiceNames HDInsight 연결된 서비스에 대한 추가 스토리지 계정을 지정하므로 데이터 팩터리 서비스가 사용자를 대신해 계정을 등록할 수 있습니다. LinkedServiceReference[]
clusterNamePrefix 클러스터 이름 접두사인 접두사는 타임스탬프와 구별됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
clusterPassword 클러스터에 액세스할 암호입니다. SecretBase
clusterResourceGroup 클러스터가 속한 리소스 그룹입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
clusterSize 클러스터의 작업자/데이터 노드 수 제안 값: 4. 형식: int(또는 resultType int가 있는 식).
clusterSshPassword SSH에 대한 암호는 클러스터의 노드(Linux용)를 원격으로 연결합니다. SecretBase
clusterSshUserName SSH을 통해 클러스터 노드에 원격으로 연결하기 위한 사용자 이름입니다(Linux용). 형식: 문자열(또는 resultType 문자열이 있는 식).
clusterType 클러스터 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
clusterUserName 클러스터에 액세스하기 위한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
coreConfiguration 만들어지는 HDInsight 클러스터에 대한 핵심 구성 매개 변수(core-site.xml에서 처럼)를 지정합니다.
자격 증명(credential) 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
dataNodeSize HDInsight 클러스터의 데이터 노드 크기를 지정합니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
hBaseConfiguration HDInsight 클러스터에 대한 HBase 구성 매개 변수(hbase-site.xml)를 지정합니다.
hcatalogLinkedServiceName HCatalog 데이터베이스를 가리키는 Azure SQL 연결된 서비스 이름입니다. 주문형 HDInsight 클러스터는 Azure SQL 데이터베이스를 metastore로 사용하여 만들어집니다. LinkedServiceReference
hdfsConfiguration HDInsight 클러스터에 대한 HDFS 구성 매개 변수(hdfs-site.xml)를 지정합니다.
headNodeSize HDInsight 클러스터의 헤드 노드 크기를 지정합니다.
hiveConfiguration HDInsight 클러스터에 대한 hive 구성 매개 변수(hive-site.xml)를 지정합니다.
hostSubscriptionId 클러스터를 호스트할 고객의 구독입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
linkedServiceName 데이터를 저장 및 처리하기 위해 주문형 클러스터에서 사용하는 Azure Storage 연결 서비스입니다. LinkedServiceReference (필수)
mapReduceConfiguration HDInsight 클러스터에 대한 MapReduce 구성 매개 변수(mapred-site.xml)를 지정합니다.
oozieConfiguration HDInsight 클러스터에 대한 Oozie 구성 매개 변수(oozie-site.xml)를 지정합니다.
scriptActions HDI 온디맨드 클러스터가 완료되면 실행할 사용자 지정 스크립트 작업입니다. /azure/hdinsight/hdinsight-hadoop-customize-cluster-linux?toc=%2Fen-us%2Fazure%2Fhdinsight%2Fr-server%2FTOC.json&bc=%2Fen-us%2Fazure%2Fbread%2Ftoc.json#understanding-script-actions를 참조하세요. ScriptAction[]
servicePrincipalId hostSubscriptionId의 서비스 주체 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
servicePrincipalKey 서비스 주체 ID의 키입니다. SecretBase
sparkVersion 클러스터 유형이 'spark'인 경우 spark 버전입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
stormConfiguration HDInsight 클러스터에 대한 Storm 구성 매개 변수(storm-site.xml)를 지정합니다.
subnetName vNet의 서브넷에 대한 ARM 리소스 ID입니다. virtualNetworkId를 지정한 경우 이 속성이 필요합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
tenant 서비스 주체가 속한 테넌트 ID/이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
timeToLive 주문형 HDInsight 클러스터에 대한 허용된 유휴 시간입니다. 클러스터에 다른 활성 작업이 없으면 작업이 완료된 후에 주문형 HDInsight 클러스터가 유지될 기간을 지정합니다. 최소값은 5분입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
버전 HDInsight 클러스터의 버전입니다.  형식: 문자열(또는 resultType 문자열이 있는 식).
virtualNetworkId 클러스터를 만든 후 조인해야 하는 vNet의 ARM 리소스 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
yarnConfiguration HDInsight 클러스터에 대한 Yarn 구성 매개 변수(yarn-site.xml)를 지정합니다.
zookeeperNodeSize HDInsight 클러스터에 대한 Zoo Keeper 노드의 크기를 지정합니다.

ScriptAction

Name Description
name 사용자가 스크립트 작업의 이름을 제공했습니다. string(필수)
매개 변수 스크립트 동작에 대한 매개 변수입니다. 문자열
역할 스크립트 작업을 실행할 노드 형식입니다.
uri 스크립트 동작에 대한 URI입니다. string(필수)

HiveLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Hive"(필수)
typeProperties Hive Server 연결된 서비스 속성입니다. HiveLinkedServiceTypeProperties (필수)

HiveLinkedServiceTypeProperties

Name Description
allowHostNameCNMismatch SSL을 통해 연결할 때 CA 발급 인증서 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 false입니다.
allowSelfSignedServerCert 서버의 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다.
authenticationType Hive 서버에 액세스하는 데 사용되는 인증 방법입니다. "익명"
"사용자 이름"
"UsernameAndPassword"
"WindowsAzureHDInsightService"(필수)
enableSsl 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
호스트 Hive 서버의 IP 주소 또는 호스트 이름으로, 호스트가 여러 개인 경우 ‘,’로 구분합니다(serviceDiscoveryMode가 사용되는 경우에만 해당).
httpPath Hive 서버에 해당하는 부분 URL입니다.
password 사용자 이름 필드에 제공한 사용자 이름에 해당하는 암호입니다. SecretBase
포트 Hive 서버가 클라이언트 연결을 수신하는 데 사용하는 TCP 포트입니다.
serverType Hive 서버의 유형입니다. "HiveServer1"
"HiveServer2"
"HiveThriftServer"
serviceDiscoveryMode true이면 ZooKeeper 서비스 사용을 나타내고, false이면 그렇지 않습니다.
thriftTransportProtocol Thrift 계층에서 사용할 전송 프로토콜입니다. "Binary"
"HTTP "
"SASL"
trustedCertPath SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서를 포함하는 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다.
useNativeQuery 드라이버가 기본 HiveQL 쿼리를 사용하는지, 이 쿼리를 동일한 HiveQL의 형식으로 변환하는지를 지정합니다.
사용자 이름 Hive 서버에 액세스하는 데 사용하는 사용자 이름입니다.
useSystemTrustStore 시스템 신뢰 저장소 또는 지정된 PEM 파일의 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다.
zooKeeperNameSpace ZooKeeper에서 Hive 서버 2 노드가 추가되는 네임스페이스입니다.

HttpLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "HttpServer"(필수)
typeProperties 이 연결된 서비스 유형과 관련된 속성입니다. HttpLinkedServiceTypeProperties (필수)

HttpLinkedServiceTypeProperties

Name Description
authenticationType HTTP 서버에 연결하는 데 사용할 인증 유형입니다. "익명"
"Basic"
"ClientCertificate"
"다이제스트"
"Windows"
authHeaders 권한 부여에 사용되는 RESTful API에 대한 요청의 추가 HTTP 헤더입니다. 형식: 키 값 쌍(값은 문자열 형식이어야 합니다).
certThumbprint ClientCertificate 인증을 위한 인증서의 지문입니다. 온-프레미스 복사에만 유효합니다. ClientCertificate 인증을 사용한 온-프레미스 복사의 경우 CertThumbprint 또는 EmbeddedCertData/Password를 지정해야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
embeddedCertData ClientCertificate 인증을 위해 Base64로 인코딩된 인증서 데이터입니다. ClientCertificate 인증을 사용한 온-프레미스 복사의 경우 CertThumbprint 또는 EmbeddedCertData/Password를 지정해야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
enableServerCertificateValidation true이면 HTTPS 서버 SSL 인증서의 유효성을 검사합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password EmbeddedCertData 인증을 사용한 기본, 다이제스트, Windows 또는 ClientCertificate의 암호입니다. SecretBase
url HTTP 엔드포인트의 기본 URL(예: )입니다. https://www.microsoft.com 형식: 문자열(또는 resultType 문자열이 있는 식).
userName 기본, 다이제스트 또는 Windows 인증 대한 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

HubspotLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Hubspot"(필수)
typeProperties Hubspot Service 연결된 서비스 속성입니다. HubspotLinkedServiceTypeProperties (필수)

HubspotLinkedServiceTypeProperties

Name Description
accessToken OAuth 통합을 처음 인증할 때 얻은 액세스 토큰입니다. SecretBase
clientId Hubspot 애플리케이션과 연결된 클라이언트 ID입니다.
clientSecret Hubspot 애플리케이션과 연결된 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
refreshToken OAuth 통합을 처음 인증할 때 얻은 새로 고침 토큰입니다. SecretBase
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다.

ImpalaLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Impala"(필수)
typeProperties Impala 서버 연결된 서비스 속성입니다. ImpalaLinkedServiceTypeProperties (필수)

ImpalaLinkedServiceTypeProperties

Name Description
allowHostNameCNMismatch SSL을 통해 연결할 때 CA 발급 인증서 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 false입니다.
allowSelfSignedServerCert 서버의 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다.
authenticationType 사용할 인증 유형입니다. "익명"
"SASLUsername"
"UsernameAndPassword"(필수)
enableSsl 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
호스트 Impala 서버의 IP 주소 또는 호스트 이름입니다. 즉, 192.168.222.160입니다.
password UsernameAndPassword를 사용할 때 사용자 이름에 해당하는 암호입니다. SecretBase
포트 Impala 서버가 클라이언트 연결을 수신하는 데 사용하는 TCP 포트입니다. 기본값은 21050입니다.
trustedCertPath SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서를 포함하는 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다.
사용자 이름 Impala 서버에 액세스하는 데 사용되는 사용자 이름입니다. SASLUsername을 사용하는 경우 기본값은 익명입니다.
useSystemTrustStore 시스템 신뢰 저장소 또는 지정된 PEM 파일의 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다.

InformixLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Informix"(필수)
typeProperties Informix 연결된 서비스 속성입니다. InformixLinkedServiceTypeProperties (필수)

InformixLinkedServiceTypeProperties

Name Description
authenticationType Informix에 ODBC 데이터 저장소로 연결하는 데 사용되는 인증 유형입니다. 가능한 값은 익명 및 기본입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
connectionString 연결 문자열 액세스하지 않는 자격 증명 부분과 선택적으로 암호화된 자격 증명입니다. 형식: string 또는 SecureString 또는 AzureKeyVaultSecretReference 또는 resultType 문자열이 있는 식입니다.
자격 증명(credential) 드라이버 관련 속성 값 형식에 지정된 연결 문자열의 액세스 자격 증명 부분입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password 기본 인증을 위한 암호입니다. SecretBase
userName 기본 인증의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

JiraLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Jira"(필수)
typeProperties Jira Service 연결된 서비스 속성입니다. JiraLinkedServiceTypeProperties (필수)

JiraLinkedServiceTypeProperties

Name Description
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
host Jira 서비스의 IP 주소 또는 호스트 이름입니다. (예: jira.example.com)
password username 필드에서 제공한 사용자 이름에 해당하는 암호입니다. SecretBase
포트 Jira 서버가 클라이언트 연결을 수신하는 데 사용하는 TCP 포트입니다. 기본값은 HTTPS를 통해 연결하는 경우 443이고, HTTP를 통해 연결하는 경우 8080입니다.
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다.
사용자 이름 Jira 서비스에 액세스하는 데 사용하는 사용자 이름입니다.

LakeHouseLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "LakeHouse"(필수)
typeProperties Microsoft Fabric LakeHouse 연결된 서비스 속성. LakeHouseLinkedServiceTypeProperties (필수)

LakeHouseLinkedServiceTypeProperties

Name Description
artifactId Microsoft Fabric LakeHouse 아티팩트 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
servicePrincipalCredential Azure Active Directory에서 서비스 주체 개체의 자격 증명입니다. servicePrincipalCredentialType이 'ServicePrincipalKey'인 경우 servicePrincipalCredential은 SecureString 또는 AzureKeyVaultSecretReference일 수 있습니다. servicePrincipalCredentialType이 'ServicePrincipalCert'인 경우 servicePrincipalCredential은 AzureKeyVaultSecretReference만 될 수 있습니다. SecretBase
servicePrincipalCredentialType 서버 간 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: string(또는 resultType 문자열이 있는 식).
servicePrincipalId Microsoft Fabric LakeHouse에 대해 인증하는 데 사용되는 애플리케이션의 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
servicePrincipalKey Microsoft Fabric LakeHouse에 대해 인증하는 데 사용되는 애플리케이션의 키입니다. SecretBase
tenant 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
workspaceId Microsoft Fabric 작업 영역의 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).

MagentoLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Magento"(필수)
typeProperties Magento 서버 연결된 서비스 속성입니다. MagentoLinkedServiceTypeProperties (필수)

MagentoLinkedServiceTypeProperties

Name Description
accessToken Magento의 액세스 토큰입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
host Magento 인스턴스의 URL입니다. (즉, 192.168.222.110/magento3)
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다.

MariaDBLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "MariaDB"(필수)
typeProperties MariaDB 서버 연결된 서비스 속성입니다. MariaDBLinkedServiceTypeProperties (필수)

MariaDBLinkedServiceTypeProperties

Name Description
connectionString ODBC 연결 문자열. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
데이터베이스 연결의 데이터베이스 이름입니다. 형식: 문자열입니다.
driverVersion MariaDB 드라이버의 버전입니다. 형식: 문자열입니다. 레거시 드라이버의 경우 V1 또는 비어 있음, 새 드라이버의 경우 V2입니다. V1은 연결 문자열 및 속성 모음을 지원할 수 있으며 V2는 연결 문자열만 지원할 수 있습니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password 연결 문자열 암호의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
포트 연결의 포트입니다. 형식: 정수입니다.
서버 연결의 서버 이름입니다. 형식: 문자열입니다.
사용자 이름 인증을 위한 사용자 이름입니다. 형식: 문자열입니다.

MarketoLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Marketo"(필수)
typeProperties Marketo 서버 연결된 서비스 속성입니다. MarketoLinkedServiceTypeProperties (필수)

MarketoLinkedServiceTypeProperties

Name Description
clientId Marketo 서비스의 클라이언트 ID입니다.
clientSecret Marketo 서비스의 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
엔드포인트(endpoint) Marketo 서버의 엔드포인트입니다. (즉, 123-ABC-321.mktorest.com)
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다.

MicrosoftAccessLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "MicrosoftAccess"(필수)
typeProperties Microsoft Access 연결된 서비스 속성. MicrosoftAccessLinkedServiceTypeProperties (필수)

MicrosoftAccessLinkedServiceTypeProperties

Name Description
authenticationType Microsoft Access에 ODBC 데이터 저장소로 연결하는 데 사용되는 인증 유형입니다. 가능한 값은 익명 및 기본입니다. 형식: string(또는 resultType 문자열이 있는 식).
connectionString 연결 문자열 액세스하지 않는 자격 증명 부분과 암호화된 선택적 자격 증명입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference 또는 resultType 문자열이 있는 Expression입니다.
자격 증명(credential) 드라이버 관련 속성 값 형식에 지정된 연결 문자열의 액세스 자격 증명 부분입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password 기본 인증을 위한 암호입니다. SecretBase
userName 기본 인증의 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

MongoDbLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "MongoDb"(필수)
typeProperties MongoDB 연결된 서비스 속성입니다. MongoDbLinkedServiceTypeProperties (필수)

MongoDbLinkedServiceTypeProperties

Name Description
allowSelfSignedServerCert 서버의 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
authenticationType MongoDB 데이터베이스에 연결하는 데 사용할 인증 유형입니다. "익명"
"Basic"
authSource 사용자 이름 및 암호를 확인하는 데이터베이스입니다. 형식: string(또는 resultType 문자열이 있는 식).
databaseName 액세스하려는 MongoDB 데이터베이스의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
enableSsl 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password 인증을 위한 암호입니다. SecretBase
포트 MongoDB 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트 번호입니다. 기본값은 27017입니다. 형식: 정수(또는 resultType 정수가 있는 식), 최소: 0.
서버 MongoDB 서버의 IP 주소 또는 서버 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
사용자 이름 인증을 위한 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

MongoDbAtlasLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "MongoDbAtlas"(필수)
typeProperties MongoDB Atlas 연결된 서비스 속성입니다. MongoDbAtlasLinkedServiceTypeProperties (필수)

MongoDbAtlasLinkedServiceTypeProperties

Name Description
connectionString MongoDB 아틀라스 연결 문자열. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
데이터베이스 액세스하려는 MongoDB Atlas 데이터베이스의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
driverVersion 선택하려는 드라이버 버전입니다. 허용되는 값은 v1 및 v2입니다. 형식: string(또는 resultType 문자열이 있는 식).

MongoDbV2LinkedService

Name Description
형식 연결된 서비스의 유형입니다. "MongoDbV2"(필수)
typeProperties MongoDB 연결된 서비스 속성입니다. MongoDbV2LinkedServiceTypeProperties (필수)

MongoDbV2LinkedServiceTypeProperties

Name Description
connectionString MongoDB 연결 문자열. 형식: string, SecureString 또는 AzureKeyVaultSecretReference. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
데이터베이스 액세스하려는 MongoDB 데이터베이스의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

MySqlLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "MySql"(필수)
typeProperties MySQL 연결된 서비스 속성입니다. MySqlLinkedServiceTypeProperties (필수)

MySqlLinkedServiceTypeProperties

Name Description
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
데이터베이스 연결의 데이터베이스 이름입니다. 형식: 문자열입니다.
driverVersion MySQL 드라이버의 버전입니다. 형식: 문자열입니다. 레거시 드라이버의 경우 V1 또는 비어 있음, 새 드라이버의 경우 V2입니다. V1은 연결 문자열 및 속성 모음을 지원할 수 있으며 V2는 연결 문자열만 지원할 수 있습니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password 연결 문자열 암호의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference
포트 연결의 포트입니다. 형식: 정수입니다.
서버 연결의 서버 이름입니다. 형식: 문자열입니다.
sslMode 연결에 대한 SSL 모드입니다. 형식: 정수입니다. 0: disable, 1: prefer, 2: require, 3: verify-ca, 4: verify-full.
사용자 이름 인증을 위한 사용자 이름입니다. 형식: 문자열입니다.
useSystemTrustStore 연결에 시스템 신뢰 저장소를 사용합니다. 형식: 정수입니다. 0: 사용, 1: 사용 안 함.

NetezzaLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Netezza"(필수)
typeProperties Netezza 연결된 서비스 속성입니다. NetezzaLinkedServiceTypeProperties (필수)

NetezzaLinkedServiceTypeProperties

Name Description
connectionString ODBC 연결 문자열. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
pwd 연결 문자열 암호의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference

ODataLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "OData"(필수)
typeProperties OData 연결된 서비스 속성입니다. ODataLinkedServiceTypeProperties (필수)

ODataLinkedServiceTypeProperties

Name Description
aadResourceId 디렉터리를 사용하기 위해 권한 부여를 요청하는 리소스를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
aadServicePrincipalCredentialType 서비스 주체에 사용되는 자격 증명 유형(키 또는 인증서)을 지정합니다. "ServicePrincipalCert"
"ServicePrincipalKey"
authenticationType OData 서비스에 연결하는 데 사용되는 인증 유형입니다. "AadServicePrincipal"
"익명"
"Basic"
"ManagedServiceIdentity"
"Windows"
authHeaders 권한 부여에 사용되는 RESTful API에 대한 요청의 추가 HTTP 헤더입니다. 형식: 키 값 쌍(값은 문자열 형식이어야 합니다).
azureCloudType 서비스 원칙 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password OData 서비스의 암호입니다. SecretBase
servicePrincipalEmbeddedCert Azure Active Directory에 등록된 애플리케이션의 base64로 인코딩된 인증서를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase
servicePrincipalEmbeddedCertPassword 인증서에 암호가 있고 AadServicePrincipal 인증을 사용하는 경우 인증서의 암호를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase
servicePrincipalId Azure Active Directory에 등록된 애플리케이션의 애플리케이션 ID를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
servicePrincipalKey Azure Active Directory에 등록된 애플리케이션의 비밀을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). SecretBase
tenant 애플리케이션이 있는 테넌트 정보(도메인 이름 또는 테넌트 ID)를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
url OData 서비스 엔드포인트의 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
userName OData 서비스의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

OdbcLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Odbc"(필수)
typeProperties ODBC 연결된 서비스 속성입니다. OdbcLinkedServiceTypeProperties (필수)

OdbcLinkedServiceTypeProperties

Name Description
authenticationType ODBC 데이터 저장소에 연결하는 데 사용되는 인증 형식입니다. 가능한 값은 익명 및 기본입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
connectionString 연결 문자열 액세스하지 않는 자격 증명 부분과 선택적으로 암호화된 자격 증명입니다. 형식: string 또는 SecureString 또는 AzureKeyVaultSecretReference 또는 resultType 문자열이 있는 식입니다.
자격 증명(credential) 드라이버 관련 속성 값 형식에 지정된 연결 문자열의 액세스 자격 증명 부분입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password 기본 인증을 위한 암호입니다. SecretBase
userName 기본 인증의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

Office365LinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Office365"(필수)
typeProperties Office365 연결된 서비스 속성. Office365LinkedServiceTypeProperties (필수)

Office365LinkedServiceTypeProperties

Name Description
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
office365TenantId Office 365 계정이 속하는 Azure 테넌트 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
servicePrincipalId 애플리케이션의 클라이언트 ID를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
servicePrincipalKey 애플리케이션의 키를 지정합니다. SecretBase (필수)
servicePrincipalTenantId Azure AD 웹 애플리케이션이 상주하는 테넌트 정보를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

OracleLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Oracle"(필수)
typeProperties Oracle 데이터베이스 연결된 서비스 속성입니다. OracleLinkedServiceTypeProperties (필수)

OracleLinkedServiceTypeProperties

Name Description
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password 연결 문자열 암호의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference

OracleCloudStorageLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "OracleCloudStorage"(필수)
typeProperties Oracle Cloud Storage 연결된 서비스 속성. OracleCloudStorageLinkedServiceTypeProperties (필수)

OracleCloudStorageLinkedServiceTypeProperties

Name Description
accessKeyId Oracle IAM(Cloud Storage ID 및 액세스 관리) 사용자의 액세스 키 식별자입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
secretAccessKey Oracle IAM(Cloud Storage ID 및 액세스 관리) 사용자의 비밀 액세스 키입니다. SecretBase
serviceUrl 이 값은 Oracle Cloud Storage 커넥터를 사용하여 액세스할 엔드포인트를 지정합니다. 선택적 속성입니다. 다른 서비스 엔드포인트를 시도하거나 https와 http 간에 전환하려는 경우에만 변경합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

OracleServiceCloudLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "OracleServiceCloud"(필수)
typeProperties Oracle Service Cloud 연결된 서비스 속성입니다. OracleServiceCloudLinkedServiceTypeProperties (필수)

OracleServiceCloudLinkedServiceTypeProperties

Name Description
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
host Oracle Service Cloud 인스턴스의 URL입니다.
password 사용자 이름 키에서 제공한 사용자 이름에 해당하는 암호입니다. SecretBase (필수)
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
사용자 이름 Oracle Service Cloud 서버에 액세스하는 데 사용하는 사용자 이름입니다.

PaypalLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Paypal"(필수)
typeProperties Paypal Service 연결된 서비스 속성입니다. PaypalLinkedServiceTypeProperties (필수)

PaypalLinkedServiceTypeProperties

Name Description
clientId PayPal 애플리케이션과 연결된 클라이언트 ID입니다.
clientSecret PayPal 애플리케이션과 연결된 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
host PayPal 인스턴스의 URL입니다. (예: api.sandbox.paypal.com)
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다.

PhoenixLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Phoenix"(필수)
typeProperties Phoenix 서버 연결된 서비스 속성입니다. PhoenixLinkedServiceTypeProperties (필수)

PhoenixLinkedServiceTypeProperties

Name Description
allowHostNameCNMismatch SSL을 통해 연결할 때 CA 발급 인증서 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 false입니다.
allowSelfSignedServerCert 서버의 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다.
authenticationType Phoenix 서버에 연결하는 데 사용되는 인증 메커니즘입니다. "익명"
"UsernameAndPassword"
"WindowsAzureHDInsightService"(필수)
enableSsl 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
host Phoenix 서버의 IP 주소 또는 호스트 이름입니다. 즉, 192.168.222.160입니다.
httpPath Phoenix 서버에 해당하는 부분 URL입니다. (예: /gateway/sandbox/phoenix/version). WindowsAzureHDInsightService를 사용하는 경우 기본값은 hbasephoenix입니다.
password 사용자 이름에 해당하는 암호입니다. SecretBase
포트 Phoenix 서버가 클라이언트 연결을 수신하는 데 사용하는 TCP 포트입니다. 기본값은 8765입니다.
trustedCertPath SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서를 포함하는 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다.
사용자 이름 Phoenix 서버에 연결하는 데 사용되는 사용자 이름입니다.
useSystemTrustStore 시스템 신뢰 저장소 또는 지정된 PEM 파일의 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다.

PostgreSqlLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "PostgreSql"(필수)
typeProperties PostgreSQL 연결된 서비스 속성입니다. PostgreSqlLinkedServiceTypeProperties (필수)

PostgreSqlLinkedServiceTypeProperties

Name Description
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password 연결 문자열 암호의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference

PostgreSqlV2LinkedService

Name Description
형식 연결된 서비스의 유형입니다. "PostgreSqlV2"(필수)
typeProperties PostgreSQLV2 연결된 서비스 속성입니다. PostgreSqlV2LinkedServiceTypeProperties (필수)

PostgreSqlV2LinkedServiceTypeProperties

Name Description
commandTimeout 시도를 종료하고 오류를 생성하기 전에 명령을 실행하는 동안 대기하는 시간(초)입니다. 무한대에 대해 0으로 설정합니다. 형식: 정수입니다.
connectionTimeout 시도를 종료하고 오류를 생성하기 전에 연결을 설정하는 동안 대기하는 시간(초)입니다. 형식: 정수입니다.
데이터베이스 연결의 데이터베이스 이름입니다. 형식: 문자열입니다.
encoding PostgreSQL 문자열 데이터를 인코딩/디코딩하는 데 사용할 .NET 인코딩을 가져오거나 설정합니다. Type: string
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
logParameters 사용하도록 설정하면 명령이 실행될 때 매개 변수 값이 기록됩니다. 형식: 부울입니다.
password 연결 문자열 암호의 Azure Key Vault 비밀 참조입니다. 형식: 문자열입니다. AzureKeyVaultSecretReference
풀링 연결 풀링을 사용해야 하는지 여부입니다. 형식: 부울입니다.
포트 연결의 포트입니다. 형식: 정수입니다.
readBufferSize 읽을 때 사용되는 내부 버퍼의 크기를 결정합니다. 데이터베이스에서 큰 값을 전송하는 경우 성능이 향상될 수 있습니다. 형식: 정수입니다.
스키마 스키마 검색 경로를 설정합니다. 형식: 문자열입니다.
서버 연결의 서버 이름입니다. 형식: 문자열입니다.
sslCertificate 서버로 보낼 클라이언트 인증서의 위치입니다. 형식: 문자열입니다.
sslKey 서버로 보낼 클라이언트 인증서에 대한 클라이언트 키의 위치입니다. 형식: 문자열입니다.
sslMode 연결에 대한 SSL 모드입니다. 형식: 정수입니다. 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full. 형식: 정수입니다.
sslPassword 클라이언트 인증서의 키에 대한 암호입니다. 형식: 문자열입니다.
timezone 세션 표준 시간대를 가져오거나 설정합니다. 형식: 문자열입니다.
trustServerCertificate 서버 인증서의 유효성을 검사하지 않고 서버 인증서를 신뢰할지 여부입니다. 형식: 부울입니다.
사용자 이름 인증을 위한 사용자 이름입니다. 형식: 문자열입니다.

PrestoLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Presto"(필수)
typeProperties Presto 서버 연결된 서비스 속성입니다. PrestoLinkedServiceTypeProperties (필수)

PrestoLinkedServiceTypeProperties

Name Description
allowHostNameCNMismatch SSL을 통해 연결할 때 CA 발급 인증서 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 false입니다.
allowSelfSignedServerCert 서버의 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다.
authenticationType Presto 서버에 연결하는 데 사용되는 인증 메커니즘입니다. "익명"
"LDAP"(필수)
카탈로그 서버에 대한 모든 요청의 카탈로그 컨텍스트입니다.
enableSsl 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
host Presto 서버의 IP 주소 또는 호스트 이름입니다. 즉, 192.168.222.160입니다.
password 사용자 이름에 해당하는 암호입니다. SecretBase
포트 Presto 서버가 클라이언트 연결을 수신하는 데 사용하는 TCP 포트입니다. 기본값은 8080입니다.
serverVersion Presto 서버의 버전입니다. 즉, 0.148-t입니다.
timeZoneID 연결에서 사용되는 현지 표준 시간대입니다. 이 옵션에 유효한 값은 IANA 표준 시간대 데이터베이스에 지정되어 있습니다. 기본값은 시스템 표준 시간대입니다.
trustedCertPath SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서를 포함하는 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다.
사용자 이름 Presto에 연결하는 데 사용되는 사용자 이름입니다.
useSystemTrustStore 시스템 신뢰 저장소 또는 지정된 PEM 파일의 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다.

QuickbaseLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Quickbase"(필수)
typeProperties 빠른베이스 연결된 서비스 속성입니다. QuickbaseLinkedServiceTypeProperties (필수)

QuickbaseLinkedServiceTypeProperties

Name Description
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
url Quickbase 원본을 연결할 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
userToken Quickbase 원본에 대한 사용자 토큰입니다. SecretBase (필수)

QuickBooksLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "QuickBooks"(필수)
typeProperties QuickBooks 서버 연결된 서비스 속성입니다. QuickBooksLinkedServiceTypeProperties (필수)

QuickBooksLinkedServiceTypeProperties

Name Description
accessToken OAuth 1.0 인증에 대한 액세스 토큰입니다. SecretBase
accessTokenSecret OAuth 1.0 인증에 대한 액세스 토큰 암호입니다. SecretBase
companyId 권한 부여할 QuickBooks 회사의 회사 ID입니다.
connectionProperties QuickBooks에 연결하는 데 사용되는 속성입니다. 연결된 서비스의 다른 속성과 함께 사용할 수 없습니다. 형식: 개체입니다.
consumerKey OAuth 1.0 인증에 대한 소비자 키입니다.
consumerSecret OAuth 1.0 인증에 대한 소비자 비밀입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
엔드포인트(endpoint) QuickBooks 서버의 엔드포인트입니다. (즉, quickbooks.api.intuit.com)
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다.

ResponsysLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Responsys"(필수)
typeProperties Responsys 연결된 서비스 속성입니다. ResponsysLinkedServiceTypeProperties (필수)

ResponsysLinkedServiceTypeProperties

Name Description
clientId Responsys 애플리케이션과 연결된 클라이언트 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
clientSecret Responsys 애플리케이션과 연결된 클라이언트 암호입니다. 형식: string(또는 resultType 문자열이 있는 식). SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
엔드포인트(endpoint) Responsys 서버의 엔드포인트입니다.
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).

RestServiceLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "RestService"(필수)
typeProperties Rest Service 연결된 서비스 속성입니다. RestServiceLinkedServiceTypeProperties (필수)

RestServiceLinkedServiceTypeProperties

Name Description
aadResourceId 사용 권한을 요청하는 리소스. 형식: string(또는 resultType 문자열이 있는 식).
authenticationType REST 서비스에 연결하는 데 사용되는 인증 형식입니다. "AadServicePrincipal"
"익명"
"Basic"
"ManagedServiceIdentity"
"OAuth2ClientCredential"(필수)
authHeaders 권한 부여에 사용되는 RESTful API에 대한 요청의 추가 HTTP 헤더입니다. Type: object(또는 resultType 개체가 있는 Expression).
azureCloudType 서비스 주체 인증의 Azure 클라우드 유형을 나타냅니다. 허용되는 값은 AzurePublic, AzureChina, AzureUsGovernment, AzureGermany입니다. 기본값은 데이터 팩터리 지역의 클라우드 유형입니다. 형식: string(또는 resultType 문자열이 있는 식).
clientId 애플리케이션과 연결된 클라이언트 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
clientSecret 애플리케이션과 연결된 클라이언트 암호입니다. SecretBase
자격 증명(credential) 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
enableServerCertificateValidation 엔드포인트에 연결할 때 서버 쪽 SSL 인증서의 유효성을 검사할지 여부입니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password 기본 인증 유형에 사용되는 암호입니다. SecretBase
resource 액세스가 요청될 대상 서비스 또는 리소스입니다. 형식: string(또는 resultType 문자열이 있는 식).
scope 필요한 액세스 범위입니다. 어떤 종류의 액세스가 요청될지 설명합니다. 형식: string(또는 resultType 문자열이 있는 식).
servicePrincipalId AadServicePrincipal 인증 유형에 사용되는 애플리케이션의 클라이언트 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
servicePrincipalKey AadServicePrincipal 인증 유형에 사용되는 애플리케이션의 키입니다. SecretBase
tenant 애플리케이션이 상주하는 AadServicePrincipal 인증 유형에 사용되는 테넌트 정보(도메인 이름 또는 테넌트 ID)입니다. 형식: string(또는 resultType 문자열이 있는 식).
tokenEndpoint 액세스 토큰을 획득할 권한 부여 서버의 토큰 엔드포인트입니다. 형식: string(또는 resultType 문자열이 있는 식).
url REST 서비스의 기본 URL입니다. 형식: string(또는 resultType 문자열이 있는 식).
userName 기본 인증 유형에 사용되는 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

SalesforceLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Salesforce"(필수)
typeProperties Salesforce 연결된 서비스 속성입니다. SalesforceLinkedServiceTypeProperties (필수)

SalesforceLinkedServiceTypeProperties

Name Description
apiVersion ADF에서 사용되는 Salesforce API 버전입니다. 형식: string(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
environmentUrl Salesforce instance URL입니다. 기본값은 ''https://login.salesforce.com입니다. 샌드박스에서 데이터를 복사하려면 ''https://test.salesforce.com를 지정합니다. 사용자 지정 도메인에서 데이터를 복사하려면 'https://[domain].my.salesforce.com'을 지정합니다. 형식: string(또는 resultType 문자열이 있는 식).
password Salesforce instance 기본 인증에 대한 암호입니다. SecretBase
securityToken 보안 토큰은 Salesforce instance 원격으로 액세스하는 선택 사항입니다. SecretBase
사용자 이름 Salesforce instance 기본 인증의 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

SalesforceMarketingCloudLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "SalesforceMarketingCloud"(필수)
typeProperties Salesforce Marketing Cloud 연결된 서비스 속성. SalesforceMarketingCloudLinkedServiceTypeProperties (필수)

SalesforceMarketingCloudLinkedServiceTypeProperties

Name Description
clientId Salesforce Marketing Cloud 애플리케이션과 관련된 클라이언트 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
clientSecret Salesforce Marketing Cloud 애플리케이션과 관련된 클라이언트 암호입니다. 형식: string(또는 resultType 문자열이 있는 식). SecretBase
connectionProperties Salesforce Marketing Cloud에 연결하는 데 사용되는 속성입니다. 연결된 서비스의 다른 속성과 함께 사용할 수 없습니다. 형식: 개체입니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).

SalesforceServiceCloudLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "SalesforceServiceCloud"(필수)
typeProperties Salesforce Service Cloud 연결된 서비스 속성입니다. SalesforceServiceCloudLinkedServiceTypeProperties (필수)

SalesforceServiceCloudLinkedServiceTypeProperties

Name Description
apiVersion ADF에서 사용되는 Salesforce API 버전입니다. 형식: string(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
environmentUrl Salesforce Service Cloud instance URL입니다. 기본값은 ''https://login.salesforce.com입니다. 샌드박스에서 데이터를 복사하려면 ''https://test.salesforce.com를 지정합니다. 사용자 지정 도메인에서 데이터를 복사하려면 'https://[domain].my.salesforce.com'을 지정합니다. 형식: string(또는 resultType 문자열이 있는 식).
extendedProperties 연결 문자열 추가된 확장 속성입니다. 형식: string(또는 resultType 문자열이 있는 식).
password Salesforce instance 기본 인증에 대한 암호입니다. SecretBase
securityToken 보안 토큰은 Salesforce instance 원격으로 액세스하는 선택 사항입니다. SecretBase
사용자 이름 Salesforce instance 기본 인증의 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

SalesforceServiceCloudV2LinkedService

Name Description
형식 연결된 서비스의 유형입니다. "SalesforceServiceCloudV2"(필수)
typeProperties Salesforce Service Cloud V2 연결된 서비스 속성. SalesforceServiceCloudV2LinkedServiceTypeProperties (필수)

SalesforceServiceCloudV2LinkedServiceTypeProperties

Name Description
apiVersion ADF에서 사용되는 Salesforce API 버전입니다. 버전은 Salesforce BULK API 2.0에 필요한 47.0보다 크거나 같아야 합니다. 형식: string(또는 resultType 문자열이 있는 식).
authenticationType Salesforce에 연결하는 데 사용할 인증 유형입니다. 현재 OAuth2ClientCredentials만 지원하며 기본값이기도 합니다.
clientId Salesforce instance OAuth 2.0 클라이언트 자격 증명 흐름 인증에 대한 클라이언트 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
clientSecret Salesforce instance OAuth 2.0 클라이언트 자격 증명 흐름 인증에 대한 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
environmentUrl Salesforce Service Cloud instance URL입니다. 예를 들어 'https://[domain].my.salesforce.com'입니다. 형식: string(또는 resultType 문자열이 있는 식).

SalesforceV2LinkedService

Name Description
형식 연결된 서비스의 유형입니다. "SalesforceV2"(필수)
typeProperties Salesforce V2 연결된 서비스 속성입니다. SalesforceV2LinkedServiceTypeProperties (필수)

SalesforceV2LinkedServiceTypeProperties

Name Description
apiVersion ADF에서 사용되는 Salesforce API 버전입니다. 버전은 Salesforce BULK API 2.0에 필요한 47.0보다 크거나 같아야 합니다. 형식: string(또는 resultType 문자열이 있는 식).
authenticationType Salesforce에 연결하는 데 사용할 인증 유형입니다. 현재 OAuth2ClientCredentials만 지원하며 기본값이기도 합니다.
clientId Salesforce instance OAuth 2.0 클라이언트 자격 증명 흐름 인증에 대한 클라이언트 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
clientSecret Salesforce instance OAuth 2.0 클라이언트 자격 증명 흐름 인증에 대한 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
environmentUrl Salesforce instance URL입니다. 예를 들어 'https://[domain].my.salesforce.com'입니다. 형식: string(또는 resultType 문자열이 있는 식).

SapBWLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "SapBW"(필수)
typeProperties 이 연결된 서비스 유형과 관련된 속성입니다. SapBWLinkedServiceTypeProperties (필수)

SapBWLinkedServiceTypeProperties

Name Description
clientId BW 시스템에 있는 클라이언트의 클라이언트 ID입니다. (일반적으로 문자열로 표시되는 3자리 10진수) 형식: string(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password SAP BW 서버에 액세스하기 위한 암호입니다. SecretBase
서버 SAP BW instance 호스트 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
systemNumber BW 시스템의 시스템 번호입니다. (일반적으로 문자열로 표시되는 2자리 10진수입니다.) 형식: string(또는 resultType 문자열이 있는 식).
userName SAP BW 서버에 액세스하기 위한 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

SapCloudForCustomerLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "SapCloudForCustomer"(필수)
typeProperties SAP Cloud for Customer 연결된 서비스 속성. SapCloudForCustomerLinkedServiceTypeProperties (필수)

SapCloudForCustomerLinkedServiceTypeProperties

Name Description
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. encryptedCredential 또는 사용자 이름/암호를 제공해야 합니다. 형식: 문자열입니다. string
password 기본 인증의 암호입니다. SecretBase
url SAP Cloud for Customer OData API의 URL입니다. 예를 들어 '[https://[tenantname].crm.ondemand.com/sap/c4c/odata/v1]'입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
사용자 이름 기본 인증의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

SapEccLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "SapEcc"(필수)
typeProperties SAP ECC 연결된 서비스 속성입니다. SapEccLinkedServiceTypeProperties (필수)

SapEccLinkedServiceTypeProperties

Name Description
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. encryptedCredential 또는 사용자 이름/암호를 제공해야 합니다. 형식: 문자열입니다. 문자열
password 기본 인증의 암호입니다. SecretBase
url SAP ECC OData API의 URL입니다. 예: '[https://hostname:port/sap/opu/odata/sap/servicename/]'. 형식: 문자열(또는 resultType 문자열이 있는 식).
사용자 이름 기본 인증의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

SapHanaLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "SapHana"(필수)
typeProperties 이 연결된 서비스 유형과 관련된 속성입니다. SapHanaLinkedServiceProperties (필수)

SapHanaLinkedServiceProperties

Name Description
authenticationType SAP HANA 서버에 연결하는 데 사용할 인증 유형입니다. "Basic"
"Windows"
connectionString SAP HANA ODBC 연결 문자열. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password SAP HANA 서버에 액세스하기 위한 암호입니다. SecretBase
서버 SAP HANA 서버의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
userName SAP HANA 서버에 액세스할 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

SapOdpLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "SapOdp"(필수)
typeProperties SAP ODP 연결된 서비스 유형과 관련된 속성입니다. SapOdpLinkedServiceTypeProperties (필수)

SapOdpLinkedServiceTypeProperties

Name Description
clientId 테이블이 있는 SAP 시스템의 클라이언트 ID입니다. (일반적으로 문자열로 표시되는 3자리 10진수) 형식: 문자열(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
언어 테이블이 있는 SAP 시스템의 언어입니다. 기본값은 EN입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
logonGroup SAP 시스템의 로그온 그룹입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
messageServer SAP 메시지 서버의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
messageServerService 메시지 서버의 서비스 이름 또는 포트 번호입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
password 테이블이 있는 SAP 서버에 액세스하기 위한 암호입니다. SecretBase
서버 테이블이 있는 SAP instance 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
sncLibraryPath 테이블이 있는 SAP 서버에 액세스하기 위한 외부 보안 제품의 라이브러리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
sncMode 테이블이 있는 SAP 서버에 액세스하기 위한 SNC 활성화 표시기입니다. 0(끄기) 또는 1(켜기)이어야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
sncMyName 테이블이 있는 SAP 서버에 액세스하기 위한 초기자의 SNC 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
sncPartnerName 테이블이 있는 SAP 서버에 액세스하기 위한 통신 파트너의 SNC 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
sncQop SNC 보호 품질. 허용되는 값은 1, 2, 3, 8, 9입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
subscriberName 구독자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
systemId 테이블이 있는 SAP 시스템의 SystemID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
systemNumber 테이블이 있는 SAP 시스템의 시스템 번호입니다. (일반적으로 문자열로 표시되는 2자리 10진수입니다.) 형식: 문자열(또는 resultType 문자열이 있는 식).
userName 테이블이 있는 SAP 서버에 액세스하는 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
x509CertificatePath SNC X509 인증서 파일 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

SapOpenHubLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "SapOpenHub"(필수)
typeProperties SAP Business Warehouse Open Hub 대상 연결된 서비스 유형과 관련된 속성입니다. SapOpenHubLinkedServiceTypeProperties (필수)

SapOpenHubLinkedServiceTypeProperties

Name Description
clientId 오픈 허브 대상이 있는 BW 시스템의 클라이언트 ID입니다. (일반적으로 문자열로 표시되는 3자리 10진수) 형식: 문자열(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
언어 오픈 허브 대상이 있는 BW 시스템의 언어입니다. 기본값은 EN입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
logonGroup SAP 시스템의 로그온 그룹입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
messageServer SAP 메시지 서버의 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
messageServerService 메시지 서버의 서비스 이름 또는 포트 번호입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
password 오픈 허브 대상이 있는 SAP BW 서버에 액세스하기 위한 암호입니다. SecretBase
서버 열린 허브 대상이 있는 SAP BW instance 호스트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
systemId 테이블이 있는 SAP 시스템의 SystemID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
systemNumber 오픈 허브 대상이 있는 BW 시스템의 시스템 번호입니다. (일반적으로 문자열로 표시되는 2자리 10진수입니다.) 형식: 문자열(또는 resultType 문자열이 있는 식).
userName 열려 있는 허브 대상이 있는 SAP BW 서버에 액세스하는 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

SapTableLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "SapTable"(필수)
typeProperties 이 연결된 서비스 유형과 관련된 속성입니다. SapTableLinkedServiceTypeProperties (필수)

SapTableLinkedServiceTypeProperties

Name Description
clientId 테이블이 있는 SAP 시스템의 클라이언트 ID입니다. (일반적으로 문자열로 표시되는 3자리 10진수) 형식: string(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
언어 테이블이 있는 SAP 시스템의 언어입니다. 기본값은 EN입니다. 형식: string(또는 resultType 문자열이 있는 식).
logonGroup SAP 시스템의 로그온 그룹입니다. 형식: string(또는 resultType 문자열이 있는 식).
messageServer SAP 메시지 서버의 호스트 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
messageServerService 메시지 서버의 서비스 이름 또는 포트 번호입니다. 형식: string(또는 resultType 문자열이 있는 식).
password 테이블이 있는 SAP 서버에 액세스하기 위한 암호입니다. SecretBase
서버 테이블이 있는 SAP instance 호스트 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
sncLibraryPath 테이블이 있는 SAP 서버에 액세스하기 위한 외부 보안 제품의 라이브러리입니다. 형식: string(또는 resultType 문자열이 있는 식).
sncMode 테이블이 있는 SAP 서버에 액세스하기 위한 SNC 활성화 표시기입니다. 0(끄기) 또는 1(켜기)이어야 합니다. 형식: string(또는 resultType 문자열이 있는 식).
sncMyName 테이블이 있는 SAP 서버에 액세스하기 위한 초기자의 SNC 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
sncPartnerName 테이블이 있는 SAP 서버에 액세스하기 위한 통신 파트너의 SNC 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
sncQop SNC 보호 품질. 허용되는 값은 1, 2, 3, 8, 9입니다. 형식: string(또는 resultType 문자열이 있는 식).
systemId 테이블이 있는 SAP 시스템의 SystemID입니다. 형식: string(또는 resultType 문자열이 있는 식).
systemNumber 테이블이 있는 SAP 시스템의 시스템 번호입니다. (일반적으로 문자열로 표시되는 2자리 10진수입니다.) 형식: string(또는 resultType 문자열이 있는 식).
userName 테이블이 있는 SAP 서버에 액세스하기 위한 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

ServiceNowLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "ServiceNow"(필수)
typeProperties ServiceNow 서버 연결된 서비스 속성입니다. ServiceNowLinkedServiceTypeProperties (필수)

ServiceNowLinkedServiceTypeProperties

Name Description
authenticationType 사용할 인증 유형입니다. "Basic"
"OAuth2"(필수)
clientId OAuth2 인증에 대한 클라이언트 ID입니다.
clientSecret OAuth2 인증의 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
엔드포인트(endpoint) ServiceNow 서버의 엔드포인트입니다. (예: {instance}.service-now.com)
password 기본 및 OAuth2 인증의 사용자 이름에 해당하는 암호입니다. SecretBase
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다.
사용자 이름 기본 및 OAuth2 인증을 위해 ServiceNow 서버에 연결하는 데 사용되는 사용자 이름입니다.

ServiceNowV2LinkedService

Name Description
형식 연결된 서비스의 유형입니다. "ServiceNowV2"(필수)
typeProperties ServiceNowV2 서버 연결된 서비스 속성입니다. ServiceNowV2LinkedServiceTypeProperties (필수)

ServiceNowV2LinkedServiceTypeProperties

Name Description
authenticationType 사용할 인증 유형입니다. "Basic"
"OAuth2"(필수)
clientId OAuth2 인증에 대한 클라이언트 ID입니다.
clientSecret OAuth2 인증의 클라이언트 암호입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
엔드포인트(endpoint) ServiceNowV2 서버의 엔드포인트입니다. (예: {instance}.service-now.com)
grantType OAuth2 인증에 대한 GrantType입니다. 기본값은 password입니다.
password 기본 및 OAuth2 인증의 사용자 이름에 해당하는 암호입니다. SecretBase
사용자 이름 Basic 및 OAuth2 인증을 위해 ServiceNowV2 서버에 연결하는 데 사용되는 사용자 이름입니다.

SftpServerLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Sftp"(필수)
typeProperties 이 연결된 서비스 유형과 관련된 속성입니다. SftpServerLinkedServiceTypeProperties (필수)

SftpServerLinkedServiceTypeProperties

Name Description
authenticationType FTP 서버에 연결하는 데 사용할 인증 유형입니다. "Basic"
"MultiFactor"
"SshPublicKey"
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
호스트 SFTP 서버 호스트 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
hostKeyFingerprint SFTP 서버의 호스트 키 지문입니다. SkipHostKeyValidation이 false이면 HostKeyFingerprint를 지정해야 합니다. 형식: string(또는 resultType 문자열이 있는 식).
passPhrase SSH 프라이빗 키가 암호화된 경우 SSH 프라이빗 키의 암호를 해독하는 암호입니다. SecretBase
password 기본 인증을 위해 SFTP 서버를 로그온하는 암호입니다. SecretBase
포트 SFTP 서버가 클라이언트 연결을 수신 대기하는 데 사용하는 TCP 포트 번호입니다. 기본값은 22입니다. 형식: 정수(또는 resultType 정수가 있는 식), 최소: 0.
privateKeyContent SshPublicKey 인증을 위해 Base64로 인코딩된 SSH 프라이빗 키 콘텐츠입니다. SshPublicKey 인증을 사용한 온-프레미스 복사의 경우 PrivateKeyPath 또는 PrivateKeyContent를 지정해야 합니다. SSH 프라이빗 키가 OpenSSH 형식이어야 합니다. SecretBase
privateKeyPath SshPublicKey 인증을 위한 SSH 프라이빗 키 파일 경로입니다. 온-프레미스 복사에만 유효합니다. SshPublicKey 인증을 사용한 온-프레미스 복사의 경우 PrivateKeyPath 또는 PrivateKeyContent를 지정해야 합니다. SSH 프라이빗 키가 OpenSSH 형식이어야 합니다. 형식: string(또는 resultType 문자열이 있는 식).
skipHostKeyValidation true이면 SSH 호스트 키 유효성 검사를 건너뜁니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
userName SFTP 서버에 로그온하는 데 사용되는 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

SharePointOnlineListLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "SharePointOnlineList"(필수)
typeProperties SharePoint Online 연결된 서비스 속성을 나열합니다. SharePointOnlineListLinkedServiceTypeProperties (필수)

SharePointOnlineListLinkedServiceTypeProperties

Name Description
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
servicePrincipalId Azure Active Directory에 등록된 애플리케이션의 애플리케이션(클라이언트) ID입니다. 이 애플리케이션에 SharePoint 사이트 권한을 부여해야 합니다. 형식: string(또는 resultType 문자열이 있는 식).
servicePrincipalKey Azure Active Directory에 등록된 애플리케이션의 클라이언트 암호입니다. 형식: string(또는 resultType 문자열이 있는 식). SecretBase (필수)
siteUrl SharePoint Online 사이트의 URL입니다. https://contoso.sharepoint.com/sites/siteName)을 입력합니다. 형식: string(또는 resultType 문자열이 있는 식).
tenantId 애플리케이션이 있는 테넌트 ID입니다. Azure Portal Active Directory 개요 페이지에서 찾을 수 있습니다. 형식: string(또는 resultType 문자열이 있는 식).

ShopifyLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Shopify"(필수)
typeProperties Shopify 서비스 연결된 서비스 속성입니다. ShopifyLinkedServiceTypeProperties (필수)

ShopifyLinkedServiceTypeProperties

Name Description
accessToken Shopify의 데이터에 액세스하는 데 사용할 수 있는 API 액세스 토큰입니다. 토큰이 오프라인 모드인 경우 만료되지 않습니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
host Shopify 서버의 엔드포인트입니다. (즉, mystore.myshopify.com)
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다.

SmartsheetLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Smartsheet"(필수)
typeProperties 스마트시트 연결된 서비스 속성입니다. SmartsheetLinkedServiceTypeProperties (필수)

SmartsheetLinkedServiceTypeProperties

Name Description
apiToken Smartsheet 원본에 대한 API 토큰입니다. SecretBase (필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열

SnowflakeLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Snowflake"(필수)
typeProperties Snowflake 연결된 서비스 속성입니다. SnowflakeLinkedServiceTypeProperties (필수)

SnowflakeLinkedServiceTypeProperties

Name Description
connectionString 눈송이의 연결 문자열. 형식: string, SecureString.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password 연결 문자열 암호의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference

SnowflakeV2LinkedService

Name Description
형식 연결된 서비스의 유형입니다. "SnowflakeV2"(필수)
typeProperties Snowflake 연결된 서비스 속성입니다. SnowflakeLinkedV2ServiceTypeProperties (필수)

SnowflakeLinkedV2ServiceTypeProperties

Name Description
accountIdentifier Snowflake 계정의 계정 식별자(예: xy12345.east-us-2.azure)
authenticationType 인증에 사용되는 형식입니다. 형식: 문자열입니다. "AADServicePrincipal"
"Basic"
"KeyPair"
clientId AADServicePrincipal 인증을 위해 Azure Active Directory에 등록된 애플리케이션의 클라이언트 ID입니다.
clientSecret AADServicePrincipal 인증에 대한 클라이언트 암호의 Azure Key Vault 비밀 참조입니다. SecretBase
데이터베이스 Snowflake 데이터베이스의 이름입니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password 연결 문자열 암호의 Azure Key Vault 비밀 참조입니다. SecretBase
privateKey KeyPair 인증을 위한 privateKey의 Azure Key Vault 비밀 참조입니다. SecretBase
privateKeyPassphrase 암호화된 프라이빗 키를 사용한 KeyPair 인증에 대한 프라이빗 키 암호의 Azure Key Vault 비밀 참조입니다. SecretBase
scope AADServicePrincipal 인증을 위해 Azure Active Directory에 등록된 애플리케이션의 scope.
tenantId AADServicePrincipal 인증을 위해 Azure Active Directory에 등록된 애플리케이션의 테넌트 ID입니다.
사용자 Snowflake 사용자의 이름입니다.
warehouse Snowflake 창고의 이름입니다.

SparkLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Spark"(필수)
typeProperties Spark Server 연결된 서비스 속성입니다. SparkLinkedServiceTypeProperties (필수)

SparkLinkedServiceTypeProperties

Name Description
allowHostNameCNMismatch SSL을 통해 연결할 때 CA 발급 인증서 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 false입니다.
allowSelfSignedServerCert 서버의 자체 서명된 인증서를 허용할지 여부를 지정합니다. 기본값은 false입니다.
authenticationType Spark 서버에 액세스하는 데 사용되는 인증 방법입니다. "익명"
"사용자 이름"
"UsernameAndPassword"
"WindowsAzureHDInsightService"(필수)
enableSsl 서버에 대한 연결이 SSL을 사용하여 암호화되는지 여부를 지정합니다. 기본값은 false입니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
host Spark 서버의 IP 주소 또는 호스트 이름입니다.
httpPath Spark 서버에 해당하는 부분 URL입니다.
password 사용자 이름 필드에 제공한 사용자 이름에 해당하는 암호입니다. SecretBase
포트 Spark 서버가 클라이언트 연결을 수신하는 데 사용하는 TCP 포트입니다.
serverType Spark 서버의 유형입니다. "SharkServer"
"SharkServer2"
"SparkThriftServer"
thriftTransportProtocol Thrift 계층에서 사용할 전송 프로토콜입니다. "Binary"
"HTTP "
"SASL"
trustedCertPath SSL을 통해 연결할 때 서버를 확인하기 위한 신뢰할 수 있는 CA 인증서를 포함하는 .pem 파일의 전체 경로입니다. 이 속성은 자체 호스팅 IR에서 SSL을 사용하는 경우에만 설정할 수 있습니다. 기본값은 IR과 함께 설치된 cacerts.pem 파일입니다.
사용자 이름 Spark 서버에 액세스하는 데 사용하는 사용자 이름입니다.
useSystemTrustStore 시스템 신뢰 저장소 또는 지정된 PEM 파일의 CA 인증서를 사용할지 여부를 지정합니다. 기본값은 false입니다.

SqlServerLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "SqlServer"(필수)
typeProperties 연결된 서비스 속성을 SQL Server. SqlServerLinkedServiceTypeProperties (필수)

SqlServerLinkedServiceTypeProperties

Name Description
alwaysEncryptedSettings Sql은 항상 암호화된 속성입니다. SqlAlwaysEncryptedProperties
connectionString 연결 문자열입니다. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password 온-프레미스 Windows 인증 암호입니다. SecretBase
userName 온-프레미스 Windows 인증 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

SquareLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Square"(필수)
typeProperties 정사각형 서비스 연결된 서비스 속성입니다. SquareLinkedServiceTypeProperties (필수)

SquareLinkedServiceTypeProperties

Name Description
clientId Square 애플리케이션과 연결된 클라이언트 ID입니다.
clientSecret Square 애플리케이션과 연결된 클라이언트 암호입니다. SecretBase
connectionProperties Square에 연결하는 데 사용되는 속성입니다. 연결된 서비스의 다른 속성과 함께 사용할 수 없습니다. 형식: 개체입니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
호스트 Square 인스턴스의 URL입니다. 즉, mystore.mysquare.com입니다.
redirectUri Square 애플리케이션 대시보드에 지정된 리디렉션 URL입니다. 즉, http://localhost:2500입니다.
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다.

SybaseLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Sybase"(필수)
typeProperties Sybase 연결된 서비스 속성입니다. SybaseLinkedServiceTypeProperties (필수)

SybaseLinkedServiceTypeProperties

Name Description
authenticationType 연결에 사용할 AuthenticationType입니다. "Basic"
"Windows"
데이터베이스 연결의 데이터베이스 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
password 인증을 위한 암호입니다. SecretBase
스키마 연결에 대한 스키마 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
서버 연결의 서버 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
사용자 이름 인증을 위한 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

TeamDeskLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "TeamDesk"(필수)
typeProperties TeamDesk 연결된 서비스 속성입니다. TeamDeskLinkedServiceTypeProperties (필수)

TeamDeskLinkedServiceTypeProperties

Name Description
apiToken TeamDesk 원본에 대한 api 토큰입니다. SecretBase
authenticationType 사용할 인증 유형입니다. "Basic"
"토큰"(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password TeamDesk 원본의 암호입니다. SecretBase
url TeamDesk 원본을 연결할 URL입니다. 형식: string(또는 resultType 문자열이 있는 식).
userName TeamDesk 원본의 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

TeradataLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Teradata"(필수)
typeProperties Teradata 연결된 서비스 속성입니다. TeradataLinkedServiceTypeProperties (필수)

TeradataLinkedServiceTypeProperties

Name Description
authenticationType 연결에 사용할 AuthenticationType입니다. "Basic"
"Windows"
connectionString Teradata ODBC 연결 문자열. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password 인증을 위한 암호입니다. SecretBase
서버 연결의 서버 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
사용자 이름 인증을 위한 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

TwilioLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Twilio"(필수)
typeProperties Twilio 연결된 서비스 속성입니다. TwilioLinkedServiceTypeProperties (필수)

TwilioLinkedServiceTypeProperties

Name Description
password Twilio 서비스의 인증 토큰입니다. SecretBase (필수)
userName Twilio 서비스의 계정 SID입니다. 형식: string(또는 resultType 문자열이 있는 식).

VerticaLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Vertica"(필수)
typeProperties Vertica 연결된 서비스 속성입니다. VerticaLinkedServiceTypeProperties (필수)

VerticaLinkedServiceTypeProperties

Name Description
connectionString ODBC 연결 문자열. 형식: string, SecureString 또는 AzureKeyVaultSecretReference.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
pwd 연결 문자열 암호의 Azure Key Vault 비밀 참조입니다. AzureKeyVaultSecretReference

WarehouseLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Warehouse"(필수)
typeProperties Microsoft Fabric Warehouse 연결된 서비스 속성. WarehouseLinkedServiceTypeProperties (필수)

WarehouseLinkedServiceTypeProperties

Name Description
artifactId Microsoft Fabric Warehouse 아티팩트 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
엔드포인트(endpoint) Microsoft Fabric Warehouse 서버의 엔드포인트입니다. 형식: string(또는 resultType 문자열이 있는 식).
servicePrincipalCredential Azure Active Directory에서 서비스 주체 개체의 자격 증명입니다. servicePrincipalCredentialType이 'ServicePrincipalKey'인 경우 servicePrincipalCredential은 SecureString 또는 AzureKeyVaultSecretReference일 수 있습니다. servicePrincipalCredentialType이 'ServicePrincipalCert'인 경우 servicePrincipalCredential은 AzureKeyVaultSecretReference만 될 수 있습니다. SecretBase
servicePrincipalCredentialType 서버 간 인증에 사용할 서비스 주체 자격 증명 유형입니다. 키/비밀의 경우 'ServicePrincipalKey', 인증서의 경우 'ServicePrincipalCert'입니다. 형식: string(또는 resultType 문자열이 있는 식).
servicePrincipalId Microsoft Fabric Warehouse에 대해 인증하는 데 사용되는 애플리케이션의 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
servicePrincipalKey Microsoft Fabric Warehouse에 대해 인증하는 데 사용되는 애플리케이션의 키입니다. SecretBase
tenant 서비스 주체가 속한 테넌트 이름 또는 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
workspaceId Microsoft Fabric 작업 영역의 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).

WebLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Web"(필수)
typeProperties 웹 연결된 서비스 속성입니다. WebLinkedServiceTypeProperties (필수)

WebLinkedServiceTypeProperties

Name Description
url 웹 서비스 엔드포인트의 URL(예: )입니다. https://www.microsoft.com 형식: string(또는 resultType 문자열이 있는 식).
authenticationType 개체 유형 설정 익명
기본
ClientCertificate (필수)

WebAnonymousAuthentication

Name Description
authenticationType 웹 테이블 원본에 연결하는 데 사용되는 인증 유형입니다. "익명"(필수)

WebBasicAuthentication

Name Description
authenticationType 웹 테이블 원본에 연결하는 데 사용되는 인증 유형입니다. "기본"(필수)
password 기본 인증의 암호입니다. SecretBase (필수)
사용자 이름 기본 인증의 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

WebClientCertificateAuthentication

Name Description
authenticationType 웹 테이블 원본에 연결하는 데 사용되는 인증 유형입니다. "ClientCertificate"(필수)
password PFX 파일의 암호입니다. SecretBase (필수)
pfx PFX 파일의 Base64로 인코딩된 콘텐츠입니다. SecretBase (필수)

XeroLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Xero"(필수)
typeProperties Xero Service 연결된 서비스 속성입니다. XeroLinkedServiceTypeProperties (필수)

XeroLinkedServiceTypeProperties

Name Description
connectionProperties Xero에 연결하는 데 사용되는 속성입니다. 연결된 서비스의 다른 속성과 함께 사용할 수 없습니다. 형식: 개체입니다.
consumerKey Xero 애플리케이션과 연결된 소비자 키입니다. SecretBase
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
호스트 Xero 서버의 엔드포인트입니다. (즉, api.xero.com)
privateKey Xero 프라이빗 애플리케이션에 대해 생성된 .pem 파일의 프라이빗 키입니다. Unix 줄 끝을 포함하여 .pem 파일의 모든 텍스트를 포함해야 합니다.
).
SecretBase
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다.

ZendeskLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Zendesk"(필수)
typeProperties Zendesk 연결된 서비스 속성입니다. ZendeskLinkedServiceTypeProperties (필수)

ZendeskLinkedServiceTypeProperties

Name Description
apiToken Zendesk 원본에 대한 api 토큰입니다. SecretBase
authenticationType 사용할 인증 유형입니다. "Basic"
"토큰"(필수)
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. string
password Zendesk 원본의 암호입니다. SecretBase
url Zendesk 원본을 연결할 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
userName Zendesk 원본의 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

ZohoLinkedService

Name Description
형식 연결된 서비스의 유형입니다. "Zoho"(필수)
typeProperties Zoho 서버 연결된 서비스 속성입니다. ZohoLinkedServiceTypeProperties (필수)

ZohoLinkedServiceTypeProperties

Name Description
accessToken Zoho 인증에 대한 액세스 토큰입니다. SecretBase
connectionProperties Zoho에 연결하는 데 사용되는 속성입니다. 연결된 서비스의 다른 속성과 함께 사용할 수 없습니다. 형식: 개체입니다.
encryptedCredential 인증에 사용되는 암호화된 자격 증명입니다. 자격 증명은 통합 런타임 자격 증명 관리자를 사용하여 암호화됩니다. 형식: 문자열입니다. 문자열
엔드포인트(endpoint) Zoho 서버의 엔드포인트입니다. (즉, crm.zoho.com/crm/private)
useEncryptedEndpoints 데이터 원본 엔드포인트가 HTTPS를 사용하여 암호화되는지 여부를 지정합니다. 기본값은 true입니다.
useHostVerification SSL을 통해 연결할 때 서버 인증서의 호스트 이름이 서버의 호스트 이름과 일치하도록 할지 여부를 지정합니다. 기본값은 true입니다.
usePeerVerification SSL을 통해 연결할 때 서버의 ID를 확인할지 여부를 지정합니다. 기본값은 true입니다.