DatabaseUpdate.AutoPauseDelay Property

Definition

Gets or sets time in minutes after which database is automatically paused. A value of -1 means that automatic pause is disabled

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to