Método JobScheduleOperationsExtensions.ListAsync (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 Task<JobScheduleListResponse> ListAsync(
this IJobScheduleOperations operations,
string automationAccount
)
public:
[ExtensionAttribute]
static Task<JobScheduleListResponse^>^ ListAsync(
IJobScheduleOperations^ operations,
String^ automationAccount
)
static member ListAsync :
operations:IJobScheduleOperations *
automationAccount:string -> Task<JobScheduleListResponse>
<ExtensionAttribute>
Public Shared Function ListAsync (
operations As IJobScheduleOperations,
automationAccount As String
) As Task(Of 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: System.Threading.Tasks.Task<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