次の方法で共有


RestorableDroppedDatabase クラス

定義

復元できる削除されたデータベースAzure SQLを表します。

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

コンストラクター

RestorableDroppedDatabase()

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

プロパティ

CreationDate

省略可能。 このデータベースが作成された日付を取得します。

DeletionDate

任意。 このデータベースが削除された日付を取得します。

Edition

任意。 データベース リソースのエディションを取得します。

EntityId

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

MaximumDatabaseSizeInBytes

省略可能。 このデータベースの最大サイズをバイト単位で取得します。

Name

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

(継承元 SqlModelCommon)
RecoveryPeriodStartDate

任意。 このデータベースの復元可能な期間の開始日を取得します。

ServerName

省略可能。 サーバーの名前を取得します。

State

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

(継承元 SqlModelCommon)
Type

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

(継承元 SqlModelCommon)

適用対象