Partager via


WorkflowsOperationsExtensions.Move Méthode

Définition

Déplace un workflow existant.

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)

Paramètres

operations
IWorkflowsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources.

workflowName
String

Le nom du workflow.

move
Workflow

Flux de travail à déplacer.

S’applique à