Dela via


AnalyticsSynapseArtifactsModelFactory.CreateDataFlowDebugSessionResponse Method

Definition

Initializes a new instance of CreateDataFlowDebugSessionResponse.

public static Azure.Analytics.Synapse.Artifacts.Models.CreateDataFlowDebugSessionResponse CreateDataFlowDebugSessionResponse (string sessionId = default);
static member CreateDataFlowDebugSessionResponse : string -> Azure.Analytics.Synapse.Artifacts.Models.CreateDataFlowDebugSessionResponse
Public Shared Function CreateDataFlowDebugSessionResponse (Optional sessionId As String = Nothing) As CreateDataFlowDebugSessionResponse

Parameters

sessionId
String

The ID of data flow debug session.

Returns

A new CreateDataFlowDebugSessionResponse instance for mocking.

Applies to