AzureSqlServerCmdletBase.ValidateSoftDeleteRetentionDays Method
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.
Validates the SoftDeleteRetentionDays parameter is within the supported range. A value of 0 disables soft-delete; values 1-7 enable soft-delete with the given retention period.
protected void ValidateSoftDeleteRetentionDays(int? softDeleteRetentionDays);
member this.ValidateSoftDeleteRetentionDays : Nullable<int> -> unit
Protected Sub ValidateSoftDeleteRetentionDays (softDeleteRetentionDays As Nullable(Of Integer))