ManagedIntegrationRuntime クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
マネージド統合ランタイム(マネージド エラスティックおよびマネージド専用統合ランタイムを含む)。
[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("Managed")]
public class ManagedIntegrationRuntime : Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntime
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("Managed")>]
type ManagedIntegrationRuntime = class
inherit IntegrationRuntime
Public Class ManagedIntegrationRuntime
Inherits IntegrationRuntime
- 継承
- 属性
-
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute
コンストラクター
ManagedIntegrationRuntime() |
ManagedIntegrationRuntime クラスの新しいインスタンスを初期化します。 |
ManagedIntegrationRuntime(IDictionary<String,Object>, String, String, IntegrationRuntimeComputeProperties, IntegrationRuntimeSsisProperties, IntegrationRuntimeCustomerVirtualNetwork, ManagedVirtualNetworkReference) |
ManagedIntegrationRuntime クラスの新しいインスタンスを初期化します。 |
プロパティ
AdditionalProperties |
メッセージから一致しないプロパティを取得または設定すると、このコレクションは逆シリアル化されます (継承元 IntegrationRuntime) |
ComputeProperties |
マネージド統合ランタイムのコンピューティング リソースを取得または設定します。 |
CustomerVirtualNetwork |
Azure-SSIS 統合ランタイムが参加する仮想ネットワークの名前を取得または設定します。 |
Description |
統合ランタイムの説明を取得または設定します。 (継承元 IntegrationRuntime) |
ManagedVirtualNetwork |
マネージド Virtual Network参照を取得または設定します。 |
SsisProperties |
マネージド統合ランタイムの SSIS プロパティを取得または設定します。 |
State |
統合ランタイムの状態を取得します。マネージド専用統合ランタイムに対してのみ有効です。 使用できる値は、'Initial'、'Stopped'、'Started'、'Starting'、'Stopping'、'NeedRegistration'、'Online'、'Limited'、'Offline'、'AccessDenied' です。 |
メソッド
Validate() |
オブジェクトを検証します。 |
適用対象
Azure SDK for .NET