Share via


WorkflowsOperationsExtensions.EnableAsync Method

Definition

Enables a 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

Parameters

operations
IWorkflowsOperations

The operations group for this extension method.

resourceGroupName
String

The resource group name.

workflowName
String

The workflow name.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to