Get Snapshot Policy Result
data class GetSnapshotPolicyResult(val dailySchedule: DailyScheduleResponse? = null, val enabled: Boolean? = null, val hourlySchedule: HourlyScheduleResponse? = null, val id: String, val location: String, val monthlySchedule: MonthlyScheduleResponse? = null, val name: String, val provisioningState: String, val tags: Map<String, String>? = null, val type: String, val weeklySchedule: WeeklyScheduleResponse? = null)
Snapshot policy information
Constructors
Link copied to clipboard
constructor(dailySchedule: DailyScheduleResponse? = null, enabled: Boolean? = null, hourlySchedule: HourlyScheduleResponse? = null, id: String, location: String, monthlySchedule: MonthlyScheduleResponse? = null, name: String, provisioningState: String, tags: Map<String, String>? = null, type: String, weeklySchedule: WeeklyScheduleResponse? = null)