ManagedDatabaseRestoreDetailsResult interface    
A managed database restore details.
- Extends
 
Properties
| block | 
	The reason why restore is in Blocked state. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| current | 
	Current backup type. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| current | 
	Current restored size MB. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| current | 
	Current restore plan size MB. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| current | 
	Current restoring file name. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| diff | 
	Diff backup sets. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| full | 
	Full backup sets. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| last | 
	Last restored file name. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| last | 
	Last restored file time. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| last | 
	Last uploaded file name. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| last | 
	Last uploaded file time. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| log | 
	Log backup sets. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| number | 
	Number of files detected. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| number | 
	Number of files queued. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| number | 
	Number of files restored. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| number | 
	Number of files restoring. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| number | 
	Number of files skipped. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| number | 
	Number of files unrestorable. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| percent | 
	Percent completed. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| status | Restore status. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| type | 
	Restore type. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| unrestorable | 
	Unrestorable files. NOTE: This property will not be serialized. It can only be populated by the server.  | 
Inherited Properties
| id | Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| name | Resource name. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| type | Resource type. NOTE: This property will not be serialized. It can only be populated by the server.  | 
Property Details
		blockReason
	 
	The reason why restore is in Blocked state. NOTE: This property will not be serialized. It can only be populated by the server.
blockReason?: string
				Property Value
string
		currentBackupType
	  
	Current backup type. NOTE: This property will not be serialized. It can only be populated by the server.
currentBackupType?: string
				Property Value
string
		currentRestoredSizeMB
	  
	Current restored size MB. NOTE: This property will not be serialized. It can only be populated by the server.
currentRestoredSizeMB?: number
				Property Value
number
		currentRestorePlanSizeMB
	   
	Current restore plan size MB. NOTE: This property will not be serialized. It can only be populated by the server.
currentRestorePlanSizeMB?: number
				Property Value
number
		currentRestoringFileName
	   
	Current restoring file name. NOTE: This property will not be serialized. It can only be populated by the server.
currentRestoringFileName?: string
				Property Value
string
		diffBackupSets
	  
	Diff backup sets. NOTE: This property will not be serialized. It can only be populated by the server.
diffBackupSets?: ManagedDatabaseRestoreDetailsBackupSetProperties[]
				Property Value
		fullBackupSets
	  
	Full backup sets. NOTE: This property will not be serialized. It can only be populated by the server.
fullBackupSets?: ManagedDatabaseRestoreDetailsBackupSetProperties[]
				Property Value
		lastRestoredFileName
	   
	Last restored file name. NOTE: This property will not be serialized. It can only be populated by the server.
lastRestoredFileName?: string
				Property Value
string
		lastRestoredFileTime
	   
	Last restored file time. NOTE: This property will not be serialized. It can only be populated by the server.
lastRestoredFileTime?: Date
				Property Value
Date
		lastUploadedFileName
	   
	Last uploaded file name. NOTE: This property will not be serialized. It can only be populated by the server.
lastUploadedFileName?: string
				Property Value
string
		lastUploadedFileTime
	   
	Last uploaded file time. NOTE: This property will not be serialized. It can only be populated by the server.
lastUploadedFileTime?: Date
				Property Value
Date
		logBackupSets
	  
	Log backup sets. NOTE: This property will not be serialized. It can only be populated by the server.
logBackupSets?: ManagedDatabaseRestoreDetailsBackupSetProperties[]
				Property Value
		numberOfFilesDetected
	  
	Number of files detected. NOTE: This property will not be serialized. It can only be populated by the server.
numberOfFilesDetected?: number
				Property Value
number
		numberOfFilesQueued
	  
	Number of files queued. NOTE: This property will not be serialized. It can only be populated by the server.
numberOfFilesQueued?: number
				Property Value
number
		numberOfFilesRestored
	  
	Number of files restored. NOTE: This property will not be serialized. It can only be populated by the server.
numberOfFilesRestored?: number
				Property Value
number
		numberOfFilesRestoring
	  
	Number of files restoring. NOTE: This property will not be serialized. It can only be populated by the server.
numberOfFilesRestoring?: number
				Property Value
number
		numberOfFilesSkipped
	  
	Number of files skipped. NOTE: This property will not be serialized. It can only be populated by the server.
numberOfFilesSkipped?: number
				Property Value
number
		numberOfFilesUnrestorable
	  
	Number of files unrestorable. NOTE: This property will not be serialized. It can only be populated by the server.
numberOfFilesUnrestorable?: number
				Property Value
number
		percentCompleted
	 
	Percent completed. NOTE: This property will not be serialized. It can only be populated by the server.
percentCompleted?: number
				Property Value
number
status
Restore status. NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
				Property Value
string
		typePropertiesType
	  
	Restore type. NOTE: This property will not be serialized. It can only be populated by the server.
typePropertiesType?: string
				Property Value
string
		unrestorableFiles
	 
	Unrestorable files. NOTE: This property will not be serialized. It can only be populated by the server.
unrestorableFiles?: ManagedDatabaseRestoreDetailsUnrestorableFileProperties[]
				Property Value
Inherited Property Details
id
Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
				Property Value
string
Inherited From ProxyResource.id
name
Resource name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
				Property Value
string
Inherited From ProxyResource.name
type
Resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
				Property Value
string
Inherited From ProxyResource.type