次の方法で共有


ActivityRuns interface

ActivityRuns を表すインターフェイス。

メソッド

queryByPipelineRun(string, string, string, RunFilterParameters, ActivityRunsQueryByPipelineRunOptionalParams)

クエリ アクティビティは、入力フィルター条件に基づいて実行されます。

メソッドの詳細

queryByPipelineRun(string, string, string, RunFilterParameters, ActivityRunsQueryByPipelineRunOptionalParams)

クエリ アクティビティは、入力フィルター条件に基づいて実行されます。

function queryByPipelineRun(resourceGroupName: string, factoryName: string, runId: string, filterParameters: RunFilterParameters, options?: ActivityRunsQueryByPipelineRunOptionalParams): Promise<ActivityRunsQueryResponse>

パラメーター

resourceGroupName

string

リソース グループ名。

factoryName

string

ファクトリ名。

runId

string

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

filterParameters
RunFilterParameters

アクティビティの実行をフィルター処理するためのパラメーター。

options
ActivityRunsQueryByPipelineRunOptionalParams

オプション パラメーター。

戻り値