TargetRestoreInfo 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.
Details about target workload during restore operation.
public class TargetRestoreInfo
type TargetRestoreInfo = class
Public Class TargetRestoreInfo
- Inheritance
-
TargetRestoreInfo
Constructors
TargetRestoreInfo() |
Initializes a new instance of the TargetRestoreInfo class. |
TargetRestoreInfo(String, String, String, String) |
Initializes a new instance of the TargetRestoreInfo class. |
Properties
ContainerId |
Gets or sets resource Id name of the container in which Target DataBase resides |
DatabaseName |
Gets or sets database name InstanceName/DataBaseName for SQL or System/DbName for SAP Hana |
OverwriteOption |
Gets or sets can Overwrite if Target DataBase already exists. Possible values include: 'Invalid', 'FailOnConflict', 'Overwrite' |
TargetDirectoryForFileRestore |
Gets or sets target directory location for restore as files. |
Applies to
Azure SDK for .NET