Share via


IScheduleBasedBackupCriteria Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ScheduleBasedBackupCriteriaTypeConverter))]
public interface IScheduleBasedBackupCriteria : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupCriteria
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ScheduleBasedBackupCriteriaTypeConverter))>]
type IScheduleBasedBackupCriteria = interface
    interface IJsonSerializable
    interface IBackupCriteria
Public Interface IScheduleBasedBackupCriteria
Implements IBackupCriteria
Derived
Attributes
Implements

Properties

AbsoluteCriterion

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

DaysOfTheWeek

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

MonthsOfYear

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

ObjectType

Type of the specific object - used for deserializing

(Inherited from IBackupCriteria)
ScheduleTime

List of schedule times for backup

WeeksOfTheMonth

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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to