다음을 통해 공유


WorkflowTriggersOperationsExtensions.ListAsync Method

Definition

Gets a list of workflow triggers.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Logic.Models.WorkflowTrigger>> ListAsync (this Microsoft.Azure.Management.Logic.IWorkflowTriggersOperations operations, string resourceGroupName, string workflowName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Logic.Models.WorkflowTriggerFilter> odataQuery = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Logic.IWorkflowTriggersOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Logic.Models.WorkflowTriggerFilter> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Logic.Models.WorkflowTrigger>>
<Extension()>
Public Function ListAsync (operations As IWorkflowTriggersOperations, resourceGroupName As String, workflowName As String, Optional odataQuery As ODataQuery(Of WorkflowTriggerFilter) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of WorkflowTrigger))

Parameters

operations
IWorkflowTriggersOperations

The operations group for this extension method.

resourceGroupName
String

The resource group name.

workflowName
String

The workflow name.

odataQuery
ODataQuery<WorkflowTriggerFilter>

OData parameters to apply to the operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to