Partager via


JobScheduleOperationsExtensions.ListByAutomationAccountAsync Méthode

Définition

Récupérez une liste de planifications de travaux. 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))

Paramètres

operations
IJobScheduleOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom d’un groupe de ressources Azure.

automationAccountName
String

Nom du compte Automation.

odataQuery
ODataQuery<JobSchedule>

Paramètres OData à appliquer à l’opération.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à