WorkflowVersionTriggersClient Interface

public interface WorkflowVersionTriggersClient

An instance of this class provides access to all the operations defined in WorkflowVersionTriggersClient.

Method Summary

Modifier and Type Method and Description
abstract WorkflowTriggerCallbackUrlInner listCallbackUrl(String resourceGroupName, String workflowName, String versionId, String triggerName)

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

abstract Response<WorkflowTriggerCallbackUrlInner> listCallbackUrlWithResponse(String resourceGroupName, String workflowName, String versionId, String triggerName, GetCallbackUrlParameters parameters, Context context)

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

Method Details

listCallbackUrl

public abstract WorkflowTriggerCallbackUrlInner listCallbackUrl(String resourceGroupName, String workflowName, String versionId, String triggerName)

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

Parameters:

resourceGroupName - The resource group name.
workflowName - The workflow name.
versionId - The workflow versionId.
triggerName - The workflow trigger name.

Returns:

the callback url for a trigger of a workflow version.

listCallbackUrlWithResponse

public abstract Response listCallbackUrlWithResponse(String resourceGroupName, String workflowName, String versionId, String triggerName, GetCallbackUrlParameters parameters, Context context)

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

Parameters:

resourceGroupName - The resource group name.
workflowName - The workflow name.
versionId - The workflow versionId.
triggerName - The workflow trigger name.
parameters - The callback URL parameters.
context - The context to associate with this operation.

Returns:

the callback url for a trigger of a workflow version along with Response<T>.

Applies to