Share via


LogicAppClient.ValidateWorkflow(String, String, String, Workflow) Method

Definition

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.

Applies to