ScheduleArgs

constructor(advancedSchedule: Output<AdvancedScheduleArgs>? = null, automationAccountName: Output<String>? = null, description: Output<String>? = null, expiryTime: Output<String>? = null, frequency: Output<Either<String, ScheduleFrequency>>? = null, interval: Output<Any>? = null, name: Output<String>? = null, resourceGroupName: Output<String>? = null, scheduleName: Output<String>? = null, startTime: Output<String>? = null, timeZone: Output<String>? = null)