IAutoBackupSettings.RetentionPeriod Property

Definition

Retention period of backup: 1-90 days.

[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Create=true, Description="Retention period of backup: 1-90 days.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="retentionPeriod", Update=true)]
public int? RetentionPeriod { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Create=true, Description="Retention period of backup: 1-90 days.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="retentionPeriod", Update=true)>]
member this.RetentionPeriod : Nullable<int> with get, set
Public Property RetentionPeriod As Nullable(Of Integer)

Property Value

Attributes

Applies to