Freigeben über


WorkflowsOperationsExtensions.ListByResourceGroupAsync Methode

Definition

Ruft eine Liste von Workflows nach Ressourcengruppe ab.

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

Parameter

operations
IWorkflowsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

odataQuery
ODataQuery<WorkflowFilter>

OData-Parameter, die auf den Vorgang angewendet werden sollen.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: