Compartilhar via


AutomationManagementClient.JobSchedules Propriedade

 

Operação de serviço para agendas de trabalho de automação. (consulte https://aka.ms/azureautomationsdk/jobscheduleoperations para obter mais informações)

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)

Sintaxe

public virtual IJobScheduleOperations JobSchedules { get; }
public:
property IJobScheduleOperations^ JobSchedules {
    virtual IJobScheduleOperations^ get();
}
abstract JobSchedules : IJobScheduleOperations with get
override JobSchedules : IJobScheduleOperations with get
Public Overridable ReadOnly Property JobSchedules As IJobScheduleOperations

Valor de propriedade

Type: Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations

Implementações

IAutomationManagementClient.JobSchedules

Consulte também

Classe AutomationManagementClient
Namespace Microsoft.WindowsAzure.Management.Automation

Retornar ao topo