PipelinesOperationsExtensions.Delete メソッド

定義

パイプラインを削除します。

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

パラメーター

operations
IPipelinesOperations

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

resourceGroupName
String

リソース グループ名。

factoryName
String

ファクトリ名。

pipelineName
String

パイプライン名。

適用対象