WorkflowsOperationsExtensions.Disable Method

Definition

Disables a workflow.

public static void Disable (this Microsoft.Azure.Management.Logic.IWorkflowsOperations operations, string resourceGroupName, string workflowName);
static member Disable : Microsoft.Azure.Management.Logic.IWorkflowsOperations * string * string -> unit
<Extension()>
Public Sub Disable (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