RestorePoint Class

Database restore points.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.sql.models._models_py3.ProxyResource
RestorePoint

Constructor

RestorePoint(**kwargs)

Variables

Name Description
id
str

Resource ID.

name
str

Resource name.

type
str

Resource type.

location
str

Resource location.

restore_point_type

The type of restore point. Possible values include: "CONTINUOUS", "DISCRETE".

earliest_restore_date

The earliest time to which this database can be restored.

restore_point_creation_date

The time the backup was taken.

restore_point_label
str

The label of restore point for backup request by user.