Condividi tramite


ScheduleOperationsExtensions.ListByAutomationAccountNext Metodo

Definizione

Recuperare un elenco di pianificazioni. http://aka.ms/azureautomationsdk/scheduleoperations

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.Schedule> ListByAutomationAccountNext (this Microsoft.Azure.Management.Automation.IScheduleOperations operations, string nextPageLink);
static member ListByAutomationAccountNext : Microsoft.Azure.Management.Automation.IScheduleOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.Schedule>
<Extension()>
Public Function ListByAutomationAccountNext (operations As IScheduleOperations, nextPageLink As String) As IPage(Of Schedule)

Parametri

operations
IScheduleOperations

Gruppo di operazioni per questo metodo di estensione.

nextPageLink
String

NextLink della precedente chiamata riuscita all'operazione List.

Restituisce

Si applica a