WorkflowRunActionsOperationsExtensions.List Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a list of workflow run actions.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Logic.Models.WorkflowRunAction> List (this Microsoft.Azure.Management.Logic.IWorkflowRunActionsOperations operations, string resourceGroupName, string workflowName, string runName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Logic.Models.WorkflowRunActionFilter> odataQuery = default);
static member List : Microsoft.Azure.Management.Logic.IWorkflowRunActionsOperations * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Logic.Models.WorkflowRunActionFilter> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Logic.Models.WorkflowRunAction>
<Extension()>
Public Function List (operations As IWorkflowRunActionsOperations, resourceGroupName As String, workflowName As String, runName As String, Optional odataQuery As ODataQuery(Of WorkflowRunActionFilter) = Nothing) As IPage(Of WorkflowRunAction)
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.
- odataQuery
- ODataQuery<WorkflowRunActionFilter>
OData parameters to apply to the operation.