SoftDeleteSettings Constructors
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.
Overloads
SoftDeleteSettings() |
Initializes a new instance of the SoftDeleteSettings class. |
SoftDeleteSettings(String, Nullable<Int32>, String) |
Initializes a new instance of the SoftDeleteSettings class. |
SoftDeleteSettings()
Initializes a new instance of the SoftDeleteSettings class.
public SoftDeleteSettings ();
Public Sub New ()
Applies to
SoftDeleteSettings(String, Nullable<Int32>, String)
Initializes a new instance of the SoftDeleteSettings class.
public SoftDeleteSettings (string softDeleteState = default, int? softDeleteRetentionPeriodInDays = default, string enhancedSecurityState = default);
new Microsoft.Azure.Management.RecoveryServices.Models.SoftDeleteSettings : string * Nullable<int> * string -> Microsoft.Azure.Management.RecoveryServices.Models.SoftDeleteSettings
Public Sub New (Optional softDeleteState As String = Nothing, Optional softDeleteRetentionPeriodInDays As Nullable(Of Integer) = Nothing, Optional enhancedSecurityState As String = Nothing)
Parameters
- softDeleteState
- String
Possible values include: 'Invalid', 'Enabled', 'Disabled', 'AlwaysON'
- enhancedSecurityState
- String
Possible values include: 'Invalid', 'Enabled', 'Disabled', 'AlwaysON'