Freigeben über


WorkflowsOperationsExtensions.ValidateByLocation Methode

Definition

Überprüft die Workflowdefinition.

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)

Parameter

operations
IWorkflowsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

location
String

Der Workflowspeicherort.

workflowName
String

Den Workflownamen

workflow
Workflow

Die Workflowdefinition.

Gilt für: