AzureSqlManagedDatabaseRestoreDetailsResultModel Class

Definition

Represents an Azure Sql Managed Database

public class AzureSqlManagedDatabaseRestoreDetailsResultModel : Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel
type AzureSqlManagedDatabaseRestoreDetailsResultModel = class
    inherit AzureSqlManagedDatabaseBaseModel
Public Class AzureSqlManagedDatabaseRestoreDetailsResultModel
Inherits AzureSqlManagedDatabaseBaseModel
Inheritance
AzureSqlManagedDatabaseRestoreDetailsResultModel

Constructors

AzureSqlManagedDatabaseRestoreDetailsResultModel()

Construct AzureSqlManagedDatabaseModel

AzureSqlManagedDatabaseRestoreDetailsResultModel(ManagedDatabaseRestoreDetailsResult)

Construct AzureSqlManagedDatabaseModel

Properties

BlockReason

Gets or sets the reason why restore is in Blocked state.

CreationDate

Gets or sets the creation date of the managed database

(Inherited from AzureSqlManagedDatabaseBaseModel)
CurrentBackupType

Gets or sets current backup type

CurrentRestoredSizeMB

Gets or sets current restored size

CurrentRestorePlanSizeMB

Gets or sets current restore plan size

CurrentRestoringFileName

Gets or sets current restoring file name.

DiffBackupSets

Gets or sets diff backup sets

EarliestRestorePoint

Gets or sets the earliest restore date

(Inherited from AzureSqlManagedDatabaseBaseModel)
FullBackupSets

Gets or sets full backup sets

Id

Gets or sets the unique ID of the managed database

(Inherited from AzureSqlManagedDatabaseBaseModel)
LastRestoredFileName

Gets or sets last restored file name.

LastRestoredFileTime

Gets or sets last restored file time.

LastUploadedFileName

Gets or sets last uploaded file name.

LastUploadedFileTime

Gets or sets last uploaded file time.

LogBackupSets

Gets or sets log backup sets

ManagedInstanceName

Gets or sets the name of the managed instance

(Inherited from AzureSqlManagedDatabaseBaseModel)
Name

Gets or sets the name of the managed database

(Inherited from AzureSqlManagedDatabaseBaseModel)
NumberOfFilesDetected

Gets or sets number of files detected.

NumberOfFilesQueued

Gets or sets number of files queued

NumberOfFilesRestored

Gets or sets number of files restored

NumberOfFilesRestoring

Gets or sets number of files restoring

NumberOfFilesSkipped

Gets or sets number of files skipped

NumberOfFilesUnrestorable

Gets or sets number of files unrestorable

PercentCompleted

Gets or sets percent completed.

ResourceGroupName

Gets or sets the name of the resource group

(Inherited from AzureSqlManagedDatabaseBaseModel)
Status

Gets or sets the status of the managed database

Type

Gets or sets restore details type

UnrestorableFiles

Gets or sets comma separated list of unrestorable files.

Applies to