Share via


ScheduleOperationsExtensions.ListAsync Method

Definition

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.ScheduleListResponse> ListAsync (this Microsoft.Azure.Management.Automation.IScheduleOperations operations, string resourceGroupName, string automationAccount);
static member ListAsync : Microsoft.Azure.Management.Automation.IScheduleOperations * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.ScheduleListResponse>
<Extension()>
Public Function ListAsync (operations As IScheduleOperations, resourceGroupName As String, automationAccount As String) As Task(Of ScheduleListResponse)

Parameters

operations
IScheduleOperations
resourceGroupName
String
automationAccount
String

Returns

Applies to