Share via


IAutomationManagementClient.Schedules Property

 

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

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

Syntax

IScheduleOperations Schedules { get; }
property IScheduleOperations^ Schedules {
    IScheduleOperations^ get();
}
abstract Schedules : IScheduleOperations with get
ReadOnly Property Schedules As IScheduleOperations

Property Value

Type: Microsoft.WindowsAzure.Management.Automation.IScheduleOperations

See Also

IAutomationManagementClient Interface
Microsoft.WindowsAzure.Management.Automation Namespace

Return to top