Share via


DataFlowDebugSessionInfo Constructors

Definition

Overloads

DataFlowDebugSessionInfo()

Initializes a new instance of the DataFlowDebugSessionInfo class.

DataFlowDebugSessionInfo(IDictionary<String,Object>, String, String, Nullable<Int32>, Nullable<Int32>, String, String, String, Nullable<Int32>, String)

Initializes a new instance of the DataFlowDebugSessionInfo class.

DataFlowDebugSessionInfo()

Initializes a new instance of the DataFlowDebugSessionInfo class.

public DataFlowDebugSessionInfo ();
Public Sub New ()

Applies to

DataFlowDebugSessionInfo(IDictionary<String,Object>, String, String, Nullable<Int32>, Nullable<Int32>, String, String, String, Nullable<Int32>, String)

Initializes a new instance of the DataFlowDebugSessionInfo class.

public DataFlowDebugSessionInfo (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, 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);
new Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugSessionInfo : System.Collections.Generic.IDictionary<string, obj> * string * string * Nullable<int> * Nullable<int> * string * string * string * Nullable<int> * string -> Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugSessionInfo
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, 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)

Parameters

additionalProperties
IDictionary<String,Object>

Unmatched properties from the message are deserialized this collection

dataFlowName
String

The name of the data flow.

computeType
String

Compute type of the cluster.

coreCount
Nullable<Int32>

Core count of the cluster.

nodeCount
Nullable<Int32>

Node count of the cluster. (deprecated property)

integrationRuntimeName
String

Attached integration runtime name of data flow debug session.

sessionId
String

The ID of data flow debug session.

startTime
String

Start time of data flow debug session.

timeToLiveInMinutes
Nullable<Int32>

Compute type of the cluster.

lastActivityTime
String

Last activity time of data flow debug session.

Applies to