WorkflowsOperationsExtensions.ListBySubscriptionAsync 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.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowInner>> ListBySubscriptionAsync (this Microsoft.Azure.Management.Logic.Fluent.IWorkflowsOperations operations, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowFilterInner> odataQuery = default, System.Threading.CancellationToken cancellationToken = default);
static member ListBySubscriptionAsync : Microsoft.Azure.Management.Logic.Fluent.IWorkflowsOperations * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowFilterInner> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowInner>>
<Extension()>
Public Function ListBySubscriptionAsync (operations As IWorkflowsOperations, Optional odataQuery As ODataQuery(Of WorkflowFilterInner) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of WorkflowInner))
Parameters
- operations
- IWorkflowsOperations
- odataQuery
- ODataQuery<WorkflowFilterInner>
- cancellationToken
- CancellationToken
Returns
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET