DatabaseUpdate.PausedDate Property

Definition

Gets the date when database was paused by user configuration or action(ISO8601 format). Null if the database is ready.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.pausedDate")]
public DateTime? PausedDate { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.pausedDate")>]
member this.PausedDate : Nullable<DateTime>
Public ReadOnly Property PausedDate As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to