AzureSqlServerCmdletBase.ValidateSoftDeleteParameters 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 SoftDeleteRetentionDays and EnableSoftDelete parameters
protected void ValidateSoftDeleteParameters(int? softDeleteRetentionDays, bool? enableSoftDelete);
member this.ValidateSoftDeleteParameters : Nullable<int> * Nullable<bool> -> unit
Protected Sub ValidateSoftDeleteParameters (softDeleteRetentionDays As Nullable(Of Integer), enableSoftDelete As Nullable(Of Boolean))