DataProtectionBackupDeleteSetting Class

Definition

Delete Option Please note DataProtectionBackupDeleteSetting 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 DataProtectionBackupAbsoluteDeleteSetting.

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

Constructors

DataProtectionBackupDeleteSetting(TimeSpan)

Initializes a new instance of DataProtectionBackupDeleteSetting.

Properties

Duration

Duration of deletion after given timespan.

Applies to