Share via


AutomationPSClient.ListSchedules(String, String, String) Method

Definition

public System.Collections.Generic.IEnumerable<Microsoft.Azure.Commands.Automation.Model.Schedule> ListSchedules (string resourceGroupName, string automationAccountName, ref string nextLink);
abstract member ListSchedules : string * string * string -> seq<Microsoft.Azure.Commands.Automation.Model.Schedule>
override this.ListSchedules : string * string * string -> seq<Microsoft.Azure.Commands.Automation.Model.Schedule>
Public Function ListSchedules (resourceGroupName As String, automationAccountName As String, ByRef nextLink As String) As IEnumerable(Of Schedule)

Parameters

resourceGroupName
String
automationAccountName
String
nextLink
String

Returns

Implements

Applies to