IScheduleOperations::ListAsync Method (String^, CancellationToken)
Retrieve a list of schedules. (see http://aka.ms/azureautomationsdk/scheduleoperations for more information)
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Task<ScheduleListResponse^>^ ListAsync( String^ automationAccount, CancellationToken cancellationToken )
Parameters
- automationAccount
-
Type:
System::String^
The automation account name.
- cancellationToken
-
Type:
System.Threading::CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks::Task<ScheduleListResponse^>^The response model for the list schedule operation.
Show: