Compartir a través de


Método ScheduleOperationsExtensions.ListNextAsync

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 Task(Of ScheduleListResponse)

returnValue = ScheduleOperationsExtensions.ListNextAsync(operations, nextLink)

Sintaxis

'Declaración
<ExtensionAttribute> _
Public Shared Function ListNextAsync ( _
    operations As IScheduleOperations, _
    nextLink As String _
) As Task(Of ScheduleListResponse)
[ExtensionAttribute] 
public static Task<ScheduleListResponse> ListNextAsync (
    IScheduleOperations operations,
    string nextLink
)
[ExtensionAttribute] 
public:
static Task<ScheduleListResponse^>^ ListNextAsync (
    IScheduleOperations^ operations, 
    String^ nextLink
)
/** @attribute ExtensionAttribute() */ 
public static Task<ScheduleListResponse> ListNextAsync (
    IScheduleOperations operations, 
    String nextLink
)
ExtensionAttribute 
public static function ListNextAsync (
    operations : IScheduleOperations, 
    nextLink : String
) : Task<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