共用方式為


WorkflowsOperationsExtensions.Move Method

Definition

Moves an existing workflow.

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

Parameters

operations
IWorkflowsOperations

The operations group for this extension method.

resourceGroupName
String

The resource group name.

workflowName
String

The workflow name.

move
Workflow

The workflow to move.

Applies to