IPerformanceTierServiceLevelObjectives.MinBackupRetentionDay Property

Definition

Minimum Backup retention in days for the performance tier edition

[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.Info(Description="Minimum Backup retention in days for the performance tier edition", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="minBackupRetentionDays")]
public int? MinBackupRetentionDay { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.Info(Description="Minimum Backup retention in days for the performance tier edition", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="minBackupRetentionDays")>]
member this.MinBackupRetentionDay : Nullable<int> with get, set
Public Property MinBackupRetentionDay As Nullable(Of Integer)

Property Value

Attributes

Applies to