次の方法で共有


TriggersOperationsExtensions.BeginStop メソッド

定義

トリガーを停止します。

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

パラメーター

operations
ITriggersOperations

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

resourceGroupName
String

リソース グループ名。

factoryName
String

ファクトリ名。

triggerName
String

トリガー名。

適用対象