共用方式為


JobsOperationsExtensions.ListByDeviceNextAsync Method

Definition

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StorSimple.Fluent.Models.JobInner>> ListByDeviceNextAsync (this Microsoft.Azure.Management.StorSimple.Fluent.IJobsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByDeviceNextAsync : 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 ListByDeviceNextAsync (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