Partager via


LogicWorkflowResource.GetLogicWorkflowRunAsync Méthode

Définition

Obtient une exécution de flux de travail.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}
  • IdWorkflowRuns_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.LogicWorkflowRunResource>> GetLogicWorkflowRunAsync (string runName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetLogicWorkflowRunAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.LogicWorkflowRunResource>>
override this.GetLogicWorkflowRunAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.LogicWorkflowRunResource>>
Public Overridable Function GetLogicWorkflowRunAsync (runName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of LogicWorkflowRunResource))

Paramètres

runName
String

Nom de l’exécution du flux de travail.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

runName est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.

runName a la valeur null.

S’applique à