次の方法で共有


PipelinesOperationsExtensions.CreateRunAsync メソッド

定義

パイプラインの実行を作成します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactory.Models.CreateRunResponse> CreateRunAsync (this Microsoft.Azure.Management.DataFactory.IPipelinesOperations operations, string resourceGroupName, string factoryName, string pipelineName, string referencePipelineRunId = default, bool? isRecovery = default, string startActivityName = default, bool? startFromFailure = default, System.Collections.Generic.IDictionary<string,object> parameters = default, System.Threading.CancellationToken cancellationToken = default);
static member CreateRunAsync : Microsoft.Azure.Management.DataFactory.IPipelinesOperations * string * string * string * string * Nullable<bool> * string * Nullable<bool> * System.Collections.Generic.IDictionary<string, obj> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactory.Models.CreateRunResponse>
<Extension()>
Public Function CreateRunAsync (operations As IPipelinesOperations, resourceGroupName As String, factoryName As String, pipelineName As String, Optional referencePipelineRunId As String = Nothing, Optional isRecovery As Nullable(Of Boolean) = Nothing, Optional startActivityName As String = Nothing, Optional startFromFailure As Nullable(Of Boolean) = Nothing, Optional parameters As IDictionary(Of String, Object) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of CreateRunResponse)

パラメーター

operations
IPipelinesOperations

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

resourceGroupName
String

リソース グループ名。

factoryName
String

ファクトリ名。

pipelineName
String

パイプライン名。

referencePipelineRunId
String

パイプライン実行識別子。 実行 ID が指定されている場合、指定した実行のパラメーターを使用して新しい実行が作成されます。

isRecovery
Nullable<Boolean>

回復モード フラグ。 復旧モードが true に設定されている場合、指定された参照パイプラインの実行と、新しい実行が同じ groupId でグループ化されます。

startActivityName
String

回復モードでは、再実行はこのアクティビティから開始されます。 指定しない場合、すべてのアクティビティが実行されます。

startFromFailure
Nullable<Boolean>

回復モードで true に設定すると、再実行は失敗したアクティビティから開始されます。 プロパティは、startActivityName が指定されていない場合にのみ使用されます。

parameters
IDictionary<String,Object>

パイプライン実行のパラメーター。 これらのパラメーターは、runId が指定されていない場合にのみ使用されます。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象