次の方法で共有


LogicWorkflowTriggerResource.SetStateAsync メソッド

定義

ワークフロー トリガーの状態を設定します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/triggers/{triggerName}/setState
  • 操作IdWorkflowTriggers_SetState
public virtual System.Threading.Tasks.Task<Azure.Response> SetStateAsync (Azure.ResourceManager.Logic.Models.LogicWorkflowTriggerStateActionContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member SetStateAsync : Azure.ResourceManager.Logic.Models.LogicWorkflowTriggerStateActionContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.SetStateAsync : Azure.ResourceManager.Logic.Models.LogicWorkflowTriggerStateActionContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function SetStateAsync (content As LogicWorkflowTriggerStateActionContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)

パラメーター

content
LogicWorkflowTriggerStateActionContent

ワークフロー トリガーの状態。

cancellationToken
CancellationToken

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

戻り値

例外

content が null です。

適用対象