AnalyticsSynapseArtifactsModelFactory.DataFlowDebugSessionInfo メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
クラスターのコンピューティングの種類。
- integrationRuntimeName
- String
データ フロー デバッグ セッションのアタッチされた統合ランタイム名。
- sessionId
- String
データ フロー デバッグ セッションの ID。
- startTime
- String
データ フロー デバッグ セッションの開始時刻。
- lastActivityTime
- String
データ フロー デバッグ セッションの最後のアクティビティ時刻。
- additionalProperties
- IReadOnlyDictionary<String,Object>
その他のプロパティ。
戻り値
モック作成用の新しい DataFlowDebugSessionInfo インスタンス。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET