Compartir a través de


Método ScheduleOperationsExtensions.ListNext

Retrieve next list of schedules. (see https://aka.ms/azureautomationsdk/scheduleoperations for more information)

Espacio de nombres: Microsoft.WindowsAzure.Management.Automation
Ensamblado: Microsoft.WindowsAzure.Management.Automation (en Microsoft.WindowsAzure.Management.Automation.dll)

Uso

'Uso
Dim operations As IScheduleOperations
Dim nextLink As String
Dim returnValue As ScheduleListResponse

returnValue = ScheduleOperationsExtensions.ListNext(operations, nextLink)

Sintaxis

'Declaración
<ExtensionAttribute> _
Public Shared Function ListNext ( _
    operations As IScheduleOperations, _
    nextLink As String _
) As ScheduleListResponse
[ExtensionAttribute] 
public static ScheduleListResponse ListNext (
    IScheduleOperations operations,
    string nextLink
)
[ExtensionAttribute] 
public:
static ScheduleListResponse^ ListNext (
    IScheduleOperations^ operations, 
    String^ nextLink
)
/** @attribute ExtensionAttribute() */ 
public static ScheduleListResponse ListNext (
    IScheduleOperations operations, 
    String nextLink
)
ExtensionAttribute 
public static function ListNext (
    operations : IScheduleOperations, 
    nextLink : String
) : ScheduleListResponse

Parámetros

  • operations
    Reference to the Microsoft.WindowsAzure.Management.Automation.IScheduleOperations.
  • nextLink
    Required. The link to retrieve next set of items.

Valor devuelto

The response model for the list schedule operation.

Seguridad para subprocesos

Cualquier miembro estático público (compartido en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Plataformas

Plataformas de desarrollo

Windows Vista, Windows 7 y Windows Server 2008

Plataformas de destino

Vea también

Referencia

Clase ScheduleOperationsExtensions
Miembros ScheduleOperationsExtensions
Espacio de nombres Microsoft.WindowsAzure.Management.Automation