AzureSqlServerCmdletBase.ComputeSoftDeleteRetentionDays 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.
Computes the SoftDeleteRetentionDays value based on provided parameters
protected int? ComputeSoftDeleteRetentionDays(int? softDeleteRetentionDays, bool? enableSoftDelete);
member this.ComputeSoftDeleteRetentionDays : Nullable<int> * Nullable<bool> -> Nullable<int>
Protected Function ComputeSoftDeleteRetentionDays (softDeleteRetentionDays As Nullable(Of Integer), enableSoftDelete As Nullable(Of Boolean)) As Nullable(Of Integer)
Parameters
Returns
The computed retention days value