ManagedDatabaseRestoreDetailsResult Constructors
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.
Overloads
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. |
ManagedDatabaseRestoreDetailsResult()
Initializes a new instance of the ManagedDatabaseRestoreDetailsResult class.
public ManagedDatabaseRestoreDetailsResult ();
Public Sub New ()
Applies to
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.
public ManagedDatabaseRestoreDetailsResult (string id = default, string name = default, string type = default, string status = default, string currentRestoringFileName = default, string lastRestoredFileName = default, DateTime? lastRestoredFileTime = default, double? percentCompleted = default, System.Collections.Generic.IList<string> unrestorableFiles = default, long? numberOfFilesDetected = default, string lastUploadedFileName = default, DateTime? lastUploadedFileTime = default, string blockReason = default);
new Microsoft.Azure.Management.Sql.Models.ManagedDatabaseRestoreDetailsResult : string * string * string * string * string * string * Nullable<DateTime> * Nullable<double> * System.Collections.Generic.IList<string> * Nullable<int64> * string * Nullable<DateTime> * string -> Microsoft.Azure.Management.Sql.Models.ManagedDatabaseRestoreDetailsResult
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional status As String = Nothing, Optional currentRestoringFileName As String = Nothing, Optional lastRestoredFileName As String = Nothing, Optional lastRestoredFileTime As Nullable(Of DateTime) = Nothing, Optional percentCompleted As Nullable(Of Double) = Nothing, Optional unrestorableFiles As IList(Of String) = Nothing, Optional numberOfFilesDetected As Nullable(Of Long) = Nothing, Optional lastUploadedFileName As String = Nothing, Optional lastUploadedFileTime As Nullable(Of DateTime) = Nothing, Optional blockReason As String = Nothing)
Parameters
- id
- String
Resource ID.
- name
- String
Resource name.
- type
- String
Resource type.
- status
- String
Restore status.
- currentRestoringFileName
- String
Current restoring file name.
- lastRestoredFileName
- String
Last restored file name.
- lastUploadedFileName
- String
Last uploaded file name.
- blockReason
- String
The reason why restore is in Blocked state.
Applies to
Azure SDK for .NET