次の方法で共有


SelfHostedIntegrationRuntime クラス

定義

セルフホステッド統合ランタイム。

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

コンストラクター

SelfHostedIntegrationRuntime()

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

プロパティ

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)
Description

統合ランタイムの説明。

(継承元 DataFactoryIntegrationRuntimeProperties)
IsSelfContainedInteractiveAuthoringEnabled

セルフホステッド統合ランタイムが Azure Relay との接続を確立できない場合に対話型の作成機能を確保する別のオプション。

LinkedInfo

リンクされた統合ランタイムの基本定義。 基底クラスであることに注意 LinkedIntegrationRuntimeType してください。 このシナリオでは、基底クラスの派生クラスをここで割り当てる必要があるか、このプロパティを使用可能な派生クラスのいずれかにキャストする必要があります。 使用可能な派生クラスには、 と がLinkedIntegrationRuntimeRbacAuthorization含まれますLinkedIntegrationRuntimeKeyAuthorization

適用対象