Partager via


WorkflowsOperationsExtensions.EnableAsync Méthode

Définition

Active un flux de travail.

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

Paramètres

operations
IWorkflowsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources.

workflowName
String

Le nom du workflow.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à