ScheduleOperationsExtensions.List 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 List (
	operations As IScheduleOperations,
	automationAccount As String
) As 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: Microsoft.WindowsAzure.Management.Automation.Models.ScheduleListResponse

The response model for the list schedule operation.

Return to top
Show: