次の方法で共有


ManagedIntegrationRuntime クラス

定義

マネージド統合ランタイム(マネージド エラスティックおよびマネージド専用統合ランタイムを含む)。

public class ManagedIntegrationRuntime : Azure.ResourceManager.DataFactory.Models.DataFactoryIntegrationRuntimeProperties
type ManagedIntegrationRuntime = class
    inherit DataFactoryIntegrationRuntimeProperties
Public Class ManagedIntegrationRuntime
Inherits DataFactoryIntegrationRuntimeProperties
継承

コンストラクター

ManagedIntegrationRuntime()

ManagedIntegrationRuntime の新しいインスタンスを初期化します。

プロパティ

AdditionalProperties

[追加のプロパティ]

このプロパティの値にオブジェクトを割り当てるには、 を使用します FromObjectAsJson<T>(T, JsonSerializerOptions)

このプロパティに既に書式設定された json 文字列を割り当てるには、 を使用 FromString(String)します。

例 :

  • BinaryData.FromObjectAsJson("foo")"foo" のペイロードを作成します。
  • BinaryData.FromString("\"foo\"")"foo" のペイロードを作成します。
  • BinaryData.FromObjectAsJson(new { key = "value" }){ "key": "value" } のペイロードを作成します。
  • BinaryData.FromString("{\"key\": \"value\"}"){ "key": "value" }のペイロードを作成します。

(継承元 DataFactoryIntegrationRuntimeProperties)
ComputeProperties

マネージド統合ランタイムのコンピューティング リソース。

CustomerVirtualNetworkSubnetId

Azure-SSIS 統合ランタイムが参加するサブネットの ID。

Description

統合ランタイムの説明。

(継承元 DataFactoryIntegrationRuntimeProperties)
ManagedVirtualNetwork

マネージド Virtual Network リファレンス。

SsisProperties

マネージド統合ランタイムの SSIS プロパティ。

State

統合ランタイムの状態。マネージド専用統合ランタイムに対してのみ有効です。

適用対象