WorkflowTriggersOperationsExtensions.ListCallbackUrlAsync 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.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowTriggerCallbackUrlInner> ListCallbackUrlAsync(this Microsoft.Azure.Management.Logic.Fluent.IWorkflowTriggersOperations operations, string resourceGroupName, string workflowName, string triggerName, System.Threading.CancellationToken cancellationToken = default);
static member ListCallbackUrlAsync : Microsoft.Azure.Management.Logic.Fluent.IWorkflowTriggersOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowTriggerCallbackUrlInner>
<Extension()>
Public Function ListCallbackUrlAsync (operations As IWorkflowTriggersOperations, resourceGroupName As String, workflowName As String, triggerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkflowTriggerCallbackUrlInner)
Parameters
- operations
- IWorkflowTriggersOperations
- resourceGroupName
- String
- workflowName
- String
- triggerName
- String
- cancellationToken
- CancellationToken