你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

LogicWorkflowVersionResource.GetCallbackUrlWorkflowVersionTriggerAsync Method

Definition

Get the callback url for a trigger of a workflow version.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/versions/{versionId}/triggers/{triggerName}/listCallbackUrl
  • Operation Id: WorkflowVersionTriggers_ListCallbackUrl
  • Default Api Version: 2019-05-01
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.Models.LogicWorkflowTriggerCallbackUri>> GetCallbackUrlWorkflowVersionTriggerAsync(string triggerName, Azure.ResourceManager.Logic.Models.ListOperationCallbackUrlParameterInfo info = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetCallbackUrlWorkflowVersionTriggerAsync : string * Azure.ResourceManager.Logic.Models.ListOperationCallbackUrlParameterInfo * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.Models.LogicWorkflowTriggerCallbackUri>>
override this.GetCallbackUrlWorkflowVersionTriggerAsync : string * Azure.ResourceManager.Logic.Models.ListOperationCallbackUrlParameterInfo * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.Models.LogicWorkflowTriggerCallbackUri>>
Public Overridable Function GetCallbackUrlWorkflowVersionTriggerAsync (triggerName As String, Optional info As ListOperationCallbackUrlParameterInfo = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of LogicWorkflowTriggerCallbackUri))

Parameters

triggerName
String

The workflow trigger name.

info
ListOperationCallbackUrlParameterInfo

The callback URL parameters.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

triggerName is an empty string, and was expected to be non-empty.

triggerName is null.

Applies to