AzureWebAppBackupConfiguration.RetentionPeriodInDays Property
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.
Number of days the automatic backups should be retained before being automatically deleted.
public int? RetentionPeriodInDays { get; set; }
member this.RetentionPeriodInDays : Nullable<int> with get, set
Public Property RetentionPeriodInDays As Nullable(Of Integer)