AzureWorkloadSQLPointInTimeRecoveryPoint 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
AzureWorkloadSQLPointInTimeRecoveryPoint() |
Initializes a new instance of the AzureWorkloadSQLPointInTimeRecoveryPoint class. |
AzureWorkloadSQLPointInTimeRecoveryPoint(Nullable<DateTime>, String, IList<RecoveryPointTierInformationV2>, IDictionary<String,RecoveryPointMoveReadinessInfo>, AzureWorkloadSQLRecoveryPointExtendedInfo, IList<PointInTimeRange>) |
Initializes a new instance of the AzureWorkloadSQLPointInTimeRecoveryPoint class. |
AzureWorkloadSQLPointInTimeRecoveryPoint()
Initializes a new instance of the AzureWorkloadSQLPointInTimeRecoveryPoint class.
public AzureWorkloadSQLPointInTimeRecoveryPoint ();
Public Sub New ()
Applies to
AzureWorkloadSQLPointInTimeRecoveryPoint(Nullable<DateTime>, String, IList<RecoveryPointTierInformationV2>, IDictionary<String,RecoveryPointMoveReadinessInfo>, AzureWorkloadSQLRecoveryPointExtendedInfo, IList<PointInTimeRange>)
Initializes a new instance of the AzureWorkloadSQLPointInTimeRecoveryPoint class.
public AzureWorkloadSQLPointInTimeRecoveryPoint (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, Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadSQLRecoveryPointExtendedInfo extendedInfo = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.PointInTimeRange> timeRanges = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadSQLPointInTimeRecoveryPoint : 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.AzureWorkloadSQLRecoveryPointExtendedInfo * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.PointInTimeRange> -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadSQLPointInTimeRecoveryPoint
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, Optional extendedInfo As AzureWorkloadSQLRecoveryPointExtendedInfo = Nothing, Optional timeRanges As IList(Of PointInTimeRange) = Nothing)
Parameters
- 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
- 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
- timeRanges
- IList<PointInTimeRange>
List of log ranges
Applies to
Azure SDK for .NET