IJobScheduleOperations.ListNextAsync Method (String, CancellationToken)
Retrieve next list of schedules. (see https://aka.ms/azureautomationsdk/jobscheduleoperations for more information)
Namespace: Microsoft.WindowsAzure.Management.Automation
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
Task<JobScheduleListResponse> ListNextAsync(
string nextLink,
CancellationToken cancellationToken
)
Task<JobScheduleListResponse^>^ ListNextAsync(
String^ nextLink,
CancellationToken cancellationToken
)
abstract ListNextAsync :
nextLink:string *
cancellationToken:CancellationToken -> Task<JobScheduleListResponse>
Function ListNextAsync (
nextLink As String,
cancellationToken As CancellationToken
) As Task(Of JobScheduleListResponse)
Parameters
nextLink
Type: System.StringThe link to retrieve next set of items.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<JobScheduleListResponse>
The response model for the list job schedule operation.
See Also
IJobScheduleOperations Interface
Microsoft.WindowsAzure.Management.Automation Namespace
Return to top