영어로 읽기

다음을 통해 공유


AzureSqlDatabaseRestorePointModel Class

Definition

Represents an Azure Sql Database restore point

public class AzureSqlDatabaseRestorePointModel
Inheritance
AzureSqlDatabaseRestorePointModel

Constructors

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