LogicWorkflowVersionResource.GetCallbackUrlWorkflowVersionTriggerAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET