ManagedDatabaseRestoreDetailsResult Class
Definition
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.
A managed database restore details.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ManagedDatabaseRestoreDetailsResult : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ManagedDatabaseRestoreDetailsResult = class
inherit ProxyResource
Public Class ManagedDatabaseRestoreDetailsResult
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
ManagedDatabaseRestoreDetailsResult() |
Initializes a new instance of the ManagedDatabaseRestoreDetailsResult class. |
ManagedDatabaseRestoreDetailsResult(String, String, String, String, String, String, Nullable<DateTime>, Nullable<Double>, IList<String>, Nullable<Int64>, String, Nullable<DateTime>, String) |
Initializes a new instance of the ManagedDatabaseRestoreDetailsResult class. |
Properties
BlockReason |
Gets the reason why restore is in Blocked state. |
CurrentRestoringFileName |
Gets current restoring file name. |
Id |
Gets resource ID. (Inherited from Resource) |
LastRestoredFileName |
Gets last restored file name. |
LastRestoredFileTime |
Gets last restored file time. |
LastUploadedFileName |
Gets last uploaded file name. |
LastUploadedFileTime |
Gets last uploaded file time. |
Name |
Gets resource name. (Inherited from Resource) |
NumberOfFilesDetected |
Gets number of files detected. |
PercentCompleted |
Gets percent completed. |
Status |
Gets restore status. |
Type |
Gets resource type. (Inherited from Resource) |
UnrestorableFiles |
Gets list of unrestorable files. |
Applies to
Azure SDK for .NET