次の方法で共有


ManagedIntegrationRuntime クラス

定義

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

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("Managed")]
public class ManagedIntegrationRuntime : Microsoft.Azure.Management.Synapse.Models.IntegrationRuntime
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("Managed")>]
type ManagedIntegrationRuntime = class
    inherit IntegrationRuntime
Public Class ManagedIntegrationRuntime
Inherits IntegrationRuntime
継承
ManagedIntegrationRuntime
属性
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

コンストラクター

ManagedIntegrationRuntime()

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

ManagedIntegrationRuntime(IDictionary<String,Object>, String, String, IntegrationRuntimeComputeProperties, IntegrationRuntimeSsisProperties)

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

プロパティ

AdditionalProperties

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

(継承元 IntegrationRuntime)
ComputeProperties

マネージド統合ランタイムのコンピューティング リソースを取得または設定します。

Description

統合ランタイムの説明を取得または設定します。

(継承元 IntegrationRuntime)
SsisProperties

マネージド統合ランタイムの SSIS プロパティを取得または設定します。

State

統合ランタイムの状態を取得します。マネージド専用統合ランタイムに対してのみ有効です。 使用できる値は、'Initial'、'Stopped'、'Started'、'Starting'、'Stopping'、'NeedRegistration'、'Online'、'Limited'、'Offline'、'AccessDenied' です。

メソッド

Validate()

オブジェクトを検証します。

適用対象