LongTermRetentionPolicyData.TimeBasedImmutabilityMode 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 time-based immutability mode for future backup (Value can be either Locked or UnLocked. Only effective if TimeBasedImmutability is enabled). Caution: Immutability of LTR backup cannot be removed if TimeBasedImmutabilityMode is Locked.
public Azure.ResourceManager.Sql.Models.TimeBasedImmutabilityMode? TimeBasedImmutabilityMode { get; set; }
member this.TimeBasedImmutabilityMode : Nullable<Azure.ResourceManager.Sql.Models.TimeBasedImmutabilityMode> with get, set
Public Property TimeBasedImmutabilityMode As Nullable(Of TimeBasedImmutabilityMode)