ScheduleOperationsExtensions.ListByAutomationAccount Método

Definición

Recuperar una lista de programaciones. http://aka.ms/azureautomationsdk/scheduleoperations

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.Schedule> ListByAutomationAccount (this Microsoft.Azure.Management.Automation.IScheduleOperations operations, string resourceGroupName, string automationAccountName);
static member ListByAutomationAccount : Microsoft.Azure.Management.Automation.IScheduleOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.Schedule>
<Extension()>
Public Function ListByAutomationAccount (operations As IScheduleOperations, resourceGroupName As String, automationAccountName As String) As IPage(Of Schedule)

Parámetros

operations
IScheduleOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre de un grupo de recursos de Azure.

automationAccountName
String

Nombre de la cuenta de Automation.

Devoluciones

Se aplica a