Megosztás a következőn keresztül:


JobScheduleOperationsExtensions.ListByAutomationAccountAsync Metódus

Definíció

A feladatütemezések listájának lekérése. 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éterek

operations
IJobScheduleOperations

A bővítménymetódus műveleti csoportja.

resourceGroupName
String

Egy Azure-erőforráscsoport neve.

automationAccountName
String

Az automation-fiók neve.

odataQuery
ODataQuery<JobSchedule>

A műveletre alkalmazandó OData-paraméterek.

cancellationToken
CancellationToken

A lemondási jogkivonat.

Válaszok

A következőre érvényes: