ScheduleOperationsExtensions.List Method (IScheduleOperations, String)
Retrieve a list of schedules. (see https://aka.ms/azureautomationsdk/scheduleoperations for more information)
Namespace: Microsoft.WindowsAzure.Management.Automation
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
public static ScheduleListResponse List(
this IScheduleOperations operations,
string automationAccount
)
public:
[ExtensionAttribute]
static ScheduleListResponse^ List(
IScheduleOperations^ operations,
String^ automationAccount
)
static member List :
operations:IScheduleOperations *
automationAccount:string -> ScheduleListResponse
<ExtensionAttribute>
Public Shared Function List (
operations As IScheduleOperations,
automationAccount As String
) As ScheduleListResponse
Parameters
operations
Type: Microsoft.WindowsAzure.Management.Automation.IScheduleOperationsReference to the Microsoft.WindowsAzure.Management.Automation.IScheduleOperations.
automationAccount
Type: System.StringRequired. The automation account name.
Return Value
Type: Microsoft.WindowsAzure.Management.Automation.Models.ScheduleListResponse
The response model for the list schedule operation.
See Also
ScheduleOperationsExtensions Class
Microsoft.WindowsAzure.Management.Automation Namespace
Return to top