次の方法で共有


DatabaseInner.SourceDatabaseDeletionDate プロパティ

定義

条件付きを取得または設定します。 createMode が Restore で、sourceDatabaseId が削除されたデータベースの元のリソース ID (現在の復元可能な破棄されたデータベース ID ではなく) である場合、この値は必須です。 データベースが削除された時刻を指定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.sourceDatabaseDeletionDate")]
public DateTime? SourceDatabaseDeletionDate { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.sourceDatabaseDeletionDate")>]
member this.SourceDatabaseDeletionDate : Nullable<DateTime> with get, set
Public Property SourceDatabaseDeletionDate As Nullable(Of DateTime)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象