WorkflowTriggersClient Interface
public interface WorkflowTriggersClient
An instance of this class provides access to all the operations defined in WorkflowTriggersClient.
Method Summary
Method Details
beginRun
public abstract SyncPoller<PollResult<Void>,Void> beginRun(String resourceGroupName, String name, String workflowName, String triggerName)
Runs a workflow trigger.
Parameters:
Returns:
beginRun
public abstract SyncPoller<PollResult<Void>,Void> beginRun(String resourceGroupName, String name, String workflowName, String triggerName, Context context)
Runs a workflow trigger.
Parameters:
Returns:
beginRunAsync
public abstract PollerFlux<PollResult<Void>,Void> beginRunAsync(String resourceGroupName, String name, String workflowName, String triggerName)
Runs a workflow trigger.
Parameters:
Returns:
get
public abstract WorkflowTriggerInner get(String resourceGroupName, String name, String workflowName, String triggerName)
Gets a workflow trigger.
Parameters:
Returns:
getAsync
public abstract Mono<WorkflowTriggerInner> getAsync(String resourceGroupName, String name, String workflowName, String triggerName)
Gets a workflow trigger.
Parameters:
Returns:
getSchemaJson
public abstract JsonSchemaInner getSchemaJson(String resourceGroupName, String name, String workflowName, String triggerName)
Get the trigger schema as JSON.
Parameters:
Returns:
getSchemaJsonAsync
public abstract Mono<JsonSchemaInner> getSchemaJsonAsync(String resourceGroupName, String name, String workflowName, String triggerName)
Get the trigger schema as JSON.
Parameters:
Returns:
getSchemaJsonWithResponse
public abstract Response<JsonSchemaInner> getSchemaJsonWithResponse(String resourceGroupName, String name, String workflowName, String triggerName, Context context)
Get the trigger schema as JSON.
Parameters:
Returns:
getSchemaJsonWithResponseAsync
public abstract Mono<Response<JsonSchemaInner>> getSchemaJsonWithResponseAsync(String resourceGroupName, String name, String workflowName, String triggerName)
Get the trigger schema as JSON.
Parameters:
Returns:
getWithResponse
public abstract Response<WorkflowTriggerInner> getWithResponse(String resourceGroupName, String name, String workflowName, String triggerName, Context context)
Gets a workflow trigger.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono<Response<WorkflowTriggerInner>> getWithResponseAsync(String resourceGroupName, String name, String workflowName, String triggerName)
Gets a workflow trigger.
Parameters:
Returns:
list
public abstract PagedIterable<WorkflowTriggerInner> list(String resourceGroupName, String name, String workflowName)
Gets a list of workflow triggers.
Parameters:
Returns:
list
public abstract PagedIterable<WorkflowTriggerInner> list(String resourceGroupName, String name, String workflowName, Integer top, String filter, Context context)
Gets a list of workflow triggers.
Parameters:
Returns:
listAsync
public abstract PagedFlux<WorkflowTriggerInner> listAsync(String resourceGroupName, String name, String workflowName)
Gets a list of workflow triggers.
Parameters:
Returns:
listAsync
public abstract PagedFlux<WorkflowTriggerInner> listAsync(String resourceGroupName, String name, String workflowName, Integer top, String filter)
Gets a list of workflow triggers.
Parameters:
Returns:
listCallbackUrl
public abstract WorkflowTriggerCallbackUrlInner listCallbackUrl(String resourceGroupName, String name, String workflowName, String triggerName)
Get the callback URL for a workflow trigger.
Parameters:
Returns:
listCallbackUrlAsync
public abstract Mono<WorkflowTriggerCallbackUrlInner> listCallbackUrlAsync(String resourceGroupName, String name, String workflowName, String triggerName)
Get the callback URL for a workflow trigger.
Parameters:
Returns:
listCallbackUrlWithResponse
public abstract Response<WorkflowTriggerCallbackUrlInner> listCallbackUrlWithResponse(String resourceGroupName, String name, String workflowName, String triggerName, Context context)
Get the callback URL for a workflow trigger.
Parameters:
Returns:
listCallbackUrlWithResponseAsync
public abstract Mono<Response<WorkflowTriggerCallbackUrlInner>> listCallbackUrlWithResponseAsync(String resourceGroupName, String name, String workflowName, String triggerName)
Get the callback URL for a workflow trigger.
Parameters:
Returns:
run
public abstract void run(String resourceGroupName, String name, String workflowName, String triggerName)
Runs a workflow trigger.
Parameters:
run
public abstract void run(String resourceGroupName, String name, String workflowName, String triggerName, Context context)
Runs a workflow trigger.
Parameters:
runAsync
public abstract Mono<Void> runAsync(String resourceGroupName, String name, String workflowName, String triggerName)
Runs a workflow trigger.
Parameters:
Returns:
runWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> runWithResponseAsync(String resourceGroupName, String name, String workflowName, String triggerName)
Runs a workflow trigger.
Parameters:
Returns: