次の方法で共有


SynapseSelfHostedIntegrationRuntime クラス

定義

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

public class SynapseSelfHostedIntegrationRuntime : Azure.ResourceManager.Synapse.Models.SynapseIntegrationRuntimeProperties
type SynapseSelfHostedIntegrationRuntime = class
    inherit SynapseIntegrationRuntimeProperties
Public Class SynapseSelfHostedIntegrationRuntime
Inherits SynapseIntegrationRuntimeProperties
継承
SynapseSelfHostedIntegrationRuntime

コンストラクター

SynapseSelfHostedIntegrationRuntime()

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

プロパティ

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" }のペイロードを作成します。

(継承元 SynapseIntegrationRuntimeProperties)
Description

統合ランタイムの説明。

(継承元 SynapseIntegrationRuntimeProperties)
LinkedInfo

データ ファクトリからのリンクされた統合ランタイムの種類 基本クラスであることに注意 SynapseLinkedIntegrationRuntimeType してください。 シナリオによると、基底クラスの派生クラスをここで割り当てる必要があるか、このプロパティを使用可能な派生クラスのいずれかにキャストする必要があります。 使用可能な派生クラスには、 と がSynapseLinkedIntegrationRuntimeRbacAuthorization含まれますSynapseLinkedIntegrationRuntimeKeyAuthorization

適用対象