次の方法で共有


IntegrationRuntimeReference クラス

定義

統合ランタイム参照型。

public class IntegrationRuntimeReference
type IntegrationRuntimeReference = class
Public Class IntegrationRuntimeReference
継承
IntegrationRuntimeReference

コンストラクター

IntegrationRuntimeReference(IntegrationRuntimeReferenceType, String)

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

プロパティ

Parameters

統合ランタイムの引数。

このプロパティの値にオブジェクトを割り当てるには、 を使用します 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" }のペイロードを作成します。

ReferenceName

統合ランタイム名を参照します。

ReferenceType

統合ランタイムの種類。

適用対象