次の方法で共有


DataFactoryResource.CreateDataFlowDebugSession メソッド

定義

データ フロー デバッグ セッションを作成します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/createDataFlowDebugSession
  • 操作IdDataFlowDebugSession_Create
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)

パラメーター

waitUntil
WaitUntil

Completed メソッドがサービスで実行時間の長い操作が完了するまで戻るのを待機する必要がある場合。 Started 操作を開始した後に が返される場合は 。 実行時間の長い操作の詳細については、「 Azure.Core Long-Running 操作のサンプル」を参照してください。

content
DataFactoryDataFlowDebugSessionContent

データ フロー デバッグ セッション定義。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

content が null です。

適用対象