Share via


RestorableDatabaseAccountGetResult.DeletionTime Property

Definition

Gets or sets the time at which the restorable database account has been deleted (ISO-8601 format).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to