次の方法で共有


TriggersOperationsExtensions.Stop メソッド

定義

トリガーを停止します。

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

パラメーター

operations
ITriggersOperations

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

resourceGroupName
String

リソース グループ名。

factoryName
String

ファクトリ名。

triggerName
String

トリガー名。

適用対象