次の方法で共有


IPipelinesOperations.CreateRunWithHttpMessagesAsync メソッド

定義

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

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataFactory.Models.CreateRunResponse>> CreateRunWithHttpMessagesAsync (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.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateRunWithHttpMessagesAsync : string * string * string * string * Nullable<bool> * string * Nullable<bool> * System.Collections.Generic.IDictionary<string, obj> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataFactory.Models.CreateRunResponse>>
Public Function CreateRunWithHttpMessagesAsync (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 customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of CreateRunResponse))

パラメーター

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 が指定されていない場合にのみ使用されます。

customHeaders
Dictionary<String,List<String>>

要求に追加されるヘッダー。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

例外

操作が無効な状態コードを返したときにスローされます

応答を逆シリアル化できない場合にスローされます

必須パラメーターが null の場合にスローされます

適用対象