次の方法で共有


WorkflowRunsOperationsExtensions.ListNextAsync メソッド

定義

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowRunInner>> ListNextAsync (this Microsoft.Azure.Management.Logic.Fluent.IWorkflowRunsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Management.Logic.Fluent.IWorkflowRunsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowRunInner>>
<Extension()>
Public Function ListNextAsync (operations As IWorkflowRunsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of WorkflowRunInner))

パラメーター

nextPageLink
String
cancellationToken
CancellationToken

戻り値

適用対象