RecoveryPointRehydrationInfo Constructors

Definition

Overloads

RecoveryPointRehydrationInfo()

Initializes a new instance of the RecoveryPointRehydrationInfo class.

RecoveryPointRehydrationInfo(String, String)

Initializes a new instance of the RecoveryPointRehydrationInfo class.

RecoveryPointRehydrationInfo()

Initializes a new instance of the RecoveryPointRehydrationInfo class.

public RecoveryPointRehydrationInfo ();
Public Sub New ()

Applies to

RecoveryPointRehydrationInfo(String, String)

Initializes a new instance of the RecoveryPointRehydrationInfo class.

public RecoveryPointRehydrationInfo (string rehydrationRetentionDuration = default, string rehydrationPriority = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointRehydrationInfo : string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointRehydrationInfo
Public Sub New (Optional rehydrationRetentionDuration As String = Nothing, Optional rehydrationPriority As String = Nothing)

Parameters

rehydrationRetentionDuration
String

How long the rehydrated RP should be kept Should be ISO8601 Duration format e.g. "P7D"

rehydrationPriority
String

Rehydration Priority. Possible values include: 'Standard', 'High'

Applies to