LongTermRetentionPolicy 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.
Long term retention policy.
public class LongTermRetentionPolicy : Azure.ResourceManager.RecoveryServicesBackup.Models.BackupRetentionPolicy, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesBackup.Models.LongTermRetentionPolicy>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesBackup.Models.LongTermRetentionPolicy>
type LongTermRetentionPolicy = class
inherit BackupRetentionPolicy
interface IJsonModel<LongTermRetentionPolicy>
interface IPersistableModel<LongTermRetentionPolicy>
Public Class LongTermRetentionPolicy
Inherits BackupRetentionPolicy
Implements IJsonModel(Of LongTermRetentionPolicy), IPersistableModel(Of LongTermRetentionPolicy)
- Inheritance
- Implements
Constructors
LongTermRetentionPolicy() |
Initializes a new instance of LongTermRetentionPolicy. |
Properties
DailySchedule |
Daily retention schedule of the protection policy. |
MonthlySchedule |
Monthly retention schedule of the protection policy. |
WeeklySchedule |
Weekly retention schedule of the protection policy. |
YearlySchedule |
Yearly retention schedule of the protection policy. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET