IBackupRequestProperties.BackupScheduleRetentionPeriodInDay Property

Definition

After how many days backups should be deleted.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.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=false, SerializedName="retentionPeriodInDays", Update=true)]
public int? BackupScheduleRetentionPeriodInDay { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.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=false, SerializedName="retentionPeriodInDays", Update=true)>]
member this.BackupScheduleRetentionPeriodInDay : Nullable<int> with get, set
Public Property BackupScheduleRetentionPeriodInDay As Nullable(Of Integer)

Property Value

Attributes

Applies to