LongTermRetentionBackupData.TimeBasedImmutability 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.
The setting for whether or not time-based immutability is enabled for the LTR backup. When time-based immutability is enabled and locked, the backup cannot be deleted until BackupExpirationTime.
public Azure.ResourceManager.Sql.Models.TimeBasedImmutability? TimeBasedImmutability { get; set; }
member this.TimeBasedImmutability : Nullable<Azure.ResourceManager.Sql.Models.TimeBasedImmutability> with get, set
Public Property TimeBasedImmutability As Nullable(Of TimeBasedImmutability)