PerformanceTierProperties.MinBackupRetentionDay 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.
Minimum Backup retention in days for the performance tier edition
[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Origin(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.PropertyOrigin.Owned)]
public int? MinBackupRetentionDay { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Origin(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.PropertyOrigin.Owned)>]
member this.MinBackupRetentionDay : Nullable<int> with get, set
Public Property MinBackupRetentionDay As Nullable(Of Integer)
Property Value
Implements
- Attributes