LogicWorkflowVersionResource.GetCallbackUrlWorkflowVersionTrigger 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 Azure.Response<Azure.ResourceManager.Logic.Models.LogicWorkflowTriggerCallbackUri> GetCallbackUrlWorkflowVersionTrigger (string triggerName, Azure.ResourceManager.Logic.Models.ListOperationCallbackUrlParameterInfo info = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetCallbackUrlWorkflowVersionTrigger : string * Azure.ResourceManager.Logic.Models.ListOperationCallbackUrlParameterInfo * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Logic.Models.LogicWorkflowTriggerCallbackUri>
override this.GetCallbackUrlWorkflowVersionTrigger : string * Azure.ResourceManager.Logic.Models.ListOperationCallbackUrlParameterInfo * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Logic.Models.LogicWorkflowTriggerCallbackUri>
Public Overridable Function GetCallbackUrlWorkflowVersionTrigger (triggerName As String, Optional info As ListOperationCallbackUrlParameterInfo = Nothing, Optional cancellationToken As CancellationToken = Nothing) As 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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET