AzureWorkloadSQLPointInTimeRecoveryPoint Class
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.
Recovery point specific to PointInTime
public class AzureWorkloadSQLPointInTimeRecoveryPoint : Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadSQLRecoveryPoint
type AzureWorkloadSQLPointInTimeRecoveryPoint = class
inherit AzureWorkloadSQLRecoveryPoint
Public Class AzureWorkloadSQLPointInTimeRecoveryPoint
Inherits AzureWorkloadSQLRecoveryPoint
- Inheritance
-
AzureWorkloadSQLPointInTimeRecoveryPoint
Constructors
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. |
Properties
ExtendedInfo |
Gets or sets 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 (Inherited from AzureWorkloadSQLRecoveryPoint) |
RecoveryPointMoveReadinessInfo |
Gets or sets eligibility of RP to be moved to another tier (Inherited from AzureWorkloadRecoveryPoint) |
RecoveryPointTierDetails |
Gets or sets recovery point tier information. (Inherited from AzureWorkloadRecoveryPoint) |
RecoveryPointTimeInUTC |
Gets or sets UTC time at which recovery point was created (Inherited from AzureWorkloadRecoveryPoint) |
TimeRanges |
Gets or sets list of log ranges |
Type |
Gets or sets type of restore point. Possible values include: 'Invalid', 'Full', 'Log', 'Differential', 'Incremental' (Inherited from AzureWorkloadRecoveryPoint) |
Applies to
Azure SDK for .NET