Udostępnij za pośrednictwem


AnalyticsSynapseArtifactsModelFactory.DataFlowDebugSessionInfo Method

Definition

Initializes a new instance of 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

Parameters

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.

additionalProperties
IReadOnlyDictionary<String,Object>

Additional Properties.

Returns

A new DataFlowDebugSessionInfo instance for mocking.

Applies to