Condividi tramite


JobScheduleOperationsExtensions.ListByAutomationAccountNext Metodo

Definizione

Recuperare un elenco di pianificazioni del processo. http://aka.ms/azureautomationsdk/jobscheduleoperations

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

Parametri

operations
IJobScheduleOperations

Gruppo di operazioni per questo metodo di estensione.

nextPageLink
String

NextLink dalla chiamata precedente all'operazione List.

Restituisce

Si applica a