次の方法で共有


IntegrationRuntimeStatus interface

統合ランタイムの状態。

プロパティ

dataFactoryName

統合ランタイムが属するワークスペース名。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

state

統合ランタイムの状態。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

type

ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。

プロパティの詳細

dataFactoryName

統合ランタイムが属するワークスペース名。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

dataFactoryName?: string

プロパティ値

string

state

統合ランタイムの状態。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

state?: string

プロパティ値

string

type

ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。

type: "Managed" | "SelfHosted"

プロパティ値

"Managed" | "SelfHosted"