Compartir a través de


ScheduleOperationsExtensions.List (Método) (IScheduleOperations, String)

 

Recuperar una lista de programaciones. (consulte https://aka.ms/azureautomationsdk/scheduleoperations para obtener más información)

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

Sintaxis

public static ScheduleListResponse List(
    this IScheduleOperations operations,
    string automationAccount
)
public:
[ExtensionAttribute]
static ScheduleListResponse^ List(
    IScheduleOperations^ operations,
    String^ automationAccount
)
static member List : 
        operations:IScheduleOperations *
        automationAccount:string -> ScheduleListResponse
<ExtensionAttribute>
Public Shared Function List (
    operations As IScheduleOperations,
    automationAccount As String
) As ScheduleListResponse

Parámetros

  • automationAccount
    Type: System.String

    Requerido. El nombre de cuenta de automatización.

Valor devuelto

Type: Microsoft.WindowsAzure.Management.Automation.Models.ScheduleListResponse

El modelo de respuesta de la operación de programación de la lista.

Vea también

ScheduleOperationsExtensions (Clase)
Microsoft.WindowsAzure.Management.Automation (Espacio de nombres)

Volver al principio