Share via


AzureWorkloadSQLRecoveryPoint Constructors

Definition

Overloads

AzureWorkloadSQLRecoveryPoint()

Initializes a new instance of the AzureWorkloadSQLRecoveryPoint class.

AzureWorkloadSQLRecoveryPoint(Nullable<DateTime>, String, IList<RecoveryPointTierInformation>, IDictionary<String,RecoveryPointMoveReadinessInfo>, AzureWorkloadSQLRecoveryPointExtendedInfo)

Initializes a new instance of the AzureWorkloadSQLRecoveryPoint class.

AzureWorkloadSQLRecoveryPoint()

Initializes a new instance of the AzureWorkloadSQLRecoveryPoint class.

public AzureWorkloadSQLRecoveryPoint ();
Public Sub New ()

Applies to

AzureWorkloadSQLRecoveryPoint(Nullable<DateTime>, String, IList<RecoveryPointTierInformation>, IDictionary<String,RecoveryPointMoveReadinessInfo>, AzureWorkloadSQLRecoveryPointExtendedInfo)

Initializes a new instance of the AzureWorkloadSQLRecoveryPoint class.

public AzureWorkloadSQLRecoveryPoint (DateTime? recoveryPointTimeInUTC = default, string type = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.RecoveryPointTierInformation> recoveryPointTierDetails = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.RecoveryPointMoveReadinessInfo> recoveryPointMoveReadinessInfo = default, Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureWorkloadSQLRecoveryPointExtendedInfo extendedInfo = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureWorkloadSQLRecoveryPoint : Nullable<DateTime> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.RecoveryPointTierInformation> * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.RecoveryPointMoveReadinessInfo> * Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureWorkloadSQLRecoveryPointExtendedInfo -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureWorkloadSQLRecoveryPoint
Public Sub New (Optional recoveryPointTimeInUTC As Nullable(Of DateTime) = Nothing, Optional type As String = Nothing, Optional recoveryPointTierDetails As IList(Of RecoveryPointTierInformation) = Nothing, Optional recoveryPointMoveReadinessInfo As IDictionary(Of String, RecoveryPointMoveReadinessInfo) = Nothing, Optional extendedInfo As AzureWorkloadSQLRecoveryPointExtendedInfo = 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<RecoveryPointTierInformation>

Recovery point tier information.

recoveryPointMoveReadinessInfo
IDictionary<String,RecoveryPointMoveReadinessInfo>

Eligibility of RP to be moved to another tier

extendedInfo
AzureWorkloadSQLRecoveryPointExtendedInfo

Extended Info that provides data directory details. Will be populated in two cases: When a specific recovery point is accessed using GetRecoveryPoint Or when ListRecoveryPoints is called for Log RP only with ExtendedInfo query filter

Applies to