RestorePointProperties 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.
Represents the properties of an Azure SQL Database restore point.
public class RestorePointProperties
type RestorePointProperties = class
Public Class RestorePointProperties
- Inheritance
-
RestorePointProperties
Constructors
RestorePointProperties() |
Initializes a new instance of the RestorePointProperties class. |
Properties
EarliestRestoreDate |
Optional. Earliest restore time. Populated when restorePointType = DISCRETE. Null otherwise. |
RestorePointCreationDate |
Optional. Restore point creation time. Populated when restorePointType = CONTINUOUS. Null otherwise. |
RestorePointType |
Optional. Gets the restore point type of the Azure SQL Database restore point. |