RestoreParameters 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.
Parameters to indicate the information about the restore.
public class RestoreParameters
type RestoreParameters = class
Public Class RestoreParameters
- Inheritance
-
RestoreParameters
Constructors
RestoreParameters() |
Initializes a new instance of the RestoreParameters class. |
RestoreParameters(String, String, Nullable<DateTime>, IList<DatabaseRestoreResource>) |
Initializes a new instance of the RestoreParameters class. |
Properties
DatabasesToRestore |
Gets or sets list of specific databases available for restore. |
RestoreMode |
Gets or sets describes the mode of the restore. Possible values include: 'PointInTime' |
RestoreSource |
Gets or sets the id of the restorable database account from which the restore has to be initiated. For example: /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{restorableDatabaseAccountName} |
RestoreTimestampInUtc |
Gets or sets time to which the account has to be restored (ISO-8601 format). |
Applies to
Azure SDK for .NET