Share via


WorkflowsOperationsExtensions.Enable Method

Definition

Enables a workflow.

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

Parameters

operations
IWorkflowsOperations

The operations group for this extension method.

resourceGroupName
String

The resource group name.

workflowName
String

The workflow name.

Applies to