LogicAppClient.ValidateWorkflow(String, String, String, Workflow) 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.
Validates the specified workflow from the given resource group.
public void ValidateWorkflow (string resourceGroupName, string location, string workflowName, Microsoft.Azure.Management.Logic.Models.Workflow workflow);
member this.ValidateWorkflow : string * string * string * Microsoft.Azure.Management.Logic.Models.Workflow -> unit
Public Sub ValidateWorkflow (resourceGroupName As String, location As String, workflowName As String, workflow As Workflow)
Parameters
- resourceGroupName
- String
Name of the resource group
- location
- String
The workflow location.
- workflowName
- String
Workflow name
- workflow
- Workflow
The Workflow object.