ScheduleArgs

constructor(dailyRecurrence: Output<ScheduleDailyRecurrenceArgs>? = null, hourlyRecurrence: Output<ScheduleHourlyRecurrenceArgs>? = null, labName: Output<String>? = null, location: Output<String>? = null, name: Output<String>? = null, notificationSettings: Output<ScheduleNotificationSettingsArgs>? = null, resourceGroupName: Output<String>? = null, status: Output<String>? = null, tags: Output<Map<String, String>>? = null, taskType: Output<String>? = null, timeZoneId: Output<String>? = null, weeklyRecurrence: Output<ScheduleWeeklyRecurrenceArgs>? = null)