Share via


ScheduleOperationsExtensions.ListAsync 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 Task<ScheduleListResponse> ListAsync(
    this IScheduleOperations operations,
    string automationAccount
)
public:
[ExtensionAttribute]
static Task<ScheduleListResponse^>^ ListAsync(
    IScheduleOperations^ operations,
    String^ automationAccount
)
static member ListAsync : 
        operations:IScheduleOperations *
        automationAccount:string -> Task<ScheduleListResponse>
<ExtensionAttribute>
Public Shared Function ListAsync (
    operations As IScheduleOperations,
    automationAccount As String
) As Task(Of ScheduleListResponse)

Parameters

  • automationAccount
    Type: System.String

    Required. The automation account name.

Return Value

Type: System.Threading.Tasks.Task<ScheduleListResponse>

The response model for the list schedule operation.

See Also

ScheduleOperationsExtensions Class
Microsoft.WindowsAzure.Management.Automation Namespace

Return to top