DatabaseUpdateInner.SourceDatabaseDeletionDate Property

Definition

Gets or sets conditional. If createMode is Restore and sourceDatabaseId is the deleted database's original resource id when it existed (as opposed to its current restorable dropped database id), then this value is required. Specifies the time that the database was deleted.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to