IBackupSchedule.KeepAtLeastOneBackup 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.
True if the retention policy should always keep at least one backup in the storage account, regardless how old it is; false otherwise.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="True if the retention policy should always keep at least one backup in the storage account, regardless how old it is; false otherwise.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=true, SerializedName="keepAtLeastOneBackup")]
public bool KeepAtLeastOneBackup { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="True if the retention policy should always keep at least one backup in the storage account, regardless how old it is; false otherwise.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=true, SerializedName="keepAtLeastOneBackup")>]
member this.KeepAtLeastOneBackup : bool with get, set
Public Property KeepAtLeastOneBackup As Boolean
Property Value
- Attributes