IBackupSchedule.RetentionPeriodInDay Property

Definition

After how many days backups should be deleted.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="After how many days backups should be deleted.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=true, SerializedName="retentionPeriodInDays", Update=true)]
public int RetentionPeriodInDay { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="After how many days backups should be deleted.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=true, SerializedName="retentionPeriodInDays", Update=true)>]
member this.RetentionPeriodInDay : int with get, set
Public Property RetentionPeriodInDay As Integer

Property Value

Attributes

Applies to