次の方法で共有


LogicWorkflowRunResource.GetLogicWorkflowRunOperation メソッド

定義

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

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

パラメーター

operationId
String

ワークフロー操作 ID。

cancellationToken
CancellationToken

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

戻り値

例外

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

operationId が null です。

適用対象