CancelWorkflowRun(String, String, String)
|
Cancels the logic app run.
|
CreateWorkflow(String, String, Workflow)
|
Creates workflow in the azure resource group
|
GetWorkflow(String, String)
|
Gets the workflow by name from given resource group.
|
GetWorkflowRun(String, String, String)
|
Gets the logic app run.
|
GetWorkflowRunAction(String, String, String, String)
|
Gets the workflow run action
|
GetWorkflowRunActions(String, String, String, String)
|
Gets actions of the specified workflow run.
|
GetWorkflowRunActions(String, String, String)
|
GetWorkflowRuns(String, String, String)
|
Gets the workflow run history.
|
GetWorkflowRuns(String, String)
|
GetWorkflowTrigger(String, String, String)
|
Gets the specified trigger from the workflow
|
GetWorkflowTriggerCallbackUrl(String, String, String)
|
Gets the specified trigger callback URL from the workflow
|
GetWorkflowTriggerHistories(String, String, String, String)
|
Gets the workflow trigger histories.
|
GetWorkflowTriggerHistories(String, String, String)
|
GetWorkflowTriggerHistory(String, String, String, String)
|
Gets the workflow history by name
|
GetWorkflowTriggers(String, String)
|
Gets the list of triggers in the workflow
|
GetWorkflowUpgradedDefinition(String, String, String)
|
Gets the upgraded definition for a workflow.
|
GetWorkflowVersion(String, String, String)
|
Gets the given version of a workflow by name from given resource group.
|
ListWorkFlowByResourceGroupName(String)
|
Gets the workflows from given resource group.
|
ListWorkFlowBySubscription()
|
Gets the workflows in current subscription.
|
RemoveWorkflow(String, String)
|
Removes the specified workflow from the given resource group.
|
RunWorkflowTrigger(String, String, String)
|
Runs the workflow trigger
|
UpdateWorkflow(String, String, Workflow)
|
Updates workflow in the azure resource group
|
ValidateWorkflow(String, String, String, Workflow)
|
Validates the specified workflow from the given resource group.
|