你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IScheduleBasedBackupCriteria Interface
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.
[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) |