JobScheduleOperationsExtensions.ListAsync Method (IJobScheduleOperations, String)
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
public static Task<JobScheduleListResponse> ListAsync(
this IJobScheduleOperations operations,
string automationAccount
)
public:
[ExtensionAttribute]
static Task<JobScheduleListResponse^>^ ListAsync(
IJobScheduleOperations^ operations,
String^ automationAccount
)
static member ListAsync :
operations:IJobScheduleOperations *
automationAccount:string -> Task<JobScheduleListResponse>
<ExtensionAttribute>
Public Shared Function ListAsync (
operations As IJobScheduleOperations,
automationAccount As String
) As Task(Of JobScheduleListResponse)
Parameters
operations
Type: Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperationsReference to the Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations.
automationAccount
Type: System.StringRequired. The automation account name.
Return Value
Type: System.Threading.Tasks.Task<JobScheduleListResponse>
The response model for the list job schedule operation.
See Also
JobScheduleOperationsExtensions Class
Microsoft.WindowsAzure.Management.Automation Namespace
Return to top