Share via


ScheduleOperationsExtensions.ListAsync メソッド

定義

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)

パラメーター

operations
IScheduleOperations
resourceGroupName
String
automationAccount
String

戻り値

適用対象