RecoverableDatabase クラス

定義

回復可能なAzure SQL Database を表します。

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

コンストラクター

RecoverableDatabase()

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

プロパティ

Edition

省略可能。 データベースのエディションを取得します。

EntityId

任意。 データベースのエンティティ ID を取得します。

LastAvailableBackupDate

任意。 このデータベースの最後に使用可能なバックアップ日を取得します。

Name

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

(継承元 SqlModelCommon)
ServerName

省略可能。 データベースが存在するAzure SQL データベース サーバーの名前を取得します。

State

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

(継承元 SqlModelCommon)
Type

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

(継承元 SqlModelCommon)

適用対象