Freigeben über


WorkflowsOperationsExtensions.ValidateByResourceGroupAsync Methode

Definition

Überprüft den Workflow.

public static System.Threading.Tasks.Task ValidateByResourceGroupAsync (this Microsoft.Azure.Management.Logic.IWorkflowsOperations operations, string resourceGroupName, string workflowName, Microsoft.Azure.Management.Logic.Models.Workflow validate, System.Threading.CancellationToken cancellationToken = default);
static member ValidateByResourceGroupAsync : Microsoft.Azure.Management.Logic.IWorkflowsOperations * string * string * Microsoft.Azure.Management.Logic.Models.Workflow * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function ValidateByResourceGroupAsync (operations As IWorkflowsOperations, resourceGroupName As String, workflowName As String, validate As Workflow, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameter

operations
IWorkflowsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

workflowName
String

Den Workflownamen

validate
Workflow

Der Workflow.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: