次の方法で共有


ManagedIntegrationRuntimeNode クラス

定義

統合ランタイム ノードのプロパティ。

public class ManagedIntegrationRuntimeNode
type ManagedIntegrationRuntimeNode = class
Public Class ManagedIntegrationRuntimeNode
継承
ManagedIntegrationRuntimeNode

コンストラクター

ManagedIntegrationRuntimeNode()

ManagedIntegrationRuntimeNode クラスの新しいインスタンスを初期化します。

ManagedIntegrationRuntimeNode(IDictionary<String,Object>, String, String, IList<ManagedIntegrationRuntimeError>)

ManagedIntegrationRuntimeNode クラスの新しいインスタンスを初期化します。

プロパティ

AdditionalProperties

メッセージから一致しないプロパティを取得または設定すると、このコレクションは逆シリアル化されます

Errors

この統合ランタイム ノードで発生したエラーを取得または設定します。

NodeId

マネージド統合ランタイム ノード ID を取得します。

Status

マネージド統合ランタイム ノードの状態を取得します。 使用可能な値は、'Starting'、'Available'、'Recycling'、'Unavailable' です。

適用対象