ManagedDatabaseRestoreDetailsResult Class
A managed database restore details.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.sql.models._models_py3.ProxyResourceManagedDatabaseRestoreDetailsResult
Constructor
ManagedDatabaseRestoreDetailsResult(**kwargs)
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Resource name. |
type
|
Resource type. |
status
|
Restore status. |
current_restoring_file_name
|
Current restoring file name. |
last_restored_file_name
|
Last restored file name. |
last_restored_file_time
|
Last restored file time. |
percent_completed
|
Percent completed. |
unrestorable_files
|
List of unrestorable files. |
number_of_files_detected
|
<xref:long>
Number of files detected. |
last_uploaded_file_name
|
Last uploaded file name. |
last_uploaded_file_time
|
Last uploaded file time. |
block_reason
|
The reason why restore is in Blocked state. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python