WorkflowTriggerHistoriesOperationsExtensions.GetAsync メソッド

定義

ワークフロー トリガー履歴を取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Logic.Models.WorkflowTriggerHistory> GetAsync (this Microsoft.Azure.Management.Logic.IWorkflowTriggerHistoriesOperations operations, string resourceGroupName, string workflowName, string triggerName, string historyName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Logic.IWorkflowTriggerHistoriesOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Logic.Models.WorkflowTriggerHistory>
<Extension()>
Public Function GetAsync (operations As IWorkflowTriggerHistoriesOperations, resourceGroupName As String, workflowName As String, triggerName As String, historyName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkflowTriggerHistory)

パラメーター

operations
IWorkflowTriggerHistoriesOperations

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

resourceGroupName
String

リソース グループ名。

workflowName
String

ワークフロー名

triggerName
String

ワークフロー トリガー名。

historyName
String

ワークフロー トリガーの履歴名。 実行が発生したトリガーの実行名に対応します。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象