Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

AzureSqlDatabaseRestorePointModel Class

Definition

Namespace:
Microsoft.Azure.Commands.Sql.Backup.Model
Assembly:
Microsoft.Azure.PowerShell.Cmdlets.Sql.dll
Assembly:
Microsoft.Azure.Commands.Sql.dll

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

Name Description
AzureSqlDatabaseRestorePointModel()

Properties

Name Description
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