次の方法で共有


TriggerRunsOperationsExtensions.Cancel メソッド

定義

runId で 1 つのトリガー インスタンスを取り消します。

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

パラメーター

operations
ITriggerRunsOperations

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

resourceGroupName
String

リソース グループ名。

factoryName
String

ファクトリ名。

triggerName
String

トリガー名。

runId
String

パイプライン実行識別子。

適用対象