Interface WorkflowVersionTriggersClient


public interface WorkflowVersionTriggersClient
An instance of this class provides access to all the operations defined in WorkflowVersionTriggersClient.
  • Method Details

    • listCallbackUrlWithResponse

      com.azure.core.http.rest.Response<WorkflowTriggerCallbackUrlInner> listCallbackUrlWithResponse(String resourceGroupName, String workflowName, String versionId, String triggerName, GetCallbackUrlParameters parameters, com.azure.core.util.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.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • listCallbackUrl

      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.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.