Sdílet prostřednictvím


RecoverDatabaseOperation Class

Definition

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
RecoverDatabaseOperation

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)

Applies to