Share via


IJobScheduleOperations.ListAsync Method (String, CancellationToken)

 

Retrieve a list of job schedules. (see https://aka.ms/azureautomationsdk/jobscheduleoperations for more information)

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Syntax

Task<JobScheduleListResponse> ListAsync(
    string automationAccount,
    CancellationToken cancellationToken
)
Task<JobScheduleListResponse^>^ ListAsync(
    String^ automationAccount,
    CancellationToken cancellationToken
)
abstract ListAsync : 
        automationAccount:string *
        cancellationToken:CancellationToken -> Task<JobScheduleListResponse>
Function ListAsync (
    automationAccount As String,
    cancellationToken As CancellationToken
) As Task(Of JobScheduleListResponse)

Parameters

  • automationAccount
    Type: System.String

    The automation account name.

Return Value

Type: System.Threading.Tasks.Task<JobScheduleListResponse>

The response model for the list job schedule operation.

See Also

IJobScheduleOperations Interface
Microsoft.WindowsAzure.Management.Automation Namespace

Return to top