JobScheduleOperationsExtensions.ListByAutomationAccountAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Recuperar una lista de programaciones de trabajo. http://aka.ms/azureautomationsdk/jobscheduleoperations
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.JobSchedule>> ListByAutomationAccountAsync (this Microsoft.Azure.Management.Automation.IJobScheduleOperations operations, string resourceGroupName, string automationAccountName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Automation.Models.JobSchedule> odataQuery = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByAutomationAccountAsync : Microsoft.Azure.Management.Automation.IJobScheduleOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Automation.Models.JobSchedule> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.JobSchedule>>
<Extension()>
Public Function ListByAutomationAccountAsync (operations As IJobScheduleOperations, resourceGroupName As String, automationAccountName As String, Optional odataQuery As ODataQuery(Of JobSchedule) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of JobSchedule))
Parámetros
- operations
- IJobScheduleOperations
Grupo de operaciones para este método de extensión.
- resourceGroupName
- String
Nombre de un grupo de recursos de Azure.
- automationAccountName
- String
Nombre de la cuenta de Automation.
- odataQuery
- ODataQuery<JobSchedule>
Parámetros de OData que se aplicarán a la operación.
- cancellationToken
- CancellationToken
Token de cancelación.
Devoluciones
Se aplica a
Azure SDK for .NET