Share via


LogicAppClient.GetWorkflowUpgradedDefinition(String, String, String) Method

Definition

Gets the upgraded definition for a workflow.

public object GetWorkflowUpgradedDefinition (string resourceGroupName, string workflowName, string targetSchemaVersion);
member this.GetWorkflowUpgradedDefinition : string * string * string -> obj
Public Function GetWorkflowUpgradedDefinition (resourceGroupName As String, workflowName As String, targetSchemaVersion As String) As Object

Parameters

resourceGroupName
String

Name of the resource group

workflowName
String

Workflow name

targetSchemaVersion
String

Target schema version of the definition

Returns

Workflow object

Applies to