다음을 통해 공유


JobsOperationsExtensions.ListByManagerNextAsync Method

Definition

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

Parameters

operations
IJobsOperations
nextPageLink
String
cancellationToken
CancellationToken

Returns

Applies to