共用方式為


Microsoft.DataFactory factoryies/linkedservices

Bicep 資源定義

factoryies/linkedservices 資源類型可以使用目標作業來部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.DataFactory/factories/linkedservices 資源,請將下列 Bicep 新增至範本。

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

WebLinkedServiceTypeProperties 物件

設定 authenticationType 屬性 ,以指定對象的類型。

針對 匿名,請使用:

{
  authenticationType: 'Anonymous'
}

針對 Basic,請使用:

{
  authenticationType: 'Basic'
  password: {
    type: 'string'
    // For remaining properties, see SecretBase objects
  }
  username: any(Azure.Bicep.Types.Concrete.AnyType)
}

針對 ClientCertificate,請使用:

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

LinkedService 物件

設定 類型 屬性,以指定物件的類型。

針對 AmazonMWS,請使用:

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

針對 AmazonRdsForOracle,請使用:

{
  type: 'AmazonRdsForOracle'
  typeProperties: {
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
  }
}

針對 AmazonRdsForSqlServer,請使用:

{
  type: 'AmazonRdsForSqlServer'
  typeProperties: {
    alwaysEncryptedSettings: {
      alwaysEncryptedAkvAuthType: 'string'
      credential: {
        referenceName: 'string'
        type: 'string'
      }
      servicePrincipalId: any(Azure.Bicep.Types.Concrete.AnyType)
      servicePrincipalKey: {
        type: 'string'
        // For remaining properties, see SecretBase objects
      }
    }
    applicationIntent: any(Azure.Bicep.Types.Concrete.AnyType)
    authenticationType: 'string'
    commandTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    connectRetryCount: any(Azure.Bicep.Types.Concrete.AnyType)
    connectRetryInterval: any(Azure.Bicep.Types.Concrete.AnyType)
    connectTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
    database: any(Azure.Bicep.Types.Concrete.AnyType)
    encrypt: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    failoverPartner: any(Azure.Bicep.Types.Concrete.AnyType)
    hostNameInCertificate: any(Azure.Bicep.Types.Concrete.AnyType)
    integratedSecurity: any(Azure.Bicep.Types.Concrete.AnyType)
    loadBalanceTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
    maxPoolSize: any(Azure.Bicep.Types.Concrete.AnyType)
    minPoolSize: any(Azure.Bicep.Types.Concrete.AnyType)
    multipleActiveResultSets: any(Azure.Bicep.Types.Concrete.AnyType)
    multiSubnetFailover: any(Azure.Bicep.Types.Concrete.AnyType)
    packetSize: any(Azure.Bicep.Types.Concrete.AnyType)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    pooling: any(Azure.Bicep.Types.Concrete.AnyType)
    server: any(Azure.Bicep.Types.Concrete.AnyType)
    trustServerCertificate: any(Azure.Bicep.Types.Concrete.AnyType)
    userName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 AmazonRedshift,請使用:

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

針對 AmazonS3,請使用:

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

針對 AmazonS3Compatible,請使用:

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

針對 AppFigures,請使用:

{
  type: 'AppFigures'
  typeProperties: {
    clientKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    userName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 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(Azure.Bicep.Types.Concrete.AnyType)
    batchUri: any(Azure.Bicep.Types.Concrete.AnyType)
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    encryptedCredential: 'string'
    linkedServiceName: {
      parameters: {
        {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
      }
      referenceName: 'string'
      type: 'string'
    }
    poolName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 AzureBlobFS,請使用:

{
  type: 'AzureBlobFS'
  typeProperties: {
    accountKey: any(Azure.Bicep.Types.Concrete.AnyType)
    azureCloudType: any(Azure.Bicep.Types.Concrete.AnyType)
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    encryptedCredential: 'string'
    sasToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    sasUri: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalCredential: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredentialType: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalId: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    tenant: any(Azure.Bicep.Types.Concrete.AnyType)
    url: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 azureBlobStorage,請使用:

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

針對 AzureDataExplorer,請使用:

{
  type: 'AzureDataExplorer'
  typeProperties: {
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    database: any(Azure.Bicep.Types.Concrete.AnyType)
    endpoint: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalId: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    tenant: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 AzureDataLakeAnalytics,請使用:

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

針對 azureDataLakeStore,請使用:

{
  type: 'AzureDataLakeStore'
  typeProperties: {
    accountName: any(Azure.Bicep.Types.Concrete.AnyType)
    azureCloudType: any(Azure.Bicep.Types.Concrete.AnyType)
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    dataLakeStoreUri: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    resourceGroupName: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalId: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    subscriptionId: any(Azure.Bicep.Types.Concrete.AnyType)
    tenant: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 AzureDatabricks,請使用:

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

針對 AzureDatabricksDeltaLake,請使用:

{
  type: 'AzureDatabricksDeltaLake'
  typeProperties: {
    accessToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    clusterId: any(Azure.Bicep.Types.Concrete.AnyType)
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    domain: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    workspaceResourceId: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 AzureFileStorage,請使用:

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

針對 azureFunction,請使用:

{
  type: 'AzureFunction'
  typeProperties: {
    authentication: any(Azure.Bicep.Types.Concrete.AnyType)
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    encryptedCredential: 'string'
    functionAppUrl: any(Azure.Bicep.Types.Concrete.AnyType)
    functionKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    resourceId: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 AzureKeyVault,請使用:

{
  type: 'AzureKeyVault'
  typeProperties: {
    baseUrl: any(Azure.Bicep.Types.Concrete.AnyType)
    credential: {
      referenceName: 'string'
      type: 'string'
    }
  }
}

針對 AzureML,請使用:

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

針對 AzureMLService,請使用:

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

針對 azureMariaDB ,請使用:

{
  type: 'AzureMariaDB'
  typeProperties: {
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    pwd: {
      secretName: any(Azure.Bicep.Types.Concrete.AnyType)
      secretVersion: any(Azure.Bicep.Types.Concrete.AnyType)
      store: {
        parameters: {
          {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
  }
}

針對 azureMySql,請使用:

{
  type: 'AzureMySql'
  typeProperties: {
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    password: {
      secretName: any(Azure.Bicep.Types.Concrete.AnyType)
      secretVersion: any(Azure.Bicep.Types.Concrete.AnyType)
      store: {
        parameters: {
          {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
  }
}

針對 AzurePostgreSql,請使用:

{
  type: 'AzurePostgreSql'
  typeProperties: {
    commandTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    database: any(Azure.Bicep.Types.Concrete.AnyType)
    encoding: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    password: {
      secretName: any(Azure.Bicep.Types.Concrete.AnyType)
      secretVersion: any(Azure.Bicep.Types.Concrete.AnyType)
      store: {
        parameters: {
          {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
    port: any(Azure.Bicep.Types.Concrete.AnyType)
    readBufferSize: any(Azure.Bicep.Types.Concrete.AnyType)
    server: any(Azure.Bicep.Types.Concrete.AnyType)
    sslMode: any(Azure.Bicep.Types.Concrete.AnyType)
    timeout: any(Azure.Bicep.Types.Concrete.AnyType)
    timezone: any(Azure.Bicep.Types.Concrete.AnyType)
    trustServerCertificate: any(Azure.Bicep.Types.Concrete.AnyType)
    username: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 AzureSearch,請使用:

{
  type: 'AzureSearch'
  typeProperties: {
    encryptedCredential: 'string'
    key: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    url: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 azureSqlDW,請使用:

{
  type: 'AzureSqlDW'
  typeProperties: {
    applicationIntent: any(Azure.Bicep.Types.Concrete.AnyType)
    authenticationType: 'string'
    azureCloudType: any(Azure.Bicep.Types.Concrete.AnyType)
    commandTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    connectRetryCount: any(Azure.Bicep.Types.Concrete.AnyType)
    connectRetryInterval: any(Azure.Bicep.Types.Concrete.AnyType)
    connectTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    database: any(Azure.Bicep.Types.Concrete.AnyType)
    encrypt: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    failoverPartner: any(Azure.Bicep.Types.Concrete.AnyType)
    hostNameInCertificate: any(Azure.Bicep.Types.Concrete.AnyType)
    integratedSecurity: any(Azure.Bicep.Types.Concrete.AnyType)
    loadBalanceTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
    maxPoolSize: any(Azure.Bicep.Types.Concrete.AnyType)
    minPoolSize: any(Azure.Bicep.Types.Concrete.AnyType)
    multipleActiveResultSets: any(Azure.Bicep.Types.Concrete.AnyType)
    multiSubnetFailover: any(Azure.Bicep.Types.Concrete.AnyType)
    packetSize: any(Azure.Bicep.Types.Concrete.AnyType)
    password: {
      secretName: any(Azure.Bicep.Types.Concrete.AnyType)
      secretVersion: any(Azure.Bicep.Types.Concrete.AnyType)
      store: {
        parameters: {
          {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
    pooling: any(Azure.Bicep.Types.Concrete.AnyType)
    server: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalCredential: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredentialType: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalId: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    tenant: any(Azure.Bicep.Types.Concrete.AnyType)
    trustServerCertificate: any(Azure.Bicep.Types.Concrete.AnyType)
    userName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 AzureSqlDatabase,請使用:

{
  type: 'AzureSqlDatabase'
  typeProperties: {
    alwaysEncryptedSettings: {
      alwaysEncryptedAkvAuthType: 'string'
      credential: {
        referenceName: 'string'
        type: 'string'
      }
      servicePrincipalId: any(Azure.Bicep.Types.Concrete.AnyType)
      servicePrincipalKey: {
        type: 'string'
        // For remaining properties, see SecretBase objects
      }
    }
    applicationIntent: any(Azure.Bicep.Types.Concrete.AnyType)
    authenticationType: 'string'
    azureCloudType: any(Azure.Bicep.Types.Concrete.AnyType)
    commandTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    connectRetryCount: any(Azure.Bicep.Types.Concrete.AnyType)
    connectRetryInterval: any(Azure.Bicep.Types.Concrete.AnyType)
    connectTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    database: any(Azure.Bicep.Types.Concrete.AnyType)
    encrypt: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    failoverPartner: any(Azure.Bicep.Types.Concrete.AnyType)
    hostNameInCertificate: any(Azure.Bicep.Types.Concrete.AnyType)
    integratedSecurity: any(Azure.Bicep.Types.Concrete.AnyType)
    loadBalanceTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
    maxPoolSize: any(Azure.Bicep.Types.Concrete.AnyType)
    minPoolSize: any(Azure.Bicep.Types.Concrete.AnyType)
    multipleActiveResultSets: any(Azure.Bicep.Types.Concrete.AnyType)
    multiSubnetFailover: any(Azure.Bicep.Types.Concrete.AnyType)
    packetSize: any(Azure.Bicep.Types.Concrete.AnyType)
    password: {
      secretName: any(Azure.Bicep.Types.Concrete.AnyType)
      secretVersion: any(Azure.Bicep.Types.Concrete.AnyType)
      store: {
        parameters: {
          {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
    pooling: any(Azure.Bicep.Types.Concrete.AnyType)
    server: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalCredential: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredentialType: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalId: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    tenant: any(Azure.Bicep.Types.Concrete.AnyType)
    trustServerCertificate: any(Azure.Bicep.Types.Concrete.AnyType)
    userName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 AzureSqlMI,請使用:

{
  type: 'AzureSqlMI'
  typeProperties: {
    alwaysEncryptedSettings: {
      alwaysEncryptedAkvAuthType: 'string'
      credential: {
        referenceName: 'string'
        type: 'string'
      }
      servicePrincipalId: any(Azure.Bicep.Types.Concrete.AnyType)
      servicePrincipalKey: {
        type: 'string'
        // For remaining properties, see SecretBase objects
      }
    }
    applicationIntent: any(Azure.Bicep.Types.Concrete.AnyType)
    authenticationType: 'string'
    azureCloudType: any(Azure.Bicep.Types.Concrete.AnyType)
    commandTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    connectRetryCount: any(Azure.Bicep.Types.Concrete.AnyType)
    connectRetryInterval: any(Azure.Bicep.Types.Concrete.AnyType)
    connectTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    database: any(Azure.Bicep.Types.Concrete.AnyType)
    encrypt: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    failoverPartner: any(Azure.Bicep.Types.Concrete.AnyType)
    hostNameInCertificate: any(Azure.Bicep.Types.Concrete.AnyType)
    integratedSecurity: any(Azure.Bicep.Types.Concrete.AnyType)
    loadBalanceTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
    maxPoolSize: any(Azure.Bicep.Types.Concrete.AnyType)
    minPoolSize: any(Azure.Bicep.Types.Concrete.AnyType)
    multipleActiveResultSets: any(Azure.Bicep.Types.Concrete.AnyType)
    multiSubnetFailover: any(Azure.Bicep.Types.Concrete.AnyType)
    packetSize: any(Azure.Bicep.Types.Concrete.AnyType)
    password: {
      secretName: any(Azure.Bicep.Types.Concrete.AnyType)
      secretVersion: any(Azure.Bicep.Types.Concrete.AnyType)
      store: {
        parameters: {
          {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
    pooling: any(Azure.Bicep.Types.Concrete.AnyType)
    server: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalCredential: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredentialType: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalId: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    tenant: any(Azure.Bicep.Types.Concrete.AnyType)
    trustServerCertificate: any(Azure.Bicep.Types.Concrete.AnyType)
    userName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 AzureStorage,請使用:

{
  type: 'AzureStorage'
  typeProperties: {
    accountKey: {
      secretName: any(Azure.Bicep.Types.Concrete.AnyType)
      secretVersion: any(Azure.Bicep.Types.Concrete.AnyType)
      store: {
        parameters: {
          {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    sasToken: {
      secretName: any(Azure.Bicep.Types.Concrete.AnyType)
      secretVersion: any(Azure.Bicep.Types.Concrete.AnyType)
      store: {
        parameters: {
          {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
    sasUri: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 AzureSynapseArtifacts,請使用:

{
  type: 'AzureSynapseArtifacts'
  typeProperties: {
    authentication: any(Azure.Bicep.Types.Concrete.AnyType)
    endpoint: any(Azure.Bicep.Types.Concrete.AnyType)
    workspaceResourceId: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 AzureTableStorage,請使用:

{
  type: 'AzureTableStorage'
  typeProperties: {
    accountKey: {
      secretName: any(Azure.Bicep.Types.Concrete.AnyType)
      secretVersion: any(Azure.Bicep.Types.Concrete.AnyType)
      store: {
        parameters: {
          {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    encryptedCredential: 'string'
    sasToken: {
      secretName: any(Azure.Bicep.Types.Concrete.AnyType)
      secretVersion: any(Azure.Bicep.Types.Concrete.AnyType)
      store: {
        parameters: {
          {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
    sasUri: any(Azure.Bicep.Types.Concrete.AnyType)
    serviceEndpoint: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 Cassandra,請使用:

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

針對 CommonDataServiceForApps,請使用:

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

針對 Concur,請使用:

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

針對 CosmosDb,請使用:

{
  type: 'CosmosDb'
  typeProperties: {
    accountEndpoint: any(Azure.Bicep.Types.Concrete.AnyType)
    accountKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    azureCloudType: any(Azure.Bicep.Types.Concrete.AnyType)
    connectionMode: 'string'
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    database: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    servicePrincipalCredential: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredentialType: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalId: any(Azure.Bicep.Types.Concrete.AnyType)
    tenant: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 CosmosDbMongoDbApi,請使用:

{
  type: 'CosmosDbMongoDbApi'
  typeProperties: {
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    database: any(Azure.Bicep.Types.Concrete.AnyType)
    isServerVersionAbove32: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 Couchbase,請使用:

{
  type: 'Couchbase'
  typeProperties: {
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    credString: {
      secretName: any(Azure.Bicep.Types.Concrete.AnyType)
      secretVersion: any(Azure.Bicep.Types.Concrete.AnyType)
      store: {
        parameters: {
          {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
    encryptedCredential: 'string'
  }
}

針對 CustomDataSource,請使用:

{
  type: 'CustomDataSource'
  typeProperties: any(Azure.Bicep.Types.Concrete.AnyType)
}

針對 Dataworld,請使用:

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

針對 Db2,請使用:

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

針對 Drill,請使用:

{
  type: 'Drill'
  typeProperties: {
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    pwd: {
      secretName: any(Azure.Bicep.Types.Concrete.AnyType)
      secretVersion: any(Azure.Bicep.Types.Concrete.AnyType)
      store: {
        parameters: {
          {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
  }
}

針對 Dynamics,請使用:

{
  type: 'Dynamics'
  typeProperties: {
    authenticationType: any(Azure.Bicep.Types.Concrete.AnyType)
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    deploymentType: any(Azure.Bicep.Types.Concrete.AnyType)
    domain: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    hostName: any(Azure.Bicep.Types.Concrete.AnyType)
    organizationName: any(Azure.Bicep.Types.Concrete.AnyType)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    port: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalCredential: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredentialType: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalId: any(Azure.Bicep.Types.Concrete.AnyType)
    serviceUri: any(Azure.Bicep.Types.Concrete.AnyType)
    username: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 DynamicsAX,請使用:

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

針對 DynamicsCrm,請使用:

{
  type: 'DynamicsCrm'
  typeProperties: {
    authenticationType: any(Azure.Bicep.Types.Concrete.AnyType)
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    deploymentType: any(Azure.Bicep.Types.Concrete.AnyType)
    domain: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    hostName: any(Azure.Bicep.Types.Concrete.AnyType)
    organizationName: any(Azure.Bicep.Types.Concrete.AnyType)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    port: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalCredential: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredentialType: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalId: any(Azure.Bicep.Types.Concrete.AnyType)
    serviceUri: any(Azure.Bicep.Types.Concrete.AnyType)
    username: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 Eloqua,請使用:

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

針對 FileServer,請使用:

{
  type: 'FileServer'
  typeProperties: {
    encryptedCredential: 'string'
    host: any(Azure.Bicep.Types.Concrete.AnyType)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    userId: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 ftpServer ,請使用:

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

針對 GoogleAdWords,請使用:

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

若為 GoogleBigQuery,請使用:

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

針對 GoogleBigQueryV2,請使用:

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

針對 GoogleCloudStorage,請使用:

{
  type: 'GoogleCloudStorage'
  typeProperties: {
    accessKeyId: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    secretAccessKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    serviceUrl: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 GoogleSheets,請使用:

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

針對 Greenplum,請使用:

{
  type: 'Greenplum'
  typeProperties: {
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    pwd: {
      secretName: any(Azure.Bicep.Types.Concrete.AnyType)
      secretVersion: any(Azure.Bicep.Types.Concrete.AnyType)
      store: {
        parameters: {
          {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
  }
}

針對 HBase,請使用:

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

針對 HDInsight,請使用:

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

針對 HDInsightOnDemand,請使用:

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

針對 Hdfs,請使用:

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

針對 Hive,請使用:

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

針對 HttpServer,請使用:

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

針對 Hubspot,請使用:

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

針對 Impala,請使用:

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

針對 Informix,請使用:

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

針對 Jira,請使用:

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

針對 LakeHouse,請使用:

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

針對 Magento,請使用:

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

針對 MariaDB,請使用:

{
  type: 'MariaDB'
  typeProperties: {
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    database: any(Azure.Bicep.Types.Concrete.AnyType)
    driverVersion: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    password: {
      secretName: any(Azure.Bicep.Types.Concrete.AnyType)
      secretVersion: any(Azure.Bicep.Types.Concrete.AnyType)
      store: {
        parameters: {
          {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
    port: any(Azure.Bicep.Types.Concrete.AnyType)
    server: any(Azure.Bicep.Types.Concrete.AnyType)
    sslMode: any(Azure.Bicep.Types.Concrete.AnyType)
    username: any(Azure.Bicep.Types.Concrete.AnyType)
    useSystemTrustStore: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 Marketo,請使用:

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

針對 MicrosoftAccess,請使用:

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

針對 MongoDb,請使用:

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

針對 MongoDbAtlas,請使用:

{
  type: 'MongoDbAtlas'
  typeProperties: {
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    database: any(Azure.Bicep.Types.Concrete.AnyType)
    driverVersion: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 MongoDbV2,請使用:

{
  type: 'MongoDbV2'
  typeProperties: {
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    database: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 MySql,請使用:

{
  type: 'MySql'
  typeProperties: {
    allowZeroDateTime: any(Azure.Bicep.Types.Concrete.AnyType)
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    connectionTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
    convertZeroDateTime: any(Azure.Bicep.Types.Concrete.AnyType)
    database: any(Azure.Bicep.Types.Concrete.AnyType)
    driverVersion: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    guidFormat: any(Azure.Bicep.Types.Concrete.AnyType)
    password: {
      secretName: any(Azure.Bicep.Types.Concrete.AnyType)
      secretVersion: any(Azure.Bicep.Types.Concrete.AnyType)
      store: {
        parameters: {
          {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
    port: any(Azure.Bicep.Types.Concrete.AnyType)
    server: any(Azure.Bicep.Types.Concrete.AnyType)
    sslCert: any(Azure.Bicep.Types.Concrete.AnyType)
    sslKey: any(Azure.Bicep.Types.Concrete.AnyType)
    sslMode: any(Azure.Bicep.Types.Concrete.AnyType)
    treatTinyAsBoolean: any(Azure.Bicep.Types.Concrete.AnyType)
    username: any(Azure.Bicep.Types.Concrete.AnyType)
    useSystemTrustStore: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 Netezza,請使用:

{
  type: 'Netezza'
  typeProperties: {
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    pwd: {
      secretName: any(Azure.Bicep.Types.Concrete.AnyType)
      secretVersion: any(Azure.Bicep.Types.Concrete.AnyType)
      store: {
        parameters: {
          {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
  }
}

針對 OData,請使用:

{
  type: 'OData'
  typeProperties: {
    aadResourceId: any(Azure.Bicep.Types.Concrete.AnyType)
    aadServicePrincipalCredentialType: 'string'
    authenticationType: 'string'
    authHeaders: any(Azure.Bicep.Types.Concrete.AnyType)
    azureCloudType: any(Azure.Bicep.Types.Concrete.AnyType)
    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(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    tenant: any(Azure.Bicep.Types.Concrete.AnyType)
    url: any(Azure.Bicep.Types.Concrete.AnyType)
    userName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 Odbc,請使用:

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

針對 Office365,請使用:

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

針對 Oracle,請使用:

{
  type: 'Oracle'
  typeProperties: {
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    password: {
      secretName: any(Azure.Bicep.Types.Concrete.AnyType)
      secretVersion: any(Azure.Bicep.Types.Concrete.AnyType)
      store: {
        parameters: {
          {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
  }
}

針對 OracleCloudStorage,請使用:

{
  type: 'OracleCloudStorage'
  typeProperties: {
    accessKeyId: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    secretAccessKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    serviceUrl: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 OracleServiceCloud,請使用:

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

針對 PayPal,請使用:

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

針對 Phoenix,請使用:

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

針對 PostgreSql,請使用:

{
  type: 'PostgreSql'
  typeProperties: {
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    password: {
      secretName: any(Azure.Bicep.Types.Concrete.AnyType)
      secretVersion: any(Azure.Bicep.Types.Concrete.AnyType)
      store: {
        parameters: {
          {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
  }
}

針對 PostgreSqlV2,請使用:

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

針對 Presto,請使用:

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

針對 QuickBooks,請使用:

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

針對 Quickbase,請使用:

{
  type: 'Quickbase'
  typeProperties: {
    encryptedCredential: 'string'
    url: any(Azure.Bicep.Types.Concrete.AnyType)
    userToken: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
  }
}

針對 Responsys,請使用:

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

針對 RestService,請使用:

{
  type: 'RestService'
  typeProperties: {
    aadResourceId: any(Azure.Bicep.Types.Concrete.AnyType)
    authenticationType: 'string'
    authHeaders: any(Azure.Bicep.Types.Concrete.AnyType)
    azureCloudType: any(Azure.Bicep.Types.Concrete.AnyType)
    clientId: any(Azure.Bicep.Types.Concrete.AnyType)
    clientSecret: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    enableServerCertificateValidation: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    resource: any(Azure.Bicep.Types.Concrete.AnyType)
    scope: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalCredentialType: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalEmbeddedCert: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalEmbeddedCertPassword: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalId: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    tenant: any(Azure.Bicep.Types.Concrete.AnyType)
    tokenEndpoint: any(Azure.Bicep.Types.Concrete.AnyType)
    url: any(Azure.Bicep.Types.Concrete.AnyType)
    userName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 Salesforce,請使用:

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

針對 SalesforceMarketingCloud,請使用:

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

針對 SalesforceServiceCloud,請使用:

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

針對 SalesforceServiceCloudV2,請使用:

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

針對 SalesforceV2,請使用:

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

針對 SapBW,請使用:

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

針對 sapCloudForCustomer,請使用:

{
  type: 'SapCloudForCustomer'
  typeProperties: {
    encryptedCredential: 'string'
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    url: any(Azure.Bicep.Types.Concrete.AnyType)
    username: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 SapEcc,請使用:

{
  type: 'SapEcc'
  typeProperties: {
    encryptedCredential: 'string'
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    url: any(Azure.Bicep.Types.Concrete.AnyType)
    username: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 SapHana,請使用:

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

針對 SapOdp,請使用:

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

針對 sapOpenHub,請使用:

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

針對 SapTable,請使用:

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

針對 ServiceNow,請使用:

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

針對 ServiceNowV2,請使用:

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

針對 Sftp,請使用:

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

針對 SharePointOnlineList,請使用:

{
  type: 'SharePointOnlineList'
  typeProperties: {
    encryptedCredential: 'string'
    servicePrincipalCredentialType: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalEmbeddedCert: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalEmbeddedCertPassword: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalId: any(Azure.Bicep.Types.Concrete.AnyType)
    servicePrincipalKey: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    siteUrl: any(Azure.Bicep.Types.Concrete.AnyType)
    tenantId: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 Shopify,請使用:

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

針對 Smartsheet,請使用:

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

針對 Snowflake,請使用:

{
  type: 'Snowflake'
  typeProperties: {
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    password: {
      secretName: any(Azure.Bicep.Types.Concrete.AnyType)
      secretVersion: any(Azure.Bicep.Types.Concrete.AnyType)
      store: {
        parameters: {
          {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
  }
}

針對 SnowflakeV2,請使用:

{
  type: 'SnowflakeV2'
  typeProperties: {
    accountIdentifier: any(Azure.Bicep.Types.Concrete.AnyType)
    authenticationType: 'string'
    clientId: any(Azure.Bicep.Types.Concrete.AnyType)
    clientSecret: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    database: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    host: any(Azure.Bicep.Types.Concrete.AnyType)
    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(Azure.Bicep.Types.Concrete.AnyType)
    tenantId: any(Azure.Bicep.Types.Concrete.AnyType)
    user: any(Azure.Bicep.Types.Concrete.AnyType)
    warehouse: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 Spark,請使用:

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

針對 sqlServer,請使用:

{
  type: 'SqlServer'
  typeProperties: {
    alwaysEncryptedSettings: {
      alwaysEncryptedAkvAuthType: 'string'
      credential: {
        referenceName: 'string'
        type: 'string'
      }
      servicePrincipalId: any(Azure.Bicep.Types.Concrete.AnyType)
      servicePrincipalKey: {
        type: 'string'
        // For remaining properties, see SecretBase objects
      }
    }
    applicationIntent: any(Azure.Bicep.Types.Concrete.AnyType)
    authenticationType: 'string'
    commandTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    connectRetryCount: any(Azure.Bicep.Types.Concrete.AnyType)
    connectRetryInterval: any(Azure.Bicep.Types.Concrete.AnyType)
    connectTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
    credential: {
      referenceName: 'string'
      type: 'string'
    }
    database: any(Azure.Bicep.Types.Concrete.AnyType)
    encrypt: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    failoverPartner: any(Azure.Bicep.Types.Concrete.AnyType)
    hostNameInCertificate: any(Azure.Bicep.Types.Concrete.AnyType)
    integratedSecurity: any(Azure.Bicep.Types.Concrete.AnyType)
    loadBalanceTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
    maxPoolSize: any(Azure.Bicep.Types.Concrete.AnyType)
    minPoolSize: any(Azure.Bicep.Types.Concrete.AnyType)
    multipleActiveResultSets: any(Azure.Bicep.Types.Concrete.AnyType)
    multiSubnetFailover: any(Azure.Bicep.Types.Concrete.AnyType)
    packetSize: any(Azure.Bicep.Types.Concrete.AnyType)
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    pooling: any(Azure.Bicep.Types.Concrete.AnyType)
    server: any(Azure.Bicep.Types.Concrete.AnyType)
    trustServerCertificate: any(Azure.Bicep.Types.Concrete.AnyType)
    userName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 Square,請使用:

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

針對 Sybase,請使用:

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

針對 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(Azure.Bicep.Types.Concrete.AnyType)
    userName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 Teradata,請使用:

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

針對 Twilio,請使用:

{
  type: 'Twilio'
  typeProperties: {
    password: {
      type: 'string'
      // For remaining properties, see SecretBase objects
    }
    userName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 Vertica,請使用:

{
  type: 'Vertica'
  typeProperties: {
    connectionString: any(Azure.Bicep.Types.Concrete.AnyType)
    database: any(Azure.Bicep.Types.Concrete.AnyType)
    encryptedCredential: 'string'
    port: any(Azure.Bicep.Types.Concrete.AnyType)
    pwd: {
      secretName: any(Azure.Bicep.Types.Concrete.AnyType)
      secretVersion: any(Azure.Bicep.Types.Concrete.AnyType)
      store: {
        parameters: {
          {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
        }
        referenceName: 'string'
        type: 'string'
      }
      type: 'string'
    }
    server: any(Azure.Bicep.Types.Concrete.AnyType)
    uid: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 Warehouse,請使用:

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

針對 Web,請使用:

{
  type: 'Web'
  typeProperties: {
    url: any(Azure.Bicep.Types.Concrete.AnyType)
    authenticationType: 'string'
    // For remaining properties, see WebLinkedServiceTypeProperties objects
  }
}

針對 Xero,請使用:

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

針對 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(Azure.Bicep.Types.Concrete.AnyType)
    userName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 Zoho,請使用:

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

SecretBase 物件

設定 類型 屬性,以指定物件的類型。

針對 AzureKeyVaultSecret,請使用:

{
  secretName: any(Azure.Bicep.Types.Concrete.AnyType)
  secretVersion: any(Azure.Bicep.Types.Concrete.AnyType)
  store: {
    parameters: {
      {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
    }
    referenceName: 'string'
    type: 'string'
  }
  type: 'AzureKeyVaultSecret'
}

針對 SecureString,請使用:

{
  type: 'SecureString'
  value: 'string'
}

屬性值

AmazonMWSLinkedService

名字 描述 價值
類型 連結服務的類型。 “AmazonMWS” (必要)
typeProperties Amazon Marketplace Web Service 鏈接服務屬性。 AmazonMWSLinkedServiceTypeProperties (必要)

AmazonMWSLinkedServiceTypeProperties

名字 描述 價值
accessKeyId 用來存取資料的存取金鑰標識碼。 任何 (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
端點 AmazonMWS 伺服器的端點(亦即 mws.amazonservices.com) 任何 (必要)
marketplaceID 您想要從中擷取數據的 Amazon Marketplace 識別碼。 若要從多個 Marketplace 識別符擷取數據,請以逗號 (,, ) 分隔它們。 (即A2EUQ1WTGCTBG2) 任何 (必要)
mwsAuthToken AmazonMWS 驗證令牌。 SecretBase
secretKey 用來存取資料的秘密金鑰。 SecretBase
sellerID Amazon 賣方標識符。 任何 (必要)
useEncryptedEndpoints 指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 任何
useHostVerification 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。 任何
usePeerVerification 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。 任何

AmazonRdsForLinkedServiceTypeProperties

名字 描述 價值
connectionString 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何 (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 SecretBase

AmazonRdsForOracleLinkedService

名字 描述 價值
類型 連結服務的類型。 'AmazonRdsForOracle' (必要)
typeProperties AmazonRdsForOracle 資料庫連結服務屬性。 AmazonRdsForLinkedServiceTypeProperties (必要)

AmazonRdsForSqlServerLinkedService

名字 描述 價值
類型 連結服務的類型。 'AmazonRdsForSqlServer' (必要)
typeProperties 適用於 SQL Server 連結服務屬性的 Amazon RDS。 AmazonRdsForSqlServerLinkedServiceTypeProperties (必要)

AmazonRdsForSqlServerLinkedServiceTypeProperties

名字 描述 價值
alwaysEncryptedSettings Sql 一律加密的屬性。 SqlAlwaysEncryptedProperties
applicationIntent 聯機到建議版本所使用的伺服器時,應用程式工作負載類型。 可能的值為 ReadOnly 和 ReadWrite。 Type:string (或 expression with resultType string) 。 任何
authenticationType 用於驗證的類型。 類型:字串。 'SQL'
'Windows'
commandTimeout 終止嘗試執行命令並產生錯誤之前的預設等候時間(以秒為單位),由建議的版本使用。 類型:integer (或 expression with resultType integer) 。 任何
connectionString 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
connectRetryCount 識別建議版本所使用的閑置連線失敗之後嘗試的重新連線數目。 這必須是介於 0 到 255 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
connectRetryInterval 識別建議版本所使用的閑置連線失敗之後,每個重新連線嘗試之間的時間量(以秒為單位)。 這必須是介於 1 到 60 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
connectTimeout 在終止嘗試並產生建議版本所使用的錯誤之前,等候伺服器連線的時間長度(以秒為單位)。 類型:integer (或 expression with resultType integer) 。 任何
資料庫 建議版本所使用的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何
加密 指出客戶端與伺服器之間傳送的所有數據是否需要 TLS 加密,供建議版本使用。 可能的值為 true/yes/mandatory、false/no/optional 和 strict。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
failoverPartner 如果主伺服器關閉,建議版本會使用所要連線之夥伴伺服器的名稱或位址。 Type:string (或 expression with resultType string) 。 任何
hostNameInCertificate 驗證連線之伺服器證書時要使用的主機名。 若未指定,來自數據源的伺服器名稱會用於建議版本所使用的憑證驗證。 Type:string (或 expression with resultType string) 。 任何
integratedSecurity 指出是否在連線中指定使用者標識碼和密碼(若為 false),或目前的 Windows 帳戶認證是否用於驗證(若為 true),供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
loadBalanceTimeout 在被建議版本使用之前,聯機生存在聯機集區中的最短時間,以秒為單位。 類型:integer (或 expression with resultType integer) 。 任何
maxPoolSize 此特定連接字串的連線區中允許的連線數目上限,供建議版本使用。 類型:integer (或 expression with resultType integer) 。 任何
minPoolSize 建議版本所使用的此特定連接字串,聯機集區中允許的連線數目下限。 類型:integer (或 expression with resultType integer) 。 任何
multipleActiveResultSets 若為 true,應用程式可以維護多個作用中結果集 (MARS)。 若為 false,應用程式必須先處理或取消一個批次的所有結果集,才能在該連線上執行任何其他批次,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
multiSubnetFailover 如果您的應用程式連線到不同子網上的 AlwaysOn 可用性群組 (AG),則設定 MultiSubnetFailover=true 可讓您更快速地偵測並連線到建議版本所使用的作用中伺服器。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
packetSize 網路封包的大小,以位元組為單位,用來與建議版本所使用的伺服器實例通訊。 類型:integer (或 expression with resultType integer) 。 任何
密碼 內部部署 Windows 驗證密碼。 SecretBase
指出每次要求連線時,是否要集區或明確開啟連線,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
伺服器 建議版本所使用的 SQL Server 實例名稱或網路位址。 Type:string (或 expression with resultType string) 。 任何
trustServerCertificate 指出通道是否會在略過憑證鏈結以驗證建議版本所使用的信任時加密。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
userName 內部部署 Windows 驗證用戶名稱。 Type:string (或 expression with resultType string) 。 任何

AmazonRedshiftLinkedService

名字 描述 價值
類型 連結服務的類型。 'AmazonRedshift' (必要)
typeProperties Amazon Redshift 鏈接服務屬性。 AmazonRedshiftLinkedServiceTypeProperties (必要)

AmazonRedshiftLinkedServiceTypeProperties

名字 描述 價值
資料庫 Amazon Redshift 來源的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 Amazon Redshift 來源的密碼。 SecretBase
港口 Amazon Redshift 伺服器用來接聽用戶端連線的 TCP 連接埠號碼。 預設值為5439。 類型:integer (或 expression with resultType integer) 。 任何
伺服器 Amazon Redshift 伺服器的名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
username Amazon Redshift 來源的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

AmazonS3CompatibleLinkedService

名字 描述 價值
類型 連結服務的類型。 'AmazonS3Compatible' (必要)
typeProperties Amazon S3 相容連結服務屬性。 AmazonS3CompatibleLinkedServiceTypeProperties (必要)

AmazonS3CompatibleLinkedServiceTypeProperties

名字 描述 價值
accessKeyId Amazon S3 相容身分識別和存取管理 (IAM) 使用者的存取密鑰標識碼。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
forcePathStyle 如果為 true,請使用 S3 路徑樣式存取,而不是虛擬託管樣式存取。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
secretAccessKey Amazon S3 相容身分識別和存取管理 (IAM) 使用者的秘密存取密鑰。 SecretBase
serviceUrl 這個值會指定要使用 Amazon S3 相容連接器存取的端點。 這是選擇性屬性;只有在您想要嘗試不同的服務端點或想要在 HTTPs 和 HTTP 之間切換時,才變更它。 Type:string (或 expression with resultType string) 。 任何

AmazonS3LinkedService

名字 描述 價值
類型 連結服務的類型。 'AmazonS3' (必要)
typeProperties Amazon S3 連結服務屬性。 AmazonS3LinkedServiceTypeProperties (必要)

AmazonS3LinkedServiceTypeProperties

名字 描述 價值
accessKeyId Amazon S3 身分識別與存取管理 (IAM) 使用者的存取密鑰標識碼。 Type:string (或 expression with resultType string) 。 任何
authenticationType S3 的驗證類型。 允許的值:AccessKey(預設值)或 TemporarySecurityCredentials。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
secretAccessKey Amazon S3 身分識別與存取管理 (IAM) 使用者的秘密存取密鑰。 SecretBase
serviceUrl 這個值會指定要使用 S3 連接器存取的端點。 這是選擇性屬性;只有在您想要嘗試不同的服務端點或想要在 HTTPs 和 HTTP 之間切換時,才變更它。 Type:string (或 expression with resultType string) 。 任何
sessionToken S3 暫存安全性認證的會話令牌。 SecretBase

AppFiguresLinkedService

名字 描述 價值
類型 連結服務的類型。 'AppFigures' (必要)
typeProperties AppFigures 連結服務屬性。 AppFiguresLinkedServiceTypeProperties (必要)

AppFiguresLinkedServiceTypeProperties

名字 描述 價值
clientKey AppFigures 來源的用戶端金鑰。 SecretBase (必要)
密碼 AppFigures 來源的密碼。 SecretBase (必要)
userName Appfigures 來源的用戶名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

AsanaLinkedService

名字 描述 價值
類型 連結服務的類型。 'Asana' (必要)
typeProperties Asana 連結服務屬性。 AsanaLinkedServiceTypeProperties (必要)

AsanaLinkedServiceTypeProperties

名字 描述 價值
apiToken Asana 來源的 API 令牌。 SecretBase (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串

AzureBatchLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureBatch' (必要)
typeProperties Azure Batch 鏈接服務屬性。 AzureBatchLinkedServiceTypeProperties (必要)

AzureBatchLinkedServiceTypeProperties

名字 描述 價值
accessKey Azure Batch 帳戶存取金鑰。 SecretBase
accountName Azure Batch 帳戶名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
batchUri Azure Batch URI。 Type:string (或 expression with resultType string) 。 任何 (必要)
憑據 包含驗證資訊的認證參考。 CredentialReference
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
linkedServiceName Azure 記憶體連結服務參考。 LinkedServiceReference (必要)
poolName Azure Batch 集區名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

AzureBlobFSLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureBlobFS' (必要)
typeProperties Azure Data Lake Storage Gen2 鏈接的服務屬性。 AzureBlobFSLinkedServiceTypeProperties (必要)

AzureBlobFSLinkedServiceTypeProperties

名字 描述 價值
accountKey Azure Data Lake Storage Gen2 服務的帳戶密鑰。 Type:string (或 expression with resultType string) 。 任何
azureCloudType 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
憑據 包含驗證資訊的認證參考。 CredentialReference
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
sasToken sasToken 在 sas uri 中的 Azure 金鑰保存庫秘密參考。 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 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 用來針對 Azure Data Lake Storage Gen2 帳戶進行驗證的應用程式識別碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 用來針對 Azure Data Lake Storage Gen2 帳戶進行驗證的應用程式密鑰。 SecretBase
房客 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何
url Azure Data Lake Storage Gen2 服務的端點。 Type:string (或 expression with resultType string) 。 任何

AzureBlobStorageLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureBlobStorage' (必要)
typeProperties Azure Blob 記憶體連結服務屬性。 AzureBlobStorageLinkedServiceTypeProperties (必要)

AzureBlobStorageLinkedServiceTypeProperties

名字 描述 價值
accountKey 連接字串中 accountKey 的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
accountKind 指定記憶體帳戶的類型。 允許的值為:記憶體(一般用途 v1)、StorageV2(一般用途 v2)、BlobStorage 或 BlockBlobStorage。 Type:string (或 expression with resultType string) 。 任何
authenticationType 用於驗證的類型。 類型:字串。 'AccountKey'
'Anonymous'
'Msi'
'SasUri'
'ServicePrincipal'
azureCloudType 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
connectionString 連接字串。 它與 sasUri、serviceEndpoint 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
containerUri Azure Blob 記憶體資源的容器 URI 僅支援匿名存取。 Type:string (或 expression with resultType string) 。 任何
憑據 包含驗證資訊的認證參考。 CredentialReference
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
sasToken sasToken 在 sas uri 中的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
sasUri Azure Blob 記憶體資源的 SAS URI。 它與 connectionString、serviceEndpoint 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
serviceEndpoint Azure Blob 記憶體資源的 Blob 服務端點。 它與 connectionString、sasUri 屬性互斥。 任何
servicePrincipalId 用來向 Azure SQL 數據倉儲進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 用來對 Azure SQL 數據倉儲進行驗證的服務主體密鑰。 SecretBase
房客 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何

AzureDatabricksDeltaLakeLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureDatabricksDeltaLake' (必要)
typeProperties Azure Databricks Delta Lake 鏈接服務屬性。 AzureDatabricksDetltaLakeLinkedServiceTypeProperties (必要)

AzureDatabricksDetltaLakeLinkedServiceTypeProperties

名字 描述 價值
accessToken databricks REST API 的存取令牌。 請參閱 https://docs.azuredatabricks.net/api/latest/authentication.html。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 SecretBase
clusterId 將用於此作業所有執行的現有互動式叢集標識碼。 Type:string (或 expression with resultType string) 。 任何
憑據 包含驗證資訊的認證參考。 CredentialReference
<REGION>.azuredatabricks.net,您的 Databricks 部署功能變數名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
workspaceResourceId databricks REST API 的工作區資源標識符。 Type:string (或 expression with resultType string) 。 任何

AzureDatabricksLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureDatabricks' (必要)
typeProperties Azure Databricks 鏈接服務屬性。 AzureDatabricksLinkedServiceTypeProperties (必要)

AzureDatabricksLinkedServiceTypeProperties

名字 描述 價值
accessToken databricks REST API 的存取令牌。 請參閱 https://docs.azuredatabricks.net/api/latest/authentication.html。 Type:string (或 expression with resultType string) 。 SecretBase
認證 如果針對 databricks REST API 使用工作區資源標識碼,則需要指定 MSI。 Type:string (或 expression with resultType string) 。 任何
憑據 包含驗證資訊的認證參考。 CredentialReference
<REGION>.azuredatabricks.net,您的 Databricks 部署功能變數名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
existingClusterId 將用於此活動之所有執行的現有互動式叢集標識碼。 Type:string (或 expression with resultType string) 。 任何
instancePoolId 將用於此活動之所有執行的現有實例集區的標識碼。 Type:string (或 expression with resultType string) 。 任何
newClusterCustomTags 叢集資源的其他標籤。 實例集區組態中會忽略這個屬性。 AzureDatabricksLinkedServiceTypePropertiesNewClusterCustomTags
newClusterDriverNodeType 新作業叢集的驅動程序節點類型。 實例集區組態中會忽略這個屬性。 Type:string (或 expression with resultType string) 。 任何
newClusterEnableElasticDisk 在新叢集上啟用彈性磁碟。 現在會忽略此屬性,並在 Databricks 中採用預設的彈性磁碟行為(一律啟用彈性磁碟)。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
newClusterInitScripts 新叢集的使用者定義初始化腳本。 類型:字串陣列(或 Expression 搭配 resultType 字串陣列)。 任何
newClusterLogDestination 指定要傳遞 Spark 驅動程式、背景工作和事件記錄檔的位置。 Type:string (或 expression with resultType string) 。 任何
newClusterNodeType 新作業叢集的節點類型。 如果指定 newClusterVersion 且未指定 instancePoolId,則需要此屬性。 如果指定 instancePoolId,則會忽略這個屬性。 Type:string (或 expression with resultType string) 。 任何
newClusterNumOfWorker 如果未使用現有的互動式叢集,這會指定要用於新作業叢集或實例集區的背景工作節點數目。 對於新的作業叢集,這是字串格式的 Int32,例如 '1' 表示 numOfWorker 為 1 或 '1:10' 表示從 1(最小值)自動調整為 10(最大值)。 例如集區,這是字串格式的 Int32,而且只能指定固定數目的背景工作節點,例如 『2』。 如果指定 newClusterVersion,則為必要專案。 Type:string (或 expression with resultType string) 。 任何
newClusterSparkConf 一組選擇性、使用者指定的Spark組態索引鍵/值組。 AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkConf
newClusterSparkEnvVars 一組選擇性、使用者指定的Spark環境變數機碼/值組。 AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkEnvVars
newClusterVersion 如果未使用現有的互動式叢集,這會指定針對每個活動執行所建立之新作業叢集或實例集區節點的Spark版本。 如果指定 instancePoolId,則為必要專案。 Type:string (或 expression with resultType string) 。 任何
policyId 限制根據使用者定義規則集設定叢集的能力的原則標識碼。 Type:string (或 expression with resultType string) 。 任何
workspaceResourceId databricks REST API 的工作區資源標識符。 Type:string (或 expression with resultType string) 。 任何

AzureDatabricksLinkedServiceTypePropertiesNewClusterCustomTags

名字 描述 價值

AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkConf

名字 描述 價值

AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkEnvVars

名字 描述 價值

AzureDataExplorerLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureDataExplorer' (必要)
typeProperties Azure 資料總管 (Kusto) 連結服務屬性。 AzureDataExplorerLinkedServiceTypeProperties (必要)

AzureDataExplorerLinkedServiceTypeProperties

名字 描述 價值
憑據 包含驗證資訊的認證參考。 CredentialReference
資料庫 連接的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
端點 Azure 數據總管的端點(引擎的端點)。 URL 的格式為 clusterName>https://<。<regionName>.kusto.windows.net。 類型:string (或 expression with resultType string) 任何 (必要)
servicePrincipalId 用來向 Azure 數據總管進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 用來對 Kusto 進行驗證的服務主體金鑰。 SecretBase
房客 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何

AzureDataLakeAnalyticsLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureDataLakeAnalytics' (必要)
typeProperties Azure Data Lake Analytics 鏈接服務屬性。 AzureDataLakeAnalyticsLinkedServiceTypeProperties (必要)

AzureDataLakeAnalyticsLinkedServiceTypeProperties

名字 描述 價值
accountName Azure Data Lake Analytics 帳戶名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
dataLakeAnalyticsUri Azure Data Lake Analytics URI 類型:字串(或具有 resultType 字串的運算式)。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
resourceGroupName Data Lake Analytics 帳戶資源組名(如果與 Data Factory 帳戶不同)。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 用來針對 Azure Data Lake Analytics 帳戶進行驗證的應用程式識別碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 用來對 Azure Data Lake Analytics 帳戶進行驗證的應用程式密鑰。 SecretBase
subscriptionId Data Lake Analytics 帳戶訂用帳戶標識碼(如果與 Data Factory 帳戶不同)。 Type:string (或 expression with resultType string) 。 任何
房客 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何 (必要)

AzureDataLakeStoreLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureDataLakeStore' (必要)
typeProperties Azure Data Lake Store 連結服務屬性。 AzureDataLakeStoreLinkedServiceTypeProperties (必要)

AzureDataLakeStoreLinkedServiceTypeProperties

名字 描述 價值
accountName Data Lake Store 帳戶名稱。 Type:string (或 expression with resultType string) 。 任何
azureCloudType 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
憑據 包含驗證資訊的認證參考。 CredentialReference
dataLakeStoreUri Data Lake Store 服務 URI。 Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
resourceGroupName Data Lake Store 帳戶資源組名(如果與 Data Factory 帳戶不同)。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 用來針對 Azure Data Lake Store 帳戶進行驗證的應用程式識別碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 用來針對 Azure Data Lake Store 帳戶進行驗證的應用程式密鑰。 SecretBase
subscriptionId Data Lake Store 帳戶訂用帳戶標識碼(如果與 Data Factory 帳戶不同)。 Type:string (或 expression with resultType string) 。 任何
房客 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何

AzureFileStorageLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureFileStorage' (必要)
typeProperties Azure 檔案記憶體連結服務屬性。 AzureFileStorageLinkedServiceTypeProperties (必要)

AzureFileStorageLinkedServiceTypeProperties

名字 描述 價值
accountKey 連接字串中 accountKey 的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
connectionString 連接字串。 它與 sasUri 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
憑據 包含驗證資訊的認證參考。 CredentialReference
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
fileShare Azure 檔案共享名稱。 使用 accountKey/sasToken 進行驗證時,這是必要專案。 Type:string (或 expression with resultType string) 。 任何
主機 伺服器的主機名。 Type:string (或 expression with resultType string) 。 任何
密碼 登入伺服器的密碼。 SecretBase
sasToken sasToken 在 sas uri 中的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
sasUri Azure 檔案資源的 SAS URI。 它與 connectionString 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
serviceEndpoint Azure 檔案記憶體資源的檔案服務端點。 它與 connectionString、sasUri 屬性互斥。 任何
快照 Azure 檔案共用快照集版本。 Type:string (或 expression with resultType string) 。 任何
userId 登入伺服器的使用者識別碼。 Type:string (或 expression with resultType string) 。 任何

AzureFunctionLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureFunction' (必要)
typeProperties Azure 函式連結服務屬性。 AzureFunctionLinkedServiceTypeProperties (必要)

AzureFunctionLinkedServiceTypeProperties

名字 描述 價值
認證 用來連線到 AzureFunction 的驗證類型(指定 MSI 的必要專案)。 Type:string (或 expression with resultType string) 。 任何
憑據 包含驗證資訊的認證參考。 CredentialReference
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
functionAppUrl Azure 函式應用程式的端點。 URL 的格式為 accountName https://<>.azurewebsites.net。 Type:string (或 expression with resultType string) 。 任何 (必要)
functionKey Azure 函式應用程式的函式或主機密鑰。 SecretBase
resourceId Azure 函式允許的令牌物件。 Type:string (或 expression with resultType string) 。 任何

AzureKeyVaultLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureKeyVault' (必要)
typeProperties Azure Key Vault 連結服務屬性。 AzureKeyVaultLinkedServiceTypeProperties (必要)

AzureKeyVaultLinkedServiceTypeProperties

名字 描述 價值
baseUrl Azure Key Vault 的基底 URL。 例如 https://myakv.vault.azure.net Type:string (或 expression with resultType string)。 任何 (必要)
憑據 包含驗證資訊的認證參考。 CredentialReference

AzureKeyVaultSecretReference

名字 描述 價值
secretName Azure Key Vault 中的秘密名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
secretVersion Azure Key Vault 中的秘密版本。 預設值是最新版本的秘密。 Type:string (或 expression with resultType string) 。 任何
商店 Azure Key Vault 鏈接服務參考。 LinkedServiceReference (必要)
類型 秘密的類型。 字串 (必要)

AzureKeyVaultSecretReference

名字 描述 價值
secretName Azure Key Vault 中的秘密名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
secretVersion Azure Key Vault 中的秘密版本。 預設值是最新版本的秘密。 Type:string (或 expression with resultType string) 。 任何
商店 Azure Key Vault 鏈接服務參考。 LinkedServiceReference (必要)
類型 秘密的類型。 'AzureKeyVaultSecret' (必要)

AzureMariaDBLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureMariaDB' (必要)
typeProperties 適用於 MariaDB 的 Azure 資料庫連結服務屬性。 AzureMariaDBLinkedServiceTypeProperties (必要)

AzureMariaDBLinkedServiceTypeProperties

名字 描述 價值
connectionString ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
pwd 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference

AzureMLLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureML' (必要)
typeProperties Azure ML Studio Web 服務鏈接服務屬性。 AzureMLLinkedServiceTypeProperties (必要)

AzureMLLinkedServiceTypeProperties

名字 描述 價值
apiKey 用來存取 Azure ML 模型端點的 API 金鑰。 SecretBase (必要)
認證 用來連線到 AzureML 的驗證類型(需要指定 MSI)。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
mlEndpoint Azure ML Studio Web 服務端點的批次執行 REST URL。 Type:string (或 expression with resultType string) 。 任何 (必要)
servicePrincipalId 用來針對 Azure ML Studio Web 服務的 ARM 型 updateResourceEndpoint 進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 用來針對 Azure ML Studio Web 服務的 ARM 型 updateResourceEndpoint 進行驗證的服務主體密鑰。 SecretBase
房客 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何
updateResourceEndpoint Azure ML Studio Web 服務端點的更新資源 REST URL。 Type:string (或 expression with resultType string) 。 任何

AzureMLServiceLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureMLService' (必要)
typeProperties Azure ML 服務鏈接服務屬性。 AzureMLServiceLinkedServiceTypeProperties (必要)

AzureMLServiceLinkedServiceTypeProperties

名字 描述 價值
認證 用來連線到 AzureML 的驗證類型(需要指定 MSI)。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
mlWorkspaceName Azure ML 服務工作區名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
resourceGroupName Azure ML 服務工作區資源組名。 Type:string (或 expression with resultType string) 。 任何 (必要)
servicePrincipalId 用來針對已發佈 Azure ML 服務管線端點進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 用來針對已發佈 Azure ML 服務管線端點進行驗證的服務主體密鑰。 SecretBase
subscriptionId Azure ML 服務工作區訂用帳戶標識碼。 Type:string (或 expression with resultType string) 。 任何 (必要)
房客 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何

AzureMySqlLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureMySql' (必要)
typeProperties Azure MySQL 資料庫連結服務屬性。 AzureMySqlLinkedServiceTypeProperties (必要)

AzureMySqlLinkedServiceTypeProperties

名字 描述 價值
connectionString 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何 (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference

AzurePostgreSqlLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzurePostgreSql' (必要)
typeProperties Azure PostgreSQL 鏈接服務屬性。 AzurePostgreSqlLinkedServiceTypeProperties (必要)

AzurePostgreSqlLinkedServiceTypeProperties

名字 描述 價值
commandTimeout 在終止嘗試並產生錯誤之前,嘗試執行命令的時間(以秒為單位)。 設定為零表示無限大。 類型:整數。 任何
connectionString ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
資料庫 連接的資料庫名稱。 類型:字串。 任何
編碼 取得或設定將用來編碼/譯碼 PostgreSQL 字串數據的 .NET 編碼。 類型:字串 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
港口 連接的埠。 類型:整數。 任何
readBufferSize 決定讀取時,內部緩衝區所使用的大小。 如果從資料庫傳輸大型值,增加可能會改善效能。 類型:整數。 任何
伺服器 線上的伺服器名稱。 類型:字串。 任何
sslMode 線上的 SSL 模式。 類型:整數。 0:停用、1:allow、2:prefer、3:require、4:verify-ca、5:verify-full。 類型:整數。 任何
超時 在終止嘗試並產生錯誤之前,嘗試建立連線的時間(以秒為單位)。 類型:整數。 任何
時區 取得或設定會話時區。 類型:字串。 任何
trustServerCertificate 是否信任伺服器證書而不驗證它。 類型:布爾值。 任何
username 驗證的用戶名稱。 類型:字串。 任何

AzureSearchLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureSearch' (必要)
typeProperties Windows Azure 搜尋服務連結服務屬性。 AzureSearchLinkedServiceTypeProperties (必要)

AzureSearchLinkedServiceTypeProperties

名字 描述 價值
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
鑰匙 Azure 搜尋服務的系統管理金鑰 SecretBase
url Azure 搜尋服務的 URL。 Type:string (或 expression with resultType string) 。 任何 (必要)

AzureSqlDatabaseLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureSqlDatabase' (必要)
typeProperties Azure SQL Database 鏈接服務屬性。 AzureSqlDatabaseLinkedServiceTypeProperties (必要)

AzureSqlDatabaseLinkedServiceTypeProperties

名字 描述 價值
alwaysEncryptedSettings Sql 一律加密的屬性。 SqlAlwaysEncryptedProperties
applicationIntent 聯機到建議版本所使用的伺服器時,應用程式工作負載類型。 可能的值為 ReadOnly 和 ReadWrite。 Type:string (或 expression with resultType string) 。 任何
authenticationType 用於驗證的類型。 類型:字串。 'ServicePrincipal'
'SQL'
'SystemAssignedManagedIdentity'
'UserAssignedManagedIdentity'
azureCloudType 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
commandTimeout 終止嘗試執行命令並產生錯誤之前的預設等候時間(以秒為單位),由建議的版本使用。 類型:integer (或 expression with resultType integer) 。 任何
connectionString 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
connectRetryCount 識別建議版本所使用的閑置連線失敗之後嘗試的重新連線數目。 這必須是介於 0 到 255 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
connectRetryInterval 識別建議版本所使用的閑置連線失敗之後,每個重新連線嘗試之間的時間量(以秒為單位)。 這必須是介於 1 到 60 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
connectTimeout 在終止嘗試並產生建議版本所使用的錯誤之前,等候伺服器連線的時間長度(以秒為單位)。 類型:integer (或 expression with resultType integer) 。 任何
憑據 包含驗證資訊的認證參考。 CredentialReference
資料庫 建議版本所使用的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何
加密 指出客戶端與伺服器之間傳送的所有數據是否需要 TLS 加密,供建議版本使用。 可能的值為 true/yes/mandatory、false/no/optional 和 strict。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
failoverPartner 如果主伺服器關閉,建議版本會使用所要連線之夥伴伺服器的名稱或位址。 Type:string (或 expression with resultType string) 。 任何
hostNameInCertificate 驗證連線之伺服器證書時要使用的主機名。 若未指定,來自數據源的伺服器名稱會用於建議版本所使用的憑證驗證。 Type:string (或 expression with resultType string) 。 任何
integratedSecurity 指出是否在連線中指定使用者標識碼和密碼(若為 false),或目前的 Windows 帳戶認證是否用於驗證(若為 true),供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
loadBalanceTimeout 在被建議版本使用之前,聯機生存在聯機集區中的最短時間,以秒為單位。 類型:integer (或 expression with resultType integer) 。 任何
maxPoolSize 此特定連接字串的連線區中允許的連線數目上限,供建議版本使用。 類型:integer (或 expression with resultType integer) 。 任何
minPoolSize 建議版本所使用的此特定連接字串,聯機集區中允許的連線數目下限。 類型:integer (或 expression with resultType integer) 。 任何
multipleActiveResultSets 若為 true,應用程式可以維護多個作用中結果集 (MARS)。 若為 false,應用程式必須先處理或取消一個批次的所有結果集,才能在該連線上執行任何其他批次,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
multiSubnetFailover 如果您的應用程式連線到不同子網上的 AlwaysOn 可用性群組 (AG),則設定 MultiSubnetFailover=true 可讓您更快速地偵測並連線到建議版本所使用的作用中伺服器。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
packetSize 網路封包的大小,以位元組為單位,用來與建議版本所使用的伺服器實例通訊。 類型:integer (或 expression with resultType integer) 。 任何
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
指出每次要求連線時,是否要集區或明確開啟連線,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
伺服器 建議版本所使用的 SQL Server 實例名稱或網路位址。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalCredential Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 用來對 Azure SQL Database 進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 用來向 Azure SQL Database 進行驗證的服務主體密鑰。 SecretBase
房客 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何
trustServerCertificate 指出通道是否會在略過憑證鏈結以驗證建議版本所使用的信任時加密。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
userName 線上到伺服器時要使用的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

AzureSqlDWLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureSqlDW' (必要)
typeProperties Azure SQL 數據倉儲連結服務屬性。 AzureSqlDWLinkedServiceTypeProperties (必要)

AzureSqlDWLinkedServiceTypeProperties

名字 描述 價值
applicationIntent 聯機到建議版本所使用的伺服器時,應用程式工作負載類型。 可能的值為 ReadOnly 和 ReadWrite。 Type:string (或 expression with resultType string) 。 任何
authenticationType 用於驗證的類型。 類型:字串。 'ServicePrincipal'
'SQL'
'SystemAssignedManagedIdentity'
'UserAssignedManagedIdentity'
azureCloudType 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
commandTimeout 終止嘗試執行命令並產生錯誤之前的預設等候時間(以秒為單位),由建議的版本使用。 類型:integer (或 expression with resultType integer) 。 任何
connectionString 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
connectRetryCount 識別建議版本所使用的閑置連線失敗之後嘗試的重新連線數目。 這必須是介於 0 到 255 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
connectRetryInterval 識別建議版本所使用的閑置連線失敗之後,每個重新連線嘗試之間的時間量(以秒為單位)。 這必須是介於 1 到 60 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
connectTimeout 在終止嘗試並產生建議版本所使用的錯誤之前,等候伺服器連線的時間長度(以秒為單位)。 類型:integer (或 expression with resultType integer) 。 任何
憑據 包含驗證資訊的認證參考。 CredentialReference
資料庫 建議版本所使用的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何
加密 指出客戶端與伺服器之間傳送的所有數據是否需要 TLS 加密,供建議版本使用。 可能的值為 true/yes/mandatory、false/no/optional 和 strict。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
failoverPartner 如果主伺服器關閉,建議版本會使用所要連線之夥伴伺服器的名稱或位址。 Type:string (或 expression with resultType string) 。 任何
hostNameInCertificate 驗證連線之伺服器證書時要使用的主機名。 若未指定,來自數據源的伺服器名稱會用於建議版本所使用的憑證驗證。 Type:string (或 expression with resultType string) 。 任何
integratedSecurity 指出是否在連線中指定使用者標識碼和密碼(若為 false),或目前的 Windows 帳戶認證是否用於驗證(若為 true),供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
loadBalanceTimeout 在被建議版本使用之前,聯機生存在聯機集區中的最短時間,以秒為單位。 類型:integer (或 expression with resultType integer) 。 任何
maxPoolSize 此特定連接字串的連線區中允許的連線數目上限,供建議版本使用。 類型:integer (或 expression with resultType integer) 。 任何
minPoolSize 建議版本所使用的此特定連接字串,聯機集區中允許的連線數目下限。 類型:integer (或 expression with resultType integer) 。 任何
multipleActiveResultSets 若為 true,應用程式可以維護多個作用中結果集 (MARS)。 若為 false,應用程式必須先處理或取消一個批次的所有結果集,才能在該連線上執行任何其他批次,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
multiSubnetFailover 如果您的應用程式連線到不同子網上的 AlwaysOn 可用性群組 (AG),則設定 MultiSubnetFailover=true 可讓您更快速地偵測並連線到建議版本所使用的作用中伺服器。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
packetSize 網路封包的大小,以位元組為單位,用來與建議版本所使用的伺服器實例通訊。 類型:integer (或 expression with resultType integer) 。 任何
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
指出每次要求連線時,是否要集區或明確開啟連線,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
伺服器 建議版本所使用的 SQL Server 實例名稱或網路位址。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalCredential Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 用來向 Azure SQL 數據倉儲進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 用來對 Azure SQL 數據倉儲進行驗證的服務主體密鑰。 SecretBase
房客 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何
trustServerCertificate 指出通道是否會在略過憑證鏈結以驗證建議版本所使用的信任時加密。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
userName 線上到伺服器時要使用的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

AzureSqlMILinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureSqlMI' (必要)
typeProperties Azure SQL 受控實例連結服務屬性。 AzureSqlMILinkedServiceTypeProperties (必要)

AzureSqlMILinkedServiceTypeProperties

名字 描述 價值
alwaysEncryptedSettings Sql 一律加密的屬性。 SqlAlwaysEncryptedProperties
applicationIntent 聯機到建議版本所使用的伺服器時,應用程式工作負載類型。 可能的值為 ReadOnly 和 ReadWrite。 Type:string (或 expression with resultType string) 。 任何
authenticationType 用於驗證的類型。 類型:字串。 'ServicePrincipal'
'SQL'
'SystemAssignedManagedIdentity'
'UserAssignedManagedIdentity'
azureCloudType 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
commandTimeout 終止嘗試執行命令並產生錯誤之前的預設等候時間(以秒為單位),由建議的版本使用。 類型:integer (或 expression with resultType integer) 。 任何
connectionString 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
connectRetryCount 識別建議版本所使用的閑置連線失敗之後嘗試的重新連線數目。 這必須是介於 0 到 255 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
connectRetryInterval 識別建議版本所使用的閑置連線失敗之後,每個重新連線嘗試之間的時間量(以秒為單位)。 這必須是介於 1 到 60 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
connectTimeout 在終止嘗試並產生建議版本所使用的錯誤之前,等候伺服器連線的時間長度(以秒為單位)。 類型:integer (或 expression with resultType integer) 。 任何
憑據 包含驗證資訊的認證參考。 CredentialReference
資料庫 建議版本所使用的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何
加密 指出客戶端與伺服器之間傳送的所有數據是否需要 TLS 加密,供建議版本使用。 可能的值為 true/yes/mandatory、false/no/optional 和 strict。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
failoverPartner 如果主伺服器關閉,建議版本會使用所要連線之夥伴伺服器的名稱或位址。 Type:string (或 expression with resultType string) 。 任何
hostNameInCertificate 驗證連線之伺服器證書時要使用的主機名。 若未指定,來自數據源的伺服器名稱會用於建議版本所使用的憑證驗證。 Type:string (或 expression with resultType string) 。 任何
integratedSecurity 指出是否在連線中指定使用者標識碼和密碼(若為 false),或目前的 Windows 帳戶認證是否用於驗證(若為 true),供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
loadBalanceTimeout 在被建議版本使用之前,聯機生存在聯機集區中的最短時間,以秒為單位。 類型:integer (或 expression with resultType integer) 。 任何
maxPoolSize 此特定連接字串的連線區中允許的連線數目上限,供建議版本使用。 類型:integer (或 expression with resultType integer) 。 任何
minPoolSize 建議版本所使用的此特定連接字串,聯機集區中允許的連線數目下限。 類型:integer (或 expression with resultType integer) 。 任何
multipleActiveResultSets 若為 true,應用程式可以維護多個作用中結果集 (MARS)。 若為 false,應用程式必須先處理或取消一個批次的所有結果集,才能在該連線上執行任何其他批次,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
multiSubnetFailover 如果您的應用程式連線到不同子網上的 AlwaysOn 可用性群組 (AG),則設定 MultiSubnetFailover=true 可讓您更快速地偵測並連線到建議版本所使用的作用中伺服器。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
packetSize 網路封包的大小,以位元組為單位,用來與建議版本所使用的伺服器實例通訊。 類型:integer (或 expression with resultType integer) 。 任何
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
指出每次要求連線時,是否要集區或明確開啟連線,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
伺服器 建議版本所使用的 SQL Server 實例名稱或網路位址。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalCredential Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 用來對 Azure SQL 受控實例進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 用來對 Azure SQL 受控實例進行驗證的服務主體密鑰。 SecretBase
房客 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何
trustServerCertificate 指出通道是否會在略過憑證鏈結以驗證建議版本所使用的信任時加密。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
userName 線上到伺服器時要使用的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

AzureStorageLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureStorage' (必要)
typeProperties Azure 記憶體連結服務屬性。 AzureStorageLinkedServiceTypeProperties (必要)

AzureStorageLinkedServiceTypeProperties

名字 描述 價值
accountKey 連接字串中 accountKey 的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
connectionString 連接字串。 它與 sasUri 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
sasToken sasToken 在 sas uri 中的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
sasUri Azure 記憶體資源的 SAS URI。 它與 connectionString 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何

AzureSynapseArtifactsLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureSynapseArtifacts' (必要)
typeProperties Azure Synapse Analytics (Artifacts) 鏈接的服務屬性。 AzureSynapseArtifactsLinkedServiceTypeProperties (必要)

AzureSynapseArtifactsLinkedServiceTypeProperties

名字 描述 價值
認證 如果使用系統指派的受控識別作為驗證方法,則需要指定 MSI。 Type:string (或 expression with resultType string) 。 任何
端點 https://<workspacename>.dev.azuresynapse.net、Azure Synapse Analytics 工作區 URL。 Type:string (或 expression with resultType string) 。 任何 (必要)
workspaceResourceId Synapse 工作區的資源標識碼。 格式應該是:/subscriptions/{subscriptionID}/resourceGroups/{resourceGroup}/providers/Microsoft.Synapse/workspaces/{workspaceName}。 Type:string (或 expression with resultType string) 。 任何

AzureTableStorageLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureTableStorage' (必要)
typeProperties Azure 資料表記憶體連結服務屬性。 AzureTableStorageLinkedServiceTypeProperties (必要)

AzureTableStorageLinkedServiceTypeProperties

名字 描述 價值
accountKey 連接字串中 accountKey 的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
connectionString 連接字串。 它與 sasUri 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
憑據 包含驗證資訊的認證參考。 CredentialReference
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
sasToken sasToken 在 sas uri 中的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
sasUri Azure 記憶體資源的 SAS URI。 它與 connectionString 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
serviceEndpoint Azure 資料表記憶體資源的數據表服務端點。 它與 connectionString、sasUri 屬性互斥。 任何

CassandraLinkedService

名字 描述 價值
類型 連結服務的類型。 'Cassandra' (必要)
typeProperties Cassandra 連結服務屬性。 CassandraLinkedServiceTypeProperties (必要)

CassandraLinkedServiceTypeProperties

名字 描述 價值
authenticationType 要用於連接的 AuthenticationType。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 線上的主機名。 Type:string (或 expression with resultType string) 。 任何 (必要)
密碼 驗證的密碼。 SecretBase
港口 連接的埠。 類型:integer (或 expression with resultType integer) 。 任何
username 驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

CommonDataServiceForAppsLinkedService

名字 描述 價值
類型 連結服務的類型。 'CommonDataServiceForApps' (必要)
typeProperties Common Data Service for Apps 鏈接服務屬性。 CommonDataServiceForAppsLinkedServiceTypeProperties (必要)

CommonDataServiceForAppsLinkedServiceTypeProperties

名字 描述 價值
authenticationType 線上到 Common Data Service for Apps 伺服器的驗證類型。 適用於在線案例的 『Office365』,適用於內部部署與 Ifd 案例的 『Ifd』。 在線案例中 Server-To-Server 驗證的 'AADServicePrincipal',適用於具有 IFD 的內部部署 Dynamics 的 'Active Directory'。 Type:string (或 expression with resultType string) 。 任何 (必要)
deploymentType Common Data Service for Apps 實例的部署類型。 Common Data Service for Apps Online 的 'Online' 和適用於 Ifd 之 Common Data Service for Apps 內部部署的 'OnPremisesWithIfd'。 Type:string (或 expression with resultType string) 。 任何 (必要)
將驗證用戶認證的 Active Directory 網域。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
hostName 內部部署 Common Data Service for Apps 伺服器的主機名。 內部部署需要 屬性,且不允許在線使用。 Type:string (或 expression with resultType string) 。 任何
organizationName Common Data Service for Apps 實例的組織名稱。 當有多個與使用者相關聯的 Common Data Service for Apps 實例時,內部部署需要 屬性,且需要在線。 Type:string (或 expression with resultType string) 。 任何
密碼 存取 Common Data Service for Apps 實例的密碼。 SecretBase
港口 內部部署 Common Data Service for Apps 伺服器的埠。 內部部署需要 屬性,且不允許在線使用。 預設值為 443。 類型:integer (或 expression with resultType integer), minimum: 0。 任何
servicePrincipalCredential Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId Azure Active Directory 中用於伺服器To-Server 驗證的應用程式用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何
serviceUri Microsoft Common Data Service for Apps 伺服器的 URL。 內部部署不需要 屬性,且不允許內部部署。 Type:string (或 expression with resultType string) 。 任何
username 用來存取 Common Data Service for Apps 實例的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

ConcurLinkedService

名字 描述 價值
類型 連結服務的類型。 'Concur' (必要)
typeProperties Concur Service 鏈接服務屬性。 ConcurLinkedServiceTypeProperties (必要)

ConcurLinkedServiceTypeProperties

名字 描述 價值
clientId Concur 應用程式管理所提供的應用程式client_id。 任何 (必要)
connectionProperties 用來連線到 Concur 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 對應至您在使用者名稱欄位中提供之使用者名稱的密碼。 SecretBase
useEncryptedEndpoints 指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 任何
useHostVerification 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。 任何
usePeerVerification 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。 任何
username 您用來存取 Concur 服務的使用者名稱。 任何 (必要)

CosmosDbLinkedService

名字 描述 價值
類型 連結服務的類型。 'CosmosDb' (必要)
typeProperties CosmosDB 連結服務屬性。 CosmosDbLinkedServiceTypeProperties (必要)

CosmosDbLinkedServiceTypeProperties

名字 描述 價值
accountEndpoint Azure CosmosDB 帳戶的端點。 類型:string (或 expression with resultType string) 任何
accountKey Azure CosmosDB 帳戶的帳戶的帳戶密鑰。 類型:SecureString 或 AzureKeyVaultSecretReference。 SecretBase
azureCloudType 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
connectionMode 用來存取 CosmosDB 帳戶的連接模式。 類型:字串。 'Direct'
'Gateway'
connectionString 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
憑據 包含驗證資訊的認證參考。 CredentialReference
資料庫 資料庫的名稱。 類型:string (或 expression with resultType string) 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
servicePrincipalCredential Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 類型:字串。 任何
servicePrincipalId Azure Active Directory 中用於伺服器To-Server 驗證的應用程式用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何
房客 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何

CosmosDbMongoDbApiLinkedService

名字 描述 價值
類型 連結服務的類型。 'CosmosDbMongoDbApi' (必要)
typeProperties CosmosDB (MongoDB API) 連結服務屬性。 CosmosDbMongoDbApiLinkedServiceTypeProperties (必要)

CosmosDbMongoDbApiLinkedServiceTypeProperties

名字 描述 價值
connectionString CosmosDB (MongoDB API) 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何 (必要)
資料庫 您要存取的 CosmosDB (MongoDB API) 資料庫名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
isServerVersionAbove32 CosmosDB (MongoDB API) 伺服器版本是否高於 3.2。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何

CouchbaseLinkedService

名字 描述 價值
類型 連結服務的類型。 'Couchbase' (必要)
typeProperties Couchbase 伺服器鏈接服務屬性。 CouchbaseLinkedServiceTypeProperties (必要)

CouchbaseLinkedServiceTypeProperties

名字 描述 價值
connectionString ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
credString 連接字串中 credString 的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串

CredentialReference

名字 描述 價值
referenceName 參考認證名稱。 字串 (必要)
類型 認證參考類型。 'CredentialReference' (必要)

CustomDataSourceLinkedService

名字 描述 價值
類型 連結服務的類型。 'CustomDataSource' (必要)
typeProperties 自訂連結服務屬性。 任何 (必要)

DataworldLinkedService

名字 描述 價值
類型 連結服務的類型。 'Dataworld' (必要)
typeProperties Dataworld 鏈接服務屬性。 DataworldLinkedServiceTypeProperties (必要)

DataworldLinkedServiceTypeProperties

名字 描述 價值
apiToken Dataworld 來源的 API 令牌。 SecretBase (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串

Db2LinkedService

名字 描述 價值
類型 連結服務的類型。 'Db2' (必要)
typeProperties DB2 連結的服務屬性。 Db2LinkedServiceTypeProperties (必要)

Db2LinkedServiceTypeProperties

名字 描述 價值
authenticationType 要用於連接的 AuthenticationType。 它與 connectionString 屬性互斥。 'Basic'
certificateCommonName 啟用 TLS 時,憑證一般名稱。 它與 connectionString 屬性互斥。 Type:string (或 expression with resultType string) 。 任何
connectionString 連接字串。 它與伺服器、資料庫、authenticationType、userName、packageCollection 和 certificateCommonName 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
資料庫 連接的資料庫名稱。 它與 connectionString 屬性互斥。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 它與 connectionString 屬性互斥。 類型:字串。 字串
packageCollection 在查詢資料庫時建立封裝的位置底下。 它與 connectionString 屬性互斥。 Type:string (或 expression with resultType string) 。 任何
密碼 驗證的密碼。 SecretBase
伺服器 線上的伺服器名稱。 它與 connectionString 屬性互斥。 Type:string (或 expression with resultType string) 。 任何
username 驗證的用戶名稱。 它與 connectionString 屬性互斥。 Type:string (或 expression with resultType string) 。 任何

DrillLinkedService

名字 描述 價值
類型 連結服務的類型。 'Drill' (必要)
typeProperties 鑽研伺服器連結服務屬性。 DrillLinkedServiceTypeProperties (必要)

DrillLinkedServiceTypeProperties

名字 描述 價值
connectionString ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
pwd 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference

DynamicsAXLinkedService

名字 描述 價值
類型 連結服務的類型。 'DynamicsAX' (必要)
typeProperties Dynamics AX 鏈接服務屬性。 DynamicsAXLinkedServiceTypeProperties (必要)

DynamicsAXLinkedServiceTypeProperties

名字 描述 價值
aadResourceId 指定您要求授權的資源。 Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
servicePrincipalId 指定應用程式的用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何 (必要)
servicePrincipalKey 指定應用程式的金鑰。 將此欄位標示為 SecureString,以安全地將其儲存在 Data Factory 中,或參考儲存在 Azure Key Vault 中的秘密。 Type:string (或 expression with resultType string) 。 SecretBase (必要)
房客 指定應用程式所在的租使用者資訊(功能變數名稱或租使用者標識符)。 將滑鼠停留在 Azure 入口網站的右上角以擷取它。 Type:string (或 expression with resultType string) 。 任何 (必要)
url Dynamics AX (或 Dynamics 365 Finance and Operations) 實例 OData 端點。 任何 (必要)

DynamicsCrmLinkedService

名字 描述 價值
類型 連結服務的類型。 'DynamicsCrm' (必要)
typeProperties Dynamics CRM 鏈接服務屬性。 DynamicsCrmLinkedServiceTypeProperties (必要)

DynamicsCrmLinkedServiceTypeProperties

名字 描述 價值
authenticationType 要連線到 Dynamics CRM 伺服器的驗證類型。 在線案例的 'Office365' 為內部部署的 'Ifd'、適用於 Server-To-Server 在線案例中的 'AADServicePrincipal' 、適用於具有 IFD 之 Dynamics 內部部署 Dynamics 的 'Active Directory'。 Type:string (或 expression with resultType string) 。 任何 (必要)
憑據 包含驗證資訊的認證參考。 CredentialReference
deploymentType Dynamics CRM 實例的部署類型。 Dynamics CRM Online 的 'Online' 和適用於具有 Ifd 之 Dynamics CRM 內部部署的 'OnPremisesWithIfd'。 Type:string (或 expression with resultType string) 。 任何 (必要)
將驗證用戶認證的 Active Directory 網域。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
hostName 內部部署 Dynamics CRM 伺服器的主機名。 內部部署需要 屬性,且不允許在線使用。 Type:string (或 expression with resultType string) 。 任何
organizationName Dynamics CRM 實例的組織名稱。 當有多個 Dynamics CRM 實例與使用者建立關聯時,內部部署和在線都需要 屬性。 Type:string (或 expression with resultType string) 。 任何
密碼 存取 Dynamics CRM 實例的密碼。 SecretBase
港口 內部部署 Dynamics CRM 伺服器的埠。 內部部署需要 屬性,且不允許在線使用。 預設值為 443。 類型:integer (或 expression with resultType integer), minimum: 0。 任何
servicePrincipalCredential Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId Azure Active Directory 中用於伺服器To-Server 驗證的應用程式用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何
serviceUri Microsoft Dynamics CRM 伺服器的 URL。 內部部署不需要 屬性,且不允許內部部署。 Type:string (或 expression with resultType string) 。 任何
username 存取 Dynamics CRM 實例的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

DynamicsLinkedService

名字 描述 價值
類型 連結服務的類型。 'Dynamics' (必要)
typeProperties Dynamics 連結服務屬性。 DynamicsLinkedServiceTypeProperties (必要)

DynamicsLinkedServiceTypeProperties

名字 描述 價值
authenticationType 要連線到 Dynamics 伺服器的驗證類型。 在線案例的 'Office365' 為內部部署的 'Ifd'、適用於 Server-To-Server 在線案例中的 'AADServicePrincipal' 、適用於具有 IFD 之 Dynamics 內部部署 Dynamics 的 'Active Directory'。 Type:string (或 expression with resultType string) 。 任何 (必要)
憑據 包含驗證資訊的認證參考。 CredentialReference
deploymentType Dynamics 實例的部署類型。 Dynamics Online 的 'Online' 和適用於具有 Ifd 之 Dynamics 內部部署的 'OnPremisesWithIfd'。 Type:string (或 expression with resultType string) 。 任何 (必要)
將驗證用戶認證的 Active Directory 網域。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
hostName 內部部署 Dynamics 伺服器的主機名。 內部部署需要 屬性,且不允許在線使用。 Type:string (或 expression with resultType string) 。 任何
organizationName Dynamics 實例的組織名稱。 當有多個與使用者相關聯的 Dynamics 實例時,內部部署需要 屬性,且需要在線。 Type:string (或 expression with resultType string) 。 任何
密碼 存取 Dynamics 實例的密碼。 SecretBase
港口 內部部署 Dynamics 伺服器的埠。 內部部署需要 屬性,且不允許在線使用。 預設值為 443。 類型:integer (或 expression with resultType integer), minimum: 0。 任何
servicePrincipalCredential Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId Azure Active Directory 中用於伺服器To-Server 驗證的應用程式用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何
serviceUri Microsoft Dynamics 伺服器的 URL。 內部部署不需要 屬性,且不允許內部部署。 Type:string (或 expression with resultType string) 。 任何
username 用來存取 Dynamics 實例的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

EloquaLinkedService

名字 描述 價值
類型 連結服務的類型。 'Eloqua' (必要)
typeProperties Eloqua 伺服器鏈接服務屬性。 EloquaLinkedServiceTypeProperties (必要)

EloquaLinkedServiceTypeProperties

名字 描述 價值
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
端點 Eloqua 伺服器的端點。 (即 eloqua.example.com) 任何 (必要)
密碼 對應至使用者名稱的密碼。 SecretBase
useEncryptedEndpoints 指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 任何
useHostVerification 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。 任何
usePeerVerification 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。 任何
username Eloqua 帳戶的網站名稱和用戶名稱,格式如下:sitename/username。 (即埃洛誇/愛麗絲) 任何 (必要)

FileServerLinkedService

名字 描述 價值
類型 連結服務的類型。 'FileServer' (必要)
typeProperties 檔案系統連結服務屬性。 FileServerLinkedServiceTypeProperties (必要)

FileServerLinkedServiceTypeProperties

名字 描述 價值
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 伺服器的主機名。 Type:string (或 expression with resultType string) 。 任何 (必要)
密碼 登入伺服器的密碼。 SecretBase
userId 登入伺服器的使用者識別碼。 Type:string (或 expression with resultType string) 。 任何

FtpServerLinkedService

名字 描述 價值
類型 連結服務的類型。 'FtpServer' (必要)
typeProperties 這個連結服務類型特有的屬性。 FtpServerLinkedServiceTypeProperties (必要)

FtpServerLinkedServiceTypeProperties

名字 描述 價值
authenticationType 要用來連線到 FTP 伺服器的驗證類型。 'Anonymous'
'Basic'
enableServerCertificateValidation 如果為 true,請透過 SSL/TLS 通道連線時驗證 FTP 伺服器 SSL 憑證。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
enableSsl 如果為 true,請透過 SSL/TLS 通道連線到 FTP 伺服器。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 FTP 伺服器的主機名。 Type:string (或 expression with resultType string) 。 任何 (必要)
密碼 登入 FTP 伺服器的密碼。 SecretBase
港口 FTP 伺服器用來接聽用戶端連線的 TCP 連接埠號碼。 預設值為 21。 類型:integer (或 expression with resultType integer), minimum: 0。 任何
userName 登入 FTP 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

GoogleAdWordsLinkedService

名字 描述 價值
類型 連結服務的類型。 'GoogleAdWords' (必要)
typeProperties Google AdWords 服務鏈接服務屬性。 GoogleAdWordsLinkedServiceTypeProperties (必要)

GoogleAdWordsLinkedServiceTypeProperties

名字 描述 價值
authenticationType 用於驗證的 OAuth 2.0 驗證機制。 ServiceAuthentication 只能在自我裝載 IR 上使用。 'ServiceAuthentication'
'UserAuthentication'
clientCustomerID 您想要擷取報表數據的 AdWords 帳戶客戶端客戶標識碼。 Type:string (或 expression with resultType string) 。 任何
clientId 用來取得重新整理令牌之 Google 應用程式的用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何
clientSecret 用來取得重新整理令牌之 Google 應用程式的客戶端密碼。 SecretBase
connectionProperties (已淘汰)用來連線到GoogleAds的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 任何
developerToken 與您用來授與 AdWords API 存取權之管理員帳戶相關聯的開發人員令牌。 SecretBase
電子郵件 服務帳戶電子郵件標識碼,用於 ServiceAuthentication,且只能在自我裝載 IR 上使用。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
googleAdsApiVersion Google Ads API 主要版本,例如 v14。 在 https://developers.google.com/google-ads/api/docs/release-notes上可以找到支援的主要版本。 Type:string (或 expression with resultType string) 。 任何
keyFilePath (已淘汰).p12 金鑰檔案的完整路徑,用來驗證服務帳戶電子郵件位址,而且只能在自我裝載 IR 上使用。 Type:string (或 expression with resultType string) 。 任何
loginCustomerID 您想要擷取特定客戶之報表數據的Google Ads Manager 帳戶客戶標識碼。 Type:string (或 expression with resultType string) 。 任何
privateKey 用來驗證服務帳戶電子郵件位址且只能在自我裝載 IR 上使用的私鑰。 SecretBase
refreshToken 從 Google 取得的重新整理令牌,以授權存取 AdWords for UserAuthentication。 SecretBase
supportLegacyDataTypes 指定是否要使用舊版數據類型對應,將 float、int32 和 int64 從 Google 對應至字串。 除非您想要與舊版驅動程序的數據類型對應保持回溯相容性,否則請勿將此設定為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
trustedCertPath (已淘汰).pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 Type:string (或 expression with resultType string) 。 任何
useSystemTrustStore (已淘汰)指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何

GoogleBigQueryLinkedService

名字 描述 價值
類型 連結服務的類型。 'GoogleBigQuery' (必要)
typeProperties Google BigQuery 服務鏈接服務屬性。 GoogleBigQueryLinkedServiceTypeProperties (必要)

GoogleBigQueryLinkedServiceTypeProperties

名字 描述 價值
additionalProjects 要存取的公用 BigQuery 專案逗號分隔清單。 Type:string (或 expression with resultType string) 。 任何
authenticationType 用於驗證的 OAuth 2.0 驗證機制。 ServiceAuthentication 只能在自我裝載 IR 上使用。 'ServiceAuthentication'
'UserAuthentication' (必要)
clientId 用來取得重新整理令牌之 Google 應用程式的用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何
clientSecret 用來取得重新整理令牌之 Google 應用程式的客戶端密碼。 SecretBase
電子郵件 服務帳戶電子郵件標識碼,用於 ServiceAuthentication,且只能在自我裝載 IR 上使用。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
keyFilePath .p12 金鑰檔案的完整路徑,用來驗證服務帳戶電子郵件位址,而且只能在自我裝載 IR 上使用。 Type:string (或 expression with resultType string) 。 任何
專案 要查詢的預設 BigQuery 專案。 Type:string (或 expression with resultType string) 。 任何 (必要)
refreshToken 從 Google 取得的重新整理令牌,以授權存取 BigQuery for UserAuthentication。 SecretBase
requestGoogleDriveScope 是否要求存取Google雲端硬碟。 允許Google Drive存取可支持結合 BigQuery 數據與Google Drive 資料的同盟數據表。 默認值為 false。 Type:string (或 expression with resultType string) 。 任何
trustedCertPath .pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 Type:string (或 expression with resultType string) 。 任何
useSystemTrustStore 指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 默認值為 false。類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何

GoogleBigQueryV2LinkedService

名字 描述 價值
類型 連結服務的類型。 'GoogleBigQueryV2' (必要)
typeProperties Google BigQuery 服務鏈接服務屬性。 GoogleBigQueryV2LinkedServiceTypeProperties (必要)

GoogleBigQueryV2LinkedServiceTypeProperties

名字 描述 價值
authenticationType 用於驗證的 OAuth 2.0 驗證機制。 'ServiceAuthentication'
'UserAuthentication' (必要)
clientId 用來取得重新整理令牌之 Google 應用程式的用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何
clientSecret 用來取得重新整理令牌之 Google 應用程式的客戶端密碼。 SecretBase
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
keyFileContent 用來驗證服務帳戶之 .json 金鑰檔案的內容。 Type:string (或 expression with resultType string) 。 SecretBase
projectId 要查詢的預設 BigQuery 項目識別碼。 Type:string (或 expression with resultType string) 。 任何 (必要)
refreshToken 從 Google 取得的重新整理令牌,以授權存取 BigQuery for UserAuthentication。 SecretBase

GoogleCloudStorageLinkedService

名字 描述 價值
類型 連結服務的類型。 'GoogleCloudStorage' (必要)
typeProperties Google Cloud Storage 鏈接服務屬性。 GoogleCloudStorageLinkedServiceTypeProperties (必要)

GoogleCloudStorageLinkedServiceTypeProperties

名字 描述 價值
accessKeyId Google Cloud Storage Identity and Access Management (IAM) 使用者的存取密鑰標識碼。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
secretAccessKey Google Cloud Storage Identity and Access Management (IAM) 使用者的秘密存取密鑰。 SecretBase
serviceUrl 這個值會指定要使用Google Cloud Storage Connector 存取的端點。 這是選擇性屬性;只有在您想要嘗試不同的服務端點或想要在 HTTPs 和 HTTP 之間切換時,才變更它。 Type:string (或 expression with resultType string) 。 任何

GoogleSheetsLinkedService

名字 描述 價值
類型 連結服務的類型。 'GoogleSheets' (必要)
typeProperties GoogleSheets 連結的服務屬性。 GoogleSheetsLinkedServiceTypeProperties (必要)

GoogleSheetsLinkedServiceTypeProperties

名字 描述 價值
apiToken GoogleSheets 來源的 API 令牌。 SecretBase (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串

GreenplumLinkedService

名字 描述 價值
類型 連結服務的類型。 “綠色貧民”(必要)
typeProperties Greenplum 資料庫連結服務屬性。 GreenplumLinkedServiceTypeProperties (必要)

GreenplumLinkedServiceTypeProperties

名字 描述 價值
connectionString ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
pwd 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference

HBaseLinkedService

名字 描述 價值
類型 連結服務的類型。 'HBase' (必要)
typeProperties HBase 伺服器鏈接服務屬性。 HBaseLinkedServiceTypeProperties (必要)

HBaseLinkedServiceTypeProperties

名字 描述 價值
allowHostNameCNMismatch 指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 默認值為 false。 任何
allowSelfSignedServerCert 指定是否允許來自伺服器的自我簽署憑證。 默認值為 false。 任何
authenticationType 用來連線到 HBase 伺服器的驗證機制。 'Anonymous'
'Basic' (必要)
enableSsl 指定是否使用 SSL 加密與伺服器的連線。 默認值為 false。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 HBase 伺服器的IP位址或主機名。 (即192.168.222.160) 任何 (必要)
httpPath 對應至 HBase 伺服器的部分 URL。 (即 /gateway/sandbox/hbase/version) 任何
密碼 對應至使用者名稱的密碼。 SecretBase
港口 HBase 實例用來接聽用戶端連線的 TCP 連接埠。 預設值為9090。 任何
trustedCertPath .pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 任何
username 用來連線到 HBase 實例的用戶名稱。 任何

HdfsLinkedService

名字 描述 價值
類型 連結服務的類型。 'Hdfs' (必要)
typeProperties HDFS 連結服務屬性。 HdfsLinkedServiceTypeProperties (必要)

HdfsLinkedServiceTypeProperties

名字 描述 價值
authenticationType 用來連線到 HDFS 的驗證類型。 可能的值為:匿名和 Windows。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 Windows 驗證的密碼。 SecretBase
url HDFS 服務端點的 URL,例如 http://myhostname:50070/webhdfs/v1 。 Type:string (或 expression with resultType string) 。 任何 (必要)
userName Windows 驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

HDInsightLinkedService

名字 描述 價值
類型 連結服務的類型。 'HDInsight' (必要)
typeProperties HDInsight 連結服務屬性。 HDInsightLinkedServiceTypeProperties (必要)

HDInsightLinkedServiceTypeProperties

名字 描述 價值
clusterUri HDInsight 叢集 URI。 Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
fileSystem 如果 HDInsight 的主要記憶體是 ADLS Gen2,請指定 FileSystem。 Type:string (或 expression with resultType string) 。 任何
hcatalogLinkedServiceName 指向 HCatalog 資料庫的 Azure SQL 鏈接服務參考。 LinkedServiceReference
isEspEnabled 指定是否使用 ESP 建立 HDInsight (企業安全性套件)。 類型:布爾值。 任何
linkedServiceName Azure 記憶體連結服務參考。 LinkedServiceReference
密碼 HDInsight 叢集密碼。 SecretBase
userName HDInsight 叢集用戶名稱。 Type:string (或 expression with resultType string) 。 任何

HDInsightOnDemandLinkedService

名字 描述 價值
類型 連結服務的類型。 'HDInsightOnDemand' (必要)
typeProperties HDInsight ondemand 鏈接服務屬性。 HDInsightOnDemandLinkedServiceTypeProperties (必要)

HDInsightOnDemandLinkedServiceTypeProperties

名字 描述 價值
additionalLinkedServiceNames 指定 HDInsight 鏈接服務的其他記憶體帳戶,讓 Data Factory 服務可以代表您註冊它們。 LinkedServiceReference[]
clusterNamePrefix 叢集名稱的前置詞,後置詞會與時間戳不同。 Type:string (或 expression with resultType string) 。 任何
clusterPassword 存取叢集的密碼。 SecretBase
clusterResourceGroup 叢集所屬的資源群組。 Type:string (或 expression with resultType string) 。 任何 (必要)
clusterSize 叢集中的背景工作/數據節點數目。 建議值:4。 類型:int (或 expressionType int 的運算式)。 任何 (必要)
clusterSshPassword SSH 的密碼會從遠端連線叢集的節點(適用於 Linux)。 SecretBase
clusterSshUserName SSH 的使用者名稱會從遠端連線到叢集的節點(適用於 Linux)。 Type:string (或 expression with resultType string) 。 任何
clusterType 叢集類型。 Type:string (或 expression with resultType string) 。 任何
clusterUserName 存取叢集的用戶名稱。 Type:string (或 expression with resultType string) 。 任何
coreConfiguration 指定要建立 HDInsight 叢集的核心組態參數(如 core-site.xml中所示。 任何
憑據 包含驗證資訊的認證參考。 CredentialReference
dataNodeSize 指定 HDInsight 叢集的數據節點大小。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
hBaseConfiguration 指定 HDInsight 叢集的 HBase 組態參數 (hbase-site.xml)。 任何
hcatalogLinkedServiceName 指向 HCatalog 資料庫的 Azure SQL 連結服務名稱。 隨選 HDInsight 叢集是使用 Azure SQL 資料庫作為中繼存放區所建立。 LinkedServiceReference
hdfsConfiguration 指定 HDInsight 叢集的 HDFS 組態參數 (hdfs-site.xml)。 任何
headNodeSize 指定 HDInsight 叢集前端節點的大小。 任何
hiveConfiguration 指定 HDInsight 叢集的 hive 組態參數 (hive-site.xml)。 任何
hostSubscriptionId 客戶用來裝載叢集的訂用帳戶。 Type:string (或 expression with resultType string) 。 任何 (必要)
linkedServiceName 隨選叢集用來儲存和處理數據的 Azure 記憶體連結服務。 LinkedServiceReference (必要)
mapReduceConfiguration 指定 HDInsight 叢集的 MapReduce 組態參數 (mapred-site.xml)。 任何
oozieConfiguration 指定 HDInsight 叢集的 Oozie 組態參數 (oozie-site.xml)。 任何
scriptActions 自定義腳本動作,在 HDI ondemand 叢集上執行一旦啟動。 請參閱 /azure/hdinsight/hdinsight-hadoop-customize-cluster-linux?toc=%2Fen-us%2Fazure%2Fhdinsight%2Fr-server%2FTOC.json&bc=%2Fen-us%2Fazure%2Fbread%2Ftoc.json#understanding-script-actions。 ScriptAction[]
servicePrincipalId hostSubscriptionId 的服務主體標識符。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務主體標識碼的索引鍵。 SecretBase
sparkVersion 如果叢集類型為 『spark』,則為 spark 的版本。 Type:string (或 expression with resultType string) 。 任何
stormConfiguration 指定 HDInsight 叢集的 Storm 組態參數 (storm-site.xml)。 任何
subnetName vNet 中子網的ARM資源標識碼。 如果已指定 virtualNetworkId,則需要此屬性。 Type:string (或 expression with resultType string) 。 任何
房客 服務主體所屬的租用戶標識碼/名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
timeToLive 隨選 HDInsight 叢集允許的空閒時間。 指定當叢集中沒有其他作用中作業時,隨選 HDInsight 叢集在活動執行完成後保持運作的時間長度。 最小值為 5 分鐘。 Type:string (或 expression with resultType string) 。 任何 (必要)
版本 HDInsight 叢集的版本。  Type:string (或 expression with resultType string) 。 任何 (必要)
virtualNetworkId 建立之後應該加入叢集之 vNet 的 ARM 資源識別碼。 Type:string (或 expression with resultType string) 。 任何
yarnConfiguration 指定 HDInsight 叢集的 Yarn 組態參數 (yarn-site.xml)。 任何
zookeeperNodeSize 指定 HDInsight 叢集的 Zoo Keeper 節點大小。 任何

HiveLinkedService

名字 描述 價值
類型 連結服務的類型。 'Hive' (必要)
typeProperties Hive Server 連結服務屬性。 HiveLinkedServiceTypeProperties (必要)

HiveLinkedServiceTypeProperties

名字 描述 價值
allowHostNameCNMismatch 指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 默認值為 false。 任何
allowSelfSignedServerCert 指定是否允許來自伺服器的自我簽署憑證。 默認值為 false。 任何
authenticationType 用來存取 Hive 伺服器的驗證方法。 'Anonymous'
'Username'
'UsernameAndPassword'
'WindowsAzureHDInsightService' (必要)
enableSsl 指定是否使用 SSL 加密與伺服器的連線。 默認值為 false。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 多個主機的IP位址或Hive伺服器的主機名,並以 『;' 分隔(只有在啟用 serviceDiscoveryMode 時)。 任何 (必要)
httpPath 對應至Hive伺服器的部分URL。 任何
密碼 對應至您在 [用戶名稱] 字段中提供之使用者名稱的密碼 SecretBase
港口 Hive 伺服器用來接聽用戶端連線的 TCP 連接埠。 任何
serverType Hive 伺服器的型別。 'HiveServer1'
'HiveServer2'
'HiveThriftServer'
serviceDiscoveryMode true 表示使用 ZooKeeper 服務,false not。 任何
thriftTransportProtocol 在 Thrift 層中使用的傳輸通訊協定。 'Binary'
'HTTP '
'SASL'
trustedCertPath .pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 任何
useNativeQuery 指定驅動程式是否使用原生 HiveQL 查詢,或將它們轉換成 HiveQL 中的對等形式。 任何
username 您用來存取 Hive Server 的使用者名稱。 任何
useSystemTrustStore 指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 默認值為 false。 任何
zooKeeperNameSpace 在 ZooKeeper 上新增 Hive Server 2 節點的命名空間。 任何

HttpLinkedService

名字 描述 價值
類型 連結服務的類型。 'HttpServer' (必要)
typeProperties 這個連結服務類型特有的屬性。 HttpLinkedServiceTypeProperties (必要)

HttpLinkedServiceTypeProperties

名字 描述 價值
authenticationType 要用來連線到 HTTP 伺服器的驗證類型。 'Anonymous'
'Basic'
'ClientCertificate'
'Digest'
'Windows'
authHeaders 要求中用於授權之 RESTful API 的其他 HTTP 標頭。 類型:索引鍵值組(值應該是字串類型)。 任何
certThumbprint ClientCertificate 驗證憑證的指紋。 僅適用於內部部署複本。 針對使用 ClientCertificate 驗證的內部部署複製,應指定 CertThumbprint 或 EmbeddedCertData/Password。 Type:string (或 expression with resultType string) 。 任何
embeddedCertData ClientCertificate 驗證的Base64編碼憑證數據。 針對使用 ClientCertificate 驗證的內部部署複製,應指定 CertThumbprint 或 EmbeddedCertData/Password。 Type:string (或 expression with resultType string) 。 任何
enableServerCertificateValidation 如果為 true,請驗證 HTTPS 伺服器 SSL 憑證。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 使用 EmbeddedCertData 驗證進行基本、摘要、Windows 或 ClientCertificate 的密碼。 SecretBase
url HTTP 端點的基底 URL,例如 https://www.microsoft.com。 Type:string (或 expression with resultType string) 。 任何 (必要)
userName 基本、摘要或 Windows 驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

HubspotLinkedService

名字 描述 價值
類型 連結服務的類型。 'Hubspot' (必要)
typeProperties Hubspot Service 鏈接服務屬性。 HubspotLinkedServiceTypeProperties (必要)

HubspotLinkedServiceTypeProperties

名字 描述 價值
accessToken 最初驗證 OAuth 整合時取得的存取令牌。 SecretBase
clientId 與您的 Hubspot 應用程式相關聯的用戶端識別碼。 任何 (必要)
clientSecret 與您的 Hubspot 應用程式相關聯的客戶端密碼。 SecretBase
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
refreshToken 初始驗證 OAuth 整合時取得的重新整理令牌。 SecretBase
useEncryptedEndpoints 指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 任何
useHostVerification 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。 任何
usePeerVerification 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。 任何

ImpalaLinkedService

名字 描述 價值
類型 連結服務的類型。 'Impala' (必要)
typeProperties Impala 伺服器連結服務屬性。 ImpalaLinkedServiceTypeProperties (必要)

ImpalaLinkedServiceTypeProperties

名字 描述 價值
allowHostNameCNMismatch 指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 默認值為 false。 任何
allowSelfSignedServerCert 指定是否允許來自伺服器的自我簽署憑證。 默認值為 false。 任何
authenticationType 要使用的驗證類型。 'Anonymous'
'SASLUsername'
'UsernameAndPassword' (必要)
enableSsl 指定是否使用 SSL 加密與伺服器的連線。 默認值為 false。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 Impala 伺服器的IP位址或主機名。 (即192.168.222.160) 任何 (必要)
密碼 使用 UsernameAndPassword 時,對應至使用者名稱的密碼。 SecretBase
港口 Impala 伺服器用來接聽用戶端連線的 TCP 連接埠。 預設值為 21050。 任何
trustedCertPath .pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 任何
username 用來存取 Impala 伺服器的用戶名稱。 使用SASLUsername時,預設值為匿名。 任何
useSystemTrustStore 指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 默認值為 false。 任何

InformixLinkedService

名字 描述 價值
類型 連結服務的類型。 'Informix' (必要)
typeProperties Informix 連結的服務屬性。 InformixLinkedServiceTypeProperties (必要)

InformixLinkedServiceTypeProperties

名字 描述 價值
authenticationType 用來連線到 Informix 做為 ODBC 資料存放區的驗證類型。 可能的值為:Anonymous 和 Basic。 Type:string (或 expression with resultType string) 。 任何
connectionString 連接字串的非存取認證部分,以及選擇性的加密認證。 類型:string、SecureString 或 AzureKeyVaultSecretReference 或 Expression with resultType string。 任何 (必要)
憑據 驅動程式特定屬性值格式所指定連接字串的存取認證部分。 SecretBase
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 基本身份驗證的密碼。 SecretBase
userName 基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

IntegrationRuntimeReference

名字 描述 價值
參數 整合運行時間的自變數。 ParameterValueSpecification
referenceName 參考整合運行時間名稱。 字串 (必要)
類型 整合運行時間的類型。 'IntegrationRuntimeReference' (必要)

JiraLinkedService

名字 描述 價值
類型 連結服務的類型。 'Jira' (必要)
typeProperties Jira Service 連結服務屬性。 JiraLinkedServiceTypeProperties (必要)

JiraLinkedServiceTypeProperties

名字 描述 價值
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 Jira 服務的IP位址或主機名。 (例如 jira.example.com) 任何 (必要)
密碼 對應至您在使用者名稱欄位中提供之使用者名稱的密碼。 SecretBase
港口 Jira 伺服器用來接聽用戶端連線的 TCP 連接埠。 如果透過 HTTPS 連線,則預設值為 443,如果透過 HTTP 連線,則為 8080。 任何
useEncryptedEndpoints 指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 任何
useHostVerification 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。 任何
usePeerVerification 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。 任何
username 您用來存取 Jira 服務的使用者名稱。 任何 (必要)

LakeHouseLinkedService

名字 描述 價值
類型 連結服務的類型。 'LakeHouse' (必要)
typeProperties Microsoft Fabric LakeHouse 連結的服務屬性。 LakeHouseLinkedServiceTypeProperties (必要)

LakeHouseLinkedServiceTypeProperties

名字 描述 價值
artifactId Microsoft Fabric LakeHouse 成品的標識碼。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
servicePrincipalCredential Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 用來針對 Microsoft Fabric LakeHouse 進行驗證的應用程式識別碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 用來對 Microsoft fabric LakeHouse 進行驗證之應用程式的密鑰。 SecretBase
房客 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何
workspaceId Microsoft Fabric 工作區的標識碼。 Type:string (或 expression with resultType string) 。 任何

LinkedService

名字 描述 價值
附註 可用於描述連結服務的標籤清單。 any[]
connectVia 整合運行時間參考。 IntegrationRuntimeReference
描述 鏈接的服務描述。 字串
參數 連結服務的參數。 ParameterDefinitionSpecification
類型 針對 [AmazonMWSLinkedService類型 設定為 'AmazonMWS'。 將 類型設定為 'AmazonRdsForOracle' AmazonRdsForOracleLinkedService。 針對 AmazonRdsForSqlServerLinkedService類型,設定為 'AmazonRdsForSqlServer'。 針對 AmazonRedshiftLinkedService類型設定為 'AmazonRedshift'。 針對 amazonS3LinkedService類型 設定為 'AmazonS3'。 針對 AmazonS3CompatibleLinkedService 類型設定為 'AmazonS3Compatible',。 針對 appFiguresLinkedService類型 ,設定為 'AppFigures'。 針對 AsanaLinkedService 類型設定為 'Asana',。 針對 azureBatchLinkedService 類型 設定為 'AzureBatch',。 針對 azureBlobFSLinkedService 類型設定為 'AzureBlobFS',。 針對 azureBlobStorageLinkedService類型 ,將 設定為 'AzureBlobStorage'。 針對 azureDataExplorerLinkedService類型 設定為 'AzureDataExplorer'。 針對 azureDataLakeAnalytics類型 設定為 'AzureDataLakeAnalytics'。 針對 azureDataLakeStoreLinkedService 類型設定為 'AzureDataLakeStore',。 針對 azureDatabricksLinkedService類型 設定為 'AzureDatabricks'。 針對 azureDatabricksDeltaLake 類型設定為 'AzureDatabricksDeltaLake',。 針對 azureFileStorageLinkedService類型 ,將 設定為 'AzureFileStorage'。 針對 azureFunctionLinkedService 類型設定為 'AzureFunction',。 針對 azureKeyVaultLinkedService類型 設定為 'AzureKeyVaultVault'。 針對 azureMLLinkedService 類型設定為 'AzureML',。 針對 azureMLServiceLinkedService類型 設定為 'AzureMLService'。 針對 azureMariaDBLinkedService類型 設定為 'AzureMariaDB'。 針對 azureMySqlLinkedService類型 設定為 'AzureMySqlSql'。 針對 azurePostgreSqlLinkedService 類型設定為 'AzurePostgreSql',。 針對 azureSearchLinkedService 類型 設定為 'AzureSearch',。 針對 azureSqlDWLinkedService類型 設定為 'AzureSqlDW'。 針對 azureSqlDatabaseLinkedService類型 設定為 'AzureSqlDatabase'。 針對 azureSqlMILinkedService 類型 設定為 'AzureSqlMI',。 針對 azureStorageLinkedService 類型設定為 'AzureStorage',。 針對 azureSynapseArtifacts 類型 設定為 'AzureSynapseArtifacts',。 針對 azureTableStorageLinkedService類型 設定為 'AzureTableStorage'。 在 CassandraLinkedService類型 設定為 'Cassandra'。 針對 CommonDataServiceForAppsLinkedService 類型設定為 'CommonDataServiceForApps'。 針對 concurLinkedService 類型設定為 'Concur',。 針對 CosmosDbLinkedService 類型設定為 'CosmosDb',。 針對 CosmosDbMongoDbApiLinkedService類型,設定為 'CosmosDbMongoDbMongoDbApiApi'' 。 針對 couchbaseLinkedService 類型設定為 'Couchbase',。 針對 customDataSourceLinkedService 類型 設定為 'CustomDataSourceSource',。 在 dataworldLinkedService類型 設定為 'Dataworld'。 將 類型設定為 'Db2' Db2LinkedService。 將 類型設定為 'Drill',DrillLinkedService。 針對 DynamicsLinkedService 類型設定為 'Dynamics',。 針對 DynamicsAXLinkedService 類型設定為 'DynamicsAX',。 針對 DynamicsCrmLinkedService類型 設定為 'DynamicsCrm'。 針對 EloquaLinkedService 類型 設定為 'Eloqua'。 針對 fileServerLinkedService 類型設定為 'FileServer',。 針對 FtpServerLinkedService 類型設定為 'FtpServer',。 針對 GoogleAdWordsLinkedService類型設定為 'GoogleAdWords'。 針對 GoogleBigQueryLinkedService 類型設定為 'GoogleBigQuery',。 針對 GoogleBigQueryV2LinkedService類型設定為 'GoogleBigQueryV2'。 針對 GoogleCloudStorageLinkedService類型,設定為 'GoogleCloudStorage'。 針對 GoogleSheetsLinkedService類型設定為 『GoogleSheets』。 針對 greenplumLinkedService 類型設定為 'Greenplum',。 針對 HBaseLinkedService 類型 設定為 『HBase』,。 針對 HDInsightLinkedService類型 設定為 'HDInsight'。 針對 hdInsightOnDemandService 類型設定為 『HDInsightOnDemandLinkedService』。 針對 hdfsLinkedService 類型設定為 『Hdfs』,。 針對hiveLinkedService類型 設定為 'Hive',。 將 類型設定為 'HttpServer',HttpLinkedService。 將 類型設定為 'Hubspot',HubspotLinkedService。 針對 impalaLinkedService 類型設定為 'Impala'。 針對 informixLinkedService 類型設定為 'Informix',。 將 類型設定為 'Jira',JiraLinkedService。 將 類型設定為 'LakeHouse' LakeHouseLinkedService。 設定為類型為 'Magento',MagentoLinkedService。 針對 mariaDBLinkedService 類型 設定為 'MariaDB',。 將 類型設定為 'Marketo',MarketoLinkedService。 針對 microsoftAccessLinkedService類型 設定為 'MicrosoftAccess'。 針對 mongoDbLinkedService 類型 設定為 'MongoDb',。 針對 mongoDbAtlasLinkedService 類型設定為 'MongoDbAtlas',。 針對 mongoDbV2LinkedService 類型 設定為 'MongoDbV2',。 針對 mySqlLinkedService 類型設定為 'MySql',。 針對 netezzaLinkedService 類型設定為 'Netezza',。 將 類型設定為 'OData',ODataLinkedService。 將 類型設定為 'Odbc',OdbcLinkedService。 針對類型設定為 『Office365』 Office365LinkedService。 針對 OracleLinkedService 類型設定為 'Oracle',。 針對 oracleCloudStorageLinkedService 類型設定為 'OracleCloudStorage',。 針對 OracleServiceCloudLinkedService類型,設定為 'OracleServiceCloud'。 針對 PaypalLinkedService 類型設定為 'PayPal',。 在 PhoenixLinkedService類型 設定為 『Phoenix』。 針對 postgreSqlLinkedService 類型 設定為 'PostgreSql',。 針對 postgreSqlV2LinkedService類型 設定為 'PostgreSqlV2'。 針對 prestoLinkedService 類型設定為 'Presto',。 針對類型 QuickBooksLinkedService,設定為 'QuickBooks'。 針對 quickbaseLinkedService 類型,設定為 'Quickbase'。 針對 responsysLinkedService 類型設定為 'Responsys',。 針對 restServiceLinkedService類型 設定為 'RestService'。 針對 SalesforceLinkedService類型 設定為 'Salesforce'。 針對 salesforceMarketingCloudLinkedService類型 ,設定為 'SalesforceMarketingCloud'。 針對 salesforceServiceCloudLinkedService類型 ,設定為 'SalesforceServiceCloud'。 針對 salesforceServiceCloudV2LinkedService類型 設定為 'SalesforceServiceCloudV2'。 在 SalesforceV2LinkedService類型 設定為 'SalesforceV2'。 針對 sapBWLinkedService 類型設定為 'SapBWW',。 針對 SapCloudForCustomerLinkedService類型,設定為 'SapCloudForCustomer'。 將 類型設定為 'SapEcc',SapEccLinkedService。 針對 sapHanaLinkedService類型 設定為 'SapHana'。 針對 sapOdpLinkedService類型 設定為 'SapOdp'。 針對 SapOpenHubLinkedService 類型設定為 'SapOpenHub',。 針對 sapTableLinkedService 類型 設定為 'SapTable',。 針對 serviceNowLinkedService 類型設定為 'ServiceNow',。 針對 serviceNowV2LinkedService類型 設定為 'ServiceNowV2'。 針對 sftpServerLinkedService 類型設定為 'Sftp',。 針對 sharePointOnlineListLinkedService類型 設定為 'SharePointOnlineList'。 設定為 'Shopify' 類型 ShopifyLinkedService。 針對 smartsheetLinkedService 類型設定為 'Smartsheet',。 針對 snowflakeLinkedService 類型設定為 'Snowflake',。 將 類型設定為 'SnowflakeV2' SnowflakeV2LinkedService。 將 SparkLinkedService 類型設定為 'Spark',。 針對類型 SqlServerLinkedService,設定為 'SqlServer'。 針對 squareLinkedService 類型設定為 'Square',。 針對 SybaseLinkedService 類型設定為 'Sybase',。 針對 teamDeskLinkedService 類型 設定為 'TeamDesk',。 針對 TeradataLinkedService 類型 設定為 'Teradata',。 將 類型設定為 'Twilio',TwilioLinkedService。 針對類型 VerticaLinkedService設定為 'Vertica'。 針對 warehouseLinkedService 類型 設定為 'Warehouse',。 將 類型設定為 'Web' WebLinkedService。 針對 XeroLinkedService 類型 設定為 『Xero』,。 針對 zendeskLinkedService 類型設定為 『Zendesk』。 針對類型 ZohoLinkedService,設定為 'Zoho'。 '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'
'LakeHouse'
'Magento'
'MariaDB'
'Marketo'
'MicrosoftAccess'
'MongoDb'
'MongoDbAtlas'
'MongoDbV2'
'MySql'
'Netezza'
'OData'
'Odbc'
'Office365'
'Oracle'
'OracleCloudStorage'
'OracleServiceCloud'
'PayPal'
'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'
“雪花”
'SnowflakeV2'
'Spark'
'SqlServer'
'Square'
'Sybase'
'TeamDesk'
'Teradata'
'Twilio'
'Vertica'
'Warehouse'
'Web'
'Xero'
'Zendesk'
'Zoho' (必要)
版本 連結服務的版本。 字串

LinkedServiceReference

名字 描述 價值
參數 LinkedService 的自變數。 ParameterValueSpecification
referenceName 參考 LinkedService 名稱。 字串 (必要)
類型 連結服務參考類型。 'LinkedServiceReference' (必要)

MagentoLinkedService

名字 描述 價值
類型 連結服務的類型。 'Magento' (必要)
typeProperties Magento 伺服器鏈接服務屬性。 MagentoLinkedServiceTypeProperties (必要)

MagentoLinkedServiceTypeProperties

名字 描述 價值
accessToken 來自Magento的存取令牌。 SecretBase
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 Magento 實例的 URL。 (即192.168.222.110/洋紅3) 任何 (必要)
useEncryptedEndpoints 指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 任何
useHostVerification 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。 任何
usePeerVerification 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。 任何

MariaDBLinkedService

名字 描述 價值
類型 連結服務的類型。 'MariaDB' (必要)
typeProperties MariaDB 伺服器鏈接服務屬性。 MariaDBLinkedServiceTypeProperties (必要)

MariaDBLinkedServiceTypeProperties

名字 描述 價值
connectionString ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
資料庫 連接的資料庫名稱。 類型:字串。 任何
driverVersion MariaDB 驅動程式的版本。 類型:字串。 舊版驅動程式的 V1 或空白,適用於新驅動程式的 V2。 V1 可以支援連接字串和屬性包,V2 只能支援連接字串。 舊版驅動程式已排定在 2024 年 10 月前淘汰。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
港口 連接的埠。 類型:整數。 任何
伺服器 線上的伺服器名稱。 類型:字串。 任何
sslMode 此選項會指定驅動程式在連線到 MariaDB 時是否使用 TLS 加密和驗證。 例如,SSLMode=<0/1/2/3/4>。 選項:DISABLED (0) / PREFERRED (1) /REQUIRED (2) / VERIFY_CA (3) / VERIFY_IDENTITY (4), REQUIRED (2) 建議只允許使用 SSL/TLS 加密的聯機。 任何
username 驗證的用戶名稱。 類型:字串。 任何
useSystemTrustStore 此選項會指定是否要使用來自系統信任存放區的 CA 憑證,或從指定的 PEM 檔案使用 CA 憑證。 例如 UseSystemTrustStore=<0/1>;選項:已啟用 (1) / 已停用 (0) (預設) 任何

MarketoLinkedService

名字 描述 價值
類型 連結服務的類型。 'Marketo' (必要)
typeProperties Marketo 伺服器鏈接服務屬性。 MarketoLinkedServiceTypeProperties (必要)

MarketoLinkedServiceTypeProperties

名字 描述 價值
clientId Marketo 服務的用戶端標識碼。 任何 (必要)
clientSecret Marketo 服務的客戶端密碼。 SecretBase
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
端點 Marketo 伺服器的端點。 (即 123-ABC-321.mktorest.com) 任何 (必要)
useEncryptedEndpoints 指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 任何
useHostVerification 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。 任何
usePeerVerification 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。 任何

Microsoft.DataFactory/factories/linkedservices

名字 描述 價值
名字 資源名稱 字串

約束:
最小長度 = 1
最大長度 = 1
模式 = ^[A-Za-z0-9_][^<>*#.%&:\\+?/]*$ (必要)
父母 在 Bicep 中,您可以指定子資源的父資源。 只有在父資源外部宣告子資源時,才需要新增這個屬性。

如需詳細資訊,請參閱 父資源外部的子資源
類型資源的符號名稱:處理站
性能 連結服務的屬性。 LinkedService (必要)

MicrosoftAccessLinkedService

名字 描述 價值
類型 連結服務的類型。 'MicrosoftAccess' (必要)
typeProperties Microsoft Access 連結的服務屬性。 MicrosoftAccessLinkedServiceTypeProperties (必要)

MicrosoftAccessLinkedServiceTypeProperties

名字 描述 價值
authenticationType 用來連線至 Microsoft Access 做為 ODBC 資料存放區的驗證類型。 可能的值為:Anonymous 和 Basic。 Type:string (或 expression with resultType string) 。 任何
connectionString 連接字串的非存取認證部分,以及選擇性的加密認證。 類型:string、SecureString 或 AzureKeyVaultSecretReference 或 Expression with resultType string。 任何 (必要)
憑據 驅動程式特定屬性值格式所指定連接字串的存取認證部分。 SecretBase
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 基本身份驗證的密碼。 SecretBase
userName 基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

MongoDbAtlasLinkedService

名字 描述 價值
類型 連結服務的類型。 'MongoDbAtlas' (必要)
typeProperties MongoDB Atlas 鏈接服務屬性。 MongoDbAtlasLinkedServiceTypeProperties (必要)

MongoDbAtlasLinkedServiceTypeProperties

名字 描述 價值
connectionString MongoDB Atlas 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何 (必要)
資料庫 您想要存取的 MongoDB Atlas 資料庫名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
driverVersion 您要選擇的驅動程式版本。 允許的值為 v1 和 v2。 Type:string (或 expression with resultType string) 。 任何

MongoDbLinkedService

名字 描述 價值
類型 連結服務的類型。 'MongoDb' (必要)
typeProperties MongoDB 連結服務屬性。 MongoDbLinkedServiceTypeProperties (必要)

MongoDbLinkedServiceTypeProperties

名字 描述 價值
allowSelfSignedServerCert 指定是否允許來自伺服器的自我簽署憑證。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
authenticationType 要用來連線到 MongoDB 資料庫的驗證類型。 'Anonymous'
'Basic'
authSource 用來驗證使用者名稱和密碼的資料庫。 Type:string (或 expression with resultType string) 。 任何
databaseName 您想要存取的 MongoDB 資料庫名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
enableSsl 指定是否使用 SSL 加密與伺服器的連線。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 驗證的密碼。 SecretBase
港口 MongoDB 伺服器用來接聽用戶端連線的 TCP 連接埠號碼。 預設值為 27017。 類型:integer (或 expression with resultType integer), minimum: 0。 任何
伺服器 MongoDB 伺服器的IP位址或伺服器名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
username 驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

MongoDbV2LinkedService

名字 描述 價值
類型 連結服務的類型。 'MongoDbV2' (必要)
typeProperties MongoDB 連結服務屬性。 MongoDbV2LinkedServiceTypeProperties (必要)

MongoDbV2LinkedServiceTypeProperties

名字 描述 價值
connectionString MongoDB 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何 (必要)
資料庫 您想要存取的 MongoDB 資料庫名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

MySqlLinkedService

名字 描述 價值
類型 連結服務的類型。 'MySql' (必要)
typeProperties MySQL 連結服務屬性。 MySqlLinkedServiceTypeProperties (必要)

MySqlLinkedServiceTypeProperties

名字 描述 價值
allowZeroDateTime 這可讓從資料庫擷取特殊的“零”日期值 0000-00-00。 類型:布爾值。 任何
connectionString 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
connectionTimeout 在終止嘗試並產生錯誤之前,等候伺服器連線的時間長度(以秒為單位)。 類型:整數。 任何
convertZeroDateTime 如果為 True,則會傳回具有不允許值的 date 或 datetime 數據行的 DateTime.MinValue。 類型:布爾值。 任何
資料庫 連接的資料庫名稱。 類型:字串。 任何
driverVersion MySQL 驅動程式的版本。 類型:字串。 舊版驅動程式的 V1 或空白,適用於新驅動程式的 V2。 V1 可以支援連接字串和屬性包,V2 只能支援連接字串。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
guidFormat 判斷應該讀取為 GUID 的數據行類型(如果有的話)。 類型:字串。 無:不會自動將任何數據行類型讀取為 Guid;Char36:所有 CHAR(36) 數據行都會使用小寫十六進位和連字元來讀取/寫入為 Guid,其符合 UUID。 任何
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
港口 連接的埠。 類型:整數。 任何
伺服器 線上的伺服器名稱。 類型:字串。 任何
sslCert 用戶端 SSL 憑證檔案的路徑,格式為 PEM。 也必須指定 SslKey。 類型:字串。 任何
sslKey 用戶端 SSL 私鑰的路徑,格式為 PEM。 也必須指定 SslCert。 類型:字串。 任何
sslMode 線上的 SSL 模式。 類型:整數。 0:停用、1:偏好、2:需要、3:verify-ca、4:verify-full。 任何
treatTinyAsBoolean 當設定為 true 時,TINYINT(1) 值會以布爾值傳回。 類型:bool。 任何
username 驗證的用戶名稱。 類型:字串。 任何
useSystemTrustStore 使用系統信任存放區進行連線。 類型:整數。 0:啟用,1:停用。 任何

NetezzaLinkedService

名字 描述 價值
類型 連結服務的類型。 'Netezza' (必要)
typeProperties Netezza 連結服務屬性。 NetezzaLinkedServiceTypeProperties (必要)

NetezzaLinkedServiceTypeProperties

名字 描述 價值
connectionString ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
pwd 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference

ODataLinkedService

名字 描述 價值
類型 連結服務的類型。 'OData' (必要)
typeProperties OData 鏈接服務屬性。 ODataLinkedServiceTypeProperties (必要)

ODataLinkedServiceTypeProperties

名字 描述 價值
aadResourceId 指定您要求授權以使用 Directory 的資源。 Type:string (或 expression with resultType string) 。 任何
aadServicePrincipalCredentialType 指定服務主體所使用的認證類型(金鑰或憑證)。 'ServicePrincipalCert'
'ServicePrincipalKey'
authenticationType 用來連線到 OData 服務的驗證類型。 'AadServicePrincipal'
'Anonymous'
'Basic'
'ManagedServiceIdentity'
'Windows'
authHeaders 要求中用於授權之 RESTful API 的其他 HTTP 標頭。 類型:索引鍵值組(值應該是字串類型)。 任何
azureCloudType 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 OData 服務的密碼。 SecretBase
servicePrincipalEmbeddedCert 指定在 Azure Active Directory 中註冊之應用程式的base64編碼憑證。 Type:string (或 expression with resultType string) 。 SecretBase
servicePrincipalEmbeddedCertPassword 如果您的憑證具有密碼,且您使用的是 AadServicePrincipal 驗證,請指定憑證的密碼。 Type:string (或 expression with resultType string) 。 SecretBase
servicePrincipalId 指定在 Azure Active Directory 中註冊之應用程式的應用程式識別碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 指定在 Azure Active Directory 中註冊之應用程式的秘密。 Type:string (或 expression with resultType string) 。 SecretBase
房客 指定應用程式所在的租使用者資訊(功能變數名稱或租使用者標識符)。 Type:string (或 expression with resultType string) 。 任何
url OData 服務端點的 URL。 Type:string (或 expression with resultType string) 。 任何 (必要)
userName OData 服務的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

OdbcLinkedService

名字 描述 價值
類型 連結服務的類型。 'Odbc' (必要)
typeProperties ODBC 連結服務屬性。 OdbcLinkedServiceTypeProperties (必要)

OdbcLinkedServiceTypeProperties

名字 描述 價值
authenticationType 用來連接到 ODBC 資料存放區的驗證類型。 可能的值為:Anonymous 和 Basic。 Type:string (或 expression with resultType string) 。 任何
connectionString 連接字串的非存取認證部分,以及選擇性的加密認證。 類型:string、SecureString 或 AzureKeyVaultSecretReference 或 Expression with resultType string。 任何 (必要)
憑據 驅動程式特定屬性值格式所指定連接字串的存取認證部分。 SecretBase
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 基本身份驗證的密碼。 SecretBase
userName 基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

Office365LinkedService

名字 描述 價值
類型 連結服務的類型。 'Office365' (必要)
typeProperties Office365 連結的服務屬性。 Office365LinkedServiceTypeProperties (必要)

Office365LinkedServiceTypeProperties

名字 描述 價值
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
office365TenantId Office 365 帳戶所屬的 Azure 租用戶標識碼。 Type:string (或 expression with resultType string) 。 任何 (必要)
servicePrincipalId 指定應用程式的用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何 (必要)
servicePrincipalKey 指定應用程式的金鑰。 SecretBase (必要)
servicePrincipalTenantId 指定 Azure AD Web 應用程式所在的租用戶資訊。 Type:string (或 expression with resultType string) 。 任何 (必要)

OracleCloudStorageLinkedService

名字 描述 價值
類型 連結服務的類型。 'OracleCloudStorage' (必要)
typeProperties Oracle 雲端記憶體連結服務屬性。 OracleCloudStorageLinkedServiceTypeProperties (必要)

OracleCloudStorageLinkedServiceTypeProperties

名字 描述 價值
accessKeyId Oracle 雲端記憶體身分識別和存取管理 (IAM) 使用者的存取金鑰標識碼。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
secretAccessKey Oracle 雲端記憶體身分識別和存取管理 (IAM) 使用者的秘密存取密鑰。 SecretBase
serviceUrl 這個值會指定要使用 Oracle Cloud Storage Connector 存取的端點。 這是選擇性屬性;只有在您想要嘗試不同的服務端點或想要在 HTTPs 和 HTTP 之間切換時,才變更它。 Type:string (或 expression with resultType string) 。 任何

OracleLinkedService

名字 描述 價值
類型 連結服務的類型。 'Oracle' (必要)
typeProperties Oracle 資料庫連結服務屬性。 OracleLinkedServiceTypeProperties (必要)

OracleLinkedServiceTypeProperties

名字 描述 價值
connectionString 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何 (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference

OracleServiceCloudLinkedService

名字 描述 價值
類型 連結服務的類型。 'OracleServiceCloud' (必要)
typeProperties Oracle 服務雲端連結服務屬性。 OracleServiceCloudLinkedServiceTypeProperties (必要)

OracleServiceCloudLinkedServiceTypeProperties

名字 描述 價值
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 Oracle 服務雲端實例的 URL。 任何 (必要)
密碼 對應至您在使用者名稱金鑰中提供之使用者名稱的密碼。 SecretBase (必要)
useEncryptedEndpoints 指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
useHostVerification 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
usePeerVerification 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
username 您用來存取 Oracle Service 雲端伺服器的使用者名稱。 任何 (必要)

ParameterDefinitionSpecification

名字 描述 價值

ParameterSpecification

名字 描述 價值
defaultValue 參數的預設值。 任何
類型 參數類型。 'Array'
'Bool'
'Float'
'Int'
'Object'
'SecureString'
'String' (必要)

ParameterValueSpecification

名字 描述 價值

ParameterValueSpecification

名字 描述 價值

PaypalLinkedService

名字 描述 價值
類型 連結服務的類型。 'PayPal' (必要)
typeProperties PayPal服務鏈接服務屬性。 PaypalLinkedServiceTypeProperties (必要)

PaypalLinkedServiceTypeProperties

名字 描述 價值
clientId 與PayPal應用程式相關聯的用戶端標識碼。 任何 (必要)
clientSecret 與PayPal應用程式相關聯的客戶端密碼。 SecretBase
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 PayPal 實例的 URL。 (即 api.sandbox.paypal.com) 任何 (必要)
useEncryptedEndpoints 指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 任何
useHostVerification 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。 任何
usePeerVerification 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。 任何

PhoenixLinkedService

名字 描述 價值
類型 連結服務的類型。 'Phoenix' (必要)
typeProperties Phoenix 伺服器鏈接服務屬性。 PhoenixLinkedServiceTypeProperties (必要)

PhoenixLinkedServiceTypeProperties

名字 描述 價值
allowHostNameCNMismatch 指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 默認值為 false。 任何
allowSelfSignedServerCert 指定是否允許來自伺服器的自我簽署憑證。 默認值為 false。 任何
authenticationType 用來連線到 Phoenix 伺服器的驗證機制。 'Anonymous'
'UsernameAndPassword'
'WindowsAzureHDInsightService' (必要)
enableSsl 指定是否使用 SSL 加密與伺服器的連線。 默認值為 false。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 Phoenix 伺服器的IP位址或主機名。 (即192.168.222.160) 任何 (必要)
httpPath 對應至 Phoenix 伺服器的部分 URL。 (即 /gateway/sandbox/phoenix/version)。 如果使用 WindowsAzureHDInsightService,預設值為 hbasephoenix。 任何
密碼 對應至使用者名稱的密碼。 SecretBase
港口 Phoenix 伺服器用來接聽用戶端連線的 TCP 連接埠。 預設值為8765。 任何
trustedCertPath .pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 任何
username 用來連線到 Phoenix 伺服器的用戶名稱。 任何
useSystemTrustStore 指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 默認值為 false。 任何

PostgreSqlLinkedService

名字 描述 價值
類型 連結服務的類型。 'PostgreSql' (必要)
typeProperties PostgreSQL 鏈接服務屬性。 PostgreSqlLinkedServiceTypeProperties (必要)

PostgreSqlLinkedServiceTypeProperties

名字 描述 價值
connectionString 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何 (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference

PostgreSqlV2LinkedService

名字 描述 價值
類型 連結服務的類型。 'PostgreSqlV2' (必要)
typeProperties PostgreSQLV2 鏈接服務屬性。 PostgreSqlV2LinkedServiceTypeProperties (必要)

PostgreSqlV2LinkedServiceTypeProperties

名字 描述 價值
authenticationType 要使用的驗證類型。 類型:字串。 任何 (必要)
commandTimeout 在終止嘗試並產生錯誤之前,嘗試執行命令的時間(以秒為單位)。 設定為零表示無限大。 類型:整數。 任何
connectionTimeout 在終止嘗試並產生錯誤之前,嘗試建立連線的時間(以秒為單位)。 類型:整數。 任何
資料庫 連接的資料庫名稱。 類型:字串。 任何 (必要)
編碼 取得或設定將用來編碼/譯碼 PostgreSQL 字串數據的 .NET 編碼。 類型:字串 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
logParameters 啟用時,會在執行命令時記錄參數值。 類型:布爾值。 任何
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 類型:字串。 AzureKeyVaultSecretReference
是否應該使用連線共用。 類型:布爾值。 任何
港口 連接的埠。 類型:整數。 任何
readBufferSize 決定讀取時,內部緩衝區所使用的大小。 如果從資料庫傳輸大型值,增加可能會改善效能。 類型:整數。 任何
圖式 設定架構搜尋路徑。 類型:字串。 任何
伺服器 線上的伺服器名稱。 類型:字串。 任何 (必要)
sslCertificate 要傳送至伺服器的客戶端憑證位置。 類型:字串。 任何
sslKey 要傳送至伺服器的用戶端憑證用戶端金鑰位置。 類型:字串。 任何
sslMode 線上的 SSL 模式。 類型:整數。 0:停用、1:allow、2:prefer、3:require、4:verify-ca、5:verify-full。 類型:整數。 任何 (必要)
sslPassword 用戶端憑證金鑰的密碼。 類型:字串。 任何
時區 取得或設定會話時區。 類型:字串。 任何
trustServerCertificate 是否信任伺服器證書而不驗證它。 類型:布爾值。 任何
username 驗證的用戶名稱。 類型:字串。 任何 (必要)

PrestoLinkedService

名字 描述 價值
類型 連結服務的類型。 'Presto' (必要)
typeProperties Presto 伺服器鏈接服務屬性。 PrestoLinkedServiceTypeProperties (必要)

PrestoLinkedServiceTypeProperties

名字 描述 價值
allowHostNameCNMismatch 指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 默認值為 false。 任何
allowSelfSignedServerCert 指定是否允許來自伺服器的自我簽署憑證。 默認值為 false。 任何
authenticationType 用來連線到 Presto 伺服器的驗證機制。 'Anonymous'
'LDAP' (必要)
目錄 針對伺服器的所有要求目錄內容。 任何 (必要)
enableSsl 指定是否使用 SSL 加密與伺服器的連線。 默認值為 false。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 Presto 伺服器的IP位址或主機名。 (即192.168.222.160) 任何 (必要)
密碼 對應至使用者名稱的密碼。 SecretBase
港口 Presto 伺服器用來接聽用戶端連線的 TCP 連接埠。 預設值為8080。 任何
serverVersion Presto 伺服器的版本。 (即 0.148-t) 任何 (必要)
timeZoneID 連接所使用的當地時區。 此選項的有效值是在 IANA 時區資料庫中指定。 預設值為系統時區。 任何
trustedCertPath .pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 任何
username 用來連線到 Presto 伺服器的用戶名稱。 任何
useSystemTrustStore 指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 默認值為 false。 任何

QuickbaseLinkedService

名字 描述 價值
類型 連結服務的類型。 'Quickbase' (必要)
typeProperties Quickbase 鏈接服務屬性。 QuickbaseLinkedServiceTypeProperties (必要)

QuickbaseLinkedServiceTypeProperties

名字 描述 價值
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
url 線上 Quickbase 來源的 URL。 Type:string (或 expression with resultType string) 。 任何 (必要)
userToken Quickbase 來源的使用者令牌。 SecretBase (必要)

QuickBooksLinkedService

名字 描述 價值
類型 連結服務的類型。 'QuickBooks' (必要)
typeProperties QuickBooks 伺服器鏈接服務屬性。 QuickBooksLinkedServiceTypeProperties (必要)

QuickBooksLinkedServiceTypeProperties

名字 描述 價值
accessToken OAuth 1.0 驗證的存取令牌。 SecretBase
accessTokenSecret OAuth 1.0 驗證的存取令牌密碼。 SecretBase
companyId 要授權之 QuickBooks 公司的公司識別碼。 任何
connectionProperties 用來連線到 QuickBooks 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 任何
consumerKey OAuth 1.0 驗證的取用者密鑰。 任何
consumerSecret OAuth 1.0 驗證的取用者密碼。 SecretBase
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
端點 QuickBooks 伺服器的端點。 (即 quickbooks.api.intuit.com) 任何
useEncryptedEndpoints 指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 任何

ResponsysLinkedService

名字 描述 價值
類型 連結服務的類型。 'Responsys' (必要)
typeProperties Responsys 鏈接服務屬性。 ResponsysLinkedServiceTypeProperties (必要)

ResponsysLinkedServiceTypeProperties

名字 描述 價值
clientId 與 Responsys 應用程式相關聯的用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何 (必要)
clientSecret 與 Responsys 應用程式相關聯的客戶端密碼。 Type:string (或 expression with resultType string) 。 SecretBase
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
端點 Responsys 伺服器的端點。 任何 (必要)
useEncryptedEndpoints 指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
useHostVerification 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
usePeerVerification 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何

RestServiceLinkedService

名字 描述 價值
類型 連結服務的類型。 'RestService' (必要)
typeProperties Rest 服務鏈接服務屬性。 RestServiceLinkedServiceTypeProperties (必要)

RestServiceLinkedServiceTypeProperties

名字 描述 價值
aadResourceId 您要求授權使用的資源。 Type:string (或 expression with resultType string) 。 任何
authenticationType 用來連線到 REST 服務的驗證類型。 'AadServicePrincipal'
'Anonymous'
'Basic'
'ManagedServiceIdentity'
'OAuth2ClientCredential' (必要)
authHeaders 要求中用於授權之 RESTful API 的其他 HTTP 標頭。 Type:object (或 Expression with resultType 物件)。 任何
azureCloudType 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
clientId 與應用程式相關聯的用戶端標識碼。 Type:string (或 expression with resultType string) 。 任何
clientSecret 與應用程式相關聯的客戶端密碼。 SecretBase
憑據 包含驗證資訊的認證參考。 CredentialReference
enableServerCertificateValidation 是否要在連線到端點時驗證伺服器端 SSL 憑證。默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 基本身份驗證類型中使用的密碼。 SecretBase
資源 要求存取的目標服務或資源。 Type:string (或 expression with resultType string) 。 任何
範圍 所需的存取範圍。 它描述將要求何種存取權。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalCredentialType 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalEmbeddedCert 指定在 Azure Active Directory 中註冊之應用程式的base64編碼憑證。 Type:string (或 expression with resultType string) 。 SecretBase
servicePrincipalEmbeddedCertPassword 如果您的憑證具有密碼,且您使用的是 AadServicePrincipal 驗證,請指定憑證的密碼。 Type:string (或 expression with resultType string) 。 SecretBase
servicePrincipalId AadServicePrincipal 驗證類型中使用的應用程式用戶端標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey AadServicePrincipal 驗證類型中使用的應用程式密鑰。 SecretBase
房客 在應用程式所在的 AadServicePrincipal 驗證類型中使用的租使用者資訊(功能變數名稱或租用戶標識碼)。 Type:string (或 expression with resultType string) 。 任何
tokenEndpoint 要取得存取令牌之授權伺服器的令牌端點。 Type:string (或 expression with resultType string) 。 任何
url REST 服務的基底 URL。 Type:string (或 expression with resultType string) 。 任何 (必要)
userName 基本身份驗證類型中使用的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SalesforceLinkedService

名字 描述 價值
類型 連結服務的類型。 'Salesforce' (必要)
typeProperties Salesforce 鏈接的服務屬性。 SalesforceLinkedServiceTypeProperties (必要)

SalesforceLinkedServiceTypeProperties

名字 描述 價值
apiVersion ADF 中使用的 Salesforce API 版本。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
environmentUrl Salesforce 實例的 URL。 預設值為 『https://login.salesforce.com』。 若要從沙箱複製數據,請指定 'https://test.salesforce.com'。 若要從自定義網域複製數據,請指定 『https://[domain].my.salesforce.com』。 Type:string (或 expression with resultType string) 。 任何
密碼 Salesforce 實例基本身份驗證的密碼。 SecretBase
securityToken 安全性令牌是遠端訪問 Salesforce 實例的選擇性令牌。 SecretBase
username Salesforce 實例基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SalesforceMarketingCloudLinkedService

名字 描述 價值
類型 連結服務的類型。 'SalesforceMarketingCloud' (必要)
typeProperties Salesforce Marketing Cloud 連結服務屬性。 SalesforceMarketingCloudLinkedServiceTypeProperties (必要)

SalesforceMarketingCloudLinkedServiceTypeProperties

名字 描述 價值
clientId 與 Salesforce Marketing Cloud 應用程式相關聯的用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何
clientSecret 與 Salesforce Marketing Cloud 應用程式相關聯的客戶端密碼。 Type:string (或 expression with resultType string) 。 SecretBase
connectionProperties 用來連線到 Salesforce Marketing Cloud 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
useEncryptedEndpoints 指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
useHostVerification 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
usePeerVerification 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何

SalesforceServiceCloudLinkedService

名字 描述 價值
類型 連結服務的類型。 'SalesforceServiceCloud' (必要)
typeProperties Salesforce Service Cloud 連結服務屬性。 SalesforceServiceCloudLinkedServiceTypeProperties (必要)

SalesforceServiceCloudLinkedServiceTypeProperties

名字 描述 價值
apiVersion ADF 中使用的 Salesforce API 版本。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
environmentUrl Salesforce Service Cloud 實例的 URL。 預設值為 『https://login.salesforce.com』。 若要從沙箱複製數據,請指定 'https://test.salesforce.com'。 若要從自定義網域複製數據,請指定 『https://[domain].my.salesforce.com』。 Type:string (或 expression with resultType string) 。 任何
extendedProperties 附加至連接字串的擴充屬性。 Type:string (或 expression with resultType string) 。 任何
密碼 Salesforce 實例基本身份驗證的密碼。 SecretBase
securityToken 安全性令牌是遠端訪問 Salesforce 實例的選擇性令牌。 SecretBase
username Salesforce 實例基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SalesforceServiceCloudV2LinkedService

名字 描述 價值
類型 連結服務的類型。 'SalesforceServiceCloudV2' (必要)
typeProperties Salesforce Service Cloud V2 鏈接的服務屬性。 SalesforceServiceCloudV2LinkedServiceTypeProperties (必要)

SalesforceServiceCloudV2LinkedServiceTypeProperties

名字 描述 價值
apiVersion ADF 中使用的 Salesforce API 版本。 版本必須大於或等於 Salesforce BULK API 2.0 所需的 47.0。 Type:string (或 expression with resultType string) 。 任何
authenticationType 要用來連線到 Salesforce 的驗證類型。 目前,我們只支援 OAuth2ClientCredentials,這也是預設值 任何
clientId Salesforce 實例的 OAuth 2.0 用戶端認證流程驗證用戶端標識碼。 Type:string (或 expression with resultType string) 。 任何
clientSecret Salesforce 實例之 OAuth 2.0 用戶端認證流程驗證的客戶端密碼。 SecretBase
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
environmentUrl Salesforce Service Cloud 實例的 URL。 例如,'https://[domain].my.salesforce.com'。 Type:string (或 expression with resultType string) 。 任何

SalesforceV2LinkedService

名字 描述 價值
類型 連結服務的類型。 'SalesforceV2' (必要)
typeProperties Salesforce V2 鏈接的服務屬性。 SalesforceV2LinkedServiceTypeProperties (必要)

SalesforceV2LinkedServiceTypeProperties

名字 描述 價值
apiVersion ADF 中使用的 Salesforce API 版本。 版本必須大於或等於 Salesforce BULK API 2.0 所需的 47.0。 Type:string (或 expression with resultType string) 。 任何
authenticationType 要用來連線到 Salesforce 的驗證類型。 目前,我們只支援 OAuth2ClientCredentials,這也是預設值 任何
clientId Salesforce 實例的 OAuth 2.0 用戶端認證流程驗證用戶端標識碼。 Type:string (或 expression with resultType string) 。 任何
clientSecret Salesforce 實例之 OAuth 2.0 用戶端認證流程驗證的客戶端密碼。 SecretBase
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
environmentUrl Salesforce 實例的 URL。 例如,'https://[domain].my.salesforce.com'。 Type:string (或 expression with resultType string) 。 任何

SapBWLinkedService

名字 描述 價值
類型 連結服務的類型。 'SapBW' (必要)
typeProperties 這個連結服務類型特有的屬性。 SapBWLinkedServiceTypeProperties (必要)

SapBWLinkedServiceTypeProperties

名字 描述 價值
clientId BW 系統上用戶端的用戶端識別碼。 (通常以字串表示的三位數十進位數)Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 存取 SAP BW 伺服器的密碼。 SecretBase
伺服器 SAP BW 實例的主機名。 Type:string (或 expression with resultType string) 。 任何 (必要)
systemNumber BW 系統的系統編號。 (通常是以字串表示的兩位數十進位數。Type:string (或 expression with resultType string) 。 任何 (必要)
userName 存取 SAP BW 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SapCloudForCustomerLinkedService

名字 描述 價值
類型 連結服務的類型。 'SapCloudForCustomer' (必要)
typeProperties SAP Cloud for Customer 鏈接服務屬性。 SapCloudForCustomerLinkedServiceTypeProperties (必要)

SapCloudForCustomerLinkedServiceTypeProperties

名字 描述 價值
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 必須提供 encryptedCredential 或 username/password。 類型:字串。 字串
密碼 基本身份驗證的密碼。 SecretBase
url SAP Cloud for Customer OData API 的 URL。 例如,'[https://[tenantname].crm.ondemand.com/sap/c4c/odata/v1]'。 Type:string (或 expression with resultType string) 。 任何 (必要)
username 基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SapEccLinkedService

名字 描述 價值
類型 連結服務的類型。 'SapEcc' (必要)
typeProperties SAP ECC 連結服務屬性。 SapEccLinkedServiceTypeProperties (必要)

SapEccLinkedServiceTypeProperties

名字 描述 價值
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 必須提供 encryptedCredential 或 username/password。 類型:字串。 字串
密碼 基本身份驗證的密碼。 SecretBase
url SAP ECC OData API 的 URL。 例如,'[https://hostname:port/sap/opu/odata/sap/servicename/]'。 Type:string (或 expression with resultType string) 。 任何 (必要)
username 基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SapHanaLinkedService

名字 描述 價值
類型 連結服務的類型。 'SapHana' (必要)
typeProperties 這個連結服務類型特有的屬性。 SapHanaLinkedServiceProperties (必要)

SapHanaLinkedServiceProperties

名字 描述 價值
authenticationType 要用來連線到 SAP HANA 伺服器的驗證類型。 'Basic'
'Windows'
connectionString SAP HANA ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 存取 SAP HANA 伺服器的密碼。 SecretBase
伺服器 SAP HANA 伺服器的主機名。 Type:string (或 expression with resultType string) 。 任何
userName 存取 SAP HANA 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SapOdpLinkedService

名字 描述 價值
類型 連結服務的類型。 'SapOdp' (必要)
typeProperties SAP ODP 連結服務類型特有的屬性。 SapOdpLinkedServiceTypeProperties (必要)

SapOdpLinkedServiceTypeProperties

名字 描述 價值
clientId 數據表所在 SAP 系統上用戶端的用戶端識別碼。 (通常以字串表示的三位數十進位數)Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
語言 數據表所在的 SAP 系統語言。 預設值為 EN。 Type:string (或 expression with resultType string) 。 任何
logonGroup SAP 系統的登入群組。 Type:string (或 expression with resultType string) 。 任何
messageServer SAP 訊息伺服器的主機名。 Type:string (或 expression with resultType string) 。 任何
messageServerService 訊息伺服器的服務名稱或埠號碼。 Type:string (或 expression with resultType string) 。 任何
密碼 存取資料表所在 SAP 伺服器的密碼。 SecretBase
伺服器 數據表所在 SAP 實例的主機名。 Type:string (或 expression with resultType string) 。 任何
sncLibraryPath 外部安全性產品的連結庫,可存取數據表所在的 SAP 伺服器。 Type:string (或 expression with resultType string) 。 任何
sncMode SNC 啟用指標,可存取資料表所在的 SAP 伺服器。 必須是 0 (關閉) 或 1 (開啟)。 Type:string (或 expression with resultType string) 。 任何
sncMyName 啟動器的SNC名稱,用來存取數據表所在的 SAP 伺服器。 Type:string (或 expression with resultType string) 。 任何
sncPartnerName 通訊夥伴的SNC名稱,以存取數據表所在的 SAP 伺服器。 Type:string (或 expression with resultType string) 。 任何
sncQop SNC 保護品質。 允許的值包括:1、2、3、8、9。 Type:string (或 expression with resultType string) 。 任何
subscriberName 訂閱者名稱。 Type:string (或 expression with resultType string) 。 任何
systemId 數據表所在 SAP 系統的 SystemID。 Type:string (或 expression with resultType string) 。 任何
systemNumber 數據表所在的 SAP 系統系統編號。 (通常是以字串表示的兩位數十進位數。Type:string (或 expression with resultType string) 。 任何
userName 存取資料表所在 SAP 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 任何
x509CertificatePath SNC X509 憑證檔案路徑。 Type:string (或 expression with resultType string) 。 任何

SapOpenHubLinkedService

名字 描述 價值
類型 連結服務的類型。 'SapOpenHub' (必要)
typeProperties SAP Business Warehouse Open Hub 目的地鏈接服務類型的特定屬性。 SapOpenHubLinkedServiceTypeProperties (必要)

SapOpenHubLinkedServiceTypeProperties

名字 描述 價值
clientId 開啟中樞目的地所在 BW 系統上用戶端的用戶端識別碼。 (通常以字串表示的三位數十進位數)Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
語言 開啟中樞目的地所在 BW 系統的語言。 預設值為 EN。 Type:string (或 expression with resultType string) 。 任何
logonGroup SAP 系統的登入群組。 Type:string (或 expression with resultType string) 。 任何
messageServer SAP 訊息伺服器的主機名。 Type:string (或 expression with resultType string) 。 任何
messageServerService 訊息伺服器的服務名稱或埠號碼。 Type:string (或 expression with resultType string) 。 任何
密碼 存取開啟中樞目的地所在SAP BW 伺服器的密碼。 SecretBase
伺服器 開啟中樞目的地所在 SAP BW 實例的主機名。 Type:string (或 expression with resultType string) 。 任何
systemId 數據表所在 SAP 系統的 SystemID。 Type:string (或 expression with resultType string) 。 任何
systemNumber 開啟中樞目的地所在 BW 系統的系統編號。 (通常是以字串表示的兩位數十進位數。Type:string (或 expression with resultType string) 。 任何
userName 存取開啟中樞目的地所在SAP BW 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SapTableLinkedService

名字 描述 價值
類型 連結服務的類型。 'SapTable' (必要)
typeProperties 這個連結服務類型特有的屬性。 SapTableLinkedServiceTypeProperties (必要)

SapTableLinkedServiceTypeProperties

名字 描述 價值
clientId 數據表所在 SAP 系統上用戶端的用戶端識別碼。 (通常以字串表示的三位數十進位數)Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
語言 數據表所在的 SAP 系統語言。 預設值為 EN。 Type:string (或 expression with resultType string) 。 任何
logonGroup SAP 系統的登入群組。 Type:string (或 expression with resultType string) 。 任何
messageServer SAP 訊息伺服器的主機名。 Type:string (或 expression with resultType string) 。 任何
messageServerService 訊息伺服器的服務名稱或埠號碼。 Type:string (或 expression with resultType string) 。 任何
密碼 存取資料表所在 SAP 伺服器的密碼。 SecretBase
伺服器 數據表所在 SAP 實例的主機名。 Type:string (或 expression with resultType string) 。 任何
sncLibraryPath 外部安全性產品的連結庫,可存取數據表所在的 SAP 伺服器。 Type:string (或 expression with resultType string) 。 任何
sncMode SNC 啟用指標,可存取資料表所在的 SAP 伺服器。 必須是 0 (關閉) 或 1 (開啟)。 Type:string (或 expression with resultType string) 。 任何
sncMyName 啟動器的SNC名稱,用來存取數據表所在的 SAP 伺服器。 Type:string (或 expression with resultType string) 。 任何
sncPartnerName 通訊夥伴的SNC名稱,以存取數據表所在的 SAP 伺服器。 Type:string (或 expression with resultType string) 。 任何
sncQop SNC 保護品質。 允許的值包括:1、2、3、8、9。 Type:string (或 expression with resultType string) 。 任何
systemId 數據表所在 SAP 系統的 SystemID。 Type:string (或 expression with resultType string) 。 任何
systemNumber 數據表所在的 SAP 系統系統編號。 (通常是以字串表示的兩位數十進位數。Type:string (或 expression with resultType string) 。 任何
userName 存取資料表所在 SAP 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

ScriptAction

名字 描述 價值
名字 使用者提供文稿動作的名稱。 字串 (必要)
參數 腳本動作的參數。 字串
角色 應該執行腳本動作的節點類型。 任何 (必要)
uri 腳本動作的 URI。 字串 (必要)

SecretBase

名字 描述 價值
類型 針對類型 AzureKeyVaultSecretReference,設定為 'AzureKeyVaultSecret'。 將 類型設定為 'SecureString',SecureString 'AzureKeyVaultSecret'
'SecureString' (必要)

SecureString

名字 描述 價值
類型 秘密的類型。 'SecureString' (必要)
價值 安全字串的值。 字串 (必要)

ServiceNowLinkedService

名字 描述 價值
類型 連結服務的類型。 'ServiceNow' (必要)
typeProperties ServiceNow 伺服器鏈接服務屬性。 ServiceNowLinkedServiceTypeProperties (必要)

ServiceNowLinkedServiceTypeProperties

名字 描述 價值
authenticationType 要使用的驗證類型。 'Basic'
'OAuth2' (必要)
clientId OAuth2 驗證的用戶端標識碼。 任何
clientSecret OAuth2 驗證的客戶端密碼。 SecretBase
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
端點 ServiceNow 伺服器的端點。 (即 <實例>.service-now.com) 任何 (必要)
密碼 對應至基本和 OAuth2 驗證之使用者名稱的密碼。 SecretBase
useEncryptedEndpoints 指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 任何
useHostVerification 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。 任何
usePeerVerification 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。 任何
username 用來連線到 ServiceNow 伺服器以進行基本和 OAuth2 驗證的用戶名稱。 任何

ServiceNowV2LinkedService

名字 描述 價值
類型 連結服務的類型。 'ServiceNowV2' (必要)
typeProperties ServiceNowV2 伺服器鏈接服務屬性。 ServiceNowV2LinkedServiceTypeProperties (必要)

ServiceNowV2LinkedServiceTypeProperties

名字 描述 價值
authenticationType 要使用的驗證類型。 'Basic'
'OAuth2' (必要)
clientId OAuth2 驗證的用戶端標識碼。 任何
clientSecret OAuth2 驗證的客戶端密碼。 SecretBase
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
端點 ServiceNowV2 伺服器的端點。 (即 <實例>.service-now.com) 任何 (必要)
grantType OAuth2 驗證的 GrantType。 預設值為password。 任何
密碼 對應至基本和 OAuth2 驗證之使用者名稱的密碼。 SecretBase
username 用來連線到 ServiceNowV2 伺服器以進行基本和 OAuth2 驗證的用戶名稱。 任何

SftpServerLinkedService

名字 描述 價值
類型 連結服務的類型。 'Sftp' (必要)
typeProperties 這個連結服務類型特有的屬性。 SftpServerLinkedServiceTypeProperties (必要)

SftpServerLinkedServiceTypeProperties

名字 描述 價值
authenticationType 要用來連線到 FTP 伺服器的驗證類型。 'Basic'
'MultiFactor'
'SshPublicKey'
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 SFTP 伺服器主機名。 Type:string (或 expression with resultType string) 。 任何 (必要)
hostKeyFingerprint SFTP 伺服器的主機按鍵列印。 當 SkipHostKeyValidation 為 false 時,應該指定 HostKeyFingerprint。 Type:string (或 expression with resultType string) 。 任何
passPhrase 如果 SSH 私鑰已加密,則解密 SSH 私鑰的密碼。 SecretBase
密碼 登入 SFTP 伺服器以進行基本身份驗證的密碼。 SecretBase
港口 SFTP 伺服器用來接聽用戶端連線的 TCP 連接埠號碼。 預設值為 22。 類型:integer (或 expression with resultType integer), minimum: 0。 任何
privateKeyContent 針對 SshPublicKey 驗證,Base64 編碼的 SSH 私鑰內容。 針對使用 SshPublicKey 驗證的內部部署複製,應該指定 PrivateKeyPath 或 PrivateKeyContent。 SSH 私密金鑰應該是 OpenSSH 格式。 SecretBase
privateKeyPath SshPublicKey 驗證的 SSH 私鑰檔案路徑。 僅適用於內部部署複本。 針對使用 SshPublicKey 驗證的內部部署複製,應該指定 PrivateKeyPath 或 PrivateKeyContent。 SSH 私密金鑰應該是 OpenSSH 格式。 Type:string (或 expression with resultType string) 。 任何
skipHostKeyValidation 如果為 true,請略過 SSH 主機金鑰驗證。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
userName 用來登入SFTP 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SharePointOnlineListLinkedService

名字 描述 價值
類型 連結服務的類型。 'SharePointOnlineList' (必要)
typeProperties SharePoint Online 清單鏈接服務屬性。 SharePointOnlineListLinkedServiceTypeProperties (必要)

SharePointOnlineListLinkedServiceTypeProperties

名字 描述 價值
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
servicePrincipalCredentialType 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalEmbeddedCert 指定在 Azure Active Directory 中註冊之應用程式的base64編碼憑證。 Type:string (或 expression with resultType string) 。 SecretBase
servicePrincipalEmbeddedCertPassword 如果您的憑證具有密碼,且您使用的是 AadServicePrincipal 驗證,請指定憑證的密碼。 Type:string (或 expression with resultType string) 。 SecretBase
servicePrincipalId 在 Azure Active Directory 中註冊之應用程式的應用程式(用戶端)標識碼。 請務必將 SharePoint 網站許可權授與此應用程式。 Type:string (或 expression with resultType string) 。 任何 (必要)
servicePrincipalKey 在 Azure Active Directory 中註冊之應用程式的客戶端密碼。 Type:string (或 expression with resultType string) 。 SecretBase
siteUrl SharePoint Online 網站的 URL。 例如,https://contoso.sharepoint.com/sites/siteName。 Type:string (或 expression with resultType string) 。 任何 (必要)
tenantId 應用程式所在的租用戶標識碼。 您可以從 Azure 入口網站 Active Directory 概觀頁面找到它。 Type:string (或 expression with resultType string) 。 任何 (必要)

ShopifyLinkedService

名字 描述 價值
類型 連結服務的類型。 'Shopify' (必要)
typeProperties Shopify Service 鏈接服務屬性。 ShopifyLinkedServiceTypeProperties (必要)

ShopifyLinkedServiceTypeProperties

名字 描述 價值
accessToken 可用來存取 Shopify 數據的 API 存取令牌。 如果令牌為離線模式,令牌將不會過期。 SecretBase
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 Shopify 伺服器的端點。 (即 mystore.myshopify.com) 任何 (必要)
useEncryptedEndpoints 指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 任何
useHostVerification 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。 任何
usePeerVerification 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。 任何

SmartsheetLinkedService

名字 描述 價值
類型 連結服務的類型。 'Smartsheet' (必要)
typeProperties Smartsheet 連結服務屬性。 SmartsheetLinkedServiceTypeProperties (必要)

SmartsheetLinkedServiceTypeProperties

名字 描述 價值
apiToken Smartsheet 來源的 API 令牌。 SecretBase (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串

SnowflakeLinkedService

名字 描述 價值
類型 連結服務的類型。 “雪花”(必要)
typeProperties Snowflake 連結服務屬性。 SnowflakeLinkedServiceTypeProperties (必要)

SnowflakeLinkedServiceTypeProperties

名字 描述 價值
connectionString 雪花的連接字串。 類型:string、SecureString。 任何 (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference

SnowflakeLinkedV2ServiceTypeProperties

名字 描述 價值
accountIdentifier Snowflake 帳戶的帳戶標識碼,例如 xy12345.east-us-2.azure 任何 (必要)
authenticationType 用於驗證的類型。 類型:字串。 'AADServicePrincipal'
'Basic'
'KeyPair'
clientId 在 Azure Active Directory 中註冊以進行 AADServicePrincipal 驗證的應用程式用戶端識別碼。 任何
clientSecret AADServicePrincipal 驗證客戶端密碼的 Azure 金鑰保存庫秘密參考。 SecretBase
資料庫 Snowflake 資料庫的名稱。 任何 (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 Snowflake 帳戶的主機名。 任何
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 SecretBase
privateKey 適用於 KeyPair 驗證之 privateKey 的 Azure 金鑰保存庫秘密參考。 SecretBase
privateKeyPassphrase 使用加密私鑰進行 KeyPair 驗證的私鑰密碼 Azure 金鑰保存庫秘密參考。 SecretBase
範圍 在 Azure Active Directory 中註冊以進行 AADServicePrincipal 驗證的應用程式範圍。 任何
tenantId 在 Azure Active Directory 中註冊以進行 AADServicePrincipal 驗證的應用程式租用戶標識碼。 任何
使用者 Snowflake 用戶的名稱。 任何
倉庫 Snowflake 倉儲的名稱。 任何 (必要)

SnowflakeV2LinkedService

名字 描述 價值
類型 連結服務的類型。 'SnowflakeV2' (必要)
typeProperties Snowflake 連結服務屬性。 SnowflakeLinkedV2ServiceTypeProperties (必要)

SparkLinkedService

名字 描述 價值
類型 連結服務的類型。 'Spark' (必要)
typeProperties Spark Server 連結服務屬性。 SparkLinkedServiceTypeProperties (必要)

SparkLinkedServiceTypeProperties

名字 描述 價值
allowHostNameCNMismatch 指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 默認值為 false。 任何
allowSelfSignedServerCert 指定是否允許來自伺服器的自我簽署憑證。 默認值為 false。 任何
authenticationType 用來存取 Spark 伺服器的驗證方法。 'Anonymous'
'Username'
'UsernameAndPassword'
'WindowsAzureHDInsightService' (必要)
enableSsl 指定是否使用 SSL 加密與伺服器的連線。 默認值為 false。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 Spark 伺服器的IP位址或主機名 任何 (必要)
httpPath 對應至 Spark 伺服器的部分 URL。 任何
密碼 對應至您在 [用戶名稱] 字段中提供之使用者名稱的密碼 SecretBase
港口 Spark 伺服器用來接聽用戶端連線的 TCP 連接埠。 任何 (必要)
serverType Spark 伺服器的型別。 'SharkServer'
'SharkServer2'
'SparkThriftServer'
thriftTransportProtocol 在 Thrift 層中使用的傳輸通訊協定。 'Binary'
'HTTP '
'SASL'
trustedCertPath .pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 任何
username 您用來存取 Spark Server 的使用者名稱。 任何
useSystemTrustStore 指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 默認值為 false。 任何

SqlAlwaysEncryptedProperties

名字 描述 價值
alwaysEncryptedAkvAuthType Sql 一律加密 AKV 驗證類型。 類型:字串。 'ManagedIdentity'
'ServicePrincipal'
'UserAssignedManagedIdentity' (必要)
憑據 包含驗證資訊的認證參考。 CredentialReference
servicePrincipalId Azure Active Directory 中用於 Azure Key Vault 驗證的應用程式用戶端標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 用來向 Azure Key Vault 進行驗證的服務主體密鑰。 SecretBase

SqlServerLinkedService

名字 描述 價值
類型 連結服務的類型。 'SqlServer' (必要)
typeProperties SQL Server 連結服務屬性。 SqlServerLinkedServiceTypeProperties (必要)

SqlServerLinkedServiceTypeProperties

名字 描述 價值
alwaysEncryptedSettings Sql 一律加密的屬性。 SqlAlwaysEncryptedProperties
applicationIntent 聯機到建議版本所使用的伺服器時,應用程式工作負載類型。 可能的值為 ReadOnly 和 ReadWrite。 Type:string (或 expression with resultType string) 。 任何
authenticationType 用於驗證的類型。 類型:字串。 'SQL'
'UserAssignedManagedIdentity'
'Windows'
commandTimeout 終止嘗試執行命令並產生錯誤之前的預設等候時間(以秒為單位),由建議的版本使用。 類型:integer (或 expression with resultType integer) 。 任何
connectionString 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
connectRetryCount 識別建議版本所使用的閑置連線失敗之後嘗試的重新連線數目。 這必須是介於 0 到 255 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
connectRetryInterval 識別建議版本所使用的閑置連線失敗之後,每個重新連線嘗試之間的時間量(以秒為單位)。 這必須是介於 1 到 60 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
connectTimeout 在終止嘗試並產生建議版本所使用的錯誤之前,等候伺服器連線的時間長度(以秒為單位)。 類型:integer (或 expression with resultType integer) 。 任何
憑據 包含驗證資訊的認證參考。 CredentialReference
資料庫 建議版本所使用的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何
加密 指出客戶端與伺服器之間傳送的所有數據是否需要 TLS 加密,供建議版本使用。 可能的值為 true/yes/mandatory、false/no/optional 和 strict。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
failoverPartner 如果主伺服器關閉,建議版本會使用所要連線之夥伴伺服器的名稱或位址。 Type:string (或 expression with resultType string) 。 任何
hostNameInCertificate 驗證連線之伺服器證書時要使用的主機名。 若未指定,來自數據源的伺服器名稱會用於建議版本所使用的憑證驗證。 Type:string (或 expression with resultType string) 。 任何
integratedSecurity 指出是否在連線中指定使用者標識碼和密碼(若為 false),或目前的 Windows 帳戶認證是否用於驗證(若為 true),供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
loadBalanceTimeout 在被建議版本使用之前,聯機生存在聯機集區中的最短時間,以秒為單位。 類型:integer (或 expression with resultType integer) 。 任何
maxPoolSize 此特定連接字串的連線區中允許的連線數目上限,供建議版本使用。 類型:integer (或 expression with resultType integer) 。 任何
minPoolSize 建議版本所使用的此特定連接字串,聯機集區中允許的連線數目下限。 類型:integer (或 expression with resultType integer) 。 任何
multipleActiveResultSets 若為 true,應用程式可以維護多個作用中結果集 (MARS)。 若為 false,應用程式必須先處理或取消一個批次的所有結果集,才能在該連線上執行任何其他批次,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
multiSubnetFailover 如果您的應用程式連線到不同子網上的 AlwaysOn 可用性群組 (AG),則設定 MultiSubnetFailover=true 可讓您更快速地偵測並連線到建議版本所使用的作用中伺服器。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
packetSize 網路封包的大小,以位元組為單位,用來與建議版本所使用的伺服器實例通訊。 類型:integer (或 expression with resultType integer) 。 任何
密碼 內部部署 Windows 驗證密碼。 SecretBase
指出每次要求連線時,是否要集區或明確開啟連線,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
伺服器 建議版本所使用的 SQL Server 實例名稱或網路位址。 Type:string (或 expression with resultType string) 。 任何
trustServerCertificate 指出通道是否會在略過憑證鏈結以驗證建議版本所使用的信任時加密。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
userName 內部部署 Windows 驗證用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SquareLinkedService

名字 描述 價值
類型 連結服務的類型。 'Square' (必要)
typeProperties Square Service 鏈接服務屬性。 SquareLinkedServiceTypeProperties (必要)

SquareLinkedServiceTypeProperties

名字 描述 價值
clientId 與 Square 應用程式相關聯的用戶端標識碼。 任何
clientSecret 與您的 Square 應用程式相關聯的客戶端密碼。 SecretBase
connectionProperties 用來連線到 Square 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 Square 實例的 URL。 (即 mystore.mysquare.com) 任何
redirectUri 在 Square 應用程式儀錶板中指派的重新導向 URL。 (即 http://localhost:2500) 任何
useEncryptedEndpoints 指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 任何
useHostVerification 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。 任何
usePeerVerification 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。 任何

SybaseLinkedService

名字 描述 價值
類型 連結服務的類型。 'Sybase' (必要)
typeProperties Sybase 鏈接服務屬性。 SybaseLinkedServiceTypeProperties (必要)

SybaseLinkedServiceTypeProperties

名字 描述 價值
authenticationType 要用於連接的 AuthenticationType。 'Basic'
'Windows'
資料庫 連接的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 驗證的密碼。 SecretBase
圖式 連接的架構名稱。 Type:string (或 expression with resultType string) 。 任何
伺服器 線上的伺服器名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
username 驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

TeamDeskLinkedService

名字 描述 價值
類型 連結服務的類型。 'TeamDesk' (必要)
typeProperties TeamDesk 連結的服務屬性。 TeamDeskLinkedServiceTypeProperties (必要)

TeamDeskLinkedServiceTypeProperties

名字 描述 價值
apiToken TeamDesk 來源的 API 令牌。 SecretBase
authenticationType 要使用的驗證類型。 'Basic'
'Token' (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 TeamDesk 來源的密碼。 SecretBase
url 連線 TeamDesk 來源的 URL。 Type:string (或 expression with resultType string) 。 任何 (必要)
userName TeamDesk 來源的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

TeradataLinkedService

名字 描述 價值
類型 連結服務的類型。 'Teradata' (必要)
typeProperties Teradata 鏈接服務屬性。 TeradataLinkedServiceTypeProperties (必要)

TeradataLinkedServiceTypeProperties

名字 描述 價值
authenticationType 要用於連接的 AuthenticationType。 'Basic'
'Windows'
connectionString Teradata ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 驗證的密碼。 SecretBase
伺服器 線上的伺服器名稱。 Type:string (或 expression with resultType string) 。 任何
username 驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

TwilioLinkedService

名字 描述 價值
類型 連結服務的類型。 'Twilio' (必要)
typeProperties Twilio 連結服務屬性。 TwilioLinkedServiceTypeProperties (必要)

TwilioLinkedServiceTypeProperties

名字 描述 價值
密碼 Twilio 服務的驗證令牌。 SecretBase (必要)
userName Twilio 服務的帳戶 SID。 Type:string (或 expression with resultType string) 。 任何 (必要)

VerticaLinkedService

名字 描述 價值
類型 連結服務的類型。 'Vertica' (必要)
typeProperties Vertica 連結服務屬性。 VerticaLinkedServiceTypeProperties (必要)

VerticaLinkedServiceTypeProperties

名字 描述 價值
connectionString ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
資料庫 連接的資料庫名稱。 類型:字串。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
港口 連接的埠。 類型:整數。 任何
pwd 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
伺服器 線上的伺服器名稱。 類型:字串。 任何
uid 驗證的用戶名稱。 類型:字串。 任何

WarehouseLinkedService

名字 描述 價值
類型 連結服務的類型。 'Warehouse' (必要)
typeProperties Microsoft網狀架構倉儲連結服務屬性。 WarehouseLinkedServiceTypeProperties (必要)

WarehouseLinkedServiceTypeProperties

名字 描述 價值
artifactId Microsoft網狀架構倉儲成品的標識碼。 Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
端點 網狀架構倉儲伺服器的端點Microsoft。 Type:string (或 expression with resultType string) 。 任何 (必要)
servicePrincipalCredential Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 用來針對Microsoft網狀架構倉儲進行驗證的應用程式標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 用來針對 Microsoft 網狀架構倉儲進行驗證的應用程式金鑰。 SecretBase
房客 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何
workspaceId Microsoft Fabric 工作區的標識碼。 Type:string (或 expression with resultType string) 。 任何

WebAnonymousAuthentication

名字 描述 價值
authenticationType 用來連線至 Web 資料表來源的驗證類型。 'Anonymous' (必要)

WebBasicAuthentication

名字 描述 價值
authenticationType 用來連線至 Web 資料表來源的驗證類型。 'Basic' (必要)
密碼 基本身份驗證的密碼。 SecretBase (必要)
username 基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

WebClientCertificateAuthentication

名字 描述 價值
authenticationType 用來連線至 Web 資料表來源的驗證類型。 'ClientCertificate' (必要)
密碼 PFX 檔案的密碼。 SecretBase (必要)
pfx PFX 檔案的Base64編碼內容。 SecretBase (必要)

WebLinkedService

名字 描述 價值
類型 連結服務的類型。 'Web' (必要)
typeProperties Web 連結服務屬性。 WebLinkedServiceTypeProperties (必要)

WebLinkedServiceTypeProperties

名字 描述 價值
authenticationType 將 類型設定為 'Anonymous',WebAnonymousAuthentication。 將 類型設定為 'Basic' WebBasicAuthentication。 針對類型 WebClientCertificateAuthentication設定為 'ClientCertificate'。 'Anonymous'
'Basic'
'ClientCertificate' (必要)
url Web 服務端點的 URL,例如 https://www.microsoft.com 。 Type:string (或 expression with resultType string) 。 任何 (必要)

XeroLinkedService

名字 描述 價值
類型 連結服務的類型。 'Xero' (必要)
typeProperties Xero Service 連結服務屬性。 XeroLinkedServiceTypeProperties (必要)

XeroLinkedServiceTypeProperties

名字 描述 價值
connectionProperties 用來連線到 Xero 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 任何
consumerKey 與 Xero 應用程式相關聯的取用者金鑰。 SecretBase
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 Xero 伺服器的端點。 (即 api.xero.com) 任何
privateKey 針對 Xero 私人應用程式產生的 .pem 檔案中的私鑰。 您必須包含 .pem 檔案中的所有文字,包括 Unix 行結尾(
).
SecretBase
useEncryptedEndpoints 指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 任何
useHostVerification 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。 任何
usePeerVerification 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。 任何

ZendeskLinkedService

名字 描述 價值
類型 連結服務的類型。 'Zendesk' (必要)
typeProperties Zendesk 鏈接服務屬性。 ZendeskLinkedServiceTypeProperties (必要)

ZendeskLinkedServiceTypeProperties

名字 描述 價值
apiToken Zendesk 來源的 API 令牌。 SecretBase
authenticationType 要使用的驗證類型。 'Basic'
'Token' (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 Zendesk 來源的密碼。 SecretBase
url 用來連接 Zendesk 來源的 URL。 Type:string (或 expression with resultType string) 。 任何 (必要)
userName Zendesk 來源的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

ZohoLinkedService

名字 描述 價值
類型 連結服務的類型。 'Zoho' (必要)
typeProperties Zoho 伺服器鏈接服務屬性。 ZohoLinkedServiceTypeProperties (必要)

ZohoLinkedServiceTypeProperties

名字 描述 價值
accessToken Zoho 驗證的存取令牌。 SecretBase
connectionProperties 用來連線到 Zoho 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
端點 Zoho 伺服器的端點。 (即 crm.zoho.com/crm/private) 任何
useEncryptedEndpoints 指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 任何
useHostVerification 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。 任何
usePeerVerification 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。 任何

快速入門範例

下列快速入門範例會部署此資源類型。

Bicep 檔案 描述
建立 V2 Data Factory 此範本會建立 V2 資料處理站,將資料從 Azure Blob 記憶體中的資料夾複製到記憶體中的另一個資料夾。
在 Azure 架構上部署體育分析 建立已啟用 ADLS Gen 2 的 Azure 記憶體帳戶、具有記憶體帳戶連結服務的 Azure Data Factory 實例(如果已部署的 Azure SQL Database),以及 Azure Databricks 實例。 部署範本和 ADF 實例受控識別的使用者 AAD 身分識別,將會在記憶體帳戶上授與記憶體 Blob 數據參與者角色。 還有一個選項可用來部署 Azure Key Vault 實例、Azure SQL Database 和 Azure 事件中樞(適用於串流使用案例)。 部署 Azure Key Vault 時,部署範本之使用者的 Data Factory 受控識別和 AAD 身分識別將會獲得 Key Vault 秘密使用者角色。
Azure Data Factory 可以 更多 - 按兩下即可嘗試 Azure Data Factory 此範本會建立數據處理站管線,以將複製活動從 Azure Blob 複製到另一個 Azure Blob

ARM 樣本資源定義

factoryies/linkedservices 資源類型可以使用目標作業來部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.DataFactory/factories/linkedservices 資源,請將下列 JSON 新增至範本。

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

WebLinkedServiceTypeProperties 物件

設定 authenticationType 屬性 ,以指定對象的類型。

針對 匿名,請使用:

{
  "authenticationType": "Anonymous"
}

針對 Basic,請使用:

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

針對 ClientCertificate,請使用:

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

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": "string"
      },
      "servicePrincipalId": {},
      "servicePrincipalKey": {
        "type": "string"
        // For remaining properties, see SecretBase objects
      }
    },
    "applicationIntent": {},
    "authenticationType": "string",
    "commandTimeout": {},
    "connectionString": {},
    "connectRetryCount": {},
    "connectRetryInterval": {},
    "connectTimeout": {},
    "database": {},
    "encrypt": {},
    "encryptedCredential": "string",
    "failoverPartner": {},
    "hostNameInCertificate": {},
    "integratedSecurity": {},
    "loadBalanceTimeout": {},
    "maxPoolSize": {},
    "minPoolSize": {},
    "multipleActiveResultSets": {},
    "multiSubnetFailover": {},
    "packetSize": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "pooling": {},
    "server": {},
    "trustServerCertificate": {},
    "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": "string"
    },
    "encryptedCredential": "string",
    "linkedServiceName": {
      "parameters": {
        "{customized property}": {}
      },
      "referenceName": "string",
      "type": "string"
    },
    "poolName": {}
  }
}

針對 AzureBlobFS,請使用:

{
  "type": "AzureBlobFS",
  "typeProperties": {
    "accountKey": {},
    "azureCloudType": {},
    "credential": {
      "referenceName": "string",
      "type": "string"
    },
    "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": "string"
      },
      "type": "string"
    },
    "accountKind": {},
    "authenticationType": "string",
    "azureCloudType": {},
    "connectionString": {},
    "containerUri": {},
    "credential": {
      "referenceName": "string",
      "type": "string"
    },
    "encryptedCredential": "string",
    "sasToken": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    },
    "sasUri": {},
    "serviceEndpoint": {},
    "servicePrincipalId": {},
    "servicePrincipalKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "tenant": {}
  }
}

針對 AzureDataExplorer,請使用:

{
  "type": "AzureDataExplorer",
  "typeProperties": {
    "credential": {
      "referenceName": "string",
      "type": "string"
    },
    "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": "string"
    },
    "dataLakeStoreUri": {},
    "encryptedCredential": "string",
    "resourceGroupName": {},
    "servicePrincipalId": {},
    "servicePrincipalKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "subscriptionId": {},
    "tenant": {}
  }
}

針對 AzureDatabricks,請使用:

{
  "type": "AzureDatabricks",
  "typeProperties": {
    "accessToken": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "authentication": {},
    "credential": {
      "referenceName": "string",
      "type": "string"
    },
    "domain": {},
    "encryptedCredential": "string",
    "existingClusterId": {},
    "instancePoolId": {},
    "newClusterCustomTags": {
      "{customized property}": {}
    },
    "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": "string"
    },
    "domain": {},
    "encryptedCredential": "string",
    "workspaceResourceId": {}
  }
}

針對 AzureFileStorage,請使用:

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

針對 azureFunction,請使用:

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

針對 AzureKeyVault,請使用:

{
  "type": "AzureKeyVault",
  "typeProperties": {
    "baseUrl": {},
    "credential": {
      "referenceName": "string",
      "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": {}
  }
}

針對 azureMariaDB ,請使用:

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

針對 azureMySql,請使用:

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

針對 AzurePostgreSql,請使用:

{
  "type": "AzurePostgreSql",
  "typeProperties": {
    "commandTimeout": {},
    "connectionString": {},
    "database": {},
    "encoding": {},
    "encryptedCredential": "string",
    "password": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    },
    "port": {},
    "readBufferSize": {},
    "server": {},
    "sslMode": {},
    "timeout": {},
    "timezone": {},
    "trustServerCertificate": {},
    "username": {}
  }
}

針對 AzureSearch,請使用:

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

針對 azureSqlDW,請使用:

{
  "type": "AzureSqlDW",
  "typeProperties": {
    "applicationIntent": {},
    "authenticationType": "string",
    "azureCloudType": {},
    "commandTimeout": {},
    "connectionString": {},
    "connectRetryCount": {},
    "connectRetryInterval": {},
    "connectTimeout": {},
    "credential": {
      "referenceName": "string",
      "type": "string"
    },
    "database": {},
    "encrypt": {},
    "encryptedCredential": "string",
    "failoverPartner": {},
    "hostNameInCertificate": {},
    "integratedSecurity": {},
    "loadBalanceTimeout": {},
    "maxPoolSize": {},
    "minPoolSize": {},
    "multipleActiveResultSets": {},
    "multiSubnetFailover": {},
    "packetSize": {},
    "password": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    },
    "pooling": {},
    "server": {},
    "servicePrincipalCredential": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "servicePrincipalCredentialType": {},
    "servicePrincipalId": {},
    "servicePrincipalKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "tenant": {},
    "trustServerCertificate": {},
    "userName": {}
  }
}

針對 AzureSqlDatabase,請使用:

{
  "type": "AzureSqlDatabase",
  "typeProperties": {
    "alwaysEncryptedSettings": {
      "alwaysEncryptedAkvAuthType": "string",
      "credential": {
        "referenceName": "string",
        "type": "string"
      },
      "servicePrincipalId": {},
      "servicePrincipalKey": {
        "type": "string"
        // For remaining properties, see SecretBase objects
      }
    },
    "applicationIntent": {},
    "authenticationType": "string",
    "azureCloudType": {},
    "commandTimeout": {},
    "connectionString": {},
    "connectRetryCount": {},
    "connectRetryInterval": {},
    "connectTimeout": {},
    "credential": {
      "referenceName": "string",
      "type": "string"
    },
    "database": {},
    "encrypt": {},
    "encryptedCredential": "string",
    "failoverPartner": {},
    "hostNameInCertificate": {},
    "integratedSecurity": {},
    "loadBalanceTimeout": {},
    "maxPoolSize": {},
    "minPoolSize": {},
    "multipleActiveResultSets": {},
    "multiSubnetFailover": {},
    "packetSize": {},
    "password": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    },
    "pooling": {},
    "server": {},
    "servicePrincipalCredential": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "servicePrincipalCredentialType": {},
    "servicePrincipalId": {},
    "servicePrincipalKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "tenant": {},
    "trustServerCertificate": {},
    "userName": {}
  }
}

針對 AzureSqlMI,請使用:

{
  "type": "AzureSqlMI",
  "typeProperties": {
    "alwaysEncryptedSettings": {
      "alwaysEncryptedAkvAuthType": "string",
      "credential": {
        "referenceName": "string",
        "type": "string"
      },
      "servicePrincipalId": {},
      "servicePrincipalKey": {
        "type": "string"
        // For remaining properties, see SecretBase objects
      }
    },
    "applicationIntent": {},
    "authenticationType": "string",
    "azureCloudType": {},
    "commandTimeout": {},
    "connectionString": {},
    "connectRetryCount": {},
    "connectRetryInterval": {},
    "connectTimeout": {},
    "credential": {
      "referenceName": "string",
      "type": "string"
    },
    "database": {},
    "encrypt": {},
    "encryptedCredential": "string",
    "failoverPartner": {},
    "hostNameInCertificate": {},
    "integratedSecurity": {},
    "loadBalanceTimeout": {},
    "maxPoolSize": {},
    "minPoolSize": {},
    "multipleActiveResultSets": {},
    "multiSubnetFailover": {},
    "packetSize": {},
    "password": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    },
    "pooling": {},
    "server": {},
    "servicePrincipalCredential": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "servicePrincipalCredentialType": {},
    "servicePrincipalId": {},
    "servicePrincipalKey": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "tenant": {},
    "trustServerCertificate": {},
    "userName": {}
  }
}

針對 AzureStorage,請使用:

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

針對 AzureSynapseArtifacts,請使用:

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

針對 AzureTableStorage,請使用:

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

針對 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": {},
    "domain": {},
    "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": "string"
    },
    "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": "string"
      },
      "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": "string",
    "certificateCommonName": {},
    "connectionString": {},
    "database": {},
    "encryptedCredential": "string",
    "packageCollection": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "server": {},
    "username": {}
  }
}

針對 Drill,請使用:

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

針對 Dynamics,請使用:

{
  "type": "Dynamics",
  "typeProperties": {
    "authenticationType": {},
    "credential": {
      "referenceName": "string",
      "type": "string"
    },
    "deploymentType": {},
    "domain": {},
    "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": {},
    "credential": {
      "referenceName": "string",
      "type": "string"
    },
    "deploymentType": {},
    "domain": {},
    "encryptedCredential": "string",
    "hostName": {},
    "organizationName": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "port": {},
    "servicePrincipalCredential": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "servicePrincipalCredentialType": {},
    "servicePrincipalId": {},
    "serviceUri": {},
    "username": {}
  }
}

針對 Eloqua,請使用:

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

針對 FileServer,請使用:

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

針對 ftpServer ,請使用:

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

針對 GoogleAdWords,請使用:

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

若為 GoogleBigQuery,請使用:

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

針對 GoogleBigQueryV2,請使用:

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

針對 GoogleCloudStorage,請使用:

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

針對 GoogleSheets,請使用:

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

針對 Greenplum,請使用:

{
  "type": "Greenplum",
  "typeProperties": {
    "connectionString": {},
    "encryptedCredential": "string",
    "pwd": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "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": {}
  }
}

針對 HDInsight,請使用:

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

針對 HDInsightOnDemand,請使用:

{
  "type": "HDInsightOnDemand",
  "typeProperties": {
    "additionalLinkedServiceNames": [
      {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      }
    ],
    "clusterNamePrefix": {},
    "clusterPassword": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "clusterResourceGroup": {},
    "clusterSize": {},
    "clusterSshPassword": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "clusterSshUserName": {},
    "clusterType": {},
    "clusterUserName": {},
    "coreConfiguration": {},
    "credential": {
      "referenceName": "string",
      "type": "string"
    },
    "dataNodeSize": {},
    "encryptedCredential": "string",
    "hBaseConfiguration": {},
    "hcatalogLinkedServiceName": {
      "parameters": {
        "{customized property}": {}
      },
      "referenceName": "string",
      "type": "string"
    },
    "hdfsConfiguration": {},
    "headNodeSize": {},
    "hiveConfiguration": {},
    "hostSubscriptionId": {},
    "linkedServiceName": {
      "parameters": {
        "{customized property}": {}
      },
      "referenceName": "string",
      "type": "string"
    },
    "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": {}
  }
}

針對 Hdfs,請使用:

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

針對 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": "string"
      },
      "type": "string"
    },
    "port": {},
    "server": {},
    "sslMode": {},
    "username": {},
    "useSystemTrustStore": {}
  }
}

針對 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": {
    "allowZeroDateTime": {},
    "connectionString": {},
    "connectionTimeout": {},
    "convertZeroDateTime": {},
    "database": {},
    "driverVersion": {},
    "encryptedCredential": "string",
    "guidFormat": {},
    "password": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    },
    "port": {},
    "server": {},
    "sslCert": {},
    "sslKey": {},
    "sslMode": {},
    "treatTinyAsBoolean": {},
    "username": {},
    "useSystemTrustStore": {}
  }
}

針對 Netezza,請使用:

{
  "type": "Netezza",
  "typeProperties": {
    "connectionString": {},
    "encryptedCredential": "string",
    "pwd": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "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": "string"
      },
      "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": "string"
      },
      "type": "string"
    }
  }
}

針對 PostgreSqlV2,請使用:

{
  "type": "PostgreSqlV2",
  "typeProperties": {
    "authenticationType": {},
    "commandTimeout": {},
    "connectionTimeout": {},
    "database": {},
    "encoding": {},
    "encryptedCredential": "string",
    "logParameters": {},
    "password": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "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": {}
  }
}

針對 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": {}
  }
}

針對 Quickbase,請使用:

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

針對 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": "string"
    },
    "enableServerCertificateValidation": {},
    "encryptedCredential": "string",
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "resource": {},
    "scope": {},
    "servicePrincipalCredentialType": {},
    "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": {},
    "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",
    "servicePrincipalCredentialType": {},
    "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
    },
    "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": "string"
      },
      "type": "string"
    }
  }
}

針對 SnowflakeV2,請使用:

{
  "type": "SnowflakeV2",
  "typeProperties": {
    "accountIdentifier": {},
    "authenticationType": "string",
    "clientId": {},
    "clientSecret": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "database": {},
    "encryptedCredential": "string",
    "host": {},
    "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": "string"
      },
      "servicePrincipalId": {},
      "servicePrincipalKey": {
        "type": "string"
        // For remaining properties, see SecretBase objects
      }
    },
    "applicationIntent": {},
    "authenticationType": "string",
    "commandTimeout": {},
    "connectionString": {},
    "connectRetryCount": {},
    "connectRetryInterval": {},
    "connectTimeout": {},
    "credential": {
      "referenceName": "string",
      "type": "string"
    },
    "database": {},
    "encrypt": {},
    "encryptedCredential": "string",
    "failoverPartner": {},
    "hostNameInCertificate": {},
    "integratedSecurity": {},
    "loadBalanceTimeout": {},
    "maxPoolSize": {},
    "minPoolSize": {},
    "multipleActiveResultSets": {},
    "multiSubnetFailover": {},
    "packetSize": {},
    "password": {
      "type": "string"
      // For remaining properties, see SecretBase objects
    },
    "pooling": {},
    "server": {},
    "trustServerCertificate": {},
    "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": {},
    "database": {},
    "encryptedCredential": "string",
    "port": {},
    "pwd": {
      "secretName": {},
      "secretVersion": {},
      "store": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "string"
      },
      "type": "string"
    },
    "server": {},
    "uid": {}
  }
}

針對 Warehouse,請使用:

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

針對 Web,請使用:

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

針對 Xero,請使用:

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

針對 Zendesk,請使用:

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

針對 Zoho,請使用:

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

SecretBase 物件

設定 類型 屬性,以指定物件的類型。

針對 AzureKeyVaultSecret,請使用:

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

針對 SecureString,請使用:

{
  "type": "SecureString",
  "value": "string"
}

屬性值

AmazonMWSLinkedService

名字 描述 價值
類型 連結服務的類型。 “AmazonMWS” (必要)
typeProperties Amazon Marketplace Web Service 鏈接服務屬性。 AmazonMWSLinkedServiceTypeProperties (必要)

AmazonMWSLinkedServiceTypeProperties

名字 描述 價值
accessKeyId 用來存取資料的存取金鑰標識碼。 任何 (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
端點 AmazonMWS 伺服器的端點(亦即 mws.amazonservices.com) 任何 (必要)
marketplaceID 您想要從中擷取數據的 Amazon Marketplace 識別碼。 若要從多個 Marketplace 識別符擷取數據,請以逗號 (,, ) 分隔它們。 (即A2EUQ1WTGCTBG2) 任何 (必要)
mwsAuthToken AmazonMWS 驗證令牌。 SecretBase
secretKey 用來存取資料的秘密金鑰。 SecretBase
sellerID Amazon 賣方標識符。 任何 (必要)
useEncryptedEndpoints 指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 任何
useHostVerification 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。 任何
usePeerVerification 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。 任何

AmazonRdsForLinkedServiceTypeProperties

名字 描述 價值
connectionString 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何 (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 SecretBase

AmazonRdsForOracleLinkedService

名字 描述 價值
類型 連結服務的類型。 'AmazonRdsForOracle' (必要)
typeProperties AmazonRdsForOracle 資料庫連結服務屬性。 AmazonRdsForLinkedServiceTypeProperties (必要)

AmazonRdsForSqlServerLinkedService

名字 描述 價值
類型 連結服務的類型。 'AmazonRdsForSqlServer' (必要)
typeProperties 適用於 SQL Server 連結服務屬性的 Amazon RDS。 AmazonRdsForSqlServerLinkedServiceTypeProperties (必要)

AmazonRdsForSqlServerLinkedServiceTypeProperties

名字 描述 價值
alwaysEncryptedSettings Sql 一律加密的屬性。 SqlAlwaysEncryptedProperties
applicationIntent 聯機到建議版本所使用的伺服器時,應用程式工作負載類型。 可能的值為 ReadOnly 和 ReadWrite。 Type:string (或 expression with resultType string) 。 任何
authenticationType 用於驗證的類型。 類型:字串。 'SQL'
'Windows'
commandTimeout 終止嘗試執行命令並產生錯誤之前的預設等候時間(以秒為單位),由建議的版本使用。 類型:integer (或 expression with resultType integer) 。 任何
connectionString 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
connectRetryCount 識別建議版本所使用的閑置連線失敗之後嘗試的重新連線數目。 這必須是介於 0 到 255 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
connectRetryInterval 識別建議版本所使用的閑置連線失敗之後,每個重新連線嘗試之間的時間量(以秒為單位)。 這必須是介於 1 到 60 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
connectTimeout 在終止嘗試並產生建議版本所使用的錯誤之前,等候伺服器連線的時間長度(以秒為單位)。 類型:integer (或 expression with resultType integer) 。 任何
資料庫 建議版本所使用的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何
加密 指出客戶端與伺服器之間傳送的所有數據是否需要 TLS 加密,供建議版本使用。 可能的值為 true/yes/mandatory、false/no/optional 和 strict。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
failoverPartner 如果主伺服器關閉,建議版本會使用所要連線之夥伴伺服器的名稱或位址。 Type:string (或 expression with resultType string) 。 任何
hostNameInCertificate 驗證連線之伺服器證書時要使用的主機名。 若未指定,來自數據源的伺服器名稱會用於建議版本所使用的憑證驗證。 Type:string (或 expression with resultType string) 。 任何
integratedSecurity 指出是否在連線中指定使用者標識碼和密碼(若為 false),或目前的 Windows 帳戶認證是否用於驗證(若為 true),供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
loadBalanceTimeout 在被建議版本使用之前,聯機生存在聯機集區中的最短時間,以秒為單位。 類型:integer (或 expression with resultType integer) 。 任何
maxPoolSize 此特定連接字串的連線區中允許的連線數目上限,供建議版本使用。 類型:integer (或 expression with resultType integer) 。 任何
minPoolSize 建議版本所使用的此特定連接字串,聯機集區中允許的連線數目下限。 類型:integer (或 expression with resultType integer) 。 任何
multipleActiveResultSets 若為 true,應用程式可以維護多個作用中結果集 (MARS)。 若為 false,應用程式必須先處理或取消一個批次的所有結果集,才能在該連線上執行任何其他批次,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
multiSubnetFailover 如果您的應用程式連線到不同子網上的 AlwaysOn 可用性群組 (AG),則設定 MultiSubnetFailover=true 可讓您更快速地偵測並連線到建議版本所使用的作用中伺服器。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
packetSize 網路封包的大小,以位元組為單位,用來與建議版本所使用的伺服器實例通訊。 類型:integer (或 expression with resultType integer) 。 任何
密碼 內部部署 Windows 驗證密碼。 SecretBase
指出每次要求連線時,是否要集區或明確開啟連線,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
伺服器 建議版本所使用的 SQL Server 實例名稱或網路位址。 Type:string (或 expression with resultType string) 。 任何
trustServerCertificate 指出通道是否會在略過憑證鏈結以驗證建議版本所使用的信任時加密。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
userName 內部部署 Windows 驗證用戶名稱。 Type:string (或 expression with resultType string) 。 任何

AmazonRedshiftLinkedService

名字 描述 價值
類型 連結服務的類型。 'AmazonRedshift' (必要)
typeProperties Amazon Redshift 鏈接服務屬性。 AmazonRedshiftLinkedServiceTypeProperties (必要)

AmazonRedshiftLinkedServiceTypeProperties

名字 描述 價值
資料庫 Amazon Redshift 來源的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 Amazon Redshift 來源的密碼。 SecretBase
港口 Amazon Redshift 伺服器用來接聽用戶端連線的 TCP 連接埠號碼。 預設值為5439。 類型:integer (或 expression with resultType integer) 。 任何
伺服器 Amazon Redshift 伺服器的名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
username Amazon Redshift 來源的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

AmazonS3CompatibleLinkedService

名字 描述 價值
類型 連結服務的類型。 'AmazonS3Compatible' (必要)
typeProperties Amazon S3 相容連結服務屬性。 AmazonS3CompatibleLinkedServiceTypeProperties (必要)

AmazonS3CompatibleLinkedServiceTypeProperties

名字 描述 價值
accessKeyId Amazon S3 相容身分識別和存取管理 (IAM) 使用者的存取密鑰標識碼。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
forcePathStyle 如果為 true,請使用 S3 路徑樣式存取,而不是虛擬託管樣式存取。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
secretAccessKey Amazon S3 相容身分識別和存取管理 (IAM) 使用者的秘密存取密鑰。 SecretBase
serviceUrl 這個值會指定要使用 Amazon S3 相容連接器存取的端點。 這是選擇性屬性;只有在您想要嘗試不同的服務端點或想要在 HTTPs 和 HTTP 之間切換時,才變更它。 Type:string (或 expression with resultType string) 。 任何

AmazonS3LinkedService

名字 描述 價值
類型 連結服務的類型。 'AmazonS3' (必要)
typeProperties Amazon S3 連結服務屬性。 AmazonS3LinkedServiceTypeProperties (必要)

AmazonS3LinkedServiceTypeProperties

名字 描述 價值
accessKeyId Amazon S3 身分識別與存取管理 (IAM) 使用者的存取密鑰標識碼。 Type:string (或 expression with resultType string) 。 任何
authenticationType S3 的驗證類型。 允許的值:AccessKey(預設值)或 TemporarySecurityCredentials。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
secretAccessKey Amazon S3 身分識別與存取管理 (IAM) 使用者的秘密存取密鑰。 SecretBase
serviceUrl 這個值會指定要使用 S3 連接器存取的端點。 這是選擇性屬性;只有在您想要嘗試不同的服務端點或想要在 HTTPs 和 HTTP 之間切換時,才變更它。 Type:string (或 expression with resultType string) 。 任何
sessionToken S3 暫存安全性認證的會話令牌。 SecretBase

AppFiguresLinkedService

名字 描述 價值
類型 連結服務的類型。 'AppFigures' (必要)
typeProperties AppFigures 連結服務屬性。 AppFiguresLinkedServiceTypeProperties (必要)

AppFiguresLinkedServiceTypeProperties

名字 描述 價值
clientKey AppFigures 來源的用戶端金鑰。 SecretBase (必要)
密碼 AppFigures 來源的密碼。 SecretBase (必要)
userName Appfigures 來源的用戶名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

AsanaLinkedService

名字 描述 價值
類型 連結服務的類型。 'Asana' (必要)
typeProperties Asana 連結服務屬性。 AsanaLinkedServiceTypeProperties (必要)

AsanaLinkedServiceTypeProperties

名字 描述 價值
apiToken Asana 來源的 API 令牌。 SecretBase (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串

AzureBatchLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureBatch' (必要)
typeProperties Azure Batch 鏈接服務屬性。 AzureBatchLinkedServiceTypeProperties (必要)

AzureBatchLinkedServiceTypeProperties

名字 描述 價值
accessKey Azure Batch 帳戶存取金鑰。 SecretBase
accountName Azure Batch 帳戶名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
batchUri Azure Batch URI。 Type:string (或 expression with resultType string) 。 任何 (必要)
憑據 包含驗證資訊的認證參考。 CredentialReference
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
linkedServiceName Azure 記憶體連結服務參考。 LinkedServiceReference (必要)
poolName Azure Batch 集區名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

AzureBlobFSLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureBlobFS' (必要)
typeProperties Azure Data Lake Storage Gen2 鏈接的服務屬性。 AzureBlobFSLinkedServiceTypeProperties (必要)

AzureBlobFSLinkedServiceTypeProperties

名字 描述 價值
accountKey Azure Data Lake Storage Gen2 服務的帳戶密鑰。 Type:string (或 expression with resultType string) 。 任何
azureCloudType 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
憑據 包含驗證資訊的認證參考。 CredentialReference
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
sasToken sasToken 在 sas uri 中的 Azure 金鑰保存庫秘密參考。 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 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 用來針對 Azure Data Lake Storage Gen2 帳戶進行驗證的應用程式識別碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 用來針對 Azure Data Lake Storage Gen2 帳戶進行驗證的應用程式密鑰。 SecretBase
房客 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何
url Azure Data Lake Storage Gen2 服務的端點。 Type:string (或 expression with resultType string) 。 任何

AzureBlobStorageLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureBlobStorage' (必要)
typeProperties Azure Blob 記憶體連結服務屬性。 AzureBlobStorageLinkedServiceTypeProperties (必要)

AzureBlobStorageLinkedServiceTypeProperties

名字 描述 價值
accountKey 連接字串中 accountKey 的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
accountKind 指定記憶體帳戶的類型。 允許的值為:記憶體(一般用途 v1)、StorageV2(一般用途 v2)、BlobStorage 或 BlockBlobStorage。 Type:string (或 expression with resultType string) 。 任何
authenticationType 用於驗證的類型。 類型:字串。 'AccountKey'
'Anonymous'
'Msi'
'SasUri'
'ServicePrincipal'
azureCloudType 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
connectionString 連接字串。 它與 sasUri、serviceEndpoint 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
containerUri Azure Blob 記憶體資源的容器 URI 僅支援匿名存取。 Type:string (或 expression with resultType string) 。 任何
憑據 包含驗證資訊的認證參考。 CredentialReference
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
sasToken sasToken 在 sas uri 中的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
sasUri Azure Blob 記憶體資源的 SAS URI。 它與 connectionString、serviceEndpoint 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
serviceEndpoint Azure Blob 記憶體資源的 Blob 服務端點。 它與 connectionString、sasUri 屬性互斥。 任何
servicePrincipalId 用來向 Azure SQL 數據倉儲進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 用來對 Azure SQL 數據倉儲進行驗證的服務主體密鑰。 SecretBase
房客 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何

AzureDatabricksDeltaLakeLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureDatabricksDeltaLake' (必要)
typeProperties Azure Databricks Delta Lake 鏈接服務屬性。 AzureDatabricksDetltaLakeLinkedServiceTypeProperties (必要)

AzureDatabricksDetltaLakeLinkedServiceTypeProperties

名字 描述 價值
accessToken databricks REST API 的存取令牌。 請參閱 https://docs.azuredatabricks.net/api/latest/authentication.html。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 SecretBase
clusterId 將用於此作業所有執行的現有互動式叢集標識碼。 Type:string (或 expression with resultType string) 。 任何
憑據 包含驗證資訊的認證參考。 CredentialReference
<REGION>.azuredatabricks.net,您的 Databricks 部署功能變數名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
workspaceResourceId databricks REST API 的工作區資源標識符。 Type:string (或 expression with resultType string) 。 任何

AzureDatabricksLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureDatabricks' (必要)
typeProperties Azure Databricks 鏈接服務屬性。 AzureDatabricksLinkedServiceTypeProperties (必要)

AzureDatabricksLinkedServiceTypeProperties

名字 描述 價值
accessToken databricks REST API 的存取令牌。 請參閱 https://docs.azuredatabricks.net/api/latest/authentication.html。 Type:string (或 expression with resultType string) 。 SecretBase
認證 如果針對 databricks REST API 使用工作區資源標識碼,則需要指定 MSI。 Type:string (或 expression with resultType string) 。 任何
憑據 包含驗證資訊的認證參考。 CredentialReference
<REGION>.azuredatabricks.net,您的 Databricks 部署功能變數名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
existingClusterId 將用於此活動之所有執行的現有互動式叢集標識碼。 Type:string (或 expression with resultType string) 。 任何
instancePoolId 將用於此活動之所有執行的現有實例集區的標識碼。 Type:string (或 expression with resultType string) 。 任何
newClusterCustomTags 叢集資源的其他標籤。 實例集區組態中會忽略這個屬性。 AzureDatabricksLinkedServiceTypePropertiesNewClusterCustomTags
newClusterDriverNodeType 新作業叢集的驅動程序節點類型。 實例集區組態中會忽略這個屬性。 Type:string (或 expression with resultType string) 。 任何
newClusterEnableElasticDisk 在新叢集上啟用彈性磁碟。 現在會忽略此屬性,並在 Databricks 中採用預設的彈性磁碟行為(一律啟用彈性磁碟)。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
newClusterInitScripts 新叢集的使用者定義初始化腳本。 類型:字串陣列(或 Expression 搭配 resultType 字串陣列)。 任何
newClusterLogDestination 指定要傳遞 Spark 驅動程式、背景工作和事件記錄檔的位置。 Type:string (或 expression with resultType string) 。 任何
newClusterNodeType 新作業叢集的節點類型。 如果指定 newClusterVersion 且未指定 instancePoolId,則需要此屬性。 如果指定 instancePoolId,則會忽略這個屬性。 Type:string (或 expression with resultType string) 。 任何
newClusterNumOfWorker 如果未使用現有的互動式叢集,這會指定要用於新作業叢集或實例集區的背景工作節點數目。 對於新的作業叢集,這是字串格式的 Int32,例如 '1' 表示 numOfWorker 為 1 或 '1:10' 表示從 1(最小值)自動調整為 10(最大值)。 例如集區,這是字串格式的 Int32,而且只能指定固定數目的背景工作節點,例如 『2』。 如果指定 newClusterVersion,則為必要專案。 Type:string (或 expression with resultType string) 。 任何
newClusterSparkConf 一組選擇性、使用者指定的Spark組態索引鍵/值組。 AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkConf
newClusterSparkEnvVars 一組選擇性、使用者指定的Spark環境變數機碼/值組。 AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkEnvVars
newClusterVersion 如果未使用現有的互動式叢集,這會指定針對每個活動執行所建立之新作業叢集或實例集區節點的Spark版本。 如果指定 instancePoolId,則為必要專案。 Type:string (或 expression with resultType string) 。 任何
policyId 限制根據使用者定義規則集設定叢集的能力的原則標識碼。 Type:string (或 expression with resultType string) 。 任何
workspaceResourceId databricks REST API 的工作區資源標識符。 Type:string (或 expression with resultType string) 。 任何

AzureDatabricksLinkedServiceTypePropertiesNewClusterCustomTags

名字 描述 價值

AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkConf

名字 描述 價值

AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkEnvVars

名字 描述 價值

AzureDataExplorerLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureDataExplorer' (必要)
typeProperties Azure 資料總管 (Kusto) 連結服務屬性。 AzureDataExplorerLinkedServiceTypeProperties (必要)

AzureDataExplorerLinkedServiceTypeProperties

名字 描述 價值
憑據 包含驗證資訊的認證參考。 CredentialReference
資料庫 連接的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
端點 Azure 數據總管的端點(引擎的端點)。 URL 的格式為 clusterName>https://<。<regionName>.kusto.windows.net。 類型:string (或 expression with resultType string) 任何 (必要)
servicePrincipalId 用來向 Azure 數據總管進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 用來對 Kusto 進行驗證的服務主體金鑰。 SecretBase
房客 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何

AzureDataLakeAnalyticsLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureDataLakeAnalytics' (必要)
typeProperties Azure Data Lake Analytics 鏈接服務屬性。 AzureDataLakeAnalyticsLinkedServiceTypeProperties (必要)

AzureDataLakeAnalyticsLinkedServiceTypeProperties

名字 描述 價值
accountName Azure Data Lake Analytics 帳戶名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
dataLakeAnalyticsUri Azure Data Lake Analytics URI 類型:字串(或具有 resultType 字串的運算式)。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
resourceGroupName Data Lake Analytics 帳戶資源組名(如果與 Data Factory 帳戶不同)。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 用來針對 Azure Data Lake Analytics 帳戶進行驗證的應用程式識別碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 用來對 Azure Data Lake Analytics 帳戶進行驗證的應用程式密鑰。 SecretBase
subscriptionId Data Lake Analytics 帳戶訂用帳戶標識碼(如果與 Data Factory 帳戶不同)。 Type:string (或 expression with resultType string) 。 任何
房客 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何 (必要)

AzureDataLakeStoreLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureDataLakeStore' (必要)
typeProperties Azure Data Lake Store 連結服務屬性。 AzureDataLakeStoreLinkedServiceTypeProperties (必要)

AzureDataLakeStoreLinkedServiceTypeProperties

名字 描述 價值
accountName Data Lake Store 帳戶名稱。 Type:string (或 expression with resultType string) 。 任何
azureCloudType 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
憑據 包含驗證資訊的認證參考。 CredentialReference
dataLakeStoreUri Data Lake Store 服務 URI。 Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
resourceGroupName Data Lake Store 帳戶資源組名(如果與 Data Factory 帳戶不同)。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 用來針對 Azure Data Lake Store 帳戶進行驗證的應用程式識別碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 用來針對 Azure Data Lake Store 帳戶進行驗證的應用程式密鑰。 SecretBase
subscriptionId Data Lake Store 帳戶訂用帳戶標識碼(如果與 Data Factory 帳戶不同)。 Type:string (或 expression with resultType string) 。 任何
房客 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何

AzureFileStorageLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureFileStorage' (必要)
typeProperties Azure 檔案記憶體連結服務屬性。 AzureFileStorageLinkedServiceTypeProperties (必要)

AzureFileStorageLinkedServiceTypeProperties

名字 描述 價值
accountKey 連接字串中 accountKey 的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
connectionString 連接字串。 它與 sasUri 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
憑據 包含驗證資訊的認證參考。 CredentialReference
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
fileShare Azure 檔案共享名稱。 使用 accountKey/sasToken 進行驗證時,這是必要專案。 Type:string (或 expression with resultType string) 。 任何
主機 伺服器的主機名。 Type:string (或 expression with resultType string) 。 任何
密碼 登入伺服器的密碼。 SecretBase
sasToken sasToken 在 sas uri 中的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
sasUri Azure 檔案資源的 SAS URI。 它與 connectionString 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
serviceEndpoint Azure 檔案記憶體資源的檔案服務端點。 它與 connectionString、sasUri 屬性互斥。 任何
快照 Azure 檔案共用快照集版本。 Type:string (或 expression with resultType string) 。 任何
userId 登入伺服器的使用者識別碼。 Type:string (或 expression with resultType string) 。 任何

AzureFunctionLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureFunction' (必要)
typeProperties Azure 函式連結服務屬性。 AzureFunctionLinkedServiceTypeProperties (必要)

AzureFunctionLinkedServiceTypeProperties

名字 描述 價值
認證 用來連線到 AzureFunction 的驗證類型(指定 MSI 的必要專案)。 Type:string (或 expression with resultType string) 。 任何
憑據 包含驗證資訊的認證參考。 CredentialReference
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
functionAppUrl Azure 函式應用程式的端點。 URL 的格式為 accountName https://<>.azurewebsites.net。 Type:string (或 expression with resultType string) 。 任何 (必要)
functionKey Azure 函式應用程式的函式或主機密鑰。 SecretBase
resourceId Azure 函式允許的令牌物件。 Type:string (或 expression with resultType string) 。 任何

AzureKeyVaultLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureKeyVault' (必要)
typeProperties Azure Key Vault 連結服務屬性。 AzureKeyVaultLinkedServiceTypeProperties (必要)

AzureKeyVaultLinkedServiceTypeProperties

名字 描述 價值
baseUrl Azure Key Vault 的基底 URL。 例如 https://myakv.vault.azure.net Type:string (或 expression with resultType string)。 任何 (必要)
憑據 包含驗證資訊的認證參考。 CredentialReference

AzureKeyVaultSecretReference

名字 描述 價值
secretName Azure Key Vault 中的秘密名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
secretVersion Azure Key Vault 中的秘密版本。 預設值是最新版本的秘密。 Type:string (或 expression with resultType string) 。 任何
商店 Azure Key Vault 鏈接服務參考。 LinkedServiceReference (必要)
類型 秘密的類型。 字串 (必要)

AzureKeyVaultSecretReference

名字 描述 價值
secretName Azure Key Vault 中的秘密名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
secretVersion Azure Key Vault 中的秘密版本。 預設值是最新版本的秘密。 Type:string (或 expression with resultType string) 。 任何
商店 Azure Key Vault 鏈接服務參考。 LinkedServiceReference (必要)
類型 秘密的類型。 'AzureKeyVaultSecret' (必要)

AzureMariaDBLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureMariaDB' (必要)
typeProperties 適用於 MariaDB 的 Azure 資料庫連結服務屬性。 AzureMariaDBLinkedServiceTypeProperties (必要)

AzureMariaDBLinkedServiceTypeProperties

名字 描述 價值
connectionString ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
pwd 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference

AzureMLLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureML' (必要)
typeProperties Azure ML Studio Web 服務鏈接服務屬性。 AzureMLLinkedServiceTypeProperties (必要)

AzureMLLinkedServiceTypeProperties

名字 描述 價值
apiKey 用來存取 Azure ML 模型端點的 API 金鑰。 SecretBase (必要)
認證 用來連線到 AzureML 的驗證類型(需要指定 MSI)。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
mlEndpoint Azure ML Studio Web 服務端點的批次執行 REST URL。 Type:string (或 expression with resultType string) 。 任何 (必要)
servicePrincipalId 用來針對 Azure ML Studio Web 服務的 ARM 型 updateResourceEndpoint 進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 用來針對 Azure ML Studio Web 服務的 ARM 型 updateResourceEndpoint 進行驗證的服務主體密鑰。 SecretBase
房客 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何
updateResourceEndpoint Azure ML Studio Web 服務端點的更新資源 REST URL。 Type:string (或 expression with resultType string) 。 任何

AzureMLServiceLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureMLService' (必要)
typeProperties Azure ML 服務鏈接服務屬性。 AzureMLServiceLinkedServiceTypeProperties (必要)

AzureMLServiceLinkedServiceTypeProperties

名字 描述 價值
認證 用來連線到 AzureML 的驗證類型(需要指定 MSI)。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
mlWorkspaceName Azure ML 服務工作區名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
resourceGroupName Azure ML 服務工作區資源組名。 Type:string (或 expression with resultType string) 。 任何 (必要)
servicePrincipalId 用來針對已發佈 Azure ML 服務管線端點進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 用來針對已發佈 Azure ML 服務管線端點進行驗證的服務主體密鑰。 SecretBase
subscriptionId Azure ML 服務工作區訂用帳戶標識碼。 Type:string (或 expression with resultType string) 。 任何 (必要)
房客 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何

AzureMySqlLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureMySql' (必要)
typeProperties Azure MySQL 資料庫連結服務屬性。 AzureMySqlLinkedServiceTypeProperties (必要)

AzureMySqlLinkedServiceTypeProperties

名字 描述 價值
connectionString 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何 (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference

AzurePostgreSqlLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzurePostgreSql' (必要)
typeProperties Azure PostgreSQL 鏈接服務屬性。 AzurePostgreSqlLinkedServiceTypeProperties (必要)

AzurePostgreSqlLinkedServiceTypeProperties

名字 描述 價值
commandTimeout 在終止嘗試並產生錯誤之前,嘗試執行命令的時間(以秒為單位)。 設定為零表示無限大。 類型:整數。 任何
connectionString ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
資料庫 連接的資料庫名稱。 類型:字串。 任何
編碼 取得或設定將用來編碼/譯碼 PostgreSQL 字串數據的 .NET 編碼。 類型:字串 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
港口 連接的埠。 類型:整數。 任何
readBufferSize 決定讀取時,內部緩衝區所使用的大小。 如果從資料庫傳輸大型值,增加可能會改善效能。 類型:整數。 任何
伺服器 線上的伺服器名稱。 類型:字串。 任何
sslMode 線上的 SSL 模式。 類型:整數。 0:停用、1:allow、2:prefer、3:require、4:verify-ca、5:verify-full。 類型:整數。 任何
超時 在終止嘗試並產生錯誤之前,嘗試建立連線的時間(以秒為單位)。 類型:整數。 任何
時區 取得或設定會話時區。 類型:字串。 任何
trustServerCertificate 是否信任伺服器證書而不驗證它。 類型:布爾值。 任何
username 驗證的用戶名稱。 類型:字串。 任何

AzureSearchLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureSearch' (必要)
typeProperties Windows Azure 搜尋服務連結服務屬性。 AzureSearchLinkedServiceTypeProperties (必要)

AzureSearchLinkedServiceTypeProperties

名字 描述 價值
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
鑰匙 Azure 搜尋服務的系統管理金鑰 SecretBase
url Azure 搜尋服務的 URL。 Type:string (或 expression with resultType string) 。 任何 (必要)

AzureSqlDatabaseLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureSqlDatabase' (必要)
typeProperties Azure SQL Database 鏈接服務屬性。 AzureSqlDatabaseLinkedServiceTypeProperties (必要)

AzureSqlDatabaseLinkedServiceTypeProperties

名字 描述 價值
alwaysEncryptedSettings Sql 一律加密的屬性。 SqlAlwaysEncryptedProperties
applicationIntent 聯機到建議版本所使用的伺服器時,應用程式工作負載類型。 可能的值為 ReadOnly 和 ReadWrite。 Type:string (或 expression with resultType string) 。 任何
authenticationType 用於驗證的類型。 類型:字串。 'ServicePrincipal'
'SQL'
'SystemAssignedManagedIdentity'
'UserAssignedManagedIdentity'
azureCloudType 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
commandTimeout 終止嘗試執行命令並產生錯誤之前的預設等候時間(以秒為單位),由建議的版本使用。 類型:integer (或 expression with resultType integer) 。 任何
connectionString 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
connectRetryCount 識別建議版本所使用的閑置連線失敗之後嘗試的重新連線數目。 這必須是介於 0 到 255 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
connectRetryInterval 識別建議版本所使用的閑置連線失敗之後,每個重新連線嘗試之間的時間量(以秒為單位)。 這必須是介於 1 到 60 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
connectTimeout 在終止嘗試並產生建議版本所使用的錯誤之前,等候伺服器連線的時間長度(以秒為單位)。 類型:integer (或 expression with resultType integer) 。 任何
憑據 包含驗證資訊的認證參考。 CredentialReference
資料庫 建議版本所使用的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何
加密 指出客戶端與伺服器之間傳送的所有數據是否需要 TLS 加密,供建議版本使用。 可能的值為 true/yes/mandatory、false/no/optional 和 strict。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
failoverPartner 如果主伺服器關閉,建議版本會使用所要連線之夥伴伺服器的名稱或位址。 Type:string (或 expression with resultType string) 。 任何
hostNameInCertificate 驗證連線之伺服器證書時要使用的主機名。 若未指定,來自數據源的伺服器名稱會用於建議版本所使用的憑證驗證。 Type:string (或 expression with resultType string) 。 任何
integratedSecurity 指出是否在連線中指定使用者標識碼和密碼(若為 false),或目前的 Windows 帳戶認證是否用於驗證(若為 true),供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
loadBalanceTimeout 在被建議版本使用之前,聯機生存在聯機集區中的最短時間,以秒為單位。 類型:integer (或 expression with resultType integer) 。 任何
maxPoolSize 此特定連接字串的連線區中允許的連線數目上限,供建議版本使用。 類型:integer (或 expression with resultType integer) 。 任何
minPoolSize 建議版本所使用的此特定連接字串,聯機集區中允許的連線數目下限。 類型:integer (或 expression with resultType integer) 。 任何
multipleActiveResultSets 若為 true,應用程式可以維護多個作用中結果集 (MARS)。 若為 false,應用程式必須先處理或取消一個批次的所有結果集,才能在該連線上執行任何其他批次,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
multiSubnetFailover 如果您的應用程式連線到不同子網上的 AlwaysOn 可用性群組 (AG),則設定 MultiSubnetFailover=true 可讓您更快速地偵測並連線到建議版本所使用的作用中伺服器。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
packetSize 網路封包的大小,以位元組為單位,用來與建議版本所使用的伺服器實例通訊。 類型:integer (或 expression with resultType integer) 。 任何
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
指出每次要求連線時,是否要集區或明確開啟連線,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
伺服器 建議版本所使用的 SQL Server 實例名稱或網路位址。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalCredential Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 用來對 Azure SQL Database 進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 用來向 Azure SQL Database 進行驗證的服務主體密鑰。 SecretBase
房客 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何
trustServerCertificate 指出通道是否會在略過憑證鏈結以驗證建議版本所使用的信任時加密。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
userName 線上到伺服器時要使用的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

AzureSqlDWLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureSqlDW' (必要)
typeProperties Azure SQL 數據倉儲連結服務屬性。 AzureSqlDWLinkedServiceTypeProperties (必要)

AzureSqlDWLinkedServiceTypeProperties

名字 描述 價值
applicationIntent 聯機到建議版本所使用的伺服器時,應用程式工作負載類型。 可能的值為 ReadOnly 和 ReadWrite。 Type:string (或 expression with resultType string) 。 任何
authenticationType 用於驗證的類型。 類型:字串。 'ServicePrincipal'
'SQL'
'SystemAssignedManagedIdentity'
'UserAssignedManagedIdentity'
azureCloudType 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
commandTimeout 終止嘗試執行命令並產生錯誤之前的預設等候時間(以秒為單位),由建議的版本使用。 類型:integer (或 expression with resultType integer) 。 任何
connectionString 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
connectRetryCount 識別建議版本所使用的閑置連線失敗之後嘗試的重新連線數目。 這必須是介於 0 到 255 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
connectRetryInterval 識別建議版本所使用的閑置連線失敗之後,每個重新連線嘗試之間的時間量(以秒為單位)。 這必須是介於 1 到 60 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
connectTimeout 在終止嘗試並產生建議版本所使用的錯誤之前,等候伺服器連線的時間長度(以秒為單位)。 類型:integer (或 expression with resultType integer) 。 任何
憑據 包含驗證資訊的認證參考。 CredentialReference
資料庫 建議版本所使用的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何
加密 指出客戶端與伺服器之間傳送的所有數據是否需要 TLS 加密,供建議版本使用。 可能的值為 true/yes/mandatory、false/no/optional 和 strict。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
failoverPartner 如果主伺服器關閉,建議版本會使用所要連線之夥伴伺服器的名稱或位址。 Type:string (或 expression with resultType string) 。 任何
hostNameInCertificate 驗證連線之伺服器證書時要使用的主機名。 若未指定,來自數據源的伺服器名稱會用於建議版本所使用的憑證驗證。 Type:string (或 expression with resultType string) 。 任何
integratedSecurity 指出是否在連線中指定使用者標識碼和密碼(若為 false),或目前的 Windows 帳戶認證是否用於驗證(若為 true),供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
loadBalanceTimeout 在被建議版本使用之前,聯機生存在聯機集區中的最短時間,以秒為單位。 類型:integer (或 expression with resultType integer) 。 任何
maxPoolSize 此特定連接字串的連線區中允許的連線數目上限,供建議版本使用。 類型:integer (或 expression with resultType integer) 。 任何
minPoolSize 建議版本所使用的此特定連接字串,聯機集區中允許的連線數目下限。 類型:integer (或 expression with resultType integer) 。 任何
multipleActiveResultSets 若為 true,應用程式可以維護多個作用中結果集 (MARS)。 若為 false,應用程式必須先處理或取消一個批次的所有結果集,才能在該連線上執行任何其他批次,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
multiSubnetFailover 如果您的應用程式連線到不同子網上的 AlwaysOn 可用性群組 (AG),則設定 MultiSubnetFailover=true 可讓您更快速地偵測並連線到建議版本所使用的作用中伺服器。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
packetSize 網路封包的大小,以位元組為單位,用來與建議版本所使用的伺服器實例通訊。 類型:integer (或 expression with resultType integer) 。 任何
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
指出每次要求連線時,是否要集區或明確開啟連線,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
伺服器 建議版本所使用的 SQL Server 實例名稱或網路位址。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalCredential Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 用來向 Azure SQL 數據倉儲進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 用來對 Azure SQL 數據倉儲進行驗證的服務主體密鑰。 SecretBase
房客 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何
trustServerCertificate 指出通道是否會在略過憑證鏈結以驗證建議版本所使用的信任時加密。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
userName 線上到伺服器時要使用的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

AzureSqlMILinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureSqlMI' (必要)
typeProperties Azure SQL 受控實例連結服務屬性。 AzureSqlMILinkedServiceTypeProperties (必要)

AzureSqlMILinkedServiceTypeProperties

名字 描述 價值
alwaysEncryptedSettings Sql 一律加密的屬性。 SqlAlwaysEncryptedProperties
applicationIntent 聯機到建議版本所使用的伺服器時,應用程式工作負載類型。 可能的值為 ReadOnly 和 ReadWrite。 Type:string (或 expression with resultType string) 。 任何
authenticationType 用於驗證的類型。 類型:字串。 'ServicePrincipal'
'SQL'
'SystemAssignedManagedIdentity'
'UserAssignedManagedIdentity'
azureCloudType 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
commandTimeout 終止嘗試執行命令並產生錯誤之前的預設等候時間(以秒為單位),由建議的版本使用。 類型:integer (或 expression with resultType integer) 。 任何
connectionString 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
connectRetryCount 識別建議版本所使用的閑置連線失敗之後嘗試的重新連線數目。 這必須是介於 0 到 255 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
connectRetryInterval 識別建議版本所使用的閑置連線失敗之後,每個重新連線嘗試之間的時間量(以秒為單位)。 這必須是介於 1 到 60 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
connectTimeout 在終止嘗試並產生建議版本所使用的錯誤之前,等候伺服器連線的時間長度(以秒為單位)。 類型:integer (或 expression with resultType integer) 。 任何
憑據 包含驗證資訊的認證參考。 CredentialReference
資料庫 建議版本所使用的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何
加密 指出客戶端與伺服器之間傳送的所有數據是否需要 TLS 加密,供建議版本使用。 可能的值為 true/yes/mandatory、false/no/optional 和 strict。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
failoverPartner 如果主伺服器關閉,建議版本會使用所要連線之夥伴伺服器的名稱或位址。 Type:string (或 expression with resultType string) 。 任何
hostNameInCertificate 驗證連線之伺服器證書時要使用的主機名。 若未指定,來自數據源的伺服器名稱會用於建議版本所使用的憑證驗證。 Type:string (或 expression with resultType string) 。 任何
integratedSecurity 指出是否在連線中指定使用者標識碼和密碼(若為 false),或目前的 Windows 帳戶認證是否用於驗證(若為 true),供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
loadBalanceTimeout 在被建議版本使用之前,聯機生存在聯機集區中的最短時間,以秒為單位。 類型:integer (或 expression with resultType integer) 。 任何
maxPoolSize 此特定連接字串的連線區中允許的連線數目上限,供建議版本使用。 類型:integer (或 expression with resultType integer) 。 任何
minPoolSize 建議版本所使用的此特定連接字串,聯機集區中允許的連線數目下限。 類型:integer (或 expression with resultType integer) 。 任何
multipleActiveResultSets 若為 true,應用程式可以維護多個作用中結果集 (MARS)。 若為 false,應用程式必須先處理或取消一個批次的所有結果集,才能在該連線上執行任何其他批次,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
multiSubnetFailover 如果您的應用程式連線到不同子網上的 AlwaysOn 可用性群組 (AG),則設定 MultiSubnetFailover=true 可讓您更快速地偵測並連線到建議版本所使用的作用中伺服器。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
packetSize 網路封包的大小,以位元組為單位,用來與建議版本所使用的伺服器實例通訊。 類型:integer (或 expression with resultType integer) 。 任何
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
指出每次要求連線時,是否要集區或明確開啟連線,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
伺服器 建議版本所使用的 SQL Server 實例名稱或網路位址。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalCredential Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 用來對 Azure SQL 受控實例進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 用來對 Azure SQL 受控實例進行驗證的服務主體密鑰。 SecretBase
房客 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何
trustServerCertificate 指出通道是否會在略過憑證鏈結以驗證建議版本所使用的信任時加密。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
userName 線上到伺服器時要使用的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

AzureStorageLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureStorage' (必要)
typeProperties Azure 記憶體連結服務屬性。 AzureStorageLinkedServiceTypeProperties (必要)

AzureStorageLinkedServiceTypeProperties

名字 描述 價值
accountKey 連接字串中 accountKey 的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
connectionString 連接字串。 它與 sasUri 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
sasToken sasToken 在 sas uri 中的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
sasUri Azure 記憶體資源的 SAS URI。 它與 connectionString 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何

AzureSynapseArtifactsLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureSynapseArtifacts' (必要)
typeProperties Azure Synapse Analytics (Artifacts) 鏈接的服務屬性。 AzureSynapseArtifactsLinkedServiceTypeProperties (必要)

AzureSynapseArtifactsLinkedServiceTypeProperties

名字 描述 價值
認證 如果使用系統指派的受控識別作為驗證方法,則需要指定 MSI。 Type:string (或 expression with resultType string) 。 任何
端點 https://<workspacename>.dev.azuresynapse.net、Azure Synapse Analytics 工作區 URL。 Type:string (或 expression with resultType string) 。 任何 (必要)
workspaceResourceId Synapse 工作區的資源標識碼。 格式應該是:/subscriptions/{subscriptionID}/resourceGroups/{resourceGroup}/providers/Microsoft.Synapse/workspaces/{workspaceName}。 Type:string (或 expression with resultType string) 。 任何

AzureTableStorageLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureTableStorage' (必要)
typeProperties Azure 資料表記憶體連結服務屬性。 AzureTableStorageLinkedServiceTypeProperties (必要)

AzureTableStorageLinkedServiceTypeProperties

名字 描述 價值
accountKey 連接字串中 accountKey 的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
connectionString 連接字串。 它與 sasUri 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
憑據 包含驗證資訊的認證參考。 CredentialReference
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
sasToken sasToken 在 sas uri 中的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
sasUri Azure 記憶體資源的 SAS URI。 它與 connectionString 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
serviceEndpoint Azure 資料表記憶體資源的數據表服務端點。 它與 connectionString、sasUri 屬性互斥。 任何

CassandraLinkedService

名字 描述 價值
類型 連結服務的類型。 'Cassandra' (必要)
typeProperties Cassandra 連結服務屬性。 CassandraLinkedServiceTypeProperties (必要)

CassandraLinkedServiceTypeProperties

名字 描述 價值
authenticationType 要用於連接的 AuthenticationType。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 線上的主機名。 Type:string (或 expression with resultType string) 。 任何 (必要)
密碼 驗證的密碼。 SecretBase
港口 連接的埠。 類型:integer (或 expression with resultType integer) 。 任何
username 驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

CommonDataServiceForAppsLinkedService

名字 描述 價值
類型 連結服務的類型。 'CommonDataServiceForApps' (必要)
typeProperties Common Data Service for Apps 鏈接服務屬性。 CommonDataServiceForAppsLinkedServiceTypeProperties (必要)

CommonDataServiceForAppsLinkedServiceTypeProperties

名字 描述 價值
authenticationType 線上到 Common Data Service for Apps 伺服器的驗證類型。 適用於在線案例的 『Office365』,適用於內部部署與 Ifd 案例的 『Ifd』。 在線案例中 Server-To-Server 驗證的 'AADServicePrincipal',適用於具有 IFD 的內部部署 Dynamics 的 'Active Directory'。 Type:string (或 expression with resultType string) 。 任何 (必要)
deploymentType Common Data Service for Apps 實例的部署類型。 Common Data Service for Apps Online 的 'Online' 和適用於 Ifd 之 Common Data Service for Apps 內部部署的 'OnPremisesWithIfd'。 Type:string (或 expression with resultType string) 。 任何 (必要)
將驗證用戶認證的 Active Directory 網域。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
hostName 內部部署 Common Data Service for Apps 伺服器的主機名。 內部部署需要 屬性,且不允許在線使用。 Type:string (或 expression with resultType string) 。 任何
organizationName Common Data Service for Apps 實例的組織名稱。 當有多個與使用者相關聯的 Common Data Service for Apps 實例時,內部部署需要 屬性,且需要在線。 Type:string (或 expression with resultType string) 。 任何
密碼 存取 Common Data Service for Apps 實例的密碼。 SecretBase
港口 內部部署 Common Data Service for Apps 伺服器的埠。 內部部署需要 屬性,且不允許在線使用。 預設值為 443。 類型:integer (或 expression with resultType integer), minimum: 0。 任何
servicePrincipalCredential Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId Azure Active Directory 中用於伺服器To-Server 驗證的應用程式用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何
serviceUri Microsoft Common Data Service for Apps 伺服器的 URL。 內部部署不需要 屬性,且不允許內部部署。 Type:string (或 expression with resultType string) 。 任何
username 用來存取 Common Data Service for Apps 實例的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

ConcurLinkedService

名字 描述 價值
類型 連結服務的類型。 'Concur' (必要)
typeProperties Concur Service 鏈接服務屬性。 ConcurLinkedServiceTypeProperties (必要)

ConcurLinkedServiceTypeProperties

名字 描述 價值
clientId Concur 應用程式管理所提供的應用程式client_id。 任何 (必要)
connectionProperties 用來連線到 Concur 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 對應至您在使用者名稱欄位中提供之使用者名稱的密碼。 SecretBase
useEncryptedEndpoints 指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 任何
useHostVerification 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。 任何
usePeerVerification 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。 任何
username 您用來存取 Concur 服務的使用者名稱。 任何 (必要)

CosmosDbLinkedService

名字 描述 價值
類型 連結服務的類型。 'CosmosDb' (必要)
typeProperties CosmosDB 連結服務屬性。 CosmosDbLinkedServiceTypeProperties (必要)

CosmosDbLinkedServiceTypeProperties

名字 描述 價值
accountEndpoint Azure CosmosDB 帳戶的端點。 類型:string (或 expression with resultType string) 任何
accountKey Azure CosmosDB 帳戶的帳戶的帳戶密鑰。 類型:SecureString 或 AzureKeyVaultSecretReference。 SecretBase
azureCloudType 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
connectionMode 用來存取 CosmosDB 帳戶的連接模式。 類型:字串。 'Direct'
'Gateway'
connectionString 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
憑據 包含驗證資訊的認證參考。 CredentialReference
資料庫 資料庫的名稱。 類型:string (或 expression with resultType string) 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
servicePrincipalCredential Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 類型:字串。 任何
servicePrincipalId Azure Active Directory 中用於伺服器To-Server 驗證的應用程式用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何
房客 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何

CosmosDbMongoDbApiLinkedService

名字 描述 價值
類型 連結服務的類型。 'CosmosDbMongoDbApi' (必要)
typeProperties CosmosDB (MongoDB API) 連結服務屬性。 CosmosDbMongoDbApiLinkedServiceTypeProperties (必要)

CosmosDbMongoDbApiLinkedServiceTypeProperties

名字 描述 價值
connectionString CosmosDB (MongoDB API) 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何 (必要)
資料庫 您要存取的 CosmosDB (MongoDB API) 資料庫名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
isServerVersionAbove32 CosmosDB (MongoDB API) 伺服器版本是否高於 3.2。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何

CouchbaseLinkedService

名字 描述 價值
類型 連結服務的類型。 'Couchbase' (必要)
typeProperties Couchbase 伺服器鏈接服務屬性。 CouchbaseLinkedServiceTypeProperties (必要)

CouchbaseLinkedServiceTypeProperties

名字 描述 價值
connectionString ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
credString 連接字串中 credString 的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串

CredentialReference

名字 描述 價值
referenceName 參考認證名稱。 字串 (必要)
類型 認證參考類型。 'CredentialReference' (必要)

CustomDataSourceLinkedService

名字 描述 價值
類型 連結服務的類型。 'CustomDataSource' (必要)
typeProperties 自訂連結服務屬性。 任何 (必要)

DataworldLinkedService

名字 描述 價值
類型 連結服務的類型。 'Dataworld' (必要)
typeProperties Dataworld 鏈接服務屬性。 DataworldLinkedServiceTypeProperties (必要)

DataworldLinkedServiceTypeProperties

名字 描述 價值
apiToken Dataworld 來源的 API 令牌。 SecretBase (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串

Db2LinkedService

名字 描述 價值
類型 連結服務的類型。 'Db2' (必要)
typeProperties DB2 連結的服務屬性。 Db2LinkedServiceTypeProperties (必要)

Db2LinkedServiceTypeProperties

名字 描述 價值
authenticationType 要用於連接的 AuthenticationType。 它與 connectionString 屬性互斥。 'Basic'
certificateCommonName 啟用 TLS 時,憑證一般名稱。 它與 connectionString 屬性互斥。 Type:string (或 expression with resultType string) 。 任何
connectionString 連接字串。 它與伺服器、資料庫、authenticationType、userName、packageCollection 和 certificateCommonName 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
資料庫 連接的資料庫名稱。 它與 connectionString 屬性互斥。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 它與 connectionString 屬性互斥。 類型:字串。 字串
packageCollection 在查詢資料庫時建立封裝的位置底下。 它與 connectionString 屬性互斥。 Type:string (或 expression with resultType string) 。 任何
密碼 驗證的密碼。 SecretBase
伺服器 線上的伺服器名稱。 它與 connectionString 屬性互斥。 Type:string (或 expression with resultType string) 。 任何
username 驗證的用戶名稱。 它與 connectionString 屬性互斥。 Type:string (或 expression with resultType string) 。 任何

DrillLinkedService

名字 描述 價值
類型 連結服務的類型。 'Drill' (必要)
typeProperties 鑽研伺服器連結服務屬性。 DrillLinkedServiceTypeProperties (必要)

DrillLinkedServiceTypeProperties

名字 描述 價值
connectionString ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
pwd 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference

DynamicsAXLinkedService

名字 描述 價值
類型 連結服務的類型。 'DynamicsAX' (必要)
typeProperties Dynamics AX 鏈接服務屬性。 DynamicsAXLinkedServiceTypeProperties (必要)

DynamicsAXLinkedServiceTypeProperties

名字 描述 價值
aadResourceId 指定您要求授權的資源。 Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
servicePrincipalId 指定應用程式的用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何 (必要)
servicePrincipalKey 指定應用程式的金鑰。 將此欄位標示為 SecureString,以安全地將其儲存在 Data Factory 中,或參考儲存在 Azure Key Vault 中的秘密。 Type:string (或 expression with resultType string) 。 SecretBase (必要)
房客 指定應用程式所在的租使用者資訊(功能變數名稱或租使用者標識符)。 將滑鼠停留在 Azure 入口網站的右上角以擷取它。 Type:string (或 expression with resultType string) 。 任何 (必要)
url Dynamics AX (或 Dynamics 365 Finance and Operations) 實例 OData 端點。 任何 (必要)

DynamicsCrmLinkedService

名字 描述 價值
類型 連結服務的類型。 'DynamicsCrm' (必要)
typeProperties Dynamics CRM 鏈接服務屬性。 DynamicsCrmLinkedServiceTypeProperties (必要)

DynamicsCrmLinkedServiceTypeProperties

名字 描述 價值
authenticationType 要連線到 Dynamics CRM 伺服器的驗證類型。 在線案例的 'Office365' 為內部部署的 'Ifd'、適用於 Server-To-Server 在線案例中的 'AADServicePrincipal' 、適用於具有 IFD 之 Dynamics 內部部署 Dynamics 的 'Active Directory'。 Type:string (或 expression with resultType string) 。 任何 (必要)
憑據 包含驗證資訊的認證參考。 CredentialReference
deploymentType Dynamics CRM 實例的部署類型。 Dynamics CRM Online 的 'Online' 和適用於具有 Ifd 之 Dynamics CRM 內部部署的 'OnPremisesWithIfd'。 Type:string (或 expression with resultType string) 。 任何 (必要)
將驗證用戶認證的 Active Directory 網域。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
hostName 內部部署 Dynamics CRM 伺服器的主機名。 內部部署需要 屬性,且不允許在線使用。 Type:string (或 expression with resultType string) 。 任何
organizationName Dynamics CRM 實例的組織名稱。 當有多個 Dynamics CRM 實例與使用者建立關聯時,內部部署和在線都需要 屬性。 Type:string (或 expression with resultType string) 。 任何
密碼 存取 Dynamics CRM 實例的密碼。 SecretBase
港口 內部部署 Dynamics CRM 伺服器的埠。 內部部署需要 屬性,且不允許在線使用。 預設值為 443。 類型:integer (或 expression with resultType integer), minimum: 0。 任何
servicePrincipalCredential Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId Azure Active Directory 中用於伺服器To-Server 驗證的應用程式用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何
serviceUri Microsoft Dynamics CRM 伺服器的 URL。 內部部署不需要 屬性,且不允許內部部署。 Type:string (或 expression with resultType string) 。 任何
username 存取 Dynamics CRM 實例的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

DynamicsLinkedService

名字 描述 價值
類型 連結服務的類型。 'Dynamics' (必要)
typeProperties Dynamics 連結服務屬性。 DynamicsLinkedServiceTypeProperties (必要)

DynamicsLinkedServiceTypeProperties

名字 描述 價值
authenticationType 要連線到 Dynamics 伺服器的驗證類型。 在線案例的 'Office365' 為內部部署的 'Ifd'、適用於 Server-To-Server 在線案例中的 'AADServicePrincipal' 、適用於具有 IFD 之 Dynamics 內部部署 Dynamics 的 'Active Directory'。 Type:string (或 expression with resultType string) 。 任何 (必要)
憑據 包含驗證資訊的認證參考。 CredentialReference
deploymentType Dynamics 實例的部署類型。 Dynamics Online 的 'Online' 和適用於具有 Ifd 之 Dynamics 內部部署的 'OnPremisesWithIfd'。 Type:string (或 expression with resultType string) 。 任何 (必要)
將驗證用戶認證的 Active Directory 網域。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
hostName 內部部署 Dynamics 伺服器的主機名。 內部部署需要 屬性,且不允許在線使用。 Type:string (或 expression with resultType string) 。 任何
organizationName Dynamics 實例的組織名稱。 當有多個與使用者相關聯的 Dynamics 實例時,內部部署需要 屬性,且需要在線。 Type:string (或 expression with resultType string) 。 任何
密碼 存取 Dynamics 實例的密碼。 SecretBase
港口 內部部署 Dynamics 伺服器的埠。 內部部署需要 屬性,且不允許在線使用。 預設值為 443。 類型:integer (或 expression with resultType integer), minimum: 0。 任何
servicePrincipalCredential Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId Azure Active Directory 中用於伺服器To-Server 驗證的應用程式用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何
serviceUri Microsoft Dynamics 伺服器的 URL。 內部部署不需要 屬性,且不允許內部部署。 Type:string (或 expression with resultType string) 。 任何
username 用來存取 Dynamics 實例的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

EloquaLinkedService

名字 描述 價值
類型 連結服務的類型。 'Eloqua' (必要)
typeProperties Eloqua 伺服器鏈接服務屬性。 EloquaLinkedServiceTypeProperties (必要)

EloquaLinkedServiceTypeProperties

名字 描述 價值
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
端點 Eloqua 伺服器的端點。 (即 eloqua.example.com) 任何 (必要)
密碼 對應至使用者名稱的密碼。 SecretBase
useEncryptedEndpoints 指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 任何
useHostVerification 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。 任何
usePeerVerification 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。 任何
username Eloqua 帳戶的網站名稱和用戶名稱,格式如下:sitename/username。 (即埃洛誇/愛麗絲) 任何 (必要)

FileServerLinkedService

名字 描述 價值
類型 連結服務的類型。 'FileServer' (必要)
typeProperties 檔案系統連結服務屬性。 FileServerLinkedServiceTypeProperties (必要)

FileServerLinkedServiceTypeProperties

名字 描述 價值
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 伺服器的主機名。 Type:string (或 expression with resultType string) 。 任何 (必要)
密碼 登入伺服器的密碼。 SecretBase
userId 登入伺服器的使用者識別碼。 Type:string (或 expression with resultType string) 。 任何

FtpServerLinkedService

名字 描述 價值
類型 連結服務的類型。 'FtpServer' (必要)
typeProperties 這個連結服務類型特有的屬性。 FtpServerLinkedServiceTypeProperties (必要)

FtpServerLinkedServiceTypeProperties

名字 描述 價值
authenticationType 要用來連線到 FTP 伺服器的驗證類型。 'Anonymous'
'Basic'
enableServerCertificateValidation 如果為 true,請透過 SSL/TLS 通道連線時驗證 FTP 伺服器 SSL 憑證。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
enableSsl 如果為 true,請透過 SSL/TLS 通道連線到 FTP 伺服器。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 FTP 伺服器的主機名。 Type:string (或 expression with resultType string) 。 任何 (必要)
密碼 登入 FTP 伺服器的密碼。 SecretBase
港口 FTP 伺服器用來接聽用戶端連線的 TCP 連接埠號碼。 預設值為 21。 類型:integer (或 expression with resultType integer), minimum: 0。 任何
userName 登入 FTP 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

GoogleAdWordsLinkedService

名字 描述 價值
類型 連結服務的類型。 'GoogleAdWords' (必要)
typeProperties Google AdWords 服務鏈接服務屬性。 GoogleAdWordsLinkedServiceTypeProperties (必要)

GoogleAdWordsLinkedServiceTypeProperties

名字 描述 價值
authenticationType 用於驗證的 OAuth 2.0 驗證機制。 ServiceAuthentication 只能在自我裝載 IR 上使用。 'ServiceAuthentication'
'UserAuthentication'
clientCustomerID 您想要擷取報表數據的 AdWords 帳戶客戶端客戶標識碼。 Type:string (或 expression with resultType string) 。 任何
clientId 用來取得重新整理令牌之 Google 應用程式的用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何
clientSecret 用來取得重新整理令牌之 Google 應用程式的客戶端密碼。 SecretBase
connectionProperties (已淘汰)用來連線到GoogleAds的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 任何
developerToken 與您用來授與 AdWords API 存取權之管理員帳戶相關聯的開發人員令牌。 SecretBase
電子郵件 服務帳戶電子郵件標識碼,用於 ServiceAuthentication,且只能在自我裝載 IR 上使用。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
googleAdsApiVersion Google Ads API 主要版本,例如 v14。 在 https://developers.google.com/google-ads/api/docs/release-notes上可以找到支援的主要版本。 Type:string (或 expression with resultType string) 。 任何
keyFilePath (已淘汰).p12 金鑰檔案的完整路徑,用來驗證服務帳戶電子郵件位址,而且只能在自我裝載 IR 上使用。 Type:string (或 expression with resultType string) 。 任何
loginCustomerID 您想要擷取特定客戶之報表數據的Google Ads Manager 帳戶客戶標識碼。 Type:string (或 expression with resultType string) 。 任何
privateKey 用來驗證服務帳戶電子郵件位址且只能在自我裝載 IR 上使用的私鑰。 SecretBase
refreshToken 從 Google 取得的重新整理令牌,以授權存取 AdWords for UserAuthentication。 SecretBase
supportLegacyDataTypes 指定是否要使用舊版數據類型對應,將 float、int32 和 int64 從 Google 對應至字串。 除非您想要與舊版驅動程序的數據類型對應保持回溯相容性,否則請勿將此設定為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
trustedCertPath (已淘汰).pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 Type:string (或 expression with resultType string) 。 任何
useSystemTrustStore (已淘汰)指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何

GoogleBigQueryLinkedService

名字 描述 價值
類型 連結服務的類型。 'GoogleBigQuery' (必要)
typeProperties Google BigQuery 服務鏈接服務屬性。 GoogleBigQueryLinkedServiceTypeProperties (必要)

GoogleBigQueryLinkedServiceTypeProperties

名字 描述 價值
additionalProjects 要存取的公用 BigQuery 專案逗號分隔清單。 Type:string (或 expression with resultType string) 。 任何
authenticationType 用於驗證的 OAuth 2.0 驗證機制。 ServiceAuthentication 只能在自我裝載 IR 上使用。 'ServiceAuthentication'
'UserAuthentication' (必要)
clientId 用來取得重新整理令牌之 Google 應用程式的用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何
clientSecret 用來取得重新整理令牌之 Google 應用程式的客戶端密碼。 SecretBase
電子郵件 服務帳戶電子郵件標識碼,用於 ServiceAuthentication,且只能在自我裝載 IR 上使用。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
keyFilePath .p12 金鑰檔案的完整路徑,用來驗證服務帳戶電子郵件位址,而且只能在自我裝載 IR 上使用。 Type:string (或 expression with resultType string) 。 任何
專案 要查詢的預設 BigQuery 專案。 Type:string (或 expression with resultType string) 。 任何 (必要)
refreshToken 從 Google 取得的重新整理令牌,以授權存取 BigQuery for UserAuthentication。 SecretBase
requestGoogleDriveScope 是否要求存取Google雲端硬碟。 允許Google Drive存取可支持結合 BigQuery 數據與Google Drive 資料的同盟數據表。 默認值為 false。 Type:string (或 expression with resultType string) 。 任何
trustedCertPath .pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 Type:string (或 expression with resultType string) 。 任何
useSystemTrustStore 指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 默認值為 false。類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何

GoogleBigQueryV2LinkedService

名字 描述 價值
類型 連結服務的類型。 'GoogleBigQueryV2' (必要)
typeProperties Google BigQuery 服務鏈接服務屬性。 GoogleBigQueryV2LinkedServiceTypeProperties (必要)

GoogleBigQueryV2LinkedServiceTypeProperties

名字 描述 價值
authenticationType 用於驗證的 OAuth 2.0 驗證機制。 'ServiceAuthentication'
'UserAuthentication' (必要)
clientId 用來取得重新整理令牌之 Google 應用程式的用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何
clientSecret 用來取得重新整理令牌之 Google 應用程式的客戶端密碼。 SecretBase
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
keyFileContent 用來驗證服務帳戶之 .json 金鑰檔案的內容。 Type:string (或 expression with resultType string) 。 SecretBase
projectId 要查詢的預設 BigQuery 項目識別碼。 Type:string (或 expression with resultType string) 。 任何 (必要)
refreshToken 從 Google 取得的重新整理令牌,以授權存取 BigQuery for UserAuthentication。 SecretBase

GoogleCloudStorageLinkedService

名字 描述 價值
類型 連結服務的類型。 'GoogleCloudStorage' (必要)
typeProperties Google Cloud Storage 鏈接服務屬性。 GoogleCloudStorageLinkedServiceTypeProperties (必要)

GoogleCloudStorageLinkedServiceTypeProperties

名字 描述 價值
accessKeyId Google Cloud Storage Identity and Access Management (IAM) 使用者的存取密鑰標識碼。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
secretAccessKey Google Cloud Storage Identity and Access Management (IAM) 使用者的秘密存取密鑰。 SecretBase
serviceUrl 這個值會指定要使用Google Cloud Storage Connector 存取的端點。 這是選擇性屬性;只有在您想要嘗試不同的服務端點或想要在 HTTPs 和 HTTP 之間切換時,才變更它。 Type:string (或 expression with resultType string) 。 任何

GoogleSheetsLinkedService

名字 描述 價值
類型 連結服務的類型。 'GoogleSheets' (必要)
typeProperties GoogleSheets 連結的服務屬性。 GoogleSheetsLinkedServiceTypeProperties (必要)

GoogleSheetsLinkedServiceTypeProperties

名字 描述 價值
apiToken GoogleSheets 來源的 API 令牌。 SecretBase (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串

GreenplumLinkedService

名字 描述 價值
類型 連結服務的類型。 “綠色貧民”(必要)
typeProperties Greenplum 資料庫連結服務屬性。 GreenplumLinkedServiceTypeProperties (必要)

GreenplumLinkedServiceTypeProperties

名字 描述 價值
connectionString ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
pwd 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference

HBaseLinkedService

名字 描述 價值
類型 連結服務的類型。 'HBase' (必要)
typeProperties HBase 伺服器鏈接服務屬性。 HBaseLinkedServiceTypeProperties (必要)

HBaseLinkedServiceTypeProperties

名字 描述 價值
allowHostNameCNMismatch 指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 默認值為 false。 任何
allowSelfSignedServerCert 指定是否允許來自伺服器的自我簽署憑證。 默認值為 false。 任何
authenticationType 用來連線到 HBase 伺服器的驗證機制。 'Anonymous'
'Basic' (必要)
enableSsl 指定是否使用 SSL 加密與伺服器的連線。 默認值為 false。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 HBase 伺服器的IP位址或主機名。 (即192.168.222.160) 任何 (必要)
httpPath 對應至 HBase 伺服器的部分 URL。 (即 /gateway/sandbox/hbase/version) 任何
密碼 對應至使用者名稱的密碼。 SecretBase
港口 HBase 實例用來接聽用戶端連線的 TCP 連接埠。 預設值為9090。 任何
trustedCertPath .pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 任何
username 用來連線到 HBase 實例的用戶名稱。 任何

HdfsLinkedService

名字 描述 價值
類型 連結服務的類型。 'Hdfs' (必要)
typeProperties HDFS 連結服務屬性。 HdfsLinkedServiceTypeProperties (必要)

HdfsLinkedServiceTypeProperties

名字 描述 價值
authenticationType 用來連線到 HDFS 的驗證類型。 可能的值為:匿名和 Windows。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 Windows 驗證的密碼。 SecretBase
url HDFS 服務端點的 URL,例如 http://myhostname:50070/webhdfs/v1 。 Type:string (或 expression with resultType string) 。 任何 (必要)
userName Windows 驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

HDInsightLinkedService

名字 描述 價值
類型 連結服務的類型。 'HDInsight' (必要)
typeProperties HDInsight 連結服務屬性。 HDInsightLinkedServiceTypeProperties (必要)

HDInsightLinkedServiceTypeProperties

名字 描述 價值
clusterUri HDInsight 叢集 URI。 Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
fileSystem 如果 HDInsight 的主要記憶體是 ADLS Gen2,請指定 FileSystem。 Type:string (或 expression with resultType string) 。 任何
hcatalogLinkedServiceName 指向 HCatalog 資料庫的 Azure SQL 鏈接服務參考。 LinkedServiceReference
isEspEnabled 指定是否使用 ESP 建立 HDInsight (企業安全性套件)。 類型:布爾值。 任何
linkedServiceName Azure 記憶體連結服務參考。 LinkedServiceReference
密碼 HDInsight 叢集密碼。 SecretBase
userName HDInsight 叢集用戶名稱。 Type:string (或 expression with resultType string) 。 任何

HDInsightOnDemandLinkedService

名字 描述 價值
類型 連結服務的類型。 'HDInsightOnDemand' (必要)
typeProperties HDInsight ondemand 鏈接服務屬性。 HDInsightOnDemandLinkedServiceTypeProperties (必要)

HDInsightOnDemandLinkedServiceTypeProperties

名字 描述 價值
additionalLinkedServiceNames 指定 HDInsight 鏈接服務的其他記憶體帳戶,讓 Data Factory 服務可以代表您註冊它們。 LinkedServiceReference[]
clusterNamePrefix 叢集名稱的前置詞,後置詞會與時間戳不同。 Type:string (或 expression with resultType string) 。 任何
clusterPassword 存取叢集的密碼。 SecretBase
clusterResourceGroup 叢集所屬的資源群組。 Type:string (或 expression with resultType string) 。 任何 (必要)
clusterSize 叢集中的背景工作/數據節點數目。 建議值:4。 類型:int (或 expressionType int 的運算式)。 任何 (必要)
clusterSshPassword SSH 的密碼會從遠端連線叢集的節點(適用於 Linux)。 SecretBase
clusterSshUserName SSH 的使用者名稱會從遠端連線到叢集的節點(適用於 Linux)。 Type:string (或 expression with resultType string) 。 任何
clusterType 叢集類型。 Type:string (或 expression with resultType string) 。 任何
clusterUserName 存取叢集的用戶名稱。 Type:string (或 expression with resultType string) 。 任何
coreConfiguration 指定要建立 HDInsight 叢集的核心組態參數(如 core-site.xml中所示。 任何
憑據 包含驗證資訊的認證參考。 CredentialReference
dataNodeSize 指定 HDInsight 叢集的數據節點大小。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
hBaseConfiguration 指定 HDInsight 叢集的 HBase 組態參數 (hbase-site.xml)。 任何
hcatalogLinkedServiceName 指向 HCatalog 資料庫的 Azure SQL 連結服務名稱。 隨選 HDInsight 叢集是使用 Azure SQL 資料庫作為中繼存放區所建立。 LinkedServiceReference
hdfsConfiguration 指定 HDInsight 叢集的 HDFS 組態參數 (hdfs-site.xml)。 任何
headNodeSize 指定 HDInsight 叢集前端節點的大小。 任何
hiveConfiguration 指定 HDInsight 叢集的 hive 組態參數 (hive-site.xml)。 任何
hostSubscriptionId 客戶用來裝載叢集的訂用帳戶。 Type:string (或 expression with resultType string) 。 任何 (必要)
linkedServiceName 隨選叢集用來儲存和處理數據的 Azure 記憶體連結服務。 LinkedServiceReference (必要)
mapReduceConfiguration 指定 HDInsight 叢集的 MapReduce 組態參數 (mapred-site.xml)。 任何
oozieConfiguration 指定 HDInsight 叢集的 Oozie 組態參數 (oozie-site.xml)。 任何
scriptActions 自定義腳本動作,在 HDI ondemand 叢集上執行一旦啟動。 請參閱 /azure/hdinsight/hdinsight-hadoop-customize-cluster-linux?toc=%2Fen-us%2Fazure%2Fhdinsight%2Fr-server%2FTOC.json&bc=%2Fen-us%2Fazure%2Fbread%2Ftoc.json#understanding-script-actions。 ScriptAction[]
servicePrincipalId hostSubscriptionId 的服務主體標識符。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務主體標識碼的索引鍵。 SecretBase
sparkVersion 如果叢集類型為 『spark』,則為 spark 的版本。 Type:string (或 expression with resultType string) 。 任何
stormConfiguration 指定 HDInsight 叢集的 Storm 組態參數 (storm-site.xml)。 任何
subnetName vNet 中子網的ARM資源標識碼。 如果已指定 virtualNetworkId,則需要此屬性。 Type:string (或 expression with resultType string) 。 任何
房客 服務主體所屬的租用戶標識碼/名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
timeToLive 隨選 HDInsight 叢集允許的空閒時間。 指定當叢集中沒有其他作用中作業時,隨選 HDInsight 叢集在活動執行完成後保持運作的時間長度。 最小值為 5 分鐘。 Type:string (或 expression with resultType string) 。 任何 (必要)
版本 HDInsight 叢集的版本。  Type:string (或 expression with resultType string) 。 任何 (必要)
virtualNetworkId 建立之後應該加入叢集之 vNet 的 ARM 資源識別碼。 Type:string (或 expression with resultType string) 。 任何
yarnConfiguration 指定 HDInsight 叢集的 Yarn 組態參數 (yarn-site.xml)。 任何
zookeeperNodeSize 指定 HDInsight 叢集的 Zoo Keeper 節點大小。 任何

HiveLinkedService

名字 描述 價值
類型 連結服務的類型。 'Hive' (必要)
typeProperties Hive Server 連結服務屬性。 HiveLinkedServiceTypeProperties (必要)

HiveLinkedServiceTypeProperties

名字 描述 價值
allowHostNameCNMismatch 指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 默認值為 false。 任何
allowSelfSignedServerCert 指定是否允許來自伺服器的自我簽署憑證。 默認值為 false。 任何
authenticationType 用來存取 Hive 伺服器的驗證方法。 'Anonymous'
'Username'
'UsernameAndPassword'
'WindowsAzureHDInsightService' (必要)
enableSsl 指定是否使用 SSL 加密與伺服器的連線。 默認值為 false。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 多個主機的IP位址或Hive伺服器的主機名,並以 『;' 分隔(只有在啟用 serviceDiscoveryMode 時)。 任何 (必要)
httpPath 對應至Hive伺服器的部分URL。 任何
密碼 對應至您在 [用戶名稱] 字段中提供之使用者名稱的密碼 SecretBase
港口 Hive 伺服器用來接聽用戶端連線的 TCP 連接埠。 任何
serverType Hive 伺服器的型別。 'HiveServer1'
'HiveServer2'
'HiveThriftServer'
serviceDiscoveryMode true 表示使用 ZooKeeper 服務,false not。 任何
thriftTransportProtocol 在 Thrift 層中使用的傳輸通訊協定。 'Binary'
'HTTP '
'SASL'
trustedCertPath .pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 任何
useNativeQuery 指定驅動程式是否使用原生 HiveQL 查詢,或將它們轉換成 HiveQL 中的對等形式。 任何
username 您用來存取 Hive Server 的使用者名稱。 任何
useSystemTrustStore 指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 默認值為 false。 任何
zooKeeperNameSpace 在 ZooKeeper 上新增 Hive Server 2 節點的命名空間。 任何

HttpLinkedService

名字 描述 價值
類型 連結服務的類型。 'HttpServer' (必要)
typeProperties 這個連結服務類型特有的屬性。 HttpLinkedServiceTypeProperties (必要)

HttpLinkedServiceTypeProperties

名字 描述 價值
authenticationType 要用來連線到 HTTP 伺服器的驗證類型。 'Anonymous'
'Basic'
'ClientCertificate'
'Digest'
'Windows'
authHeaders 要求中用於授權之 RESTful API 的其他 HTTP 標頭。 類型:索引鍵值組(值應該是字串類型)。 任何
certThumbprint ClientCertificate 驗證憑證的指紋。 僅適用於內部部署複本。 針對使用 ClientCertificate 驗證的內部部署複製,應指定 CertThumbprint 或 EmbeddedCertData/Password。 Type:string (或 expression with resultType string) 。 任何
embeddedCertData ClientCertificate 驗證的Base64編碼憑證數據。 針對使用 ClientCertificate 驗證的內部部署複製,應指定 CertThumbprint 或 EmbeddedCertData/Password。 Type:string (或 expression with resultType string) 。 任何
enableServerCertificateValidation 如果為 true,請驗證 HTTPS 伺服器 SSL 憑證。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 使用 EmbeddedCertData 驗證進行基本、摘要、Windows 或 ClientCertificate 的密碼。 SecretBase
url HTTP 端點的基底 URL,例如 https://www.microsoft.com。 Type:string (或 expression with resultType string) 。 任何 (必要)
userName 基本、摘要或 Windows 驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

HubspotLinkedService

名字 描述 價值
類型 連結服務的類型。 'Hubspot' (必要)
typeProperties Hubspot Service 鏈接服務屬性。 HubspotLinkedServiceTypeProperties (必要)

HubspotLinkedServiceTypeProperties

名字 描述 價值
accessToken 最初驗證 OAuth 整合時取得的存取令牌。 SecretBase
clientId 與您的 Hubspot 應用程式相關聯的用戶端識別碼。 任何 (必要)
clientSecret 與您的 Hubspot 應用程式相關聯的客戶端密碼。 SecretBase
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
refreshToken 初始驗證 OAuth 整合時取得的重新整理令牌。 SecretBase
useEncryptedEndpoints 指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 任何
useHostVerification 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。 任何
usePeerVerification 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。 任何

ImpalaLinkedService

名字 描述 價值
類型 連結服務的類型。 'Impala' (必要)
typeProperties Impala 伺服器連結服務屬性。 ImpalaLinkedServiceTypeProperties (必要)

ImpalaLinkedServiceTypeProperties

名字 描述 價值
allowHostNameCNMismatch 指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 默認值為 false。 任何
allowSelfSignedServerCert 指定是否允許來自伺服器的自我簽署憑證。 默認值為 false。 任何
authenticationType 要使用的驗證類型。 'Anonymous'
'SASLUsername'
'UsernameAndPassword' (必要)
enableSsl 指定是否使用 SSL 加密與伺服器的連線。 默認值為 false。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 Impala 伺服器的IP位址或主機名。 (即192.168.222.160) 任何 (必要)
密碼 使用 UsernameAndPassword 時,對應至使用者名稱的密碼。 SecretBase
港口 Impala 伺服器用來接聽用戶端連線的 TCP 連接埠。 預設值為 21050。 任何
trustedCertPath .pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 任何
username 用來存取 Impala 伺服器的用戶名稱。 使用SASLUsername時,預設值為匿名。 任何
useSystemTrustStore 指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 默認值為 false。 任何

InformixLinkedService

名字 描述 價值
類型 連結服務的類型。 'Informix' (必要)
typeProperties Informix 連結的服務屬性。 InformixLinkedServiceTypeProperties (必要)

InformixLinkedServiceTypeProperties

名字 描述 價值
authenticationType 用來連線到 Informix 做為 ODBC 資料存放區的驗證類型。 可能的值為:Anonymous 和 Basic。 Type:string (或 expression with resultType string) 。 任何
connectionString 連接字串的非存取認證部分,以及選擇性的加密認證。 類型:string、SecureString 或 AzureKeyVaultSecretReference 或 Expression with resultType string。 任何 (必要)
憑據 驅動程式特定屬性值格式所指定連接字串的存取認證部分。 SecretBase
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 基本身份驗證的密碼。 SecretBase
userName 基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

IntegrationRuntimeReference

名字 描述 價值
參數 整合運行時間的自變數。 ParameterValueSpecification
referenceName 參考整合運行時間名稱。 字串 (必要)
類型 整合運行時間的類型。 'IntegrationRuntimeReference' (必要)

JiraLinkedService

名字 描述 價值
類型 連結服務的類型。 'Jira' (必要)
typeProperties Jira Service 連結服務屬性。 JiraLinkedServiceTypeProperties (必要)

JiraLinkedServiceTypeProperties

名字 描述 價值
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 Jira 服務的IP位址或主機名。 (例如 jira.example.com) 任何 (必要)
密碼 對應至您在使用者名稱欄位中提供之使用者名稱的密碼。 SecretBase
港口 Jira 伺服器用來接聽用戶端連線的 TCP 連接埠。 如果透過 HTTPS 連線,則預設值為 443,如果透過 HTTP 連線,則為 8080。 任何
useEncryptedEndpoints 指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 任何
useHostVerification 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。 任何
usePeerVerification 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。 任何
username 您用來存取 Jira 服務的使用者名稱。 任何 (必要)

LakeHouseLinkedService

名字 描述 價值
類型 連結服務的類型。 'LakeHouse' (必要)
typeProperties Microsoft Fabric LakeHouse 連結的服務屬性。 LakeHouseLinkedServiceTypeProperties (必要)

LakeHouseLinkedServiceTypeProperties

名字 描述 價值
artifactId Microsoft Fabric LakeHouse 成品的標識碼。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
servicePrincipalCredential Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 用來針對 Microsoft Fabric LakeHouse 進行驗證的應用程式識別碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 用來對 Microsoft fabric LakeHouse 進行驗證之應用程式的密鑰。 SecretBase
房客 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何
workspaceId Microsoft Fabric 工作區的標識碼。 Type:string (或 expression with resultType string) 。 任何

LinkedService

名字 描述 價值
附註 可用於描述連結服務的標籤清單。 any[]
connectVia 整合運行時間參考。 IntegrationRuntimeReference
描述 鏈接的服務描述。 字串
參數 連結服務的參數。 ParameterDefinitionSpecification
類型 針對 [AmazonMWSLinkedService類型 設定為 'AmazonMWS'。 將 類型設定為 'AmazonRdsForOracle' AmazonRdsForOracleLinkedService。 針對 AmazonRdsForSqlServerLinkedService類型,設定為 'AmazonRdsForSqlServer'。 針對 AmazonRedshiftLinkedService類型設定為 'AmazonRedshift'。 針對 amazonS3LinkedService類型 設定為 'AmazonS3'。 針對 AmazonS3CompatibleLinkedService 類型設定為 'AmazonS3Compatible',。 針對 appFiguresLinkedService類型 ,設定為 'AppFigures'。 針對 AsanaLinkedService 類型設定為 'Asana',。 針對 azureBatchLinkedService 類型 設定為 'AzureBatch',。 針對 azureBlobFSLinkedService 類型設定為 'AzureBlobFS',。 針對 azureBlobStorageLinkedService類型 ,將 設定為 'AzureBlobStorage'。 針對 azureDataExplorerLinkedService類型 設定為 'AzureDataExplorer'。 針對 azureDataLakeAnalytics類型 設定為 'AzureDataLakeAnalytics'。 針對 azureDataLakeStoreLinkedService 類型設定為 'AzureDataLakeStore',。 針對 azureDatabricksLinkedService類型 設定為 'AzureDatabricks'。 針對 azureDatabricksDeltaLake 類型設定為 'AzureDatabricksDeltaLake',。 針對 azureFileStorageLinkedService類型 ,將 設定為 'AzureFileStorage'。 針對 azureFunctionLinkedService 類型設定為 'AzureFunction',。 針對 azureKeyVaultLinkedService類型 設定為 'AzureKeyVaultVault'。 針對 azureMLLinkedService 類型設定為 'AzureML',。 針對 azureMLServiceLinkedService類型 設定為 'AzureMLService'。 針對 azureMariaDBLinkedService類型 設定為 'AzureMariaDB'。 針對 azureMySqlLinkedService類型 設定為 'AzureMySqlSql'。 針對 azurePostgreSqlLinkedService 類型設定為 'AzurePostgreSql',。 針對 azureSearchLinkedService 類型 設定為 'AzureSearch',。 針對 azureSqlDWLinkedService類型 設定為 'AzureSqlDW'。 針對 azureSqlDatabaseLinkedService類型 設定為 'AzureSqlDatabase'。 針對 azureSqlMILinkedService 類型 設定為 'AzureSqlMI',。 針對 azureStorageLinkedService 類型設定為 'AzureStorage',。 針對 azureSynapseArtifacts 類型 設定為 'AzureSynapseArtifacts',。 針對 azureTableStorageLinkedService類型 設定為 'AzureTableStorage'。 在 CassandraLinkedService類型 設定為 'Cassandra'。 針對 CommonDataServiceForAppsLinkedService 類型設定為 'CommonDataServiceForApps'。 針對 concurLinkedService 類型設定為 'Concur',。 針對 CosmosDbLinkedService 類型設定為 'CosmosDb',。 針對 CosmosDbMongoDbApiLinkedService類型,設定為 'CosmosDbMongoDbMongoDbApiApi'' 。 針對 couchbaseLinkedService 類型設定為 'Couchbase',。 針對 customDataSourceLinkedService 類型 設定為 'CustomDataSourceSource',。 在 dataworldLinkedService類型 設定為 'Dataworld'。 將 類型設定為 'Db2' Db2LinkedService。 將 類型設定為 'Drill',DrillLinkedService。 針對 DynamicsLinkedService 類型設定為 'Dynamics',。 針對 DynamicsAXLinkedService 類型設定為 'DynamicsAX',。 針對 DynamicsCrmLinkedService類型 設定為 'DynamicsCrm'。 針對 EloquaLinkedService 類型 設定為 'Eloqua'。 針對 fileServerLinkedService 類型設定為 'FileServer',。 針對 FtpServerLinkedService 類型設定為 'FtpServer',。 針對 GoogleAdWordsLinkedService類型設定為 'GoogleAdWords'。 針對 GoogleBigQueryLinkedService 類型設定為 'GoogleBigQuery',。 針對 GoogleBigQueryV2LinkedService類型設定為 'GoogleBigQueryV2'。 針對 GoogleCloudStorageLinkedService類型,設定為 'GoogleCloudStorage'。 針對 GoogleSheetsLinkedService類型設定為 『GoogleSheets』。 針對 greenplumLinkedService 類型設定為 'Greenplum',。 針對 HBaseLinkedService 類型 設定為 『HBase』,。 針對 HDInsightLinkedService類型 設定為 'HDInsight'。 針對 hdInsightOnDemandService 類型設定為 『HDInsightOnDemandLinkedService』。 針對 hdfsLinkedService 類型設定為 『Hdfs』,。 針對hiveLinkedService類型 設定為 'Hive',。 將 類型設定為 'HttpServer',HttpLinkedService。 將 類型設定為 'Hubspot',HubspotLinkedService。 針對 impalaLinkedService 類型設定為 'Impala'。 針對 informixLinkedService 類型設定為 'Informix',。 將 類型設定為 'Jira',JiraLinkedService。 將 類型設定為 'LakeHouse' LakeHouseLinkedService。 設定為類型為 'Magento',MagentoLinkedService。 針對 mariaDBLinkedService 類型 設定為 'MariaDB',。 將 類型設定為 'Marketo',MarketoLinkedService。 針對 microsoftAccessLinkedService類型 設定為 'MicrosoftAccess'。 針對 mongoDbLinkedService 類型 設定為 'MongoDb',。 針對 mongoDbAtlasLinkedService 類型設定為 'MongoDbAtlas',。 針對 mongoDbV2LinkedService 類型 設定為 'MongoDbV2',。 針對 mySqlLinkedService 類型設定為 'MySql',。 針對 netezzaLinkedService 類型設定為 'Netezza',。 將 類型設定為 'OData',ODataLinkedService。 將 類型設定為 'Odbc',OdbcLinkedService。 針對類型設定為 『Office365』 Office365LinkedService。 針對 OracleLinkedService 類型設定為 'Oracle',。 針對 oracleCloudStorageLinkedService 類型設定為 'OracleCloudStorage',。 針對 OracleServiceCloudLinkedService類型,設定為 'OracleServiceCloud'。 針對 PaypalLinkedService 類型設定為 'PayPal',。 在 PhoenixLinkedService類型 設定為 『Phoenix』。 針對 postgreSqlLinkedService 類型 設定為 'PostgreSql',。 針對 postgreSqlV2LinkedService類型 設定為 'PostgreSqlV2'。 針對 prestoLinkedService 類型設定為 'Presto',。 針對類型 QuickBooksLinkedService,設定為 'QuickBooks'。 針對 quickbaseLinkedService 類型,設定為 'Quickbase'。 針對 responsysLinkedService 類型設定為 'Responsys',。 針對 restServiceLinkedService類型 設定為 'RestService'。 針對 SalesforceLinkedService類型 設定為 'Salesforce'。 針對 salesforceMarketingCloudLinkedService類型 ,設定為 'SalesforceMarketingCloud'。 針對 salesforceServiceCloudLinkedService類型 ,設定為 'SalesforceServiceCloud'。 針對 salesforceServiceCloudV2LinkedService類型 設定為 'SalesforceServiceCloudV2'。 在 SalesforceV2LinkedService類型 設定為 'SalesforceV2'。 針對 sapBWLinkedService 類型設定為 'SapBWW',。 針對 SapCloudForCustomerLinkedService類型,設定為 'SapCloudForCustomer'。 將 類型設定為 'SapEcc',SapEccLinkedService。 針對 sapHanaLinkedService類型 設定為 'SapHana'。 針對 sapOdpLinkedService類型 設定為 'SapOdp'。 針對 SapOpenHubLinkedService 類型設定為 'SapOpenHub',。 針對 sapTableLinkedService 類型 設定為 'SapTable',。 針對 serviceNowLinkedService 類型設定為 'ServiceNow',。 針對 serviceNowV2LinkedService類型 設定為 'ServiceNowV2'。 針對 sftpServerLinkedService 類型設定為 'Sftp',。 針對 sharePointOnlineListLinkedService類型 設定為 'SharePointOnlineList'。 設定為 'Shopify' 類型 ShopifyLinkedService。 針對 smartsheetLinkedService 類型設定為 'Smartsheet',。 針對 snowflakeLinkedService 類型設定為 'Snowflake',。 將 類型設定為 'SnowflakeV2' SnowflakeV2LinkedService。 將 SparkLinkedService 類型設定為 'Spark',。 針對類型 SqlServerLinkedService,設定為 'SqlServer'。 針對 squareLinkedService 類型設定為 'Square',。 針對 SybaseLinkedService 類型設定為 'Sybase',。 針對 teamDeskLinkedService 類型 設定為 'TeamDesk',。 針對 TeradataLinkedService 類型 設定為 'Teradata',。 將 類型設定為 'Twilio',TwilioLinkedService。 針對類型 VerticaLinkedService設定為 'Vertica'。 針對 warehouseLinkedService 類型 設定為 'Warehouse',。 將 類型設定為 'Web' WebLinkedService。 針對 XeroLinkedService 類型 設定為 『Xero』,。 針對 zendeskLinkedService 類型設定為 『Zendesk』。 針對類型 ZohoLinkedService,設定為 'Zoho'。 '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'
'LakeHouse'
'Magento'
'MariaDB'
'Marketo'
'MicrosoftAccess'
'MongoDb'
'MongoDbAtlas'
'MongoDbV2'
'MySql'
'Netezza'
'OData'
'Odbc'
'Office365'
'Oracle'
'OracleCloudStorage'
'OracleServiceCloud'
'PayPal'
'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'
“雪花”
'SnowflakeV2'
'Spark'
'SqlServer'
'Square'
'Sybase'
'TeamDesk'
'Teradata'
'Twilio'
'Vertica'
'Warehouse'
'Web'
'Xero'
'Zendesk'
'Zoho' (必要)
版本 連結服務的版本。 字串

LinkedServiceReference

名字 描述 價值
參數 LinkedService 的自變數。 ParameterValueSpecification
referenceName 參考 LinkedService 名稱。 字串 (必要)
類型 連結服務參考類型。 'LinkedServiceReference' (必要)

MagentoLinkedService

名字 描述 價值
類型 連結服務的類型。 'Magento' (必要)
typeProperties Magento 伺服器鏈接服務屬性。 MagentoLinkedServiceTypeProperties (必要)

MagentoLinkedServiceTypeProperties

名字 描述 價值
accessToken 來自Magento的存取令牌。 SecretBase
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 Magento 實例的 URL。 (即192.168.222.110/洋紅3) 任何 (必要)
useEncryptedEndpoints 指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 任何
useHostVerification 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。 任何
usePeerVerification 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。 任何

MariaDBLinkedService

名字 描述 價值
類型 連結服務的類型。 'MariaDB' (必要)
typeProperties MariaDB 伺服器鏈接服務屬性。 MariaDBLinkedServiceTypeProperties (必要)

MariaDBLinkedServiceTypeProperties

名字 描述 價值
connectionString ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
資料庫 連接的資料庫名稱。 類型:字串。 任何
driverVersion MariaDB 驅動程式的版本。 類型:字串。 舊版驅動程式的 V1 或空白,適用於新驅動程式的 V2。 V1 可以支援連接字串和屬性包,V2 只能支援連接字串。 舊版驅動程式已排定在 2024 年 10 月前淘汰。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
港口 連接的埠。 類型:整數。 任何
伺服器 線上的伺服器名稱。 類型:字串。 任何
sslMode 此選項會指定驅動程式在連線到 MariaDB 時是否使用 TLS 加密和驗證。 例如,SSLMode=<0/1/2/3/4>。 選項:DISABLED (0) / PREFERRED (1) /REQUIRED (2) / VERIFY_CA (3) / VERIFY_IDENTITY (4), REQUIRED (2) 建議只允許使用 SSL/TLS 加密的聯機。 任何
username 驗證的用戶名稱。 類型:字串。 任何
useSystemTrustStore 此選項會指定是否要使用來自系統信任存放區的 CA 憑證,或從指定的 PEM 檔案使用 CA 憑證。 例如 UseSystemTrustStore=<0/1>;選項:已啟用 (1) / 已停用 (0) (預設) 任何

MarketoLinkedService

名字 描述 價值
類型 連結服務的類型。 'Marketo' (必要)
typeProperties Marketo 伺服器鏈接服務屬性。 MarketoLinkedServiceTypeProperties (必要)

MarketoLinkedServiceTypeProperties

名字 描述 價值
clientId Marketo 服務的用戶端標識碼。 任何 (必要)
clientSecret Marketo 服務的客戶端密碼。 SecretBase
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
端點 Marketo 伺服器的端點。 (即 123-ABC-321.mktorest.com) 任何 (必要)
useEncryptedEndpoints 指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 任何
useHostVerification 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。 任何
usePeerVerification 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。 任何

Microsoft.DataFactory/factories/linkedservices

名字 描述 價值
apiVersion API 版本 '2018-06-01'
名字 資源名稱 字串

約束:
最小長度 = 1
最大長度 = 1
模式 = ^[A-Za-z0-9_][^<>*#.%&:\\+?/]*$ (必要)
性能 連結服務的屬性。 LinkedService (必要)
類型 資源類型 'Microsoft.DataFactory/factories/linkedservices'

MicrosoftAccessLinkedService

名字 描述 價值
類型 連結服務的類型。 'MicrosoftAccess' (必要)
typeProperties Microsoft Access 連結的服務屬性。 MicrosoftAccessLinkedServiceTypeProperties (必要)

MicrosoftAccessLinkedServiceTypeProperties

名字 描述 價值
authenticationType 用來連線至 Microsoft Access 做為 ODBC 資料存放區的驗證類型。 可能的值為:Anonymous 和 Basic。 Type:string (或 expression with resultType string) 。 任何
connectionString 連接字串的非存取認證部分,以及選擇性的加密認證。 類型:string、SecureString 或 AzureKeyVaultSecretReference 或 Expression with resultType string。 任何 (必要)
憑據 驅動程式特定屬性值格式所指定連接字串的存取認證部分。 SecretBase
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 基本身份驗證的密碼。 SecretBase
userName 基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

MongoDbAtlasLinkedService

名字 描述 價值
類型 連結服務的類型。 'MongoDbAtlas' (必要)
typeProperties MongoDB Atlas 鏈接服務屬性。 MongoDbAtlasLinkedServiceTypeProperties (必要)

MongoDbAtlasLinkedServiceTypeProperties

名字 描述 價值
connectionString MongoDB Atlas 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何 (必要)
資料庫 您想要存取的 MongoDB Atlas 資料庫名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
driverVersion 您要選擇的驅動程式版本。 允許的值為 v1 和 v2。 Type:string (或 expression with resultType string) 。 任何

MongoDbLinkedService

名字 描述 價值
類型 連結服務的類型。 'MongoDb' (必要)
typeProperties MongoDB 連結服務屬性。 MongoDbLinkedServiceTypeProperties (必要)

MongoDbLinkedServiceTypeProperties

名字 描述 價值
allowSelfSignedServerCert 指定是否允許來自伺服器的自我簽署憑證。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
authenticationType 要用來連線到 MongoDB 資料庫的驗證類型。 'Anonymous'
'Basic'
authSource 用來驗證使用者名稱和密碼的資料庫。 Type:string (或 expression with resultType string) 。 任何
databaseName 您想要存取的 MongoDB 資料庫名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
enableSsl 指定是否使用 SSL 加密與伺服器的連線。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 驗證的密碼。 SecretBase
港口 MongoDB 伺服器用來接聽用戶端連線的 TCP 連接埠號碼。 預設值為 27017。 類型:integer (或 expression with resultType integer), minimum: 0。 任何
伺服器 MongoDB 伺服器的IP位址或伺服器名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
username 驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

MongoDbV2LinkedService

名字 描述 價值
類型 連結服務的類型。 'MongoDbV2' (必要)
typeProperties MongoDB 連結服務屬性。 MongoDbV2LinkedServiceTypeProperties (必要)

MongoDbV2LinkedServiceTypeProperties

名字 描述 價值
connectionString MongoDB 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何 (必要)
資料庫 您想要存取的 MongoDB 資料庫名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

MySqlLinkedService

名字 描述 價值
類型 連結服務的類型。 'MySql' (必要)
typeProperties MySQL 連結服務屬性。 MySqlLinkedServiceTypeProperties (必要)

MySqlLinkedServiceTypeProperties

名字 描述 價值
allowZeroDateTime 這可讓從資料庫擷取特殊的“零”日期值 0000-00-00。 類型:布爾值。 任何
connectionString 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
connectionTimeout 在終止嘗試並產生錯誤之前,等候伺服器連線的時間長度(以秒為單位)。 類型:整數。 任何
convertZeroDateTime 如果為 True,則會傳回具有不允許值的 date 或 datetime 數據行的 DateTime.MinValue。 類型:布爾值。 任何
資料庫 連接的資料庫名稱。 類型:字串。 任何
driverVersion MySQL 驅動程式的版本。 類型:字串。 舊版驅動程式的 V1 或空白,適用於新驅動程式的 V2。 V1 可以支援連接字串和屬性包,V2 只能支援連接字串。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
guidFormat 判斷應該讀取為 GUID 的數據行類型(如果有的話)。 類型:字串。 無:不會自動將任何數據行類型讀取為 Guid;Char36:所有 CHAR(36) 數據行都會使用小寫十六進位和連字元來讀取/寫入為 Guid,其符合 UUID。 任何
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
港口 連接的埠。 類型:整數。 任何
伺服器 線上的伺服器名稱。 類型:字串。 任何
sslCert 用戶端 SSL 憑證檔案的路徑,格式為 PEM。 也必須指定 SslKey。 類型:字串。 任何
sslKey 用戶端 SSL 私鑰的路徑,格式為 PEM。 也必須指定 SslCert。 類型:字串。 任何
sslMode 線上的 SSL 模式。 類型:整數。 0:停用、1:偏好、2:需要、3:verify-ca、4:verify-full。 任何
treatTinyAsBoolean 當設定為 true 時,TINYINT(1) 值會以布爾值傳回。 類型:bool。 任何
username 驗證的用戶名稱。 類型:字串。 任何
useSystemTrustStore 使用系統信任存放區進行連線。 類型:整數。 0:啟用,1:停用。 任何

NetezzaLinkedService

名字 描述 價值
類型 連結服務的類型。 'Netezza' (必要)
typeProperties Netezza 連結服務屬性。 NetezzaLinkedServiceTypeProperties (必要)

NetezzaLinkedServiceTypeProperties

名字 描述 價值
connectionString ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
pwd 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference

ODataLinkedService

名字 描述 價值
類型 連結服務的類型。 'OData' (必要)
typeProperties OData 鏈接服務屬性。 ODataLinkedServiceTypeProperties (必要)

ODataLinkedServiceTypeProperties

名字 描述 價值
aadResourceId 指定您要求授權以使用 Directory 的資源。 Type:string (或 expression with resultType string) 。 任何
aadServicePrincipalCredentialType 指定服務主體所使用的認證類型(金鑰或憑證)。 'ServicePrincipalCert'
'ServicePrincipalKey'
authenticationType 用來連線到 OData 服務的驗證類型。 'AadServicePrincipal'
'Anonymous'
'Basic'
'ManagedServiceIdentity'
'Windows'
authHeaders 要求中用於授權之 RESTful API 的其他 HTTP 標頭。 類型:索引鍵值組(值應該是字串類型)。 任何
azureCloudType 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 OData 服務的密碼。 SecretBase
servicePrincipalEmbeddedCert 指定在 Azure Active Directory 中註冊之應用程式的base64編碼憑證。 Type:string (或 expression with resultType string) 。 SecretBase
servicePrincipalEmbeddedCertPassword 如果您的憑證具有密碼,且您使用的是 AadServicePrincipal 驗證,請指定憑證的密碼。 Type:string (或 expression with resultType string) 。 SecretBase
servicePrincipalId 指定在 Azure Active Directory 中註冊之應用程式的應用程式識別碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 指定在 Azure Active Directory 中註冊之應用程式的秘密。 Type:string (或 expression with resultType string) 。 SecretBase
房客 指定應用程式所在的租使用者資訊(功能變數名稱或租使用者標識符)。 Type:string (或 expression with resultType string) 。 任何
url OData 服務端點的 URL。 Type:string (或 expression with resultType string) 。 任何 (必要)
userName OData 服務的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

OdbcLinkedService

名字 描述 價值
類型 連結服務的類型。 'Odbc' (必要)
typeProperties ODBC 連結服務屬性。 OdbcLinkedServiceTypeProperties (必要)

OdbcLinkedServiceTypeProperties

名字 描述 價值
authenticationType 用來連接到 ODBC 資料存放區的驗證類型。 可能的值為:Anonymous 和 Basic。 Type:string (或 expression with resultType string) 。 任何
connectionString 連接字串的非存取認證部分,以及選擇性的加密認證。 類型:string、SecureString 或 AzureKeyVaultSecretReference 或 Expression with resultType string。 任何 (必要)
憑據 驅動程式特定屬性值格式所指定連接字串的存取認證部分。 SecretBase
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 基本身份驗證的密碼。 SecretBase
userName 基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

Office365LinkedService

名字 描述 價值
類型 連結服務的類型。 'Office365' (必要)
typeProperties Office365 連結的服務屬性。 Office365LinkedServiceTypeProperties (必要)

Office365LinkedServiceTypeProperties

名字 描述 價值
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
office365TenantId Office 365 帳戶所屬的 Azure 租用戶標識碼。 Type:string (或 expression with resultType string) 。 任何 (必要)
servicePrincipalId 指定應用程式的用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何 (必要)
servicePrincipalKey 指定應用程式的金鑰。 SecretBase (必要)
servicePrincipalTenantId 指定 Azure AD Web 應用程式所在的租用戶資訊。 Type:string (或 expression with resultType string) 。 任何 (必要)

OracleCloudStorageLinkedService

名字 描述 價值
類型 連結服務的類型。 'OracleCloudStorage' (必要)
typeProperties Oracle 雲端記憶體連結服務屬性。 OracleCloudStorageLinkedServiceTypeProperties (必要)

OracleCloudStorageLinkedServiceTypeProperties

名字 描述 價值
accessKeyId Oracle 雲端記憶體身分識別和存取管理 (IAM) 使用者的存取金鑰標識碼。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
secretAccessKey Oracle 雲端記憶體身分識別和存取管理 (IAM) 使用者的秘密存取密鑰。 SecretBase
serviceUrl 這個值會指定要使用 Oracle Cloud Storage Connector 存取的端點。 這是選擇性屬性;只有在您想要嘗試不同的服務端點或想要在 HTTPs 和 HTTP 之間切換時,才變更它。 Type:string (或 expression with resultType string) 。 任何

OracleLinkedService

名字 描述 價值
類型 連結服務的類型。 'Oracle' (必要)
typeProperties Oracle 資料庫連結服務屬性。 OracleLinkedServiceTypeProperties (必要)

OracleLinkedServiceTypeProperties

名字 描述 價值
connectionString 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何 (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference

OracleServiceCloudLinkedService

名字 描述 價值
類型 連結服務的類型。 'OracleServiceCloud' (必要)
typeProperties Oracle 服務雲端連結服務屬性。 OracleServiceCloudLinkedServiceTypeProperties (必要)

OracleServiceCloudLinkedServiceTypeProperties

名字 描述 價值
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 Oracle 服務雲端實例的 URL。 任何 (必要)
密碼 對應至您在使用者名稱金鑰中提供之使用者名稱的密碼。 SecretBase (必要)
useEncryptedEndpoints 指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
useHostVerification 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
usePeerVerification 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
username 您用來存取 Oracle Service 雲端伺服器的使用者名稱。 任何 (必要)

ParameterDefinitionSpecification

名字 描述 價值

ParameterSpecification

名字 描述 價值
defaultValue 參數的預設值。 任何
類型 參數類型。 'Array'
'Bool'
'Float'
'Int'
'Object'
'SecureString'
'String' (必要)

ParameterValueSpecification

名字 描述 價值

ParameterValueSpecification

名字 描述 價值

PaypalLinkedService

名字 描述 價值
類型 連結服務的類型。 'PayPal' (必要)
typeProperties PayPal服務鏈接服務屬性。 PaypalLinkedServiceTypeProperties (必要)

PaypalLinkedServiceTypeProperties

名字 描述 價值
clientId 與PayPal應用程式相關聯的用戶端標識碼。 任何 (必要)
clientSecret 與PayPal應用程式相關聯的客戶端密碼。 SecretBase
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 PayPal 實例的 URL。 (即 api.sandbox.paypal.com) 任何 (必要)
useEncryptedEndpoints 指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 任何
useHostVerification 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。 任何
usePeerVerification 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。 任何

PhoenixLinkedService

名字 描述 價值
類型 連結服務的類型。 'Phoenix' (必要)
typeProperties Phoenix 伺服器鏈接服務屬性。 PhoenixLinkedServiceTypeProperties (必要)

PhoenixLinkedServiceTypeProperties

名字 描述 價值
allowHostNameCNMismatch 指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 默認值為 false。 任何
allowSelfSignedServerCert 指定是否允許來自伺服器的自我簽署憑證。 默認值為 false。 任何
authenticationType 用來連線到 Phoenix 伺服器的驗證機制。 'Anonymous'
'UsernameAndPassword'
'WindowsAzureHDInsightService' (必要)
enableSsl 指定是否使用 SSL 加密與伺服器的連線。 默認值為 false。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 Phoenix 伺服器的IP位址或主機名。 (即192.168.222.160) 任何 (必要)
httpPath 對應至 Phoenix 伺服器的部分 URL。 (即 /gateway/sandbox/phoenix/version)。 如果使用 WindowsAzureHDInsightService,預設值為 hbasephoenix。 任何
密碼 對應至使用者名稱的密碼。 SecretBase
港口 Phoenix 伺服器用來接聽用戶端連線的 TCP 連接埠。 預設值為8765。 任何
trustedCertPath .pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 任何
username 用來連線到 Phoenix 伺服器的用戶名稱。 任何
useSystemTrustStore 指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 默認值為 false。 任何

PostgreSqlLinkedService

名字 描述 價值
類型 連結服務的類型。 'PostgreSql' (必要)
typeProperties PostgreSQL 鏈接服務屬性。 PostgreSqlLinkedServiceTypeProperties (必要)

PostgreSqlLinkedServiceTypeProperties

名字 描述 價值
connectionString 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何 (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference

PostgreSqlV2LinkedService

名字 描述 價值
類型 連結服務的類型。 'PostgreSqlV2' (必要)
typeProperties PostgreSQLV2 鏈接服務屬性。 PostgreSqlV2LinkedServiceTypeProperties (必要)

PostgreSqlV2LinkedServiceTypeProperties

名字 描述 價值
authenticationType 要使用的驗證類型。 類型:字串。 任何 (必要)
commandTimeout 在終止嘗試並產生錯誤之前,嘗試執行命令的時間(以秒為單位)。 設定為零表示無限大。 類型:整數。 任何
connectionTimeout 在終止嘗試並產生錯誤之前,嘗試建立連線的時間(以秒為單位)。 類型:整數。 任何
資料庫 連接的資料庫名稱。 類型:字串。 任何 (必要)
編碼 取得或設定將用來編碼/譯碼 PostgreSQL 字串數據的 .NET 編碼。 類型:字串 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
logParameters 啟用時,會在執行命令時記錄參數值。 類型:布爾值。 任何
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 類型:字串。 AzureKeyVaultSecretReference
是否應該使用連線共用。 類型:布爾值。 任何
港口 連接的埠。 類型:整數。 任何
readBufferSize 決定讀取時,內部緩衝區所使用的大小。 如果從資料庫傳輸大型值,增加可能會改善效能。 類型:整數。 任何
圖式 設定架構搜尋路徑。 類型:字串。 任何
伺服器 線上的伺服器名稱。 類型:字串。 任何 (必要)
sslCertificate 要傳送至伺服器的客戶端憑證位置。 類型:字串。 任何
sslKey 要傳送至伺服器的用戶端憑證用戶端金鑰位置。 類型:字串。 任何
sslMode 線上的 SSL 模式。 類型:整數。 0:停用、1:allow、2:prefer、3:require、4:verify-ca、5:verify-full。 類型:整數。 任何 (必要)
sslPassword 用戶端憑證金鑰的密碼。 類型:字串。 任何
時區 取得或設定會話時區。 類型:字串。 任何
trustServerCertificate 是否信任伺服器證書而不驗證它。 類型:布爾值。 任何
username 驗證的用戶名稱。 類型:字串。 任何 (必要)

PrestoLinkedService

名字 描述 價值
類型 連結服務的類型。 'Presto' (必要)
typeProperties Presto 伺服器鏈接服務屬性。 PrestoLinkedServiceTypeProperties (必要)

PrestoLinkedServiceTypeProperties

名字 描述 價值
allowHostNameCNMismatch 指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 默認值為 false。 任何
allowSelfSignedServerCert 指定是否允許來自伺服器的自我簽署憑證。 默認值為 false。 任何
authenticationType 用來連線到 Presto 伺服器的驗證機制。 'Anonymous'
'LDAP' (必要)
目錄 針對伺服器的所有要求目錄內容。 任何 (必要)
enableSsl 指定是否使用 SSL 加密與伺服器的連線。 默認值為 false。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 Presto 伺服器的IP位址或主機名。 (即192.168.222.160) 任何 (必要)
密碼 對應至使用者名稱的密碼。 SecretBase
港口 Presto 伺服器用來接聽用戶端連線的 TCP 連接埠。 預設值為8080。 任何
serverVersion Presto 伺服器的版本。 (即 0.148-t) 任何 (必要)
timeZoneID 連接所使用的當地時區。 此選項的有效值是在 IANA 時區資料庫中指定。 預設值為系統時區。 任何
trustedCertPath .pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 任何
username 用來連線到 Presto 伺服器的用戶名稱。 任何
useSystemTrustStore 指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 默認值為 false。 任何

QuickbaseLinkedService

名字 描述 價值
類型 連結服務的類型。 'Quickbase' (必要)
typeProperties Quickbase 鏈接服務屬性。 QuickbaseLinkedServiceTypeProperties (必要)

QuickbaseLinkedServiceTypeProperties

名字 描述 價值
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
url 線上 Quickbase 來源的 URL。 Type:string (或 expression with resultType string) 。 任何 (必要)
userToken Quickbase 來源的使用者令牌。 SecretBase (必要)

QuickBooksLinkedService

名字 描述 價值
類型 連結服務的類型。 'QuickBooks' (必要)
typeProperties QuickBooks 伺服器鏈接服務屬性。 QuickBooksLinkedServiceTypeProperties (必要)

QuickBooksLinkedServiceTypeProperties

名字 描述 價值
accessToken OAuth 1.0 驗證的存取令牌。 SecretBase
accessTokenSecret OAuth 1.0 驗證的存取令牌密碼。 SecretBase
companyId 要授權之 QuickBooks 公司的公司識別碼。 任何
connectionProperties 用來連線到 QuickBooks 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 任何
consumerKey OAuth 1.0 驗證的取用者密鑰。 任何
consumerSecret OAuth 1.0 驗證的取用者密碼。 SecretBase
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
端點 QuickBooks 伺服器的端點。 (即 quickbooks.api.intuit.com) 任何
useEncryptedEndpoints 指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 任何

ResponsysLinkedService

名字 描述 價值
類型 連結服務的類型。 'Responsys' (必要)
typeProperties Responsys 鏈接服務屬性。 ResponsysLinkedServiceTypeProperties (必要)

ResponsysLinkedServiceTypeProperties

名字 描述 價值
clientId 與 Responsys 應用程式相關聯的用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何 (必要)
clientSecret 與 Responsys 應用程式相關聯的客戶端密碼。 Type:string (或 expression with resultType string) 。 SecretBase
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
端點 Responsys 伺服器的端點。 任何 (必要)
useEncryptedEndpoints 指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
useHostVerification 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
usePeerVerification 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何

RestServiceLinkedService

名字 描述 價值
類型 連結服務的類型。 'RestService' (必要)
typeProperties Rest 服務鏈接服務屬性。 RestServiceLinkedServiceTypeProperties (必要)

RestServiceLinkedServiceTypeProperties

名字 描述 價值
aadResourceId 您要求授權使用的資源。 Type:string (或 expression with resultType string) 。 任何
authenticationType 用來連線到 REST 服務的驗證類型。 'AadServicePrincipal'
'Anonymous'
'Basic'
'ManagedServiceIdentity'
'OAuth2ClientCredential' (必要)
authHeaders 要求中用於授權之 RESTful API 的其他 HTTP 標頭。 Type:object (或 Expression with resultType 物件)。 任何
azureCloudType 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
clientId 與應用程式相關聯的用戶端標識碼。 Type:string (或 expression with resultType string) 。 任何
clientSecret 與應用程式相關聯的客戶端密碼。 SecretBase
憑據 包含驗證資訊的認證參考。 CredentialReference
enableServerCertificateValidation 是否要在連線到端點時驗證伺服器端 SSL 憑證。默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 基本身份驗證類型中使用的密碼。 SecretBase
資源 要求存取的目標服務或資源。 Type:string (或 expression with resultType string) 。 任何
範圍 所需的存取範圍。 它描述將要求何種存取權。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalCredentialType 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalEmbeddedCert 指定在 Azure Active Directory 中註冊之應用程式的base64編碼憑證。 Type:string (或 expression with resultType string) 。 SecretBase
servicePrincipalEmbeddedCertPassword 如果您的憑證具有密碼,且您使用的是 AadServicePrincipal 驗證,請指定憑證的密碼。 Type:string (或 expression with resultType string) 。 SecretBase
servicePrincipalId AadServicePrincipal 驗證類型中使用的應用程式用戶端標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey AadServicePrincipal 驗證類型中使用的應用程式密鑰。 SecretBase
房客 在應用程式所在的 AadServicePrincipal 驗證類型中使用的租使用者資訊(功能變數名稱或租用戶標識碼)。 Type:string (或 expression with resultType string) 。 任何
tokenEndpoint 要取得存取令牌之授權伺服器的令牌端點。 Type:string (或 expression with resultType string) 。 任何
url REST 服務的基底 URL。 Type:string (或 expression with resultType string) 。 任何 (必要)
userName 基本身份驗證類型中使用的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SalesforceLinkedService

名字 描述 價值
類型 連結服務的類型。 'Salesforce' (必要)
typeProperties Salesforce 鏈接的服務屬性。 SalesforceLinkedServiceTypeProperties (必要)

SalesforceLinkedServiceTypeProperties

名字 描述 價值
apiVersion ADF 中使用的 Salesforce API 版本。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
environmentUrl Salesforce 實例的 URL。 預設值為 『https://login.salesforce.com』。 若要從沙箱複製數據,請指定 'https://test.salesforce.com'。 若要從自定義網域複製數據,請指定 『https://[domain].my.salesforce.com』。 Type:string (或 expression with resultType string) 。 任何
密碼 Salesforce 實例基本身份驗證的密碼。 SecretBase
securityToken 安全性令牌是遠端訪問 Salesforce 實例的選擇性令牌。 SecretBase
username Salesforce 實例基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SalesforceMarketingCloudLinkedService

名字 描述 價值
類型 連結服務的類型。 'SalesforceMarketingCloud' (必要)
typeProperties Salesforce Marketing Cloud 連結服務屬性。 SalesforceMarketingCloudLinkedServiceTypeProperties (必要)

SalesforceMarketingCloudLinkedServiceTypeProperties

名字 描述 價值
clientId 與 Salesforce Marketing Cloud 應用程式相關聯的用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何
clientSecret 與 Salesforce Marketing Cloud 應用程式相關聯的客戶端密碼。 Type:string (或 expression with resultType string) 。 SecretBase
connectionProperties 用來連線到 Salesforce Marketing Cloud 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
useEncryptedEndpoints 指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
useHostVerification 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
usePeerVerification 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何

SalesforceServiceCloudLinkedService

名字 描述 價值
類型 連結服務的類型。 'SalesforceServiceCloud' (必要)
typeProperties Salesforce Service Cloud 連結服務屬性。 SalesforceServiceCloudLinkedServiceTypeProperties (必要)

SalesforceServiceCloudLinkedServiceTypeProperties

名字 描述 價值
apiVersion ADF 中使用的 Salesforce API 版本。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
environmentUrl Salesforce Service Cloud 實例的 URL。 預設值為 『https://login.salesforce.com』。 若要從沙箱複製數據,請指定 'https://test.salesforce.com'。 若要從自定義網域複製數據,請指定 『https://[domain].my.salesforce.com』。 Type:string (或 expression with resultType string) 。 任何
extendedProperties 附加至連接字串的擴充屬性。 Type:string (或 expression with resultType string) 。 任何
密碼 Salesforce 實例基本身份驗證的密碼。 SecretBase
securityToken 安全性令牌是遠端訪問 Salesforce 實例的選擇性令牌。 SecretBase
username Salesforce 實例基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SalesforceServiceCloudV2LinkedService

名字 描述 價值
類型 連結服務的類型。 'SalesforceServiceCloudV2' (必要)
typeProperties Salesforce Service Cloud V2 鏈接的服務屬性。 SalesforceServiceCloudV2LinkedServiceTypeProperties (必要)

SalesforceServiceCloudV2LinkedServiceTypeProperties

名字 描述 價值
apiVersion ADF 中使用的 Salesforce API 版本。 版本必須大於或等於 Salesforce BULK API 2.0 所需的 47.0。 Type:string (或 expression with resultType string) 。 任何
authenticationType 要用來連線到 Salesforce 的驗證類型。 目前,我們只支援 OAuth2ClientCredentials,這也是預設值 任何
clientId Salesforce 實例的 OAuth 2.0 用戶端認證流程驗證用戶端標識碼。 Type:string (或 expression with resultType string) 。 任何
clientSecret Salesforce 實例之 OAuth 2.0 用戶端認證流程驗證的客戶端密碼。 SecretBase
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
environmentUrl Salesforce Service Cloud 實例的 URL。 例如,'https://[domain].my.salesforce.com'。 Type:string (或 expression with resultType string) 。 任何

SalesforceV2LinkedService

名字 描述 價值
類型 連結服務的類型。 'SalesforceV2' (必要)
typeProperties Salesforce V2 鏈接的服務屬性。 SalesforceV2LinkedServiceTypeProperties (必要)

SalesforceV2LinkedServiceTypeProperties

名字 描述 價值
apiVersion ADF 中使用的 Salesforce API 版本。 版本必須大於或等於 Salesforce BULK API 2.0 所需的 47.0。 Type:string (或 expression with resultType string) 。 任何
authenticationType 要用來連線到 Salesforce 的驗證類型。 目前,我們只支援 OAuth2ClientCredentials,這也是預設值 任何
clientId Salesforce 實例的 OAuth 2.0 用戶端認證流程驗證用戶端標識碼。 Type:string (或 expression with resultType string) 。 任何
clientSecret Salesforce 實例之 OAuth 2.0 用戶端認證流程驗證的客戶端密碼。 SecretBase
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
environmentUrl Salesforce 實例的 URL。 例如,'https://[domain].my.salesforce.com'。 Type:string (或 expression with resultType string) 。 任何

SapBWLinkedService

名字 描述 價值
類型 連結服務的類型。 'SapBW' (必要)
typeProperties 這個連結服務類型特有的屬性。 SapBWLinkedServiceTypeProperties (必要)

SapBWLinkedServiceTypeProperties

名字 描述 價值
clientId BW 系統上用戶端的用戶端識別碼。 (通常以字串表示的三位數十進位數)Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 存取 SAP BW 伺服器的密碼。 SecretBase
伺服器 SAP BW 實例的主機名。 Type:string (或 expression with resultType string) 。 任何 (必要)
systemNumber BW 系統的系統編號。 (通常是以字串表示的兩位數十進位數。Type:string (或 expression with resultType string) 。 任何 (必要)
userName 存取 SAP BW 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SapCloudForCustomerLinkedService

名字 描述 價值
類型 連結服務的類型。 'SapCloudForCustomer' (必要)
typeProperties SAP Cloud for Customer 鏈接服務屬性。 SapCloudForCustomerLinkedServiceTypeProperties (必要)

SapCloudForCustomerLinkedServiceTypeProperties

名字 描述 價值
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 必須提供 encryptedCredential 或 username/password。 類型:字串。 字串
密碼 基本身份驗證的密碼。 SecretBase
url SAP Cloud for Customer OData API 的 URL。 例如,'[https://[tenantname].crm.ondemand.com/sap/c4c/odata/v1]'。 Type:string (或 expression with resultType string) 。 任何 (必要)
username 基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SapEccLinkedService

名字 描述 價值
類型 連結服務的類型。 'SapEcc' (必要)
typeProperties SAP ECC 連結服務屬性。 SapEccLinkedServiceTypeProperties (必要)

SapEccLinkedServiceTypeProperties

名字 描述 價值
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 必須提供 encryptedCredential 或 username/password。 類型:字串。 字串
密碼 基本身份驗證的密碼。 SecretBase
url SAP ECC OData API 的 URL。 例如,'[https://hostname:port/sap/opu/odata/sap/servicename/]'。 Type:string (或 expression with resultType string) 。 任何 (必要)
username 基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SapHanaLinkedService

名字 描述 價值
類型 連結服務的類型。 'SapHana' (必要)
typeProperties 這個連結服務類型特有的屬性。 SapHanaLinkedServiceProperties (必要)

SapHanaLinkedServiceProperties

名字 描述 價值
authenticationType 要用來連線到 SAP HANA 伺服器的驗證類型。 'Basic'
'Windows'
connectionString SAP HANA ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 存取 SAP HANA 伺服器的密碼。 SecretBase
伺服器 SAP HANA 伺服器的主機名。 Type:string (或 expression with resultType string) 。 任何
userName 存取 SAP HANA 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SapOdpLinkedService

名字 描述 價值
類型 連結服務的類型。 'SapOdp' (必要)
typeProperties SAP ODP 連結服務類型特有的屬性。 SapOdpLinkedServiceTypeProperties (必要)

SapOdpLinkedServiceTypeProperties

名字 描述 價值
clientId 數據表所在 SAP 系統上用戶端的用戶端識別碼。 (通常以字串表示的三位數十進位數)Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
語言 數據表所在的 SAP 系統語言。 預設值為 EN。 Type:string (或 expression with resultType string) 。 任何
logonGroup SAP 系統的登入群組。 Type:string (或 expression with resultType string) 。 任何
messageServer SAP 訊息伺服器的主機名。 Type:string (或 expression with resultType string) 。 任何
messageServerService 訊息伺服器的服務名稱或埠號碼。 Type:string (或 expression with resultType string) 。 任何
密碼 存取資料表所在 SAP 伺服器的密碼。 SecretBase
伺服器 數據表所在 SAP 實例的主機名。 Type:string (或 expression with resultType string) 。 任何
sncLibraryPath 外部安全性產品的連結庫,可存取數據表所在的 SAP 伺服器。 Type:string (或 expression with resultType string) 。 任何
sncMode SNC 啟用指標,可存取資料表所在的 SAP 伺服器。 必須是 0 (關閉) 或 1 (開啟)。 Type:string (或 expression with resultType string) 。 任何
sncMyName 啟動器的SNC名稱,用來存取數據表所在的 SAP 伺服器。 Type:string (或 expression with resultType string) 。 任何
sncPartnerName 通訊夥伴的SNC名稱,以存取數據表所在的 SAP 伺服器。 Type:string (或 expression with resultType string) 。 任何
sncQop SNC 保護品質。 允許的值包括:1、2、3、8、9。 Type:string (或 expression with resultType string) 。 任何
subscriberName 訂閱者名稱。 Type:string (或 expression with resultType string) 。 任何
systemId 數據表所在 SAP 系統的 SystemID。 Type:string (或 expression with resultType string) 。 任何
systemNumber 數據表所在的 SAP 系統系統編號。 (通常是以字串表示的兩位數十進位數。Type:string (或 expression with resultType string) 。 任何
userName 存取資料表所在 SAP 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 任何
x509CertificatePath SNC X509 憑證檔案路徑。 Type:string (或 expression with resultType string) 。 任何

SapOpenHubLinkedService

名字 描述 價值
類型 連結服務的類型。 'SapOpenHub' (必要)
typeProperties SAP Business Warehouse Open Hub 目的地鏈接服務類型的特定屬性。 SapOpenHubLinkedServiceTypeProperties (必要)

SapOpenHubLinkedServiceTypeProperties

名字 描述 價值
clientId 開啟中樞目的地所在 BW 系統上用戶端的用戶端識別碼。 (通常以字串表示的三位數十進位數)Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
語言 開啟中樞目的地所在 BW 系統的語言。 預設值為 EN。 Type:string (或 expression with resultType string) 。 任何
logonGroup SAP 系統的登入群組。 Type:string (或 expression with resultType string) 。 任何
messageServer SAP 訊息伺服器的主機名。 Type:string (或 expression with resultType string) 。 任何
messageServerService 訊息伺服器的服務名稱或埠號碼。 Type:string (或 expression with resultType string) 。 任何
密碼 存取開啟中樞目的地所在SAP BW 伺服器的密碼。 SecretBase
伺服器 開啟中樞目的地所在 SAP BW 實例的主機名。 Type:string (或 expression with resultType string) 。 任何
systemId 數據表所在 SAP 系統的 SystemID。 Type:string (或 expression with resultType string) 。 任何
systemNumber 開啟中樞目的地所在 BW 系統的系統編號。 (通常是以字串表示的兩位數十進位數。Type:string (或 expression with resultType string) 。 任何
userName 存取開啟中樞目的地所在SAP BW 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SapTableLinkedService

名字 描述 價值
類型 連結服務的類型。 'SapTable' (必要)
typeProperties 這個連結服務類型特有的屬性。 SapTableLinkedServiceTypeProperties (必要)

SapTableLinkedServiceTypeProperties

名字 描述 價值
clientId 數據表所在 SAP 系統上用戶端的用戶端識別碼。 (通常以字串表示的三位數十進位數)Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
語言 數據表所在的 SAP 系統語言。 預設值為 EN。 Type:string (或 expression with resultType string) 。 任何
logonGroup SAP 系統的登入群組。 Type:string (或 expression with resultType string) 。 任何
messageServer SAP 訊息伺服器的主機名。 Type:string (或 expression with resultType string) 。 任何
messageServerService 訊息伺服器的服務名稱或埠號碼。 Type:string (或 expression with resultType string) 。 任何
密碼 存取資料表所在 SAP 伺服器的密碼。 SecretBase
伺服器 數據表所在 SAP 實例的主機名。 Type:string (或 expression with resultType string) 。 任何
sncLibraryPath 外部安全性產品的連結庫,可存取數據表所在的 SAP 伺服器。 Type:string (或 expression with resultType string) 。 任何
sncMode SNC 啟用指標,可存取資料表所在的 SAP 伺服器。 必須是 0 (關閉) 或 1 (開啟)。 Type:string (或 expression with resultType string) 。 任何
sncMyName 啟動器的SNC名稱,用來存取數據表所在的 SAP 伺服器。 Type:string (或 expression with resultType string) 。 任何
sncPartnerName 通訊夥伴的SNC名稱,以存取數據表所在的 SAP 伺服器。 Type:string (或 expression with resultType string) 。 任何
sncQop SNC 保護品質。 允許的值包括:1、2、3、8、9。 Type:string (或 expression with resultType string) 。 任何
systemId 數據表所在 SAP 系統的 SystemID。 Type:string (或 expression with resultType string) 。 任何
systemNumber 數據表所在的 SAP 系統系統編號。 (通常是以字串表示的兩位數十進位數。Type:string (或 expression with resultType string) 。 任何
userName 存取資料表所在 SAP 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

ScriptAction

名字 描述 價值
名字 使用者提供文稿動作的名稱。 字串 (必要)
參數 腳本動作的參數。 字串
角色 應該執行腳本動作的節點類型。 任何 (必要)
uri 腳本動作的 URI。 字串 (必要)

SecretBase

名字 描述 價值
類型 針對類型 AzureKeyVaultSecretReference,設定為 'AzureKeyVaultSecret'。 將 類型設定為 'SecureString',SecureString 'AzureKeyVaultSecret'
'SecureString' (必要)

SecureString

名字 描述 價值
類型 秘密的類型。 'SecureString' (必要)
價值 安全字串的值。 字串 (必要)

ServiceNowLinkedService

名字 描述 價值
類型 連結服務的類型。 'ServiceNow' (必要)
typeProperties ServiceNow 伺服器鏈接服務屬性。 ServiceNowLinkedServiceTypeProperties (必要)

ServiceNowLinkedServiceTypeProperties

名字 描述 價值
authenticationType 要使用的驗證類型。 'Basic'
'OAuth2' (必要)
clientId OAuth2 驗證的用戶端標識碼。 任何
clientSecret OAuth2 驗證的客戶端密碼。 SecretBase
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
端點 ServiceNow 伺服器的端點。 (即 <實例>.service-now.com) 任何 (必要)
密碼 對應至基本和 OAuth2 驗證之使用者名稱的密碼。 SecretBase
useEncryptedEndpoints 指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 任何
useHostVerification 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。 任何
usePeerVerification 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。 任何
username 用來連線到 ServiceNow 伺服器以進行基本和 OAuth2 驗證的用戶名稱。 任何

ServiceNowV2LinkedService

名字 描述 價值
類型 連結服務的類型。 'ServiceNowV2' (必要)
typeProperties ServiceNowV2 伺服器鏈接服務屬性。 ServiceNowV2LinkedServiceTypeProperties (必要)

ServiceNowV2LinkedServiceTypeProperties

名字 描述 價值
authenticationType 要使用的驗證類型。 'Basic'
'OAuth2' (必要)
clientId OAuth2 驗證的用戶端標識碼。 任何
clientSecret OAuth2 驗證的客戶端密碼。 SecretBase
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
端點 ServiceNowV2 伺服器的端點。 (即 <實例>.service-now.com) 任何 (必要)
grantType OAuth2 驗證的 GrantType。 預設值為password。 任何
密碼 對應至基本和 OAuth2 驗證之使用者名稱的密碼。 SecretBase
username 用來連線到 ServiceNowV2 伺服器以進行基本和 OAuth2 驗證的用戶名稱。 任何

SftpServerLinkedService

名字 描述 價值
類型 連結服務的類型。 'Sftp' (必要)
typeProperties 這個連結服務類型特有的屬性。 SftpServerLinkedServiceTypeProperties (必要)

SftpServerLinkedServiceTypeProperties

名字 描述 價值
authenticationType 要用來連線到 FTP 伺服器的驗證類型。 'Basic'
'MultiFactor'
'SshPublicKey'
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 SFTP 伺服器主機名。 Type:string (或 expression with resultType string) 。 任何 (必要)
hostKeyFingerprint SFTP 伺服器的主機按鍵列印。 當 SkipHostKeyValidation 為 false 時,應該指定 HostKeyFingerprint。 Type:string (或 expression with resultType string) 。 任何
passPhrase 如果 SSH 私鑰已加密,則解密 SSH 私鑰的密碼。 SecretBase
密碼 登入 SFTP 伺服器以進行基本身份驗證的密碼。 SecretBase
港口 SFTP 伺服器用來接聽用戶端連線的 TCP 連接埠號碼。 預設值為 22。 類型:integer (或 expression with resultType integer), minimum: 0。 任何
privateKeyContent 針對 SshPublicKey 驗證,Base64 編碼的 SSH 私鑰內容。 針對使用 SshPublicKey 驗證的內部部署複製,應該指定 PrivateKeyPath 或 PrivateKeyContent。 SSH 私密金鑰應該是 OpenSSH 格式。 SecretBase
privateKeyPath SshPublicKey 驗證的 SSH 私鑰檔案路徑。 僅適用於內部部署複本。 針對使用 SshPublicKey 驗證的內部部署複製,應該指定 PrivateKeyPath 或 PrivateKeyContent。 SSH 私密金鑰應該是 OpenSSH 格式。 Type:string (或 expression with resultType string) 。 任何
skipHostKeyValidation 如果為 true,請略過 SSH 主機金鑰驗證。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
userName 用來登入SFTP 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SharePointOnlineListLinkedService

名字 描述 價值
類型 連結服務的類型。 'SharePointOnlineList' (必要)
typeProperties SharePoint Online 清單鏈接服務屬性。 SharePointOnlineListLinkedServiceTypeProperties (必要)

SharePointOnlineListLinkedServiceTypeProperties

名字 描述 價值
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
servicePrincipalCredentialType 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalEmbeddedCert 指定在 Azure Active Directory 中註冊之應用程式的base64編碼憑證。 Type:string (或 expression with resultType string) 。 SecretBase
servicePrincipalEmbeddedCertPassword 如果您的憑證具有密碼,且您使用的是 AadServicePrincipal 驗證,請指定憑證的密碼。 Type:string (或 expression with resultType string) 。 SecretBase
servicePrincipalId 在 Azure Active Directory 中註冊之應用程式的應用程式(用戶端)標識碼。 請務必將 SharePoint 網站許可權授與此應用程式。 Type:string (或 expression with resultType string) 。 任何 (必要)
servicePrincipalKey 在 Azure Active Directory 中註冊之應用程式的客戶端密碼。 Type:string (或 expression with resultType string) 。 SecretBase
siteUrl SharePoint Online 網站的 URL。 例如,https://contoso.sharepoint.com/sites/siteName。 Type:string (或 expression with resultType string) 。 任何 (必要)
tenantId 應用程式所在的租用戶標識碼。 您可以從 Azure 入口網站 Active Directory 概觀頁面找到它。 Type:string (或 expression with resultType string) 。 任何 (必要)

ShopifyLinkedService

名字 描述 價值
類型 連結服務的類型。 'Shopify' (必要)
typeProperties Shopify Service 鏈接服務屬性。 ShopifyLinkedServiceTypeProperties (必要)

ShopifyLinkedServiceTypeProperties

名字 描述 價值
accessToken 可用來存取 Shopify 數據的 API 存取令牌。 如果令牌為離線模式,令牌將不會過期。 SecretBase
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 Shopify 伺服器的端點。 (即 mystore.myshopify.com) 任何 (必要)
useEncryptedEndpoints 指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 任何
useHostVerification 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。 任何
usePeerVerification 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。 任何

SmartsheetLinkedService

名字 描述 價值
類型 連結服務的類型。 'Smartsheet' (必要)
typeProperties Smartsheet 連結服務屬性。 SmartsheetLinkedServiceTypeProperties (必要)

SmartsheetLinkedServiceTypeProperties

名字 描述 價值
apiToken Smartsheet 來源的 API 令牌。 SecretBase (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串

SnowflakeLinkedService

名字 描述 價值
類型 連結服務的類型。 “雪花”(必要)
typeProperties Snowflake 連結服務屬性。 SnowflakeLinkedServiceTypeProperties (必要)

SnowflakeLinkedServiceTypeProperties

名字 描述 價值
connectionString 雪花的連接字串。 類型:string、SecureString。 任何 (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference

SnowflakeLinkedV2ServiceTypeProperties

名字 描述 價值
accountIdentifier Snowflake 帳戶的帳戶標識碼,例如 xy12345.east-us-2.azure 任何 (必要)
authenticationType 用於驗證的類型。 類型:字串。 'AADServicePrincipal'
'Basic'
'KeyPair'
clientId 在 Azure Active Directory 中註冊以進行 AADServicePrincipal 驗證的應用程式用戶端識別碼。 任何
clientSecret AADServicePrincipal 驗證客戶端密碼的 Azure 金鑰保存庫秘密參考。 SecretBase
資料庫 Snowflake 資料庫的名稱。 任何 (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 Snowflake 帳戶的主機名。 任何
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 SecretBase
privateKey 適用於 KeyPair 驗證之 privateKey 的 Azure 金鑰保存庫秘密參考。 SecretBase
privateKeyPassphrase 使用加密私鑰進行 KeyPair 驗證的私鑰密碼 Azure 金鑰保存庫秘密參考。 SecretBase
範圍 在 Azure Active Directory 中註冊以進行 AADServicePrincipal 驗證的應用程式範圍。 任何
tenantId 在 Azure Active Directory 中註冊以進行 AADServicePrincipal 驗證的應用程式租用戶標識碼。 任何
使用者 Snowflake 用戶的名稱。 任何
倉庫 Snowflake 倉儲的名稱。 任何 (必要)

SnowflakeV2LinkedService

名字 描述 價值
類型 連結服務的類型。 'SnowflakeV2' (必要)
typeProperties Snowflake 連結服務屬性。 SnowflakeLinkedV2ServiceTypeProperties (必要)

SparkLinkedService

名字 描述 價值
類型 連結服務的類型。 'Spark' (必要)
typeProperties Spark Server 連結服務屬性。 SparkLinkedServiceTypeProperties (必要)

SparkLinkedServiceTypeProperties

名字 描述 價值
allowHostNameCNMismatch 指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 默認值為 false。 任何
allowSelfSignedServerCert 指定是否允許來自伺服器的自我簽署憑證。 默認值為 false。 任何
authenticationType 用來存取 Spark 伺服器的驗證方法。 'Anonymous'
'Username'
'UsernameAndPassword'
'WindowsAzureHDInsightService' (必要)
enableSsl 指定是否使用 SSL 加密與伺服器的連線。 默認值為 false。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 Spark 伺服器的IP位址或主機名 任何 (必要)
httpPath 對應至 Spark 伺服器的部分 URL。 任何
密碼 對應至您在 [用戶名稱] 字段中提供之使用者名稱的密碼 SecretBase
港口 Spark 伺服器用來接聽用戶端連線的 TCP 連接埠。 任何 (必要)
serverType Spark 伺服器的型別。 'SharkServer'
'SharkServer2'
'SparkThriftServer'
thriftTransportProtocol 在 Thrift 層中使用的傳輸通訊協定。 'Binary'
'HTTP '
'SASL'
trustedCertPath .pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 任何
username 您用來存取 Spark Server 的使用者名稱。 任何
useSystemTrustStore 指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 默認值為 false。 任何

SqlAlwaysEncryptedProperties

名字 描述 價值
alwaysEncryptedAkvAuthType Sql 一律加密 AKV 驗證類型。 類型:字串。 'ManagedIdentity'
'ServicePrincipal'
'UserAssignedManagedIdentity' (必要)
憑據 包含驗證資訊的認證參考。 CredentialReference
servicePrincipalId Azure Active Directory 中用於 Azure Key Vault 驗證的應用程式用戶端標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 用來向 Azure Key Vault 進行驗證的服務主體密鑰。 SecretBase

SqlServerLinkedService

名字 描述 價值
類型 連結服務的類型。 'SqlServer' (必要)
typeProperties SQL Server 連結服務屬性。 SqlServerLinkedServiceTypeProperties (必要)

SqlServerLinkedServiceTypeProperties

名字 描述 價值
alwaysEncryptedSettings Sql 一律加密的屬性。 SqlAlwaysEncryptedProperties
applicationIntent 聯機到建議版本所使用的伺服器時,應用程式工作負載類型。 可能的值為 ReadOnly 和 ReadWrite。 Type:string (或 expression with resultType string) 。 任何
authenticationType 用於驗證的類型。 類型:字串。 'SQL'
'UserAssignedManagedIdentity'
'Windows'
commandTimeout 終止嘗試執行命令並產生錯誤之前的預設等候時間(以秒為單位),由建議的版本使用。 類型:integer (或 expression with resultType integer) 。 任何
connectionString 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
connectRetryCount 識別建議版本所使用的閑置連線失敗之後嘗試的重新連線數目。 這必須是介於 0 到 255 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
connectRetryInterval 識別建議版本所使用的閑置連線失敗之後,每個重新連線嘗試之間的時間量(以秒為單位)。 這必須是介於 1 到 60 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
connectTimeout 在終止嘗試並產生建議版本所使用的錯誤之前,等候伺服器連線的時間長度(以秒為單位)。 類型:integer (或 expression with resultType integer) 。 任何
憑據 包含驗證資訊的認證參考。 CredentialReference
資料庫 建議版本所使用的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何
加密 指出客戶端與伺服器之間傳送的所有數據是否需要 TLS 加密,供建議版本使用。 可能的值為 true/yes/mandatory、false/no/optional 和 strict。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
failoverPartner 如果主伺服器關閉,建議版本會使用所要連線之夥伴伺服器的名稱或位址。 Type:string (或 expression with resultType string) 。 任何
hostNameInCertificate 驗證連線之伺服器證書時要使用的主機名。 若未指定,來自數據源的伺服器名稱會用於建議版本所使用的憑證驗證。 Type:string (或 expression with resultType string) 。 任何
integratedSecurity 指出是否在連線中指定使用者標識碼和密碼(若為 false),或目前的 Windows 帳戶認證是否用於驗證(若為 true),供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
loadBalanceTimeout 在被建議版本使用之前,聯機生存在聯機集區中的最短時間,以秒為單位。 類型:integer (或 expression with resultType integer) 。 任何
maxPoolSize 此特定連接字串的連線區中允許的連線數目上限,供建議版本使用。 類型:integer (或 expression with resultType integer) 。 任何
minPoolSize 建議版本所使用的此特定連接字串,聯機集區中允許的連線數目下限。 類型:integer (或 expression with resultType integer) 。 任何
multipleActiveResultSets 若為 true,應用程式可以維護多個作用中結果集 (MARS)。 若為 false,應用程式必須先處理或取消一個批次的所有結果集,才能在該連線上執行任何其他批次,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
multiSubnetFailover 如果您的應用程式連線到不同子網上的 AlwaysOn 可用性群組 (AG),則設定 MultiSubnetFailover=true 可讓您更快速地偵測並連線到建議版本所使用的作用中伺服器。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
packetSize 網路封包的大小,以位元組為單位,用來與建議版本所使用的伺服器實例通訊。 類型:integer (或 expression with resultType integer) 。 任何
密碼 內部部署 Windows 驗證密碼。 SecretBase
指出每次要求連線時,是否要集區或明確開啟連線,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
伺服器 建議版本所使用的 SQL Server 實例名稱或網路位址。 Type:string (或 expression with resultType string) 。 任何
trustServerCertificate 指出通道是否會在略過憑證鏈結以驗證建議版本所使用的信任時加密。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
userName 內部部署 Windows 驗證用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SquareLinkedService

名字 描述 價值
類型 連結服務的類型。 'Square' (必要)
typeProperties Square Service 鏈接服務屬性。 SquareLinkedServiceTypeProperties (必要)

SquareLinkedServiceTypeProperties

名字 描述 價值
clientId 與 Square 應用程式相關聯的用戶端標識碼。 任何
clientSecret 與您的 Square 應用程式相關聯的客戶端密碼。 SecretBase
connectionProperties 用來連線到 Square 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 Square 實例的 URL。 (即 mystore.mysquare.com) 任何
redirectUri 在 Square 應用程式儀錶板中指派的重新導向 URL。 (即 http://localhost:2500) 任何
useEncryptedEndpoints 指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 任何
useHostVerification 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。 任何
usePeerVerification 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。 任何

SybaseLinkedService

名字 描述 價值
類型 連結服務的類型。 'Sybase' (必要)
typeProperties Sybase 鏈接服務屬性。 SybaseLinkedServiceTypeProperties (必要)

SybaseLinkedServiceTypeProperties

名字 描述 價值
authenticationType 要用於連接的 AuthenticationType。 'Basic'
'Windows'
資料庫 連接的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 驗證的密碼。 SecretBase
圖式 連接的架構名稱。 Type:string (或 expression with resultType string) 。 任何
伺服器 線上的伺服器名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
username 驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

TeamDeskLinkedService

名字 描述 價值
類型 連結服務的類型。 'TeamDesk' (必要)
typeProperties TeamDesk 連結的服務屬性。 TeamDeskLinkedServiceTypeProperties (必要)

TeamDeskLinkedServiceTypeProperties

名字 描述 價值
apiToken TeamDesk 來源的 API 令牌。 SecretBase
authenticationType 要使用的驗證類型。 'Basic'
'Token' (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 TeamDesk 來源的密碼。 SecretBase
url 連線 TeamDesk 來源的 URL。 Type:string (或 expression with resultType string) 。 任何 (必要)
userName TeamDesk 來源的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

TeradataLinkedService

名字 描述 價值
類型 連結服務的類型。 'Teradata' (必要)
typeProperties Teradata 鏈接服務屬性。 TeradataLinkedServiceTypeProperties (必要)

TeradataLinkedServiceTypeProperties

名字 描述 價值
authenticationType 要用於連接的 AuthenticationType。 'Basic'
'Windows'
connectionString Teradata ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 驗證的密碼。 SecretBase
伺服器 線上的伺服器名稱。 Type:string (或 expression with resultType string) 。 任何
username 驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

TwilioLinkedService

名字 描述 價值
類型 連結服務的類型。 'Twilio' (必要)
typeProperties Twilio 連結服務屬性。 TwilioLinkedServiceTypeProperties (必要)

TwilioLinkedServiceTypeProperties

名字 描述 價值
密碼 Twilio 服務的驗證令牌。 SecretBase (必要)
userName Twilio 服務的帳戶 SID。 Type:string (或 expression with resultType string) 。 任何 (必要)

VerticaLinkedService

名字 描述 價值
類型 連結服務的類型。 'Vertica' (必要)
typeProperties Vertica 連結服務屬性。 VerticaLinkedServiceTypeProperties (必要)

VerticaLinkedServiceTypeProperties

名字 描述 價值
connectionString ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
資料庫 連接的資料庫名稱。 類型:字串。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
港口 連接的埠。 類型:整數。 任何
pwd 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
伺服器 線上的伺服器名稱。 類型:字串。 任何
uid 驗證的用戶名稱。 類型:字串。 任何

WarehouseLinkedService

名字 描述 價值
類型 連結服務的類型。 'Warehouse' (必要)
typeProperties Microsoft網狀架構倉儲連結服務屬性。 WarehouseLinkedServiceTypeProperties (必要)

WarehouseLinkedServiceTypeProperties

名字 描述 價值
artifactId Microsoft網狀架構倉儲成品的標識碼。 Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
端點 網狀架構倉儲伺服器的端點Microsoft。 Type:string (或 expression with resultType string) 。 任何 (必要)
servicePrincipalCredential Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 用來針對Microsoft網狀架構倉儲進行驗證的應用程式標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 用來針對 Microsoft 網狀架構倉儲進行驗證的應用程式金鑰。 SecretBase
房客 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何
workspaceId Microsoft Fabric 工作區的標識碼。 Type:string (或 expression with resultType string) 。 任何

WebAnonymousAuthentication

名字 描述 價值
authenticationType 用來連線至 Web 資料表來源的驗證類型。 'Anonymous' (必要)

WebBasicAuthentication

名字 描述 價值
authenticationType 用來連線至 Web 資料表來源的驗證類型。 'Basic' (必要)
密碼 基本身份驗證的密碼。 SecretBase (必要)
username 基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

WebClientCertificateAuthentication

名字 描述 價值
authenticationType 用來連線至 Web 資料表來源的驗證類型。 'ClientCertificate' (必要)
密碼 PFX 檔案的密碼。 SecretBase (必要)
pfx PFX 檔案的Base64編碼內容。 SecretBase (必要)

WebLinkedService

名字 描述 價值
類型 連結服務的類型。 'Web' (必要)
typeProperties Web 連結服務屬性。 WebLinkedServiceTypeProperties (必要)

WebLinkedServiceTypeProperties

名字 描述 價值
authenticationType 將 類型設定為 'Anonymous',WebAnonymousAuthentication。 將 類型設定為 'Basic' WebBasicAuthentication。 針對類型 WebClientCertificateAuthentication設定為 'ClientCertificate'。 'Anonymous'
'Basic'
'ClientCertificate' (必要)
url Web 服務端點的 URL,例如 https://www.microsoft.com 。 Type:string (或 expression with resultType string) 。 任何 (必要)

XeroLinkedService

名字 描述 價值
類型 連結服務的類型。 'Xero' (必要)
typeProperties Xero Service 連結服務屬性。 XeroLinkedServiceTypeProperties (必要)

XeroLinkedServiceTypeProperties

名字 描述 價值
connectionProperties 用來連線到 Xero 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 任何
consumerKey 與 Xero 應用程式相關聯的取用者金鑰。 SecretBase
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 Xero 伺服器的端點。 (即 api.xero.com) 任何
privateKey 針對 Xero 私人應用程式產生的 .pem 檔案中的私鑰。 您必須包含 .pem 檔案中的所有文字,包括 Unix 行結尾(
).
SecretBase
useEncryptedEndpoints 指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 任何
useHostVerification 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。 任何
usePeerVerification 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。 任何

ZendeskLinkedService

名字 描述 價值
類型 連結服務的類型。 'Zendesk' (必要)
typeProperties Zendesk 鏈接服務屬性。 ZendeskLinkedServiceTypeProperties (必要)

ZendeskLinkedServiceTypeProperties

名字 描述 價值
apiToken Zendesk 來源的 API 令牌。 SecretBase
authenticationType 要使用的驗證類型。 'Basic'
'Token' (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 Zendesk 來源的密碼。 SecretBase
url 用來連接 Zendesk 來源的 URL。 Type:string (或 expression with resultType string) 。 任何 (必要)
userName Zendesk 來源的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

ZohoLinkedService

名字 描述 價值
類型 連結服務的類型。 'Zoho' (必要)
typeProperties Zoho 伺服器鏈接服務屬性。 ZohoLinkedServiceTypeProperties (必要)

ZohoLinkedServiceTypeProperties

名字 描述 價值
accessToken Zoho 驗證的存取令牌。 SecretBase
connectionProperties 用來連線到 Zoho 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
端點 Zoho 伺服器的端點。 (即 crm.zoho.com/crm/private) 任何
useEncryptedEndpoints 指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 任何
useHostVerification 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。 任何
usePeerVerification 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。 任何

快速入門範本

下列快速入門範本會部署此資源類型。

範本 描述
建立 V2 Data Factory

部署至 Azure
此範本會建立 V2 資料處理站,將資料從 Azure Blob 記憶體中的資料夾複製到記憶體中的另一個資料夾。
在 Azure 架構上部署體育分析

部署至 Azure
建立已啟用 ADLS Gen 2 的 Azure 記憶體帳戶、具有記憶體帳戶連結服務的 Azure Data Factory 實例(如果已部署的 Azure SQL Database),以及 Azure Databricks 實例。 部署範本和 ADF 實例受控識別的使用者 AAD 身分識別,將會在記憶體帳戶上授與記憶體 Blob 數據參與者角色。 還有一個選項可用來部署 Azure Key Vault 實例、Azure SQL Database 和 Azure 事件中樞(適用於串流使用案例)。 部署 Azure Key Vault 時,部署範本之使用者的 Data Factory 受控識別和 AAD 身分識別將會獲得 Key Vault 秘密使用者角色。
Azure Data Factory 可以 更多 - 按兩下即可嘗試 Azure Data Factory

部署至 Azure
此範本會建立數據處理站管線,以將複製活動從 Azure Blob 複製到另一個 Azure Blob

Terraform (AzAPI 提供者) 資源定義

factoryies/linkedservices 資源類型可以使用目標作業來部署:

  • 資源群組

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.DataFactory/factories/linkedservices 資源,請將下列 Terraform 新增至範本。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.DataFactory/factories/linkedservices@2018-06-01"
  name = "string"
  body = jsonencode({
    properties = {
      annotations = [
        ?
      ]
      connectVia = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      description = "string"
      parameters = {
        {customized property} = {
          defaultValue = ?
          type = "string"
        }
      }
      version = "string"
      type = "string"
      // For remaining properties, see LinkedService objects
    }
  })
}

WebLinkedServiceTypeProperties 物件

設定 authenticationType 屬性 ,以指定對象的類型。

針對 匿名,請使用:

{
  authenticationType = "Anonymous"
}

針對 Basic,請使用:

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

針對 ClientCertificate,請使用:

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

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 = "string"
      }
      servicePrincipalId = ?
      servicePrincipalKey = {
        type = "string"
        // For remaining properties, see SecretBase objects
      }
    }
    applicationIntent = ?
    authenticationType = "string"
    commandTimeout = ?
    connectionString = ?
    connectRetryCount = ?
    connectRetryInterval = ?
    connectTimeout = ?
    database = ?
    encrypt = ?
    encryptedCredential = "string"
    failoverPartner = ?
    hostNameInCertificate = ?
    integratedSecurity = ?
    loadBalanceTimeout = ?
    maxPoolSize = ?
    minPoolSize = ?
    multipleActiveResultSets = ?
    multiSubnetFailover = ?
    packetSize = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    pooling = ?
    server = ?
    trustServerCertificate = ?
    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 = "string"
    }
    encryptedCredential = "string"
    linkedServiceName = {
      parameters = {
        {customized property} = ?
      }
      referenceName = "string"
      type = "string"
    }
    poolName = ?
  }
}

針對 AzureBlobFS,請使用:

{
  type = "AzureBlobFS"
  typeProperties = {
    accountKey = ?
    azureCloudType = ?
    credential = {
      referenceName = "string"
      type = "string"
    }
    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 = "string"
      }
      type = "string"
    }
    accountKind = ?
    authenticationType = "string"
    azureCloudType = ?
    connectionString = ?
    containerUri = ?
    credential = {
      referenceName = "string"
      type = "string"
    }
    encryptedCredential = "string"
    sasToken = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
    sasUri = ?
    serviceEndpoint = ?
    servicePrincipalId = ?
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    tenant = ?
  }
}

針對 AzureDataExplorer,請使用:

{
  type = "AzureDataExplorer"
  typeProperties = {
    credential = {
      referenceName = "string"
      type = "string"
    }
    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 = "string"
    }
    dataLakeStoreUri = ?
    encryptedCredential = "string"
    resourceGroupName = ?
    servicePrincipalId = ?
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    subscriptionId = ?
    tenant = ?
  }
}

針對 AzureDatabricks,請使用:

{
  type = "AzureDatabricks"
  typeProperties = {
    accessToken = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    authentication = ?
    credential = {
      referenceName = "string"
      type = "string"
    }
    domain = ?
    encryptedCredential = "string"
    existingClusterId = ?
    instancePoolId = ?
    newClusterCustomTags = {
      {customized property} = ?
    }
    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 = "string"
    }
    domain = ?
    encryptedCredential = "string"
    workspaceResourceId = ?
  }
}

針對 AzureFileStorage,請使用:

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

針對 azureFunction,請使用:

{
  type = "AzureFunction"
  typeProperties = {
    authentication = ?
    credential = {
      referenceName = "string"
      type = "string"
    }
    encryptedCredential = "string"
    functionAppUrl = ?
    functionKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    resourceId = ?
  }
}

針對 AzureKeyVault,請使用:

{
  type = "AzureKeyVault"
  typeProperties = {
    baseUrl = ?
    credential = {
      referenceName = "string"
      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 = ?
  }
}

針對 azureMariaDB ,請使用:

{
  type = "AzureMariaDB"
  typeProperties = {
    connectionString = ?
    encryptedCredential = "string"
    pwd = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
  }
}

針對 azureMySql,請使用:

{
  type = "AzureMySql"
  typeProperties = {
    connectionString = ?
    encryptedCredential = "string"
    password = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
  }
}

針對 AzurePostgreSql,請使用:

{
  type = "AzurePostgreSql"
  typeProperties = {
    commandTimeout = ?
    connectionString = ?
    database = ?
    encoding = ?
    encryptedCredential = "string"
    password = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
    port = ?
    readBufferSize = ?
    server = ?
    sslMode = ?
    timeout = ?
    timezone = ?
    trustServerCertificate = ?
    username = ?
  }
}

針對 AzureSearch,請使用:

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

針對 azureSqlDW,請使用:

{
  type = "AzureSqlDW"
  typeProperties = {
    applicationIntent = ?
    authenticationType = "string"
    azureCloudType = ?
    commandTimeout = ?
    connectionString = ?
    connectRetryCount = ?
    connectRetryInterval = ?
    connectTimeout = ?
    credential = {
      referenceName = "string"
      type = "string"
    }
    database = ?
    encrypt = ?
    encryptedCredential = "string"
    failoverPartner = ?
    hostNameInCertificate = ?
    integratedSecurity = ?
    loadBalanceTimeout = ?
    maxPoolSize = ?
    minPoolSize = ?
    multipleActiveResultSets = ?
    multiSubnetFailover = ?
    packetSize = ?
    password = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
    pooling = ?
    server = ?
    servicePrincipalCredential = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredentialType = ?
    servicePrincipalId = ?
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    tenant = ?
    trustServerCertificate = ?
    userName = ?
  }
}

針對 AzureSqlDatabase,請使用:

{
  type = "AzureSqlDatabase"
  typeProperties = {
    alwaysEncryptedSettings = {
      alwaysEncryptedAkvAuthType = "string"
      credential = {
        referenceName = "string"
        type = "string"
      }
      servicePrincipalId = ?
      servicePrincipalKey = {
        type = "string"
        // For remaining properties, see SecretBase objects
      }
    }
    applicationIntent = ?
    authenticationType = "string"
    azureCloudType = ?
    commandTimeout = ?
    connectionString = ?
    connectRetryCount = ?
    connectRetryInterval = ?
    connectTimeout = ?
    credential = {
      referenceName = "string"
      type = "string"
    }
    database = ?
    encrypt = ?
    encryptedCredential = "string"
    failoverPartner = ?
    hostNameInCertificate = ?
    integratedSecurity = ?
    loadBalanceTimeout = ?
    maxPoolSize = ?
    minPoolSize = ?
    multipleActiveResultSets = ?
    multiSubnetFailover = ?
    packetSize = ?
    password = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
    pooling = ?
    server = ?
    servicePrincipalCredential = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredentialType = ?
    servicePrincipalId = ?
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    tenant = ?
    trustServerCertificate = ?
    userName = ?
  }
}

針對 AzureSqlMI,請使用:

{
  type = "AzureSqlMI"
  typeProperties = {
    alwaysEncryptedSettings = {
      alwaysEncryptedAkvAuthType = "string"
      credential = {
        referenceName = "string"
        type = "string"
      }
      servicePrincipalId = ?
      servicePrincipalKey = {
        type = "string"
        // For remaining properties, see SecretBase objects
      }
    }
    applicationIntent = ?
    authenticationType = "string"
    azureCloudType = ?
    commandTimeout = ?
    connectionString = ?
    connectRetryCount = ?
    connectRetryInterval = ?
    connectTimeout = ?
    credential = {
      referenceName = "string"
      type = "string"
    }
    database = ?
    encrypt = ?
    encryptedCredential = "string"
    failoverPartner = ?
    hostNameInCertificate = ?
    integratedSecurity = ?
    loadBalanceTimeout = ?
    maxPoolSize = ?
    minPoolSize = ?
    multipleActiveResultSets = ?
    multiSubnetFailover = ?
    packetSize = ?
    password = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
    pooling = ?
    server = ?
    servicePrincipalCredential = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredentialType = ?
    servicePrincipalId = ?
    servicePrincipalKey = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    tenant = ?
    trustServerCertificate = ?
    userName = ?
  }
}

針對 AzureStorage,請使用:

{
  type = "AzureStorage"
  typeProperties = {
    accountKey = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
    connectionString = ?
    encryptedCredential = "string"
    sasToken = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
    sasUri = ?
  }
}

針對 AzureSynapseArtifacts,請使用:

{
  type = "AzureSynapseArtifacts"
  typeProperties = {
    authentication = ?
    endpoint = ?
    workspaceResourceId = ?
  }
}

針對 AzureTableStorage,請使用:

{
  type = "AzureTableStorage"
  typeProperties = {
    accountKey = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
    connectionString = ?
    credential = {
      referenceName = "string"
      type = "string"
    }
    encryptedCredential = "string"
    sasToken = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
    sasUri = ?
    serviceEndpoint = ?
  }
}

針對 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 = ?
    domain = ?
    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 = "string"
    }
    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 = "string"
      }
      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 = "string"
    certificateCommonName = ?
    connectionString = ?
    database = ?
    encryptedCredential = "string"
    packageCollection = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    server = ?
    username = ?
  }
}

針對 Drill,請使用:

{
  type = "Drill"
  typeProperties = {
    connectionString = ?
    encryptedCredential = "string"
    pwd = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
  }
}

針對 Dynamics,請使用:

{
  type = "Dynamics"
  typeProperties = {
    authenticationType = ?
    credential = {
      referenceName = "string"
      type = "string"
    }
    deploymentType = ?
    domain = ?
    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 = ?
    credential = {
      referenceName = "string"
      type = "string"
    }
    deploymentType = ?
    domain = ?
    encryptedCredential = "string"
    hostName = ?
    organizationName = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    port = ?
    servicePrincipalCredential = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    servicePrincipalCredentialType = ?
    servicePrincipalId = ?
    serviceUri = ?
    username = ?
  }
}

針對 Eloqua,請使用:

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

針對 FileServer,請使用:

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

針對 ftpServer ,請使用:

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

針對 GoogleAdWords,請使用:

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

若為 GoogleBigQuery,請使用:

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

針對 GoogleBigQueryV2,請使用:

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

針對 GoogleCloudStorage,請使用:

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

針對 GoogleSheets,請使用:

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

針對 Greenplum,請使用:

{
  type = "Greenplum"
  typeProperties = {
    connectionString = ?
    encryptedCredential = "string"
    pwd = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      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 = ?
  }
}

針對 HDInsight,請使用:

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

針對 HDInsightOnDemand,請使用:

{
  type = "HDInsightOnDemand"
  typeProperties = {
    additionalLinkedServiceNames = [
      {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
    ]
    clusterNamePrefix = ?
    clusterPassword = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    clusterResourceGroup = ?
    clusterSize = ?
    clusterSshPassword = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    clusterSshUserName = ?
    clusterType = ?
    clusterUserName = ?
    coreConfiguration = ?
    credential = {
      referenceName = "string"
      type = "string"
    }
    dataNodeSize = ?
    encryptedCredential = "string"
    hBaseConfiguration = ?
    hcatalogLinkedServiceName = {
      parameters = {
        {customized property} = ?
      }
      referenceName = "string"
      type = "string"
    }
    hdfsConfiguration = ?
    headNodeSize = ?
    hiveConfiguration = ?
    hostSubscriptionId = ?
    linkedServiceName = {
      parameters = {
        {customized property} = ?
      }
      referenceName = "string"
      type = "string"
    }
    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 = ?
  }
}

針對 Hdfs,請使用:

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

針對 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 = "string"
      }
      type = "string"
    }
    port = ?
    server = ?
    sslMode = ?
    username = ?
    useSystemTrustStore = ?
  }
}

針對 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 = {
    allowZeroDateTime = ?
    connectionString = ?
    connectionTimeout = ?
    convertZeroDateTime = ?
    database = ?
    driverVersion = ?
    encryptedCredential = "string"
    guidFormat = ?
    password = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
    port = ?
    server = ?
    sslCert = ?
    sslKey = ?
    sslMode = ?
    treatTinyAsBoolean = ?
    username = ?
    useSystemTrustStore = ?
  }
}

針對 Netezza,請使用:

{
  type = "Netezza"
  typeProperties = {
    connectionString = ?
    encryptedCredential = "string"
    pwd = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      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 = "string"
      }
      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 = "string"
      }
      type = "string"
    }
  }
}

針對 PostgreSqlV2,請使用:

{
  type = "PostgreSqlV2"
  typeProperties = {
    authenticationType = ?
    commandTimeout = ?
    connectionTimeout = ?
    database = ?
    encoding = ?
    encryptedCredential = "string"
    logParameters = ?
    password = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      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 = ?
  }
}

針對 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 = ?
  }
}

針對 Quickbase,請使用:

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

針對 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 = "string"
    }
    enableServerCertificateValidation = ?
    encryptedCredential = "string"
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    resource = ?
    scope = ?
    servicePrincipalCredentialType = ?
    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 = ?
    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"
    servicePrincipalCredentialType = ?
    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
    }
    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 = "string"
      }
      type = "string"
    }
  }
}

針對 SnowflakeV2,請使用:

{
  type = "SnowflakeV2"
  typeProperties = {
    accountIdentifier = ?
    authenticationType = "string"
    clientId = ?
    clientSecret = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    database = ?
    encryptedCredential = "string"
    host = ?
    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 = "string"
      }
      servicePrincipalId = ?
      servicePrincipalKey = {
        type = "string"
        // For remaining properties, see SecretBase objects
      }
    }
    applicationIntent = ?
    authenticationType = "string"
    commandTimeout = ?
    connectionString = ?
    connectRetryCount = ?
    connectRetryInterval = ?
    connectTimeout = ?
    credential = {
      referenceName = "string"
      type = "string"
    }
    database = ?
    encrypt = ?
    encryptedCredential = "string"
    failoverPartner = ?
    hostNameInCertificate = ?
    integratedSecurity = ?
    loadBalanceTimeout = ?
    maxPoolSize = ?
    minPoolSize = ?
    multipleActiveResultSets = ?
    multiSubnetFailover = ?
    packetSize = ?
    password = {
      type = "string"
      // For remaining properties, see SecretBase objects
    }
    pooling = ?
    server = ?
    trustServerCertificate = ?
    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 = ?
    database = ?
    encryptedCredential = "string"
    port = ?
    pwd = {
      secretName = ?
      secretVersion = ?
      store = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      type = "string"
    }
    server = ?
    uid = ?
  }
}

針對 Warehouse,請使用:

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

針對 Web,請使用:

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

針對 Xero,請使用:

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

針對 Zendesk,請使用:

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

針對 Zoho,請使用:

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

SecretBase 物件

設定 類型 屬性,以指定物件的類型。

針對 AzureKeyVaultSecret,請使用:

{
  secretName = ?
  secretVersion = ?
  store = {
    parameters = {
      {customized property} = ?
    }
    referenceName = "string"
    type = "string"
  }
  type = "AzureKeyVaultSecret"
}

針對 SecureString,請使用:

{
  type = "SecureString"
  value = "string"
}

屬性值

AmazonMWSLinkedService

名字 描述 價值
類型 連結服務的類型。 “AmazonMWS” (必要)
typeProperties Amazon Marketplace Web Service 鏈接服務屬性。 AmazonMWSLinkedServiceTypeProperties (必要)

AmazonMWSLinkedServiceTypeProperties

名字 描述 價值
accessKeyId 用來存取資料的存取金鑰標識碼。 任何 (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
端點 AmazonMWS 伺服器的端點(亦即 mws.amazonservices.com) 任何 (必要)
marketplaceID 您想要從中擷取數據的 Amazon Marketplace 識別碼。 若要從多個 Marketplace 識別符擷取數據,請以逗號 (,, ) 分隔它們。 (即A2EUQ1WTGCTBG2) 任何 (必要)
mwsAuthToken AmazonMWS 驗證令牌。 SecretBase
secretKey 用來存取資料的秘密金鑰。 SecretBase
sellerID Amazon 賣方標識符。 任何 (必要)
useEncryptedEndpoints 指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 任何
useHostVerification 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。 任何
usePeerVerification 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。 任何

AmazonRdsForLinkedServiceTypeProperties

名字 描述 價值
connectionString 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何 (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 SecretBase

AmazonRdsForOracleLinkedService

名字 描述 價值
類型 連結服務的類型。 'AmazonRdsForOracle' (必要)
typeProperties AmazonRdsForOracle 資料庫連結服務屬性。 AmazonRdsForLinkedServiceTypeProperties (必要)

AmazonRdsForSqlServerLinkedService

名字 描述 價值
類型 連結服務的類型。 'AmazonRdsForSqlServer' (必要)
typeProperties 適用於 SQL Server 連結服務屬性的 Amazon RDS。 AmazonRdsForSqlServerLinkedServiceTypeProperties (必要)

AmazonRdsForSqlServerLinkedServiceTypeProperties

名字 描述 價值
alwaysEncryptedSettings Sql 一律加密的屬性。 SqlAlwaysEncryptedProperties
applicationIntent 聯機到建議版本所使用的伺服器時,應用程式工作負載類型。 可能的值為 ReadOnly 和 ReadWrite。 Type:string (或 expression with resultType string) 。 任何
authenticationType 用於驗證的類型。 類型:字串。 'SQL'
'Windows'
commandTimeout 終止嘗試執行命令並產生錯誤之前的預設等候時間(以秒為單位),由建議的版本使用。 類型:integer (或 expression with resultType integer) 。 任何
connectionString 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
connectRetryCount 識別建議版本所使用的閑置連線失敗之後嘗試的重新連線數目。 這必須是介於 0 到 255 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
connectRetryInterval 識別建議版本所使用的閑置連線失敗之後,每個重新連線嘗試之間的時間量(以秒為單位)。 這必須是介於 1 到 60 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
connectTimeout 在終止嘗試並產生建議版本所使用的錯誤之前,等候伺服器連線的時間長度(以秒為單位)。 類型:integer (或 expression with resultType integer) 。 任何
資料庫 建議版本所使用的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何
加密 指出客戶端與伺服器之間傳送的所有數據是否需要 TLS 加密,供建議版本使用。 可能的值為 true/yes/mandatory、false/no/optional 和 strict。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
failoverPartner 如果主伺服器關閉,建議版本會使用所要連線之夥伴伺服器的名稱或位址。 Type:string (或 expression with resultType string) 。 任何
hostNameInCertificate 驗證連線之伺服器證書時要使用的主機名。 若未指定,來自數據源的伺服器名稱會用於建議版本所使用的憑證驗證。 Type:string (或 expression with resultType string) 。 任何
integratedSecurity 指出是否在連線中指定使用者標識碼和密碼(若為 false),或目前的 Windows 帳戶認證是否用於驗證(若為 true),供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
loadBalanceTimeout 在被建議版本使用之前,聯機生存在聯機集區中的最短時間,以秒為單位。 類型:integer (或 expression with resultType integer) 。 任何
maxPoolSize 此特定連接字串的連線區中允許的連線數目上限,供建議版本使用。 類型:integer (或 expression with resultType integer) 。 任何
minPoolSize 建議版本所使用的此特定連接字串,聯機集區中允許的連線數目下限。 類型:integer (或 expression with resultType integer) 。 任何
multipleActiveResultSets 若為 true,應用程式可以維護多個作用中結果集 (MARS)。 若為 false,應用程式必須先處理或取消一個批次的所有結果集,才能在該連線上執行任何其他批次,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
multiSubnetFailover 如果您的應用程式連線到不同子網上的 AlwaysOn 可用性群組 (AG),則設定 MultiSubnetFailover=true 可讓您更快速地偵測並連線到建議版本所使用的作用中伺服器。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
packetSize 網路封包的大小,以位元組為單位,用來與建議版本所使用的伺服器實例通訊。 類型:integer (或 expression with resultType integer) 。 任何
密碼 內部部署 Windows 驗證密碼。 SecretBase
指出每次要求連線時,是否要集區或明確開啟連線,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
伺服器 建議版本所使用的 SQL Server 實例名稱或網路位址。 Type:string (或 expression with resultType string) 。 任何
trustServerCertificate 指出通道是否會在略過憑證鏈結以驗證建議版本所使用的信任時加密。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
userName 內部部署 Windows 驗證用戶名稱。 Type:string (或 expression with resultType string) 。 任何

AmazonRedshiftLinkedService

名字 描述 價值
類型 連結服務的類型。 'AmazonRedshift' (必要)
typeProperties Amazon Redshift 鏈接服務屬性。 AmazonRedshiftLinkedServiceTypeProperties (必要)

AmazonRedshiftLinkedServiceTypeProperties

名字 描述 價值
資料庫 Amazon Redshift 來源的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 Amazon Redshift 來源的密碼。 SecretBase
港口 Amazon Redshift 伺服器用來接聽用戶端連線的 TCP 連接埠號碼。 預設值為5439。 類型:integer (或 expression with resultType integer) 。 任何
伺服器 Amazon Redshift 伺服器的名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
username Amazon Redshift 來源的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

AmazonS3CompatibleLinkedService

名字 描述 價值
類型 連結服務的類型。 'AmazonS3Compatible' (必要)
typeProperties Amazon S3 相容連結服務屬性。 AmazonS3CompatibleLinkedServiceTypeProperties (必要)

AmazonS3CompatibleLinkedServiceTypeProperties

名字 描述 價值
accessKeyId Amazon S3 相容身分識別和存取管理 (IAM) 使用者的存取密鑰標識碼。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
forcePathStyle 如果為 true,請使用 S3 路徑樣式存取,而不是虛擬託管樣式存取。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
secretAccessKey Amazon S3 相容身分識別和存取管理 (IAM) 使用者的秘密存取密鑰。 SecretBase
serviceUrl 這個值會指定要使用 Amazon S3 相容連接器存取的端點。 這是選擇性屬性;只有在您想要嘗試不同的服務端點或想要在 HTTPs 和 HTTP 之間切換時,才變更它。 Type:string (或 expression with resultType string) 。 任何

AmazonS3LinkedService

名字 描述 價值
類型 連結服務的類型。 'AmazonS3' (必要)
typeProperties Amazon S3 連結服務屬性。 AmazonS3LinkedServiceTypeProperties (必要)

AmazonS3LinkedServiceTypeProperties

名字 描述 價值
accessKeyId Amazon S3 身分識別與存取管理 (IAM) 使用者的存取密鑰標識碼。 Type:string (或 expression with resultType string) 。 任何
authenticationType S3 的驗證類型。 允許的值:AccessKey(預設值)或 TemporarySecurityCredentials。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
secretAccessKey Amazon S3 身分識別與存取管理 (IAM) 使用者的秘密存取密鑰。 SecretBase
serviceUrl 這個值會指定要使用 S3 連接器存取的端點。 這是選擇性屬性;只有在您想要嘗試不同的服務端點或想要在 HTTPs 和 HTTP 之間切換時,才變更它。 Type:string (或 expression with resultType string) 。 任何
sessionToken S3 暫存安全性認證的會話令牌。 SecretBase

AppFiguresLinkedService

名字 描述 價值
類型 連結服務的類型。 'AppFigures' (必要)
typeProperties AppFigures 連結服務屬性。 AppFiguresLinkedServiceTypeProperties (必要)

AppFiguresLinkedServiceTypeProperties

名字 描述 價值
clientKey AppFigures 來源的用戶端金鑰。 SecretBase (必要)
密碼 AppFigures 來源的密碼。 SecretBase (必要)
userName Appfigures 來源的用戶名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

AsanaLinkedService

名字 描述 價值
類型 連結服務的類型。 'Asana' (必要)
typeProperties Asana 連結服務屬性。 AsanaLinkedServiceTypeProperties (必要)

AsanaLinkedServiceTypeProperties

名字 描述 價值
apiToken Asana 來源的 API 令牌。 SecretBase (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串

AzureBatchLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureBatch' (必要)
typeProperties Azure Batch 鏈接服務屬性。 AzureBatchLinkedServiceTypeProperties (必要)

AzureBatchLinkedServiceTypeProperties

名字 描述 價值
accessKey Azure Batch 帳戶存取金鑰。 SecretBase
accountName Azure Batch 帳戶名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
batchUri Azure Batch URI。 Type:string (或 expression with resultType string) 。 任何 (必要)
憑據 包含驗證資訊的認證參考。 CredentialReference
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
linkedServiceName Azure 記憶體連結服務參考。 LinkedServiceReference (必要)
poolName Azure Batch 集區名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

AzureBlobFSLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureBlobFS' (必要)
typeProperties Azure Data Lake Storage Gen2 鏈接的服務屬性。 AzureBlobFSLinkedServiceTypeProperties (必要)

AzureBlobFSLinkedServiceTypeProperties

名字 描述 價值
accountKey Azure Data Lake Storage Gen2 服務的帳戶密鑰。 Type:string (或 expression with resultType string) 。 任何
azureCloudType 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
憑據 包含驗證資訊的認證參考。 CredentialReference
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
sasToken sasToken 在 sas uri 中的 Azure 金鑰保存庫秘密參考。 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 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 用來針對 Azure Data Lake Storage Gen2 帳戶進行驗證的應用程式識別碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 用來針對 Azure Data Lake Storage Gen2 帳戶進行驗證的應用程式密鑰。 SecretBase
房客 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何
url Azure Data Lake Storage Gen2 服務的端點。 Type:string (或 expression with resultType string) 。 任何

AzureBlobStorageLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureBlobStorage' (必要)
typeProperties Azure Blob 記憶體連結服務屬性。 AzureBlobStorageLinkedServiceTypeProperties (必要)

AzureBlobStorageLinkedServiceTypeProperties

名字 描述 價值
accountKey 連接字串中 accountKey 的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
accountKind 指定記憶體帳戶的類型。 允許的值為:記憶體(一般用途 v1)、StorageV2(一般用途 v2)、BlobStorage 或 BlockBlobStorage。 Type:string (或 expression with resultType string) 。 任何
authenticationType 用於驗證的類型。 類型:字串。 'AccountKey'
'Anonymous'
'Msi'
'SasUri'
'ServicePrincipal'
azureCloudType 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
connectionString 連接字串。 它與 sasUri、serviceEndpoint 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
containerUri Azure Blob 記憶體資源的容器 URI 僅支援匿名存取。 Type:string (或 expression with resultType string) 。 任何
憑據 包含驗證資訊的認證參考。 CredentialReference
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
sasToken sasToken 在 sas uri 中的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
sasUri Azure Blob 記憶體資源的 SAS URI。 它與 connectionString、serviceEndpoint 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
serviceEndpoint Azure Blob 記憶體資源的 Blob 服務端點。 它與 connectionString、sasUri 屬性互斥。 任何
servicePrincipalId 用來向 Azure SQL 數據倉儲進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 用來對 Azure SQL 數據倉儲進行驗證的服務主體密鑰。 SecretBase
房客 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何

AzureDatabricksDeltaLakeLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureDatabricksDeltaLake' (必要)
typeProperties Azure Databricks Delta Lake 鏈接服務屬性。 AzureDatabricksDetltaLakeLinkedServiceTypeProperties (必要)

AzureDatabricksDetltaLakeLinkedServiceTypeProperties

名字 描述 價值
accessToken databricks REST API 的存取令牌。 請參閱 https://docs.azuredatabricks.net/api/latest/authentication.html。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 SecretBase
clusterId 將用於此作業所有執行的現有互動式叢集標識碼。 Type:string (或 expression with resultType string) 。 任何
憑據 包含驗證資訊的認證參考。 CredentialReference
<REGION>.azuredatabricks.net,您的 Databricks 部署功能變數名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
workspaceResourceId databricks REST API 的工作區資源標識符。 Type:string (或 expression with resultType string) 。 任何

AzureDatabricksLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureDatabricks' (必要)
typeProperties Azure Databricks 鏈接服務屬性。 AzureDatabricksLinkedServiceTypeProperties (必要)

AzureDatabricksLinkedServiceTypeProperties

名字 描述 價值
accessToken databricks REST API 的存取令牌。 請參閱 https://docs.azuredatabricks.net/api/latest/authentication.html。 Type:string (或 expression with resultType string) 。 SecretBase
認證 如果針對 databricks REST API 使用工作區資源標識碼,則需要指定 MSI。 Type:string (或 expression with resultType string) 。 任何
憑據 包含驗證資訊的認證參考。 CredentialReference
<REGION>.azuredatabricks.net,您的 Databricks 部署功能變數名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
existingClusterId 將用於此活動之所有執行的現有互動式叢集標識碼。 Type:string (或 expression with resultType string) 。 任何
instancePoolId 將用於此活動之所有執行的現有實例集區的標識碼。 Type:string (或 expression with resultType string) 。 任何
newClusterCustomTags 叢集資源的其他標籤。 實例集區組態中會忽略這個屬性。 AzureDatabricksLinkedServiceTypePropertiesNewClusterCustomTags
newClusterDriverNodeType 新作業叢集的驅動程序節點類型。 實例集區組態中會忽略這個屬性。 Type:string (或 expression with resultType string) 。 任何
newClusterEnableElasticDisk 在新叢集上啟用彈性磁碟。 現在會忽略此屬性,並在 Databricks 中採用預設的彈性磁碟行為(一律啟用彈性磁碟)。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
newClusterInitScripts 新叢集的使用者定義初始化腳本。 類型:字串陣列(或 Expression 搭配 resultType 字串陣列)。 任何
newClusterLogDestination 指定要傳遞 Spark 驅動程式、背景工作和事件記錄檔的位置。 Type:string (或 expression with resultType string) 。 任何
newClusterNodeType 新作業叢集的節點類型。 如果指定 newClusterVersion 且未指定 instancePoolId,則需要此屬性。 如果指定 instancePoolId,則會忽略這個屬性。 Type:string (或 expression with resultType string) 。 任何
newClusterNumOfWorker 如果未使用現有的互動式叢集,這會指定要用於新作業叢集或實例集區的背景工作節點數目。 對於新的作業叢集,這是字串格式的 Int32,例如 '1' 表示 numOfWorker 為 1 或 '1:10' 表示從 1(最小值)自動調整為 10(最大值)。 例如集區,這是字串格式的 Int32,而且只能指定固定數目的背景工作節點,例如 『2』。 如果指定 newClusterVersion,則為必要專案。 Type:string (或 expression with resultType string) 。 任何
newClusterSparkConf 一組選擇性、使用者指定的Spark組態索引鍵/值組。 AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkConf
newClusterSparkEnvVars 一組選擇性、使用者指定的Spark環境變數機碼/值組。 AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkEnvVars
newClusterVersion 如果未使用現有的互動式叢集,這會指定針對每個活動執行所建立之新作業叢集或實例集區節點的Spark版本。 如果指定 instancePoolId,則為必要專案。 Type:string (或 expression with resultType string) 。 任何
policyId 限制根據使用者定義規則集設定叢集的能力的原則標識碼。 Type:string (或 expression with resultType string) 。 任何
workspaceResourceId databricks REST API 的工作區資源標識符。 Type:string (或 expression with resultType string) 。 任何

AzureDatabricksLinkedServiceTypePropertiesNewClusterCustomTags

名字 描述 價值

AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkConf

名字 描述 價值

AzureDatabricksLinkedServiceTypePropertiesNewClusterSparkEnvVars

名字 描述 價值

AzureDataExplorerLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureDataExplorer' (必要)
typeProperties Azure 資料總管 (Kusto) 連結服務屬性。 AzureDataExplorerLinkedServiceTypeProperties (必要)

AzureDataExplorerLinkedServiceTypeProperties

名字 描述 價值
憑據 包含驗證資訊的認證參考。 CredentialReference
資料庫 連接的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
端點 Azure 數據總管的端點(引擎的端點)。 URL 的格式為 clusterName>https://<。<regionName>.kusto.windows.net。 類型:string (或 expression with resultType string) 任何 (必要)
servicePrincipalId 用來向 Azure 數據總管進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 用來對 Kusto 進行驗證的服務主體金鑰。 SecretBase
房客 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何

AzureDataLakeAnalyticsLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureDataLakeAnalytics' (必要)
typeProperties Azure Data Lake Analytics 鏈接服務屬性。 AzureDataLakeAnalyticsLinkedServiceTypeProperties (必要)

AzureDataLakeAnalyticsLinkedServiceTypeProperties

名字 描述 價值
accountName Azure Data Lake Analytics 帳戶名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
dataLakeAnalyticsUri Azure Data Lake Analytics URI 類型:字串(或具有 resultType 字串的運算式)。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
resourceGroupName Data Lake Analytics 帳戶資源組名(如果與 Data Factory 帳戶不同)。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 用來針對 Azure Data Lake Analytics 帳戶進行驗證的應用程式識別碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 用來對 Azure Data Lake Analytics 帳戶進行驗證的應用程式密鑰。 SecretBase
subscriptionId Data Lake Analytics 帳戶訂用帳戶標識碼(如果與 Data Factory 帳戶不同)。 Type:string (或 expression with resultType string) 。 任何
房客 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何 (必要)

AzureDataLakeStoreLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureDataLakeStore' (必要)
typeProperties Azure Data Lake Store 連結服務屬性。 AzureDataLakeStoreLinkedServiceTypeProperties (必要)

AzureDataLakeStoreLinkedServiceTypeProperties

名字 描述 價值
accountName Data Lake Store 帳戶名稱。 Type:string (或 expression with resultType string) 。 任何
azureCloudType 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
憑據 包含驗證資訊的認證參考。 CredentialReference
dataLakeStoreUri Data Lake Store 服務 URI。 Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
resourceGroupName Data Lake Store 帳戶資源組名(如果與 Data Factory 帳戶不同)。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 用來針對 Azure Data Lake Store 帳戶進行驗證的應用程式識別碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 用來針對 Azure Data Lake Store 帳戶進行驗證的應用程式密鑰。 SecretBase
subscriptionId Data Lake Store 帳戶訂用帳戶標識碼(如果與 Data Factory 帳戶不同)。 Type:string (或 expression with resultType string) 。 任何
房客 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何

AzureFileStorageLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureFileStorage' (必要)
typeProperties Azure 檔案記憶體連結服務屬性。 AzureFileStorageLinkedServiceTypeProperties (必要)

AzureFileStorageLinkedServiceTypeProperties

名字 描述 價值
accountKey 連接字串中 accountKey 的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
connectionString 連接字串。 它與 sasUri 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
憑據 包含驗證資訊的認證參考。 CredentialReference
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
fileShare Azure 檔案共享名稱。 使用 accountKey/sasToken 進行驗證時,這是必要專案。 Type:string (或 expression with resultType string) 。 任何
主機 伺服器的主機名。 Type:string (或 expression with resultType string) 。 任何
密碼 登入伺服器的密碼。 SecretBase
sasToken sasToken 在 sas uri 中的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
sasUri Azure 檔案資源的 SAS URI。 它與 connectionString 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
serviceEndpoint Azure 檔案記憶體資源的檔案服務端點。 它與 connectionString、sasUri 屬性互斥。 任何
快照 Azure 檔案共用快照集版本。 Type:string (或 expression with resultType string) 。 任何
userId 登入伺服器的使用者識別碼。 Type:string (或 expression with resultType string) 。 任何

AzureFunctionLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureFunction' (必要)
typeProperties Azure 函式連結服務屬性。 AzureFunctionLinkedServiceTypeProperties (必要)

AzureFunctionLinkedServiceTypeProperties

名字 描述 價值
認證 用來連線到 AzureFunction 的驗證類型(指定 MSI 的必要專案)。 Type:string (或 expression with resultType string) 。 任何
憑據 包含驗證資訊的認證參考。 CredentialReference
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
functionAppUrl Azure 函式應用程式的端點。 URL 的格式為 accountName https://<>.azurewebsites.net。 Type:string (或 expression with resultType string) 。 任何 (必要)
functionKey Azure 函式應用程式的函式或主機密鑰。 SecretBase
resourceId Azure 函式允許的令牌物件。 Type:string (或 expression with resultType string) 。 任何

AzureKeyVaultLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureKeyVault' (必要)
typeProperties Azure Key Vault 連結服務屬性。 AzureKeyVaultLinkedServiceTypeProperties (必要)

AzureKeyVaultLinkedServiceTypeProperties

名字 描述 價值
baseUrl Azure Key Vault 的基底 URL。 例如 https://myakv.vault.azure.net Type:string (或 expression with resultType string)。 任何 (必要)
憑據 包含驗證資訊的認證參考。 CredentialReference

AzureKeyVaultSecretReference

名字 描述 價值
secretName Azure Key Vault 中的秘密名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
secretVersion Azure Key Vault 中的秘密版本。 預設值是最新版本的秘密。 Type:string (或 expression with resultType string) 。 任何
商店 Azure Key Vault 鏈接服務參考。 LinkedServiceReference (必要)
類型 秘密的類型。 字串 (必要)

AzureKeyVaultSecretReference

名字 描述 價值
secretName Azure Key Vault 中的秘密名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
secretVersion Azure Key Vault 中的秘密版本。 預設值是最新版本的秘密。 Type:string (或 expression with resultType string) 。 任何
商店 Azure Key Vault 鏈接服務參考。 LinkedServiceReference (必要)
類型 秘密的類型。 'AzureKeyVaultSecret' (必要)

AzureMariaDBLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureMariaDB' (必要)
typeProperties 適用於 MariaDB 的 Azure 資料庫連結服務屬性。 AzureMariaDBLinkedServiceTypeProperties (必要)

AzureMariaDBLinkedServiceTypeProperties

名字 描述 價值
connectionString ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
pwd 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference

AzureMLLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureML' (必要)
typeProperties Azure ML Studio Web 服務鏈接服務屬性。 AzureMLLinkedServiceTypeProperties (必要)

AzureMLLinkedServiceTypeProperties

名字 描述 價值
apiKey 用來存取 Azure ML 模型端點的 API 金鑰。 SecretBase (必要)
認證 用來連線到 AzureML 的驗證類型(需要指定 MSI)。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
mlEndpoint Azure ML Studio Web 服務端點的批次執行 REST URL。 Type:string (或 expression with resultType string) 。 任何 (必要)
servicePrincipalId 用來針對 Azure ML Studio Web 服務的 ARM 型 updateResourceEndpoint 進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 用來針對 Azure ML Studio Web 服務的 ARM 型 updateResourceEndpoint 進行驗證的服務主體密鑰。 SecretBase
房客 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何
updateResourceEndpoint Azure ML Studio Web 服務端點的更新資源 REST URL。 Type:string (或 expression with resultType string) 。 任何

AzureMLServiceLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureMLService' (必要)
typeProperties Azure ML 服務鏈接服務屬性。 AzureMLServiceLinkedServiceTypeProperties (必要)

AzureMLServiceLinkedServiceTypeProperties

名字 描述 價值
認證 用來連線到 AzureML 的驗證類型(需要指定 MSI)。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
mlWorkspaceName Azure ML 服務工作區名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
resourceGroupName Azure ML 服務工作區資源組名。 Type:string (或 expression with resultType string) 。 任何 (必要)
servicePrincipalId 用來針對已發佈 Azure ML 服務管線端點進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 用來針對已發佈 Azure ML 服務管線端點進行驗證的服務主體密鑰。 SecretBase
subscriptionId Azure ML 服務工作區訂用帳戶標識碼。 Type:string (或 expression with resultType string) 。 任何 (必要)
房客 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何

AzureMySqlLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureMySql' (必要)
typeProperties Azure MySQL 資料庫連結服務屬性。 AzureMySqlLinkedServiceTypeProperties (必要)

AzureMySqlLinkedServiceTypeProperties

名字 描述 價值
connectionString 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何 (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference

AzurePostgreSqlLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzurePostgreSql' (必要)
typeProperties Azure PostgreSQL 鏈接服務屬性。 AzurePostgreSqlLinkedServiceTypeProperties (必要)

AzurePostgreSqlLinkedServiceTypeProperties

名字 描述 價值
commandTimeout 在終止嘗試並產生錯誤之前,嘗試執行命令的時間(以秒為單位)。 設定為零表示無限大。 類型:整數。 任何
connectionString ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
資料庫 連接的資料庫名稱。 類型:字串。 任何
編碼 取得或設定將用來編碼/譯碼 PostgreSQL 字串數據的 .NET 編碼。 類型:字串 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
港口 連接的埠。 類型:整數。 任何
readBufferSize 決定讀取時,內部緩衝區所使用的大小。 如果從資料庫傳輸大型值,增加可能會改善效能。 類型:整數。 任何
伺服器 線上的伺服器名稱。 類型:字串。 任何
sslMode 線上的 SSL 模式。 類型:整數。 0:停用、1:allow、2:prefer、3:require、4:verify-ca、5:verify-full。 類型:整數。 任何
超時 在終止嘗試並產生錯誤之前,嘗試建立連線的時間(以秒為單位)。 類型:整數。 任何
時區 取得或設定會話時區。 類型:字串。 任何
trustServerCertificate 是否信任伺服器證書而不驗證它。 類型:布爾值。 任何
username 驗證的用戶名稱。 類型:字串。 任何

AzureSearchLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureSearch' (必要)
typeProperties Windows Azure 搜尋服務連結服務屬性。 AzureSearchLinkedServiceTypeProperties (必要)

AzureSearchLinkedServiceTypeProperties

名字 描述 價值
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
鑰匙 Azure 搜尋服務的系統管理金鑰 SecretBase
url Azure 搜尋服務的 URL。 Type:string (或 expression with resultType string) 。 任何 (必要)

AzureSqlDatabaseLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureSqlDatabase' (必要)
typeProperties Azure SQL Database 鏈接服務屬性。 AzureSqlDatabaseLinkedServiceTypeProperties (必要)

AzureSqlDatabaseLinkedServiceTypeProperties

名字 描述 價值
alwaysEncryptedSettings Sql 一律加密的屬性。 SqlAlwaysEncryptedProperties
applicationIntent 聯機到建議版本所使用的伺服器時,應用程式工作負載類型。 可能的值為 ReadOnly 和 ReadWrite。 Type:string (或 expression with resultType string) 。 任何
authenticationType 用於驗證的類型。 類型:字串。 'ServicePrincipal'
'SQL'
'SystemAssignedManagedIdentity'
'UserAssignedManagedIdentity'
azureCloudType 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
commandTimeout 終止嘗試執行命令並產生錯誤之前的預設等候時間(以秒為單位),由建議的版本使用。 類型:integer (或 expression with resultType integer) 。 任何
connectionString 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
connectRetryCount 識別建議版本所使用的閑置連線失敗之後嘗試的重新連線數目。 這必須是介於 0 到 255 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
connectRetryInterval 識別建議版本所使用的閑置連線失敗之後,每個重新連線嘗試之間的時間量(以秒為單位)。 這必須是介於 1 到 60 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
connectTimeout 在終止嘗試並產生建議版本所使用的錯誤之前,等候伺服器連線的時間長度(以秒為單位)。 類型:integer (或 expression with resultType integer) 。 任何
憑據 包含驗證資訊的認證參考。 CredentialReference
資料庫 建議版本所使用的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何
加密 指出客戶端與伺服器之間傳送的所有數據是否需要 TLS 加密,供建議版本使用。 可能的值為 true/yes/mandatory、false/no/optional 和 strict。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
failoverPartner 如果主伺服器關閉,建議版本會使用所要連線之夥伴伺服器的名稱或位址。 Type:string (或 expression with resultType string) 。 任何
hostNameInCertificate 驗證連線之伺服器證書時要使用的主機名。 若未指定,來自數據源的伺服器名稱會用於建議版本所使用的憑證驗證。 Type:string (或 expression with resultType string) 。 任何
integratedSecurity 指出是否在連線中指定使用者標識碼和密碼(若為 false),或目前的 Windows 帳戶認證是否用於驗證(若為 true),供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
loadBalanceTimeout 在被建議版本使用之前,聯機生存在聯機集區中的最短時間,以秒為單位。 類型:integer (或 expression with resultType integer) 。 任何
maxPoolSize 此特定連接字串的連線區中允許的連線數目上限,供建議版本使用。 類型:integer (或 expression with resultType integer) 。 任何
minPoolSize 建議版本所使用的此特定連接字串,聯機集區中允許的連線數目下限。 類型:integer (或 expression with resultType integer) 。 任何
multipleActiveResultSets 若為 true,應用程式可以維護多個作用中結果集 (MARS)。 若為 false,應用程式必須先處理或取消一個批次的所有結果集,才能在該連線上執行任何其他批次,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
multiSubnetFailover 如果您的應用程式連線到不同子網上的 AlwaysOn 可用性群組 (AG),則設定 MultiSubnetFailover=true 可讓您更快速地偵測並連線到建議版本所使用的作用中伺服器。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
packetSize 網路封包的大小,以位元組為單位,用來與建議版本所使用的伺服器實例通訊。 類型:integer (或 expression with resultType integer) 。 任何
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
指出每次要求連線時,是否要集區或明確開啟連線,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
伺服器 建議版本所使用的 SQL Server 實例名稱或網路位址。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalCredential Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 用來對 Azure SQL Database 進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 用來向 Azure SQL Database 進行驗證的服務主體密鑰。 SecretBase
房客 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何
trustServerCertificate 指出通道是否會在略過憑證鏈結以驗證建議版本所使用的信任時加密。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
userName 線上到伺服器時要使用的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

AzureSqlDWLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureSqlDW' (必要)
typeProperties Azure SQL 數據倉儲連結服務屬性。 AzureSqlDWLinkedServiceTypeProperties (必要)

AzureSqlDWLinkedServiceTypeProperties

名字 描述 價值
applicationIntent 聯機到建議版本所使用的伺服器時,應用程式工作負載類型。 可能的值為 ReadOnly 和 ReadWrite。 Type:string (或 expression with resultType string) 。 任何
authenticationType 用於驗證的類型。 類型:字串。 'ServicePrincipal'
'SQL'
'SystemAssignedManagedIdentity'
'UserAssignedManagedIdentity'
azureCloudType 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
commandTimeout 終止嘗試執行命令並產生錯誤之前的預設等候時間(以秒為單位),由建議的版本使用。 類型:integer (或 expression with resultType integer) 。 任何
connectionString 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
connectRetryCount 識別建議版本所使用的閑置連線失敗之後嘗試的重新連線數目。 這必須是介於 0 到 255 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
connectRetryInterval 識別建議版本所使用的閑置連線失敗之後,每個重新連線嘗試之間的時間量(以秒為單位)。 這必須是介於 1 到 60 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
connectTimeout 在終止嘗試並產生建議版本所使用的錯誤之前,等候伺服器連線的時間長度(以秒為單位)。 類型:integer (或 expression with resultType integer) 。 任何
憑據 包含驗證資訊的認證參考。 CredentialReference
資料庫 建議版本所使用的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何
加密 指出客戶端與伺服器之間傳送的所有數據是否需要 TLS 加密,供建議版本使用。 可能的值為 true/yes/mandatory、false/no/optional 和 strict。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
failoverPartner 如果主伺服器關閉,建議版本會使用所要連線之夥伴伺服器的名稱或位址。 Type:string (或 expression with resultType string) 。 任何
hostNameInCertificate 驗證連線之伺服器證書時要使用的主機名。 若未指定,來自數據源的伺服器名稱會用於建議版本所使用的憑證驗證。 Type:string (或 expression with resultType string) 。 任何
integratedSecurity 指出是否在連線中指定使用者標識碼和密碼(若為 false),或目前的 Windows 帳戶認證是否用於驗證(若為 true),供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
loadBalanceTimeout 在被建議版本使用之前,聯機生存在聯機集區中的最短時間,以秒為單位。 類型:integer (或 expression with resultType integer) 。 任何
maxPoolSize 此特定連接字串的連線區中允許的連線數目上限,供建議版本使用。 類型:integer (或 expression with resultType integer) 。 任何
minPoolSize 建議版本所使用的此特定連接字串,聯機集區中允許的連線數目下限。 類型:integer (或 expression with resultType integer) 。 任何
multipleActiveResultSets 若為 true,應用程式可以維護多個作用中結果集 (MARS)。 若為 false,應用程式必須先處理或取消一個批次的所有結果集,才能在該連線上執行任何其他批次,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
multiSubnetFailover 如果您的應用程式連線到不同子網上的 AlwaysOn 可用性群組 (AG),則設定 MultiSubnetFailover=true 可讓您更快速地偵測並連線到建議版本所使用的作用中伺服器。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
packetSize 網路封包的大小,以位元組為單位,用來與建議版本所使用的伺服器實例通訊。 類型:integer (或 expression with resultType integer) 。 任何
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
指出每次要求連線時,是否要集區或明確開啟連線,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
伺服器 建議版本所使用的 SQL Server 實例名稱或網路位址。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalCredential Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 用來向 Azure SQL 數據倉儲進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 用來對 Azure SQL 數據倉儲進行驗證的服務主體密鑰。 SecretBase
房客 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何
trustServerCertificate 指出通道是否會在略過憑證鏈結以驗證建議版本所使用的信任時加密。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
userName 線上到伺服器時要使用的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

AzureSqlMILinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureSqlMI' (必要)
typeProperties Azure SQL 受控實例連結服務屬性。 AzureSqlMILinkedServiceTypeProperties (必要)

AzureSqlMILinkedServiceTypeProperties

名字 描述 價值
alwaysEncryptedSettings Sql 一律加密的屬性。 SqlAlwaysEncryptedProperties
applicationIntent 聯機到建議版本所使用的伺服器時,應用程式工作負載類型。 可能的值為 ReadOnly 和 ReadWrite。 Type:string (或 expression with resultType string) 。 任何
authenticationType 用於驗證的類型。 類型:字串。 'ServicePrincipal'
'SQL'
'SystemAssignedManagedIdentity'
'UserAssignedManagedIdentity'
azureCloudType 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
commandTimeout 終止嘗試執行命令並產生錯誤之前的預設等候時間(以秒為單位),由建議的版本使用。 類型:integer (或 expression with resultType integer) 。 任何
connectionString 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
connectRetryCount 識別建議版本所使用的閑置連線失敗之後嘗試的重新連線數目。 這必須是介於 0 到 255 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
connectRetryInterval 識別建議版本所使用的閑置連線失敗之後,每個重新連線嘗試之間的時間量(以秒為單位)。 這必須是介於 1 到 60 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
connectTimeout 在終止嘗試並產生建議版本所使用的錯誤之前,等候伺服器連線的時間長度(以秒為單位)。 類型:integer (或 expression with resultType integer) 。 任何
憑據 包含驗證資訊的認證參考。 CredentialReference
資料庫 建議版本所使用的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何
加密 指出客戶端與伺服器之間傳送的所有數據是否需要 TLS 加密,供建議版本使用。 可能的值為 true/yes/mandatory、false/no/optional 和 strict。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
failoverPartner 如果主伺服器關閉,建議版本會使用所要連線之夥伴伺服器的名稱或位址。 Type:string (或 expression with resultType string) 。 任何
hostNameInCertificate 驗證連線之伺服器證書時要使用的主機名。 若未指定,來自數據源的伺服器名稱會用於建議版本所使用的憑證驗證。 Type:string (或 expression with resultType string) 。 任何
integratedSecurity 指出是否在連線中指定使用者標識碼和密碼(若為 false),或目前的 Windows 帳戶認證是否用於驗證(若為 true),供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
loadBalanceTimeout 在被建議版本使用之前,聯機生存在聯機集區中的最短時間,以秒為單位。 類型:integer (或 expression with resultType integer) 。 任何
maxPoolSize 此特定連接字串的連線區中允許的連線數目上限,供建議版本使用。 類型:integer (或 expression with resultType integer) 。 任何
minPoolSize 建議版本所使用的此特定連接字串,聯機集區中允許的連線數目下限。 類型:integer (或 expression with resultType integer) 。 任何
multipleActiveResultSets 若為 true,應用程式可以維護多個作用中結果集 (MARS)。 若為 false,應用程式必須先處理或取消一個批次的所有結果集,才能在該連線上執行任何其他批次,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
multiSubnetFailover 如果您的應用程式連線到不同子網上的 AlwaysOn 可用性群組 (AG),則設定 MultiSubnetFailover=true 可讓您更快速地偵測並連線到建議版本所使用的作用中伺服器。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
packetSize 網路封包的大小,以位元組為單位,用來與建議版本所使用的伺服器實例通訊。 類型:integer (或 expression with resultType integer) 。 任何
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
指出每次要求連線時,是否要集區或明確開啟連線,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
伺服器 建議版本所使用的 SQL Server 實例名稱或網路位址。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalCredential Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 用來對 Azure SQL 受控實例進行驗證的服務主體標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 用來對 Azure SQL 受控實例進行驗證的服務主體密鑰。 SecretBase
房客 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何
trustServerCertificate 指出通道是否會在略過憑證鏈結以驗證建議版本所使用的信任時加密。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
userName 線上到伺服器時要使用的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

AzureStorageLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureStorage' (必要)
typeProperties Azure 記憶體連結服務屬性。 AzureStorageLinkedServiceTypeProperties (必要)

AzureStorageLinkedServiceTypeProperties

名字 描述 價值
accountKey 連接字串中 accountKey 的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
connectionString 連接字串。 它與 sasUri 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
sasToken sasToken 在 sas uri 中的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
sasUri Azure 記憶體資源的 SAS URI。 它與 connectionString 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何

AzureSynapseArtifactsLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureSynapseArtifacts' (必要)
typeProperties Azure Synapse Analytics (Artifacts) 鏈接的服務屬性。 AzureSynapseArtifactsLinkedServiceTypeProperties (必要)

AzureSynapseArtifactsLinkedServiceTypeProperties

名字 描述 價值
認證 如果使用系統指派的受控識別作為驗證方法,則需要指定 MSI。 Type:string (或 expression with resultType string) 。 任何
端點 https://<workspacename>.dev.azuresynapse.net、Azure Synapse Analytics 工作區 URL。 Type:string (或 expression with resultType string) 。 任何 (必要)
workspaceResourceId Synapse 工作區的資源標識碼。 格式應該是:/subscriptions/{subscriptionID}/resourceGroups/{resourceGroup}/providers/Microsoft.Synapse/workspaces/{workspaceName}。 Type:string (或 expression with resultType string) 。 任何

AzureTableStorageLinkedService

名字 描述 價值
類型 連結服務的類型。 'AzureTableStorage' (必要)
typeProperties Azure 資料表記憶體連結服務屬性。 AzureTableStorageLinkedServiceTypeProperties (必要)

AzureTableStorageLinkedServiceTypeProperties

名字 描述 價值
accountKey 連接字串中 accountKey 的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
connectionString 連接字串。 它與 sasUri 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
憑據 包含驗證資訊的認證參考。 CredentialReference
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
sasToken sasToken 在 sas uri 中的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
sasUri Azure 記憶體資源的 SAS URI。 它與 connectionString 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
serviceEndpoint Azure 資料表記憶體資源的數據表服務端點。 它與 connectionString、sasUri 屬性互斥。 任何

CassandraLinkedService

名字 描述 價值
類型 連結服務的類型。 'Cassandra' (必要)
typeProperties Cassandra 連結服務屬性。 CassandraLinkedServiceTypeProperties (必要)

CassandraLinkedServiceTypeProperties

名字 描述 價值
authenticationType 要用於連接的 AuthenticationType。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 線上的主機名。 Type:string (或 expression with resultType string) 。 任何 (必要)
密碼 驗證的密碼。 SecretBase
港口 連接的埠。 類型:integer (或 expression with resultType integer) 。 任何
username 驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

CommonDataServiceForAppsLinkedService

名字 描述 價值
類型 連結服務的類型。 'CommonDataServiceForApps' (必要)
typeProperties Common Data Service for Apps 鏈接服務屬性。 CommonDataServiceForAppsLinkedServiceTypeProperties (必要)

CommonDataServiceForAppsLinkedServiceTypeProperties

名字 描述 價值
authenticationType 線上到 Common Data Service for Apps 伺服器的驗證類型。 適用於在線案例的 『Office365』,適用於內部部署與 Ifd 案例的 『Ifd』。 在線案例中 Server-To-Server 驗證的 'AADServicePrincipal',適用於具有 IFD 的內部部署 Dynamics 的 'Active Directory'。 Type:string (或 expression with resultType string) 。 任何 (必要)
deploymentType Common Data Service for Apps 實例的部署類型。 Common Data Service for Apps Online 的 'Online' 和適用於 Ifd 之 Common Data Service for Apps 內部部署的 'OnPremisesWithIfd'。 Type:string (或 expression with resultType string) 。 任何 (必要)
將驗證用戶認證的 Active Directory 網域。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
hostName 內部部署 Common Data Service for Apps 伺服器的主機名。 內部部署需要 屬性,且不允許在線使用。 Type:string (或 expression with resultType string) 。 任何
organizationName Common Data Service for Apps 實例的組織名稱。 當有多個與使用者相關聯的 Common Data Service for Apps 實例時,內部部署需要 屬性,且需要在線。 Type:string (或 expression with resultType string) 。 任何
密碼 存取 Common Data Service for Apps 實例的密碼。 SecretBase
港口 內部部署 Common Data Service for Apps 伺服器的埠。 內部部署需要 屬性,且不允許在線使用。 預設值為 443。 類型:integer (或 expression with resultType integer), minimum: 0。 任何
servicePrincipalCredential Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId Azure Active Directory 中用於伺服器To-Server 驗證的應用程式用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何
serviceUri Microsoft Common Data Service for Apps 伺服器的 URL。 內部部署不需要 屬性,且不允許內部部署。 Type:string (或 expression with resultType string) 。 任何
username 用來存取 Common Data Service for Apps 實例的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

ConcurLinkedService

名字 描述 價值
類型 連結服務的類型。 'Concur' (必要)
typeProperties Concur Service 鏈接服務屬性。 ConcurLinkedServiceTypeProperties (必要)

ConcurLinkedServiceTypeProperties

名字 描述 價值
clientId Concur 應用程式管理所提供的應用程式client_id。 任何 (必要)
connectionProperties 用來連線到 Concur 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 對應至您在使用者名稱欄位中提供之使用者名稱的密碼。 SecretBase
useEncryptedEndpoints 指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 任何
useHostVerification 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。 任何
usePeerVerification 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。 任何
username 您用來存取 Concur 服務的使用者名稱。 任何 (必要)

CosmosDbLinkedService

名字 描述 價值
類型 連結服務的類型。 'CosmosDb' (必要)
typeProperties CosmosDB 連結服務屬性。 CosmosDbLinkedServiceTypeProperties (必要)

CosmosDbLinkedServiceTypeProperties

名字 描述 價值
accountEndpoint Azure CosmosDB 帳戶的端點。 類型:string (或 expression with resultType string) 任何
accountKey Azure CosmosDB 帳戶的帳戶的帳戶密鑰。 類型:SecureString 或 AzureKeyVaultSecretReference。 SecretBase
azureCloudType 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
connectionMode 用來存取 CosmosDB 帳戶的連接模式。 類型:字串。 'Direct'
'Gateway'
connectionString 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
憑據 包含驗證資訊的認證參考。 CredentialReference
資料庫 資料庫的名稱。 類型:string (或 expression with resultType string) 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
servicePrincipalCredential Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 類型:字串。 任何
servicePrincipalId Azure Active Directory 中用於伺服器To-Server 驗證的應用程式用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何
房客 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何

CosmosDbMongoDbApiLinkedService

名字 描述 價值
類型 連結服務的類型。 'CosmosDbMongoDbApi' (必要)
typeProperties CosmosDB (MongoDB API) 連結服務屬性。 CosmosDbMongoDbApiLinkedServiceTypeProperties (必要)

CosmosDbMongoDbApiLinkedServiceTypeProperties

名字 描述 價值
connectionString CosmosDB (MongoDB API) 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何 (必要)
資料庫 您要存取的 CosmosDB (MongoDB API) 資料庫名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
isServerVersionAbove32 CosmosDB (MongoDB API) 伺服器版本是否高於 3.2。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何

CouchbaseLinkedService

名字 描述 價值
類型 連結服務的類型。 'Couchbase' (必要)
typeProperties Couchbase 伺服器鏈接服務屬性。 CouchbaseLinkedServiceTypeProperties (必要)

CouchbaseLinkedServiceTypeProperties

名字 描述 價值
connectionString ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
credString 連接字串中 credString 的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串

CredentialReference

名字 描述 價值
referenceName 參考認證名稱。 字串 (必要)
類型 認證參考類型。 'CredentialReference' (必要)

CustomDataSourceLinkedService

名字 描述 價值
類型 連結服務的類型。 'CustomDataSource' (必要)
typeProperties 自訂連結服務屬性。 任何 (必要)

DataworldLinkedService

名字 描述 價值
類型 連結服務的類型。 'Dataworld' (必要)
typeProperties Dataworld 鏈接服務屬性。 DataworldLinkedServiceTypeProperties (必要)

DataworldLinkedServiceTypeProperties

名字 描述 價值
apiToken Dataworld 來源的 API 令牌。 SecretBase (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串

Db2LinkedService

名字 描述 價值
類型 連結服務的類型。 'Db2' (必要)
typeProperties DB2 連結的服務屬性。 Db2LinkedServiceTypeProperties (必要)

Db2LinkedServiceTypeProperties

名字 描述 價值
authenticationType 要用於連接的 AuthenticationType。 它與 connectionString 屬性互斥。 'Basic'
certificateCommonName 啟用 TLS 時,憑證一般名稱。 它與 connectionString 屬性互斥。 Type:string (或 expression with resultType string) 。 任何
connectionString 連接字串。 它與伺服器、資料庫、authenticationType、userName、packageCollection 和 certificateCommonName 屬性互斥。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
資料庫 連接的資料庫名稱。 它與 connectionString 屬性互斥。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 它與 connectionString 屬性互斥。 類型:字串。 字串
packageCollection 在查詢資料庫時建立封裝的位置底下。 它與 connectionString 屬性互斥。 Type:string (或 expression with resultType string) 。 任何
密碼 驗證的密碼。 SecretBase
伺服器 線上的伺服器名稱。 它與 connectionString 屬性互斥。 Type:string (或 expression with resultType string) 。 任何
username 驗證的用戶名稱。 它與 connectionString 屬性互斥。 Type:string (或 expression with resultType string) 。 任何

DrillLinkedService

名字 描述 價值
類型 連結服務的類型。 'Drill' (必要)
typeProperties 鑽研伺服器連結服務屬性。 DrillLinkedServiceTypeProperties (必要)

DrillLinkedServiceTypeProperties

名字 描述 價值
connectionString ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
pwd 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference

DynamicsAXLinkedService

名字 描述 價值
類型 連結服務的類型。 'DynamicsAX' (必要)
typeProperties Dynamics AX 鏈接服務屬性。 DynamicsAXLinkedServiceTypeProperties (必要)

DynamicsAXLinkedServiceTypeProperties

名字 描述 價值
aadResourceId 指定您要求授權的資源。 Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
servicePrincipalId 指定應用程式的用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何 (必要)
servicePrincipalKey 指定應用程式的金鑰。 將此欄位標示為 SecureString,以安全地將其儲存在 Data Factory 中,或參考儲存在 Azure Key Vault 中的秘密。 Type:string (或 expression with resultType string) 。 SecretBase (必要)
房客 指定應用程式所在的租使用者資訊(功能變數名稱或租使用者標識符)。 將滑鼠停留在 Azure 入口網站的右上角以擷取它。 Type:string (或 expression with resultType string) 。 任何 (必要)
url Dynamics AX (或 Dynamics 365 Finance and Operations) 實例 OData 端點。 任何 (必要)

DynamicsCrmLinkedService

名字 描述 價值
類型 連結服務的類型。 'DynamicsCrm' (必要)
typeProperties Dynamics CRM 鏈接服務屬性。 DynamicsCrmLinkedServiceTypeProperties (必要)

DynamicsCrmLinkedServiceTypeProperties

名字 描述 價值
authenticationType 要連線到 Dynamics CRM 伺服器的驗證類型。 在線案例的 'Office365' 為內部部署的 'Ifd'、適用於 Server-To-Server 在線案例中的 'AADServicePrincipal' 、適用於具有 IFD 之 Dynamics 內部部署 Dynamics 的 'Active Directory'。 Type:string (或 expression with resultType string) 。 任何 (必要)
憑據 包含驗證資訊的認證參考。 CredentialReference
deploymentType Dynamics CRM 實例的部署類型。 Dynamics CRM Online 的 'Online' 和適用於具有 Ifd 之 Dynamics CRM 內部部署的 'OnPremisesWithIfd'。 Type:string (或 expression with resultType string) 。 任何 (必要)
將驗證用戶認證的 Active Directory 網域。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
hostName 內部部署 Dynamics CRM 伺服器的主機名。 內部部署需要 屬性,且不允許在線使用。 Type:string (或 expression with resultType string) 。 任何
organizationName Dynamics CRM 實例的組織名稱。 當有多個 Dynamics CRM 實例與使用者建立關聯時,內部部署和在線都需要 屬性。 Type:string (或 expression with resultType string) 。 任何
密碼 存取 Dynamics CRM 實例的密碼。 SecretBase
港口 內部部署 Dynamics CRM 伺服器的埠。 內部部署需要 屬性,且不允許在線使用。 預設值為 443。 類型:integer (或 expression with resultType integer), minimum: 0。 任何
servicePrincipalCredential Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId Azure Active Directory 中用於伺服器To-Server 驗證的應用程式用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何
serviceUri Microsoft Dynamics CRM 伺服器的 URL。 內部部署不需要 屬性,且不允許內部部署。 Type:string (或 expression with resultType string) 。 任何
username 存取 Dynamics CRM 實例的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

DynamicsLinkedService

名字 描述 價值
類型 連結服務的類型。 'Dynamics' (必要)
typeProperties Dynamics 連結服務屬性。 DynamicsLinkedServiceTypeProperties (必要)

DynamicsLinkedServiceTypeProperties

名字 描述 價值
authenticationType 要連線到 Dynamics 伺服器的驗證類型。 在線案例的 'Office365' 為內部部署的 'Ifd'、適用於 Server-To-Server 在線案例中的 'AADServicePrincipal' 、適用於具有 IFD 之 Dynamics 內部部署 Dynamics 的 'Active Directory'。 Type:string (或 expression with resultType string) 。 任何 (必要)
憑據 包含驗證資訊的認證參考。 CredentialReference
deploymentType Dynamics 實例的部署類型。 Dynamics Online 的 'Online' 和適用於具有 Ifd 之 Dynamics 內部部署的 'OnPremisesWithIfd'。 Type:string (或 expression with resultType string) 。 任何 (必要)
將驗證用戶認證的 Active Directory 網域。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
hostName 內部部署 Dynamics 伺服器的主機名。 內部部署需要 屬性,且不允許在線使用。 Type:string (或 expression with resultType string) 。 任何
organizationName Dynamics 實例的組織名稱。 當有多個與使用者相關聯的 Dynamics 實例時,內部部署需要 屬性,且需要在線。 Type:string (或 expression with resultType string) 。 任何
密碼 存取 Dynamics 實例的密碼。 SecretBase
港口 內部部署 Dynamics 伺服器的埠。 內部部署需要 屬性,且不允許在線使用。 預設值為 443。 類型:integer (或 expression with resultType integer), minimum: 0。 任何
servicePrincipalCredential Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId Azure Active Directory 中用於伺服器To-Server 驗證的應用程式用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何
serviceUri Microsoft Dynamics 伺服器的 URL。 內部部署不需要 屬性,且不允許內部部署。 Type:string (或 expression with resultType string) 。 任何
username 用來存取 Dynamics 實例的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

EloquaLinkedService

名字 描述 價值
類型 連結服務的類型。 'Eloqua' (必要)
typeProperties Eloqua 伺服器鏈接服務屬性。 EloquaLinkedServiceTypeProperties (必要)

EloquaLinkedServiceTypeProperties

名字 描述 價值
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
端點 Eloqua 伺服器的端點。 (即 eloqua.example.com) 任何 (必要)
密碼 對應至使用者名稱的密碼。 SecretBase
useEncryptedEndpoints 指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 任何
useHostVerification 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。 任何
usePeerVerification 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。 任何
username Eloqua 帳戶的網站名稱和用戶名稱,格式如下:sitename/username。 (即埃洛誇/愛麗絲) 任何 (必要)

FileServerLinkedService

名字 描述 價值
類型 連結服務的類型。 'FileServer' (必要)
typeProperties 檔案系統連結服務屬性。 FileServerLinkedServiceTypeProperties (必要)

FileServerLinkedServiceTypeProperties

名字 描述 價值
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 伺服器的主機名。 Type:string (或 expression with resultType string) 。 任何 (必要)
密碼 登入伺服器的密碼。 SecretBase
userId 登入伺服器的使用者識別碼。 Type:string (或 expression with resultType string) 。 任何

FtpServerLinkedService

名字 描述 價值
類型 連結服務的類型。 'FtpServer' (必要)
typeProperties 這個連結服務類型特有的屬性。 FtpServerLinkedServiceTypeProperties (必要)

FtpServerLinkedServiceTypeProperties

名字 描述 價值
authenticationType 要用來連線到 FTP 伺服器的驗證類型。 'Anonymous'
'Basic'
enableServerCertificateValidation 如果為 true,請透過 SSL/TLS 通道連線時驗證 FTP 伺服器 SSL 憑證。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
enableSsl 如果為 true,請透過 SSL/TLS 通道連線到 FTP 伺服器。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 FTP 伺服器的主機名。 Type:string (或 expression with resultType string) 。 任何 (必要)
密碼 登入 FTP 伺服器的密碼。 SecretBase
港口 FTP 伺服器用來接聽用戶端連線的 TCP 連接埠號碼。 預設值為 21。 類型:integer (或 expression with resultType integer), minimum: 0。 任何
userName 登入 FTP 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

GoogleAdWordsLinkedService

名字 描述 價值
類型 連結服務的類型。 'GoogleAdWords' (必要)
typeProperties Google AdWords 服務鏈接服務屬性。 GoogleAdWordsLinkedServiceTypeProperties (必要)

GoogleAdWordsLinkedServiceTypeProperties

名字 描述 價值
authenticationType 用於驗證的 OAuth 2.0 驗證機制。 ServiceAuthentication 只能在自我裝載 IR 上使用。 'ServiceAuthentication'
'UserAuthentication'
clientCustomerID 您想要擷取報表數據的 AdWords 帳戶客戶端客戶標識碼。 Type:string (或 expression with resultType string) 。 任何
clientId 用來取得重新整理令牌之 Google 應用程式的用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何
clientSecret 用來取得重新整理令牌之 Google 應用程式的客戶端密碼。 SecretBase
connectionProperties (已淘汰)用來連線到GoogleAds的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 任何
developerToken 與您用來授與 AdWords API 存取權之管理員帳戶相關聯的開發人員令牌。 SecretBase
電子郵件 服務帳戶電子郵件標識碼,用於 ServiceAuthentication,且只能在自我裝載 IR 上使用。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
googleAdsApiVersion Google Ads API 主要版本,例如 v14。 在 https://developers.google.com/google-ads/api/docs/release-notes上可以找到支援的主要版本。 Type:string (或 expression with resultType string) 。 任何
keyFilePath (已淘汰).p12 金鑰檔案的完整路徑,用來驗證服務帳戶電子郵件位址,而且只能在自我裝載 IR 上使用。 Type:string (或 expression with resultType string) 。 任何
loginCustomerID 您想要擷取特定客戶之報表數據的Google Ads Manager 帳戶客戶標識碼。 Type:string (或 expression with resultType string) 。 任何
privateKey 用來驗證服務帳戶電子郵件位址且只能在自我裝載 IR 上使用的私鑰。 SecretBase
refreshToken 從 Google 取得的重新整理令牌,以授權存取 AdWords for UserAuthentication。 SecretBase
supportLegacyDataTypes 指定是否要使用舊版數據類型對應,將 float、int32 和 int64 從 Google 對應至字串。 除非您想要與舊版驅動程序的數據類型對應保持回溯相容性,否則請勿將此設定為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
trustedCertPath (已淘汰).pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 Type:string (或 expression with resultType string) 。 任何
useSystemTrustStore (已淘汰)指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何

GoogleBigQueryLinkedService

名字 描述 價值
類型 連結服務的類型。 'GoogleBigQuery' (必要)
typeProperties Google BigQuery 服務鏈接服務屬性。 GoogleBigQueryLinkedServiceTypeProperties (必要)

GoogleBigQueryLinkedServiceTypeProperties

名字 描述 價值
additionalProjects 要存取的公用 BigQuery 專案逗號分隔清單。 Type:string (或 expression with resultType string) 。 任何
authenticationType 用於驗證的 OAuth 2.0 驗證機制。 ServiceAuthentication 只能在自我裝載 IR 上使用。 'ServiceAuthentication'
'UserAuthentication' (必要)
clientId 用來取得重新整理令牌之 Google 應用程式的用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何
clientSecret 用來取得重新整理令牌之 Google 應用程式的客戶端密碼。 SecretBase
電子郵件 服務帳戶電子郵件標識碼,用於 ServiceAuthentication,且只能在自我裝載 IR 上使用。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
keyFilePath .p12 金鑰檔案的完整路徑,用來驗證服務帳戶電子郵件位址,而且只能在自我裝載 IR 上使用。 Type:string (或 expression with resultType string) 。 任何
專案 要查詢的預設 BigQuery 專案。 Type:string (或 expression with resultType string) 。 任何 (必要)
refreshToken 從 Google 取得的重新整理令牌,以授權存取 BigQuery for UserAuthentication。 SecretBase
requestGoogleDriveScope 是否要求存取Google雲端硬碟。 允許Google Drive存取可支持結合 BigQuery 數據與Google Drive 資料的同盟數據表。 默認值為 false。 Type:string (或 expression with resultType string) 。 任何
trustedCertPath .pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 Type:string (或 expression with resultType string) 。 任何
useSystemTrustStore 指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 默認值為 false。類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何

GoogleBigQueryV2LinkedService

名字 描述 價值
類型 連結服務的類型。 'GoogleBigQueryV2' (必要)
typeProperties Google BigQuery 服務鏈接服務屬性。 GoogleBigQueryV2LinkedServiceTypeProperties (必要)

GoogleBigQueryV2LinkedServiceTypeProperties

名字 描述 價值
authenticationType 用於驗證的 OAuth 2.0 驗證機制。 'ServiceAuthentication'
'UserAuthentication' (必要)
clientId 用來取得重新整理令牌之 Google 應用程式的用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何
clientSecret 用來取得重新整理令牌之 Google 應用程式的客戶端密碼。 SecretBase
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
keyFileContent 用來驗證服務帳戶之 .json 金鑰檔案的內容。 Type:string (或 expression with resultType string) 。 SecretBase
projectId 要查詢的預設 BigQuery 項目識別碼。 Type:string (或 expression with resultType string) 。 任何 (必要)
refreshToken 從 Google 取得的重新整理令牌,以授權存取 BigQuery for UserAuthentication。 SecretBase

GoogleCloudStorageLinkedService

名字 描述 價值
類型 連結服務的類型。 'GoogleCloudStorage' (必要)
typeProperties Google Cloud Storage 鏈接服務屬性。 GoogleCloudStorageLinkedServiceTypeProperties (必要)

GoogleCloudStorageLinkedServiceTypeProperties

名字 描述 價值
accessKeyId Google Cloud Storage Identity and Access Management (IAM) 使用者的存取密鑰標識碼。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
secretAccessKey Google Cloud Storage Identity and Access Management (IAM) 使用者的秘密存取密鑰。 SecretBase
serviceUrl 這個值會指定要使用Google Cloud Storage Connector 存取的端點。 這是選擇性屬性;只有在您想要嘗試不同的服務端點或想要在 HTTPs 和 HTTP 之間切換時,才變更它。 Type:string (或 expression with resultType string) 。 任何

GoogleSheetsLinkedService

名字 描述 價值
類型 連結服務的類型。 'GoogleSheets' (必要)
typeProperties GoogleSheets 連結的服務屬性。 GoogleSheetsLinkedServiceTypeProperties (必要)

GoogleSheetsLinkedServiceTypeProperties

名字 描述 價值
apiToken GoogleSheets 來源的 API 令牌。 SecretBase (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串

GreenplumLinkedService

名字 描述 價值
類型 連結服務的類型。 “綠色貧民”(必要)
typeProperties Greenplum 資料庫連結服務屬性。 GreenplumLinkedServiceTypeProperties (必要)

GreenplumLinkedServiceTypeProperties

名字 描述 價值
connectionString ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
pwd 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference

HBaseLinkedService

名字 描述 價值
類型 連結服務的類型。 'HBase' (必要)
typeProperties HBase 伺服器鏈接服務屬性。 HBaseLinkedServiceTypeProperties (必要)

HBaseLinkedServiceTypeProperties

名字 描述 價值
allowHostNameCNMismatch 指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 默認值為 false。 任何
allowSelfSignedServerCert 指定是否允許來自伺服器的自我簽署憑證。 默認值為 false。 任何
authenticationType 用來連線到 HBase 伺服器的驗證機制。 'Anonymous'
'Basic' (必要)
enableSsl 指定是否使用 SSL 加密與伺服器的連線。 默認值為 false。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 HBase 伺服器的IP位址或主機名。 (即192.168.222.160) 任何 (必要)
httpPath 對應至 HBase 伺服器的部分 URL。 (即 /gateway/sandbox/hbase/version) 任何
密碼 對應至使用者名稱的密碼。 SecretBase
港口 HBase 實例用來接聽用戶端連線的 TCP 連接埠。 預設值為9090。 任何
trustedCertPath .pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 任何
username 用來連線到 HBase 實例的用戶名稱。 任何

HdfsLinkedService

名字 描述 價值
類型 連結服務的類型。 'Hdfs' (必要)
typeProperties HDFS 連結服務屬性。 HdfsLinkedServiceTypeProperties (必要)

HdfsLinkedServiceTypeProperties

名字 描述 價值
authenticationType 用來連線到 HDFS 的驗證類型。 可能的值為:匿名和 Windows。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 Windows 驗證的密碼。 SecretBase
url HDFS 服務端點的 URL,例如 http://myhostname:50070/webhdfs/v1 。 Type:string (或 expression with resultType string) 。 任何 (必要)
userName Windows 驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

HDInsightLinkedService

名字 描述 價值
類型 連結服務的類型。 'HDInsight' (必要)
typeProperties HDInsight 連結服務屬性。 HDInsightLinkedServiceTypeProperties (必要)

HDInsightLinkedServiceTypeProperties

名字 描述 價值
clusterUri HDInsight 叢集 URI。 Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
fileSystem 如果 HDInsight 的主要記憶體是 ADLS Gen2,請指定 FileSystem。 Type:string (或 expression with resultType string) 。 任何
hcatalogLinkedServiceName 指向 HCatalog 資料庫的 Azure SQL 鏈接服務參考。 LinkedServiceReference
isEspEnabled 指定是否使用 ESP 建立 HDInsight (企業安全性套件)。 類型:布爾值。 任何
linkedServiceName Azure 記憶體連結服務參考。 LinkedServiceReference
密碼 HDInsight 叢集密碼。 SecretBase
userName HDInsight 叢集用戶名稱。 Type:string (或 expression with resultType string) 。 任何

HDInsightOnDemandLinkedService

名字 描述 價值
類型 連結服務的類型。 'HDInsightOnDemand' (必要)
typeProperties HDInsight ondemand 鏈接服務屬性。 HDInsightOnDemandLinkedServiceTypeProperties (必要)

HDInsightOnDemandLinkedServiceTypeProperties

名字 描述 價值
additionalLinkedServiceNames 指定 HDInsight 鏈接服務的其他記憶體帳戶,讓 Data Factory 服務可以代表您註冊它們。 LinkedServiceReference[]
clusterNamePrefix 叢集名稱的前置詞,後置詞會與時間戳不同。 Type:string (或 expression with resultType string) 。 任何
clusterPassword 存取叢集的密碼。 SecretBase
clusterResourceGroup 叢集所屬的資源群組。 Type:string (或 expression with resultType string) 。 任何 (必要)
clusterSize 叢集中的背景工作/數據節點數目。 建議值:4。 類型:int (或 expressionType int 的運算式)。 任何 (必要)
clusterSshPassword SSH 的密碼會從遠端連線叢集的節點(適用於 Linux)。 SecretBase
clusterSshUserName SSH 的使用者名稱會從遠端連線到叢集的節點(適用於 Linux)。 Type:string (或 expression with resultType string) 。 任何
clusterType 叢集類型。 Type:string (或 expression with resultType string) 。 任何
clusterUserName 存取叢集的用戶名稱。 Type:string (或 expression with resultType string) 。 任何
coreConfiguration 指定要建立 HDInsight 叢集的核心組態參數(如 core-site.xml中所示。 任何
憑據 包含驗證資訊的認證參考。 CredentialReference
dataNodeSize 指定 HDInsight 叢集的數據節點大小。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
hBaseConfiguration 指定 HDInsight 叢集的 HBase 組態參數 (hbase-site.xml)。 任何
hcatalogLinkedServiceName 指向 HCatalog 資料庫的 Azure SQL 連結服務名稱。 隨選 HDInsight 叢集是使用 Azure SQL 資料庫作為中繼存放區所建立。 LinkedServiceReference
hdfsConfiguration 指定 HDInsight 叢集的 HDFS 組態參數 (hdfs-site.xml)。 任何
headNodeSize 指定 HDInsight 叢集前端節點的大小。 任何
hiveConfiguration 指定 HDInsight 叢集的 hive 組態參數 (hive-site.xml)。 任何
hostSubscriptionId 客戶用來裝載叢集的訂用帳戶。 Type:string (或 expression with resultType string) 。 任何 (必要)
linkedServiceName 隨選叢集用來儲存和處理數據的 Azure 記憶體連結服務。 LinkedServiceReference (必要)
mapReduceConfiguration 指定 HDInsight 叢集的 MapReduce 組態參數 (mapred-site.xml)。 任何
oozieConfiguration 指定 HDInsight 叢集的 Oozie 組態參數 (oozie-site.xml)。 任何
scriptActions 自定義腳本動作,在 HDI ondemand 叢集上執行一旦啟動。 請參閱 /azure/hdinsight/hdinsight-hadoop-customize-cluster-linux?toc=%2Fen-us%2Fazure%2Fhdinsight%2Fr-server%2FTOC.json&bc=%2Fen-us%2Fazure%2Fbread%2Ftoc.json#understanding-script-actions。 ScriptAction[]
servicePrincipalId hostSubscriptionId 的服務主體標識符。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 服務主體標識碼的索引鍵。 SecretBase
sparkVersion 如果叢集類型為 『spark』,則為 spark 的版本。 Type:string (或 expression with resultType string) 。 任何
stormConfiguration 指定 HDInsight 叢集的 Storm 組態參數 (storm-site.xml)。 任何
subnetName vNet 中子網的ARM資源標識碼。 如果已指定 virtualNetworkId,則需要此屬性。 Type:string (或 expression with resultType string) 。 任何
房客 服務主體所屬的租用戶標識碼/名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
timeToLive 隨選 HDInsight 叢集允許的空閒時間。 指定當叢集中沒有其他作用中作業時,隨選 HDInsight 叢集在活動執行完成後保持運作的時間長度。 最小值為 5 分鐘。 Type:string (或 expression with resultType string) 。 任何 (必要)
版本 HDInsight 叢集的版本。  Type:string (或 expression with resultType string) 。 任何 (必要)
virtualNetworkId 建立之後應該加入叢集之 vNet 的 ARM 資源識別碼。 Type:string (或 expression with resultType string) 。 任何
yarnConfiguration 指定 HDInsight 叢集的 Yarn 組態參數 (yarn-site.xml)。 任何
zookeeperNodeSize 指定 HDInsight 叢集的 Zoo Keeper 節點大小。 任何

HiveLinkedService

名字 描述 價值
類型 連結服務的類型。 'Hive' (必要)
typeProperties Hive Server 連結服務屬性。 HiveLinkedServiceTypeProperties (必要)

HiveLinkedServiceTypeProperties

名字 描述 價值
allowHostNameCNMismatch 指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 默認值為 false。 任何
allowSelfSignedServerCert 指定是否允許來自伺服器的自我簽署憑證。 默認值為 false。 任何
authenticationType 用來存取 Hive 伺服器的驗證方法。 'Anonymous'
'Username'
'UsernameAndPassword'
'WindowsAzureHDInsightService' (必要)
enableSsl 指定是否使用 SSL 加密與伺服器的連線。 默認值為 false。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 多個主機的IP位址或Hive伺服器的主機名,並以 『;' 分隔(只有在啟用 serviceDiscoveryMode 時)。 任何 (必要)
httpPath 對應至Hive伺服器的部分URL。 任何
密碼 對應至您在 [用戶名稱] 字段中提供之使用者名稱的密碼 SecretBase
港口 Hive 伺服器用來接聽用戶端連線的 TCP 連接埠。 任何
serverType Hive 伺服器的型別。 'HiveServer1'
'HiveServer2'
'HiveThriftServer'
serviceDiscoveryMode true 表示使用 ZooKeeper 服務,false not。 任何
thriftTransportProtocol 在 Thrift 層中使用的傳輸通訊協定。 'Binary'
'HTTP '
'SASL'
trustedCertPath .pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 任何
useNativeQuery 指定驅動程式是否使用原生 HiveQL 查詢,或將它們轉換成 HiveQL 中的對等形式。 任何
username 您用來存取 Hive Server 的使用者名稱。 任何
useSystemTrustStore 指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 默認值為 false。 任何
zooKeeperNameSpace 在 ZooKeeper 上新增 Hive Server 2 節點的命名空間。 任何

HttpLinkedService

名字 描述 價值
類型 連結服務的類型。 'HttpServer' (必要)
typeProperties 這個連結服務類型特有的屬性。 HttpLinkedServiceTypeProperties (必要)

HttpLinkedServiceTypeProperties

名字 描述 價值
authenticationType 要用來連線到 HTTP 伺服器的驗證類型。 'Anonymous'
'Basic'
'ClientCertificate'
'Digest'
'Windows'
authHeaders 要求中用於授權之 RESTful API 的其他 HTTP 標頭。 類型:索引鍵值組(值應該是字串類型)。 任何
certThumbprint ClientCertificate 驗證憑證的指紋。 僅適用於內部部署複本。 針對使用 ClientCertificate 驗證的內部部署複製,應指定 CertThumbprint 或 EmbeddedCertData/Password。 Type:string (或 expression with resultType string) 。 任何
embeddedCertData ClientCertificate 驗證的Base64編碼憑證數據。 針對使用 ClientCertificate 驗證的內部部署複製,應指定 CertThumbprint 或 EmbeddedCertData/Password。 Type:string (或 expression with resultType string) 。 任何
enableServerCertificateValidation 如果為 true,請驗證 HTTPS 伺服器 SSL 憑證。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 使用 EmbeddedCertData 驗證進行基本、摘要、Windows 或 ClientCertificate 的密碼。 SecretBase
url HTTP 端點的基底 URL,例如 https://www.microsoft.com。 Type:string (或 expression with resultType string) 。 任何 (必要)
userName 基本、摘要或 Windows 驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

HubspotLinkedService

名字 描述 價值
類型 連結服務的類型。 'Hubspot' (必要)
typeProperties Hubspot Service 鏈接服務屬性。 HubspotLinkedServiceTypeProperties (必要)

HubspotLinkedServiceTypeProperties

名字 描述 價值
accessToken 最初驗證 OAuth 整合時取得的存取令牌。 SecretBase
clientId 與您的 Hubspot 應用程式相關聯的用戶端識別碼。 任何 (必要)
clientSecret 與您的 Hubspot 應用程式相關聯的客戶端密碼。 SecretBase
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
refreshToken 初始驗證 OAuth 整合時取得的重新整理令牌。 SecretBase
useEncryptedEndpoints 指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 任何
useHostVerification 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。 任何
usePeerVerification 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。 任何

ImpalaLinkedService

名字 描述 價值
類型 連結服務的類型。 'Impala' (必要)
typeProperties Impala 伺服器連結服務屬性。 ImpalaLinkedServiceTypeProperties (必要)

ImpalaLinkedServiceTypeProperties

名字 描述 價值
allowHostNameCNMismatch 指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 默認值為 false。 任何
allowSelfSignedServerCert 指定是否允許來自伺服器的自我簽署憑證。 默認值為 false。 任何
authenticationType 要使用的驗證類型。 'Anonymous'
'SASLUsername'
'UsernameAndPassword' (必要)
enableSsl 指定是否使用 SSL 加密與伺服器的連線。 默認值為 false。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 Impala 伺服器的IP位址或主機名。 (即192.168.222.160) 任何 (必要)
密碼 使用 UsernameAndPassword 時,對應至使用者名稱的密碼。 SecretBase
港口 Impala 伺服器用來接聽用戶端連線的 TCP 連接埠。 預設值為 21050。 任何
trustedCertPath .pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 任何
username 用來存取 Impala 伺服器的用戶名稱。 使用SASLUsername時,預設值為匿名。 任何
useSystemTrustStore 指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 默認值為 false。 任何

InformixLinkedService

名字 描述 價值
類型 連結服務的類型。 'Informix' (必要)
typeProperties Informix 連結的服務屬性。 InformixLinkedServiceTypeProperties (必要)

InformixLinkedServiceTypeProperties

名字 描述 價值
authenticationType 用來連線到 Informix 做為 ODBC 資料存放區的驗證類型。 可能的值為:Anonymous 和 Basic。 Type:string (或 expression with resultType string) 。 任何
connectionString 連接字串的非存取認證部分,以及選擇性的加密認證。 類型:string、SecureString 或 AzureKeyVaultSecretReference 或 Expression with resultType string。 任何 (必要)
憑據 驅動程式特定屬性值格式所指定連接字串的存取認證部分。 SecretBase
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 基本身份驗證的密碼。 SecretBase
userName 基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

IntegrationRuntimeReference

名字 描述 價值
參數 整合運行時間的自變數。 ParameterValueSpecification
referenceName 參考整合運行時間名稱。 字串 (必要)
類型 整合運行時間的類型。 'IntegrationRuntimeReference' (必要)

JiraLinkedService

名字 描述 價值
類型 連結服務的類型。 'Jira' (必要)
typeProperties Jira Service 連結服務屬性。 JiraLinkedServiceTypeProperties (必要)

JiraLinkedServiceTypeProperties

名字 描述 價值
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 Jira 服務的IP位址或主機名。 (例如 jira.example.com) 任何 (必要)
密碼 對應至您在使用者名稱欄位中提供之使用者名稱的密碼。 SecretBase
港口 Jira 伺服器用來接聽用戶端連線的 TCP 連接埠。 如果透過 HTTPS 連線,則預設值為 443,如果透過 HTTP 連線,則為 8080。 任何
useEncryptedEndpoints 指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 任何
useHostVerification 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。 任何
usePeerVerification 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。 任何
username 您用來存取 Jira 服務的使用者名稱。 任何 (必要)

LakeHouseLinkedService

名字 描述 價值
類型 連結服務的類型。 'LakeHouse' (必要)
typeProperties Microsoft Fabric LakeHouse 連結的服務屬性。 LakeHouseLinkedServiceTypeProperties (必要)

LakeHouseLinkedServiceTypeProperties

名字 描述 價值
artifactId Microsoft Fabric LakeHouse 成品的標識碼。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
servicePrincipalCredential Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 用來針對 Microsoft Fabric LakeHouse 進行驗證的應用程式識別碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 用來對 Microsoft fabric LakeHouse 進行驗證之應用程式的密鑰。 SecretBase
房客 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何
workspaceId Microsoft Fabric 工作區的標識碼。 Type:string (或 expression with resultType string) 。 任何

LinkedService

名字 描述 價值
附註 可用於描述連結服務的標籤清單。 any[]
connectVia 整合運行時間參考。 IntegrationRuntimeReference
描述 鏈接的服務描述。 字串
參數 連結服務的參數。 ParameterDefinitionSpecification
類型 針對 [AmazonMWSLinkedService類型 設定為 'AmazonMWS'。 將 類型設定為 'AmazonRdsForOracle' AmazonRdsForOracleLinkedService。 針對 AmazonRdsForSqlServerLinkedService類型,設定為 'AmazonRdsForSqlServer'。 針對 AmazonRedshiftLinkedService類型設定為 'AmazonRedshift'。 針對 amazonS3LinkedService類型 設定為 'AmazonS3'。 針對 AmazonS3CompatibleLinkedService 類型設定為 'AmazonS3Compatible',。 針對 appFiguresLinkedService類型 ,設定為 'AppFigures'。 針對 AsanaLinkedService 類型設定為 'Asana',。 針對 azureBatchLinkedService 類型 設定為 'AzureBatch',。 針對 azureBlobFSLinkedService 類型設定為 'AzureBlobFS',。 針對 azureBlobStorageLinkedService類型 ,將 設定為 'AzureBlobStorage'。 針對 azureDataExplorerLinkedService類型 設定為 'AzureDataExplorer'。 針對 azureDataLakeAnalytics類型 設定為 'AzureDataLakeAnalytics'。 針對 azureDataLakeStoreLinkedService 類型設定為 'AzureDataLakeStore',。 針對 azureDatabricksLinkedService類型 設定為 'AzureDatabricks'。 針對 azureDatabricksDeltaLake 類型設定為 'AzureDatabricksDeltaLake',。 針對 azureFileStorageLinkedService類型 ,將 設定為 'AzureFileStorage'。 針對 azureFunctionLinkedService 類型設定為 'AzureFunction',。 針對 azureKeyVaultLinkedService類型 設定為 'AzureKeyVaultVault'。 針對 azureMLLinkedService 類型設定為 'AzureML',。 針對 azureMLServiceLinkedService類型 設定為 'AzureMLService'。 針對 azureMariaDBLinkedService類型 設定為 'AzureMariaDB'。 針對 azureMySqlLinkedService類型 設定為 'AzureMySqlSql'。 針對 azurePostgreSqlLinkedService 類型設定為 'AzurePostgreSql',。 針對 azureSearchLinkedService 類型 設定為 'AzureSearch',。 針對 azureSqlDWLinkedService類型 設定為 'AzureSqlDW'。 針對 azureSqlDatabaseLinkedService類型 設定為 'AzureSqlDatabase'。 針對 azureSqlMILinkedService 類型 設定為 'AzureSqlMI',。 針對 azureStorageLinkedService 類型設定為 'AzureStorage',。 針對 azureSynapseArtifacts 類型 設定為 'AzureSynapseArtifacts',。 針對 azureTableStorageLinkedService類型 設定為 'AzureTableStorage'。 在 CassandraLinkedService類型 設定為 'Cassandra'。 針對 CommonDataServiceForAppsLinkedService 類型設定為 'CommonDataServiceForApps'。 針對 concurLinkedService 類型設定為 'Concur',。 針對 CosmosDbLinkedService 類型設定為 'CosmosDb',。 針對 CosmosDbMongoDbApiLinkedService類型,設定為 'CosmosDbMongoDbMongoDbApiApi'' 。 針對 couchbaseLinkedService 類型設定為 'Couchbase',。 針對 customDataSourceLinkedService 類型 設定為 'CustomDataSourceSource',。 在 dataworldLinkedService類型 設定為 'Dataworld'。 將 類型設定為 'Db2' Db2LinkedService。 將 類型設定為 'Drill',DrillLinkedService。 針對 DynamicsLinkedService 類型設定為 'Dynamics',。 針對 DynamicsAXLinkedService 類型設定為 'DynamicsAX',。 針對 DynamicsCrmLinkedService類型 設定為 'DynamicsCrm'。 針對 EloquaLinkedService 類型 設定為 'Eloqua'。 針對 fileServerLinkedService 類型設定為 'FileServer',。 針對 FtpServerLinkedService 類型設定為 'FtpServer',。 針對 GoogleAdWordsLinkedService類型設定為 'GoogleAdWords'。 針對 GoogleBigQueryLinkedService 類型設定為 'GoogleBigQuery',。 針對 GoogleBigQueryV2LinkedService類型設定為 'GoogleBigQueryV2'。 針對 GoogleCloudStorageLinkedService類型,設定為 'GoogleCloudStorage'。 針對 GoogleSheetsLinkedService類型設定為 『GoogleSheets』。 針對 greenplumLinkedService 類型設定為 'Greenplum',。 針對 HBaseLinkedService 類型 設定為 『HBase』,。 針對 HDInsightLinkedService類型 設定為 'HDInsight'。 針對 hdInsightOnDemandService 類型設定為 『HDInsightOnDemandLinkedService』。 針對 hdfsLinkedService 類型設定為 『Hdfs』,。 針對hiveLinkedService類型 設定為 'Hive',。 將 類型設定為 'HttpServer',HttpLinkedService。 將 類型設定為 'Hubspot',HubspotLinkedService。 針對 impalaLinkedService 類型設定為 'Impala'。 針對 informixLinkedService 類型設定為 'Informix',。 將 類型設定為 'Jira',JiraLinkedService。 將 類型設定為 'LakeHouse' LakeHouseLinkedService。 設定為類型為 'Magento',MagentoLinkedService。 針對 mariaDBLinkedService 類型 設定為 'MariaDB',。 將 類型設定為 'Marketo',MarketoLinkedService。 針對 microsoftAccessLinkedService類型 設定為 'MicrosoftAccess'。 針對 mongoDbLinkedService 類型 設定為 'MongoDb',。 針對 mongoDbAtlasLinkedService 類型設定為 'MongoDbAtlas',。 針對 mongoDbV2LinkedService 類型 設定為 'MongoDbV2',。 針對 mySqlLinkedService 類型設定為 'MySql',。 針對 netezzaLinkedService 類型設定為 'Netezza',。 將 類型設定為 'OData',ODataLinkedService。 將 類型設定為 'Odbc',OdbcLinkedService。 針對類型設定為 『Office365』 Office365LinkedService。 針對 OracleLinkedService 類型設定為 'Oracle',。 針對 oracleCloudStorageLinkedService 類型設定為 'OracleCloudStorage',。 針對 OracleServiceCloudLinkedService類型,設定為 'OracleServiceCloud'。 針對 PaypalLinkedService 類型設定為 'PayPal',。 在 PhoenixLinkedService類型 設定為 『Phoenix』。 針對 postgreSqlLinkedService 類型 設定為 'PostgreSql',。 針對 postgreSqlV2LinkedService類型 設定為 'PostgreSqlV2'。 針對 prestoLinkedService 類型設定為 'Presto',。 針對類型 QuickBooksLinkedService,設定為 'QuickBooks'。 針對 quickbaseLinkedService 類型,設定為 'Quickbase'。 針對 responsysLinkedService 類型設定為 'Responsys',。 針對 restServiceLinkedService類型 設定為 'RestService'。 針對 SalesforceLinkedService類型 設定為 'Salesforce'。 針對 salesforceMarketingCloudLinkedService類型 ,設定為 'SalesforceMarketingCloud'。 針對 salesforceServiceCloudLinkedService類型 ,設定為 'SalesforceServiceCloud'。 針對 salesforceServiceCloudV2LinkedService類型 設定為 'SalesforceServiceCloudV2'。 在 SalesforceV2LinkedService類型 設定為 'SalesforceV2'。 針對 sapBWLinkedService 類型設定為 'SapBWW',。 針對 SapCloudForCustomerLinkedService類型,設定為 'SapCloudForCustomer'。 將 類型設定為 'SapEcc',SapEccLinkedService。 針對 sapHanaLinkedService類型 設定為 'SapHana'。 針對 sapOdpLinkedService類型 設定為 'SapOdp'。 針對 SapOpenHubLinkedService 類型設定為 'SapOpenHub',。 針對 sapTableLinkedService 類型 設定為 'SapTable',。 針對 serviceNowLinkedService 類型設定為 'ServiceNow',。 針對 serviceNowV2LinkedService類型 設定為 'ServiceNowV2'。 針對 sftpServerLinkedService 類型設定為 'Sftp',。 針對 sharePointOnlineListLinkedService類型 設定為 'SharePointOnlineList'。 設定為 'Shopify' 類型 ShopifyLinkedService。 針對 smartsheetLinkedService 類型設定為 'Smartsheet',。 針對 snowflakeLinkedService 類型設定為 'Snowflake',。 將 類型設定為 'SnowflakeV2' SnowflakeV2LinkedService。 將 SparkLinkedService 類型設定為 'Spark',。 針對類型 SqlServerLinkedService,設定為 'SqlServer'。 針對 squareLinkedService 類型設定為 'Square',。 針對 SybaseLinkedService 類型設定為 'Sybase',。 針對 teamDeskLinkedService 類型 設定為 'TeamDesk',。 針對 TeradataLinkedService 類型 設定為 'Teradata',。 將 類型設定為 'Twilio',TwilioLinkedService。 針對類型 VerticaLinkedService設定為 'Vertica'。 針對 warehouseLinkedService 類型 設定為 'Warehouse',。 將 類型設定為 'Web' WebLinkedService。 針對 XeroLinkedService 類型 設定為 『Xero』,。 針對 zendeskLinkedService 類型設定為 『Zendesk』。 針對類型 ZohoLinkedService,設定為 'Zoho'。 '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'
'LakeHouse'
'Magento'
'MariaDB'
'Marketo'
'MicrosoftAccess'
'MongoDb'
'MongoDbAtlas'
'MongoDbV2'
'MySql'
'Netezza'
'OData'
'Odbc'
'Office365'
'Oracle'
'OracleCloudStorage'
'OracleServiceCloud'
'PayPal'
'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'
“雪花”
'SnowflakeV2'
'Spark'
'SqlServer'
'Square'
'Sybase'
'TeamDesk'
'Teradata'
'Twilio'
'Vertica'
'Warehouse'
'Web'
'Xero'
'Zendesk'
'Zoho' (必要)
版本 連結服務的版本。 字串

LinkedServiceReference

名字 描述 價值
參數 LinkedService 的自變數。 ParameterValueSpecification
referenceName 參考 LinkedService 名稱。 字串 (必要)
類型 連結服務參考類型。 'LinkedServiceReference' (必要)

MagentoLinkedService

名字 描述 價值
類型 連結服務的類型。 'Magento' (必要)
typeProperties Magento 伺服器鏈接服務屬性。 MagentoLinkedServiceTypeProperties (必要)

MagentoLinkedServiceTypeProperties

名字 描述 價值
accessToken 來自Magento的存取令牌。 SecretBase
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 Magento 實例的 URL。 (即192.168.222.110/洋紅3) 任何 (必要)
useEncryptedEndpoints 指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 任何
useHostVerification 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。 任何
usePeerVerification 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。 任何

MariaDBLinkedService

名字 描述 價值
類型 連結服務的類型。 'MariaDB' (必要)
typeProperties MariaDB 伺服器鏈接服務屬性。 MariaDBLinkedServiceTypeProperties (必要)

MariaDBLinkedServiceTypeProperties

名字 描述 價值
connectionString ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
資料庫 連接的資料庫名稱。 類型:字串。 任何
driverVersion MariaDB 驅動程式的版本。 類型:字串。 舊版驅動程式的 V1 或空白,適用於新驅動程式的 V2。 V1 可以支援連接字串和屬性包,V2 只能支援連接字串。 舊版驅動程式已排定在 2024 年 10 月前淘汰。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
港口 連接的埠。 類型:整數。 任何
伺服器 線上的伺服器名稱。 類型:字串。 任何
sslMode 此選項會指定驅動程式在連線到 MariaDB 時是否使用 TLS 加密和驗證。 例如,SSLMode=<0/1/2/3/4>。 選項:DISABLED (0) / PREFERRED (1) /REQUIRED (2) / VERIFY_CA (3) / VERIFY_IDENTITY (4), REQUIRED (2) 建議只允許使用 SSL/TLS 加密的聯機。 任何
username 驗證的用戶名稱。 類型:字串。 任何
useSystemTrustStore 此選項會指定是否要使用來自系統信任存放區的 CA 憑證,或從指定的 PEM 檔案使用 CA 憑證。 例如 UseSystemTrustStore=<0/1>;選項:已啟用 (1) / 已停用 (0) (預設) 任何

MarketoLinkedService

名字 描述 價值
類型 連結服務的類型。 'Marketo' (必要)
typeProperties Marketo 伺服器鏈接服務屬性。 MarketoLinkedServiceTypeProperties (必要)

MarketoLinkedServiceTypeProperties

名字 描述 價值
clientId Marketo 服務的用戶端標識碼。 任何 (必要)
clientSecret Marketo 服務的客戶端密碼。 SecretBase
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
端點 Marketo 伺服器的端點。 (即 123-ABC-321.mktorest.com) 任何 (必要)
useEncryptedEndpoints 指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 任何
useHostVerification 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。 任何
usePeerVerification 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。 任何

Microsoft.DataFactory/factories/linkedservices

名字 描述 價值
名字 資源名稱 字串

約束:
最小長度 = 1
最大長度 = 1
模式 = ^[A-Za-z0-9_][^<>*#.%&:\\+?/]*$ (必要)
parent_id 此資源為父系之資源的標識碼。 類型的資源標識碼:處理站
性能 連結服務的屬性。 LinkedService (必要)
類型 資源類型 “Microsoft.DataFactory/factories/linkedservices@2018-06-01”

MicrosoftAccessLinkedService

名字 描述 價值
類型 連結服務的類型。 'MicrosoftAccess' (必要)
typeProperties Microsoft Access 連結的服務屬性。 MicrosoftAccessLinkedServiceTypeProperties (必要)

MicrosoftAccessLinkedServiceTypeProperties

名字 描述 價值
authenticationType 用來連線至 Microsoft Access 做為 ODBC 資料存放區的驗證類型。 可能的值為:Anonymous 和 Basic。 Type:string (或 expression with resultType string) 。 任何
connectionString 連接字串的非存取認證部分,以及選擇性的加密認證。 類型:string、SecureString 或 AzureKeyVaultSecretReference 或 Expression with resultType string。 任何 (必要)
憑據 驅動程式特定屬性值格式所指定連接字串的存取認證部分。 SecretBase
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 基本身份驗證的密碼。 SecretBase
userName 基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

MongoDbAtlasLinkedService

名字 描述 價值
類型 連結服務的類型。 'MongoDbAtlas' (必要)
typeProperties MongoDB Atlas 鏈接服務屬性。 MongoDbAtlasLinkedServiceTypeProperties (必要)

MongoDbAtlasLinkedServiceTypeProperties

名字 描述 價值
connectionString MongoDB Atlas 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何 (必要)
資料庫 您想要存取的 MongoDB Atlas 資料庫名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
driverVersion 您要選擇的驅動程式版本。 允許的值為 v1 和 v2。 Type:string (或 expression with resultType string) 。 任何

MongoDbLinkedService

名字 描述 價值
類型 連結服務的類型。 'MongoDb' (必要)
typeProperties MongoDB 連結服務屬性。 MongoDbLinkedServiceTypeProperties (必要)

MongoDbLinkedServiceTypeProperties

名字 描述 價值
allowSelfSignedServerCert 指定是否允許來自伺服器的自我簽署憑證。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
authenticationType 要用來連線到 MongoDB 資料庫的驗證類型。 'Anonymous'
'Basic'
authSource 用來驗證使用者名稱和密碼的資料庫。 Type:string (或 expression with resultType string) 。 任何
databaseName 您想要存取的 MongoDB 資料庫名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
enableSsl 指定是否使用 SSL 加密與伺服器的連線。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 驗證的密碼。 SecretBase
港口 MongoDB 伺服器用來接聽用戶端連線的 TCP 連接埠號碼。 預設值為 27017。 類型:integer (或 expression with resultType integer), minimum: 0。 任何
伺服器 MongoDB 伺服器的IP位址或伺服器名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
username 驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

MongoDbV2LinkedService

名字 描述 價值
類型 連結服務的類型。 'MongoDbV2' (必要)
typeProperties MongoDB 連結服務屬性。 MongoDbV2LinkedServiceTypeProperties (必要)

MongoDbV2LinkedServiceTypeProperties

名字 描述 價值
connectionString MongoDB 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何 (必要)
資料庫 您想要存取的 MongoDB 資料庫名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

MySqlLinkedService

名字 描述 價值
類型 連結服務的類型。 'MySql' (必要)
typeProperties MySQL 連結服務屬性。 MySqlLinkedServiceTypeProperties (必要)

MySqlLinkedServiceTypeProperties

名字 描述 價值
allowZeroDateTime 這可讓從資料庫擷取特殊的“零”日期值 0000-00-00。 類型:布爾值。 任何
connectionString 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
connectionTimeout 在終止嘗試並產生錯誤之前,等候伺服器連線的時間長度(以秒為單位)。 類型:整數。 任何
convertZeroDateTime 如果為 True,則會傳回具有不允許值的 date 或 datetime 數據行的 DateTime.MinValue。 類型:布爾值。 任何
資料庫 連接的資料庫名稱。 類型:字串。 任何
driverVersion MySQL 驅動程式的版本。 類型:字串。 舊版驅動程式的 V1 或空白,適用於新驅動程式的 V2。 V1 可以支援連接字串和屬性包,V2 只能支援連接字串。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
guidFormat 判斷應該讀取為 GUID 的數據行類型(如果有的話)。 類型:字串。 無:不會自動將任何數據行類型讀取為 Guid;Char36:所有 CHAR(36) 數據行都會使用小寫十六進位和連字元來讀取/寫入為 Guid,其符合 UUID。 任何
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
港口 連接的埠。 類型:整數。 任何
伺服器 線上的伺服器名稱。 類型:字串。 任何
sslCert 用戶端 SSL 憑證檔案的路徑,格式為 PEM。 也必須指定 SslKey。 類型:字串。 任何
sslKey 用戶端 SSL 私鑰的路徑,格式為 PEM。 也必須指定 SslCert。 類型:字串。 任何
sslMode 線上的 SSL 模式。 類型:整數。 0:停用、1:偏好、2:需要、3:verify-ca、4:verify-full。 任何
treatTinyAsBoolean 當設定為 true 時,TINYINT(1) 值會以布爾值傳回。 類型:bool。 任何
username 驗證的用戶名稱。 類型:字串。 任何
useSystemTrustStore 使用系統信任存放區進行連線。 類型:整數。 0:啟用,1:停用。 任何

NetezzaLinkedService

名字 描述 價值
類型 連結服務的類型。 'Netezza' (必要)
typeProperties Netezza 連結服務屬性。 NetezzaLinkedServiceTypeProperties (必要)

NetezzaLinkedServiceTypeProperties

名字 描述 價值
connectionString ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
pwd 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference

ODataLinkedService

名字 描述 價值
類型 連結服務的類型。 'OData' (必要)
typeProperties OData 鏈接服務屬性。 ODataLinkedServiceTypeProperties (必要)

ODataLinkedServiceTypeProperties

名字 描述 價值
aadResourceId 指定您要求授權以使用 Directory 的資源。 Type:string (或 expression with resultType string) 。 任何
aadServicePrincipalCredentialType 指定服務主體所使用的認證類型(金鑰或憑證)。 'ServicePrincipalCert'
'ServicePrincipalKey'
authenticationType 用來連線到 OData 服務的驗證類型。 'AadServicePrincipal'
'Anonymous'
'Basic'
'ManagedServiceIdentity'
'Windows'
authHeaders 要求中用於授權之 RESTful API 的其他 HTTP 標頭。 類型:索引鍵值組(值應該是字串類型)。 任何
azureCloudType 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 OData 服務的密碼。 SecretBase
servicePrincipalEmbeddedCert 指定在 Azure Active Directory 中註冊之應用程式的base64編碼憑證。 Type:string (或 expression with resultType string) 。 SecretBase
servicePrincipalEmbeddedCertPassword 如果您的憑證具有密碼,且您使用的是 AadServicePrincipal 驗證,請指定憑證的密碼。 Type:string (或 expression with resultType string) 。 SecretBase
servicePrincipalId 指定在 Azure Active Directory 中註冊之應用程式的應用程式識別碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 指定在 Azure Active Directory 中註冊之應用程式的秘密。 Type:string (或 expression with resultType string) 。 SecretBase
房客 指定應用程式所在的租使用者資訊(功能變數名稱或租使用者標識符)。 Type:string (或 expression with resultType string) 。 任何
url OData 服務端點的 URL。 Type:string (或 expression with resultType string) 。 任何 (必要)
userName OData 服務的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

OdbcLinkedService

名字 描述 價值
類型 連結服務的類型。 'Odbc' (必要)
typeProperties ODBC 連結服務屬性。 OdbcLinkedServiceTypeProperties (必要)

OdbcLinkedServiceTypeProperties

名字 描述 價值
authenticationType 用來連接到 ODBC 資料存放區的驗證類型。 可能的值為:Anonymous 和 Basic。 Type:string (或 expression with resultType string) 。 任何
connectionString 連接字串的非存取認證部分,以及選擇性的加密認證。 類型:string、SecureString 或 AzureKeyVaultSecretReference 或 Expression with resultType string。 任何 (必要)
憑據 驅動程式特定屬性值格式所指定連接字串的存取認證部分。 SecretBase
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 基本身份驗證的密碼。 SecretBase
userName 基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

Office365LinkedService

名字 描述 價值
類型 連結服務的類型。 'Office365' (必要)
typeProperties Office365 連結的服務屬性。 Office365LinkedServiceTypeProperties (必要)

Office365LinkedServiceTypeProperties

名字 描述 價值
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
office365TenantId Office 365 帳戶所屬的 Azure 租用戶標識碼。 Type:string (或 expression with resultType string) 。 任何 (必要)
servicePrincipalId 指定應用程式的用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何 (必要)
servicePrincipalKey 指定應用程式的金鑰。 SecretBase (必要)
servicePrincipalTenantId 指定 Azure AD Web 應用程式所在的租用戶資訊。 Type:string (或 expression with resultType string) 。 任何 (必要)

OracleCloudStorageLinkedService

名字 描述 價值
類型 連結服務的類型。 'OracleCloudStorage' (必要)
typeProperties Oracle 雲端記憶體連結服務屬性。 OracleCloudStorageLinkedServiceTypeProperties (必要)

OracleCloudStorageLinkedServiceTypeProperties

名字 描述 價值
accessKeyId Oracle 雲端記憶體身分識別和存取管理 (IAM) 使用者的存取金鑰標識碼。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
secretAccessKey Oracle 雲端記憶體身分識別和存取管理 (IAM) 使用者的秘密存取密鑰。 SecretBase
serviceUrl 這個值會指定要使用 Oracle Cloud Storage Connector 存取的端點。 這是選擇性屬性;只有在您想要嘗試不同的服務端點或想要在 HTTPs 和 HTTP 之間切換時,才變更它。 Type:string (或 expression with resultType string) 。 任何

OracleLinkedService

名字 描述 價值
類型 連結服務的類型。 'Oracle' (必要)
typeProperties Oracle 資料庫連結服務屬性。 OracleLinkedServiceTypeProperties (必要)

OracleLinkedServiceTypeProperties

名字 描述 價值
connectionString 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何 (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference

OracleServiceCloudLinkedService

名字 描述 價值
類型 連結服務的類型。 'OracleServiceCloud' (必要)
typeProperties Oracle 服務雲端連結服務屬性。 OracleServiceCloudLinkedServiceTypeProperties (必要)

OracleServiceCloudLinkedServiceTypeProperties

名字 描述 價值
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 Oracle 服務雲端實例的 URL。 任何 (必要)
密碼 對應至您在使用者名稱金鑰中提供之使用者名稱的密碼。 SecretBase (必要)
useEncryptedEndpoints 指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
useHostVerification 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
usePeerVerification 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
username 您用來存取 Oracle Service 雲端伺服器的使用者名稱。 任何 (必要)

ParameterDefinitionSpecification

名字 描述 價值

ParameterSpecification

名字 描述 價值
defaultValue 參數的預設值。 任何
類型 參數類型。 'Array'
'Bool'
'Float'
'Int'
'Object'
'SecureString'
'String' (必要)

ParameterValueSpecification

名字 描述 價值

ParameterValueSpecification

名字 描述 價值

PaypalLinkedService

名字 描述 價值
類型 連結服務的類型。 'PayPal' (必要)
typeProperties PayPal服務鏈接服務屬性。 PaypalLinkedServiceTypeProperties (必要)

PaypalLinkedServiceTypeProperties

名字 描述 價值
clientId 與PayPal應用程式相關聯的用戶端標識碼。 任何 (必要)
clientSecret 與PayPal應用程式相關聯的客戶端密碼。 SecretBase
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 PayPal 實例的 URL。 (即 api.sandbox.paypal.com) 任何 (必要)
useEncryptedEndpoints 指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 任何
useHostVerification 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。 任何
usePeerVerification 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。 任何

PhoenixLinkedService

名字 描述 價值
類型 連結服務的類型。 'Phoenix' (必要)
typeProperties Phoenix 伺服器鏈接服務屬性。 PhoenixLinkedServiceTypeProperties (必要)

PhoenixLinkedServiceTypeProperties

名字 描述 價值
allowHostNameCNMismatch 指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 默認值為 false。 任何
allowSelfSignedServerCert 指定是否允許來自伺服器的自我簽署憑證。 默認值為 false。 任何
authenticationType 用來連線到 Phoenix 伺服器的驗證機制。 'Anonymous'
'UsernameAndPassword'
'WindowsAzureHDInsightService' (必要)
enableSsl 指定是否使用 SSL 加密與伺服器的連線。 默認值為 false。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 Phoenix 伺服器的IP位址或主機名。 (即192.168.222.160) 任何 (必要)
httpPath 對應至 Phoenix 伺服器的部分 URL。 (即 /gateway/sandbox/phoenix/version)。 如果使用 WindowsAzureHDInsightService,預設值為 hbasephoenix。 任何
密碼 對應至使用者名稱的密碼。 SecretBase
港口 Phoenix 伺服器用來接聽用戶端連線的 TCP 連接埠。 預設值為8765。 任何
trustedCertPath .pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 任何
username 用來連線到 Phoenix 伺服器的用戶名稱。 任何
useSystemTrustStore 指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 默認值為 false。 任何

PostgreSqlLinkedService

名字 描述 價值
類型 連結服務的類型。 'PostgreSql' (必要)
typeProperties PostgreSQL 鏈接服務屬性。 PostgreSqlLinkedServiceTypeProperties (必要)

PostgreSqlLinkedServiceTypeProperties

名字 描述 價值
connectionString 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何 (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference

PostgreSqlV2LinkedService

名字 描述 價值
類型 連結服務的類型。 'PostgreSqlV2' (必要)
typeProperties PostgreSQLV2 鏈接服務屬性。 PostgreSqlV2LinkedServiceTypeProperties (必要)

PostgreSqlV2LinkedServiceTypeProperties

名字 描述 價值
authenticationType 要使用的驗證類型。 類型:字串。 任何 (必要)
commandTimeout 在終止嘗試並產生錯誤之前,嘗試執行命令的時間(以秒為單位)。 設定為零表示無限大。 類型:整數。 任何
connectionTimeout 在終止嘗試並產生錯誤之前,嘗試建立連線的時間(以秒為單位)。 類型:整數。 任何
資料庫 連接的資料庫名稱。 類型:字串。 任何 (必要)
編碼 取得或設定將用來編碼/譯碼 PostgreSQL 字串數據的 .NET 編碼。 類型:字串 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
logParameters 啟用時,會在執行命令時記錄參數值。 類型:布爾值。 任何
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 類型:字串。 AzureKeyVaultSecretReference
是否應該使用連線共用。 類型:布爾值。 任何
港口 連接的埠。 類型:整數。 任何
readBufferSize 決定讀取時,內部緩衝區所使用的大小。 如果從資料庫傳輸大型值,增加可能會改善效能。 類型:整數。 任何
圖式 設定架構搜尋路徑。 類型:字串。 任何
伺服器 線上的伺服器名稱。 類型:字串。 任何 (必要)
sslCertificate 要傳送至伺服器的客戶端憑證位置。 類型:字串。 任何
sslKey 要傳送至伺服器的用戶端憑證用戶端金鑰位置。 類型:字串。 任何
sslMode 線上的 SSL 模式。 類型:整數。 0:停用、1:allow、2:prefer、3:require、4:verify-ca、5:verify-full。 類型:整數。 任何 (必要)
sslPassword 用戶端憑證金鑰的密碼。 類型:字串。 任何
時區 取得或設定會話時區。 類型:字串。 任何
trustServerCertificate 是否信任伺服器證書而不驗證它。 類型:布爾值。 任何
username 驗證的用戶名稱。 類型:字串。 任何 (必要)

PrestoLinkedService

名字 描述 價值
類型 連結服務的類型。 'Presto' (必要)
typeProperties Presto 伺服器鏈接服務屬性。 PrestoLinkedServiceTypeProperties (必要)

PrestoLinkedServiceTypeProperties

名字 描述 價值
allowHostNameCNMismatch 指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 默認值為 false。 任何
allowSelfSignedServerCert 指定是否允許來自伺服器的自我簽署憑證。 默認值為 false。 任何
authenticationType 用來連線到 Presto 伺服器的驗證機制。 'Anonymous'
'LDAP' (必要)
目錄 針對伺服器的所有要求目錄內容。 任何 (必要)
enableSsl 指定是否使用 SSL 加密與伺服器的連線。 默認值為 false。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 Presto 伺服器的IP位址或主機名。 (即192.168.222.160) 任何 (必要)
密碼 對應至使用者名稱的密碼。 SecretBase
港口 Presto 伺服器用來接聽用戶端連線的 TCP 連接埠。 預設值為8080。 任何
serverVersion Presto 伺服器的版本。 (即 0.148-t) 任何 (必要)
timeZoneID 連接所使用的當地時區。 此選項的有效值是在 IANA 時區資料庫中指定。 預設值為系統時區。 任何
trustedCertPath .pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 任何
username 用來連線到 Presto 伺服器的用戶名稱。 任何
useSystemTrustStore 指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 默認值為 false。 任何

QuickbaseLinkedService

名字 描述 價值
類型 連結服務的類型。 'Quickbase' (必要)
typeProperties Quickbase 鏈接服務屬性。 QuickbaseLinkedServiceTypeProperties (必要)

QuickbaseLinkedServiceTypeProperties

名字 描述 價值
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
url 線上 Quickbase 來源的 URL。 Type:string (或 expression with resultType string) 。 任何 (必要)
userToken Quickbase 來源的使用者令牌。 SecretBase (必要)

QuickBooksLinkedService

名字 描述 價值
類型 連結服務的類型。 'QuickBooks' (必要)
typeProperties QuickBooks 伺服器鏈接服務屬性。 QuickBooksLinkedServiceTypeProperties (必要)

QuickBooksLinkedServiceTypeProperties

名字 描述 價值
accessToken OAuth 1.0 驗證的存取令牌。 SecretBase
accessTokenSecret OAuth 1.0 驗證的存取令牌密碼。 SecretBase
companyId 要授權之 QuickBooks 公司的公司識別碼。 任何
connectionProperties 用來連線到 QuickBooks 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 任何
consumerKey OAuth 1.0 驗證的取用者密鑰。 任何
consumerSecret OAuth 1.0 驗證的取用者密碼。 SecretBase
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
端點 QuickBooks 伺服器的端點。 (即 quickbooks.api.intuit.com) 任何
useEncryptedEndpoints 指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 任何

ResponsysLinkedService

名字 描述 價值
類型 連結服務的類型。 'Responsys' (必要)
typeProperties Responsys 鏈接服務屬性。 ResponsysLinkedServiceTypeProperties (必要)

ResponsysLinkedServiceTypeProperties

名字 描述 價值
clientId 與 Responsys 應用程式相關聯的用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何 (必要)
clientSecret 與 Responsys 應用程式相關聯的客戶端密碼。 Type:string (或 expression with resultType string) 。 SecretBase
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
端點 Responsys 伺服器的端點。 任何 (必要)
useEncryptedEndpoints 指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
useHostVerification 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
usePeerVerification 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何

RestServiceLinkedService

名字 描述 價值
類型 連結服務的類型。 'RestService' (必要)
typeProperties Rest 服務鏈接服務屬性。 RestServiceLinkedServiceTypeProperties (必要)

RestServiceLinkedServiceTypeProperties

名字 描述 價值
aadResourceId 您要求授權使用的資源。 Type:string (或 expression with resultType string) 。 任何
authenticationType 用來連線到 REST 服務的驗證類型。 'AadServicePrincipal'
'Anonymous'
'Basic'
'ManagedServiceIdentity'
'OAuth2ClientCredential' (必要)
authHeaders 要求中用於授權之 RESTful API 的其他 HTTP 標頭。 Type:object (或 Expression with resultType 物件)。 任何
azureCloudType 指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 任何
clientId 與應用程式相關聯的用戶端標識碼。 Type:string (或 expression with resultType string) 。 任何
clientSecret 與應用程式相關聯的客戶端密碼。 SecretBase
憑據 包含驗證資訊的認證參考。 CredentialReference
enableServerCertificateValidation 是否要在連線到端點時驗證伺服器端 SSL 憑證。默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 基本身份驗證類型中使用的密碼。 SecretBase
資源 要求存取的目標服務或資源。 Type:string (或 expression with resultType string) 。 任何
範圍 所需的存取範圍。 它描述將要求何種存取權。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalCredentialType 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalEmbeddedCert 指定在 Azure Active Directory 中註冊之應用程式的base64編碼憑證。 Type:string (或 expression with resultType string) 。 SecretBase
servicePrincipalEmbeddedCertPassword 如果您的憑證具有密碼,且您使用的是 AadServicePrincipal 驗證,請指定憑證的密碼。 Type:string (或 expression with resultType string) 。 SecretBase
servicePrincipalId AadServicePrincipal 驗證類型中使用的應用程式用戶端標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey AadServicePrincipal 驗證類型中使用的應用程式密鑰。 SecretBase
房客 在應用程式所在的 AadServicePrincipal 驗證類型中使用的租使用者資訊(功能變數名稱或租用戶標識碼)。 Type:string (或 expression with resultType string) 。 任何
tokenEndpoint 要取得存取令牌之授權伺服器的令牌端點。 Type:string (或 expression with resultType string) 。 任何
url REST 服務的基底 URL。 Type:string (或 expression with resultType string) 。 任何 (必要)
userName 基本身份驗證類型中使用的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SalesforceLinkedService

名字 描述 價值
類型 連結服務的類型。 'Salesforce' (必要)
typeProperties Salesforce 鏈接的服務屬性。 SalesforceLinkedServiceTypeProperties (必要)

SalesforceLinkedServiceTypeProperties

名字 描述 價值
apiVersion ADF 中使用的 Salesforce API 版本。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
environmentUrl Salesforce 實例的 URL。 預設值為 『https://login.salesforce.com』。 若要從沙箱複製數據,請指定 'https://test.salesforce.com'。 若要從自定義網域複製數據,請指定 『https://[domain].my.salesforce.com』。 Type:string (或 expression with resultType string) 。 任何
密碼 Salesforce 實例基本身份驗證的密碼。 SecretBase
securityToken 安全性令牌是遠端訪問 Salesforce 實例的選擇性令牌。 SecretBase
username Salesforce 實例基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SalesforceMarketingCloudLinkedService

名字 描述 價值
類型 連結服務的類型。 'SalesforceMarketingCloud' (必要)
typeProperties Salesforce Marketing Cloud 連結服務屬性。 SalesforceMarketingCloudLinkedServiceTypeProperties (必要)

SalesforceMarketingCloudLinkedServiceTypeProperties

名字 描述 價值
clientId 與 Salesforce Marketing Cloud 應用程式相關聯的用戶端識別碼。 Type:string (或 expression with resultType string) 。 任何
clientSecret 與 Salesforce Marketing Cloud 應用程式相關聯的客戶端密碼。 Type:string (或 expression with resultType string) 。 SecretBase
connectionProperties 用來連線到 Salesforce Marketing Cloud 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
useEncryptedEndpoints 指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
useHostVerification 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
usePeerVerification 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何

SalesforceServiceCloudLinkedService

名字 描述 價值
類型 連結服務的類型。 'SalesforceServiceCloud' (必要)
typeProperties Salesforce Service Cloud 連結服務屬性。 SalesforceServiceCloudLinkedServiceTypeProperties (必要)

SalesforceServiceCloudLinkedServiceTypeProperties

名字 描述 價值
apiVersion ADF 中使用的 Salesforce API 版本。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
environmentUrl Salesforce Service Cloud 實例的 URL。 預設值為 『https://login.salesforce.com』。 若要從沙箱複製數據,請指定 'https://test.salesforce.com'。 若要從自定義網域複製數據,請指定 『https://[domain].my.salesforce.com』。 Type:string (或 expression with resultType string) 。 任何
extendedProperties 附加至連接字串的擴充屬性。 Type:string (或 expression with resultType string) 。 任何
密碼 Salesforce 實例基本身份驗證的密碼。 SecretBase
securityToken 安全性令牌是遠端訪問 Salesforce 實例的選擇性令牌。 SecretBase
username Salesforce 實例基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SalesforceServiceCloudV2LinkedService

名字 描述 價值
類型 連結服務的類型。 'SalesforceServiceCloudV2' (必要)
typeProperties Salesforce Service Cloud V2 鏈接的服務屬性。 SalesforceServiceCloudV2LinkedServiceTypeProperties (必要)

SalesforceServiceCloudV2LinkedServiceTypeProperties

名字 描述 價值
apiVersion ADF 中使用的 Salesforce API 版本。 版本必須大於或等於 Salesforce BULK API 2.0 所需的 47.0。 Type:string (或 expression with resultType string) 。 任何
authenticationType 要用來連線到 Salesforce 的驗證類型。 目前,我們只支援 OAuth2ClientCredentials,這也是預設值 任何
clientId Salesforce 實例的 OAuth 2.0 用戶端認證流程驗證用戶端標識碼。 Type:string (或 expression with resultType string) 。 任何
clientSecret Salesforce 實例之 OAuth 2.0 用戶端認證流程驗證的客戶端密碼。 SecretBase
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
environmentUrl Salesforce Service Cloud 實例的 URL。 例如,'https://[domain].my.salesforce.com'。 Type:string (或 expression with resultType string) 。 任何

SalesforceV2LinkedService

名字 描述 價值
類型 連結服務的類型。 'SalesforceV2' (必要)
typeProperties Salesforce V2 鏈接的服務屬性。 SalesforceV2LinkedServiceTypeProperties (必要)

SalesforceV2LinkedServiceTypeProperties

名字 描述 價值
apiVersion ADF 中使用的 Salesforce API 版本。 版本必須大於或等於 Salesforce BULK API 2.0 所需的 47.0。 Type:string (或 expression with resultType string) 。 任何
authenticationType 要用來連線到 Salesforce 的驗證類型。 目前,我們只支援 OAuth2ClientCredentials,這也是預設值 任何
clientId Salesforce 實例的 OAuth 2.0 用戶端認證流程驗證用戶端標識碼。 Type:string (或 expression with resultType string) 。 任何
clientSecret Salesforce 實例之 OAuth 2.0 用戶端認證流程驗證的客戶端密碼。 SecretBase
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
environmentUrl Salesforce 實例的 URL。 例如,'https://[domain].my.salesforce.com'。 Type:string (或 expression with resultType string) 。 任何

SapBWLinkedService

名字 描述 價值
類型 連結服務的類型。 'SapBW' (必要)
typeProperties 這個連結服務類型特有的屬性。 SapBWLinkedServiceTypeProperties (必要)

SapBWLinkedServiceTypeProperties

名字 描述 價值
clientId BW 系統上用戶端的用戶端識別碼。 (通常以字串表示的三位數十進位數)Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 存取 SAP BW 伺服器的密碼。 SecretBase
伺服器 SAP BW 實例的主機名。 Type:string (或 expression with resultType string) 。 任何 (必要)
systemNumber BW 系統的系統編號。 (通常是以字串表示的兩位數十進位數。Type:string (或 expression with resultType string) 。 任何 (必要)
userName 存取 SAP BW 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SapCloudForCustomerLinkedService

名字 描述 價值
類型 連結服務的類型。 'SapCloudForCustomer' (必要)
typeProperties SAP Cloud for Customer 鏈接服務屬性。 SapCloudForCustomerLinkedServiceTypeProperties (必要)

SapCloudForCustomerLinkedServiceTypeProperties

名字 描述 價值
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 必須提供 encryptedCredential 或 username/password。 類型:字串。 字串
密碼 基本身份驗證的密碼。 SecretBase
url SAP Cloud for Customer OData API 的 URL。 例如,'[https://[tenantname].crm.ondemand.com/sap/c4c/odata/v1]'。 Type:string (或 expression with resultType string) 。 任何 (必要)
username 基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SapEccLinkedService

名字 描述 價值
類型 連結服務的類型。 'SapEcc' (必要)
typeProperties SAP ECC 連結服務屬性。 SapEccLinkedServiceTypeProperties (必要)

SapEccLinkedServiceTypeProperties

名字 描述 價值
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 必須提供 encryptedCredential 或 username/password。 類型:字串。 字串
密碼 基本身份驗證的密碼。 SecretBase
url SAP ECC OData API 的 URL。 例如,'[https://hostname:port/sap/opu/odata/sap/servicename/]'。 Type:string (或 expression with resultType string) 。 任何 (必要)
username 基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SapHanaLinkedService

名字 描述 價值
類型 連結服務的類型。 'SapHana' (必要)
typeProperties 這個連結服務類型特有的屬性。 SapHanaLinkedServiceProperties (必要)

SapHanaLinkedServiceProperties

名字 描述 價值
authenticationType 要用來連線到 SAP HANA 伺服器的驗證類型。 'Basic'
'Windows'
connectionString SAP HANA ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 存取 SAP HANA 伺服器的密碼。 SecretBase
伺服器 SAP HANA 伺服器的主機名。 Type:string (或 expression with resultType string) 。 任何
userName 存取 SAP HANA 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SapOdpLinkedService

名字 描述 價值
類型 連結服務的類型。 'SapOdp' (必要)
typeProperties SAP ODP 連結服務類型特有的屬性。 SapOdpLinkedServiceTypeProperties (必要)

SapOdpLinkedServiceTypeProperties

名字 描述 價值
clientId 數據表所在 SAP 系統上用戶端的用戶端識別碼。 (通常以字串表示的三位數十進位數)Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
語言 數據表所在的 SAP 系統語言。 預設值為 EN。 Type:string (或 expression with resultType string) 。 任何
logonGroup SAP 系統的登入群組。 Type:string (或 expression with resultType string) 。 任何
messageServer SAP 訊息伺服器的主機名。 Type:string (或 expression with resultType string) 。 任何
messageServerService 訊息伺服器的服務名稱或埠號碼。 Type:string (或 expression with resultType string) 。 任何
密碼 存取資料表所在 SAP 伺服器的密碼。 SecretBase
伺服器 數據表所在 SAP 實例的主機名。 Type:string (或 expression with resultType string) 。 任何
sncLibraryPath 外部安全性產品的連結庫,可存取數據表所在的 SAP 伺服器。 Type:string (或 expression with resultType string) 。 任何
sncMode SNC 啟用指標,可存取資料表所在的 SAP 伺服器。 必須是 0 (關閉) 或 1 (開啟)。 Type:string (或 expression with resultType string) 。 任何
sncMyName 啟動器的SNC名稱,用來存取數據表所在的 SAP 伺服器。 Type:string (或 expression with resultType string) 。 任何
sncPartnerName 通訊夥伴的SNC名稱,以存取數據表所在的 SAP 伺服器。 Type:string (或 expression with resultType string) 。 任何
sncQop SNC 保護品質。 允許的值包括:1、2、3、8、9。 Type:string (或 expression with resultType string) 。 任何
subscriberName 訂閱者名稱。 Type:string (或 expression with resultType string) 。 任何
systemId 數據表所在 SAP 系統的 SystemID。 Type:string (或 expression with resultType string) 。 任何
systemNumber 數據表所在的 SAP 系統系統編號。 (通常是以字串表示的兩位數十進位數。Type:string (或 expression with resultType string) 。 任何
userName 存取資料表所在 SAP 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 任何
x509CertificatePath SNC X509 憑證檔案路徑。 Type:string (或 expression with resultType string) 。 任何

SapOpenHubLinkedService

名字 描述 價值
類型 連結服務的類型。 'SapOpenHub' (必要)
typeProperties SAP Business Warehouse Open Hub 目的地鏈接服務類型的特定屬性。 SapOpenHubLinkedServiceTypeProperties (必要)

SapOpenHubLinkedServiceTypeProperties

名字 描述 價值
clientId 開啟中樞目的地所在 BW 系統上用戶端的用戶端識別碼。 (通常以字串表示的三位數十進位數)Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
語言 開啟中樞目的地所在 BW 系統的語言。 預設值為 EN。 Type:string (或 expression with resultType string) 。 任何
logonGroup SAP 系統的登入群組。 Type:string (或 expression with resultType string) 。 任何
messageServer SAP 訊息伺服器的主機名。 Type:string (或 expression with resultType string) 。 任何
messageServerService 訊息伺服器的服務名稱或埠號碼。 Type:string (或 expression with resultType string) 。 任何
密碼 存取開啟中樞目的地所在SAP BW 伺服器的密碼。 SecretBase
伺服器 開啟中樞目的地所在 SAP BW 實例的主機名。 Type:string (或 expression with resultType string) 。 任何
systemId 數據表所在 SAP 系統的 SystemID。 Type:string (或 expression with resultType string) 。 任何
systemNumber 開啟中樞目的地所在 BW 系統的系統編號。 (通常是以字串表示的兩位數十進位數。Type:string (或 expression with resultType string) 。 任何
userName 存取開啟中樞目的地所在SAP BW 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SapTableLinkedService

名字 描述 價值
類型 連結服務的類型。 'SapTable' (必要)
typeProperties 這個連結服務類型特有的屬性。 SapTableLinkedServiceTypeProperties (必要)

SapTableLinkedServiceTypeProperties

名字 描述 價值
clientId 數據表所在 SAP 系統上用戶端的用戶端識別碼。 (通常以字串表示的三位數十進位數)Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
語言 數據表所在的 SAP 系統語言。 預設值為 EN。 Type:string (或 expression with resultType string) 。 任何
logonGroup SAP 系統的登入群組。 Type:string (或 expression with resultType string) 。 任何
messageServer SAP 訊息伺服器的主機名。 Type:string (或 expression with resultType string) 。 任何
messageServerService 訊息伺服器的服務名稱或埠號碼。 Type:string (或 expression with resultType string) 。 任何
密碼 存取資料表所在 SAP 伺服器的密碼。 SecretBase
伺服器 數據表所在 SAP 實例的主機名。 Type:string (或 expression with resultType string) 。 任何
sncLibraryPath 外部安全性產品的連結庫,可存取數據表所在的 SAP 伺服器。 Type:string (或 expression with resultType string) 。 任何
sncMode SNC 啟用指標,可存取資料表所在的 SAP 伺服器。 必須是 0 (關閉) 或 1 (開啟)。 Type:string (或 expression with resultType string) 。 任何
sncMyName 啟動器的SNC名稱,用來存取數據表所在的 SAP 伺服器。 Type:string (或 expression with resultType string) 。 任何
sncPartnerName 通訊夥伴的SNC名稱,以存取數據表所在的 SAP 伺服器。 Type:string (或 expression with resultType string) 。 任何
sncQop SNC 保護品質。 允許的值包括:1、2、3、8、9。 Type:string (或 expression with resultType string) 。 任何
systemId 數據表所在 SAP 系統的 SystemID。 Type:string (或 expression with resultType string) 。 任何
systemNumber 數據表所在的 SAP 系統系統編號。 (通常是以字串表示的兩位數十進位數。Type:string (或 expression with resultType string) 。 任何
userName 存取資料表所在 SAP 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

ScriptAction

名字 描述 價值
名字 使用者提供文稿動作的名稱。 字串 (必要)
參數 腳本動作的參數。 字串
角色 應該執行腳本動作的節點類型。 任何 (必要)
uri 腳本動作的 URI。 字串 (必要)

SecretBase

名字 描述 價值
類型 針對類型 AzureKeyVaultSecretReference,設定為 'AzureKeyVaultSecret'。 將 類型設定為 'SecureString',SecureString 'AzureKeyVaultSecret'
'SecureString' (必要)

SecureString

名字 描述 價值
類型 秘密的類型。 'SecureString' (必要)
價值 安全字串的值。 字串 (必要)

ServiceNowLinkedService

名字 描述 價值
類型 連結服務的類型。 'ServiceNow' (必要)
typeProperties ServiceNow 伺服器鏈接服務屬性。 ServiceNowLinkedServiceTypeProperties (必要)

ServiceNowLinkedServiceTypeProperties

名字 描述 價值
authenticationType 要使用的驗證類型。 'Basic'
'OAuth2' (必要)
clientId OAuth2 驗證的用戶端標識碼。 任何
clientSecret OAuth2 驗證的客戶端密碼。 SecretBase
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
端點 ServiceNow 伺服器的端點。 (即 <實例>.service-now.com) 任何 (必要)
密碼 對應至基本和 OAuth2 驗證之使用者名稱的密碼。 SecretBase
useEncryptedEndpoints 指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 任何
useHostVerification 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。 任何
usePeerVerification 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。 任何
username 用來連線到 ServiceNow 伺服器以進行基本和 OAuth2 驗證的用戶名稱。 任何

ServiceNowV2LinkedService

名字 描述 價值
類型 連結服務的類型。 'ServiceNowV2' (必要)
typeProperties ServiceNowV2 伺服器鏈接服務屬性。 ServiceNowV2LinkedServiceTypeProperties (必要)

ServiceNowV2LinkedServiceTypeProperties

名字 描述 價值
authenticationType 要使用的驗證類型。 'Basic'
'OAuth2' (必要)
clientId OAuth2 驗證的用戶端標識碼。 任何
clientSecret OAuth2 驗證的客戶端密碼。 SecretBase
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
端點 ServiceNowV2 伺服器的端點。 (即 <實例>.service-now.com) 任何 (必要)
grantType OAuth2 驗證的 GrantType。 預設值為password。 任何
密碼 對應至基本和 OAuth2 驗證之使用者名稱的密碼。 SecretBase
username 用來連線到 ServiceNowV2 伺服器以進行基本和 OAuth2 驗證的用戶名稱。 任何

SftpServerLinkedService

名字 描述 價值
類型 連結服務的類型。 'Sftp' (必要)
typeProperties 這個連結服務類型特有的屬性。 SftpServerLinkedServiceTypeProperties (必要)

SftpServerLinkedServiceTypeProperties

名字 描述 價值
authenticationType 要用來連線到 FTP 伺服器的驗證類型。 'Basic'
'MultiFactor'
'SshPublicKey'
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 SFTP 伺服器主機名。 Type:string (或 expression with resultType string) 。 任何 (必要)
hostKeyFingerprint SFTP 伺服器的主機按鍵列印。 當 SkipHostKeyValidation 為 false 時,應該指定 HostKeyFingerprint。 Type:string (或 expression with resultType string) 。 任何
passPhrase 如果 SSH 私鑰已加密,則解密 SSH 私鑰的密碼。 SecretBase
密碼 登入 SFTP 伺服器以進行基本身份驗證的密碼。 SecretBase
港口 SFTP 伺服器用來接聽用戶端連線的 TCP 連接埠號碼。 預設值為 22。 類型:integer (或 expression with resultType integer), minimum: 0。 任何
privateKeyContent 針對 SshPublicKey 驗證,Base64 編碼的 SSH 私鑰內容。 針對使用 SshPublicKey 驗證的內部部署複製,應該指定 PrivateKeyPath 或 PrivateKeyContent。 SSH 私密金鑰應該是 OpenSSH 格式。 SecretBase
privateKeyPath SshPublicKey 驗證的 SSH 私鑰檔案路徑。 僅適用於內部部署複本。 針對使用 SshPublicKey 驗證的內部部署複製,應該指定 PrivateKeyPath 或 PrivateKeyContent。 SSH 私密金鑰應該是 OpenSSH 格式。 Type:string (或 expression with resultType string) 。 任何
skipHostKeyValidation 如果為 true,請略過 SSH 主機金鑰驗證。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
userName 用來登入SFTP 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SharePointOnlineListLinkedService

名字 描述 價值
類型 連結服務的類型。 'SharePointOnlineList' (必要)
typeProperties SharePoint Online 清單鏈接服務屬性。 SharePointOnlineListLinkedServiceTypeProperties (必要)

SharePointOnlineListLinkedServiceTypeProperties

名字 描述 價值
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
servicePrincipalCredentialType 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalEmbeddedCert 指定在 Azure Active Directory 中註冊之應用程式的base64編碼憑證。 Type:string (或 expression with resultType string) 。 SecretBase
servicePrincipalEmbeddedCertPassword 如果您的憑證具有密碼,且您使用的是 AadServicePrincipal 驗證,請指定憑證的密碼。 Type:string (或 expression with resultType string) 。 SecretBase
servicePrincipalId 在 Azure Active Directory 中註冊之應用程式的應用程式(用戶端)標識碼。 請務必將 SharePoint 網站許可權授與此應用程式。 Type:string (或 expression with resultType string) 。 任何 (必要)
servicePrincipalKey 在 Azure Active Directory 中註冊之應用程式的客戶端密碼。 Type:string (或 expression with resultType string) 。 SecretBase
siteUrl SharePoint Online 網站的 URL。 例如,https://contoso.sharepoint.com/sites/siteName。 Type:string (或 expression with resultType string) 。 任何 (必要)
tenantId 應用程式所在的租用戶標識碼。 您可以從 Azure 入口網站 Active Directory 概觀頁面找到它。 Type:string (或 expression with resultType string) 。 任何 (必要)

ShopifyLinkedService

名字 描述 價值
類型 連結服務的類型。 'Shopify' (必要)
typeProperties Shopify Service 鏈接服務屬性。 ShopifyLinkedServiceTypeProperties (必要)

ShopifyLinkedServiceTypeProperties

名字 描述 價值
accessToken 可用來存取 Shopify 數據的 API 存取令牌。 如果令牌為離線模式,令牌將不會過期。 SecretBase
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 Shopify 伺服器的端點。 (即 mystore.myshopify.com) 任何 (必要)
useEncryptedEndpoints 指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 任何
useHostVerification 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。 任何
usePeerVerification 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。 任何

SmartsheetLinkedService

名字 描述 價值
類型 連結服務的類型。 'Smartsheet' (必要)
typeProperties Smartsheet 連結服務屬性。 SmartsheetLinkedServiceTypeProperties (必要)

SmartsheetLinkedServiceTypeProperties

名字 描述 價值
apiToken Smartsheet 來源的 API 令牌。 SecretBase (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串

SnowflakeLinkedService

名字 描述 價值
類型 連結服務的類型。 “雪花”(必要)
typeProperties Snowflake 連結服務屬性。 SnowflakeLinkedServiceTypeProperties (必要)

SnowflakeLinkedServiceTypeProperties

名字 描述 價值
connectionString 雪花的連接字串。 類型:string、SecureString。 任何 (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference

SnowflakeLinkedV2ServiceTypeProperties

名字 描述 價值
accountIdentifier Snowflake 帳戶的帳戶標識碼,例如 xy12345.east-us-2.azure 任何 (必要)
authenticationType 用於驗證的類型。 類型:字串。 'AADServicePrincipal'
'Basic'
'KeyPair'
clientId 在 Azure Active Directory 中註冊以進行 AADServicePrincipal 驗證的應用程式用戶端識別碼。 任何
clientSecret AADServicePrincipal 驗證客戶端密碼的 Azure 金鑰保存庫秘密參考。 SecretBase
資料庫 Snowflake 資料庫的名稱。 任何 (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 Snowflake 帳戶的主機名。 任何
密碼 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 SecretBase
privateKey 適用於 KeyPair 驗證之 privateKey 的 Azure 金鑰保存庫秘密參考。 SecretBase
privateKeyPassphrase 使用加密私鑰進行 KeyPair 驗證的私鑰密碼 Azure 金鑰保存庫秘密參考。 SecretBase
範圍 在 Azure Active Directory 中註冊以進行 AADServicePrincipal 驗證的應用程式範圍。 任何
tenantId 在 Azure Active Directory 中註冊以進行 AADServicePrincipal 驗證的應用程式租用戶標識碼。 任何
使用者 Snowflake 用戶的名稱。 任何
倉庫 Snowflake 倉儲的名稱。 任何 (必要)

SnowflakeV2LinkedService

名字 描述 價值
類型 連結服務的類型。 'SnowflakeV2' (必要)
typeProperties Snowflake 連結服務屬性。 SnowflakeLinkedV2ServiceTypeProperties (必要)

SparkLinkedService

名字 描述 價值
類型 連結服務的類型。 'Spark' (必要)
typeProperties Spark Server 連結服務屬性。 SparkLinkedServiceTypeProperties (必要)

SparkLinkedServiceTypeProperties

名字 描述 價值
allowHostNameCNMismatch 指定是否要在透過 SSL 連線時要求 CA 簽發的 SSL 憑證名稱,以符合伺服器的主機名。 默認值為 false。 任何
allowSelfSignedServerCert 指定是否允許來自伺服器的自我簽署憑證。 默認值為 false。 任何
authenticationType 用來存取 Spark 伺服器的驗證方法。 'Anonymous'
'Username'
'UsernameAndPassword'
'WindowsAzureHDInsightService' (必要)
enableSsl 指定是否使用 SSL 加密與伺服器的連線。 默認值為 false。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 Spark 伺服器的IP位址或主機名 任何 (必要)
httpPath 對應至 Spark 伺服器的部分 URL。 任何
密碼 對應至您在 [用戶名稱] 字段中提供之使用者名稱的密碼 SecretBase
港口 Spark 伺服器用來接聽用戶端連線的 TCP 連接埠。 任何 (必要)
serverType Spark 伺服器的型別。 'SharkServer'
'SharkServer2'
'SparkThriftServer'
thriftTransportProtocol 在 Thrift 層中使用的傳輸通訊協定。 'Binary'
'HTTP '
'SASL'
trustedCertPath .pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 任何
username 您用來存取 Spark Server 的使用者名稱。 任何
useSystemTrustStore 指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 默認值為 false。 任何

SqlAlwaysEncryptedProperties

名字 描述 價值
alwaysEncryptedAkvAuthType Sql 一律加密 AKV 驗證類型。 類型:字串。 'ManagedIdentity'
'ServicePrincipal'
'UserAssignedManagedIdentity' (必要)
憑據 包含驗證資訊的認證參考。 CredentialReference
servicePrincipalId Azure Active Directory 中用於 Azure Key Vault 驗證的應用程式用戶端標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 用來向 Azure Key Vault 進行驗證的服務主體密鑰。 SecretBase

SqlServerLinkedService

名字 描述 價值
類型 連結服務的類型。 'SqlServer' (必要)
typeProperties SQL Server 連結服務屬性。 SqlServerLinkedServiceTypeProperties (必要)

SqlServerLinkedServiceTypeProperties

名字 描述 價值
alwaysEncryptedSettings Sql 一律加密的屬性。 SqlAlwaysEncryptedProperties
applicationIntent 聯機到建議版本所使用的伺服器時,應用程式工作負載類型。 可能的值為 ReadOnly 和 ReadWrite。 Type:string (或 expression with resultType string) 。 任何
authenticationType 用於驗證的類型。 類型:字串。 'SQL'
'UserAssignedManagedIdentity'
'Windows'
commandTimeout 終止嘗試執行命令並產生錯誤之前的預設等候時間(以秒為單位),由建議的版本使用。 類型:integer (或 expression with resultType integer) 。 任何
connectionString 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
connectRetryCount 識別建議版本所使用的閑置連線失敗之後嘗試的重新連線數目。 這必須是介於 0 到 255 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
connectRetryInterval 識別建議版本所使用的閑置連線失敗之後,每個重新連線嘗試之間的時間量(以秒為單位)。 這必須是介於 1 到 60 之間的整數。 類型:integer (或 expression with resultType integer) 。 任何
connectTimeout 在終止嘗試並產生建議版本所使用的錯誤之前,等候伺服器連線的時間長度(以秒為單位)。 類型:integer (或 expression with resultType integer) 。 任何
憑據 包含驗證資訊的認證參考。 CredentialReference
資料庫 建議版本所使用的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何
加密 指出客戶端與伺服器之間傳送的所有數據是否需要 TLS 加密,供建議版本使用。 可能的值為 true/yes/mandatory、false/no/optional 和 strict。 Type:string (或 expression with resultType string) 。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
failoverPartner 如果主伺服器關閉,建議版本會使用所要連線之夥伴伺服器的名稱或位址。 Type:string (或 expression with resultType string) 。 任何
hostNameInCertificate 驗證連線之伺服器證書時要使用的主機名。 若未指定,來自數據源的伺服器名稱會用於建議版本所使用的憑證驗證。 Type:string (或 expression with resultType string) 。 任何
integratedSecurity 指出是否在連線中指定使用者標識碼和密碼(若為 false),或目前的 Windows 帳戶認證是否用於驗證(若為 true),供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
loadBalanceTimeout 在被建議版本使用之前,聯機生存在聯機集區中的最短時間,以秒為單位。 類型:integer (或 expression with resultType integer) 。 任何
maxPoolSize 此特定連接字串的連線區中允許的連線數目上限,供建議版本使用。 類型:integer (或 expression with resultType integer) 。 任何
minPoolSize 建議版本所使用的此特定連接字串,聯機集區中允許的連線數目下限。 類型:integer (或 expression with resultType integer) 。 任何
multipleActiveResultSets 若為 true,應用程式可以維護多個作用中結果集 (MARS)。 若為 false,應用程式必須先處理或取消一個批次的所有結果集,才能在該連線上執行任何其他批次,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
multiSubnetFailover 如果您的應用程式連線到不同子網上的 AlwaysOn 可用性群組 (AG),則設定 MultiSubnetFailover=true 可讓您更快速地偵測並連線到建議版本所使用的作用中伺服器。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
packetSize 網路封包的大小,以位元組為單位,用來與建議版本所使用的伺服器實例通訊。 類型:integer (或 expression with resultType integer) 。 任何
密碼 內部部署 Windows 驗證密碼。 SecretBase
指出每次要求連線時,是否要集區或明確開啟連線,供建議版本使用。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
伺服器 建議版本所使用的 SQL Server 實例名稱或網路位址。 Type:string (或 expression with resultType string) 。 任何
trustServerCertificate 指出通道是否會在略過憑證鏈結以驗證建議版本所使用的信任時加密。 類型:布爾值(或具有 resultType 布爾值的表達式)。 任何
userName 內部部署 Windows 驗證用戶名稱。 Type:string (或 expression with resultType string) 。 任何

SquareLinkedService

名字 描述 價值
類型 連結服務的類型。 'Square' (必要)
typeProperties Square Service 鏈接服務屬性。 SquareLinkedServiceTypeProperties (必要)

SquareLinkedServiceTypeProperties

名字 描述 價值
clientId 與 Square 應用程式相關聯的用戶端標識碼。 任何
clientSecret 與您的 Square 應用程式相關聯的客戶端密碼。 SecretBase
connectionProperties 用來連線到 Square 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 Square 實例的 URL。 (即 mystore.mysquare.com) 任何
redirectUri 在 Square 應用程式儀錶板中指派的重新導向 URL。 (即 http://localhost:2500) 任何
useEncryptedEndpoints 指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 任何
useHostVerification 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。 任何
usePeerVerification 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。 任何

SybaseLinkedService

名字 描述 價值
類型 連結服務的類型。 'Sybase' (必要)
typeProperties Sybase 鏈接服務屬性。 SybaseLinkedServiceTypeProperties (必要)

SybaseLinkedServiceTypeProperties

名字 描述 價值
authenticationType 要用於連接的 AuthenticationType。 'Basic'
'Windows'
資料庫 連接的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 驗證的密碼。 SecretBase
圖式 連接的架構名稱。 Type:string (或 expression with resultType string) 。 任何
伺服器 線上的伺服器名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
username 驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

TeamDeskLinkedService

名字 描述 價值
類型 連結服務的類型。 'TeamDesk' (必要)
typeProperties TeamDesk 連結的服務屬性。 TeamDeskLinkedServiceTypeProperties (必要)

TeamDeskLinkedServiceTypeProperties

名字 描述 價值
apiToken TeamDesk 來源的 API 令牌。 SecretBase
authenticationType 要使用的驗證類型。 'Basic'
'Token' (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 TeamDesk 來源的密碼。 SecretBase
url 連線 TeamDesk 來源的 URL。 Type:string (或 expression with resultType string) 。 任何 (必要)
userName TeamDesk 來源的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

TeradataLinkedService

名字 描述 價值
類型 連結服務的類型。 'Teradata' (必要)
typeProperties Teradata 鏈接服務屬性。 TeradataLinkedServiceTypeProperties (必要)

TeradataLinkedServiceTypeProperties

名字 描述 價值
authenticationType 要用於連接的 AuthenticationType。 'Basic'
'Windows'
connectionString Teradata ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 驗證的密碼。 SecretBase
伺服器 線上的伺服器名稱。 Type:string (或 expression with resultType string) 。 任何
username 驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

TwilioLinkedService

名字 描述 價值
類型 連結服務的類型。 'Twilio' (必要)
typeProperties Twilio 連結服務屬性。 TwilioLinkedServiceTypeProperties (必要)

TwilioLinkedServiceTypeProperties

名字 描述 價值
密碼 Twilio 服務的驗證令牌。 SecretBase (必要)
userName Twilio 服務的帳戶 SID。 Type:string (或 expression with resultType string) 。 任何 (必要)

VerticaLinkedService

名字 描述 價值
類型 連結服務的類型。 'Vertica' (必要)
typeProperties Vertica 連結服務屬性。 VerticaLinkedServiceTypeProperties (必要)

VerticaLinkedServiceTypeProperties

名字 描述 價值
connectionString ODBC 連接字串。 類型:string、SecureString 或 AzureKeyVaultSecretReference。 任何
資料庫 連接的資料庫名稱。 類型:字串。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
港口 連接的埠。 類型:整數。 任何
pwd 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 AzureKeyVaultSecretReference
伺服器 線上的伺服器名稱。 類型:字串。 任何
uid 驗證的用戶名稱。 類型:字串。 任何

WarehouseLinkedService

名字 描述 價值
類型 連結服務的類型。 'Warehouse' (必要)
typeProperties Microsoft網狀架構倉儲連結服務屬性。 WarehouseLinkedServiceTypeProperties (必要)

WarehouseLinkedServiceTypeProperties

名字 描述 價值
artifactId Microsoft網狀架構倉儲成品的標識碼。 Type:string (或 expression with resultType string) 。 任何 (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
端點 網狀架構倉儲伺服器的端點Microsoft。 Type:string (或 expression with resultType string) 。 任何 (必要)
servicePrincipalCredential Azure Active Directory 中服務主體對象的認證。 如果 servicePrincipalCredentialType 是 'ServicePrincipalKey',servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 是 'ServicePrincipalCert',servicePrincipalCredential 只能是 AzureKeyVaultSecretReference。 SecretBase
servicePrincipalCredentialType 伺服器To-Server 驗證中使用的服務主體認證類型。 密鑰/秘密的 'ServicePrincipalKey' 、憑證的 'ServicePrincipalCert' 。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalId 用來針對Microsoft網狀架構倉儲進行驗證的應用程式標識碼。 Type:string (或 expression with resultType string) 。 任何
servicePrincipalKey 用來針對 Microsoft 網狀架構倉儲進行驗證的應用程式金鑰。 SecretBase
房客 服務主體所屬租用戶的名稱或標識碼。 Type:string (或 expression with resultType string) 。 任何
workspaceId Microsoft Fabric 工作區的標識碼。 Type:string (或 expression with resultType string) 。 任何

WebAnonymousAuthentication

名字 描述 價值
authenticationType 用來連線至 Web 資料表來源的驗證類型。 'Anonymous' (必要)

WebBasicAuthentication

名字 描述 價值
authenticationType 用來連線至 Web 資料表來源的驗證類型。 'Basic' (必要)
密碼 基本身份驗證的密碼。 SecretBase (必要)
username 基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

WebClientCertificateAuthentication

名字 描述 價值
authenticationType 用來連線至 Web 資料表來源的驗證類型。 'ClientCertificate' (必要)
密碼 PFX 檔案的密碼。 SecretBase (必要)
pfx PFX 檔案的Base64編碼內容。 SecretBase (必要)

WebLinkedService

名字 描述 價值
類型 連結服務的類型。 'Web' (必要)
typeProperties Web 連結服務屬性。 WebLinkedServiceTypeProperties (必要)

WebLinkedServiceTypeProperties

名字 描述 價值
authenticationType 將 類型設定為 'Anonymous',WebAnonymousAuthentication。 將 類型設定為 'Basic' WebBasicAuthentication。 針對類型 WebClientCertificateAuthentication設定為 'ClientCertificate'。 'Anonymous'
'Basic'
'ClientCertificate' (必要)
url Web 服務端點的 URL,例如 https://www.microsoft.com 。 Type:string (或 expression with resultType string) 。 任何 (必要)

XeroLinkedService

名字 描述 價值
類型 連結服務的類型。 'Xero' (必要)
typeProperties Xero Service 連結服務屬性。 XeroLinkedServiceTypeProperties (必要)

XeroLinkedServiceTypeProperties

名字 描述 價值
connectionProperties 用來連線到 Xero 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 任何
consumerKey 與 Xero 應用程式相關聯的取用者金鑰。 SecretBase
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
主機 Xero 伺服器的端點。 (即 api.xero.com) 任何
privateKey 針對 Xero 私人應用程式產生的 .pem 檔案中的私鑰。 您必須包含 .pem 檔案中的所有文字,包括 Unix 行結尾(
).
SecretBase
useEncryptedEndpoints 指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 任何
useHostVerification 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。 任何
usePeerVerification 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。 任何

ZendeskLinkedService

名字 描述 價值
類型 連結服務的類型。 'Zendesk' (必要)
typeProperties Zendesk 鏈接服務屬性。 ZendeskLinkedServiceTypeProperties (必要)

ZendeskLinkedServiceTypeProperties

名字 描述 價值
apiToken Zendesk 來源的 API 令牌。 SecretBase
authenticationType 要使用的驗證類型。 'Basic'
'Token' (必要)
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
密碼 Zendesk 來源的密碼。 SecretBase
url 用來連接 Zendesk 來源的 URL。 Type:string (或 expression with resultType string) 。 任何 (必要)
userName Zendesk 來源的用戶名稱。 Type:string (或 expression with resultType string) 。 任何

ZohoLinkedService

名字 描述 價值
類型 連結服務的類型。 'Zoho' (必要)
typeProperties Zoho 伺服器鏈接服務屬性。 ZohoLinkedServiceTypeProperties (必要)

ZohoLinkedServiceTypeProperties

名字 描述 價值
accessToken Zoho 驗證的存取令牌。 SecretBase
connectionProperties 用來連線到 Zoho 的屬性。 它與鏈接服務中的其他任何屬性互斥。 類型:物件。 任何
encryptedCredential 用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 字串
端點 Zoho 伺服器的端點。 (即 crm.zoho.com/crm/private) 任何
useEncryptedEndpoints 指定資料源端點是否使用 HTTPS 加密。 默認值為 true。 任何
useHostVerification 指定在透過 SSL 連線時,是否要求伺服器憑證中的主機名符合伺服器的主機名。 默認值為 true。 任何
usePeerVerification 指定是否要在透過 SSL 連線時驗證伺服器的身分識別。 默認值為 true。 任何