UpdateAzMariaDbServer_UpdateViaIdentityExpanded.StorageProfileBackupRetentionDay 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.
[Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Category(new Microsoft.Azure.PowerShell.Cmdlets.MariaDb.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.MariaDb.ParameterCategory.Body })]
[Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Runtime.Info(Description="Backup retention days for the server. Day count is between 7 and 35.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="backupRetentionDays")]
[System.Management.Automation.Parameter(HelpMessage="Backup retention days for the server. Day count is between 7 and 35.", Mandatory=false)]
[System.Management.Automation.ValidateRange(7, 35)]
public int StorageProfileBackupRetentionDay { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Category(new Microsoft.Azure.PowerShell.Cmdlets.MariaDb.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.MariaDb.ParameterCategory.Body })>]
[<Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Runtime.Info(Description="Backup retention days for the server. Day count is between 7 and 35.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="backupRetentionDays")>]
[<System.Management.Automation.Parameter(HelpMessage="Backup retention days for the server. Day count is between 7 and 35.", Mandatory=false)>]
[<System.Management.Automation.ValidateRange(7, 35)>]
member this.StorageProfileBackupRetentionDay : int with get, set
Public Property StorageProfileBackupRetentionDay As Integer
Property Value
- Attributes