RecoverDatabaseOperation 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.
Represents a recovery operation for an Azure SQL Database.
public class RecoverDatabaseOperation : Microsoft.WindowsAzure.Management.Sql.Models.SqlModelCommon
type RecoverDatabaseOperation = class
inherit SqlModelCommon
Public Class RecoverDatabaseOperation
Inherits SqlModelCommon
- Inheritance
Constructors
RecoverDatabaseOperation() |
Initializes a new instance of the RecoverDatabaseOperation class. |
Properties
Id |
Optional. Gets the ID of the operation. |
Name |
Optional. Gets the name of the service resource. (Inherited from SqlModelCommon) |
SourceDatabaseName |
Optional. Gets the name of the source Azure SQL Database. |
State |
Optional. Gets the state of the service resource. (Inherited from SqlModelCommon) |
TargetDatabaseName |
Optional. Gets the name of the target Azure SQL Database. |
TargetServerName |
Optional. Gets the name of the target Azure SQL Database Server. |
Type |
Optional. Gets the type of the service resource. (Inherited from SqlModelCommon) |