UpdateAzMariaDbServer_UpdateViaIdentityExpanded.StorageProfileBackupRetentionDay Property

Definition

[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

Int32
Attributes

Applies to