ScheduleBasedBackupCriteria Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Schedule based backup criteria.
public class ScheduleBasedBackupCriteria : Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupCriteria, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataProtectionBackup.Models.ScheduleBasedBackupCriteria>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataProtectionBackup.Models.ScheduleBasedBackupCriteria>
public class ScheduleBasedBackupCriteria : Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupCriteria
type ScheduleBasedBackupCriteria = class
inherit DataProtectionBackupCriteria
interface IJsonModel<ScheduleBasedBackupCriteria>
interface IPersistableModel<ScheduleBasedBackupCriteria>
type ScheduleBasedBackupCriteria = class
inherit DataProtectionBackupCriteria
Public Class ScheduleBasedBackupCriteria
Inherits DataProtectionBackupCriteria
Implements IJsonModel(Of ScheduleBasedBackupCriteria), IPersistableModel(Of ScheduleBasedBackupCriteria)
Public Class ScheduleBasedBackupCriteria
Inherits DataProtectionBackupCriteria
- Inheritance
- Implements
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. |