AzureSqlDatabaseRestorePointModel 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 an Azure Sql Database restore point
public class AzureSqlDatabaseRestorePointModel
type AzureSqlDatabaseRestorePointModel = class
Public Class AzureSqlDatabaseRestorePointModel
- Inheritance
-
AzureSqlDatabaseRestorePointModel
Constructors
AzureSqlDatabaseRestorePointModel() |
Properties
DatabaseName |
Gets or sets the name of the database |
EarliestRestoreDate |
Earliest restore time. Populated when restorePointType = DISCRETE. Null otherwise. |
Location |
Gets or sets the location of the database |
ResourceGroupName |
Gets or sets the name of the resource group |
RestorePointCreationDate |
Earliest restore time. Populated when restorePointType = CONTINUOUS. Null otherwise. |
RestorePointLabel |
Gets or sets the label |
RestorePointType |
Gets the restore point type of the Azure SQL Database restore point. Possible values are: DISCRETE and CONTINUOUS. |
ServerName |
Gets or sets the name of the server |