你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

WorkflowsOperationsExtensions.ListBySubscriptionAsync 方法

定义

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))

参数

cancellationToken
CancellationToken

返回

适用于