次の方法で共有


AnalyticsSynapseArtifactsModelFactory.DataFlowDebugSessionInfo メソッド

定義

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

public static Azure.Analytics.Synapse.Artifacts.Models.DataFlowDebugSessionInfo DataFlowDebugSessionInfo (string dataFlowName = default, string computeType = default, int? coreCount = default, int? nodeCount = default, string integrationRuntimeName = default, string sessionId = default, string startTime = default, int? timeToLiveInMinutes = default, string lastActivityTime = default, System.Collections.Generic.IReadOnlyDictionary<string,object> additionalProperties = default);
static member DataFlowDebugSessionInfo : string * string * Nullable<int> * Nullable<int> * string * string * string * Nullable<int> * string * System.Collections.Generic.IReadOnlyDictionary<string, obj> -> Azure.Analytics.Synapse.Artifacts.Models.DataFlowDebugSessionInfo
Public Shared Function DataFlowDebugSessionInfo (Optional dataFlowName As String = Nothing, Optional computeType As String = Nothing, Optional coreCount As Nullable(Of Integer) = Nothing, Optional nodeCount As Nullable(Of Integer) = Nothing, Optional integrationRuntimeName As String = Nothing, Optional sessionId As String = Nothing, Optional startTime As String = Nothing, Optional timeToLiveInMinutes As Nullable(Of Integer) = Nothing, Optional lastActivityTime As String = Nothing, Optional additionalProperties As IReadOnlyDictionary(Of String, Object) = Nothing) As DataFlowDebugSessionInfo

パラメーター

dataFlowName
String

データ フローの名前。

computeType
String

クラスターのコンピューティングの種類。

coreCount
Nullable<Int32>

クラスターのコア数。

nodeCount
Nullable<Int32>

クラスターのノード数。 (非推奨のプロパティ)。

integrationRuntimeName
String

データ フロー デバッグ セッションのアタッチされた統合ランタイム名。

sessionId
String

データ フロー デバッグ セッションの ID。

startTime
String

データ フロー デバッグ セッションの開始時刻。

timeToLiveInMinutes
Nullable<Int32>

クラスターのコンピューティングの種類。

lastActivityTime
String

データ フロー デバッグ セッションの最後のアクティビティ時刻。

additionalProperties
IReadOnlyDictionary<String,Object>

その他のプロパティ。

戻り値

モック作成用の新しい DataFlowDebugSessionInfo インスタンス。

適用対象