Partager via


LogicExtensions.GetLogicWorkflowAsync Méthode

Définition

Obtient un flux de travail.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}
  • IdWorkflows_Get d’opération
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.LogicWorkflowResource>> GetLogicWorkflowAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string workflowName, System.Threading.CancellationToken cancellationToken = default);
static member GetLogicWorkflowAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.LogicWorkflowResource>>
<Extension()>
Public Function GetLogicWorkflowAsync (resourceGroupResource As ResourceGroupResource, workflowName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of LogicWorkflowResource))

Paramètres

resourceGroupResource
ResourceGroupResource

Instance ResourceGroupResource sur laquelle la méthode s’exécute.

workflowName
String

Le nom du workflow.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

workflowName est une chaîne vide et devait être non vide.

workflowName a la valeur null.

S’applique à