Метод | Описание | |
---|---|---|
CancelWorkflowRun ( string resourceGroupName, string workflowName, string runName ) : void |
Cancels the logic app run.
|
|
CreateWorkflow ( string resourceGroupName, string workflowName, Workflow workflow ) : Workflow |
Creates workflow in the azure resource group
|
|
GetWorkflow ( string resourceGroupName, string workflowName ) : Workflow |
Gets the workflow by name from given resource group.
|
|
GetWorkflowRun ( string resourceGroupName, string workflowName, string runName ) : WorkflowRun |
Gets the logic app run.
|
|
GetWorkflowRunAction ( string resourceGroupName, string workflowName, string runName, string actionName ) : WorkflowRunAction |
Gets the workflow run action
|
|
GetWorkflowRunActions ( string resourceGroupName, string workflowName, string runName ) : Page |
Gets actions of the specified workflow run.
|
|
GetWorkflowRuns ( string resourceGroupName, string workflowName ) : Page |
Gets the workflow run history.
|
|
GetWorkflowTrigger ( string resourceGroupName, string workflowName, string triggerName ) : WorkflowTrigger |
Gets the specified trigger from the workflow
|
|
GetWorkflowTriggerCallbackUrl ( string resourceGroupName, string workflowName, string triggerName ) : WorkflowTriggerCallbackUrl |
Gets the specified trigger callback URL from the workflow
|
|
GetWorkflowTriggerHistories ( string resourceGroupName, string workflowName, string triggerName ) : Page |
Gets the workflow trigger histories.
|
|
GetWorkflowTriggerHistory ( string resourceGroupName, string workflowName, string triggerName, string historyName ) : WorkflowTriggerHistory |
Gets the workflow history by name
|
|
GetWorkflowTriggers ( string resourceGroupName, string workflowName ) : Page |
Gets the list of triggers in the workflow
|
|
GetWorkflowUpgradedDefinition ( string resourceGroupName, string workflowName, string targetSchemaVersion ) : object |
Gets the upgraded definition for a workflow.
|
|
GetWorkflowVersion ( string resourceGroupName, string workflowName, string versionId ) : WorkflowVersion |
Gets the given version of a workflow by name from given resource group.
|
|
LogicAppClient ( ) : Microsoft.Azure.Commands.Common.Authentication |
Creates new LogicManagement client instance.
|
|
LogicAppClient ( |
Creates new LogicManagement client instance.
|
|
LogicAppClient ( ILogicManagementClient client ) : Microsoft.Azure.Commands.Common.Authentication |
Creates new LogicManagement client instance.
|
|
RemoveWorkflow ( string resourceGroupName, string workflowName ) : void |
Removes the specified workflow from the given resource group.
|
|
RunWorkflowTrigger ( string resourceGroupName, string workflowName, string triggerName ) : void |
Runs the workflow trigger
|
|
UpdateWorkflow ( string resourceGroupName, string workflowName, Workflow workflow ) : Workflow |
Updates workflow in the azure resource group
|
|
ValidateWorkflow ( string resourceGroupName, string location, string workflowName, Workflow workflow ) : void |
Validates the specified workflow from the given resource group.
|
Метод | Описание | |
---|---|---|
DoesLogicAppExist ( string resourceGroupName, string workflowName ) : bool |
Checks whether logic app exists or not
|
public CancelWorkflowRun ( string resourceGroupName, string workflowName, string runName ) : void | ||
resourceGroupName | string | Name of the resource group |
workflowName | string | Name of the workflow |
runName | string | Workflow run name |
Результат | void |
public CreateWorkflow ( string resourceGroupName, string workflowName, Workflow workflow ) : Workflow | ||
resourceGroupName | string | Name of the resource group |
workflowName | string | Workflow name |
workflow | Workflow | Workflow object |
Результат | Workflow |
public GetWorkflow ( string resourceGroupName, string workflowName ) : Workflow | ||
resourceGroupName | string | Name of the resource group |
workflowName | string | Workflow name |
Результат | Workflow |
public GetWorkflowRun ( string resourceGroupName, string workflowName, string runName ) : WorkflowRun | ||
resourceGroupName | string | Name of the resource group |
workflowName | string | Name of the workflow |
runName | string | Name of the workflow run |
Результат | WorkflowRun |
public GetWorkflowRunAction ( string resourceGroupName, string workflowName, string runName, string actionName ) : WorkflowRunAction | ||
resourceGroupName | string | Name of the resource group |
workflowName | string | Name of the workflow |
runName | string | Name of the workflow run |
actionName | string | Name of the workflow run action |
Результат | WorkflowRunAction |
public GetWorkflowRunActions ( string resourceGroupName, string workflowName, string runName ) : Page |
||
resourceGroupName | string | Name of the resource group |
workflowName | string | Name of the workflow |
runName | string | Name of the workflow run |
Результат | Page |
public GetWorkflowRuns ( string resourceGroupName, string workflowName ) : Page |
||
resourceGroupName | string | Name of the resource group |
workflowName | string | Name of the workflow |
Результат | Page |
public GetWorkflowTrigger ( string resourceGroupName, string workflowName, string triggerName ) : WorkflowTrigger | ||
resourceGroupName | string | Name of the resource group |
workflowName | string | Name of the workflow |
triggerName | string | Name of the trigger |
Результат | WorkflowTrigger |
public GetWorkflowTriggerCallbackUrl ( string resourceGroupName, string workflowName, string triggerName ) : WorkflowTriggerCallbackUrl | ||
resourceGroupName | string | Name of the resource group |
workflowName | string | Name of the workflow |
triggerName | string | Name of the trigger |
Результат | WorkflowTriggerCallbackUrl |
public GetWorkflowTriggerHistories ( string resourceGroupName, string workflowName, string triggerName ) : Page |
||
resourceGroupName | string | Name of the resource group |
workflowName | string | Name of the workflow |
triggerName | string | Name of the trigger |
Результат | Page |
public GetWorkflowTriggerHistory ( string resourceGroupName, string workflowName, string triggerName, string historyName ) : WorkflowTriggerHistory | ||
resourceGroupName | string | Name of the resource group |
workflowName | string | Name of the workflow |
triggerName | string | Name of the trigger |
historyName | string | Name of the trigger history |
Результат | WorkflowTriggerHistory |
public GetWorkflowTriggers ( string resourceGroupName, string workflowName ) : Page |
||
resourceGroupName | string | Name of the resource group |
workflowName | string | Name of the workflow |
Результат | Page |
public GetWorkflowUpgradedDefinition ( string resourceGroupName, string workflowName, string targetSchemaVersion ) : object | ||
resourceGroupName | string | Name of the resource group |
workflowName | string | Workflow name |
targetSchemaVersion | string | Target schema version of the definition |
Результат | object |
public GetWorkflowVersion ( string resourceGroupName, string workflowName, string versionId ) : WorkflowVersion | ||
resourceGroupName | string | Name of the resource group |
workflowName | string | Workflow name |
versionId | string | Version of the workflow |
Результат | WorkflowVersion |
public LogicAppClient ( ) : Microsoft.Azure.Commands.Common.Authentication | ||
Результат | Microsoft.Azure.Commands.Common.Authentication |
public LogicAppClient ( |
||
context | The Azure context instance | |
Результат | Microsoft.Azure.Commands.Common.Authentication |
public LogicAppClient ( ILogicManagementClient client ) : Microsoft.Azure.Commands.Common.Authentication | ||
client | ILogicManagementClient | client reference |
Результат | Microsoft.Azure.Commands.Common.Authentication |
public RemoveWorkflow ( string resourceGroupName, string workflowName ) : void | ||
resourceGroupName | string | Name of the resource group |
workflowName | string | Workflow name |
Результат | void |
public RunWorkflowTrigger ( string resourceGroupName, string workflowName, string triggerName ) : void | ||
resourceGroupName | string | Name of the resource group |
workflowName | string | Name of the workflow |
triggerName | string | Name of the trigger |
Результат | void |
public UpdateWorkflow ( string resourceGroupName, string workflowName, Workflow workflow ) : Workflow | ||
resourceGroupName | string | Name of the resource group |
workflowName | string | Workflow name |
workflow | Workflow | Workflow object |
Результат | Workflow |
public ValidateWorkflow ( string resourceGroupName, string location, string workflowName, Workflow workflow ) : void | ||
resourceGroupName | string | Name of the resource group |
location | string | The workflow location. |
workflowName | string | Workflow name |
workflow | Workflow | The Workflow object. |
Результат | void |