LogicAppClient.GetWorkflowUpgradedDefinition(String, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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