ScheduleOperationsExtensions.ListNextAsync Method

Definition

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.ScheduleListResponse> ListNextAsync (this Microsoft.Azure.Management.Automation.IScheduleOperations operations, string nextLink);
static member ListNextAsync : Microsoft.Azure.Management.Automation.IScheduleOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.ScheduleListResponse>
<Extension()>
Public Function ListNextAsync (operations As IScheduleOperations, nextLink As String) As Task(Of ScheduleListResponse)

Parameters

operations
IScheduleOperations
nextLink
String

Returns

Applies to