Share via


WorkflowsOperationsExtensions.Delete Method

Definition

Deletes a workflow.

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