次の方法で共有


DataFlowDebugSessionOperationsExtensions.Delete メソッド

定義

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

public static void Delete (this Microsoft.Azure.Management.DataFactory.IDataFlowDebugSessionOperations operations, string resourceGroupName, string factoryName, Microsoft.Azure.Management.DataFactory.Models.DeleteDataFlowDebugSessionRequest request);
static member Delete : Microsoft.Azure.Management.DataFactory.IDataFlowDebugSessionOperations * string * string * Microsoft.Azure.Management.DataFactory.Models.DeleteDataFlowDebugSessionRequest -> unit
<Extension()>
Public Sub Delete (operations As IDataFlowDebugSessionOperations, resourceGroupName As String, factoryName As String, request As DeleteDataFlowDebugSessionRequest)

パラメーター

operations
IDataFlowDebugSessionOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループ名。

factoryName
String

ファクトリ名。

request
DeleteDataFlowDebugSessionRequest

削除用のデータ フロー デバッグ セッション定義

適用対象