Share via


AzureWorkloadRecoveryPoint Constructors

Definition

Overloads

AzureWorkloadRecoveryPoint()

Initializes a new instance of the AzureWorkloadRecoveryPoint class.

AzureWorkloadRecoveryPoint(Nullable<DateTime>, String, IList<RecoveryPointTierInformationV2>, IDictionary<String,RecoveryPointMoveReadinessInfo>)

Initializes a new instance of the AzureWorkloadRecoveryPoint class.

AzureWorkloadRecoveryPoint()

Initializes a new instance of the AzureWorkloadRecoveryPoint class.

public AzureWorkloadRecoveryPoint ();
Public Sub New ()

Applies to

AzureWorkloadRecoveryPoint(Nullable<DateTime>, String, IList<RecoveryPointTierInformationV2>, IDictionary<String,RecoveryPointMoveReadinessInfo>)

Initializes a new instance of the AzureWorkloadRecoveryPoint class.

public AzureWorkloadRecoveryPoint (DateTime? recoveryPointTimeInUTC = default, string type = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointTierInformationV2> recoveryPointTierDetails = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointMoveReadinessInfo> recoveryPointMoveReadinessInfo = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadRecoveryPoint : Nullable<DateTime> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointTierInformationV2> * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointMoveReadinessInfo> -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadRecoveryPoint
Public Sub New (Optional recoveryPointTimeInUTC As Nullable(Of DateTime) = Nothing, Optional type As String = Nothing, Optional recoveryPointTierDetails As IList(Of RecoveryPointTierInformationV2) = Nothing, Optional recoveryPointMoveReadinessInfo As IDictionary(Of String, RecoveryPointMoveReadinessInfo) = Nothing)

Parameters

recoveryPointTimeInUTC
Nullable<DateTime>

UTC time at which recovery point was created

type
String

Type of restore point. Possible values include: 'Invalid', 'Full', 'Log', 'Differential', 'Incremental'

recoveryPointTierDetails
IList<RecoveryPointTierInformationV2>

Recovery point tier information.

recoveryPointMoveReadinessInfo
IDictionary<String,RecoveryPointMoveReadinessInfo>

Eligibility of RP to be moved to another tier

Applies to