RestorePoint 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.
A database restore point.
[Microsoft.Rest.Serialization.JsonTransformation]
public class RestorePoint : Microsoft.Azure.Management.Sql.Models.ProxyResource
type RestorePoint = class
inherit ProxyResource
Public Class RestorePoint
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
RestorePoint() |
Initializes a new instance of the RestorePoint class. |
Properties
EarliestRestoreDate |
Gets earliest restore time (ISO8601 format). Populated when restorePointType = DISCRETE. Null otherwise. |
Id |
Gets resource ID. (Inherited from Resource) |
Name |
Gets resource name. (Inherited from Resource) |
RestorePointCreationDate |
Gets restore point creation time (ISO8601 format). Populated when restorePointType = CONTINUOUS. Null otherwise. |
RestorePointType |
Gets the restore point type of the database restore point. Possible values include: 'DISCRETE', 'CONTINUOUS' |
Type |
Gets resource type. (Inherited from Resource) |