次の方法で共有


DataFlowsOperationsExtensions.Delete メソッド

定義

データ フローを削除します。

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

パラメーター

operations
IDataFlowsOperations

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

resourceGroupName
String

リソース グループ名。

factoryName
String

ファクトリ名。

dataFlowName
String

データ フロー名。

適用対象