Note

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

Access to this page requires authorization. You can try .

AzureSqlDeletedDatabaseBackupModel 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 restorable deleted database

public class AzureSqlDeletedDatabaseBackupModel
type AzureSqlDeletedDatabaseBackupModel = class
Public Class AzureSqlDeletedDatabaseBackupModel
Inheritance
AzureSqlDeletedDatabaseBackupModel

Constructors

Name Description
AzureSqlDeletedDatabaseBackupModel()

Properties

Name Description
CreationDate

Gets or sets creation Date

DatabaseName

Gets or sets the name of the database

DeletionDate

Gets or sets deletion Date

Edition

Gets or sets the edition of the backup

ElasticPoolName

Gets or sets the elastic pool name for the database.

EntityId

Gets or sets a unique ID incorporating name and deletion date

Keys

Gets or sets the list of database AKV keys.

MaxSizeBytes

Gets or sets maxSize in bytes

RecoveryPeriodStartDate

Gets or sets earliestRestoreDate

ResourceGroupName

Gets or sets the name of the resource group

ResourceId

Gets or sets the resource ID

ServerName

Gets or sets the name of the server

ServiceLevelObjective

Gets or sets the current service level objective name for the database.

Applies to