Freigeben über


WorkflowsOperationsExtensions.EnableAsync Methode

Definition

Aktiviert einen Workflow.

public static System.Threading.Tasks.Task EnableAsync (this Microsoft.Azure.Management.Logic.IWorkflowsOperations operations, string resourceGroupName, string workflowName, System.Threading.CancellationToken cancellationToken = default);
static member EnableAsync : Microsoft.Azure.Management.Logic.IWorkflowsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function EnableAsync (operations As IWorkflowsOperations, resourceGroupName As String, workflowName As String, 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

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: