Microsoft.DataFactory factories/integrationRuntimes 2017-09-01-preview
- 最新の を
する - 2018-06-01
- 2017-09-01-preview
Bicep リソース定義
factories/integrationRuntimes リソースの種類は、次をターゲットとする操作と共にデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.DataFactory/factories/integrationRuntimes リソースを作成するには、次の Bicep をテンプレートに追加します。
resource symbolicname 'Microsoft.DataFactory/factories/integrationRuntimes@2017-09-01-preview' = {
parent: resourceSymbolicName
name: 'string'
properties: {
description: 'string'
type: 'string'
// For remaining properties, see IntegrationRuntime objects
}
}
LinkedIntegrationRuntimeProperties オブジェクト
authorizationType プロパティを設定して、オブジェクトの種類を指定します。
キーの場合は、次を使用します。
{
authorizationType: 'Key'
key: {
type: 'string'
value: 'string'
}
}
RBACの場合は、次を使用します。
{
authorizationType: 'RBAC'
resourceId: 'string'
}
IntegrationRuntime オブジェクト
型 プロパティを設定して、オブジェクトの型を指定します。
マネージドの場合は、次を使用します。
{
type: 'Managed'
typeProperties: {
computeProperties: {
location: 'string'
maxParallelExecutionsPerNode: int
nodeSize: 'string'
numberOfNodes: int
vNetProperties: {
subnet: 'string'
vNetId: 'string'
}
}
ssisProperties: {
catalogInfo: {
catalogAdminPassword: {
type: 'string'
value: 'string'
}
catalogAdminUserName: 'string'
catalogPricingTier: 'string'
catalogServerEndpoint: 'string'
}
customSetupScriptProperties: {
blobContainerUri: 'string'
sasToken: {
type: 'string'
value: 'string'
}
}
dataProxyProperties: {
connectVia: {
referenceName: 'string'
type: 'string'
}
path: 'string'
stagingLinkedService: {
referenceName: 'string'
type: 'string'
}
}
edition: 'string'
licenseType: 'string'
}
}
}
selfHosted
{
type: 'SelfHosted'
typeProperties: {
linkedInfo: {
authorizationType: 'string'
// For remaining properties, see LinkedIntegrationRuntimeProperties objects
}
}
}
プロパティ値
EntityReference
名前 | 形容 | 価値 |
---|---|---|
referenceName | この参照先エンティティの名前。 | 糸 |
種類 | この参照先エンティティの型。 | 'IntegrationRuntimeReference' 'LinkedServiceReference' |
IntegrationRuntime
名前 | 形容 | 価値 |
---|---|---|
形容 | 統合ランタイムの説明。 | 糸 |
種類 | ManagedIntegrationRuntime型 |
'Managed' 'SelfHosted' (必須) |
IntegrationRuntimeComputeProperties
名前 | 形容 | 価値 |
---|---|---|
場所 | マネージド統合ランタイムの場所。 サポートされているリージョンは、/azure/data-factory/data-factory-data-movement-activities にあります。 | 糸 |
maxParallelExecutionsPerNode | マネージド統合ランタイムのノードあたりの並列実行の最大数。 | int 制約: 最小値 = 1 |
nodeSize | マネージド統合ランタイムのノード サイズ要件。 | 糸 |
numberOfNodes | マネージド統合ランタイムに必要なノード数。 | int 制約: 最小値 = 1 |
vNetProperties | マネージド統合ランタイムの VNet プロパティ。 | IntegrationRuntimeVNetProperties の |
IntegrationRuntimeCustomSetupScriptProperties
名前 | 形容 | 価値 |
---|---|---|
blobContainerUri | カスタム セットアップ スクリプトを含む Azure BLOB コンテナーの URI。 | 糸 |
sasToken | Azure BLOB コンテナーの SAS トークン。 | SecureString の |
IntegrationRuntimeDataProxyProperties
名前 | 形容 | 価値 |
---|---|---|
connectVia | セルフホステッド統合ランタイムリファレンス。 | EntityReference |
パス | BLOB ストレージにステージング データを格納するパス。 | 糸 |
stagingLinkedService | ステージングのリンクされたサービス参照。 | EntityReference |
IntegrationRuntimeSsisCatalogInfo
名前 | 形容 | 価値 |
---|---|---|
catalogAdminPassword | カタログ データベースの管理者ユーザー アカウントのパスワード。 | SecureString の |
catalogAdminUserName | カタログ データベースの管理者ユーザー名。 | 糸 制約: 最小長 = 1 最大長 = 1 |
catalogPricingTier | カタログ データベースの価格レベル。 有効な値は、https://azure.microsoft.com/en-us/pricing/details/sql-database/ | 糸 |
catalogServerEndpoint | カタログ データベース サーバーの URL。 | 糸 |
IntegrationRuntimeSsisProperties
名前 | 形容 | 価値 |
---|---|---|
catalogInfo | マネージド専用統合ランタイムのカタログ情報。 | IntegrationRuntimeSsisCatalogInfo の |
customSetupScriptProperties | マネージド専用統合ランタイムのカスタム セットアップ スクリプト プロパティ。 | IntegrationRuntimeCustomSetupScriptProperties の |
dataProxyProperties | マネージド専用統合ランタイムのデータ プロキシ プロパティ。 | IntegrationRuntimeDataProxyProperties の |
版 | SSIS 統合ランタイムのエディション | 'Enterprise' 'Standard' |
licenseType | ライセンスを持ち込むシナリオのライセンスの種類。 | 'BasePrice' 'LicenseIncluded' |
IntegrationRuntimeVNetProperties
名前 | 形容 | 価値 |
---|---|---|
サブネット | この統合ランタイムが参加するサブネットの名前。 | 糸 |
vNetId | この統合ランタイムが参加する VNet の ID。 | 糸 |
LinkedIntegrationRuntimeKey
名前 | 形容 | 価値 |
---|---|---|
authorizationType | シークレットの種類。 | 'Key' (必須) |
鍵 | シークレットの種類。 | SecureString (必須) |
LinkedIntegrationRuntimeProperties
名前 | 形容 | 価値 |
---|---|---|
authorizationType | LinkedIntegrationRuntimeKeyの型 |
'Key' 'RBAC' (必須) |
LinkedIntegrationRuntimeRbac
名前 | 形容 | 価値 |
---|---|---|
authorizationType | シークレットの種類。 | 'RBAC' (必須) |
resourceId | 共有する統合ランタイムのリソース ID。 | string (必須) |
LinkedIntegrationRuntimeTypeProperties
名前 | 形容 | 価値 |
---|---|---|
linkedInfo | シークレット型の基本定義。 | LinkedIntegrationRuntimeProperties の |
ManagedIntegrationRuntime
名前 | 形容 | 価値 |
---|---|---|
種類 | 統合ランタイムの種類。 | 'Managed' (必須) |
typeProperties | マネージド統合ランタイムのプロパティ。 | ManagedIntegrationRuntimeTypeProperties (必須) |
ManagedIntegrationRuntimeTypeProperties
名前 | 形容 | 価値 |
---|---|---|
computeProperties | マネージド統合ランタイムのコンピューティング リソース。 | IntegrationRuntimeComputeProperties の |
ssisProperties | マネージド統合ランタイムの SSIS プロパティ。 | IntegrationRuntimeSsisProperties の |
Microsoft.DataFactory/factories/integrationRuntimes
名前 | 形容 | 価値 |
---|---|---|
名前 | リソース名 | 糸 制約: 最小長 = 3 最大長 = 3 パターン = ^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$ (必須) |
親 | Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。 詳細については、「親リソースの外部 |
種類のリソースのシンボリック名: ファクトリ |
プロパティ | 統合ランタイムのプロパティ。 | IntegrationRuntime (必須) |
SecureString
名前 | 形容 | 価値 |
---|---|---|
種類 | シークレットの種類。 | string (必須) |
価値 | セキュリティで保護された文字列の値。 | string (必須) |
SelfHostedIntegrationRuntime
名前 | 形容 | 価値 |
---|---|---|
種類 | 統合ランタイムの種類。 | 'SelfHosted' (必須) |
typeProperties | このプロパティが null でない場合は、リンクされた統合ランタイムであることを意味します。 このプロパティは、元の統合ランタイムにアクセスするために使用されます。 | LinkedIntegrationRuntimeTypeProperties (必須) |
クイック スタートのサンプル
次のクイック スタート サンプルでは、このリソースの種類をデプロイします。
Bicep ファイル | 形容 |
---|---|
Git とマネージド vnet 構成 を使用して Azure Data Factory を |
このテンプレートは、Git 構成とマネージド仮想ネットワークを使用して Azure Data Factory を作成します。 |
Azure VM でのセルフホスト統合ランタイムの |
このテンプレートは、セルフホスト統合ランタイムを作成し、Azure 仮想マシンに登録します |
ARM テンプレート リソース定義
factories/integrationRuntimes リソースの種類は、次をターゲットとする操作と共にデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.DataFactory/factories/integrationRuntimes リソースを作成するには、次の JSON をテンプレートに追加します。
{
"type": "Microsoft.DataFactory/factories/integrationRuntimes",
"apiVersion": "2017-09-01-preview",
"name": "string",
"properties": {
"description": "string",
"type": "string"
// For remaining properties, see IntegrationRuntime objects
}
}
LinkedIntegrationRuntimeProperties オブジェクト
authorizationType プロパティを設定して、オブジェクトの種類を指定します。
キーの場合は、次を使用します。
{
"authorizationType": "Key",
"key": {
"type": "string",
"value": "string"
}
}
RBACの場合は、次を使用します。
{
"authorizationType": "RBAC",
"resourceId": "string"
}
IntegrationRuntime オブジェクト
型 プロパティを設定して、オブジェクトの型を指定します。
マネージドの場合は、次を使用します。
{
"type": "Managed",
"typeProperties": {
"computeProperties": {
"location": "string",
"maxParallelExecutionsPerNode": "int",
"nodeSize": "string",
"numberOfNodes": "int",
"vNetProperties": {
"subnet": "string",
"vNetId": "string"
}
},
"ssisProperties": {
"catalogInfo": {
"catalogAdminPassword": {
"type": "string",
"value": "string"
},
"catalogAdminUserName": "string",
"catalogPricingTier": "string",
"catalogServerEndpoint": "string"
},
"customSetupScriptProperties": {
"blobContainerUri": "string",
"sasToken": {
"type": "string",
"value": "string"
}
},
"dataProxyProperties": {
"connectVia": {
"referenceName": "string",
"type": "string"
},
"path": "string",
"stagingLinkedService": {
"referenceName": "string",
"type": "string"
}
},
"edition": "string",
"licenseType": "string"
}
}
}
selfHosted
{
"type": "SelfHosted",
"typeProperties": {
"linkedInfo": {
"authorizationType": "string"
// For remaining properties, see LinkedIntegrationRuntimeProperties objects
}
}
}
プロパティ値
EntityReference
名前 | 形容 | 価値 |
---|---|---|
referenceName | この参照先エンティティの名前。 | 糸 |
種類 | この参照先エンティティの型。 | 'IntegrationRuntimeReference' 'LinkedServiceReference' |
IntegrationRuntime
名前 | 形容 | 価値 |
---|---|---|
形容 | 統合ランタイムの説明。 | 糸 |
種類 | ManagedIntegrationRuntime型 |
'Managed' 'SelfHosted' (必須) |
IntegrationRuntimeComputeProperties
名前 | 形容 | 価値 |
---|---|---|
場所 | マネージド統合ランタイムの場所。 サポートされているリージョンは、/azure/data-factory/data-factory-data-movement-activities にあります。 | 糸 |
maxParallelExecutionsPerNode | マネージド統合ランタイムのノードあたりの並列実行の最大数。 | int 制約: 最小値 = 1 |
nodeSize | マネージド統合ランタイムのノード サイズ要件。 | 糸 |
numberOfNodes | マネージド統合ランタイムに必要なノード数。 | int 制約: 最小値 = 1 |
vNetProperties | マネージド統合ランタイムの VNet プロパティ。 | IntegrationRuntimeVNetProperties の |
IntegrationRuntimeCustomSetupScriptProperties
名前 | 形容 | 価値 |
---|---|---|
blobContainerUri | カスタム セットアップ スクリプトを含む Azure BLOB コンテナーの URI。 | 糸 |
sasToken | Azure BLOB コンテナーの SAS トークン。 | SecureString の |
IntegrationRuntimeDataProxyProperties
名前 | 形容 | 価値 |
---|---|---|
connectVia | セルフホステッド統合ランタイムリファレンス。 | EntityReference |
パス | BLOB ストレージにステージング データを格納するパス。 | 糸 |
stagingLinkedService | ステージングのリンクされたサービス参照。 | EntityReference |
IntegrationRuntimeSsisCatalogInfo
名前 | 形容 | 価値 |
---|---|---|
catalogAdminPassword | カタログ データベースの管理者ユーザー アカウントのパスワード。 | SecureString の |
catalogAdminUserName | カタログ データベースの管理者ユーザー名。 | 糸 制約: 最小長 = 1 最大長 = 1 |
catalogPricingTier | カタログ データベースの価格レベル。 有効な値は、https://azure.microsoft.com/en-us/pricing/details/sql-database/ | 糸 |
catalogServerEndpoint | カタログ データベース サーバーの URL。 | 糸 |
IntegrationRuntimeSsisProperties
名前 | 形容 | 価値 |
---|---|---|
catalogInfo | マネージド専用統合ランタイムのカタログ情報。 | IntegrationRuntimeSsisCatalogInfo の |
customSetupScriptProperties | マネージド専用統合ランタイムのカスタム セットアップ スクリプト プロパティ。 | IntegrationRuntimeCustomSetupScriptProperties の |
dataProxyProperties | マネージド専用統合ランタイムのデータ プロキシ プロパティ。 | IntegrationRuntimeDataProxyProperties の |
版 | SSIS 統合ランタイムのエディション | 'Enterprise' 'Standard' |
licenseType | ライセンスを持ち込むシナリオのライセンスの種類。 | 'BasePrice' 'LicenseIncluded' |
IntegrationRuntimeVNetProperties
名前 | 形容 | 価値 |
---|---|---|
サブネット | この統合ランタイムが参加するサブネットの名前。 | 糸 |
vNetId | この統合ランタイムが参加する VNet の ID。 | 糸 |
LinkedIntegrationRuntimeKey
名前 | 形容 | 価値 |
---|---|---|
authorizationType | シークレットの種類。 | 'Key' (必須) |
鍵 | シークレットの種類。 | SecureString (必須) |
LinkedIntegrationRuntimeProperties
名前 | 形容 | 価値 |
---|---|---|
authorizationType | LinkedIntegrationRuntimeKeyの型 |
'Key' 'RBAC' (必須) |
LinkedIntegrationRuntimeRbac
名前 | 形容 | 価値 |
---|---|---|
authorizationType | シークレットの種類。 | 'RBAC' (必須) |
resourceId | 共有する統合ランタイムのリソース ID。 | string (必須) |
LinkedIntegrationRuntimeTypeProperties
名前 | 形容 | 価値 |
---|---|---|
linkedInfo | シークレット型の基本定義。 | LinkedIntegrationRuntimeProperties の |
ManagedIntegrationRuntime
名前 | 形容 | 価値 |
---|---|---|
種類 | 統合ランタイムの種類。 | 'Managed' (必須) |
typeProperties | マネージド統合ランタイムのプロパティ。 | ManagedIntegrationRuntimeTypeProperties (必須) |
ManagedIntegrationRuntimeTypeProperties
名前 | 形容 | 価値 |
---|---|---|
computeProperties | マネージド統合ランタイムのコンピューティング リソース。 | IntegrationRuntimeComputeProperties の |
ssisProperties | マネージド統合ランタイムの SSIS プロパティ。 | IntegrationRuntimeSsisProperties の |
Microsoft.DataFactory/factories/integrationRuntimes
名前 | 形容 | 価値 |
---|---|---|
apiVersion | API のバージョン | '2017-09-01-preview' |
名前 | リソース名 | 糸 制約: 最小長 = 3 最大長 = 3 パターン = ^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$ (必須) |
プロパティ | 統合ランタイムのプロパティ。 | IntegrationRuntime (必須) |
種類 | リソースの種類 | 'Microsoft.DataFactory/factories/integrationRuntimes' |
SecureString
名前 | 形容 | 価値 |
---|---|---|
種類 | シークレットの種類。 | string (必須) |
価値 | セキュリティで保護された文字列の値。 | string (必須) |
SelfHostedIntegrationRuntime
名前 | 形容 | 価値 |
---|---|---|
種類 | 統合ランタイムの種類。 | 'SelfHosted' (必須) |
typeProperties | このプロパティが null でない場合は、リンクされた統合ランタイムであることを意味します。 このプロパティは、元の統合ランタイムにアクセスするために使用されます。 | LinkedIntegrationRuntimeTypeProperties (必須) |
クイック スタート テンプレート
次のクイック スタート テンプレートでは、このリソースの種類をデプロイします。
テンプレート | 形容 |
---|---|
Git とマネージド vnet 構成 を使用して Azure Data Factory を Azure |
このテンプレートは、Git 構成とマネージド仮想ネットワークを使用して Azure Data Factory を作成します。 |
Azure VM でのセルフホスト統合ランタイムの Azure |
このテンプレートは、セルフホスト統合ランタイムを作成し、Azure 仮想マシンに登録します |
Terraform (AzAPI プロバイダー) リソース定義
factories/integrationRuntimes リソースの種類は、次をターゲットとする操作と共にデプロイできます。
- リソース グループの
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.DataFactory/factories/integrationRuntimes リソースを作成するには、次の Terraform をテンプレートに追加します。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.DataFactory/factories/integrationRuntimes@2017-09-01-preview"
name = "string"
body = jsonencode({
properties = {
description = "string"
type = "string"
// For remaining properties, see IntegrationRuntime objects
}
})
}
LinkedIntegrationRuntimeProperties オブジェクト
authorizationType プロパティを設定して、オブジェクトの種類を指定します。
キーの場合は、次を使用します。
{
authorizationType = "Key"
key = {
type = "string"
value = "string"
}
}
RBACの場合は、次を使用します。
{
authorizationType = "RBAC"
resourceId = "string"
}
IntegrationRuntime オブジェクト
型 プロパティを設定して、オブジェクトの型を指定します。
マネージドの場合は、次を使用します。
{
type = "Managed"
typeProperties = {
computeProperties = {
location = "string"
maxParallelExecutionsPerNode = int
nodeSize = "string"
numberOfNodes = int
vNetProperties = {
subnet = "string"
vNetId = "string"
}
}
ssisProperties = {
catalogInfo = {
catalogAdminPassword = {
type = "string"
value = "string"
}
catalogAdminUserName = "string"
catalogPricingTier = "string"
catalogServerEndpoint = "string"
}
customSetupScriptProperties = {
blobContainerUri = "string"
sasToken = {
type = "string"
value = "string"
}
}
dataProxyProperties = {
connectVia = {
referenceName = "string"
type = "string"
}
path = "string"
stagingLinkedService = {
referenceName = "string"
type = "string"
}
}
edition = "string"
licenseType = "string"
}
}
}
selfHosted
{
type = "SelfHosted"
typeProperties = {
linkedInfo = {
authorizationType = "string"
// For remaining properties, see LinkedIntegrationRuntimeProperties objects
}
}
}
プロパティ値
EntityReference
名前 | 形容 | 価値 |
---|---|---|
referenceName | この参照先エンティティの名前。 | 糸 |
種類 | この参照先エンティティの型。 | 'IntegrationRuntimeReference' 'LinkedServiceReference' |
IntegrationRuntime
名前 | 形容 | 価値 |
---|---|---|
形容 | 統合ランタイムの説明。 | 糸 |
種類 | ManagedIntegrationRuntime型 |
'Managed' 'SelfHosted' (必須) |
IntegrationRuntimeComputeProperties
名前 | 形容 | 価値 |
---|---|---|
場所 | マネージド統合ランタイムの場所。 サポートされているリージョンは、/azure/data-factory/data-factory-data-movement-activities にあります。 | 糸 |
maxParallelExecutionsPerNode | マネージド統合ランタイムのノードあたりの並列実行の最大数。 | int 制約: 最小値 = 1 |
nodeSize | マネージド統合ランタイムのノード サイズ要件。 | 糸 |
numberOfNodes | マネージド統合ランタイムに必要なノード数。 | int 制約: 最小値 = 1 |
vNetProperties | マネージド統合ランタイムの VNet プロパティ。 | IntegrationRuntimeVNetProperties の |
IntegrationRuntimeCustomSetupScriptProperties
名前 | 形容 | 価値 |
---|---|---|
blobContainerUri | カスタム セットアップ スクリプトを含む Azure BLOB コンテナーの URI。 | 糸 |
sasToken | Azure BLOB コンテナーの SAS トークン。 | SecureString の |
IntegrationRuntimeDataProxyProperties
名前 | 形容 | 価値 |
---|---|---|
connectVia | セルフホステッド統合ランタイムリファレンス。 | EntityReference |
パス | BLOB ストレージにステージング データを格納するパス。 | 糸 |
stagingLinkedService | ステージングのリンクされたサービス参照。 | EntityReference |
IntegrationRuntimeSsisCatalogInfo
名前 | 形容 | 価値 |
---|---|---|
catalogAdminPassword | カタログ データベースの管理者ユーザー アカウントのパスワード。 | SecureString の |
catalogAdminUserName | カタログ データベースの管理者ユーザー名。 | 糸 制約: 最小長 = 1 最大長 = 1 |
catalogPricingTier | カタログ データベースの価格レベル。 有効な値は、https://azure.microsoft.com/en-us/pricing/details/sql-database/ | 糸 |
catalogServerEndpoint | カタログ データベース サーバーの URL。 | 糸 |
IntegrationRuntimeSsisProperties
名前 | 形容 | 価値 |
---|---|---|
catalogInfo | マネージド専用統合ランタイムのカタログ情報。 | IntegrationRuntimeSsisCatalogInfo の |
customSetupScriptProperties | マネージド専用統合ランタイムのカスタム セットアップ スクリプト プロパティ。 | IntegrationRuntimeCustomSetupScriptProperties の |
dataProxyProperties | マネージド専用統合ランタイムのデータ プロキシ プロパティ。 | IntegrationRuntimeDataProxyProperties の |
版 | SSIS 統合ランタイムのエディション | 'Enterprise' 'Standard' |
licenseType | ライセンスを持ち込むシナリオのライセンスの種類。 | 'BasePrice' 'LicenseIncluded' |
IntegrationRuntimeVNetProperties
名前 | 形容 | 価値 |
---|---|---|
サブネット | この統合ランタイムが参加するサブネットの名前。 | 糸 |
vNetId | この統合ランタイムが参加する VNet の ID。 | 糸 |
LinkedIntegrationRuntimeKey
名前 | 形容 | 価値 |
---|---|---|
authorizationType | シークレットの種類。 | 'Key' (必須) |
鍵 | シークレットの種類。 | SecureString (必須) |
LinkedIntegrationRuntimeProperties
名前 | 形容 | 価値 |
---|---|---|
authorizationType | LinkedIntegrationRuntimeKeyの型 |
'Key' 'RBAC' (必須) |
LinkedIntegrationRuntimeRbac
名前 | 形容 | 価値 |
---|---|---|
authorizationType | シークレットの種類。 | 'RBAC' (必須) |
resourceId | 共有する統合ランタイムのリソース ID。 | string (必須) |
LinkedIntegrationRuntimeTypeProperties
名前 | 形容 | 価値 |
---|---|---|
linkedInfo | シークレット型の基本定義。 | LinkedIntegrationRuntimeProperties の |
ManagedIntegrationRuntime
名前 | 形容 | 価値 |
---|---|---|
種類 | 統合ランタイムの種類。 | 'Managed' (必須) |
typeProperties | マネージド統合ランタイムのプロパティ。 | ManagedIntegrationRuntimeTypeProperties (必須) |
ManagedIntegrationRuntimeTypeProperties
名前 | 形容 | 価値 |
---|---|---|
computeProperties | マネージド統合ランタイムのコンピューティング リソース。 | IntegrationRuntimeComputeProperties の |
ssisProperties | マネージド統合ランタイムの SSIS プロパティ。 | IntegrationRuntimeSsisProperties の |
Microsoft.DataFactory/factories/integrationRuntimes
名前 | 形容 | 価値 |
---|---|---|
名前 | リソース名 | 糸 制約: 最小長 = 3 最大長 = 3 パターン = ^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$ (必須) |
parent_id | このリソースの親であるリソースの ID。 | 種類のリソースの ID: ファクトリ |
プロパティ | 統合ランタイムのプロパティ。 | IntegrationRuntime (必須) |
種類 | リソースの種類 | "Microsoft.DataFactory/factories/integrationRuntimes@2017-09-01-preview" |
SecureString
名前 | 形容 | 価値 |
---|---|---|
種類 | シークレットの種類。 | string (必須) |
価値 | セキュリティで保護された文字列の値。 | string (必須) |
SelfHostedIntegrationRuntime
名前 | 形容 | 価値 |
---|---|---|
種類 | 統合ランタイムの種類。 | 'SelfHosted' (必須) |
typeProperties | このプロパティが null でない場合は、リンクされた統合ランタイムであることを意味します。 このプロパティは、元の統合ランタイムにアクセスするために使用されます。 | LinkedIntegrationRuntimeTypeProperties (必須) |