次の方法で共有


PipelinesOperationsExtensions.CreateRun メソッド

定義

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

public static Microsoft.Azure.Management.DataFactory.Models.CreateRunResponse CreateRun (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);
static member CreateRun : Microsoft.Azure.Management.DataFactory.IPipelinesOperations * string * string * string * string * Nullable<bool> * string * Nullable<bool> * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.Azure.Management.DataFactory.Models.CreateRunResponse
<Extension()>
Public Function CreateRun (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) As 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 が指定されていない場合にのみ使用されます。

戻り値

適用対象