C# 클래스 Microsoft.Azure.Commands.LogicApp.Utilities.LogicAppClient

LogicApp client class
파일 보기 프로젝트 열기: Azure/azure-powershell

공개 메소드들

메소드 설명
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 ( AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication

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

메소드 상세

CancelWorkflowRun() 공개 메소드

Cancels the logic app run.
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

CreateWorkflow() 공개 메소드

Creates workflow in the azure resource group
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

GetWorkflow() 공개 메소드

Gets the workflow by name from given resource group.
public GetWorkflow ( string resourceGroupName, string workflowName ) : Workflow
resourceGroupName string Name of the resource group
workflowName string Workflow name
리턴 Workflow

GetWorkflowRun() 공개 메소드

Gets the logic app run.
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

GetWorkflowRunAction() 공개 메소드

Gets the workflow run action
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

GetWorkflowRunActions() 공개 메소드

Gets actions of the specified workflow run.
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

GetWorkflowRuns() 공개 메소드

Gets the workflow run history.
public GetWorkflowRuns ( string resourceGroupName, string workflowName ) : Page
resourceGroupName string Name of the resource group
workflowName string Name of the workflow
리턴 Page

GetWorkflowTrigger() 공개 메소드

Gets the specified trigger from the workflow
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

GetWorkflowTriggerCallbackUrl() 공개 메소드

Gets the specified trigger callback URL from the workflow
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

GetWorkflowTriggerHistories() 공개 메소드

Gets the workflow trigger histories.
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

GetWorkflowTriggerHistory() 공개 메소드

Gets the workflow history by name
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

GetWorkflowTriggers() 공개 메소드

Gets the list of triggers in the workflow
public GetWorkflowTriggers ( string resourceGroupName, string workflowName ) : Page
resourceGroupName string Name of the resource group
workflowName string Name of the workflow
리턴 Page

GetWorkflowUpgradedDefinition() 공개 메소드

Gets the upgraded definition for a workflow.
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

GetWorkflowVersion() 공개 메소드

Gets the given version of a workflow by name from given resource group.
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

LogicAppClient() 공개 메소드

Creates new LogicManagement client instance.
public LogicAppClient ( ) : Microsoft.Azure.Commands.Common.Authentication
리턴 Microsoft.Azure.Commands.Common.Authentication

LogicAppClient() 공개 메소드

Creates new LogicManagement client instance.
public LogicAppClient ( AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication
context Microsoft.Azure.Commands.Common.Authentication.Models.AzureContext The Azure context instance
리턴 Microsoft.Azure.Commands.Common.Authentication

LogicAppClient() 공개 메소드

Creates new LogicManagement client instance.
public LogicAppClient ( ILogicManagementClient client ) : Microsoft.Azure.Commands.Common.Authentication
client ILogicManagementClient client reference
리턴 Microsoft.Azure.Commands.Common.Authentication

RemoveWorkflow() 공개 메소드

Removes the specified workflow from the given resource group.
public RemoveWorkflow ( string resourceGroupName, string workflowName ) : void
resourceGroupName string Name of the resource group
workflowName string Workflow name
리턴 void

RunWorkflowTrigger() 공개 메소드

Runs the workflow trigger
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

UpdateWorkflow() 공개 메소드

Updates workflow in the azure resource group
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

ValidateWorkflow() 공개 메소드

Validates the specified workflow from the given resource group.
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