RecoverDatabaseOperation クラス

定義

Azure SQL Database の回復操作を表します。

public class RecoverDatabaseOperation : Microsoft.WindowsAzure.Management.Sql.Models.SqlModelCommon
type RecoverDatabaseOperation = class
    inherit SqlModelCommon
Public Class RecoverDatabaseOperation
Inherits SqlModelCommon
継承
RecoverDatabaseOperation

コンストラクター

RecoverDatabaseOperation()

RecoverDatabaseOperation クラスの新しいインスタンスを初期化します。

プロパティ

Id

省略可能。 操作の ID を取得します。

Name

省略可能。 サービス リソースの名前を取得します。

(継承元 SqlModelCommon)
SourceDatabaseName

任意。 ソース Azure SQL Database の名前を取得します。

State

任意。 サービス リソースの状態を取得します。

(継承元 SqlModelCommon)
TargetDatabaseName

任意。 ターゲット Azure SQL Database の名前を取得します。

TargetServerName

省略可能。 ターゲット Azure SQL データベース サーバーの名前を取得します。

Type

省略可能。 サービス リソースの種類を取得します。

(継承元 SqlModelCommon)

適用対象