ScheduleOperationsExtensions.ListAsync Method (IScheduleOperations, String)

 

Retrieve a list of schedules. (see http://aka.ms/azureautomationsdk/scheduleoperations for more information)

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

<ExtensionAttribute>
Public Shared Function ListAsync (
	operations As IScheduleOperations,
	automationAccount As String
) As Task(Of ScheduleListResponse)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Automation.IScheduleOperations

Reference to the Microsoft.WindowsAzure.Management.Automation.IScheduleOperations.

automationAccount
Type: System.String

Required. The automation account name.

Return Value

Type: System.Threading.Tasks.Task(Of ScheduleListResponse)

The response model for the list schedule operation.

Return to top
Show: