Compartir a través de


Método ScheduleOperationsExtensions.ListAsync

Retrieve a 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 automationAccount As String
Dim returnValue As Task(Of ScheduleListResponse)

returnValue = ScheduleOperationsExtensions.ListAsync(operations, automationAccount)

Sintaxis

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

Parámetros

  • operations
    Reference to the Microsoft.WindowsAzure.Management.Automation.IScheduleOperations.
  • automationAccount
    Required. The automation account name.

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