IntegrationRuntimeDebugResource クラス

定義

統合ランタイム デバッグ リソース。

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeDebugResource+IntegrationRuntimeDebugResourceConverter))]
public class IntegrationRuntimeDebugResource : Azure.Analytics.Synapse.Artifacts.Models.SubResourceDebugResource
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeDebugResource+IntegrationRuntimeDebugResourceConverter))>]
type IntegrationRuntimeDebugResource = class
    inherit SubResourceDebugResource
Public Class IntegrationRuntimeDebugResource
Inherits SubResourceDebugResource
継承
IntegrationRuntimeDebugResource
属性

コンストラクター

IntegrationRuntimeDebugResource(IntegrationRuntime)

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

プロパティ

Name

リソースの名前。

(継承元 SubResourceDebugResource)
Properties

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

適用対象