Share via


IScheduleOperations.ListNextAsync Method (String, CancellationToken)

 

Retrieve next list of schedules. (see https://aka.ms/azureautomationsdk/scheduleoperations for more information)

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Syntax

Task<ScheduleListResponse> ListNextAsync(
    string nextLink,
    CancellationToken cancellationToken
)
Task<ScheduleListResponse^>^ ListNextAsync(
    String^ nextLink,
    CancellationToken cancellationToken
)
abstract ListNextAsync : 
        nextLink:string *
        cancellationToken:CancellationToken -> Task<ScheduleListResponse>
Function ListNextAsync (
    nextLink As String,
    cancellationToken As CancellationToken
) As Task(Of ScheduleListResponse)

Parameters

  • nextLink
    Type: System.String

    The link to retrieve next set of items.

Return Value

Type: System.Threading.Tasks.Task<ScheduleListResponse>

The response model for the list schedule operation.

See Also

IScheduleOperations Interface
Microsoft.WindowsAzure.Management.Automation Namespace

Return to top