Compartilhar via


Método ScheduleOperationsExtensions.List (IScheduleOperations, String)

 

Recupere uma lista de agendas. (consulte https://aka.ms/azureautomationsdk/scheduleoperations para obter mais informações)

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)

Sintaxe

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

    Obrigatório. O nome da conta de automação.

Valor de retorno

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

O modelo de resposta para a operação de agendamento da lista.

Consulte também

Classe ScheduleOperationsExtensions
Namespace Microsoft.WindowsAzure.Management.Automation

Retornar ao topo