GetSnapshotPolicyResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Schedule for daily snapshots

Link copied to clipboard
val enabled: Boolean? = null

The property to decide policy is enabled or not

Link copied to clipboard

Schedule for hourly snapshots

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard

Resource location

Link copied to clipboard

Schedule for monthly snapshots

Link copied to clipboard

Resource name

Link copied to clipboard

Azure lifecycle management

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags

Link copied to clipboard

Resource type

Link copied to clipboard

Schedule for weekly snapshots