Share via


WorkflowRunActionsOperationsExtensions.ListExpressionTracesAsync Method

Definition

Lists a workflow run expression trace.

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Logic.Models.ExpressionRoot>> ListExpressionTracesAsync (this Microsoft.Azure.Management.Logic.IWorkflowRunActionsOperations operations, string resourceGroupName, string workflowName, string runName, string actionName, System.Threading.CancellationToken cancellationToken = default);
static member ListExpressionTracesAsync : Microsoft.Azure.Management.Logic.IWorkflowRunActionsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.Logic.Models.ExpressionRoot>>
<Extension()>
Public Function ListExpressionTracesAsync (operations As IWorkflowRunActionsOperations, resourceGroupName As String, workflowName As String, runName As String, actionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of ExpressionRoot))

Parameters

operations
IWorkflowRunActionsOperations

The operations group for this extension method.

resourceGroupName
String

The resource group name.

workflowName
String

The workflow name.

runName
String

The workflow run name.

actionName
String

The workflow action name.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to