Share via


BackupSchedulePolicy Class

Definition

Base class for backup schedule. Please note BackupSchedulePolicy is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include LogSchedulePolicy, LongTermSchedulePolicy, SimpleSchedulePolicy and SimpleSchedulePolicyV2.

public abstract class BackupSchedulePolicy
type BackupSchedulePolicy = class
Public MustInherit Class BackupSchedulePolicy
Inheritance
BackupSchedulePolicy
Derived

Constructors

BackupSchedulePolicy()

Initializes a new instance of BackupSchedulePolicy.

Applies to