共用方式為


IJobScheduleOperations.ListNextAsync(String, CancellationToken) 方法

定義

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.JobScheduleListResponse> ListNextAsync (string nextLink, System.Threading.CancellationToken cancellationToken);
abstract member ListNextAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.JobScheduleListResponse>
Public Function ListNextAsync (nextLink As String, cancellationToken As CancellationToken) As Task(Of JobScheduleListResponse)

參數

nextLink
String
cancellationToken
CancellationToken

傳回

適用於