你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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