Método JobScheduleOperationsExtensions.List (IJobScheduleOperations, String)
Recupere uma lista de agendas de trabalho. (consulte https://aka.ms/azureautomationsdk/jobscheduleoperations para obter mais informações)
Namespace: Microsoft.WindowsAzure.Management.Automation
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Sintaxe
public static JobScheduleListResponse List(
this IJobScheduleOperations operations,
string automationAccount
)
public:
[ExtensionAttribute]
static JobScheduleListResponse^ List(
IJobScheduleOperations^ operations,
String^ automationAccount
)
static member List :
operations:IJobScheduleOperations *
automationAccount:string -> JobScheduleListResponse
<ExtensionAttribute>
Public Shared Function List (
operations As IJobScheduleOperations,
automationAccount As String
) As JobScheduleListResponse
Parâmetros
operations
Type: Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperationsReferência para o Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations.
automationAccount
Type: System.StringObrigatório. O nome da conta de automação.
Valor de retorno
Type: Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleListResponse
O modelo de resposta para a operação de agenda de trabalho de lista.
Consulte também
Classe JobScheduleOperationsExtensions
Namespace Microsoft.WindowsAzure.Management.Automation
Retornar ao topo