次の方法で共有


TriggersOperationsExtensions.Delete メソッド

定義

トリガーを削除します。

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

パラメーター

operations
ITriggersOperations

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

resourceGroupName
String

リソース グループ名。

factoryName
String

ファクトリ名。

triggerName
String

トリガー名。

適用対象