次の方法で共有


SynapseManagedIntegrationRuntime クラス

定義

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

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

コンストラクター

SynapseManagedIntegrationRuntime()

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

プロパティ

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

マネージド統合ランタイムのコンピューティング リソース。

Description

統合ランタイムの説明。

(継承元 SynapseIntegrationRuntimeProperties)
Id

マネージド仮想ネットワークの ID。

ReferenceName

マネージド仮想ネットワークの参照名。

SsisProperties

マネージド統合ランタイムの SSIS プロパティ。

State

統合ランタイムの状態。マネージド専用統合ランタイムに対してのみ有効です。

TypeManagedVirtualNetworkType

マネージド仮想ネットワークの種類。

適用対象