Поделиться через


JobScheduleOperationsExtensions.ListByAutomationAccountAsync Метод

Определение

Получение списка расписаний заданий. 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))

Параметры

operations
IJobScheduleOperations

Группа операций для этого метода расширения.

resourceGroupName
String

Имя группы ресурсов Azure.

automationAccountName
String

Имя учетной записи службы автоматизации.

odataQuery
ODataQuery<JobSchedule>

Параметры OData, применяемые к операции.

cancellationToken
CancellationToken

Токен отмены.

Возвращаемое значение

Применяется к