AutomationManagementClient.JobSchedules Property

 

Service operation for automation job schedules. (see https://aka.ms/azureautomationsdk/jobscheduleoperations for more information)

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

Syntax

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

Property Value

Type: Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations

Implements

IAutomationManagementClient.JobSchedules

See Also

AutomationManagementClient Class
Microsoft.WindowsAzure.Management.Automation Namespace

Return to top