次の方法で共有


DataFlowDebugResource クラス

定義

データ フロー デバッグ リソース。

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

コンストラクター

DataFlowDebugResource(DataFlow)

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

プロパティ

Name

リソースの名前。

(継承元 SubResourceDebugResource)
Properties

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

適用対象