WorkflowsOperationsExtensions.ValidateByLocation Método

Definição

Valida a definição de fluxo de trabalho.

public static void ValidateByLocation (this Microsoft.Azure.Management.Logic.IWorkflowsOperations operations, string resourceGroupName, string location, string workflowName, Microsoft.Azure.Management.Logic.Models.Workflow workflow);
static member ValidateByLocation : Microsoft.Azure.Management.Logic.IWorkflowsOperations * string * string * string * Microsoft.Azure.Management.Logic.Models.Workflow -> unit
<Extension()>
Public Sub ValidateByLocation (operations As IWorkflowsOperations, resourceGroupName As String, location As String, workflowName As String, workflow As Workflow)

Parâmetros

operations
IWorkflowsOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos.

location
String

O local do fluxo de trabalho.

workflowName
String

O nome do fluxo de trabalho.

workflow
Workflow

A definição do fluxo de trabalho.

Aplica-se a