Share via


JobScheduleOperationsExtensions.List 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 JobScheduleListResponse List(
    this IJobScheduleOperations operations,
    string automationAccount
)
public:
[ExtensionAttribute]
static JobScheduleListResponse^ List(
    IJobScheduleOperations^ operations,
    String^ automationAccount
)
static member List : 
        operations:IJobScheduleOperations *
        automationAccount:string -> JobScheduleListResponse
<ExtensionAttribute>
Public Shared Function List (
    operations As IJobScheduleOperations,
    automationAccount As String
) As JobScheduleListResponse

Parameters

  • automationAccount
    Type: System.String

    Required. The automation account name.

Return Value

Type: Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleListResponse

The response model for the list job schedule operation.

See Also

JobScheduleOperationsExtensions Class
Microsoft.WindowsAzure.Management.Automation Namespace

Return to top