AzureSqlDatabaseRestorePointModel Class

Definition

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

Applies to