Partager via


WorkflowsOperationsExtensions.MoveAsync Méthode

Définition

Déplace un workflow existant.

public static System.Threading.Tasks.Task MoveAsync (this Microsoft.Azure.Management.Logic.IWorkflowsOperations operations, string resourceGroupName, string workflowName, Microsoft.Azure.Management.Logic.Models.Workflow move, System.Threading.CancellationToken cancellationToken = default);
static member MoveAsync : Microsoft.Azure.Management.Logic.IWorkflowsOperations * string * string * Microsoft.Azure.Management.Logic.Models.Workflow * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function MoveAsync (operations As IWorkflowsOperations, resourceGroupName As String, workflowName As String, move As Workflow, Optional cancellationToken As CancellationToken = Nothing) As Task

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.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à