次の方法で共有


SoftDeleteSettings Constructors

Definition

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'

softDeleteRetentionPeriodInDays
Nullable<Int32>

Soft delete retention period in days

enhancedSecurityState
String

Possible values include: 'Invalid', 'Enabled', 'Disabled', 'AlwaysON'

Applies to