Freigeben über


WorkflowsOperationsExtensions.Move Methode

Definition

Verschiebt einen vorhandenen 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)

Parameter

operations
IWorkflowsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

workflowName
String

Den Workflownamen

move
Workflow

Der zu verschiebende Workflow.

Gilt für: