Snapshot Policy Args
constructor(accountName: Output<String>? = null, dailySchedule: Output<SnapshotPolicyDailyScheduleArgs>? = null, enabled: Output<Boolean>? = null, hourlySchedule: Output<SnapshotPolicyHourlyScheduleArgs>? = null, location: Output<String>? = null, monthlySchedule: Output<SnapshotPolicyMonthlyScheduleArgs>? = null, name: Output<String>? = null, resourceGroupName: Output<String>? = null, tags: Output<Map<String, String>>? = null, weeklySchedule: Output<SnapshotPolicyWeeklyScheduleArgs>? = null)