Freigeben über


DataFactoryResource.CreateDataFlowDebugSession Method

Definition

Creates a data flow debug session.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/createDataFlowDebugSession
  • Operation Id: DataFlowDebugSession_Create
  • Default Api Version: 2018-06-01
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DataFactory.Models.DataFactoryDataFlowCreateDebugSessionResult> CreateDataFlowDebugSession (Azure.WaitUntil waitUntil, Azure.ResourceManager.DataFactory.Models.DataFactoryDataFlowDebugSessionContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateDataFlowDebugSession : Azure.WaitUntil * Azure.ResourceManager.DataFactory.Models.DataFactoryDataFlowDebugSessionContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DataFactory.Models.DataFactoryDataFlowCreateDebugSessionResult>
override this.CreateDataFlowDebugSession : Azure.WaitUntil * Azure.ResourceManager.DataFactory.Models.DataFactoryDataFlowDebugSessionContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DataFactory.Models.DataFactoryDataFlowCreateDebugSessionResult>
Public Overridable Function CreateDataFlowDebugSession (waitUntil As WaitUntil, content As DataFactoryDataFlowDebugSessionContent, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of DataFactoryDataFlowCreateDebugSessionResult)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

content
DataFactoryDataFlowDebugSessionContent

Data flow debug session definition.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

content is null.

Applies to