Freigeben über


WorkflowsOperationsExtensions.ValidateByResourceGroup Methode

Definition

Überprüft den Workflow.

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

Parameter

operations
IWorkflowsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

workflowName
String

Den Workflownamen

validate
Workflow

Der Workflow.

Gilt für: