次の方法で共有


LogicWorkflowRunResource.GetLogicWorkflowRunOperationAsync メソッド

定義

実行の操作を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/operations/{operationId}
  • 操作IdWorkflowRunOperations_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.LogicWorkflowRunOperationResource>> GetLogicWorkflowRunOperationAsync (string operationId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetLogicWorkflowRunOperationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.LogicWorkflowRunOperationResource>>
override this.GetLogicWorkflowRunOperationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.LogicWorkflowRunOperationResource>>
Public Overridable Function GetLogicWorkflowRunOperationAsync (operationId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of LogicWorkflowRunOperationResource))

パラメーター

operationId
String

ワークフロー操作 ID。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

operationId は空の文字列であり、空でないと予想されていました。

operationId が null です。

適用対象