ScheduleBasedBackupCriteria Class

Definition

Schedule based backup criteria.

public class ScheduleBasedBackupCriteria : Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupCriteria
type ScheduleBasedBackupCriteria = class
    inherit DataProtectionBackupCriteria
Public Class ScheduleBasedBackupCriteria
Inherits DataProtectionBackupCriteria
Inheritance
ScheduleBasedBackupCriteria

Constructors

ScheduleBasedBackupCriteria()

Initializes a new instance of ScheduleBasedBackupCriteria.

Properties

AbsoluteCriteria

it contains absolute values like "AllBackup" / "FirstOfDay" / "FirstOfWeek" / "FirstOfMonth" and should be part of AbsoluteMarker enum

DaysOfMonth

This is day of the month from 1 to 28 other wise last of month.

DaysOfWeek

It should be Sunday/Monday/T..../Saturday.

MonthsOfYear

It should be January/February/....../December.

ScheduleTimes

List of schedule times for backup.

WeeksOfMonth

It should be First/Second/Third/Fourth/Last.

Applies to