Share via


ScheduleOperationsExtensions.ListNext 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 ScheduleListResponse ListNext(
    this IScheduleOperations operations,
    string nextLink
)
public:
[ExtensionAttribute]
static ScheduleListResponse^ ListNext(
    IScheduleOperations^ operations,
    String^ nextLink
)
static member ListNext : 
        operations:IScheduleOperations *
        nextLink:string -> ScheduleListResponse
<ExtensionAttribute>
Public Shared Function ListNext (
    operations As IScheduleOperations,
    nextLink As String
) As ScheduleListResponse

Parameters

  • nextLink
    Type: System.String

    Required. The link to retrieve next set of items.

Return Value

Type: Microsoft.WindowsAzure.Management.Automation.Models.ScheduleListResponse

The response model for the list schedule operation.

See Also

ScheduleOperationsExtensions Class
Microsoft.WindowsAzure.Management.Automation Namespace

Return to top