RestoreDatabaseOperationCreateParameters 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.
Contains the parameters supplied to the Create Restore Database Operation request.
public class RestoreDatabaseOperationCreateParameters
type RestoreDatabaseOperationCreateParameters = class
Public Class RestoreDatabaseOperationCreateParameters
- Inheritance
-
RestoreDatabaseOperationCreateParameters
Constructors
RestoreDatabaseOperationCreateParameters() |
Initializes a new instance of the RestoreDatabaseOperationCreateParameters class. |
RestoreDatabaseOperationCreateParameters(String, String) |
Initializes a new instance of the RestoreDatabaseOperationCreateParameters class with required arguments. |
Properties
PointInTime |
Optional. Gets or sets the point in time to restore to. |
SourceDatabaseDeletionDate |
Optional. Gets or sets the deletion date of the source Azure SQL Database. |
SourceDatabaseName |
Required. Gets or sets the name of the source Azure SQL Database. |
TargetDatabaseName |
Required. Gets or sets the name of the target Azure SQL Database. |
TargetServerName |
Optional. Gets or sets the name of the target Azure SQL Database Server. |
Applies to
Azure SDK for .NET