LogicAppClient Class

Definition

LogicApp client class

public class LogicAppClient
type LogicAppClient = class
Public Class LogicAppClient
Inheritance
LogicAppClient

Constructors

LogicAppClient()

Creates new LogicManagement client instance.

LogicAppClient(IAzureContext)

Creates new LogicManagement client instance.

LogicAppClient(ILogicManagementClient)

Creates new LogicManagement client instance.

Properties

ErrorLogger

Gets or sets the Error Logger

LogicManagementClient

Gets or sets the Logic client instance

VerboseLogger

Gets or sets the Verbose Logger

Methods

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)
GetWorkflowRunActions(String, String, String, String)

Gets actions of the specified workflow run.

GetWorkflowRuns(String, String)
GetWorkflowRuns(String, String, String)

Gets the workflow run history.

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)
GetWorkflowTriggerHistories(String, String, String, String)

Gets the workflow trigger histories.

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.

Applies to