Share via


ScheduleOperationsExtensions.ListNextAsync Method (IScheduleOperations, String)

 

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

public static Task<ScheduleListResponse> ListNextAsync(
    this IScheduleOperations operations,
    string nextLink
)
public:
[ExtensionAttribute]
static Task<ScheduleListResponse^>^ ListNextAsync(
    IScheduleOperations^ operations,
    String^ nextLink
)
static member ListNextAsync : 
        operations:IScheduleOperations *
        nextLink:string -> Task<ScheduleListResponse>
<ExtensionAttribute>
Public Shared Function ListNextAsync (
    operations As IScheduleOperations,
    nextLink As String
) As Task(Of ScheduleListResponse)

Parameters

  • nextLink
    Type: System.String

    Required. 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

ScheduleOperationsExtensions Class
Microsoft.WindowsAzure.Management.Automation Namespace

Return to top